:root {
  --white:      #ffffff;
  --off:        #f4f2ee;
  --light:      #eef0ee;
  --border:     #e0e3e0;
  --border2:    #c8cdc8;
  --muted:      #5c6360;
  --body:       #1e2320;
  --dark:       #0e1210;
  --black:      #080a08;
  --accent:     #2d5c4a;
  --accenthi:   #3a7260;
  --accentlt:   #4a9278;
  --acglow:     rgba(45,92,74,0.10);
  --acglow2:    rgba(45,92,74,0.18);
  --panel:      #0d1210;
  --panel2:     #141a17;
  --panel3:     #1a221e;
  --gold:       #c8a96e;
  --goldlt:     #dfc28e;
  --serif:      'DM Serif Display', Georgia, serif;
  --sans:       'Inter', 'DM Sans', system-ui, sans-serif;
  --rc:         12px;
  --rp:         100px;
  --max:        1120px;
  --pad:        40px;
  --sec:        96px;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:var(--sans);font-size:16px;line-height:1.65;color:var(--body);background:var(--white);-webkit-font-smoothing:antialiased;overflow-x:hidden;}
img{max-width:100%;display:block;}
a{text-decoration:none;color:inherit;}
button{font-family:var(--sans);}
.w{max-width:var(--max);margin:0 auto;padding:0 var(--pad);}

/* EYEBROW LABELS - sharper, more authoritative */
.eye{display:inline-flex;align-items:center;gap:10px;font-size:10px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--accent);margin-bottom:18px;font-family:var(--sans);}
.eye::before{content:'';display:block;width:22px;height:1px;background:var(--accent);flex-shrink:0;}
.eye.lt{color:#7ec4b0;}.eye.lt::before{background:#7ec4b0;}

/* SECTION HEADLINES */
h2.st{font-family:var(--serif);font-size:clamp(36px,4.4vw,56px);font-weight:400;line-height:1.08;letter-spacing:-.018em;color:var(--dark);}
h2.st em{font-style:italic;color:var(--accent);}
h2.st.inv{color:var(--white);}
h2.st.inv em{color:#8ecfc0;}
.hh1 em{font-style:italic;color:var(--accent);}

/* BODY PARAGRAPHS - improved legibility */
.bp{font-size:16px;font-weight:300;line-height:1.82;color:var(--muted);letter-spacing:.01em;}
.bp.inv{color:rgba(255,255,255,.52);}
.bp strong{color:var(--dark);font-weight:600;}
.bp.inv strong{color:rgba(255,255,255,.90);}

/* OUTCOME EMPHASIS - key scannable proof lines */
.outcome-kw{color:var(--dark);font-weight:500;}
.outcome-kw.inv{color:rgba(255,255,255,.92);}
strong.signal{display:inline;color:var(--dark);font-weight:600;letter-spacing:-.01em;}

/* BUTTONS - more dominant, cleaner */
.btn{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;letter-spacing:.02em;padding:13px 28px;border-radius:var(--rp);border:none;cursor:pointer;transition:all .18s ease;white-space:nowrap;font-family:var(--sans);}
.arr{transition:transform .18s;font-style:normal;}
.btn:hover .arr{transform:translateX(4px);}
.bd{background:var(--dark);color:var(--white);}
.bd:hover{background:var(--panel2);transform:translateY(-1px);box-shadow:0 4px 14px rgba(0,0,0,.18);}
.bo{background:transparent;color:var(--body);border:1.5px solid var(--border2);}
.bo:hover{border-color:var(--body);background:var(--off);}
.ba{background:var(--accent);color:var(--white);box-shadow:0 2px 10px rgba(45,92,74,.25);}
.ba:hover{background:var(--accenthi);transform:translateY(-2px);box-shadow:0 6px 20px rgba(45,92,74,.32);}
.bw{background:var(--white);color:var(--dark);box-shadow:0 2px 8px rgba(0,0,0,.10);}
.bw:hover{background:var(--off);transform:translateY(-1px);}
.bg{background:transparent;color:rgba(255,255,255,.55);border:none;padding-left:0;padding-right:0;font-size:14px;}
.bg:hover{color:var(--white);}

.r{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease;}
.r.on{opacity:1;transform:none;}
.d1{transition-delay:.1s;}.d2{transition-delay:.2s;}.d3{transition-delay:.3s;}.d4{transition-delay:.4s;}

/* NAV */
#nav{position:fixed;top:0;left:0;right:0;z-index:300;height:66px;background:rgba(255,255,255,.96);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);display:flex;align-items:center;}
.navi{width:100%;max-width:var(--max);margin:0 auto;padding:0 var(--pad);display:flex;align-items:center;justify-content:space-between;}
.nlogo{display:flex;align-items:center;}
.nwm{font-family:var(--serif);font-size:21px;color:var(--dark);letter-spacing:-.015em;white-space:nowrap;}
.nwm em{font-style:italic;color:var(--accent);}
.nwm.lt{color:rgba(255,255,255,.88);}
.nwm.lt em{color:#8ecfc0;}
.nlinks{display:flex;align-items:center;gap:28px;list-style:none;}
.nlinks a{font-size:13px;font-weight:400;letter-spacing:.01em;color:var(--muted);transition:color .15s;}
.nlinks a:hover,.nlinks a.active{color:var(--dark);font-weight:500;}
/* PROGRESS BAR */
#prog-bar{position:fixed;top:0;left:0;height:2px;width:0;background:linear-gradient(90deg,var(--accent),var(--gold));z-index:500;transition:width .1s linear;pointer-events:none;}
.ncts{display:flex;align-items:center;gap:10px;}
/* HAMBURGER */
.nham{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px;justify-content:center;align-items:center;}
.nham span{display:block;width:22px;height:1.5px;background:var(--dark);transition:all .25s;}
.nham.open span:nth-child(1){transform:translateY(6.5px) rotate(45deg);}
.nham.open span:nth-child(2){opacity:0;transform:scaleX(0);}
.nham.open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg);}
/* MOBILE DRAWER */
#nav-drawer{display:none;position:fixed;top:66px;left:0;right:0;background:rgba(255,255,255,.98);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);z-index:299;padding:20px var(--pad) 28px;flex-direction:column;gap:4px;}
#nav-drawer.open{display:flex;}
#nav-drawer a{font-size:15px;font-weight:400;color:var(--body);padding:12px 0;border-bottom:1px solid var(--border);letter-spacing:.01em;}
#nav-drawer a:last-child{border-bottom:none;margin-top:12px;}

/* HERO */
#hero{padding-top:66px;background:var(--white);}
.hsplit{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 66px - 68px);}
.hleft{display:flex;flex-direction:column;justify-content:center;padding:48px 0 48px 64px;margin-right:auto;}
.hbadge{display:inline-flex;align-items:center;gap:9px;background:var(--off);border:1px solid var(--border);border-radius:var(--rp);padding:6px 14px 6px 10px;margin-bottom:20px;cursor:default;}
.hbstars{color:#d4931a;font-size:11px;letter-spacing:2px;}
.hbtxt{font-size:12px;font-weight:500;letter-spacing:.01em;color:var(--body);}

/* HERO HEADLINE - maximum authority treatment */
.hh1{font-family:var(--serif);font-size:clamp(38px,4.8vw,62px);font-weight:400;line-height:1.05;letter-spacing:-.022em;color:var(--dark);margin-bottom:18px;}
.hh1 em{font-style:italic;color:var(--accent);}

.hsub{font-size:17px;font-weight:300;line-height:1.72;color:var(--muted);max-width:460px;margin-bottom:22px;letter-spacing:.005em;}
.hacts{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:24px;}
.hfor{margin-bottom:24px;}
.hfor-label{font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:10px;}
.hdeliv{display:flex;flex-direction:column;gap:8px;max-width:480px;}
.hd-item{display:flex;align-items:flex-start;gap:10px;font-size:14px;font-weight:400;color:var(--body);line-height:1.5;letter-spacing:.005em;}
.hd-item::before{content:'→';font-size:12px;font-weight:700;color:var(--accent);flex-shrink:0;margin-top:1px;}
.hd-item strong{color:var(--dark);font-weight:600;}
.hstats{display:flex;align-items:stretch;padding-top:22px;border-top:1px solid var(--border);}
.hs{display:flex;flex-direction:column;gap:4px;padding-right:24px;}
.hs+.hs{padding-left:24px;border-left:1px solid var(--border);}
.hsv{font-family:var(--serif);font-size:30px;font-weight:400;color:var(--gold);line-height:1;}
.hsl{font-size:11px;font-weight:400;color:var(--muted);line-height:1.45;letter-spacing:.01em;}
.hright{position:relative;overflow:hidden;background:var(--dark);}
.hright img{width:100%;height:100%;object-fit:cover;object-position:center top;}
.hov{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent 20%,rgba(8,10,8,.92));padding:48px 32px 30px;}
.hnsm{font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.5);margin-bottom:5px;}
.hn{font-family:var(--serif);font-size:24px;font-weight:400;color:white;margin-bottom:14px;}
.pills{display:flex;flex-wrap:wrap;gap:6px;}
.pill{font-size:10px;font-weight:500;letter-spacing:.05em;padding:4px 11px;border-radius:var(--rp);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.72);}
.pill.hi{background:rgba(45,92,74,.35);border-color:rgba(71,153,127,.45);color:rgba(255,255,255,.92);}

