:root{
  --royal:#1847b0; --royal-dk:#0d2d7a; --royal-dp:#08193f; --royal-lt:#2f63d4;
  --gold:#c9a84c;  --gold-lt:#e4c97a;
  --white:#fff;    --cream:#fafaf8;    --off:#f4f7fe;  --surf:#eef2fb;
  --txt:#0a1628;   --mid:#3a4d70;      --mut:#7b8eae;
  --bdr:#d8e0f0;   --bdr-lt:#e8edf8;
  --sh-xs:0 1px 6px rgba(14,45,122,.06);
  --sh-sm:0 2px 16px rgba(14,45,122,.09);
  --sh:0 8px 44px rgba(14,45,122,.13);
  --ease:cubic-bezier(.4,0,.2,1);
  --bounce:cubic-bezier(.34,1.56,.64,1);
  --slide:cubic-bezier(.77,0,.175,1);
  --expo:cubic-bezier(.16,1,.3,1);
  --hh:80px; /* header height – updated by JS */
}

/* ─── RESET ─── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'DM Sans',sans-serif;color:var(--txt);background:var(--cream);overflow-x:hidden}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button{border:none;background:none;font-family:inherit;cursor:pointer}
ul,ol{list-style:none}
h1,h2,h3,h4{font-family:'Cormorant Garamond',serif;line-height:1.12}
strong{font-weight:700}

/* ─── GRAIN TEXTURE ─── */
body::after{
  content:'';position:fixed;inset:0;z-index:9990;pointer-events:none;opacity:.025;
  background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size:160px 160px;
}

/* ─── PAGE TRANSITION ─── */
#pt{
  position:fixed;inset:0;background:var(--royal-dp);
  z-index:9980;pointer-events:none;
  transform:translateY(100%);transition:transform .5s var(--slide);
}
#pt.on{transform:translateY(0)}

/* ─── HEADER ─── */
#header{
  position:fixed;top:0;left:0;right:0;z-index:900;
  height:var(--hh);
  display:flex;align-items:center;justify-content:space-between;
  padding:0 5%;
  transition:background .4s var(--ease),box-shadow .4s var(--ease),height .3s var(--ease);
}
/* Gold hairline shown only when scrolled */
#header::before{
  content:'';position:absolute;top:0;left:0;right:0;height:1px;
  background:linear-gradient(90deg,transparent,var(--gold) 30%,var(--gold-lt) 50%,var(--gold) 70%,transparent);
  opacity:0;transition:opacity .4s;
}
#header.solid{
  background:rgba(250,250,248,.97);
  backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);
  box-shadow:0 1px 0 var(--bdr),var(--sh-xs);
  --hh:62px;
}
#header.solid::before{opacity:1}

/* Logo */
.logo{display:flex;align-items:center;gap:.75rem;flex-shrink:0}
.logo-mark{
  width:38px;height:38px;background:var(--royal);
  display:flex;align-items:center;justify-content:center;flex-shrink:0;
  transition:transform .5s var(--bounce),box-shadow .3s;
}
.logo:hover .logo-mark{transform:rotate(18deg) scale(1.08);box-shadow:0 6px 18px rgba(24,71,176,.4)}
.logo-mark svg{width:20px;height:20px;fill:var(--white)}
.logo-wordmark{display:flex;flex-direction:column}
.logo-name{font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:700;letter-spacing:.13em;line-height:1;color:var(--white);transition:color .3s}
#header.solid .logo-name{color:var(--royal-dk)}
.logo-sub{font-size:.52rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;color:rgba(255,255,255,.5);line-height:1;margin-top:3px;transition:color .3s}
#header.solid .logo-sub{color:var(--mut)}

/* Desktop nav */
nav{display:flex;align-items:center;gap:2.2rem}
nav a{
  font-size:.71rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;
  color:rgba(255,255,255,.82);position:relative;padding-bottom:3px;
  transition:color .25s;white-space:nowrap;
}
nav a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--gold);transition:width .3s var(--ease)}
nav a:hover,nav a.active{color:var(--white)}
nav a:hover::after,nav a.active::after{width:100%}
#header.solid nav a{color:var(--mid)}
#header.solid nav a:hover,#header.solid nav a.active{color:var(--royal)}
.nav-cta{
  padding:.55rem 1.3rem;background:var(--royal);color:var(--white);
  box-shadow:0 3px 12px rgba(24,71,176,.3);
  transition:background .25s,transform .2s,box-shadow .25s;
}
.nav-cta::after{display:none !important}
.nav-cta:hover{background:var(--royal-dk) !important;color:var(--white) !important;transform:translateY(-2px);box-shadow:0 7px 20px rgba(24,71,176,.45)}
#header.solid .nav-cta{
  color:var(--white) !important;
  background:var(--royal) !important;
}

/* Hamburger */
.ham{display:none;flex-direction:column;gap:5px;padding:8px 4px}
.ham span{display:block;width:22px;height:1.5px;background:var(--white);transition:transform .28s,opacity .28s,background .28s}
#header.solid .ham span{background:var(--txt)}
.ham.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}
.ham.open span:nth-child(2){opacity:0}
.ham.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}

/* Mobile menu – opacity-based, no layout shift */
.mmenu{
  display:flex;flex-direction:column;
  position:fixed;top:var(--hh);left:0;right:0;z-index:890;
  background:var(--cream);
  padding:1rem 5% 1.75rem;
  box-shadow:var(--sh);
  border-top:1px solid var(--bdr);
  opacity:0;pointer-events:none;transform:translateY(-6px);
  transition:opacity .25s var(--ease),transform .25s var(--ease);
}
.mmenu.open{opacity:1;pointer-events:auto;transform:none}
.mmenu a{
  padding:.9rem 0;border-bottom:1px solid var(--bdr-lt);
  font-size:.8rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:var(--mid);transition:color .2s,padding-left .2s;
}
.mmenu a:last-child{border:none;margin-top:.75rem;text-align:center;background:var(--royal);color:var(--white);padding:.85rem}
.mmenu a:hover{color:var(--royal);padding-left:.4rem}
.mmenu a:last-child:hover{padding-left:0;background:var(--royal-dk)}

/* ─── BUTTONS ─── */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  padding:.85rem 1.85rem;min-height:48px;
  font-family:'DM Sans',sans-serif;font-size:.72rem;font-weight:700;
  letter-spacing:.18em;text-transform:uppercase;
  transition:background .25s,color .25s,transform .22s,box-shadow .25s;
  position:relative;overflow:hidden;white-space:nowrap;
  -webkit-tap-highlight-color:transparent;
}
/* Shine sweep */
.btn::before{content:'';position:absolute;inset:0;background:rgba(255,255,255,.09);transform:translateX(-101%);transition:transform .38s var(--ease)}
.btn:hover::before{transform:translateX(0)}
.btn-primary{background:var(--royal);color:var(--white)}
.btn-primary:hover{background:var(--royal-dk);transform:translateY(-2px);box-shadow:0 9px 26px rgba(24,71,176,.42)}
.btn-ghost{color:var(--white);border:1px solid rgba(255,255,255,.36)}
.btn-ghost:hover{border-color:var(--white);background:rgba(255,255,255,.07)}
.btn-outline{color:var(--royal);border:1px solid var(--royal)}
.btn-outline:hover{background:var(--royal);color:var(--white);transform:translateY(-2px);box-shadow:0 7px 20px rgba(24,71,176,.28)}
.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold-lt));color:var(--royal-dk);font-weight:700}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 9px 26px rgba(201,168,76,.38)}
.btn-dark{background:var(--royal-dp);color:var(--white);border:1px solid rgba(255,255,255,.1)}
.btn-dark:hover{background:rgba(8,25,63,.8);transform:translateY(-2px);box-shadow:0 7px 20px rgba(0,0,0,.28)}

