/* Nikki Kate Headwear — index.html styles */

:root {
  --rose:#C4849A;--rose-light:#F5ECF0;--rose-mid:#E8C8D0;--rose-dark:#8A3050;
  --sage:#D8E4D8;--sage-dark:#4A6A54;--linen:#EEE4D8;--linen-dark:#8A7060;
  --text:#2A2220;--text-muted:#7A706C;--bg:#FDFBF9;--surface:#FFFFFF;
  --border:rgba(42,34,32,0.11);
  --font-display:'Cormorant Garamond',Georgia,serif;
  --font-body:'Jost',system-ui,sans-serif;--r:4px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:var(--font-body);font-size:14px;font-weight:400;line-height:1.7;color:var(--text);background:var(--bg);}
img{max-width:100%;display:block;object-fit:cover;}
a{text-decoration:none;color:inherit;}
button{cursor:pointer;font-family:var(--font-body);}
.tag{display:block;font-size:11px;font-weight:500;letter-spacing:0.17em;text-transform:uppercase;color:var(--rose);margin-bottom:0.65rem;}
h1,h2,h3{font-family:var(--font-display);font-weight:300;line-height:1.2;}
em{font-style:italic;color:var(--rose);}
.btn-primary{display:inline-block;background:var(--rose);color:#fff;font-size:12px;font-weight:500;letter-spacing:0.1em;text-transform:uppercase;padding:0.85rem 2rem;border-radius:var(--r);border:none;transition:background 0.2s;}
.btn-primary:hover{background:var(--rose-dark);}
.btn-ghost{display:inline-block;background:transparent;color:var(--rose);font-size:12px;font-weight:400;letter-spacing:0.06em;border:0.5px solid var(--rose);padding:0.8rem 1.75rem;border-radius:var(--r);transition:background 0.2s;}
.btn-ghost:hover{background:var(--rose-light);}
.btn-white{display:inline-block;background:#fff;color:var(--rose);font-size:12px;font-weight:500;letter-spacing:0.1em;text-transform:uppercase;padding:0.85rem 2.25rem;border-radius:var(--r);border:none;transition:opacity 0.2s;}
.btn-white:hover{opacity:0.88;}
.pill{display:inline-block;font-size:11px;letter-spacing:0.05em;background:var(--rose-light);color:#7A4055;padding:0.28rem 0.85rem;border-radius:20px;margin:0.2rem 0.2rem 0 0;}
/* NAV */
.site-nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 2.5rem;background:var(--surface);border-bottom:0.5px solid var(--border);position:sticky;top:0;z-index:100;}
.nav-logo{font-family:var(--font-display);font-size:20px;font-weight:400;}
.nav-logo .script{font-style:italic;color:var(--rose);font-weight:300;}
.nav-links{display:flex;gap:1.75rem;list-style:none;}
.nav-links a{font-size:12px;font-weight:400;letter-spacing:0.08em;text-transform:uppercase;color:var(--text-muted);padding-bottom:2px;border-bottom:1px solid transparent;transition:color 0.2s,border-color 0.2s;}
.nav-links a:hover,.nav-links a.active{color:var(--rose);border-bottom-color:var(--rose);}
.nav-cta{font-size:12px;font-weight:500;letter-spacing:0.08em;text-transform:uppercase;border:0.5px solid var(--rose);color:var(--rose);padding:0.5rem 1.25rem;border-radius:var(--r);background:transparent;transition:background 0.2s,color 0.2s;}
.nav-cta:hover{background:var(--rose);color:#fff;}
/* HERO */
.hero{display:grid;grid-template-columns:1fr 1fr;min-height:520px;}
.hero-text{background:var(--surface);padding:clamp(3.5rem,6vw,5.5rem) clamp(2.5rem,5vw,4.5rem);display:flex;flex-direction:column;justify-content:center;}
.hero-text h1{font-size:clamp(36px,4.5vw,54px);margin-bottom:1.25rem;}
.hero-lead{font-size:15px;font-weight:300;color:var(--text-muted);line-height:1.8;max-width:400px;margin-bottom:2.25rem;}
.hero-btns{display:flex;gap:1rem;align-items:center;margin-bottom:2rem;flex-wrap:wrap;}
.hero-img{background:#EDD9DA;min-height:520px;overflow:hidden;position:relative;}
.hero-img img{width:100%;height:100%;object-fit:cover;object-position:center top;}
.hero-img-ph{width:100%;height:100%;min-height:520px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.75rem;background:linear-gradient(160deg,#EDD9DA 0%,#D4B8BC 100%);}
.hero-img-ph p{font-size:11px;letter-spacing:0.12em;text-transform:uppercase;color:#9A6070;opacity:0.7;}
/* SECTIONS */
.section{padding:clamp(3.5rem,6vw,5rem) clamp(1.5rem,4vw,2.5rem);}
.section-white{background:var(--surface);}
.section-bg{background:var(--bg);}
.section-header{margin-bottom:2.75rem;}
.section-header h2{font-size:clamp(28px,3.5vw,40px);}
/* PRODUCT CARDS */
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}
.product-card{background:var(--surface);border:0.5px solid var(--border);border-radius:var(--r);overflow:hidden;transition:box-shadow 0.25s;display:block;}
.product-card:hover{box-shadow:0 6px 28px rgba(196,132,154,0.13);}
.product-card-img{height:210px;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:0.6rem;}
.product-card-img p{font-size:10px;letter-spacing:0.12em;text-transform:uppercase;opacity:0.6;}
.product-card-body{padding:1.25rem 1.5rem 1.6rem;}
.product-card-name{font-family:var(--font-display);font-size:20px;font-weight:400;margin-bottom:0.4rem;}
.product-card-desc{font-size:13px;font-weight:300;color:var(--text-muted);line-height:1.65;margin-bottom:1rem;}
.product-card-link{font-size:11px;letter-spacing:0.1em;text-transform:uppercase;color:var(--rose);font-weight:500;}
/* STORY SPLIT */
.story-split{display:grid;grid-template-columns:1fr 1fr;}
.story-img{min-height:420px;background:#D4B0B8;overflow:hidden;position:relative;}
.story-img img{width:100%;height:100%;object-fit:cover;}
.story-img-ph{width:100%;height:100%;min-height:420px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.75rem;background:linear-gradient(160deg,#D4B0B8 0%,#C49AA8 100%);}
.story-img-ph p{font-size:11px;letter-spacing:0.12em;text-transform:uppercase;color:#9A6070;opacity:0.7;}
.story-text{background:var(--surface);padding:clamp(3rem,5vw,5rem) clamp(2.5rem,5vw,4.5rem);display:flex;flex-direction:column;justify-content:center;}
.story-text blockquote{font-family:var(--font-display);font-size:clamp(20px,2.2vw,26px);font-style:italic;font-weight:300;line-height:1.55;border-left:2px solid var(--rose);padding-left:1.4rem;margin-bottom:1.4rem;}
.story-text p{font-size:14px;font-weight:300;color:var(--text-muted);line-height:1.8;}
.story-sig{margin-top:1.25rem;font-family:var(--font-display);font-size:18px;font-style:italic;color:var(--rose);}
/* VALUES */
.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;}
.value-card{padding:1.6rem;border:0.5px solid var(--border);border-radius:var(--r);background:var(--surface);}
.value-icon{width:36px;height:36px;background:var(--rose-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:0.9rem;}
.value-title{font-family:var(--font-display);font-size:17px;font-weight:500;margin-bottom:0.4rem;}
.value-desc{font-size:13px;font-weight:300;color:var(--text-muted);line-height:1.65;}
/* CONSULTATION SECTION */
.consult-section{background:var(--surface);padding:clamp(3.5rem,6vw,5rem) clamp(1.5rem,4vw,2.5rem);}
.consult-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;max-width:100%;}
.consult-info h2{font-family:var(--font-display);font-size:clamp(26px,3vw,36px);font-weight:300;margin-bottom:0.75rem;}
.consult-info p{font-size:14px;font-weight:300;color:var(--text-muted);line-height:1.8;margin-bottom:1.5rem;}
.consult-list{list-style:none;margin-bottom:1.75rem;}
.consult-list li{font-size:13px;font-weight:300;color:var(--text-muted);padding:0.45rem 0 0.45rem 1.2rem;border-bottom:0.5px solid var(--border);position:relative;line-height:1.55;}
.consult-list li::before{content:'-';color:var(--rose);position:absolute;left:0;}
.consult-pricing{background:var(--rose-light);border-radius:var(--r);padding:1.5rem 1.75rem;}
.consult-pricing h3{font-family:var(--font-display);font-size:20px;font-weight:400;margin-bottom:1rem;color:var(--rose-dark);}
.consult-price-row{display:flex;justify-content:space-between;align-items:baseline;padding:0.6rem 0;border-bottom:0.5px solid var(--rose-mid);}
.consult-price-row:last-child{border-bottom:none;}
.consult-price-label{font-size:13px;font-weight:300;color:var(--rose-dark);}
.consult-price-amount{font-family:var(--font-display);font-size:18px;font-weight:400;color:var(--rose-dark);}
.consult-note{font-size:12px;font-weight:300;color:var(--rose-dark);opacity:0.75;margin-top:0.75rem;font-style:italic;}
/* DISCLAIMER */
.disclaimer{background:var(--bg);border-top:0.5px solid var(--border);padding:1.25rem 2.5rem;text-align:center;}
.disclaimer p{font-size:12px;font-weight:300;color:var(--text-muted);line-height:1.7;}
/* CTA BANNER */
.cta-banner{background:var(--rose);padding:clamp(3rem,5vw,4.5rem) 2.5rem;text-align:center;}
.cta-banner h2{font-family:var(--font-display);font-size:clamp(26px,3.5vw,38px);font-weight:300;color:#fff;margin-bottom:0.6rem;}
.cta-banner h2 em{color:rgba(255,255,255,0.72);}
.cta-banner p{font-size:14px;font-weight:300;color:rgba(255,255,255,0.82);margin-bottom:2rem;}
/* FOOTER */
.site-footer{background:var(--surface);border-top:0.5px solid var(--border);padding:2.25rem 2.5rem;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:1.5rem;}
.footer-logo{font-family:var(--font-display);font-size:17px;font-weight:400;}
.footer-logo .script{font-style:italic;color:var(--rose);}
.footer-center{font-size:12px;color:var(--text-muted);text-align:center;line-height:1.9;}
.footer-right{font-size:12px;color:var(--text-muted);text-align:right;line-height:2;}
.footer-right a{color:var(--rose);}
.footer-right a:hover{text-decoration:underline;}
.footer-disclaimer{grid-column:1/-1;font-size:11px;font-weight:300;color:var(--text-muted);text-align:center;padding-top:1.25rem;border-top:0.5px solid var(--border);line-height:1.65;opacity:0.8;}
/* RESPONSIVE */
@media(max-width:960px){
  .hero{grid-template-columns:1fr;}.hero-img{order:-1;min-height:340px;}.hero-img-ph{min-height:340px;}
  .story-split{grid-template-columns:1fr;}.story-img{order:-1;}.story-img-ph{min-height:300px;}
  .products-grid{grid-template-columns:1fr 1fr;}.values-grid{grid-template-columns:1fr 1fr;}
  .consult-inner{grid-template-columns:1fr;}
  .site-footer{grid-template-columns:1fr;text-align:center;}.footer-right{text-align:center;}
}
@media(max-width:600px){
  .site-nav{padding:1rem 1.25rem;}.nav-links{display:none;}
  .products-grid{grid-template-columns:1fr;}.values-grid{grid-template-columns:1fr;}
  .hero-btns{flex-direction:column;align-items:flex-start;}
  .section{padding:3rem 1.25rem;}.consult-section{padding:3rem 1.25rem;}
  .disclaimer{padding:1.25rem;}.site-footer{padding:2rem 1.25rem;}
}
/* ── Mobile navigation ── */
.nav-hamburger{display:none;flex-direction:column;justify-content:space-between;width:22px;height:16px;background:none;border:none;cursor:pointer;padding:0;}
.nav-hamburger span{display:block;width:100%;height:1.5px;background:var(--text);border-radius:2px;transition:transform 0.25s,opacity 0.25s;}
.nav-hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.nav-hamburger.open span:nth-child(2){opacity:0;}
.nav-hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
.mobile-menu{position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100%;background:var(--surface);z-index:200;padding:5rem 2rem 2rem;display:flex;flex-direction:column;box-shadow:-4px 0 24px rgba(0,0,0,0.08);transition:right 0.3s ease;}
.mobile-menu.open{right:0;}
.mobile-menu-close{position:absolute;top:1.25rem;right:1.5rem;background:none;border:none;font-size:24px;cursor:pointer;color:var(--text-muted);}
.mobile-menu-nav{display:flex;flex-direction:column;gap:0;}
.mobile-menu-nav a{font-size:15px;font-weight:400;letter-spacing:0.05em;color:var(--text);padding:1rem 0;border-bottom:0.5px solid var(--border);text-decoration:none;transition:color 0.2s;}
.mobile-menu-nav a:hover{color:var(--rose);}
.mobile-menu-cta{display:inline-block;margin-top:1.75rem;background:var(--rose);color:#fff !important;text-align:center;padding:0.85rem 1.5rem !important;border-radius:var(--r);border:none !important;letter-spacing:0.08em;text-transform:uppercase;font-size:12px !important;font-weight:500;}
.mobile-menu-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.35);z-index:199;}
.mobile-menu-overlay.open{display:block;}
@media(max-width:600px){
  .nav-hamburger{display:flex;}
  .nav-cta{display:none;}
}