.strip{background:var(--dark);height:68px;border-top:1px solid rgba(255,255,255,.05);}
.strini{height:100%;max-width:var(--max);margin:0 auto;padding:0 var(--pad);display:flex;align-items:center;}
.strlbl{font-size:11px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.28);white-space:nowrap;padding-right:28px;border-right:1px solid rgba(255,255,255,.08);margin-right:28px;flex-shrink:0;}
.stritems{display:flex;align-items:center;gap:36px;overflow:hidden;}
.stritem{font-size:12px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:rgba(255,255,255,.30);white-space:nowrap;flex-shrink:0;transition:color .2s;cursor:default;}
.stritem:hover{color:rgba(255,255,255,.7);}
.strsep{color:rgba(255,255,255,.1);font-size:8px;flex-shrink:0;}

.logostrip{background:var(--white);border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:28px 0;}
.logostrip img{width:100%;max-width:var(--max);height:auto;display:block;margin:0 auto;opacity:.85;}
.hero-logostrip{background:var(--white);border-top:1px solid var(--border);padding:20px 0 24px;}
.hero-logostrip-label{font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--border2);margin-bottom:12px;padding:0 var(--pad);max-width:var(--max);margin-left:auto;margin-right:auto;}
.hero-logostrip img{width:100%;max-width:var(--max);height:auto;display:block;margin:0 auto;opacity:.7;filter:grayscale(1);}

/* PROBLEM */
#problem{background:var(--panel);padding:var(--sec) 0;}
.prob-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center;}
.prob-copy{display:flex;flex-direction:column;gap:22px;}
.prob-items{display:flex;flex-direction:column;}
.prob-item{display:flex;align-items:flex-start;gap:14px;padding:16px 0;border-top:1px solid rgba(255,255,255,.065);}
.prob-item:last-child{border-bottom:1px solid rgba(255,255,255,.065);}
.prob-ico{width:36px;height:36px;border-radius:8px;background:rgba(45,92,74,.20);border:1px solid rgba(58,102,85,.35);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:13px;color:var(--gold);letter-spacing:.06em;flex-shrink:0;margin-top:2px;}
.prob-txt{font-size:14px;font-weight:300;color:rgba(255,255,255,.55);line-height:1.6;}
.prob-txt strong{display:block;font-weight:500;color:rgba(255,255,255,.85);margin-bottom:2px;font-size:15px;}
.prob-right{background:var(--panel2);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:40px 36px;display:flex;flex-direction:column;gap:18px;}
.prob-right-head{font-family:var(--serif);font-size:20px;font-weight:400;color:rgba(255,255,255,.9);}
.prob-right-sub{font-size:13px;font-weight:300;color:rgba(255,255,255,.40);margin-top:-8px;}
.prob-stat{background:var(--panel3);border-radius:10px;padding:14px 18px;display:flex;align-items:center;gap:16px;}
.prob-stat-num{font-size:22px;flex-shrink:0;width:32px;text-align:center;}
.prob-stat-lbl{font-size:13px;font-weight:300;color:rgba(255,255,255,.50);line-height:1.5;}