/* ─── SHARED LAYOUT ─── */
.section{padding:7rem 5%}
.wrap{max-width:1240px;margin:0 auto}
.ey{
  display:inline-flex;align-items:center;gap:.5rem;
  font-size:.61rem;font-weight:700;letter-spacing:.3em;text-transform:uppercase;
  color:var(--royal);margin-bottom:.9rem;
}
.ey::before{content:'';width:16px;height:1px;background:var(--gold);display:block}
h2.st{font-size:clamp(1.9rem,3.5vw,2.9rem);color:var(--txt);margin-bottom:1.35rem;font-weight:600;letter-spacing:-.015em}
.sl{font-size:.96rem;font-weight:300;color:var(--mid);line-height:1.9;max-width:570px}
.sh{margin-bottom:4rem}
.sh.c{text-align:center}
.sh.c .ey{justify-content:center}
.sh.c .sl{margin:0 auto}

/* Shared section footer CTA (same in Products & FAQ) */
.section-footer{
  display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;
  gap:1.5rem;margin-top:3.5rem;padding-top:2.2rem;border-top:1px solid var(--bdr);
}
.section-footer-text p{font-size:.87rem;font-weight:300;color:var(--mid);line-height:1.8;max-width:470px}
.section-footer-text strong{color:var(--txt)}

/* ─── SCROLL REVEAL ─── */
.rv {opacity:0;transform:translateY(20px); transition:opacity .75s var(--ease),transform .75s var(--expo)}
.rvL{opacity:0;transform:translateX(-20px);transition:opacity .75s var(--ease),transform .75s var(--expo)}
.rvR{opacity:0;transform:translateX(20px); transition:opacity .75s var(--ease),transform .75s var(--expo)}
.rv.on,.rvL.on,.rvR.on{opacity:1;transform:none}
[data-d="1"]{transition-delay:.08s}[data-d="2"]{transition-delay:.16s}[data-d="3"]{transition-delay:.24s}[data-d="4"]{transition-delay:.32s}

/* Respect reduced motion */
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}
  .slide-bg{transition:none}
}

/* ─── SHARED ANIMATION ─── */
@keyframes shaftAnim{0%,100%{opacity:.5}50%{opacity:1}}

/* ─── HERO SLIDER (index page) ─── */
.hero{
  position:relative;
  height:100vh;
  height:100svh;
  min-height:540px;
  overflow:hidden;
}
#hero-canvas{position:absolute;inset:0;z-index:5;pointer-events:none}

.slides-track{
  display:flex;height:100%;
  transition:transform .9s var(--slide);
  touch-action:pan-y;      /* let browser keep vertical scroll; we handle horizontal */
  will-change:transform;
}
.slide{min-width:100%;height:100%;position:relative;overflow:hidden;flex-shrink:0}

/* Ken Burns: inactive slides stay at scale(1.07) to avoid pop when activated */
.slide-bg{
  position:absolute;inset:0;
  background-size:cover;background-position:center;
  transform:scale(1.07);
  transition:transform 9s ease;
}
.slide.active .slide-bg{transform:scale(1)}

.slide-overlay{
  position:absolute;inset:0;
  background:linear-gradient(115deg,rgba(8,25,63,.88) 0%,rgba(24,71,176,.4) 55%,rgba(0,0,0,.06) 100%);
}
.slide-shaft{
  position:absolute;inset:0;z-index:7;pointer-events:none;
  background:linear-gradient(145deg,transparent 35%,rgba(201,168,76,.035) 50%,transparent 65%);
  animation:shaftAnim 8s ease-in-out infinite;
}

.slide-inner{
  position:absolute;inset:0;
  display:flex;align-items:center;
  padding:0 5%;padding-top:var(--hh);
  z-index:10;
}
.slide-content{
  max-width:640px;width:100%;
  opacity:0;transform:translateY(24px);
  transition:opacity .9s var(--ease) .28s,transform .9s var(--expo) .28s;
}
.slide.active .slide-content{opacity:1;transform:none}

.slide-kicker{
  display:inline-flex;align-items:center;gap:.45rem;
  font-size:.61rem;font-weight:700;letter-spacing:.32em;text-transform:uppercase;
  color:var(--gold);margin-bottom:1.1rem;
}
.slide-kicker::before{content:'';display:block;width:20px;height:1px;background:var(--gold);flex-shrink:0}
.slide-content h1{
  font-size:clamp(2.2rem,5.5vw,5rem);color:var(--white);
  line-height:1.07;margin-bottom:1.25rem;font-weight:600;
}
.slide-content h1 em{font-style:italic;font-weight:300;color:var(--gold-lt)}
.slide-content p{
  font-size:.96rem;font-weight:300;color:rgba(255,255,255,.72);
  line-height:1.88;margin-bottom:2.4rem;max-width:480px;
}
.hero-ctas{display:flex;gap:.85rem;flex-wrap:wrap;align-items:center}

/* Slider controls */
.slider-ui{
  position:absolute;bottom:0;left:0;right:0;
  display:flex;align-items:flex-end;justify-content:space-between;
  padding:0 5% 2.2rem;z-index:20;
}
.slider-dots{display:flex;align-items:center;gap:.5rem}
/* Tall touch-area dots using padding; visual line via ::after */
.slider-dot{
  width:22px;height:22px;position:relative;cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}
.slider-dot::after{
  content:'';position:absolute;top:50%;left:0;right:0;
  height:1px;background:rgba(255,255,255,.28);transform:translateY(-50%);
  transition:background .3s,width .3s;
}
.slider-dot.active{width:46px}
.slider-dot.active::after{background:var(--gold)}

.slider-nav{display:flex;gap:.4rem}
.slider-btn{
  width:44px;height:44px;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);
  color:var(--white);display:flex;align-items:center;justify-content:center;
  font-size:.78rem;backdrop-filter:blur(8px);
  transition:background .25s,border-color .25s,transform .25s;
  -webkit-tap-highlight-color:transparent;
}
.slider-btn:hover{background:var(--royal);border-color:var(--royal);transform:scale(1.08)}

.slide-prog{position:absolute;right:5%;top:50%;transform:translateY(-50%);z-index:20}
.slide-prog-bar{width:1px;height:52px;background:rgba(255,255,255,.12);position:relative;overflow:hidden}
.slide-prog-fill{position:absolute;top:0;left:0;right:0;background:var(--gold);transition:height 5s linear;height:0}

/* Scroll cue – shared with inner page heroes */
.scroll-cue{
  position:absolute;bottom:2.2rem;left:50%;transform:translateX(-50%);
  display:flex;flex-direction:column;align-items:center;gap:.3rem;
  z-index:20;opacity:.3;animation:scue 2.4s ease-in-out infinite;
  pointer-events:none;
}
@keyframes scue{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(7px)}}
.scroll-cue i{font-size:.65rem;color:var(--white)}