/* BUYERS */
#buyers{padding:var(--sec) 0;background:var(--off);border-top:1px solid var(--border);}
.buyers-head{text-align:center;margin-bottom:52px;}
.buyers-head .eye{justify-content:center;}
.buyers-head .eye::before{display:none;}
.buyers-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;}
.buyer-card{background:var(--white);border:1px solid var(--border);border-radius:var(--rc);padding:30px 26px;display:flex;flex-direction:column;gap:12px;transition:box-shadow .25s,transform .25s,border-color .25s;}
.buyer-card:hover{box-shadow:0 8px 28px rgba(0,0,0,.08);transform:translateY(-2px);border-color:var(--border2);}
.buyer-icon{font-size:26px;line-height:1;}
.buyer-title{font-family:var(--serif);font-size:19px;font-weight:400;color:var(--dark);line-height:1.2;}
.buyer-desc{font-size:13px;font-weight:300;line-height:1.72;color:var(--muted);flex:1;}
.buyer-outcomes{list-style:none;display:flex;flex-direction:column;gap:5px;margin-top:4px;}
.buyer-outcomes li{display:flex;align-items:flex-start;gap:7px;font-size:12px;font-weight:400;color:var(--body);line-height:1.4;}
.buyer-outcomes li::before{content:'→';font-size:10px;color:var(--accent);flex-shrink:0;margin-top:2px;}

/* CRED */
#cred{background:var(--dark);padding:56px 0;border-top:1px solid rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.04);}
.cgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid rgba(255,255,255,.07);border-radius:var(--rc);overflow:hidden;}
.cc{background:transparent;padding:36px 32px;display:flex;flex-direction:column;gap:10px;border-right:1px solid rgba(255,255,255,.07);transition:background .2s;}
.cc:last-child{border-right:none;}
.cc:hover{background:rgba(255,255,255,.03);}
.ccico{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--accent);line-height:1;font-family:var(--sans);}
.ccv{font-family:var(--serif);font-size:38px;font-weight:400;color:var(--gold);line-height:1;letter-spacing:-.02em;}
.ccl{font-size:13px;font-weight:300;color:rgba(255,255,255,.52);line-height:1.6;}
.cct{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.22);margin-top:2px;}

/* PROGRAMS */
#programs{padding:var(--sec) 0;background:var(--off);border-top:1px solid var(--border);}
.prog-head{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:40px;flex-wrap:wrap;}
.prog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.pc{background:var(--white);border:1px solid var(--border);border-radius:var(--rc);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .25s,transform .25s;}
.pc:hover{box-shadow:0 8px 28px rgba(0,0,0,.08);transform:translateY(-2px);}
.pcimg{height:220px;overflow:hidden;position:relative;background:var(--dark);}
.pcimg img{width:100%;height:100%;object-fit:cover;transition:transform .5s;}
.pc:hover .pcimg img{transform:scale(1.04);}
.pcov{position:absolute;inset:0;background:linear-gradient(transparent 35%,rgba(8,10,8,.60));}
.pctag{position:absolute;top:13px;left:13px;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;background:rgba(8,10,8,.78);backdrop-filter:blur(8px);color:rgba(255,255,255,.80);padding:4px 11px;border-radius:var(--rp);}
.pctag.gov{background:rgba(45,92,74,.80);color:#b8e8dc;}
.pcbody{padding:26px 26px 18px;flex:1;display:flex;flex-direction:column;gap:10px;}
.pctitle{font-family:var(--serif);font-size:21px;font-weight:400;line-height:1.22;color:var(--dark);letter-spacing:-.01em;}

/* PROGRAM DESCRIPTION */
.pcdesc{font-size:14px;font-weight:300;line-height:1.74;color:var(--muted);letter-spacing:.005em;}

/* OUTCOME BULLETS - high-emphasis scannable proof lines */
.pclist{list-style:none;display:flex;flex-direction:column;gap:7px;margin-top:4px;}
.pclist li{display:flex;align-items:flex-start;gap:9px;font-size:13px;font-weight:400;color:var(--body);line-height:1.45;letter-spacing:.005em;}
.pclist li::before{content:'→';font-size:11px;font-weight:700;color:var(--accent);flex-shrink:0;margin-top:1px;opacity:.8;}
.pclist li strong,.pclist li b{color:var(--dark);font-weight:600;}

/* RESULT STAT LINES - gold, prominent, stops scanners */
.pclist li.result{
  font-size:13px;
  font-weight:700;
  color:var(--gold);
  letter-spacing:.04em;
  border-top:1px solid var(--border);
  padding-top:9px;
  margin-top:5px;
}
.pclist li.result::before{content:'↗';font-size:10px;color:var(--gold);margin-top:1px;}

.pcfoot{padding:0 26px 22px;display:flex;align-items:center;justify-content:space-between;}
.pcfee{font-size:13px;font-weight:400;color:var(--muted);}
.pcfee strong{font-size:15px;font-weight:600;color:var(--gold);}
.pc.wide{grid-column:span 3;flex-direction:row;}
.pc.wide .pcimg{width:380px;height:auto;flex-shrink:0;border-radius:0;}
.pc.wide .pcbody{padding:36px 40px;}
.pc.wide .pctitle{font-size:27px;}
.pc.wide .pcdesc{font-size:15px;max-width:500px;}
.wbar{margin-top:20px;padding:28px 32px;background:var(--white);border:1px solid var(--border);border-radius:var(--rc);display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap;}
.wbar h4{font-size:15px;font-weight:600;color:var(--dark);margin-bottom:5px;letter-spacing:-.01em;}
.wbar p{font-size:14px;font-weight:300;color:var(--muted);}

/* LIVE DEMO */
#live{background:var(--panel);padding:var(--sec) 0;}
.live-grid{display:grid;grid-template-columns:1fr 420px;gap:72px;align-items:center;}
.vwrap{position:relative;border-radius:var(--rc);overflow:hidden;background:var(--panel2);border:1px solid rgba(255,255,255,.06);aspect-ratio:16/9;}
.vwrap iframe{position:absolute;inset:0;width:100%;height:100%;border:none;}
.vposter{position:absolute;inset:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .3s;}
.vposter img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.45;}
.vpov{position:absolute;inset:0;background:linear-gradient(rgba(9,11,9,.25),rgba(9,11,9,.6));}
.playbtn{position:relative;z-index:2;width:72px;height:72px;border-radius:50%;border:2px solid rgba(255,255,255,.65);background:rgba(255,255,255,.08);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;transition:all .25s;}
.playbtn::after{content:'';border-left:24px solid rgba(255,255,255,.92);border-top:14px solid transparent;border-bottom:14px solid transparent;margin-left:6px;}
.vposter:hover .playbtn{background:rgba(255,255,255,.18);border-color:white;transform:scale(1.07);}
.vlbl{position:absolute;bottom:14px;left:16px;font-size:12px;font-weight:500;letter-spacing:.05em;color:rgba(255,255,255,.45);z-index:2;}
.live-copy{display:flex;flex-direction:column;gap:20px;}
.live-b{font-size:15px;font-weight:300;line-height:1.8;color:rgba(255,255,255,.50);}
.live-acts{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-top:4px;}

/* OUTCOMES */
#outcomes{background:var(--panel);padding:var(--sec) 0;border-top:1px solid rgba(255,255,255,.04);}
.ohead{margin-bottom:52px;}
.ogrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.oc{background:var(--panel2);border:1px solid rgba(255,255,255,.048);border-radius:var(--rc);padding:32px 28px;display:flex;flex-direction:column;gap:14px;transition:border-color .22s,transform .22s;}
.oc:hover{border-color:rgba(45,92,74,.40);transform:translateY(-3px);}
.ocn{font-family:var(--serif);font-size:42px;color:rgba(255,255,255,.06);line-height:1;}
.oct{font-family:var(--serif);font-size:20px;font-weight:400;color:var(--white);line-height:1.22;letter-spacing:-.01em;}
.ocb{font-size:14px;font-weight:300;line-height:1.80;color:rgba(255,255,255,.48);flex:1;letter-spacing:.005em;}

/* OUTCOME STAT LINE - maximum emphasis, this is the proof */
.ocs{margin-top:auto;padding-top:14px;border-top:1px solid rgba(255,255,255,.07);font-size:14px;font-weight:700;color:var(--gold);letter-spacing:.04em;line-height:1.5;}

/* HOW IT WORKS */
#howitworks{padding:var(--sec) 0;background:var(--white);border-top:1px solid var(--border);}
.hiw-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start;}
.hiw-steps{display:flex;flex-direction:column;}
.hiw-step{display:flex;align-items:flex-start;gap:18px;padding:20px 0;border-top:1px solid var(--border);}
.hiw-step:last-child{border-bottom:1px solid var(--border);}
.hiw-num{width:36px;height:36px;border-radius:50%;background:var(--acglow);border:1px solid rgba(45,92,74,.5);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:var(--accent);flex-shrink:0;margin-top:2px;}
.hiw-txt strong{display:block;font-size:15px;font-weight:600;color:var(--dark);margin-bottom:3px;}
.hiw-txt{font-size:14px;font-weight:300;color:var(--muted);line-height:1.6;}
.hiw-right{background:var(--off);border:1px solid var(--border);border-radius:16px;padding:40px 36px;display:flex;flex-direction:column;gap:20px;}
.hiw-right-head{font-family:var(--serif);font-size:22px;font-weight:400;color:var(--dark);}
.hiw-right-sub{font-size:14px;font-weight:300;line-height:1.7;color:var(--muted);margin-top:-8px;}
.hiw-formats{display:flex;flex-direction:column;gap:12px;}
.hiw-format{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:16px 18px;display:flex;align-items:flex-start;gap:14px;}
.hiw-format-ico{font-size:20px;flex-shrink:0;margin-top:2px;}
.hiw-format-title{font-size:14px;font-weight:600;color:var(--dark);margin-bottom:2px;}
.hiw-format-desc{font-size:13px;font-weight:300;color:var(--muted);}

/* ABOUT */
#about{padding:var(--sec) 0;background:var(--off);border-top:1px solid var(--border);}
.agrid{display:grid;grid-template-columns:420px 1fr;gap:72px;align-items:center;}
.aphoto{position:relative;border-radius:var(--rc);overflow:hidden;}
.aphoto img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:top;}
.aphoto-caption{padding:16px 0 0;display:flex;flex-direction:column;gap:3px;}
.aphoto-name{font-family:var(--serif);font-size:24px;font-weight:400;color:var(--dark);letter-spacing:-.015em;}
.aphoto-role{font-size:12px;font-weight:400;color:var(--muted);line-height:1.65;letter-spacing:.005em;max-width:340px;}
.acopy{display:flex;flex-direction:column;gap:28px;}
.about-headline{font-family:var(--serif);font-size:clamp(32px,3.6vw,46px);font-weight:400;line-height:1.1;color:var(--dark);letter-spacing:-.022em;max-width:480px;}
.about-sub{font-size:16px;font-weight:300;line-height:1.78;color:var(--muted);max-width:460px;}
.about-section-label{font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:10px;}
.about-body{font-size:15px;font-weight:300;line-height:1.82;color:var(--muted);}
.about-body strong{color:var(--dark);font-weight:600;}
.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--rc);overflow:hidden;}
.auth-block{background:var(--white);padding:26px 26px;display:flex;flex-direction:column;gap:8px;transition:background .2s;}
.auth-block:hover{background:var(--acglow);}
.auth-block-title{font-size:14px;font-weight:600;color:var(--dark);line-height:1.3;letter-spacing:-.01em;}
.auth-block-desc{font-size:13px;font-weight:300;color:var(--muted);line-height:1.65;}
.about-stakes{font-size:17px;font-weight:400;font-style:italic;color:var(--accent);line-height:1.72;border-left:3px solid var(--accent);padding:4px 0 4px 20px;margin:4px 0;}
/* About intro - full-width above grid */
.about-intro{max-width:720px;margin:0 auto 64px;text-align:center;}
.about-intro .eye{justify-content:center;}
.about-intro .eye::before{display:none;}
.about-intro .about-headline{font-size:clamp(28px,3.2vw,42px);margin-top:16px;max-width:none;}
.about-intro .about-sub{margin-top:16px;max-width:560px;margin-left:auto;margin-right:auto;}
/* Testimonials logo bar */
.ts-logobar{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:36px 0;margin-bottom:56px;background:var(--white);}
.ts-logobar-label{font-size:10px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);margin-bottom:24px;text-align:center;}
.ts-logos{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0;}
/* Tighten tshead since logos moved above */
.tshead{margin-bottom:32px;}