/* ─── ABOUT (index) ─── */
.about{background:var(--cream);overflow:hidden}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:center}
.about-visuals{position:relative;padding-bottom:2.5rem}
.about-img-main{
  width:100%;aspect-ratio:4/3;
  background:linear-gradient(135deg,#1847b0,#08193f);
  display:flex;align-items:center;justify-content:center;
  color:rgba(255,255,255,.07);font-size:4.5rem;overflow:hidden;position:relative;
}
.about-img-main::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,transparent 40%,rgba(24,71,176,.22))}
.about-img-inset{
  position:absolute;bottom:-1.8rem;right:-1.8rem;width:40%;aspect-ratio:1;
  background:linear-gradient(135deg,#2f63d4,#1847b0);
  border:5px solid var(--cream);box-shadow:var(--sh);
  display:flex;align-items:center;justify-content:center;
  color:rgba(255,255,255,.12);font-size:2.2rem;
}
.about-chip{
  position:absolute;top:-1.4rem;left:-1.4rem;z-index:5;
  background:var(--royal);color:var(--white);
  width:104px;height:104px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
  box-shadow:var(--sh);
}
.about-chip strong{font-family:'Cormorant Garamond',serif;font-size:2.7rem;line-height:1;font-weight:600}
.about-chip span{font-size:.52rem;letter-spacing:.13em;text-transform:uppercase;opacity:.8;line-height:1.35;margin-top:3px}
.about-body{font-size:.95rem;color:var(--mid);line-height:1.95;margin-bottom:1.4rem}
.about-pills{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;margin-top:2.2rem}
.pill{
  display:flex;align-items:flex-start;gap:.7rem;padding:.95rem;
  background:var(--off);border:1px solid var(--bdr-lt);
  transition:background .22s,transform .28s var(--bounce),box-shadow .22s;
}
.pill:hover{background:var(--surf);transform:translateY(-4px);box-shadow:var(--sh-sm)}
.pill-icon{width:30px;height:30px;background:var(--royal);display:flex;align-items:center;justify-content:center;color:var(--white);font-size:.72rem;flex-shrink:0;transition:transform .38s var(--bounce)}
.pill:hover .pill-icon{transform:scale(1.18) rotate(-7deg)}
.pill-body strong{font-size:.78rem;font-weight:700;color:var(--txt);display:block;margin-bottom:.1rem}
.pill-body span{font-size:.73rem;color:var(--mut);line-height:1.5}

/* ─── WHY TAGLUMO (index) ─── */
.why{background:var(--royal-dp);overflow:hidden;position:relative}
.why-ghost{
  position:absolute;bottom:-3.5rem;left:-1rem;
  font-family:'Cormorant Garamond',serif;font-size:clamp(6rem,17vw,19rem);
  font-weight:300;font-style:italic;color:rgba(255,255,255,.022);
  line-height:1;pointer-events:none;user-select:none;white-space:nowrap;z-index:0;
}
.why::before{
  content:'';position:absolute;inset:0;z-index:0;
  background:radial-gradient(circle at 8% 50%,rgba(24,71,176,.45) 0%,transparent 58%),
             radial-gradient(circle at 92% 18%,rgba(47,99,212,.26) 0%,transparent 52%);
}
.why .sh{position:relative;z-index:1}
.why .ey{color:var(--gold)}.why .ey::before{background:var(--gold)}
.why h2.st{color:var(--white)}.why .sl{color:rgba(255,255,255,.58)}
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;position:relative;z-index:1}
.why-card{
  background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);
  padding:2.5rem 1.9rem;
  transition:background .35s,transform .35s var(--bounce),box-shadow .35s;
  position:relative;overflow:hidden;
}
.why-card::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(24,71,176,.2),transparent);opacity:0;transition:opacity .35s}
.why-card::after{content:'';position:absolute;bottom:0;left:0;right:0;height:1.5px;background:linear-gradient(90deg,var(--royal-lt),var(--gold));transform:scaleX(0);transform-origin:left;transition:transform .48s var(--ease)}
.why-card:hover{background:rgba(255,255,255,.08);transform:translateY(-6px);box-shadow:0 20px 50px rgba(0,0,0,.3)}
.why-card:hover::before{opacity:1}
.why-card:hover::after{transform:scaleX(1)}
.why-num{font-family:'Cormorant Garamond',serif;font-size:3.6rem;font-weight:300;font-style:italic;color:rgba(255,255,255,.042);position:absolute;top:.7rem;right:1.1rem;line-height:1;user-select:none;transition:color .35s}
.why-card:hover .why-num{color:rgba(255,255,255,.1)}
.why-icon{width:48px;height:48px;background:rgba(24,71,176,.46);border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:.95rem;margin-bottom:1.4rem;transition:transform .42s var(--bounce),background .35s}
.why-card:hover .why-icon{transform:scale(1.18) rotate(-10deg);background:rgba(24,71,176,.82)}
.why-card h3{font-family:'Cormorant Garamond',serif;font-size:1.18rem;font-weight:600;color:var(--white);margin-bottom:.7rem}
.why-card p{font-size:.79rem;font-weight:300;color:rgba(255,255,255,.5);line-height:1.82}

/* ─── PRODUCTS SECTION (index) ─── */
.products{background:var(--off)}
.products-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}
.product-list{display:flex;flex-direction:column;gap:1px}
.product-item{
  background:var(--cream);cursor:pointer;
  display:flex;align-items:stretch;overflow:hidden;
  border:1px solid var(--bdr-lt);
  transition:box-shadow .25s,transform .22s,border-color .22s;
  -webkit-tap-highlight-color:transparent;
}
.product-item:hover{box-shadow:var(--sh-sm);transform:translateX(4px);border-color:var(--bdr)}
.product-item-bar{width:3px;flex-shrink:0;background:var(--bdr);transition:background .22s}
.product-item.active .product-item-bar{background:var(--royal)}
.product-item-body{padding:1.3rem 1.5rem;flex:1}
.product-item-head{display:flex;align-items:center;gap:.65rem;margin-bottom:.2rem}
.product-item-icon{
  width:28px;height:28px;background:var(--off);border:1px solid var(--bdr);
  display:flex;align-items:center;justify-content:center;
  font-size:.68rem;color:var(--royal);flex-shrink:0;
  transition:background .22s,color .22s,transform .38s var(--bounce);
}
.product-item.active .product-item-icon,
.product-item:hover  .product-item-icon{background:var(--royal);color:var(--white);border-color:var(--royal);transform:scale(1.1) rotate(-5deg)}
.product-item-head strong{font-size:.86rem;font-weight:700;color:var(--txt)}
.product-item-desc{
  font-size:.78rem;font-weight:300;color:var(--mid);line-height:1.82;
  display:none;animation:fadeUp .3s var(--ease);
}
@keyframes fadeUp{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
.product-item.active .product-item-desc{display:block;margin-top:.45rem}
.product-item-chevron{padding:1.3rem 1rem;display:flex;align-items:center;color:var(--mut);font-size:.68rem;transition:transform .32s,color .22s}
.product-item.active .product-item-chevron{transform:rotate(90deg);color:var(--royal)}

.product-visual{position:sticky;top:calc(var(--hh) + 16px)}
.product-img-wrap{
  width:100%;aspect-ratio:4/3;
  background:linear-gradient(135deg,#1847b0,#08193f);
  display:flex;align-items:center;justify-content:center;
  color:rgba(255,255,255,.1);font-size:5rem;overflow:hidden;position:relative;
}
.product-img-wrap::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,25,63,.86) 0%,transparent 50%)}
.product-img-label{position:absolute;bottom:0;left:0;right:0;padding:1.6rem 1.8rem;z-index:1}
.product-img-label h3{font-size:1.25rem;font-weight:500;color:var(--white)}
/* Size strip inside index product visual */
.sizes-strip{display:flex;gap:1px}
.size-box{flex:1;padding:1.6rem 1.4rem;background:var(--royal-dp);color:var(--white);text-align:center;transition:background .25s,transform .25s var(--bounce)}
.size-box:hover{background:var(--royal);transform:translateY(-3px)}
.size-num{font-family:'Cormorant Garamond',serif;font-size:2.8rem;font-weight:600;color:var(--gold);line-height:1}
.size-mm{font-size:.7rem;opacity:.45;margin-top:.18rem}
.size-lbl{font-size:.58rem;letter-spacing:.16em;text-transform:uppercase;opacity:.55;margin-top:.55rem}