.logo-item{display:flex;align-items:center;justify-content:center;height:60px;padding:0 32px;border-right:1px solid var(--border);}.logo-item:last-child{border-right:none;}
.logo-item img,.logo-item svg{max-height:34px;max-width:110px;width:auto;height:auto;opacity:.80;transition:opacity .25s;}
.logo-item img:hover,.logo-item svg:hover{opacity:1;}
.logo-item .logo-text{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(30,35,32,.40);transition:color .2s;font-family:var(--sans);white-space:nowrap;}
.logo-item .logo-text:hover{color:var(--dark);}

/* EXPERIENCE SECTION (unused, kept for future) */
#experience{padding:120px 0;background:var(--panel);border-top:none;}
.exp-head{text-align:center;max-width:620px;margin:0 auto 52px;}
.exp-head .st{color:var(--white);}
.exp-head .bp{color:rgba(255,255,255,.55);}
.exp-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;}
.exp-block{background:var(--white);padding:40px 40px;display:flex;flex-direction:column;gap:14px;transition:background .2s;box-shadow:0 4px 24px rgba(0,0,0,.18);}
.exp-block:hover{background:var(--off);}
.exp-num{font-family:var(--serif);font-size:48px;font-weight:400;color:var(--border);line-height:1;letter-spacing:-.02em;}
.exp-title{font-family:var(--serif);font-size:22px;font-weight:400;color:var(--dark);line-height:1.2;letter-spacing:-.01em;}
.exp-body{font-size:14px;font-weight:300;line-height:1.82;color:var(--muted);}
.exp-tag{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-top:4px;}
.exp-tag::before{content:'';width:16px;height:1px;background:var(--accent);}

/* TESTIMONIALS */
#testimonials{padding:var(--sec) 0;background:var(--white);border-top:1px solid var(--border);}
.tshead{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:40px;flex-wrap:wrap;}
.rlogs{display:flex;align-items:center;gap:14px;}
.rlogs img{height:22px;opacity:.45;transition:opacity .2s;filter:grayscale(1);}
.rlogs img:hover{opacity:.85;filter:none;}
.tfeat{background:var(--off);border:1px solid var(--border);border-radius:16px;padding:48px;display:grid;grid-template-columns:1fr auto;gap:60px;align-items:center;margin-bottom:20px;}
.tqm{font-family:var(--serif);font-size:72px;line-height:.65;color:var(--accent);opacity:.18;display:block;margin-bottom:14px;}
.tq{font-family:var(--serif);font-size:22px;font-weight:400;font-style:italic;line-height:1.58;color:var(--dark);margin-bottom:22px;}
.tnm{font-size:15px;font-weight:600;color:var(--dark);margin-bottom:2px;letter-spacing:-.01em;}
.trl{font-size:13px;font-weight:400;color:var(--muted);}
.tstr{color:#c8922a;font-size:13px;letter-spacing:1.5px;margin-top:10px;}

/* STAT BOX - gold numbers, institutional weight */
.tstat{background:var(--white);border:1px solid var(--border);border-radius:12px;padding:30px 24px;text-align:center;min-width:170px;display:flex;flex-direction:column;align-items:center;gap:8px;}
.tsv{font-family:var(--serif);font-size:54px;font-weight:400;color:var(--gold);line-height:1;}
.tsl{font-size:12px;font-weight:400;color:var(--muted);line-height:1.5;max-width:120px;text-align:center;}
.tsdiv{width:32px;height:1px;background:var(--border);}
.tgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.tcard{background:var(--white);border:1px solid var(--border);border-radius:var(--rc);padding:28px 24px;display:flex;flex-direction:column;gap:14px;transition:box-shadow .22s;}
.tcard:hover{box-shadow:0 6px 22px rgba(0,0,0,.06);}
.tcq{font-size:15px;font-weight:300;font-style:italic;line-height:1.75;color:var(--body);flex:1;}
.tcn{font-size:14px;font-weight:600;color:var(--dark);}
.tcr{font-size:12px;font-weight:400;color:var(--muted);}
.tcc{font-size:11px;font-weight:500;color:var(--accent);letter-spacing:.04em;}

/* FIT SECTION */
#fit{padding:var(--sec) 0;background:var(--white);border-top:1px solid var(--border);}
.fit-intro{max-width:620px;margin:0 auto 56px;text-align:center;}
.fit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;background:var(--border);border:1px solid var(--border);border-radius:var(--rc);overflow:hidden;margin-bottom:48px;}
.fit-block{background:var(--white);padding:36px 32px;display:flex;flex-direction:column;gap:12px;transition:background .2s;}
.fit-block:hover{background:var(--off);}
.fit-block-icon{font-size:22px;line-height:1;}
.fit-block-head{font-family:var(--serif);font-size:20px;color:var(--dark);line-height:1.2;letter-spacing:-.01em;}
.fit-block-body{font-size:14px;font-weight:300;color:var(--muted);line-height:1.78;}
.fit-not{background:var(--off);border:1px solid var(--border);border-radius:var(--rc);padding:36px 40px;max-width:740px;margin:0 auto 40px;}
.fit-not-head{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:20px;}
.fit-not-list{display:flex;flex-direction:column;gap:10px;}
.fit-not-li{display:flex;align-items:flex-start;gap:12px;font-size:14px;font-weight:300;color:var(--muted);line-height:1.65;}
.fit-not-li::before{content:'-';flex-shrink:0;color:var(--border2);font-weight:400;margin-top:1px;}
.fit-close{text-align:center;max-width:520px;margin:0 auto;}
.fit-close-line{font-family:var(--serif);font-size:clamp(18px,2.2vw,24px);font-weight:400;font-style:italic;color:var(--dark);line-height:1.5;margin-bottom:24px;}

/* BOOKING */
#booking{padding:var(--sec) 0;background:var(--panel);position:relative;overflow:hidden;}
.btex{position:absolute;inset:0;background-image:url('img/booking-texture.jpg');background-size:cover;background-position:center;opacity:.18;}
.bgrid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 480px;gap:80px;align-items:start;}
.bh2{font-family:var(--serif);font-size:clamp(38px,4.8vw,58px);font-weight:400;line-height:1.08;color:var(--white);margin-bottom:18px;letter-spacing:-.018em;}
.bh2 em{font-style:italic;color:var(--goldlt);}
.bsub{font-size:16px;font-weight:300;line-height:1.80;color:rgba(255,255,255,.48);max-width:440px;margin-bottom:40px;letter-spacing:.005em;}
.steps{display:flex;flex-direction:column;}
.step{display:flex;align-items:flex-start;gap:14px;padding:15px 0;border-top:1px solid rgba(255,255,255,.055);}
.step:last-child{border-bottom:1px solid rgba(255,255,255,.055);}
.stepn{width:26px;height:26px;border-radius:50%;border:1px solid rgba(45,92,74,.5);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;color:var(--goldlt);flex-shrink:0;margin-top:1px;}
.stept{font-size:14px;font-weight:300;color:rgba(255,255,255,.50);line-height:1.55;letter-spacing:.005em;}
.stept strong{display:block;font-weight:500;color:rgba(255,255,255,.84);margin-bottom:2px;letter-spacing:.01em;}
/* DIRECT CONTACT (booking left panel) */
.alt-contact{border:1px solid rgba(255,255,255,.10);border-radius:var(--rc);padding:24px 26px;max-width:440px;background:rgba(255,255,255,.03);}
.alt-head{font-family:var(--serif);font-size:20px;color:rgba(255,255,255,.9);margin-bottom:14px;}
.alt-row{display:flex;flex-direction:column;gap:2px;padding:13px 0;border-top:1px solid rgba(255,255,255,.07);transition:opacity .15s;}
.alt-row:hover{opacity:.75;}
.alt-l{font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.35);}
.alt-v{font-size:16px;font-weight:400;color:var(--goldlt);}
.alt-note{font-size:12.5px;font-weight:300;color:rgba(255,255,255,.42);line-height:1.6;padding-top:14px;border-top:1px solid rgba(255,255,255,.07);}

.fcard{background:var(--white);border-radius:14px;padding:38px 34px;display:flex;flex-direction:column;gap:16px;box-shadow:0 20px 60px rgba(0,0,0,.35);}
.ftitle{font-family:var(--serif);font-size:22px;color:var(--dark);margin-bottom:2px;letter-spacing:-.01em;}
.fsub2{font-size:13px;color:var(--muted);margin-top:-4px;margin-bottom:6px;}
.frow{display:grid;grid-template-columns:1fr 1fr;gap:13px;}
.fg{display:flex;flex-direction:column;gap:6px;}
.fg label{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);}
.fg input,.fg select,.fg textarea{width:100%;background:var(--off);border:1.5px solid var(--border);border-radius:8px;color:var(--dark);font-family:var(--sans);font-size:15px;font-weight:300;padding:11px 13px;outline:none;transition:border-color .15s;appearance:none;}
.fg input::placeholder,.fg textarea::placeholder{color:var(--muted);opacity:.50;}
.fg input:focus,.fg select:focus,.fg textarea:focus{border-color:var(--accent);background:var(--white);}
.fg textarea{resize:vertical;min-height:88px;}
.fg select{cursor:pointer;}

/* PRIMARY CTA BUTTON - most important element on page */
.fgo{width:100%;background:var(--accent);color:var(--white);border:none;border-radius:var(--rp);font-family:var(--sans);font-size:15px;font-weight:600;letter-spacing:.02em;padding:16px 28px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .18s;box-shadow:0 4px 16px rgba(45,92,74,.35);}
.fgo:hover{background:var(--accenthi);transform:translateY(-2px);box-shadow:0 8px 24px rgba(45,92,74,.45);}
.fnote{text-align:center;font-size:12px;color:var(--muted);line-height:1.55;letter-spacing:.01em;}

/* STEPPED FORM */
.fprog{display:flex;align-items:center;gap:6px;margin-bottom:2px;}
.fprog span{height:3px;flex:1;border-radius:2px;background:var(--border);transition:background .25s;}
.fprog span.done{background:var(--accent);}
.fstep{display:none;flex-direction:column;gap:16px;}
.fstep.active{display:flex;}
.fstep-q{font-size:15px;font-weight:600;color:var(--dark);letter-spacing:-.01em;}
.fopts{display:flex;flex-wrap:wrap;gap:8px;}
.fopt{font-size:13px;font-weight:400;padding:9px 16px;border-radius:var(--rp);background:var(--off);border:1.5px solid var(--border);color:var(--body);cursor:pointer;transition:all .15s;}
.fopt:hover{border-color:var(--accent);}
.fopt.sel{background:var(--acglow2);border-color:var(--accent);color:var(--accent);font-weight:600;}
.fnav{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px;}
.fback{background:none;border:none;font-size:13px;font-weight:500;color:var(--muted);cursor:pointer;padding:10px 0;letter-spacing:.02em;}
.fback:hover{color:var(--dark);}
.fnext{flex:1;}
.ferr{font-size:12px;color:#b0483a;display:none;}
.fstep-count{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--border2);}