/* ─── FAQ SECTION (index) ─── */
.faq{background:var(--cream)}
.faq-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1px}
.faq-col{display:flex;flex-direction:column;gap:1px}

/* ─── FAQ ACCORDION BASE (shared – index + FAQ page) ─── */
.faq-item{
  background:var(--cream);border:1px solid var(--bdr-lt);
  overflow:hidden;position:relative;
  transition:border-color .22s,box-shadow .22s;
}
.faq-item.open{border-color:var(--bdr);box-shadow:var(--sh-xs)}
.faq-item::before{
  content:'';position:absolute;left:0;top:0;bottom:0;width:3px;
  background:var(--royal);transform:scaleY(0);transform-origin:bottom;
  transition:transform .38s var(--expo);
}
.faq-item.open::before{transform:scaleY(1)}
.faq-q{
  display:flex;align-items:center;gap:1.1rem;
  padding:1.25rem 1.6rem;cursor:pointer;user-select:none;
  transition:background .2s;min-height:58px;
  -webkit-tap-highlight-color:transparent;
}
.faq-q:hover{background:var(--off)}
.faq-n{
  font-family:'Cormorant Garamond',serif;font-size:1rem;font-weight:300;font-style:italic;
  color:var(--mut);flex-shrink:0;width:1.8rem;text-align:center;transition:color .22s;
}
.faq-item.open .faq-n{color:var(--royal)}
.faq-q-text{flex:1;font-size:.87rem;font-weight:700;color:var(--txt);line-height:1.4;transition:color .22s}
.faq-q:hover .faq-q-text,
.faq-item.open .faq-q-text{color:var(--royal)}
.faq-toggle{
  width:26px;height:26px;flex-shrink:0;
  border:1px solid var(--bdr);background:var(--off);
  display:flex;align-items:center;justify-content:center;
  font-size:.58rem;color:var(--mut);
  transition:transform .35s var(--bounce),background .22s,color .22s,border-color .22s;
}
.faq-item.open .faq-toggle{transform:rotate(45deg);background:var(--royal);color:var(--white);border-color:var(--royal)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .44s var(--expo)}
.faq-a-inner{
  padding:.15rem 1.6rem 1.5rem calc(1.6rem + 1.8rem + 1.1rem);
  font-size:.84rem;font-weight:300;color:var(--mid);line-height:1.92;
}
.faq-a-inner strong{color:var(--txt)}
.faq-a-inner a{color:var(--royal);text-decoration:underline;text-underline-offset:3px}
.faq-item.open .faq-a{max-height:600px}

/* ─── CONTACT FORM (index) ─── */
.csec{background:var(--royal-dp);position:relative;overflow:hidden}
.csec::before{
  content:'';position:absolute;inset:0;
  background:radial-gradient(ellipse at 0% 100%,rgba(24,71,176,.55) 0%,transparent 50%),
             radial-gradient(ellipse at 100% 0%,rgba(47,99,212,.2) 0%,transparent 46%);
}
.cgrid{display:grid;grid-template-columns:5fr 7fr;gap:5rem;position:relative;z-index:1;align-items:start}
.cleft .ey{color:var(--gold)}.cleft .ey::before{background:var(--gold)}
.cleft h2.st{color:var(--white)}
.clead{font-size:.9rem;font-weight:300;color:rgba(255,255,255,.58);line-height:1.95;margin-bottom:2.2rem}
.cbullets{margin-bottom:2.2rem}
.cbul{display:flex;align-items:flex-start;gap:.6rem;color:rgba(255,255,255,.7);font-size:.83rem;font-weight:300;margin-bottom:.6rem;line-height:1.5;transition:color .2s,transform .2s}
.cbul:hover{color:var(--white);transform:translateX(4px)}
.cbul i{color:var(--gold);font-size:.62rem;flex-shrink:0;margin-top:3px}
.clinks{display:flex;flex-direction:column;gap:.8rem}
.clink{display:flex;align-items:flex-start;gap:.85rem}
.clico{width:36px;height:36px;flex-shrink:0;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:.78rem;transition:background .22s,transform .38s var(--bounce)}
.clink:hover .clico{background:var(--royal);transform:scale(1.1) rotate(-5deg)}
.cllbl{font-size:.58rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.3);margin-bottom:.18rem}
.clval{font-size:.86rem;color:rgba(255,255,255,.82);transition:color .2s}
.clink:hover .clval{color:var(--white)}
.cnw{margin-top:2.2rem;padding-top:1.8rem;border-top:1px solid rgba(255,255,255,.07);font-size:.74rem;font-weight:700;letter-spacing:.07em;color:var(--gold)}
.cnw i{margin-right:.45rem}