/* FAQ */
#faq{padding:var(--sec) 0;background:var(--off);border-top:1px solid var(--border);}
.flayout{display:grid;grid-template-columns:340px 1fr;gap:80px;}
.faside{display:flex;flex-direction:column;gap:20px;}
.flist{display:flex;flex-direction:column;}
.fit{border-top:1px solid var(--border);}
.fit:last-child{border-bottom:1px solid var(--border);}
.fbtn{width:100%;background:none;border:none;cursor:pointer;padding:20px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;}
.fq{font-size:15px;font-weight:500;color:var(--dark);line-height:1.45;}
.fic{width:26px;height:26px;border-radius:50%;background:var(--light);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:16px;color:var(--muted);flex-shrink:0;transition:transform .3s,background .2s,color .2s;}
.fit.open .fic{transform:rotate(45deg);background:var(--accent);color:white;border-color:var(--accent);}
.fans{font-size:14px;font-weight:300;line-height:1.78;color:var(--muted);max-height:0;overflow:hidden;transition:max-height .38s ease,padding .38s;}
.fit.open .fans{max-height:500px;padding-bottom:22px;}

/* Image placeholders */
.img-ph{background:var(--light);border:2px dashed var(--border2);border-radius:var(--rc);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:13px;font-weight:500;text-align:center;padding:24px 16px;}
.img-ph-ico{font-size:28px;opacity:.4;}
.img-ph-lbl{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--border2);margin-top:2px;}

/* FOOTER */
footer{background:var(--panel);border-top:1px solid rgba(255,255,255,.055);padding:60px 0 36px;}
.fgrid{display:grid;grid-template-columns:280px 1fr 1fr 1fr;gap:56px;margin-bottom:48px;}
.flogo{display:flex;align-items:center;gap:10px;margin-bottom:14px;}
.fmk{width:30px;height:30px;border-radius:6px;background:var(--accent);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:14px;color:white;}
.fnm{font-size:14px;font-weight:600;color:rgba(255,255,255,.80);}
.ftag{font-size:13px;font-weight:300;line-height:1.7;color:rgba(255,255,255,.32);margin-bottom:18px;}
.floc{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.18);}
.fch{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.28);margin-bottom:18px;}
.flinks{list-style:none;display:flex;flex-direction:column;gap:11px;}
.flinks a{font-size:14px;font-weight:300;color:rgba(255,255,255,.45);transition:color .18s;}
.flinks a:hover{color:rgba(255,255,255,.82);}
.fbot{border-top:1px solid rgba(255,255,255,.055);padding-top:26px;display:flex;align-items:center;justify-content:space-between;gap:20px;}
.fbot p{font-size:12px;font-weight:300;color:rgba(255,255,255,.22);}

/* PROGRAM SUBPAGES */
.phero{padding:130px 0 60px;background:var(--panel);}
.crumb{font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.30);margin-bottom:18px;display:flex;gap:10px;align-items:center;}
.crumb a{color:rgba(255,255,255,.45);transition:color .15s;}
.crumb a:hover{color:#8ecfc0;}
.phero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:center;}
.phero h1{font-family:var(--serif);font-size:clamp(34px,4.4vw,56px);font-weight:400;line-height:1.07;letter-spacing:-.02em;color:#fff;margin:12px 0 18px;}
.phero h1 em{font-style:italic;color:#8ecfc0;}
.phero-sub{font-size:16px;font-weight:300;line-height:1.78;color:rgba(255,255,255,.55);max-width:520px;margin-bottom:26px;}
.phero-img{border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.08);}
.phero-img img{width:100%;height:420px;object-fit:cover;display:block;filter:contrast(1.1) saturate(.8) brightness(.92);}
.phero-meta{display:flex;gap:32px;flex-wrap:wrap;margin-top:26px;padding-top:22px;border-top:1px solid rgba(255,255,255,.08);}
.pm{display:flex;flex-direction:column;gap:3px;}
.pm-v{font-family:var(--serif);font-size:24px;color:var(--gold);line-height:1;}
.pm-l{font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.32);}
.pdeliv{padding:var(--sec) 0;background:var(--white);}
.pdeliv-grid{display:grid;grid-template-columns:340px 1fr;gap:72px;align-items:start;}
.pcurr{padding:var(--sec) 0;background:var(--off);border-top:1px solid var(--border);}
.pcurr-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px;background:var(--border);border:1px solid var(--border);border-radius:var(--rc);overflow:hidden;margin-top:44px;}
.pcurr-block{background:var(--white);padding:32px;display:flex;flex-direction:column;gap:9px;transition:background .2s;}
.pcurr-block:hover{background:var(--acglow);}
.pcurr-num{font-family:var(--serif);font-size:14px;color:var(--gold);letter-spacing:.05em;}
.pcurr-title{font-family:var(--serif);font-size:20px;color:var(--dark);line-height:1.22;letter-spacing:-.01em;}
.pcurr-body{font-size:14px;font-weight:300;color:var(--muted);line-height:1.75;}
.pquote{padding:64px 0;background:var(--white);border-top:1px solid var(--border);}
@media(max-width:1024px){
  .phero-grid{grid-template-columns:1fr;gap:36px;}
  .pdeliv-grid{grid-template-columns:1fr;gap:36px;}
  .pcurr-grid{grid-template-columns:1fr;}
}
@media(max-width:640px){
  .phero{padding:96px 0 40px;}
  .phero-img img{height:250px;}
  .pcurr-block{padding:24px 20px;}
}

/* RESPONSIVE */
@media(max-width:1024px){
  :root{--sec:72px;--pad:28px;}
  .hsplit{grid-template-columns:1fr;}
  .hleft{max-width:100%;padding:56px 28px 44px;margin:0;}
  .hright{height:460px;}
  .cgrid{grid-template-columns:repeat(2,1fr);}
  .agrid,.hiw-grid,.prob-grid{grid-template-columns:1fr;}
  .auth-grid{grid-template-columns:1fr;}
  .exp-grid{grid-template-columns:1fr;}
  .aphoto{max-width:380px;}
  .ogrid{grid-template-columns:repeat(2,1fr);}
  .buyers-grid{grid-template-columns:repeat(2,1fr);}
  .fit-grid{grid-template-columns:1fr;}
  .prog-grid{grid-template-columns:repeat(2,1fr);}
  .pc.wide{grid-column:span 2;flex-direction:column;}
  .pc.wide .pcimg{width:100%;height:220px;}
  .live-grid{grid-template-columns:1fr;}
  .tfeat{grid-template-columns:1fr;}
  .tgrid{grid-template-columns:repeat(2,1fr);}
  .bgrid{grid-template-columns:1fr;gap:52px;}
  .flayout{grid-template-columns:1fr;gap:48px;}
  .fgrid{grid-template-columns:1fr 1fr;gap:36px;}
  #nav .nlinks{display:none;}
  .nham{display:flex;}
  /* Hide desktop CTA text at tablet, keep icon */
  .prog-head{flex-wrap:wrap;gap:16px;}
  .about-headline{font-size:clamp(22px,3vw,36px);}
}
@media(max-width:640px){
  :root{--sec:52px;--pad:18px;}

  /* ── NAV ── */
  .ncts .btn.ba{display:none;}

  /* ── HERO ── */
  .hsplit{display:flex;flex-direction:column;}
  .hright{order:-1;height:340px;}
  .hleft{padding:32px 18px 40px;}
  .hh1{font-size:32px;line-height:1.1;}
  .hh1 br{display:none;}
  .hnsm{display:none;}
  .hov{padding:40px 18px 18px;}
  .hn{font-size:20px;margin-bottom:10px;}
  .pill{font-size:9px;padding:3px 9px;}
  .hsub{font-size:15px;line-height:1.7;}
  .hstats{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--rc);overflow:hidden;padding:0;}
  .hs{background:var(--white);padding:14px 16px;border-radius:0;}
  .hsv{font-size:28px;}
  .hacts{flex-direction:column;gap:10px;}
  .hacts .btn{width:100%;justify-content:center;text-align:center;}
  .hfor-tags{gap:6px;}
  .hbadge{font-size:12px;}

  /* ── SCROLLING STRIP ── */
  .strip{height:auto;padding:12px 0;}
  .strini{flex-direction:column;gap:6px;align-items:flex-start;}
  .strlbl{padding-left:var(--pad);}
  .stritems{overflow-x:auto;padding:0 var(--pad);white-space:nowrap;-webkit-overflow-scrolling:touch;}
  .stritem{font-size:11px;}

  /* ── PROGRAMS ── */
  .prog-head{flex-direction:column;align-items:flex-start;gap:14px;}
  .prog-head .btn{width:100%;justify-content:center;}
  .ogrid,.prog-grid,.tgrid{grid-template-columns:1fr;}
  .pc.wide{grid-column:span 1;}
  .pcimg{height:200px;}
  .wbar{flex-direction:column;gap:14px;}
  .wbar .btn{width:100%;justify-content:center;}

  /* ── LIVE DEMO ── */
  .live-acts{flex-direction:column;gap:10px;}
  .live-acts .btn{width:100%;justify-content:center;text-align:center;}

  /* ── TESTIMONIALS ── */
  .tshead{flex-direction:column;align-items:flex-start;}
  .tfeat{flex-direction:column;gap:24px;padding:28px 20px;}
  .tstat{display:flex;flex-direction:row;gap:24px;border-left:none;border-top:1px solid rgba(255,255,255,.1);padding-top:20px;}
  .tsdiv{display:none;}

  /* Room shot - reduce tall fixed height */
  .ts-roomshot{height:240px!important;}

  /* Case study - single column */
  .ts-case{grid-template-columns:1fr!important;gap:24px!important;padding:28px 20px!important;}
  .ts-case-stat{display:flex;align-items:center;gap:16px;text-align:left;}
  .ts-case-stat > div:first-child{font-size:40px!important;}

  /* ── LOGO BAR ── */
  .ts-logos{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border-radius:var(--rc);overflow:hidden;}
  .logo-item{border-right:none;height:52px;padding:0 12px;background:var(--white);}
  .logo-item:last-child{border-right:none;}

  /* ── FIT SECTION ── */
  .fit-block{padding:24px 20px;}
  .fit-not{padding:24px 20px;}

  /* ── BOOKING FORM ── */
  .frow{grid-template-columns:1fr;}
  .bh2{font-size:30px!important;}

  /* ── FAQ ── */
  .faside{display:none;}

  /* ── FOOTER ── */
  .fgrid{grid-template-columns:1fr;gap:28px;}
  .fbot{flex-direction:column;text-align:center;gap:10px;}

  /* ── MISC ── */
  .buyers-grid{grid-template-columns:1fr;}
  .buyers-grid .buyer-card[style*="span 2"]{grid-column:span 1;}
  .buyers-grid .buyer-card[style*="span 2"] > div{grid-template-columns:auto 1fr;gap:12px;}
  .buyers-grid .buyer-card[style*="span 2"] ul{min-width:unset;}
  .tfeat{padding:28px;}
  .fgrid{grid-template-columns:1fr;gap:28px;}
  .stritem{font-size:11px;}
}

/* RESOURCES / FIELD LIBRARY */
#resources{padding:var(--sec) 0;background:var(--off);border-top:1px solid var(--border);}
.doc-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:44px;}
.doc-card{display:flex;gap:22px;background:var(--white);border:1px solid var(--border);border-radius:var(--rc);padding:22px;transition:box-shadow .25s,transform .25s;}
.doc-card:hover{box-shadow:0 18px 44px rgba(8,10,8,.10);transform:translateY(-3px);}
.doc-cover{flex:0 0 176px;height:235px;align-self:center;border-radius:9px;position:relative;overflow:hidden;box-shadow:0 10px 26px rgba(8,10,8,.22);}
.doc-cover img{width:100%;height:100%;object-fit:cover;object-position:top;display:block;}
.doc-body{display:flex;flex-direction:column;min-width:0;}
.doc-tag{font-family:var(--sans);font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);}
.doc-title{font-family:var(--serif);font-size:22px;line-height:1.14;color:var(--dark);margin:7px 0 0;}
.doc-meta{font-family:var(--sans);font-size:12px;color:var(--muted);margin:7px 0 11px;}
.doc-desc{font-family:var(--sans);font-size:13.5px;line-height:1.55;color:var(--body);flex:1;font-weight:300;}
.doc-dl{align-self:flex-start;margin-top:16px;padding:11px 22px;font-size:13px;}
@media(max-width:760px){.doc-grid{grid-template-columns:1fr;}.doc-cover{flex:0 0 120px;height:160px;align-self:flex-start;}}