/* Form */
.cfw{background:var(--cream);padding:2.6rem}
.cftit{font-family:'Cormorant Garamond',serif;font-size:1.55rem;font-weight:600;color:var(--txt);margin-bottom:1.7rem}
.frow{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}
.fg{margin-bottom:.88rem}
.fg label{display:block;font-size:.6rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;color:var(--mut);margin-bottom:.38rem}
.req{color:#c0392b}
.fg input,
.fg textarea,
.fg select{
  width:100%;padding:.78rem .9rem;
  border:1px solid var(--bdr);background:var(--off);
  font-family:'DM Sans',sans-serif;
  font-size:1rem;   /* 16px — prevents iOS Safari auto-zoom */
  color:var(--txt);
  outline:none;appearance:none;-webkit-appearance:none;
  border-radius:0;  /* prevents iOS rounding */
  transition:border-color .2s,box-shadow .2s,background .2s;
}
.fg select{cursor:pointer}
.fg input:focus,.fg textarea:focus,.fg select:focus{
  border-color:var(--royal);background:var(--white);
  box-shadow:0 0 0 3px rgba(24,71,176,.09);
}
.fg textarea{resize:vertical;min-height:96px}

/* GDPR */
.gdprb{background:#eef2fb;border-left:3px solid var(--royal);padding:1rem;margin-bottom:1.3rem}
.gdprow{display:flex;align-items:flex-start;gap:.65rem;margin-bottom:.6rem}
.cchk{position:relative;flex-shrink:0;width:20px;height:20px;margin-top:2px;cursor:pointer}
.cchk input{position:absolute;opacity:0;width:0;height:0}
.ckm{display:flex;width:20px;height:20px;border:1.5px solid var(--royal);background:var(--white);align-items:center;justify-content:center;transition:background .2s}
.cchk input:checked+.ckm{background:var(--royal)}
.ckm::after{content:'';display:none;width:5px;height:8.5px;border:1.5px solid var(--white);border-top:none;border-left:none;transform:rotate(45deg) translateY(-1px)}
.cchk input:checked+.ckm::after{display:block}
.gdprtxt{font-size:.77rem;color:var(--mid);line-height:1.65;cursor:pointer}
.gdprtxt strong{color:var(--royal-dk);font-size:.79rem}
.gdprw{font-size:.67rem;color:#7a5010;background:#fff3cd;padding:.52rem .78rem;border-left:3px solid var(--gold);display:flex;align-items:flex-start;gap:.42rem;line-height:1.58}
.gdprw i{margin-top:2px;flex-shrink:0}

.fsub{
  width:100%;padding:.88rem;background:var(--royal);color:var(--white);
  font-family:'DM Sans',sans-serif;font-size:.72rem;font-weight:700;
  letter-spacing:.18em;text-transform:uppercase;
  transition:background .25s,transform .2s,box-shadow .25s;
  display:flex;align-items:center;justify-content:center;gap:.52rem;
  position:relative;overflow:hidden;min-height:46px;
}
.fsub::before{content:'';position:absolute;inset:0;background:rgba(255,255,255,.09);transform:translateX(-101%);transition:transform .38s var(--ease)}
.fsub:hover::before{transform:translateX(0)}
.fsub:hover{background:var(--royal-dk);transform:translateY(-2px);box-shadow:0 9px 24px rgba(24,71,176,.42)}
.fnote{font-size:.66rem;color:var(--mut);text-align:center;margin-top:.72rem;line-height:1.6}
.fsucc{display:none;text-align:center;padding:2.6rem 1.4rem;animation:fadeUp .5s var(--ease)}
.fsucc i{font-size:2rem;color:#27ae60;margin-bottom:.8rem}
.fsucc h3{font-size:1.3rem;color:var(--txt);margin-bottom:.38rem}
.fsucc p{font-size:.83rem;color:var(--mid);line-height:1.8}

/* ─── PAGE HERO (FAQ page + Products page) ─── */
.page-hero{
  position:relative;
  height:100vh;
  height:100svh;
  min-height:580px;
  overflow:hidden;
}
.page-hero-bg{
  position:absolute;inset:0;
  background-size:cover;background-position:center;
  background-color:#08193f;
  transform:scale(1.04);
  transition:transform 9s ease;
}
.page-hero:hover .page-hero-bg{transform:scale(1)}
.page-hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(115deg,rgba(8,25,63,.88) 0%,rgba(24,71,176,.4) 55%,rgba(0,0,0,.06) 100%);
}
.page-hero-shaft{
  position:absolute;inset:0;z-index:7;pointer-events:none;
  background:linear-gradient(145deg,transparent 35%,rgba(201,168,76,.035) 50%,transparent 65%);
  animation:shaftAnim 8s ease-in-out infinite;
}
.page-hero-inner{
  position:absolute;inset:0;
  display:flex;align-items:center;
  padding:0 5%;padding-top:var(--hh);
  z-index:10;
}
.page-hero-content{
  max-width:640px;width:100%;
  animation:heroFadeIn .9s var(--expo) .15s both;
}
@keyframes heroFadeIn{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}

/* Breadcrumb */
.breadcrumb{
  display:flex;align-items:center;gap:.5rem;
  font-size:.62rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;
  color:rgba(255,255,255,.38);margin-bottom:1.6rem;
}
.breadcrumb a{color:rgba(255,255,255,.38);transition:color .22s}
.breadcrumb a:hover{color:rgba(255,255,255,.7)}
.breadcrumb i{font-size:.5rem;opacity:.5}
.breadcrumb span{color:var(--gold)}

.page-hero-kicker{
  display:inline-flex;align-items:center;gap:.5rem;
  font-size:.61rem;font-weight:700;letter-spacing:.32em;text-transform:uppercase;
  color:var(--gold);margin-bottom:1.1rem;
}
.page-hero-kicker::before{content:'';display:block;width:20px;height:1px;background:var(--gold);flex-shrink:0}
.page-hero h1{
  font-size:clamp(2.2rem,5.5vw,5rem);color:var(--white);
  font-weight:600;line-height:1.07;margin-bottom:1.25rem;
}
.page-hero h1 em{font-style:italic;font-weight:300;color:var(--gold-lt)}
.page-hero-lead{
  font-size:.96rem;font-weight:300;color:rgba(255,255,255,.72);
  line-height:1.88;max-width:480px;margin-bottom:2.4rem;
}
.page-hero-ctas{display:flex;gap:.85rem;flex-wrap:wrap;align-items:center}

/* Hero meta strip */
.hero-meta{
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 2.8rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.hero-meta-item{
  display:flex;align-items:center;gap:.45rem;
  font-size:.72rem;font-weight:300;color:rgba(255,255,255,.42);
}
.hero-meta-item i{color:var(--gold);font-size:.62rem}
.hero-meta-item span{color:rgba(255,255,255,.72);font-weight:500}

/* ─── HERO TOPIC PILLS (FAQ page) ─── */
.hero-topics{
  display:flex;flex-wrap:wrap;gap:.5rem;
  margin-top:2.8rem;padding-top:2.5rem;
  border-top:1px solid rgba(255,255,255,.08);
}
.hero-topic{
  display:inline-flex;align-items:center;gap:.4rem;
  padding:.38rem .85rem;
  background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);
  font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;
  color:rgba(255,255,255,.55);
  transition:background .22s,color .22s,border-color .22s;
  cursor:pointer;-webkit-tap-highlight-color:transparent;
}
.hero-topic:hover,.hero-topic.active{
  background:var(--royal);border-color:var(--royal);color:var(--white);
}
.hero-topic i{font-size:.55rem}

/* ─── FAQ CATEGORY SECTIONS (FAQ page) ─── */
.faq-sec{background:var(--cream)}
.faq-sec:nth-child(even){background:var(--off)}

/* Category heading row */
.cat-head{
  display:flex;align-items:center;gap:1.2rem;
  margin-bottom:1.5rem;
  padding-bottom:1.5rem;
  border-bottom:1px solid var(--bdr);
}
.cat-icon{
  width:48px;height:48px;flex-shrink:0;
  background:var(--royal);
  display:flex;align-items:center;justify-content:center;
  color:var(--white);font-size:1rem;
}
.cat-head h2{font-size:clamp(1.4rem,2.5vw,1.9rem);font-weight:600;color:var(--txt)}

.faq-list{display:flex;flex-direction:column;gap:1px}
/* Alternate background for even sections */
.faq-sec:nth-child(even) .faq-item{background:var(--off)}
/* FAQ page specific hover overrides */
.faq-sec .faq-q{padding:1.3rem 1.6rem;min-height:60px}
.faq-sec .faq-q:hover{background:rgba(24,71,176,.03)}
.faq-sec:nth-child(even) .faq-q:hover{background:rgba(24,71,176,.05)}
.faq-sec .faq-q-text{font-size:.88rem}
.faq-sec .faq-a-inner{padding:.15rem 1.6rem 1.5rem calc(1.6rem + 1.8rem + 1.1rem);font-size:.84rem;line-height:1.92}

/* ─── CONTACT BAND (FAQ page) ─── */
.contact-band{
  background:var(--royal-dp);position:relative;overflow:hidden;
}
.contact-band::before{
  content:'';position:absolute;inset:0;
  background:radial-gradient(ellipse at 0% 100%,rgba(24,71,176,.55) 0%,transparent 50%),
             radial-gradient(ellipse at 100% 0%,rgba(47,99,212,.2) 0%,transparent 46%);
}
.contact-band-inner{
  position:relative;z-index:1;
  max-width:1240px;margin:0 auto;
  padding:5rem 5%;
  display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center;
}
.contact-band .ey{color:var(--gold)}.contact-band .ey::before{background:var(--gold)}
.contact-band h2.st{color:var(--white);margin-bottom:.8rem}
.contact-band-lead{font-size:.92rem;font-weight:300;color:rgba(255,255,255,.6);line-height:1.9;max-width:500px}
.contact-band-btns{display:flex;flex-direction:column;gap:.75rem;flex-shrink:0}

/* ─── PRODUCT DETAIL SECTIONS (products page) ─── */
.prod-section{background:var(--cream)}
.prod-section:nth-child(even){background:var(--off)}

.prod-grid{
  display:grid;grid-template-columns:1fr 1fr;
  gap:5.5rem;align-items:center;
}
/* Alternate image left/right */
.prod-section:nth-child(even) .prod-grid{direction:rtl}
.prod-section:nth-child(even) .prod-grid>*{direction:ltr}

/* Image placeholder */
.prod-img{
  position:relative;
  width:100%;aspect-ratio:4/3;
  background:linear-gradient(135deg,#1847b0 0%,#08193f 100%);
  display:flex;align-items:center;justify-content:center;
  color:rgba(255,255,255,.1);font-size:5rem;
  overflow:hidden;
}
.prod-img::after{
  content:'';position:absolute;inset:0;
  background:linear-gradient(135deg,transparent 45%,rgba(24,71,176,.25));
}
/* Part number badge */
.prod-badge{
  position:absolute;top:1.5rem;left:1.5rem;z-index:2;
  background:var(--royal);color:var(--white);
  padding:.35rem .8rem;
  font-size:.58rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;
}
/* Replace-with comment shown as overlay */
.prod-img-placeholder{
  position:absolute;bottom:0;left:0;right:0;
  background:rgba(8,25,63,.7);padding:.7rem 1rem;z-index:2;
  font-size:.62rem;color:rgba(255,255,255,.45);letter-spacing:.04em;font-style:italic;
}

/* Product text */
.prod-eyebrow{display:flex;align-items:center;gap:.55rem;margin-bottom:.9rem}
.prod-eyebrow .ey{margin-bottom:0}
.prod-num{
  font-family:'Cormorant Garamond',serif;font-size:4rem;font-weight:300;font-style:italic;
  color:var(--bdr);line-height:1;user-select:none;
  margin-bottom:-.4rem;display:block;
}
.prod-body{font-size:.94rem;font-weight:300;color:var(--mid);line-height:1.95;margin-bottom:1.6rem}

/* Feature list */
.prod-features{display:flex;flex-direction:column;gap:.65rem;margin-bottom:2rem}
.prod-feature{
  display:flex;align-items:flex-start;gap:.7rem;
  font-size:.84rem;font-weight:300;color:var(--mid);line-height:1.5;
}
.prod-feature i{
  color:var(--royal);font-size:.62rem;flex-shrink:0;margin-top:4px;
  transition:transform .35s var(--bounce);
}
.prod-feature:hover i{transform:scale(1.3) rotate(-5deg)}
.prod-feature:hover{color:var(--txt)}

/* Tech spec chips below text */
.prod-specs{
  display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.6rem;
  padding-top:1.6rem;border-top:1px solid var(--bdr-lt);
}
.prod-spec{
  display:inline-flex;align-items:center;gap:.4rem;
  padding:.4rem .85rem;background:var(--off);border:1px solid var(--bdr-lt);
  font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--mid);
}
.prod-spec i{color:var(--royal);font-size:.6rem}

/* ─── SIZES COMPARISON (products page) ─── */
.sizes-sec{background:var(--royal-dp);overflow:hidden;position:relative}
.sizes-sec::before{
  content:'';position:absolute;inset:0;
  background:radial-gradient(circle at 10% 50%,rgba(24,71,176,.5) 0%,transparent 58%),
             radial-gradient(circle at 90% 20%,rgba(47,99,212,.28) 0%,transparent 52%);
}
.sizes-sec .sh{position:relative;z-index:1}
.sizes-sec .ey{color:var(--gold)}.sizes-sec .ey::before{background:var(--gold)}
.sizes-sec h2.st{color:var(--white)}.sizes-sec .sl{color:rgba(255,255,255,.58)}

.sizes-grid{
  display:grid;grid-template-columns:1fr 1fr;gap:1px;
  position:relative;z-index:1;
}
.size-card{
  padding:3rem 3.5rem;position:relative;overflow:hidden;
  background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.07);
  transition:background .35s,transform .35s var(--bounce);
}
.size-card:hover{background:rgba(255,255,255,.09);transform:translateY(-5px)}
.size-card::after{
  content:'';position:absolute;bottom:0;left:0;right:0;height:2px;
  background:linear-gradient(90deg,var(--royal-lt),var(--gold));
  transform:scaleX(0);transform-origin:left;transition:transform .45s var(--ease);
}
.size-card:hover::after{transform:scaleX(1)}
.size-card-highlight{background:rgba(24,71,176,.22)!important;border-color:rgba(255,255,255,.14)!important}
.size-badge{
  display:inline-flex;align-items:center;gap:.4rem;
  padding:.3rem .75rem;background:var(--royal);
  font-size:.58rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;
  color:var(--white);margin-bottom:1.5rem;
}
.size-big{
  font-family:'Cormorant Garamond',serif;font-size:clamp(4rem,8vw,7rem);
  font-weight:600;color:var(--gold);line-height:1;display:block;margin-bottom:.2rem;
}
.size-unit{font-size:1.5rem;opacity:.6}
.size-name{font-size:.65rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:1.8rem;display:block}
.size-desc{font-size:.83rem;font-weight:300;color:rgba(255,255,255,.6);line-height:1.85;margin-bottom:2rem}
.size-list{display:flex;flex-direction:column;gap:.55rem}
.size-list-item{
  display:flex;align-items:center;gap:.6rem;
  font-size:.8rem;font-weight:300;color:rgba(255,255,255,.65);
}
.size-list-item i{color:var(--gold);font-size:.6rem;flex-shrink:0}
.size-ghost{
  position:absolute;right:-1rem;bottom:-1.5rem;
  font-family:'Cormorant Garamond',serif;font-size:9rem;font-weight:700;
  color:rgba(255,255,255,.03);line-height:1;user-select:none;pointer-events:none;
}

/* ─── INSTALLATION PROCESS (products page) ─── */
.process-sec{background:var(--cream)}
.process-steps{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:1px;margin-top:0;
  position:relative;
}
/* Connecting line */
.process-steps::before{
  content:'';position:absolute;top:2.4rem;left:0;right:0;height:1px;
  background:linear-gradient(90deg,transparent,var(--bdr) 10%,var(--bdr) 90%,transparent);
  z-index:0;
}
.step{
  background:var(--cream);padding:2rem 1.75rem 2.2rem;
  border:1px solid var(--bdr-lt);
  position:relative;z-index:1;
  transition:box-shadow .28s,transform .28s var(--bounce),border-color .25s;
}
.step:hover{box-shadow:var(--sh-sm);transform:translateY(-5px);border-color:var(--bdr)}
.step-num{
  width:48px;height:48px;
  background:var(--royal);color:var(--white);
  display:flex;align-items:center;justify-content:center;
  font-family:'Cormorant Garamond',serif;font-size:1.3rem;font-weight:600;
  margin-bottom:1.4rem;flex-shrink:0;
  transition:transform .4s var(--bounce),box-shadow .28s;
}
.step:hover .step-num{transform:scale(1.1) rotate(-5deg);box-shadow:0 6px 18px rgba(24,71,176,.38)}
.step h3{font-family:'Cormorant Garamond',serif;font-size:1.1rem;font-weight:600;color:var(--txt);margin-bottom:.6rem}
.step p{font-size:.8rem;font-weight:300;color:var(--mid);line-height:1.82}
.step-icon{color:var(--mut);font-size:.72rem;margin-top:1.2rem}
.step-icon i{color:var(--gold)}

/* ─── COMPARISON TABLE (products page) ─── */
.compare-sec{background:var(--off)}
.compare-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:0}
.compare-table{
  width:100%;border-collapse:collapse;
  min-width:560px;
}
.compare-table th,
.compare-table td{
  padding:1rem 1.5rem;text-align:left;
  border-bottom:1px solid var(--bdr-lt);
  font-size:.82rem;
}
.compare-table th{
  font-size:.62rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;
  color:var(--mut);background:var(--cream);
  border-bottom:2px solid var(--bdr);
  white-space:nowrap;
}
.compare-table th:nth-child(2){color:var(--royal)}
.compare-table tr:last-child td{border-bottom:none}
.compare-table td:first-child{color:var(--mid);font-weight:400}
.compare-table td:nth-child(2){font-weight:700;color:var(--txt)}
.compare-table td:nth-child(3){color:var(--mut);font-weight:300}
/* Taglumo column highlight */
.col-taglumo{background:rgba(24,71,176,.03)}
.compare-table tr:hover td{background:var(--surf)}
.compare-table tr:hover .col-taglumo{background:rgba(24,71,176,.07)}
/* Check / X icons */
.c-yes{color:#27ae60;font-size:.75rem}
.c-no {color:#c0392b;font-size:.75rem}
.c-part{color:var(--gold);font-size:.75rem}
/* Column header badges */
.th-tag{display:flex;flex-direction:column;gap:.25rem}
.th-tag-badge{
  display:inline-flex;align-items:center;gap:.3rem;
  padding:.2rem .5rem;background:var(--royal);
  font-size:.5rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--white);
  width:fit-content;
}

/* ─── CONTENT WRAP (TOC + ARTICLE) ─── */
.content-wrap{
  display:grid;
  grid-template-columns:240px 1fr;
  gap:4rem;
  max-width:1240px;margin:0 auto;
  padding:5rem 5%;
  align-items:start;
}

/* TOC */
.toc{
  position:sticky;top:calc(var(--hh) + 20px);
  background:var(--cream);
  border:1px solid var(--bdr-lt);
  padding:1.6rem;
}
.toc-label{
  font-size:.58rem;font-weight:700;letter-spacing:.3em;text-transform:uppercase;
  color:var(--mut);display:block;margin-bottom:1.1rem;
  padding-bottom:.8rem;border-bottom:1px solid var(--bdr-lt);
}
.toc-list{display:flex;flex-direction:column;gap:2px}
.toc-item a{
  display:flex;align-items:center;gap:.6rem;
  padding:.55rem .65rem;
  font-size:.75rem;font-weight:400;color:var(--mid);
  transition:color .2s,background .2s,padding-left .2s;
  border-left:2px solid transparent;
}
.toc-item a:hover{color:var(--royal);background:var(--off);padding-left:.9rem}
.toc-item.active a{color:var(--royal);font-weight:700;border-left-color:var(--royal);background:var(--surf)}
.toc-num{
  font-family:'Cormorant Garamond',serif;font-size:.9rem;font-weight:300;font-style:italic;
  color:var(--mut);flex-shrink:0;width:1.5rem;
  transition:color .2s;
}
.toc-item.active .toc-num,.toc-item a:hover .toc-num{color:var(--royal)}

/* ─── ARTICLE ─── */
.article{min-width:0}

.doc-section{
  padding-bottom:3.5rem;
  margin-bottom:3.5rem;
  border-bottom:1px solid var(--bdr-lt);
}
.doc-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}

.sec-head{
  display:flex;align-items:baseline;gap:1.1rem;
  margin-bottom:2rem;
  padding-bottom:1.1rem;
  border-bottom:1px solid var(--bdr-lt);
  position:relative;
}
.sec-head::after{
  content:'';position:absolute;bottom:-1px;left:0;width:48px;height:2px;
  background:linear-gradient(90deg,var(--royal),var(--gold));
}
.sec-num{
  font-family:'Cormorant Garamond',serif;
  font-size:2.4rem;font-weight:300;font-style:italic;
  color:rgba(24,71,176,.18);line-height:1;flex-shrink:0;
  transition:color .3s;
}
.doc-section:hover .sec-num{color:rgba(24,71,176,.35)}
.sec-head h2{
  font-size:clamp(1.35rem,2.5vw,1.9rem);
  font-weight:600;color:var(--txt);
  letter-spacing:-.01em;
}

/* Prose */
.prose p{font-size:.9rem;font-weight:300;color:var(--mid);line-height:1.95;margin-bottom:1.1rem}
.prose p:last-child{margin-bottom:0}
.prose h3{
  font-family:'Cormorant Garamond',serif;
  font-size:1.2rem;font-weight:600;color:var(--txt);
  margin:1.8rem 0 .65rem;
}
.prose h3:first-child{margin-top:0}
.prose a{color:var(--royal);border-bottom:1px solid rgba(24,71,176,.25);transition:border-color .2s}
.prose a:hover{border-color:var(--royal)}
.prose strong{color:var(--txt)}

/* Identity table */
.id-table{
  width:100%;border-collapse:collapse;
  margin:1.2rem 0;font-size:.84rem;
}
.id-table td{
  padding:.7rem .9rem;
  border:1px solid var(--bdr-lt);
  vertical-align:top;
  color:var(--mid);font-weight:300;line-height:1.6;
}
.id-table td:first-child{
  font-size:.72rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;
  color:var(--mut);white-space:nowrap;background:var(--off);width:38%;
}
.id-table tr:hover td{background:var(--surf)}
.id-table tr:hover td:first-child{background:var(--surf)}

/* Check list */
.check-list{display:flex;flex-direction:column;gap:.55rem;margin:1rem 0}
.check-item{
  display:flex;align-items:flex-start;gap:.7rem;
  font-size:.84rem;font-weight:300;color:var(--mid);line-height:1.65;
  padding:.65rem .9rem;
  background:var(--off);border:1px solid var(--bdr-lt);
  transition:background .2s,transform .25s var(--bounce);
}
.check-item:hover{background:var(--surf);transform:translateX(4px)}
.check-item i{font-size:.78rem;flex-shrink:0;margin-top:2px}
.check-yes i{color:#27ae60}
.check-no  i{color:#c0392b}

/* Doc notes */
.doc-note{
  display:flex;align-items:flex-start;gap:.85rem;
  padding:1.1rem 1.3rem;margin:1.4rem 0;
  font-size:.82rem;font-weight:300;line-height:1.78;
}
.doc-note i{font-size:.88rem;flex-shrink:0;margin-top:2px}
.doc-note-blue{background:var(--surf);border-left:3px solid var(--royal);color:var(--mid)}
.doc-note-blue i{color:var(--royal)}
.doc-note-green{background:#f0faf4;border-left:3px solid #27ae60;color:#2d5a3d}
.doc-note-green i{color:#27ae60}
.doc-note-gold{background:#fffbf0;border-left:3px solid var(--gold);color:#7a5010}
.doc-note-gold i{color:var(--gold)}

/* ─── PRE-FOOTER ─── */
.prefooter{background:var(--royal);padding:5rem 5%;position:relative;overflow:hidden;text-align:center}
.prefooter::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 50% 110%,rgba(255,255,255,.055) 0%,transparent 62%)}
.prefooter-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.58rem;font-weight:700;letter-spacing:.35em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-bottom:1.1rem;justify-content:center}
.prefooter-eyebrow::before,.prefooter-eyebrow::after{content:'';width:16px;height:1px;background:rgba(255,255,255,.25)}
.prefooter h2{font-size:clamp(1.8rem,3.8vw,3.1rem);color:var(--white);font-weight:600;font-style:italic;margin-bottom:.9rem;position:relative;z-index:1}
.prefooter p{font-size:.9rem;font-weight:300;color:rgba(255,255,255,.65);line-height:1.85;max-width:440px;margin:0 auto 2.2rem;position:relative;z-index:1}
.prefooter-btns{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap;position:relative;z-index:1}

/* ─── FOOTER ─── */
footer{background:#060e20;color:rgba(255,255,255,.4)}
.footer-top{height:2px;background:linear-gradient(90deg,var(--royal-dk),var(--gold) 40%,var(--gold-lt) 50%,var(--gold) 60%,var(--royal-dk))}
.footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding:4.2rem 5% 3.2rem;border-bottom:1px solid rgba(255,255,255,.06)}
.footer-logo-name{font-family:'Cormorant Garamond',serif;font-size:1.48rem;font-weight:700;color:var(--white);letter-spacing:.13em}
.footer-logo-sub{font-size:.52rem;letter-spacing:.28em;text-transform:uppercase;color:rgba(255,255,255,.28);margin-top:3px}
.footer-about-text{font-size:.76rem;line-height:1.9;color:rgba(255,255,255,.3);margin-top:1.1rem}
.footer-socials{display:flex;gap:.42rem;margin-top:1.4rem}
.fsocl{width:34px;height:34px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.07);display:flex;align-items:center;justify-content:center;font-size:.72rem;color:rgba(255,255,255,.3);transition:background .2s,color .2s,transform .35s var(--bounce)}
.fsocl:hover{background:var(--royal);color:var(--white);transform:translateY(-4px)}
.footer-col-title{font-size:.6rem;font-weight:700;letter-spacing:.28em;text-transform:uppercase;color:rgba(255,255,255,.7);margin-bottom:1.1rem}
.footer-col ul li{margin-bottom:.6rem}
.footer-col ul a{font-size:.76rem;color:rgba(255,255,255,.3);transition:color .2s,padding-left .2s}
.footer-col ul a:hover{color:var(--gold);padding-left:.3rem}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding:1.5rem 5%;font-size:.66rem;color:rgba(255,255,255,.22)}
.footer-legal{display:flex;gap:1.4rem;flex-wrap:wrap}
.footer-legal a{color:rgba(255,255,255,.22);transition:color .2s}
.footer-legal a:hover{color:rgba(255,255,255,.55)}

/* ═══════════════════════════════
   RESPONSIVE
═══════════════════════════════ */
@media(max-width:1200px){
  nav{gap:1.8rem}
}

@media(max-width:1100px){
  /* Index */
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .cgrid{gap:3.5rem}
  /* Products page */
  .process-steps{grid-template-columns:1fr 1fr}
  .process-steps::before{display:none}
  /* Shared */
  .footer-main{grid-template-columns:1fr 1fr}
}

@media(max-width:900px){
  nav{display:none}
  .ham{display:flex}
  .section{padding:5rem 5%}
  /* Index */
  .about-grid{grid-template-columns:1fr;gap:3.5rem}
  .about-img-inset{display:none}
  .about-chip{top:-.7rem;left:-.7rem;width:90px;height:90px}
  .about-chip strong{font-size:2.3rem}
  .why-grid{grid-template-columns:1fr 1fr}
  .products-layout{grid-template-columns:1fr;gap:2.5rem}
  .product-visual{position:static}
  .faq-grid-2{grid-template-columns:1fr}
  .cgrid{grid-template-columns:1fr;gap:2.5rem}
  /* FAQ page */
  .contact-band-inner{grid-template-columns:1fr;gap:2rem}
  .contact-band-btns{flex-direction:row;flex-wrap:wrap}
  /* Products page */
  .prod-grid{grid-template-columns:1fr;gap:3rem}
  .prod-section:nth-child(even) .prod-grid{direction:ltr}
  .sizes-grid{grid-template-columns:1fr}
  .hero-chips{flex-wrap:wrap}
  .hero-chip{min-width:45%}
  /* Doc pages */
  .content-wrap{grid-template-columns:1fr;gap:0;padding:4rem 5%}
  .toc{position:static;margin-bottom:2.5rem}
  /* Shared */
  .section-footer{flex-direction:column;align-items:flex-start}
  .prefooter-btns{flex-direction:column;align-items:center}
  .footer-main{grid-template-columns:1fr 1fr;gap:2.2rem;padding:3.2rem 5% 2.8rem}
}

@media(max-width:768px){
  /* Index */
  .about-pills{grid-template-columns:1fr}
  .why-grid{grid-template-columns:1fr}
  .sizes-strip{flex-direction:column}
  .frow{grid-template-columns:1fr}
  .slide-prog{display:none}
  .scroll-cue{display:none}
  .faq-a-inner{padding-left:1.6rem}
  /* Products page */
  .process-steps{grid-template-columns:1fr}
  .page-hero h1{font-size:clamp(2rem,7vw,3rem)}
  /* Doc pages */
  .page-hero-ctas{flex-direction:column;align-items:stretch;gap:.65rem}
  .btn{min-height:50px;width:100%;justify-content:center}
  .hero-meta{gap:1rem}
  .id-table td:first-child{white-space:normal}
  /* Shared */
  .section-footer-text p{max-width:100%}
  .footer-main{grid-template-columns:1fr;gap:2rem;padding:2.8rem 5% 2.4rem}
}

@media(max-width:600px){
  :root{--hh:62px}
  .section{padding:4rem 5%}
  #header{padding:0 4.5%}
  .logo-name{font-size:1.35rem}
  .logo-mark{width:34px;height:34px}
  .logo-mark svg{width:18px;height:18px}
  .mmenu{padding:.9rem 4.5% 1.6rem}
  /* Doc pages */
  .content-wrap{padding:3.5rem 4.5%}
  .sec-num{font-size:1.9rem}
  /* Index – hero */
  .hero{min-height:100vh;min-height:100svh}
  .slide-inner{padding:0 4.5%;padding-top:var(--hh)}
  .slide-content h1{font-size:clamp(1.8rem,7.5vw,2.5rem);margin-bottom:1rem}
  .slide-content p{font-size:.86rem;margin-bottom:1.7rem}
  .slide-kicker{font-size:.56rem;margin-bottom:.9rem}
  .hero-ctas{flex-direction:column;align-items:stretch;gap:.65rem}
  .slider-ui{padding:0 4.5% 1.8rem}
  /* Index – sections */
  .why-card{padding:2rem 1.5rem}
  .product-item-body{padding:1.1rem 1.2rem}
  /* Index – FAQ */
  .faq-q{padding:1.1rem 1.15rem;gap:.9rem;min-height:54px}
  .faq-a-inner{padding-left:1.15rem;padding-right:1rem}
  .faq-n{width:1.5rem;font-size:.92rem}
  /* Index – contact */
  .cfw{padding:1.6rem 1.3rem}
  .cgrid{gap:2rem}
  /* Page hero (inner pages) */
  .page-hero h1{font-size:clamp(1.75rem,7.5vw,2.4rem)}
  .page-hero-lead{font-size:.88rem}
  .page-hero-ctas{flex-direction:column;align-items:stretch}
  .page-hero-ctas .btn{width:100%;justify-content:center}
  /* FAQ page */
  .cat-icon{width:40px;height:40px;font-size:.85rem}
  .contact-band-inner{padding:3.5rem 4.5%}
  .contact-band-btns{flex-direction:column}
  .contact-band-btns .btn{width:100%;justify-content:center}
  /* Products page */
  .prod-img{aspect-ratio:3/2}
  .size-card{padding:2rem 1.75rem}
  .size-big{font-size:clamp(3rem,12vw,5rem)}
  .compare-table th,.compare-table td{padding:.75rem 1rem;font-size:.78rem}
  /* Buttons */
  .btn{min-height:50px;font-size:.7rem;padding:.82rem 1.5rem;letter-spacing:.14em}
  /* Shared */
  .prefooter{padding:3.8rem 5%}
  .prefooter-btns .btn{max-width:300px}
  .footer-bottom{flex-direction:column;align-items:flex-start;gap:.5rem}
  .footer-legal{flex-wrap:wrap;gap:.55rem}
}

@media(max-width:420px){
  /* Index */
  .slide-content h1{font-size:clamp(1.65rem,7vw,2.1rem)}
  .about-chip{width:84px;height:84px}
  .about-chip strong{font-size:2.1rem}
  .why-card h3{font-size:1.08rem}
  .cfw{padding:1.35rem 1.1rem}
  .section-footer{gap:1.1rem}
  /* Inner pages */
  .page-hero h1{font-size:clamp(1.6rem,7vw,2rem)}
  .breadcrumb{flex-wrap:wrap}
  .hero-topics{gap:.4rem}
  .hero-topic{font-size:.58rem;padding:.32rem .7rem}
}
