:root{
  --void:#0a0a0f; --panel:#14141b; --panel-2:#101017; --line:#26232e;
  --silver-hi:#f4f4f6; --silver-lo:#9a96a3;
  --ame:#7b56a3; --ame-glow:#a67fd6; --ame-light:#ceb5f3; --ame-deep:#2c1840;
  --ok:#8fd6a8; --err:#f0a3a3;
  /* Type: Archivo for headings and interface labels, Inter for supporting text. */
  --font-head:'Archivo',system-ui,-apple-system,'Segoe UI',sans-serif;
  --font-ui:'Archivo',system-ui,-apple-system,'Segoe UI',sans-serif;
  --font-body:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{background:var(--void);color:var(--silver-hi);font-family:var(--font-body);font-weight:400;overflow-x:hidden}
h1,h2,h3,h4{font-family:var(--font-head)}
.eyebrow,.k,.nav-links a,.btn,.btn-rect,.btn-outline,.brand-name,.brand-sub,.post-meta,.form label,.foot h2,.crumbs,.stat .l,.hero-note,.cell .more,.faq summary,.step .num,.legal{font-family:var(--font-ui);font-weight:600}
a{color:inherit}
img,svg{max-width:100%}
.wrap{max-width:1200px;margin:0 auto;padding:0 clamp(24px,5vw,64px)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip{position:absolute;left:12px;top:-60px;z-index:100;background:var(--ame);color:#fff;padding:10px 16px;border-radius:8px;text-decoration:none;font-size:13px;font-weight:600}
.skip:focus{top:12px}
.eyebrow{display:flex;align-items:center;gap:14px;font-size:11px;letter-spacing:.4em;text-transform:uppercase;color:var(--ame-light)}
.eyebrow::before{content:"";width:44px;height:1px;background:linear-gradient(90deg,var(--ame),transparent);flex:none}
.silver{background:linear-gradient(180deg,var(--silver-hi) 30%,var(--silver-lo) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.purple{background:linear-gradient(180deg,var(--ame-light) 10%,var(--ame) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
h1{font-size:clamp(36px,5.6vw,76px);line-height:1.04;font-weight:800;letter-spacing:-.015em}
h2{font-size:clamp(26px,3.4vw,44px);line-height:1.12;font-weight:800;letter-spacing:-.01em}
h3{font-size:19px;font-weight:700;line-height:1.35}
p.lead{color:var(--silver-lo);font-size:clamp(14px,1.25vw,17px);line-height:1.75;max-width:620px}
:focus-visible{outline:2px solid var(--ame-light);outline-offset:3px;border-radius:4px}

/* nav */
header{position:fixed;top:0;left:0;right:0;z-index:50;transition:background .35s,border-color .35s;border-bottom:1px solid transparent}
header.solid,header.nav-open{background:rgba(10,10,15,.88);backdrop-filter:blur(14px);border-color:var(--line)}
.navbar{position:relative;display:flex;align-items:center;justify-content:space-between;padding:20px clamp(24px,5vw,64px);gap:16px}
/* On wide screens the menu starts where the hero dashboard begins; the CTA stays at the right edge. */
.site-nav{position:absolute;left:42.5%;right:clamp(24px,5vw,64px);top:50%;transform:translateY(-50%)}
@media(max-width:1180px){.site-nav{position:static;transform:none;margin-left:auto}}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--silver-hi)}
.brand-logo{display:block;height:46px;width:auto;flex:none}
.foot .brand-logo{height:40px}
.brand-lockup{display:flex;flex-direction:column;line-height:1.1}
.brand-name{font-weight:600;font-size:19px;letter-spacing:-.01em;white-space:nowrap;color:var(--silver-hi)}
.brand-sub{font-size:9px;letter-spacing:.24em;text-transform:uppercase;color:var(--silver-lo);margin-top:4px;white-space:nowrap}
.nav-links{display:flex;gap:30px;align-items:center;list-style:none}
.nav-links a{color:#d9d6e0;text-decoration:none;font-size:14px;font-weight:500;transition:color .25s}
.nav-links a:hover,.nav-links a[aria-current="page"]{color:var(--ame-light)}
.nav-links li:last-child{margin-left:auto}
@media(max-width:1180px){.nav-links li:last-child{margin-left:10px}}
.nav-links a.btn-rect{color:#fff}
.nav-links a.btn-rect:hover,.nav-links a.btn-rect[aria-current="page"]{color:#fff}
.nav-toggle{display:none;background:none;border:1px solid var(--line);border-radius:999px;width:44px;height:44px;cursor:pointer;color:var(--silver-hi);align-items:center;justify-content:center}
.nav-toggle .bars{position:relative;width:18px;height:2px;background:currentColor;display:block;transition:background .2s}
.nav-toggle .bars::before,.nav-toggle .bars::after{content:"";position:absolute;left:0;width:18px;height:2px;background:currentColor;transition:transform .25s,top .25s}
.nav-toggle .bars::before{top:-6px}.nav-toggle .bars::after{top:6px}
.nav-open .nav-toggle .bars{background:transparent}
.nav-open .nav-toggle .bars::before{top:0;transform:rotate(45deg)}
.nav-open .nav-toggle .bars::after{top:0;transform:rotate(-45deg)}
@media(max-width:820px){
  .nav-toggle{display:flex}
  .site-nav{display:none;position:absolute;left:0;right:0;top:100%;transform:none;margin:0;background:rgba(10,10,15,.97);border-bottom:1px solid var(--line);padding:12px clamp(24px,5vw,64px) 28px}
  .nav-open .site-nav{display:block}
  .nav-links{flex-direction:column;align-items:flex-start;gap:0}
  .nav-links li{width:100%;border-bottom:1px solid var(--line)}
  .nav-links li:last-child{border:0;padding-top:18px;margin-left:0}
  .nav-links a:not(.btn-rect){display:block;padding:16px 0;font-size:15px}
  .brand-logo{height:38px}
}
/* Buttons: bevelled "cut crystal" corners where the browser supports corner-shape, a soft 4px corner
   otherwise. Thin luminous edge, glow beneath, light sweep and arrow nudge on hover. */
.btn,.btn-rect{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:15px 24px;border-radius:4px;background:linear-gradient(180deg,#8f62c9 0%,#6a45a3 100%);color:#fff;font-family:var(--font-ui);font-weight:600;font-size:14px;line-height:1;letter-spacing:.01em;text-decoration:none;border:1px solid rgba(206,181,243,.55);box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 14px 32px -12px rgba(166,127,214,.75);cursor:pointer;overflow:hidden;isolation:isolate;transition:transform .2s,box-shadow .3s,border-color .3s;white-space:nowrap}
.btn::before,.btn-rect::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(115deg,transparent 35%,rgba(255,255,255,.32) 50%,transparent 65%);transform:translateX(-130%);transition:transform .75s cubic-bezier(.2,.7,.2,1)}
.btn:hover::before,.btn-rect:hover::before{transform:translateX(130%)}
.btn:hover,.btn-rect:hover{transform:translateY(-1px);border-color:rgba(206,181,243,.9);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 18px 40px -12px rgba(166,127,214,.95)}
.btn > span,.btn-rect > span{display:inline-block;transition:transform .25s}
.btn:hover > span,.btn-rect:hover > span{transform:translateX(4px)}
.btn.sm,.btn-rect.sm{padding:11px 18px;font-size:13px}
.btn[disabled]{opacity:.6;cursor:progress;transform:none}
.btn-outline{position:relative;display:inline-flex;align-items:center;gap:12px;padding:15px 24px;border-radius:4px;border:1px solid rgba(154,150,163,.4);color:var(--silver-hi);font-family:var(--font-ui);font-weight:600;font-size:14px;line-height:1;text-decoration:none;background:rgba(20,20,27,.5);backdrop-filter:blur(6px);transition:border-color .25s,background .25s,transform .2s;white-space:nowrap}
.btn-outline:hover{border-color:var(--ame-glow);background:rgba(44,24,64,.45);transform:translateY(-1px)}
@supports (corner-shape: bevel){.btn,.btn-rect,.btn-outline{border-radius:12px;corner-shape:bevel}}
/* Secondary CTA used sitewide: editorial arrow link. Primary CTAs use .btn / .btn-rect above. */
.cta-link{display:inline-flex;align-items:center;gap:14px;width:fit-content;padding-bottom:6px;color:var(--silver-hi);font-family:var(--font-ui);font-weight:600;font-size:15px;letter-spacing:.01em;line-height:1.3;text-decoration:none;border-bottom:1px solid rgba(244,244,246,.35);transition:color .25s,border-color .25s}
.cta-link > span{display:inline-block;transition:transform .25s}
.cta-link:hover{color:var(--ame-light);border-color:var(--ame-light)}
.cta-link:hover > span{transform:translateX(4px)}
.cta-link:focus-visible{outline:2px solid var(--ame-light);outline-offset:4px;border-radius:0}
.cta-link--ink{color:#0a0a0f;border-color:rgba(10,10,15,.35)}
.cta-link--ink:hover{color:#6a2ac0;border-color:#6a2ac0}

/* hero (home) */
/* Hero height is one variable. The artwork is a single SVG composition (picture + chart + captions)
   that fills the hero and crops as one piece, so changing the height never moves parts apart. */
.hero-b2b{--hero-height:max(640px,100svh);position:relative;min-height:var(--hero-height);display:flex;align-items:center;overflow:hidden;background:#0a0a0f;padding:calc(88px + 4vh) 0 clamp(48px,8vh,80px)}
.hero-artwork-wrapper{position:absolute;inset:0;z-index:0;pointer-events:none}
.hero-artwork{display:block;width:100%;height:100%;font-family:var(--font-ui)}
.hero-artwork.mobile{display:none}
.hero-veil{z-index:1}
.hero-content{position:relative;z-index:2}
/* Captions live in artwork units (1672 x 941), so these sizes scale with the picture. */
.cap{fill:rgba(214,208,226,.62);font-weight:600;font-size:10.4px;letter-spacing:.28em}
.cap.illus{fill:rgba(200,196,212,.55);font-size:9.2px;font-weight:400;font-style:italic;letter-spacing:.06em;font-family:var(--font-body)}
.cap.side{fill:rgba(214,208,226,.55);font-size:10px}
@media(max-width:900px){
  .hero-artwork.desktop{display:none}
  .hero-artwork.mobile{display:block;opacity:.7}
  .hero-artwork .captions{display:none}
}

/* Neon pipes: packets of light travel along the traced centrelines while the hero is on screen. */
.fl,.fl-breathe{fill:none;stroke-linecap:round;stroke-linejoin:round;mix-blend-mode:screen;animation-play-state:paused}
.fl{animation:flow var(--t,2s) linear infinite}
.fl-tail{stroke:#8a4dff;stroke-width:16;opacity:.22}
.fl-body{stroke:#b57bff;stroke-width:8;opacity:.6;filter:blur(1.5px)}
.fl-head{stroke:#dcc6ff;stroke-width:3.5;opacity:.95}
/* The whole tube breathes slowly so the current reads as live even between packets. */
.fl-breathe{stroke:#9b5cff;stroke-width:10;opacity:.14;filter:blur(3px);animation:breathe 2.6s ease-in-out infinite}
.hero-b2b.inview .fl,.hero-b2b.inview .fl-breathe{animation-play-state:running}
@keyframes flow{to{stroke-dashoffset:0}}
@keyframes breathe{0%,100%{opacity:.12}50%{opacity:.34}}
@media (prefers-reduced-motion: reduce){.fl,.fl-breathe{display:none}}
html:not(.js) .fl,html:not(.js) .fl-breathe{display:none}

/* Chart: draws the purple line over the (line-free) artwork once the hero is in view. */
.gline,.gline-glow,.gline-glow2{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1000;stroke-dashoffset:1000}
.gline{stroke:#cfa6ff;stroke-width:3}
/* Neon: two soft purple glow layers draw underneath the core line. */
.gline-glow{stroke:#a066ff;stroke-width:9;opacity:.5;filter:blur(2.5px);mix-blend-mode:screen}
.gline-glow2{stroke:#8a4dff;stroke-width:18;opacity:.22;filter:blur(6px);mix-blend-mode:screen}
.graph{transition:opacity .6s ease}
.hero-b2b.gfade .graph{opacity:0}
.gpulse{fill:none;stroke:#f1e9ff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:60 940;stroke-dashoffset:1060;opacity:0;filter:blur(2px)}
.gp{fill:#d9bfff;stroke:#1a1524;stroke-width:1.2;opacity:0;transform-box:fill-box;transform-origin:center;transform:scale(.3);filter:drop-shadow(0 0 3px rgba(176,124,240,.95)) drop-shadow(0 0 7px rgba(138,77,255,.55))}
.ghalo{fill:none;stroke:#c79bff;stroke-width:1.6;opacity:0;transform-box:fill-box;transform-origin:center}
.gt{opacity:0;transform:translateY(10px)}
.gt rect{fill:rgba(14,12,20,.94);stroke:rgba(170,150,210,.45);stroke-width:1}
.gt text{fill:#e7e3f0;font-size:9.5px;font-weight:400;font-family:var(--font-body)}
.gt .gt-title{font-size:11px;font-weight:600;font-family:var(--font-ui)}
.gt .gt-val{font-weight:600;font-family:var(--font-ui)}
.play .gline,.play .gline-glow,.play .gline-glow2{animation:gdraw 2.5s cubic-bezier(.45,.05,.3,1) .3s forwards}
.play .gp{animation:gpop .35s cubic-bezier(.2,.9,.3,1.35) var(--d) forwards}
.play .ghalo{animation:ghalo 2s ease-out var(--d) 2}
.play .gt{animation:grise .5s ease-out var(--d) forwards}
.play .gpulse{animation:gtravel 1.9s ease-in-out 3s 2}
@keyframes gdraw{to{stroke-dashoffset:0}}
@keyframes gpop{to{opacity:1;transform:scale(1)}}
@keyframes grise{to{opacity:1;transform:translateY(0)}}
@keyframes gtravel{0%{opacity:0;stroke-dashoffset:1060}12%{opacity:.8}88%{opacity:.8}100%{opacity:0;stroke-dashoffset:0}}
@keyframes ghalo{0%{opacity:.75;transform:scale(.5)}100%{opacity:0;transform:scale(2)}}
/* Finished state, shown straight away for reduced motion and when scripts are unavailable. */
@media (prefers-reduced-motion: reduce){
  .gline,.gline-glow,.gline-glow2{stroke-dashoffset:0;animation:none !important}
  .gp,.gt{opacity:1;transform:none;animation:none !important}
  .gpulse,.ghalo{display:none}
}
html:not(.js) .gline,html:not(.js) .gline-glow,html:not(.js) .gline-glow2{stroke-dashoffset:0}
html:not(.js) .gp,html:not(.js) .gt{opacity:1;transform:none}
html:not(.js) .gpulse,html:not(.js) .ghalo{display:none}
.hero-veil{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,7,11,.94) 0%,rgba(7,7,11,.8) 28%,rgba(7,7,11,.35) 45%,rgba(7,7,11,0) 58%),linear-gradient(180deg,rgba(7,7,11,.55) 0%,rgba(7,7,11,0) 22%)}
.hero-inner{position:relative;z-index:2;width:100%;padding:0 clamp(24px,5vw,64px)}
.hero-text{max-width:640px;display:flex;flex-direction:column;gap:22px}
.hero-b2b h1{font-size:clamp(34px,3.85vw,60px);letter-spacing:-.03em;line-height:1.06;color:#fff;font-weight:800;white-space:nowrap}
.hero-b2b .lead{font-size:clamp(16px,1.35vw,19px);color:#b7b2c2;line-height:1.6;max-width:480px}
@media(max-width:1100px){.hero-b2b h1{font-size:clamp(34px,4.6vw,56px)}}
@media(max-width:560px){.hero-b2b h1{white-space:normal;font-size:clamp(32px,9.5vw,40px)}}
.hero-note{border-top:1px solid rgba(255,255,255,.1);padding-top:18px;font-size:12.5px;color:var(--silver-lo);letter-spacing:.01em;margin-top:8px}
.eyebrow.plain{letter-spacing:.3em;font-size:11px;color:var(--ame-glow);font-weight:600}
.eyebrow.plain::before{display:none}
h1 .drumwrap{display:inline-block;position:relative;vertical-align:bottom;perspective:700px;height:1.05em;min-width:5ch}
.drumwrap span{position:absolute;left:0;top:0;white-space:nowrap;background:linear-gradient(180deg,var(--ame-light) 10%,var(--ame-glow) 55%,var(--ame) 100%);-webkit-background-clip:text;background-clip:text;color:transparent;transform-origin:50% 50% -0.52em;transform:rotateX(-90deg);opacity:0;transition:transform .8s cubic-bezier(.3,.9,.3,1),opacity .5s}
.drumwrap span.on{transform:rotateX(0);opacity:1}
.drumwrap span.off{transform:rotateX(90deg);opacity:0}
.hero-actions{display:flex;gap:14px;align-items:center;flex-wrap:wrap}
@media(max-width:900px){
  .hero-b2b{align-items:flex-end;min-height:92svh}
  .hero-veil{background:linear-gradient(180deg,rgba(7,7,11,.2) 0%,rgba(7,7,11,.55) 35%,rgba(7,7,11,.95) 62%)}
  .hero-text{max-width:100%}
}

/* inner-page heroes */
.page-hero{position:relative;padding:calc(96px + 10vh) 0 72px;overflow:hidden;border-bottom:1px solid var(--line)}
.page-hero .wrap{position:relative;z-index:2;display:flex;flex-direction:column;gap:20px}
.crystal-bg{position:absolute;right:-4%;top:8%;width:clamp(300px,36vw,560px);opacity:.5;pointer-events:none}
.crumbs{list-style:none;display:flex;flex-wrap:wrap;gap:8px;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--silver-lo)}
.crumbs li+li::before{content:"/";margin-right:8px;opacity:.5}
.crumbs a{text-decoration:none;color:var(--silver-lo)}
.crumbs a:hover{color:var(--ame-light)}

/* sections */
section.block{padding:clamp(72px,10vw,128px) 0;position:relative}
section.block.tint{background:var(--panel-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
section.block.tight{padding-top:0}
.sec-head{display:flex;flex-direction:column;gap:16px;margin-bottom:clamp(36px,5vw,64px)}
.grid{display:grid;gap:1px;background:var(--line)}
.grid.c3{grid-template-columns:repeat(3,1fr)}
.grid.c2{grid-template-columns:repeat(2,1fr)}
.grid+.grid{margin-top:1px}
@media(max-width:900px){.grid.c3,.grid.c2{grid-template-columns:1fr}}
.cell{background:var(--void);padding:38px 32px;position:relative;overflow:hidden;transition:background .35s;text-decoration:none;display:block}
.cell::before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:linear-gradient(90deg,var(--ame),transparent);transform:scaleX(0);transform-origin:left;transition:transform .5s}
.cell:hover{background:var(--panel)}
.cell:hover::before{transform:scaleX(1)}
.k{font-size:11px;letter-spacing:.32em;text-transform:uppercase;color:var(--ame-light);margin-bottom:14px}
.cell h3{margin-bottom:10px}
.cell p{font-size:14px;line-height:1.7;color:var(--silver-lo)}
.cell .more{display:inline-block;margin-top:18px;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--ame-light)}
.tilt{transform-style:preserve-3d;will-change:transform;transition:transform .18s ease-out}
.after{margin-top:28px}

/* process */
.proc{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line)}
@media(max-width:900px){.proc{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.proc{grid-template-columns:1fr}}
.step{background:var(--void);padding:38px 30px}
.step .num{font-size:44px;font-weight:800;background:linear-gradient(180deg,var(--ame-light),var(--ame-deep));-webkit-background-clip:text;background-clip:text;color:transparent;line-height:1;margin-bottom:18px}
.step p{color:var(--silver-lo);font-size:14px;line-height:1.7;margin-top:10px}

/* stats */
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line)}
@media(max-width:760px){.stats{grid-template-columns:1fr}}
.stat{background:var(--void);padding:44px 32px;text-align:left}
.stat .n,.cell .n{font-size:clamp(38px,4.4vw,58px);font-weight:800;line-height:1}
.cell .n{margin-bottom:14px}
.stat .l{margin-top:12px;font-size:12px;letter-spacing:.22em;text-transform:uppercase;color:var(--silver-lo)}

/* faq */
.faq{border-top:1px solid var(--line)}
.faq details{border-bottom:1px solid var(--line);padding:26px 4px}
.faq summary{cursor:pointer;list-style:none;font-weight:700;font-size:17px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"+";color:var(--ame-light);font-size:24px;font-weight:400;transition:transform .3s;flex:none}
.faq details[open] summary::after{transform:rotate(45deg)}
.faq details p{margin-top:14px;color:var(--silver-lo);font-size:14px;line-height:1.75;max-width:720px}

/* cta band */
.cta-band{position:relative;overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:linear-gradient(180deg,var(--panel-2),var(--void))}
.cta-band .wrap{padding-top:clamp(64px,9vw,110px);padding-bottom:clamp(64px,9vw,110px);display:flex;flex-direction:column;gap:24px;align-items:flex-start;position:relative;z-index:2}
.actions{display:flex;gap:18px;flex-wrap:wrap;align-items:center}

/* insights */
.post-list .cell{padding:34px 32px}
.post-meta{font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:var(--silver-lo);margin-bottom:12px}
article.post{max-width:760px;margin:0 auto}
article.post h2{margin:44px 0 16px;font-size:clamp(22px,2.6vw,30px)}
article.post p,article.post li{color:var(--silver-lo);line-height:1.85;margin-bottom:18px;font-size:15.5px}
article.post ul,article.post ol{padding-left:22px}
article.post a{color:var(--ame-light)}
.notice{border:1px solid var(--line);border-left:3px solid var(--ame);padding:18px 22px;border-radius:8px;color:var(--silver-lo);font-size:14px;line-height:1.7;background:var(--panel-2)}

/* legal */
.legal-copy{max-width:760px}
.legal-copy h2{font-size:clamp(20px,2.2vw,26px);margin:40px 0 12px}
.legal-copy p,.legal-copy li{color:var(--silver-lo);line-height:1.8;font-size:15px;margin-bottom:14px}
.legal-copy ul{padding-left:22px}
.legal-copy a{color:var(--ame-light)}

/* contact */
.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:64px}
@media(max-width:860px){.contact-grid{grid-template-columns:1fr}}
.form{display:grid;gap:16px;max-width:560px;position:relative}
.form .row{display:grid;gap:6px}
.form .two{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media(max-width:560px){.form .two{grid-template-columns:1fr}}
.form input,.form select,.form textarea{width:100%;background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:16px 18px;color:var(--silver-hi);font-family:inherit;font-size:14px;transition:border-color .25s}
.form select{appearance:none;-webkit-appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--silver-lo) 50%),linear-gradient(135deg,var(--silver-lo) 50%,transparent 50%);background-position:calc(100% - 22px) 50%,calc(100% - 16px) 50%;background-size:6px 6px;background-repeat:no-repeat;padding-right:44px}
.form select option{background:var(--panel);color:var(--silver-hi)}
.form input:focus,.form select:focus,.form textarea:focus{outline:none;border-color:var(--ame)}
.form input[aria-invalid="true"],.form select[aria-invalid="true"]{border-color:var(--err)}
.form label{font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--silver-lo)}
.form .hint{font-size:12px;color:var(--silver-lo);letter-spacing:0;text-transform:none}
.form .consent{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start}
.form .consent input{width:18px;height:18px;margin-top:2px;padding:0;accent-color:var(--ame)}
.form .consent label{font-size:13px;letter-spacing:0;text-transform:none;line-height:1.6}
.form .consent a{color:var(--ame-light)}
.form .hp{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.form-status{font-size:14px;line-height:1.6;min-height:1.4em}
.form-status.ok{color:var(--ok)}
.form-status.err{color:var(--err)}
.direct{margin-top:36px}
.direct p{color:var(--silver-lo);font-size:14px;line-height:2}
.direct a{text-decoration:none}
.direct a:hover{color:var(--ame-light)}

/* footer */
footer{border-top:1px solid var(--line);padding:64px 0 40px;background:var(--panel-2)}
.foot{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}
@media(max-width:820px){.foot{grid-template-columns:1fr 1fr}}
@media(max-width:480px){.foot{grid-template-columns:1fr}}
.foot h2{font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:var(--silver-lo);margin-bottom:18px;font-weight:700}
.foot ul{list-style:none;display:flex;flex-direction:column;gap:10px}
.foot a{color:var(--silver-lo);text-decoration:none;font-size:13px;transition:color .25s}
.foot a:hover{color:var(--ame-light)}
.foot .blurb{font-size:13px;color:var(--silver-lo);line-height:1.8;max-width:280px}
.foot .brand{margin-bottom:18px}
.foot .brand-name{font-size:16px}
.socials{display:flex;gap:14px;margin-top:44px}
.socials a{width:40px;height:40px;border:1px solid var(--line);border-radius:999px;display:flex;align-items:center;justify-content:center;color:var(--silver-lo);transition:color .25s,border-color .25s,transform .25s}
.socials a:hover{color:var(--ame-light);border-color:var(--ame);transform:translateY(-2px)}
.socials svg{width:18px;height:18px}
.legal{margin-top:24px;padding-top:24px;border-top:1px solid var(--line);font-size:12px;color:var(--silver-lo);display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}
.legal a{color:var(--silver-lo);text-decoration:none}
.legal a:hover{color:var(--ame-light)}
.legal-links{display:flex;gap:18px}

/* reveals: content is visible without JS; with JS it fades in on scroll */
html.js .rv{opacity:0;transform:translateY(34px);transition:opacity .9s cubic-bezier(.2,.7,.2,1),transform .9s cubic-bezier(.2,.7,.2,1)}
html.js .rv.in{opacity:1;transform:none}

@media (prefers-reduced-motion: reduce){
  *,*::before,*::after{animation-duration:.001s !important;transition-duration:.001s !important}
  html.js .rv{opacity:1;transform:none}
  .tilt{transition:none}
}

/* ===== Commercial levers: methodology and evidence tabs (drawn to the approved mock) ===== */
.commercial-levers{padding:clamp(40px,5vw,64px) 0;background:var(--void);border-top:1px solid var(--line)}
.lv-wrap{padding:0 clamp(24px,5vw,64px)}
.lv-top{display:flex;justify-content:space-between;gap:16px;font-family:var(--font-ui);font-weight:600;font-size:9px;letter-spacing:.3em;text-transform:uppercase;color:var(--silver-lo);padding-bottom:12px;border-bottom:1px solid var(--line);margin-bottom:22px}
/* The three columns share one height: the navigation stretches to the panel height and its rows
   spread evenly to fill it. */
.lv-layout{display:grid;grid-template-columns:34% 1fr;gap:22px;align-items:stretch}
.lv-nav{display:flex;flex-direction:column}
.lv-nav h2{font-size:clamp(24px,2.2vw,31px);line-height:1.08;letter-spacing:-.02em;color:#fff}
.lv-sub{margin-top:10px;color:var(--ame-light);font-family:var(--font-ui);font-weight:600;font-size:13px}
.lv-desc{margin-top:8px;color:var(--silver-lo);font-size:12.5px;line-height:1.6;max-width:420px}
/* Rows divided by hairlines; only the selected row is boxed in purple, with a filled icon square. */
.lever-tabs{display:flex;flex-direction:column;gap:0;margin-top:18px;border-top:1px solid var(--line);flex:1}
.lever-tab{display:grid;grid-template-columns:30px 26px 1fr 12px;align-items:center;gap:10px;width:100%;min-height:54px;flex:1;padding:8px 10px;background:transparent;border:1px solid transparent;border-bottom-color:var(--line);border-radius:0;color:var(--silver-hi);text-align:left;cursor:pointer;font-family:var(--font-body);transition:background .2s,border-color .2s}
.lever-tab:hover{background:rgba(255,255,255,.03)}
.lever-tab.is-active{border-color:var(--ame-glow);border-radius:8px;background:linear-gradient(90deg,rgba(123,86,163,.32),rgba(123,86,163,.08));box-shadow:0 0 0 1px rgba(166,127,214,.2) inset}
.lever-tab:focus-visible{outline:2px solid var(--ame-light);outline-offset:2px;border-radius:8px}
.lever-icon{width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--line);border-radius:5px;color:var(--silver-lo);transition:color .2s,border-color .2s,background .2s}
.lever-icon svg{width:15px;height:15px}
.lever-tab.is-active .lever-icon{color:#fff;border-color:var(--ame-glow);background:var(--ame)}
.lever-num{font-family:var(--font-ui);font-weight:600;font-size:11px;color:var(--silver-lo)}
.lever-tab.is-active .lever-num{color:var(--ame-light)}
.lever-name{display:block;font-family:var(--font-ui);font-weight:600;font-size:13.5px}
.lever-hint{display:block;font-size:11px;color:var(--silver-lo);margin-top:1px}
.lever-arrow{color:var(--silver-lo);font-size:16px;line-height:1}
/* Three sections as in the mock: navigation | bordered evidence panel | free-standing insight column.
   The tab wrapper spans the last two, keeps the tallest panel's height, and swaps panels in place. */
.commercial-levers__panel{position:relative;min-height:200px}
.commercial-levers__panel-content{width:100%;height:100%;display:grid;grid-template-columns:1.3fr 1fr;gap:12px;align-items:stretch}
html.js .commercial-levers__panel-content{position:absolute;inset:0;opacity:0;transform:translateX(14px);transition:opacity .3s ease,transform .3s ease;pointer-events:none}
html.js .commercial-levers__panel-content.is-active{opacity:1;transform:none;pointer-events:auto}
html.js .commercial-levers__panel-content[hidden]{display:none}
.lv-evidence{background:var(--panel);border:1px solid var(--line);border-radius:10px;padding:14px 16px 12px;display:flex;flex-direction:column;min-width:0}
.lv-aside{display:flex;flex-direction:column;gap:8px;min-width:0}
.lv-head{margin-bottom:8px}
.lv-head h3{font-size:clamp(17px,1.35vw,19px);margin-top:4px;letter-spacing:-.01em;line-height:1.2;color:#fff}
.lv-head p{color:var(--silver-lo);font-size:11.5px;line-height:1.5;margin-top:5px;max-width:520px}
.lv-eyebrow{font-family:var(--font-ui);font-weight:600;font-size:9.5px;letter-spacing:.3em;text-transform:uppercase;color:var(--ame-light)}
.lv-scenario{font-family:var(--font-ui);font-weight:600;font-size:9px;letter-spacing:.24em;text-transform:uppercase;color:var(--ame-light);white-space:nowrap;text-align:right;padding-top:2px}
.lv-visual{padding:2px 0 0;flex:1;display:flex;flex-direction:column;justify-content:flex-start;min-width:0}
.lv-disclosure{font-size:9.5px;color:var(--silver-lo);margin:6px 0 0;line-height:1.45}
.lv-cards{display:flex;flex-direction:column;gap:7px;min-width:0;flex:1}
.lv-card{background:var(--panel-2);border:1px solid var(--line);border-radius:8px;padding:8px 10px 7px;flex:1}
.lv-card-head{display:flex;align-items:center;gap:7px;margin-bottom:5px}
.lv-card-icon{width:22px;height:22px;display:grid;place-items:center;border:1px solid var(--line);border-radius:5px;color:var(--ame-light);flex:none}
.lv-card-icon svg{width:12px;height:12px}
.lv-card h4{font-size:11.5px;font-family:var(--font-ui);font-weight:600}
.lv-card ul{list-style:none;display:flex;flex-direction:column;gap:3px}
.lv-card li{position:relative;padding-left:10px;font-size:10.5px;line-height:1.38;color:var(--silver-lo)}
.lv-card li::before{content:"";position:absolute;left:0;top:6px;width:3.5px;height:3.5px;border-radius:50%;background:var(--ame-glow)}
/* progression strip */
/* Progression strip as in the mock: plain lavender line icons, long thin arrows, items spread across. */
.lv-progress{display:flex;align-items:center;gap:24px;margin-top:18px;padding-top:16px;border-top:1px solid var(--line)}
.lv-steps{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;flex:1;flex-wrap:wrap}
.lv-step{display:flex;align-items:center;gap:12px;color:var(--silver-lo)}
.lv-step b{display:block;font-family:var(--font-ui);font-weight:600;font-size:13px;color:#fff;transition:color .25s}
.lv-step small{display:block;font-size:10.5px;margin-top:2px}
.lv-step-icon{display:grid;place-items:center;color:var(--ame-light);flex:none}
.lv-step-icon svg{width:26px;height:26px}
.lv-step.is-active b{color:var(--ame-light)}
.lv-step-arrow{color:#6b6577;display:flex;align-items:center}
.lv-step-arrow svg{width:48px;height:12px}
.lv-tag{font-family:var(--font-ui);font-weight:600;font-size:8.5px;letter-spacing:.3em;text-transform:uppercase;color:var(--silver-lo);text-align:right;line-height:1.8;border-left:1px solid var(--line);padding-left:18px;white-space:nowrap}
/* 01 opportunity matrix */
.lv-matrix{display:grid;gap:2px;font-size:11px}
.lv-mx-head,.lv-mx-row{display:grid;grid-template-columns:1.5fr 1.2fr 1fr 1fr 1.2fr;gap:12px;align-items:center}
.lv-mx-head{font-family:var(--font-ui);font-weight:600;font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--silver-lo);padding:0 8px 6px;border-bottom:1px solid var(--line)}
.lv-mx-row{padding:5px 8px;border-radius:6px;border:1px solid transparent}
.lv-mx-row.is-key{border-color:rgba(166,127,214,.6);background:rgba(123,86,163,.12)}
.lv-mx-theme{font-family:var(--font-ui);font-weight:600;color:var(--silver-hi)}
.lv-mx-note{display:block;font-style:normal;font-family:var(--font-body);font-weight:400;font-size:10px;color:var(--ame-light);margin-top:2px}
.lv-bar{display:block;height:5px;background:rgba(255,255,255,.07);border-radius:3px;overflow:hidden}
.lv-bar i{display:block;height:100%;background:linear-gradient(90deg,var(--ame),var(--ame-glow));border-radius:3px}
.lv-bar.pr i{background:linear-gradient(90deg,var(--ame-glow),var(--ame-light))}
.lv-mx-priority{display:flex;align-items:center;gap:8px}
.lv-mx-priority .lv-bar{flex:1}
.lv-mx-priority b{font-family:var(--font-ui);font-weight:600;font-size:10px;color:var(--silver-hi);min-width:44px}
.lv-dots{display:inline-flex;gap:3px}
.lv-dots i{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.08)}
.lv-dots.intent i.on{background:var(--ame-glow)}
.lv-dots.difficulty i.on{background:var(--silver-lo)}
/* 02 visibility chart */
.lv-chart{display:block;width:100%;height:auto;font-family:var(--font-body)}
.lv-axis-title{fill:var(--silver-lo);font-size:9px;font-family:var(--font-ui);font-weight:600}
.lv-tick{fill:var(--silver-lo);font-size:8.5px}
.lv-gridline{stroke:#26232e;stroke-width:1}
.lv-general{fill:none;stroke:#9a96a3;stroke-width:1.8}
.lv-gpt{fill:#b5b1bd}
.lv-line{fill:none;stroke:var(--ame-glow);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1000;stroke-dashoffset:1000}
.lv-area{fill:url(#lv-fill);opacity:0}
.lv-pt{fill:var(--ame-light);stroke:var(--panel);stroke-width:1.2;opacity:0;transform-box:fill-box;transform-origin:center;transform:scale(.4)}
.lv-ann{opacity:0}
.lv-ann-line{stroke:var(--ame-glow);stroke-width:1;stroke-dasharray:3 3;opacity:.8}
.lv-ann-text{fill:var(--silver-hi);font-size:9px}
.lv-call{opacity:0}
.lv-call-big{fill:#fff;font-size:14px;font-family:var(--font-ui);font-weight:600}
.lv-call-small{fill:var(--silver-lo);font-size:8.5px}
.draw .lv-line{animation:gdraw 2.2s cubic-bezier(.45,.05,.3,1) .2s forwards}
.draw .lv-pt{animation:gpop .3s cubic-bezier(.2,.9,.3,1.3) var(--d) forwards}
.draw .lv-ann,.draw .lv-call{animation:lvfade .4s ease var(--d) forwards}
.draw .lv-area{animation:lvfade .9s ease var(--d) forwards}
@keyframes lvfade{to{opacity:1}}
.lv-legend{display:flex;gap:16px;margin-top:4px;font-size:10.5px;color:var(--silver-lo)}
.lv-legend i{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px;vertical-align:middle}
.lv-legend .hi{background:var(--ame-glow)}.lv-legend .gen{background:#9a96a3}
/* 03 buyer journey */
.lv-stages{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-bottom:10px}
.lv-stages li{display:flex;align-items:center;gap:7px;font-family:var(--font-ui);font-weight:600;font-size:10.5px;padding:5px 8px;border:1px solid var(--line);border-radius:6px;position:relative}
.lv-stages li+li::before{content:"";position:absolute;left:-6px;top:50%;width:6px;height:1px;background:var(--ame)}
.lv-stage-n{width:18px;height:18px;border-radius:50%;background:rgba(123,86,163,.25);color:var(--ame-light);display:grid;place-items:center;font-size:10px;flex:none}
.lv-page-wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:12px;align-items:center}
.lv-page{background:#0d0d14;border:1px solid var(--line);border-radius:8px;padding:8px;display:flex;flex-direction:column;gap:6px}
.lv-page-bar{display:flex;gap:4px}.lv-page-bar i{width:5px;height:5px;border-radius:50%;background:#26232e}
.lv-page-hero,.lv-page-proof,.lv-page-form{position:relative;border:1px dashed #2f2b3a;border-radius:6px;padding:7px}
.lv-page-h1{display:block;height:7px;width:70%;background:#3a3446;border-radius:3px;margin-bottom:4px}.lv-page-h1.short{width:45%}
.lv-page-cta{display:block;width:30%;height:10px;margin-top:5px;border-radius:3px;background:linear-gradient(90deg,var(--ame),var(--ame-glow))}
.lv-page-proof{display:flex;gap:5px}.lv-page-proof i{flex:1;height:16px;background:#1a1822;border-radius:4px}
.lv-page-form{display:flex;flex-direction:column;gap:4px}.lv-page-form i{height:6px;width:60%;background:#1a1822;border-radius:3px}.lv-page-form i.btn{width:28%;height:9px;background:var(--ame);padding:0;border:0;box-shadow:none;border-radius:3px}
.lv-callout{position:absolute;right:-8px;top:-8px;width:17px;height:17px;border-radius:50%;background:var(--ame-glow);color:#0a0a0f;font-family:var(--font-ui);font-weight:600;font-size:10px;display:grid;place-items:center}
.lv-callout.c3{top:auto;bottom:-8px}
.lv-callouts{list-style:none;display:flex;flex-direction:column;gap:7px;font-size:11px;color:var(--silver-hi)}
.lv-callouts li{display:flex;align-items:center;gap:8px}
.lv-callouts .lv-callout{position:static;flex:none}
.lv-compare{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:8px}
.lv-compare>div{border:1px solid var(--line);border-radius:8px;padding:7px 8px}
.lv-compare .rec{border-color:rgba(166,127,214,.6)}
.lv-compare h4{font-family:var(--font-ui);font-weight:600;font-size:9.5px;letter-spacing:.16em;text-transform:uppercase;color:var(--silver-lo);margin-bottom:6px}
.lv-compare .rec h4{color:var(--ame-light)}
.lv-compare ol{list-style:none;display:flex;flex-wrap:wrap;gap:4px;font-size:10px}
.lv-compare li{padding:3px 6px;border-radius:4px;background:rgba(255,255,255,.05);color:var(--silver-lo)}
.lv-compare .rec li{background:rgba(123,86,163,.16);color:var(--silver-hi)}
/* 04 attribution pathway */
.lv-attr{display:grid;grid-template-columns:1fr;gap:8px}
.lv-path{width:100%;height:auto;display:block;font-family:var(--font-body)}
.lv-col{fill:var(--silver-lo);font-size:11px;font-family:var(--font-ui);font-weight:600;letter-spacing:.14em;text-transform:uppercase}
.lv-flow{fill:none;stroke:var(--ame-glow);stroke-linecap:round}
.lv-node rect{fill:#14141b;stroke:#3a3644;stroke-width:1}
.lv-node text{fill:var(--silver-hi);font-size:13px;font-family:var(--font-ui);font-weight:600}
.lv-node.src rect{fill:#101017}
.lv-node.hi rect{stroke:var(--ame-glow);fill:rgba(123,86,163,.2)}
.lv-summary{display:grid;grid-template-columns:1fr 1fr;gap:6px}
.lv-summary div{border:1px solid var(--line);border-radius:6px;padding:5px 8px}
.lv-summary dt{font-family:var(--font-ui);font-weight:600;font-size:10.5px}
.lv-summary dd{font-size:9.5px;color:var(--silver-lo);margin-top:1px}
/* responsive */
@media(max-width:1024px){
  .lv-layout{grid-template-columns:1fr;gap:18px}
  .lever-tabs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;border-top:0}
  .lever-tab{grid-template-columns:auto 1fr;min-height:56px;border:1px solid var(--line);border-radius:8px}
  .lever-num,.lever-arrow,.lever-hint{display:none}
  .lv-tag{display:none}
}
@media(max-width:700px){
  .lever-tabs{display:flex;flex-direction:row;overflow-x:auto;gap:8px;padding-bottom:6px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}
  .lever-tab{flex:0 0 auto;width:auto;min-width:170px;min-height:48px;scroll-snap-align:start}
  .commercial-levers__panel-content{grid-template-columns:1fr}
  .lv-scenario{text-align:left}
  .lv-mx-head{display:none}
  .lv-mx-row{grid-template-columns:1fr 1fr;gap:8px}
  .lv-mx-theme{grid-column:1/-1}
  .lv-ann-text{display:none}
  .lv-stages{grid-template-columns:1fr 1fr}
  .lv-page-wrap,.lv-compare,.lv-summary{grid-template-columns:1fr}
  .lv-top span:last-child{display:none}
  .lv-steps{gap:10px}
  .lv-step small,.lv-step-arrow{display:none}
}
@media (prefers-reduced-motion: reduce){
  html.js .commercial-levers__panel-content{transition:none;transform:none !important}
  .lv-line{stroke-dashoffset:0;animation:none !important}
  .lv-pt,.lv-ann,.lv-call,.lv-area{opacity:1;transform:none;animation:none !important}
}
html:not(.js) .lv-line{stroke-dashoffset:0}
html:not(.js) .lv-pt,html:not(.js) .lv-ann,html:not(.js) .lv-call,html:not(.js) .lv-area{opacity:1;transform:none}

/* ===== Industries: "Different markets. Different buying journeys." (implemented from design-reference.png) ===== */
.industries{background:var(--void);border-top:1px solid var(--line);padding-top:clamp(21px,2.55vw,33px)}
/* editorial heading row: brand | eyebrow + H2 | supporting copy | handwritten note */
.ind-head{display:grid;grid-template-columns:auto 1fr minmax(240px,280px) auto;gap:clamp(20px,3vw,40px);align-items:start;padding:0 clamp(24px,5vw,64px) 18px}
.ind-brand{display:flex;flex-direction:column;font-family:var(--font-ui);font-weight:600;font-size:9.5px;letter-spacing:.3em;text-transform:uppercase;color:var(--silver-hi);padding-top:4px;min-width:96px}
.ind-brand small{font-size:7.5px;color:var(--silver-lo);margin-top:3px;letter-spacing:.3em}
.ind-eyebrow{font-family:var(--font-body);font-weight:500;font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:var(--ame-glow);margin-bottom:12px}
.ind-heading h2{font-family:var(--font-head);font-weight:700;font-size:clamp(28px,3vw,42px);line-height:1.06;letter-spacing:-.02em;color:#fff}
@media(min-width:1180px){.ind-heading h2{white-space:nowrap}}
.ind-support{font-family:var(--font-body);font-size:12.5px;line-height:1.6;color:var(--silver-lo);align-self:end;padding-bottom:6px}
.ind-note{position:relative;color:var(--ame-glow);font-family:"Segoe Script","Bradley Hand","Brush Script MT","Comic Sans MS",cursive;font-style:italic;font-size:15px;line-height:1.25;transform:rotate(-8deg);padding-top:8px;text-align:right;min-width:170px}
.ind-note-arrow{width:28px;height:28px;display:block;margin:6px 0 0 auto;transform:rotate(10deg)}
/* accordion */
.ind-accordion{display:flex;height:450px;min-height:450px;background:#000;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.industry-panel{position:relative;flex:1 1 0;min-width:0;overflow:hidden;background:var(--panel-2);filter:saturate(.92);transition:flex-grow 600ms cubic-bezier(.22,1,.36,1),filter 400ms ease}
.industry-panel+.industry-panel{border-left:1px solid var(--line)}
.industry-panel.is-active{flex-grow:2.35;filter:none}
.industry-panel__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
[data-industry="professional"] img{object-position:52% center}
[data-industry="technology"] img{object-position:55% center}
[data-industry="construction"] img{object-position:56% center}
[data-industry="property"] img{object-position:54% center}
.industry-panel::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(10,10,15,.25),rgba(10,10,15,.78)),linear-gradient(90deg,rgba(10,10,15,.62),transparent 65%);pointer-events:none;transition:background 400ms ease}
.industry-panel:not(.is-active)::after{background:rgba(10,10,15,.52)}
/* overlays are positioned against the panel box, never the image */
.industry-panel__trigger{position:absolute;z-index:2;top:20px;left:20px;right:20px;min-height:44px;padding:4px 0;background:none;border:0;color:#fff;text-align:left;cursor:pointer;font-family:var(--font-ui)}
.industry-panel__trigger:focus-visible{outline:2px solid var(--ame-light);outline-offset:4px}
.industry-panel__title{display:block;font-family:var(--font-ui);font-weight:600;font-size:clamp(16px,1.35vw,19px);line-height:1.2;letter-spacing:-.01em;max-width:11em;text-shadow:0 1px 2px rgba(0,0,0,.4)}
.industry-panel.is-active .industry-panel__title{font-size:clamp(22px,1.9vw,27px);max-width:none}
.industry-panel__body{position:absolute;z-index:2;left:20px;right:20px;top:64px;bottom:22px;display:flex;flex-direction:column;opacity:0;transition:opacity 350ms ease}
.industry-panel.is-active .industry-panel__body{opacity:1;transition-delay:200ms}
.industry-panel__body[hidden]{display:none}
.industry-panel__descriptor{font-family:var(--font-body);font-size:clamp(14px,1.15vw,16px);line-height:1.5;color:var(--silver-hi);max-width:26em;margin-top:10px}
.industry-panel__journey{flex:1;display:flex;align-items:center;min-height:0}
.journey{width:100%;max-width:640px;aspect-ratio:1000/220;height:auto;display:block;overflow:visible}
.journey-path{fill:none;stroke:var(--ame-glow);stroke-width:2.5;stroke-linecap:round;stroke-dasharray:1000;stroke-dashoffset:1000}
.journey-glow{fill:none;stroke:var(--ame);stroke-width:10;stroke-linecap:round;opacity:.28;filter:blur(3px);stroke-dasharray:1000;stroke-dashoffset:1000}
.journey-node{opacity:0}
.journey-halo{fill:var(--ame-glow);opacity:.22}
.journey-dot{fill:#fff;stroke:var(--ame-light);stroke-width:2.5}
.journey-label{fill:#fff;font-family:var(--font-body);font-size:24px;font-weight:500}
.industry-panel.is-active .journey-path,.industry-panel.is-active .journey-glow{animation:drawJourney 900ms ease forwards;animation-delay:250ms}
.industry-panel.is-active .journey-node{animation:journeyNode 400ms ease forwards;animation-delay:var(--d)}
@keyframes drawJourney{to{stroke-dashoffset:0}}
@keyframes journeyNode{to{opacity:1}}
.journey-list{display:none}
.industry-panel__cta{align-self:flex-start;margin-top:8px}
/* small closing strip from the reference */
.ind-foot{display:flex;justify-content:space-between;gap:16px;padding:12px clamp(24px,5vw,64px);font-family:var(--font-ui);font-weight:600;font-size:8.5px;letter-spacing:.3em;text-transform:uppercase;color:var(--silver-lo)}
/* tablet */
@media(max-width:1024px){
  .ind-head{grid-template-columns:auto 1fr;row-gap:14px}
  .ind-support{grid-column:2;align-self:start;padding-bottom:0;max-width:520px}
  .ind-note{grid-column:2;justify-self:start;transform:rotate(-4deg);text-align:left;min-width:0}
  .ind-note-arrow{margin:4px 0 0 0}
  .ind-accordion{height:450px}
}
/* phones: vertical accordion */
@media(max-width:767px){
  .ind-head{grid-template-columns:1fr;gap:10px;padding-bottom:18px}
  .ind-brand{display:none}
  .ind-support{grid-column:1;margin-top:4px}
  .ind-note{display:none}
  .ind-accordion{flex-direction:column;height:auto;min-height:0}
  .industry-panel{flex:none;height:112px;transition:height 500ms cubic-bezier(.22,1,.36,1),filter 400ms ease;filter:none}
  .industry-panel+.industry-panel{border-left:0;border-top:1px solid var(--line)}
  .industry-panel.is-active{height:430px;flex-grow:0}
  .industry-panel__trigger{top:0;left:0;right:0;min-height:112px;padding:0 20px}
  .industry-panel__title{font-size:19px;max-width:none}
  .industry-panel.is-active .industry-panel__title{font-size:22px}
  .industry-panel__body{top:96px;bottom:18px;left:20px;right:20px}
  .industry-panel__descriptor{margin-top:0;font-size:14px}
  .journey{display:none}
  .journey-list{display:flex;flex-direction:column;gap:8px;list-style:none;counter-reset:j;margin:14px 0}
  .journey-list li{position:relative;padding-left:22px;font-family:var(--font-body);font-size:14px;color:#fff}
  .journey-list li::before{content:"";position:absolute;left:0;top:6px;width:9px;height:9px;border-radius:50%;background:#fff;box-shadow:0 0 0 3px rgba(166,127,214,.35)}
  .journey-list li+li::after{content:"";position:absolute;left:4px;top:-10px;width:1px;height:12px;background:var(--ame-glow)}
  .industry-panel__cta{min-height:44px;display:inline-flex;align-items:center}
}
/* reduced motion: final state, no draw */
@media (prefers-reduced-motion: reduce){
  .industry-panel,.industry-panel::after,.industry-panel__body{transition:none}
  .industry-panel.is-active .journey-path,.industry-panel.is-active .journey-glow,.industry-panel.is-active .journey-node{animation:none}
  .industry-panel.is-active .journey-path,.industry-panel.is-active .journey-glow{stroke-dashoffset:0}
  .industry-panel.is-active .journey-node{opacity:1}
}
html:not(.js) .industry-panel .journey-path,html:not(.js) .industry-panel .journey-glow{stroke-dashoffset:0}
html:not(.js) .industry-panel .journey-node{opacity:1}

/* ===== Proof: "Measure what changed. Know what caused it." (implemented from design-reference.png) ===== */
.proof-section{position:relative;display:grid;grid-template-columns:minmax(420px,38%) minmax(0,62%);min-height:760px;overflow:hidden;background:radial-gradient(circle at 61% 18%,rgba(123,86,163,.08),transparent 34%),#0a0a0f}
.proof-section__content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;min-width:0;padding:76px 36px 58px clamp(40px,5vw,80px);text-align:left}
.proof-section__eyebrow{display:flex;align-items:center;gap:24px;margin-bottom:26px;color:#a67fd6;font-family:var(--font-body);font-size:13px;font-weight:500;letter-spacing:.22em;text-transform:uppercase}
.proof-section__eyebrow::after{content:"";width:54px;height:1px;background:#9a96a3}
/* Sized so each of the three forced lines fits the 38% column at every desktop width. */
.proof-section h2{max-width:600px;margin:0;color:#f4f4f6;font-family:var(--font-head);font-size:clamp(48px,4.4vw,76px);font-weight:700;line-height:.95;letter-spacing:-.045em;white-space:nowrap}
.proof-section__content>p{max-width:480px;margin:30px 0 0;color:#d2ced8;font-family:var(--font-body);font-size:20px;font-weight:400;line-height:1.55}
.proof-section__cta{align-self:flex-start;margin-top:28px}
.proof-section__annotation{position:relative;align-self:flex-start;margin-top:34px;color:#a67fd6;font-family:"Segoe Script","Bradley Hand","Brush Script MT","Comic Sans MS",cursive;font-style:italic;font-size:32px;line-height:1.1;transform:rotate(-6deg);transform-origin:left center}
.proof-section__stroke{display:block;width:100%;height:10px;margin-top:2px;overflow:visible}
.proof-section__stroke path{fill:none;stroke:#a67fd6;stroke-width:2;stroke-linecap:round}
.proof-section__footer{display:flex;align-items:center;gap:22px;margin-top:auto;padding-top:56px;color:#9a96a3;font-family:var(--font-ui);font-weight:600;font-size:8.5px;letter-spacing:.3em;line-height:1.7;text-transform:uppercase}
.proof-section__rule{display:block;width:24px;height:1px;background:#9a96a3;flex:none}
/* right column: the supplied transparent artwork, whole and uncropped, anchored to its column */
.proof-section__artwork{position:relative;z-index:1;display:flex;align-items:center;justify-content:flex-end;min-width:0;padding:28px 0 12px}
.proof-section__artwork img{display:block;width:min(100%,1120px);height:auto;max-height:730px;object-fit:contain;object-position:right center;transform:translateX(1.5%)}
/* entrance: the composition fades and rises once, as one object */
html.js .proof-section__artwork img{opacity:0;transform:translateX(1.5%) translateY(18px);transition:opacity 700ms ease,transform 700ms ease}
html.js .proof-section.is-in .proof-section__artwork img{opacity:1;transform:translateX(1.5%)}
/* tablet */
@media(min-width:768px) and (max-width:1100px){
  .proof-section{grid-template-columns:minmax(0,43%) minmax(0,57%);min-height:640px}
  .proof-section__content{padding:56px 24px 40px clamp(24px,4vw,48px)}
  .proof-section h2{font-size:clamp(36px,4.6vw,54px)}
  .proof-section__content>p{font-size:17px}
  .proof-section__annotation{font-size:28px}
  .proof-section__artwork img{max-height:600px}
}
@media(min-width:768px) and (max-width:900px){.proof-section__statement,.proof-section__rule{display:none}.proof-section__eyebrow{font-size:11px;gap:16px}}
/* phones */
@media(max-width:767px){
  .proof-section{grid-template-columns:1fr;min-height:auto}
  .proof-section__content{padding:72px 20px 28px}
  .proof-section h2{font-size:clamp(44px,13vw,62px);line-height:.98;max-width:none;white-space:normal}
  .proof-section__br{display:none}
  .proof-section__content>p{font-size:18px}
  .proof-section__annotation{font-size:28px}
  .proof-section__footer{display:none}
  .proof-section__artwork{justify-content:center;padding:10px 0 42px}
  .proof-section__artwork img{width:115%;max-width:none;transform:none}
  html.js .proof-section__artwork img{transform:translateY(18px)}
  html.js .proof-section.is-in .proof-section__artwork img{transform:none}
}
@media (prefers-reduced-motion: reduce){
  html.js .proof-section__artwork img{opacity:1;transform:translateX(1.5%);transition:none}
  .proof-section__cta{transition:none}
  @media(max-width:767px){html.js .proof-section__artwork img{transform:none}}
}

/* ===== Ways to work together (implemented from design-reference.png) ===== */
.ways-to-work{position:relative;width:100%;min-height:0;height:auto;overflow:hidden;background:#0a0a0f;border-top:1px solid var(--line)}
/* header: copy left, brand statement right */
.ways-to-work__header{display:grid;grid-template-columns:minmax(0,1fr) 230px;gap:48px;align-items:start;padding:22px clamp(32px,4vw,64px) 18px;border-bottom:1px solid #393640}
.ways-to-work__eyebrow{color:#a67fd6;font-family:var(--font-body);font-size:12px;line-height:1.3;font-weight:500;letter-spacing:.24em;text-transform:uppercase}
.ways-to-work h2{margin:6px 0 6px;color:#f4f4f6;font-family:var(--font-head);font-size:clamp(40px,3.5vw,52px);font-weight:700;line-height:1;letter-spacing:-.04em}
.ways-to-work__intro{color:#9a96a3;font-family:var(--font-body);font-size:17px;line-height:1.4;margin:0}
.ways-to-work__brand{padding-top:2px;font-family:var(--font-ui);font-weight:600;font-size:9.5px;letter-spacing:.24em;line-height:1.9;text-transform:uppercase;color:#9a96a3}
.ways-to-work__brand p{margin:0}
.ways-to-work__brand p:first-child{color:#d2ced8}
.ways-to-work__pillars{margin-top:12px !important;padding-top:10px;border-top:1px solid #393640;letter-spacing:.3em}
/* engagement rows: fixed-height list, full-bleed bands, four aligned zones with solid rules */
.engagement-list{display:flex;flex-direction:column;height:315px}
.engagement-row{display:grid;grid-template-columns:minmax(130px,11%) minmax(360px,33%) minmax(360px,29%) minmax(250px,27%);align-items:center;flex:1 1 0;min-height:0;position:relative;border-top:1px solid transparent;border-bottom:1px solid #26232e;transition:flex-grow 450ms cubic-bezier(.22,1,.36,1),background-color 300ms ease,border-color 300ms ease}
.engagement-row:not(.is-active){flex-grow:1;background:#0a0a0f}
.engagement-row.is-active{flex-grow:1.28;background:linear-gradient(90deg,rgba(70,42,101,.94),rgba(51,34,73,.96));border-color:#a67fd6}
.engagement-row__number{padding-left:clamp(32px,4vw,64px);color:rgba(244,244,246,.42);font-family:var(--font-head);font-size:clamp(56px,5.6vw,88px);font-weight:700;line-height:.8;letter-spacing:-.08em;transition:color 300ms ease}
.engagement-row.is-active .engagement-row__number{color:#ceb5f3}
.engagement-row__offer,.engagement-row__panel,.engagement-row__action{height:100%;display:flex;align-items:center;border-left:1px solid #393640;min-width:0}
.engagement-row__offer{padding:0 24px 0 clamp(24px,2.6vw,48px)}
.engagement-row__trigger{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;min-height:44px;padding:4px 0;background:none;border:0;color:inherit;text-align:left;cursor:pointer;font-family:var(--font-ui)}
.engagement-row__trigger:focus-visible{outline:2px solid #ceb5f3;outline-offset:6px}
.engagement-row__label{font-family:var(--font-ui);font-weight:600;font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:#9a96a3}
.engagement-row.is-active .engagement-row__label{color:#ceb5f3}
.engagement-row__title{color:#f4f4f6;font-family:var(--font-head);font-size:clamp(32px,2.6vw,44px);font-weight:700;line-height:.95;letter-spacing:-.02em;text-transform:uppercase}
.engagement-row__headline{font-family:var(--font-body);font-weight:400;font-size:clamp(16px,1.25vw,18px);line-height:1.3;color:#f4f4f6}
.engagement-row__indicator{display:none}
.engagement-row__panel{padding:0 clamp(20px,2.4vw,40px)}
.engagement-row__desc{margin:0;color:#9a96a3;font-family:var(--font-body);font-size:clamp(14px,1.1vw,16px);line-height:1.4;max-width:24em}
.engagement-row.is-active .engagement-row__desc{color:#ceb5f3}
.engagement-row__action{padding:0 20px 0 clamp(24px,2vw,40px);position:relative;gap:20px;justify-content:flex-start}
.engagement-row__cta{justify-content:space-between;gap:20px;padding-bottom:8px;white-space:nowrap;flex:none}
/* handwritten annotation, only in the active Modernise row, at the far right beyond the CTA */
.engagement-row__note{display:none;position:relative;flex:none;transform:rotate(-8deg);color:#ceb5f3;font-family:"Segoe Script","Bradley Hand","Brush Script MT","Comic Sans MS",cursive;font-style:italic;font-size:14px;line-height:1.15;text-align:left;white-space:nowrap}
.engagement-row__stroke{display:block;width:100%;height:8px;margin-top:2px;overflow:visible}
.engagement-row__stroke path{fill:none;stroke:#ceb5f3;stroke-width:1.6;stroke-linecap:round}
@media(min-width:1600px){.engagement-row.is-active .engagement-row__note{display:block}}
/* bottom decorative row */
.ways-to-work__foot{display:flex;align-items:center;gap:28px;height:28px;padding:0 clamp(32px,4vw,64px);font-family:var(--font-ui);font-weight:600;font-size:9px;letter-spacing:.3em;text-transform:uppercase;color:#9a96a3;white-space:nowrap}
.ways-to-work__foot i{flex:1;height:1px;background:#393640}
/* tablet */
@media(min-width:768px) and (max-width:1100px){
  .ways-to-work__header{grid-template-columns:1fr;padding:32px clamp(24px,4vw,48px) 24px}
  .ways-to-work__brand{display:none}
  .ways-to-work h2{font-size:clamp(34px,4.4vw,48px)}
  .ways-to-work__intro{font-size:16px}
  .engagement-list{height:auto}
  .engagement-row{flex:none;min-height:0;grid-template-columns:minmax(96px,12%) minmax(0,1fr) minmax(200px,30%);padding:18px 0}
  .engagement-row__number{font-size:clamp(56px,7vw,80px);padding-left:clamp(24px,4vw,48px)}
  .engagement-row__number{grid-column:1;grid-row:1 / span 2}
  .engagement-row__offer{grid-column:2;grid-row:1;border-left:1px solid #393640;padding-right:20px}
  .engagement-row__panel{grid-column:2;grid-row:2;border-left:0;padding:8px 20px 0 clamp(20px,2.6vw,40px);height:auto}
  .engagement-row__action{grid-column:3;grid-row:1 / span 2}
  .engagement-row__title{font-size:clamp(32px,4.2vw,44px)}
  .engagement-row__action{padding-right:clamp(20px,4vw,48px)}
  .engagement-row__cta{white-space:normal;font-size:16px}
  .engagement-row__desc{font-size:15px}
  .engagement-row__note{display:none !important}
}
/* phones: compact vertical accordion */
@media(max-width:767px){
  .ways-to-work__header{grid-template-columns:1fr;padding:56px 20px 28px}
  .ways-to-work__brand{display:none}
  .ways-to-work h2{font-size:clamp(36px,10vw,48px)}
  .ways-to-work__br{display:none}
  .ways-to-work__intro{font-size:16px}
  .engagement-list{height:auto}
  .engagement-row{display:block;flex:none;overflow:hidden;padding:22px 20px;transition:background-color 300ms ease,border-color 300ms ease}
  .engagement-row:not(.is-active){min-height:88px}
  .engagement-row.is-active{min-height:260px}
  .engagement-row__number{padding-left:0;font-size:48px;line-height:1;color:rgba(244,244,246,.42);margin-bottom:10px}
  .engagement-row__offer,.engagement-row__panel,.engagement-row__action{height:auto;display:block;border-left:0;padding:0}
  .engagement-row__trigger{position:relative;padding-right:40px}
  .engagement-row__title{font-size:34px}
  .engagement-row__indicator{display:block;position:absolute;right:4px;top:50%;width:12px;height:12px;border-right:1.5px solid #ceb5f3;border-bottom:1.5px solid #ceb5f3;transform:translateY(-70%) rotate(45deg);transition:transform 250ms ease}
  .engagement-row.is-active .engagement-row__indicator{transform:translateY(-30%) rotate(225deg)}
  .engagement-row:not(.is-active) .engagement-row__label,.engagement-row:not(.is-active) .engagement-row__headline,.engagement-row:not(.is-active) .engagement-row__panel,.engagement-row:not(.is-active) .engagement-row__action{display:none}
  .engagement-row__headline{font-size:18px;margin-top:4px}
  .engagement-row__desc{margin-top:12px;font-size:15px;max-width:none}
  .engagement-row__action{margin-top:18px}
  .engagement-row__cta{min-height:44px;font-size:16px;white-space:normal}
  .engagement-row__note{display:none !important}
  .ways-to-work__foot{height:auto;padding:14px 20px;font-size:8px;gap:14px}
}
@media (prefers-reduced-motion: reduce){
  .engagement-row,.engagement-row__number,.engagement-row__indicator,.engagement-row__cta{transition:none}
}

/* ===== Indicative fees (implemented from design-reference.png) ===== */
.pricing-section{width:100%;min-height:0;background:#0a0a0f;color:#f4f4f6;overflow:hidden}
.pricing-section__header{position:static;z-index:auto;border:0;transition:none;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:140px;padding:20px 24px 16px;text-align:center}
.pricing-section__eyebrow{margin:0 0 10px;color:#a67fd6;font-family:var(--font-body);font-size:13px;font-weight:500;letter-spacing:.24em;text-transform:uppercase}
.pricing-section h2{margin:0;color:#f4f4f6;font-family:var(--font-head);font-size:clamp(46px,4vw,68px);font-weight:700;line-height:1;letter-spacing:-.045em}
.pricing-section__intro{margin:10px 0 0;color:#9a96a3;font-family:var(--font-body);font-size:18px;line-height:1.5}
/* one continuous schedule: three columns, 1px solid rules, no radius, no shadow */
.pricing-schedule{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #8b8791;border-bottom:1px solid #8b8791}
.pricing-tier{position:relative;display:flex;flex-direction:column;min-height:390px;padding:26px clamp(28px,3vw,52px) 22px;background:#0f0f15;transition:background-color .3s ease}
.pricing-tier + .pricing-tier{border-left:1px solid #8b8791}
.pricing-tier:hover{background:#13131a}
.pricing-tier--modernise{background:linear-gradient(145deg,#74529a 0%,#8d68af 46%,#735395 100%)}
.pricing-tier--modernise:hover{background:linear-gradient(145deg,#7a58a0 0%,#936eb5 46%,#79599b 100%)}
.pricing-tier > p,.pricing-tier > h3,.pricing-tier > ul{margin:0}
.pricing-tier__category{color:#bcb4c9;font-family:var(--font-head);font-size:15px;font-weight:600;letter-spacing:.2em;text-transform:uppercase}
.pricing-tier--modernise .pricing-tier__category{color:#ebe3f5}
.pricing-tier__name{margin:10px 0 0 !important;color:#f4f4f6;font-family:var(--font-head);font-size:clamp(28px,2.3vw,40px);font-weight:700;line-height:1.05;letter-spacing:-.02em}
/* handwritten annotation above the Modernise price: soft lavender, slight rotation, one solid underline */
.pricing-tier__annotation{position:relative;display:inline-block;align-self:flex-start;margin:10px 0 -14px 18px !important;color:#e6d9fb;font-family:"Segoe Script","Bradley Hand","Brush Script MT","Comic Sans MS",cursive;font-style:italic;font-size:19px;line-height:1.2;transform:rotate(-3deg);transform-origin:left center}
.pricing-tier__stroke{display:block;width:100%;height:6px;overflow:visible;margin-top:1px}
.pricing-tier__stroke path{fill:none;stroke:#e6d9fb;stroke-width:1.5;stroke-linecap:round}
/* prices: one line on desktop, FROM and /MONTH slightly smaller, baseline aligned as one unit */
.pricing-tier__price{margin-top:20px !important;color:#fff;font-family:var(--font-head);font-size:clamp(52px,5vw,82px);font-weight:700;line-height:.92;letter-spacing:-.055em;white-space:nowrap}
.pricing-tier__from,.pricing-tier__unit{font-size:.5em;letter-spacing:-.02em;text-transform:uppercase;vertical-align:baseline}
.pricing-tier__from{margin-right:.06em}
.pricing-tier__unit{margin-left:.02em}
.pricing-tier--grow .pricing-tier__price{font-size:clamp(44px,3.6vw,64px)}
.pricing-tier--grow .pricing-tier__from{font-size:.62em}
.pricing-tier--grow .pricing-tier__unit{font-size:.5em}
.pricing-tier__secondary-price{margin-top:12px !important;color:#d8d3dd;font-family:var(--font-body);font-size:21px}
.pricing-tier__frequency{margin-top:10px !important;color:#c9bfd3;font-family:var(--font-head);font-size:13px;font-weight:600;letter-spacing:.22em;text-transform:uppercase}
.pricing-tier--modernise .pricing-tier__frequency{color:#ebe3f5}
.pricing-tier__scope{margin:16px 0 0 !important;padding:12px 0;border-top:1px solid rgba(244,244,246,.65);border-bottom:1px solid rgba(244,244,246,.65);list-style:none}
.pricing-tier__scope li{margin:0 0 8px;color:#f4f4f6;font-family:var(--font-body);font-size:17px;line-height:1.35}
.pricing-tier__scope li:last-child{margin-bottom:0}
.pricing-tier__boundary{margin-top:10px !important;color:#9a96a3;font-family:var(--font-body);font-size:15px;line-height:1.4}
.pricing-tier--modernise .pricing-tier__boundary{color:#e2d9ee}
/* CTA: plain editorial link at the foot of each column */
.pricing-tier__cta{margin-top:auto;position:relative;top:14px}
.pricing-tier--modernise .pricing-tier__cta{color:#f7f2ff;border-color:rgba(247,242,255,.45)}
/* bottom terms strip */
.pricing-section__terms{position:static;margin:0;border-top:0;display:flex;align-items:center;justify-content:center;min-height:44px;padding:10px 20px;color:#9a96a3;background:#111118;font-family:var(--font-body);font-size:14px;text-align:center;border-bottom:1px solid #8b8791}
/* tablet: three columns kept, tighter padding and smaller prices */
@media(min-width:768px) and (max-width:1100px){
  .pricing-section__header{min-height:0;padding:28px 20px 22px}
  .pricing-section h2{font-size:clamp(34px,4.4vw,46px)}
  .pricing-section__intro{font-size:16px}
  .pricing-tier{padding:28px clamp(16px,2.2vw,24px) 24px;min-height:0}
  .pricing-tier__category{font-size:12px}
  .pricing-tier__name{font-size:clamp(22px,2.6vw,28px)}
  .pricing-tier__annotation{font-size:16px;margin-left:8px !important}
  .pricing-tier__price{font-size:clamp(38px,5vw,52px);margin-top:26px !important}
  .pricing-tier--grow .pricing-tier__price{font-size:clamp(28px,3.4vw,36px);white-space:normal}
  .pricing-tier--grow .pricing-tier__from{display:block;font-size:.6em;margin-bottom:.15em}
  .pricing-tier__secondary-price{font-size:17px}
  .pricing-tier__scope li{font-size:15px}
  .pricing-tier__boundary{font-size:14px}
  .pricing-tier__cta{font-size:14px}
}
/* phones: tiers stack in order, horizontal rules between them */
@media(max-width:767px){
  .pricing-section__header{min-height:0;padding:44px 20px 24px}
  .pricing-section h2{font-size:clamp(36px,10vw,46px)}
  .pricing-section__intro{font-size:16px}
  .pricing-schedule{grid-template-columns:1fr}
  .pricing-tier{min-height:auto;padding:34px 20px 30px}
  .pricing-tier + .pricing-tier{border-left:0;border-top:1px solid #8b8791}
  .pricing-tier__name{font-size:30px}
  .pricing-tier__annotation{font-size:17px;margin:8px 0 -8px 8px !important}
  .pricing-tier__price{white-space:normal;font-size:clamp(48px,15vw,68px);margin-top:26px !important}
  .pricing-tier--grow .pricing-tier__price{font-size:clamp(40px,11vw,52px)}
  .pricing-tier__secondary-price{font-size:18px}
  .pricing-tier__scope li{font-size:16px}
  .pricing-section__terms{font-size:13px;padding:12px 20px}
}
@media (prefers-reduced-motion: reduce){
  .pricing-tier,.pricing-tier__arrow{transition:none}
}

/* ===== Perth Solar Direct case study, reproduced from design/case-study-source.png (1881 x 836) =====
   --u is one mock pixel, so every size below is the mock measurement. The composition scales with the section
   width from 1101px up; tablet and phone rules follow. Approved change from the mock: black section ground,
   off-white only on the evidence sheet. */
.case-study-section{--u:min(calc(100cqw / 1881),0.7655px);--ink:#0a0a0f;--paper:#eeeae2;--rule:#393640;--purple:#7c33bf;--purple-ink:#7b56a3;container-type:inline-size;position:relative;display:grid;grid-template-columns:max(calc(708 * var(--u)),38%) minmax(0,1fr);grid-template-rows:calc(68 * var(--u)) minmax(0,auto) calc(61 * var(--u));width:100%;min-height:calc(836 * var(--u));overflow:hidden;background:#0a0a0f;color:#f4f4f6}
/* corner marks, as in the mock */
.cs-mark{position:absolute;width:calc(24 * var(--u));height:calc(24 * var(--u));pointer-events:none}
.cs-mark::before,.cs-mark::after{content:"";position:absolute;background:#6f6b78}
.cs-mark::before{left:50%;top:0;width:1px;height:100%}
.cs-mark::after{top:50%;left:0;height:1px;width:100%}
.cs-mark--tl{left:calc(32 * var(--u));top:calc(22 * var(--u))}
.cs-mark--tr{right:calc(32 * var(--u));top:calc(22 * var(--u))}
.cs-mark--bl{left:calc(32 * var(--u));bottom:calc(22 * var(--u))}
.cs-mark--br{right:calc(32 * var(--u));bottom:calc(22 * var(--u))}
/* top meta bar: brand line left, strategy / measurement / growth and Perth WA right, rule beneath */
.cs-topbar{grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;margin:0 calc(118 * var(--u));border-bottom:1px solid #6f6b78;font-family:var(--font-head);font-weight:500;font-size:max(9px,calc(12 * var(--u)));letter-spacing:.2em;text-transform:uppercase;color:#b7b2be}
.cs-topbar p{margin:0;line-height:1.45}
.cs-topbar__meta{display:flex;align-items:center;gap:calc(44 * var(--u));white-space:nowrap}
.cs-topbar__meta i{display:block;width:1px;height:calc(26 * var(--u));background:#6f6b78}
/* left editorial column, vertical divider on its right edge */
.case-study-section__intro{position:relative;display:flex;flex-direction:column;justify-content:flex-start;padding:calc(38 * var(--u)) calc(30 * var(--u)) calc(30 * var(--u)) calc(50 * var(--u));border-right:1px solid #6f6b78;background:radial-gradient(circle at 22% 38%,rgba(123,86,163,.08),transparent 42%),#0a0a0f}
.case-study-section__intro > p,.case-study-section__intro > h2{margin:0}
.case-study-section__eyebrow{color:#a67fd6;font-family:var(--font-head);font-weight:700;font-size:max(11px,calc(17 * var(--u)));letter-spacing:.06em;text-transform:uppercase}
.case-study-section h2{margin:calc(24 * var(--u)) 0 0 !important;color:#f4f4f6;font-family:var(--font-head);font-size:calc(82 * var(--u));font-weight:700;line-height:.96;letter-spacing:-.05em;white-space:nowrap}
.case-study-section__summary{max-width:calc(560 * var(--u));margin-top:calc(26 * var(--u)) !important;color:#b7b2be;font-family:var(--font-body);font-size:max(13px,calc(27 * var(--u)));line-height:1.3}
/* index and CTA share one row: 01, diagonal rule, outlined 01 on the left; CTA on the right */
.case-study-section__row{display:flex;align-items:flex-end;justify-content:space-between;gap:calc(24 * var(--u));margin-top:calc(20 * var(--u))}
/* fraction geometry from the mock, in em of the large numeral: big 01 top left, slash between, outlined 01 lower right */
.case-study-section__index{position:relative;display:block;margin:0;width:1.6em;height:1.37em;font-size:calc(128 * var(--u));line-height:.8;font-family:var(--font-body);font-weight:800;letter-spacing:-.06em;color:#f4f4f6}
/* the diagonal slices the foot of the big 1, as in the mock: the numeral is clipped along the same 45 degree line */
.case-study-section__index-current{position:absolute;left:0;top:0;clip-path:polygon(0 0,1.6em 0,.8em .8em,0 .8em)}
/* Archivo numerals are wider than the mock's, so the small 01 sits further right and the slash is steered through the gap */
.case-study-section__index-rule{position:absolute;left:.36em;bottom:.04em;width:1px;height:1.3em;background:#8b8791;transform:rotate(45deg);transform-origin:bottom center}
.case-study-section__index-total{position:absolute;left:1.08em;bottom:0;font-size:.58em;line-height:.8;font-weight:300;letter-spacing:-.02em;color:#b7b2be}
.case-study-section__cta{justify-content:space-between;gap:calc(28 * var(--u));width:calc(366 * var(--u));min-height:calc(66 * var(--u));margin-bottom:calc(8 * var(--u));padding:0 calc(32 * var(--u));font-size:max(13px,calc(18 * var(--u)))}
/* evidence sheet: off-white document holding the header, table, metrics, work row, source stamps and strip */
.case-study-section__evidence{position:relative;display:grid;grid-template-columns:minmax(0,1fr) calc(181 * var(--u));column-gap:calc(40 * var(--u));margin:calc(22 * var(--u)) calc(26 * var(--u)) calc(22 * var(--u)) calc(22 * var(--u));padding:0 calc(14 * var(--u)) 0 0;color:var(--ink);background:linear-gradient(rgba(238,234,226,.96),rgba(238,234,226,.96)),#eeeae2;border:1px solid #d3cec5;border-radius:0}
html.js .case-study-section__evidence{opacity:0;transform:translateY(14px);transition:opacity .6s ease,transform .6s ease}
html.js .case-study-section.is-in .case-study-section__evidence{opacity:1;transform:none}
.case-study-section__sheet{display:flex;flex-direction:column;padding:calc(6 * var(--u)) 0 calc(28 * var(--u)) calc(22 * var(--u));min-width:0}
.case-study-section__sheet > *{margin:0}
.case-study-section__sheet-head{display:flex;justify-content:space-between;align-items:center;gap:calc(20 * var(--u));min-height:calc(30 * var(--u));padding-bottom:calc(6 * var(--u));border-bottom:calc(2 * var(--u)) solid var(--ink)}
.case-study-section__client{display:flex;align-items:center;gap:calc(16 * var(--u));min-width:0}
.case-study-section__client-logo{display:block;height:calc(34 * var(--u));width:auto;flex:none}
.case-study-section__label{font-family:var(--font-head);font-weight:700;font-size:max(10px,calc(17 * var(--u)));letter-spacing:.08em;text-transform:uppercase;color:var(--ink)}
.case-study-section__case-number{font-family:var(--font-head);font-weight:500;font-size:max(9px,calc(15 * var(--u)));letter-spacing:.14em;text-transform:uppercase;color:#4a4652;white-space:nowrap}
.case-study-section__sheet-heading{margin-top:calc(22 * var(--u)) !important;padding-bottom:calc(14 * var(--u));border-bottom:calc(2 * var(--u)) solid var(--ink);color:var(--ink);font-family:var(--font-head);font-size:calc(92 * var(--u));font-weight:700;line-height:.92;letter-spacing:-.05em;white-space:nowrap}
/* before/after table: 221 | 305 | 342 mock columns, thin solid rules */
.case-study-section__table{width:100%;border-collapse:collapse;table-layout:fixed;font-family:var(--font-body);font-size:max(11px,calc(24 * var(--u)))}
.case-study-section__table col:first-child{width:25.5%}
.case-study-section__table th,.case-study-section__table td{padding:0 calc(14 * var(--u));height:calc(45 * var(--u));text-align:center;border-bottom:1px solid var(--ink);vertical-align:middle}
.case-study-section__table thead th{height:calc(40 * var(--u));font-family:var(--font-head);font-weight:700;font-size:max(9px,calc(17 * var(--u)));letter-spacing:.1em;text-transform:uppercase;color:var(--ink)}
.case-study-section__table thead th:first-child{width:25.5%}
.case-study-section__table thead th:nth-child(2),.case-study-section__table td:nth-child(2){width:35%}
.case-study-section__table tbody th{padding-left:0;text-align:left;font-family:var(--font-head);font-weight:700;font-size:max(9px,calc(18 * var(--u)));letter-spacing:.06em;text-transform:uppercase;color:var(--ink);white-space:nowrap}
.case-study-section__table td,.case-study-section__table thead th:not(:first-child){border-left:1px solid var(--ink)}
.case-study-section__table tbody tr:last-child th,.case-study-section__table tbody tr:last-child td{border-bottom:calc(2 * var(--u)) solid var(--ink)}
.case-study-section__before{color:var(--ink)}
.case-study-section__count{font-variant-numeric:tabular-nums;font-weight:600}
.case-study-section__count--up{color:#c0392b !important}
.case-study-section__after.case-study-section__count--down,.case-study-section__count--down{color:var(--purple-ink) !important}
.case-study-section__after{color:var(--purple-ink) !important;font-weight:600}
/* three summary metrics: 288 | 312 | 268 mock columns, solid vertical rules */
.case-study-section__metrics{display:grid;grid-template-columns:288fr 312fr 268fr;list-style:none;margin:0 !important;padding:calc(18 * var(--u)) 0;border-bottom:calc(2 * var(--u)) solid var(--ink)}
.case-study-section__metrics li{display:flex;align-items:flex-start;gap:calc(20 * var(--u));padding:0 calc(20 * var(--u));min-width:0}
.case-study-section__metrics li:first-child{padding-left:0}
.case-study-section__metrics li:last-child{padding-left:calc(52 * var(--u))}
.case-study-section__metrics li + li{border-left:1px solid var(--ink)}
.case-study-section__metric-value{font-family:var(--font-head);font-weight:700;font-size:calc(50 * var(--u));letter-spacing:-.05em;line-height:1;color:var(--ink);white-space:nowrap}
.case-study-section__metrics li:nth-child(2) .case-study-section__metric-value{font-size:calc(44 * var(--u))}
.case-study-section__metric-label{font-family:var(--font-body);font-size:max(10px,calc(21 * var(--u)));line-height:1.2;color:var(--ink);max-width:8em;padding-top:calc(2 * var(--u))}
.case-study-section__metrics li:nth-child(2){flex-direction:column;gap:calc(4 * var(--u))}
/* work completed row: label | rule | copy */
.case-study-section__work{display:grid;grid-template-columns:calc(178 * var(--u)) minmax(0,1fr);padding:calc(16 * var(--u)) 0;border-bottom:1px solid var(--ink)}
.case-study-section__work-label{margin:0;font-family:var(--font-head);font-weight:700;font-size:max(10px,calc(20 * var(--u)));letter-spacing:.06em;text-transform:uppercase;line-height:1.2;color:var(--ink);max-width:6em}
.case-study-section__work-copy{margin:0;padding-left:calc(35 * var(--u));border-left:1px solid var(--ink);font-family:var(--font-body);font-size:max(11px,calc(21 * var(--u)));line-height:1.2;color:var(--ink)}
/* source stamps: outlined labels */
.case-study-section__sources{display:grid;grid-template-columns:calc(176 * var(--u)) minmax(0,1fr);align-items:center;padding-top:calc(8 * var(--u))}
.case-study-section__sources-label{margin:0;font-family:var(--font-head);font-weight:500;font-size:max(9px,calc(15 * var(--u)));letter-spacing:.14em;text-transform:uppercase;color:#4a4652}
.case-study-section__sources ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:calc(18 * var(--u));list-style:none;margin:0;padding:0;min-width:0}
.case-study-section__sources li{position:relative;display:flex;align-items:center;justify-content:center;height:calc(42 * var(--u));border:calc(2 * var(--u)) solid var(--ink);font-family:var(--font-head);font-weight:700;font-size:max(8px,calc(16 * var(--u)));letter-spacing:.08em;text-transform:uppercase;color:var(--ink);white-space:nowrap;overflow:hidden;isolation:isolate;transition:color .3s ease,border-color .3s ease}
/* colour effects: a purple fill sweeps in on hover; on entry each stamp flashes its border purple in turn */
.case-study-section__sources li::before{content:"";position:absolute;inset:0;z-index:-1;background:var(--purple-ink);transform:translateX(-101%);transition:transform .35s cubic-bezier(.22,1,.36,1)}
.case-study-section__sources li:hover{color:#fff;border-color:var(--purple-ink)}
.case-study-section__sources li:hover::before{transform:translateX(0)}
html.js .case-study-section.is-in .case-study-section__sources li{animation:cs-stamp .9s ease both}
html.js .case-study-section.is-in .case-study-section__sources li:nth-child(2){animation-delay:.18s}
html.js .case-study-section.is-in .case-study-section__sources li:nth-child(3){animation-delay:.36s}
@keyframes cs-stamp{0%{border-color:var(--ink);color:var(--ink)}35%{border-color:var(--purple-ink);color:var(--purple-ink)}100%{border-color:var(--ink);color:var(--ink)}}
/* black result strip inside the sheet */
.case-study-section__result-strip{display:flex;flex-direction:column;justify-content:space-between;align-self:start;height:calc(627 * var(--u));padding:calc(58 * var(--u)) calc(20 * var(--u)) calc(40 * var(--u)) calc(28 * var(--u));background:#0a0a0f;color:#f4f4f6;border-left:2px solid #7b56a3}
.case-study-section__result{display:flex;flex-direction:column;gap:calc(10 * var(--u))}
.case-study-section__result + .case-study-section__result{padding-top:calc(30 * var(--u));border-top:calc(2 * var(--u)) solid #f4f4f6;border-image:linear-gradient(90deg,#f4f4f6 0 calc(62 * var(--u)),transparent calc(62 * var(--u))) 1}
.case-study-section__result-value{font-variant-numeric:tabular-nums;font-family:var(--font-head);font-weight:700;font-size:calc(62 * var(--u));letter-spacing:-.04em;line-height:1;color:#f4f4f6}
.case-study-section__result-label{font-family:var(--font-head);font-weight:600;font-size:max(9px,calc(17 * var(--u)));letter-spacing:.08em;text-transform:uppercase;line-height:1.5;color:#f4f4f6;max-width:8em}
/* bottom bar: brand, four process labels, disclosure right */
.cs-bottombar{grid-column:1 / -1;display:flex;align-items:center;gap:calc(30 * var(--u));margin:0 calc(118 * var(--u));border-top:1px solid #6f6b78;font-family:var(--font-head);font-weight:500;font-size:max(9px,calc(12 * var(--u)));letter-spacing:.18em;text-transform:uppercase;color:#b7b2be;white-space:nowrap}
.cs-bottombar p{margin:0}
.cs-bottombar__brand{margin-right:calc(60 * var(--u)) !important}
.case-study-section__process{display:flex;align-items:center;list-style:none;margin:0;padding:0}
.case-study-section__process li{padding:0 calc(30 * var(--u))}
.case-study-section__process li:first-child{padding-left:0}
.case-study-section__process li + li{border-left:1px solid #6f6b78}
.case-study-section__disclosure{margin-left:auto !important;font-family:var(--font-body);font-weight:400;font-size:max(11px,calc(14 * var(--u)));letter-spacing:0;text-transform:none;color:#b7b2be;white-space:normal;text-align:right}
/* tablet: same composition, 36 / 64 columns, headline lines allowed to wrap */
@media(min-width:768px) and (max-width:1100px){
  .case-study-section{--u:calc(100cqw / 1500);grid-template-columns:36% minmax(0,64%);grid-template-rows:auto minmax(0,auto) auto}
  .case-study-section h2{white-space:normal;font-size:clamp(34px,4.6vw,52px)}
  .cs-br{display:none}
  .case-study-section__summary{font-size:15px}
  .case-study-section__row{flex-direction:column;align-items:flex-start;gap:18px}
  .case-study-section__index{font-size:64px}
  .case-study-section__cta{width:auto;min-height:48px;font-size:14px;padding:0 20px;gap:18px}
  .case-study-section__sheet-heading{white-space:normal;font-size:clamp(30px,4.6vw,48px)}
  .case-study-section__table{font-size:15px}
  .case-study-section__table tbody th{font-size:11px;white-space:normal}
  .case-study-section__metrics li{flex-direction:column;gap:4px;padding:0 12px}
  .case-study-section__metrics li:last-child{padding-left:12px}
  .case-study-section__metric-value,.case-study-section__metrics li:nth-child(2) .case-study-section__metric-value{font-size:clamp(20px,2.6vw,30px)}
  .case-study-section__metric-label{font-size:13px}
  .case-study-section__work{grid-template-columns:110px minmax(0,1fr)}
  .case-study-section__work-copy{font-size:14px;padding-left:14px}
  .case-study-section__sources{grid-template-columns:1fr}
  .case-study-section__sources ul{margin-top:8px;gap:8px}
  .case-study-section__sources li{font-size:9px;height:auto;min-height:34px;padding:4px 6px;white-space:normal;text-align:center;line-height:1.15}
  .case-study-section__result-strip{height:auto;padding:22px 12px 22px 14px;gap:18px}
  .case-study-section__result-value{font-size:32px}
  .case-study-section__result-label{font-size:10px}
  .cs-topbar,.cs-bottombar{font-size:9px;margin:0 52px}
  .cs-topbar{padding:10px 0}
  .cs-bottombar{flex-wrap:wrap;row-gap:6px;padding:10px 0}
  .case-study-section__process li{padding:0 14px}
  .case-study-section__disclosure{font-size:11px;text-align:left;margin-left:0 !important;flex-basis:100%}
}
/* phones: headline block, then the evidence sheet with the black strip below the table */
@media(max-width:767px){
  .case-study-section{--u:0.35px;grid-template-columns:1fr;grid-template-rows:auto auto auto auto;min-height:0}
  .cs-mark{display:none}
  .cs-topbar{margin:0 20px;padding:14px 0;font-size:9px;flex-direction:column;align-items:flex-start;gap:8px}
  .cs-topbar__meta i{height:12px}
  .case-study-section__intro{padding:40px 20px 34px;border-right:0}
  .case-study-section h2{white-space:normal;font-size:clamp(40px,11vw,52px);margin-top:14px !important}
  .cs-br{display:none}
  .case-study-section__summary{font-size:16px;margin-top:18px !important;max-width:none}
  .case-study-section__row{flex-direction:column;align-items:flex-start;gap:16px;margin-top:22px}
  .case-study-section__index{font-size:72px}
  .case-study-section__cta{width:auto;min-height:52px;font-size:14px;padding:0 22px;gap:20px}
  .case-study-section__evidence{grid-template-columns:1fr;column-gap:0;margin:0 20px 24px;padding:0}
  .case-study-section__sheet{display:contents}
  .case-study-section__sheet > *{margin-left:18px !important;margin-right:18px !important}
  .case-study-section__sheet-head{margin-top:22px !important;flex-direction:column;align-items:flex-start;gap:6px;padding-bottom:10px;border-bottom-width:2px}
  .case-study-section__label{font-size:12px}
  .case-study-section__case-number{font-size:10px}
  .case-study-section__sheet-heading{white-space:normal;font-size:clamp(32px,9vw,42px);margin-top:16px !important;padding-bottom:12px;border-bottom-width:2px}
  .case-study-section__table{font-size:15px}
  .case-study-section__table th,.case-study-section__table td{height:auto;padding:9px 8px}
  .case-study-section__table thead th{font-size:11px}
  .case-study-section__table tbody th{font-size:11px;white-space:normal}
  .case-study-section__table tbody tr:last-child th,.case-study-section__table tbody tr:last-child td{border-bottom-width:2px}
  .case-study-section__result-strip{order:1;flex-direction:row;justify-content:space-between;align-self:auto;height:auto;margin:16px 18px 0;padding:14px 14px;border-left:0;border-top:2px solid #7b56a3}
  .case-study-section__result{flex:1;gap:4px;padding:0 10px}
  .case-study-section__result + .case-study-section__result{padding-top:0;border-top:0;border-image:none;border-left:1px solid #8b8791}
  .case-study-section__result-value{font-size:28px}
  .case-study-section__result-label{font-size:9px}
  .case-study-section__metrics,.case-study-section__work,.case-study-section__sources{order:2}
  .case-study-section__metrics{grid-template-columns:1fr;padding:6px 0;border-bottom-width:2px}
  .case-study-section__metrics li,.case-study-section__metrics li:last-child,.case-study-section__metrics li:nth-child(2){flex-direction:row;align-items:baseline;gap:10px;padding:10px 0}
  .case-study-section__metrics li + li{border-left:0;border-top:1px solid #8b8791}
  .case-study-section__metric-value,.case-study-section__metrics li:nth-child(2) .case-study-section__metric-value{font-size:28px}
  .case-study-section__metric-label{font-size:14px;max-width:none}
  .case-study-section__work{grid-template-columns:1fr;gap:6px;padding:12px 0}
  .case-study-section__work-label{font-size:12px;max-width:none}
  .case-study-section__work-copy{padding-left:0;border-left:0;font-size:15px;line-height:1.4}
  .case-study-section__sources{grid-template-columns:1fr;gap:10px;padding:14px 0 22px}
  .case-study-section__sources-label{font-size:11px}
  .case-study-section__sources ul{grid-template-columns:1fr;gap:8px}
  .case-study-section__sources li{height:40px;font-size:11px;border-width:1px}
  .cs-bottombar{margin:0 20px;padding:14px 0;flex-wrap:wrap;gap:8px 0;font-size:9px;white-space:normal}
  .cs-bottombar__brand{flex-basis:100%;margin-right:0 !important}
  .case-study-section__process{flex-wrap:wrap;gap:6px 0}
  .case-study-section__process li{padding:0 12px}
  .case-study-section__disclosure{flex-basis:100%;margin:8px 0 0 !important;font-size:12px;text-align:left}
}
@media(max-width:480px){
  .case-study-section__cta{align-self:stretch;width:100%}
  .case-study-section__result-strip{flex-direction:column}
  .case-study-section__result{padding:12px 0}
  .case-study-section__result + .case-study-section__result{border-left:0;border-top:1px solid #8b8791}
}
@media (prefers-reduced-motion: reduce){
  html.js .case-study-section__evidence{opacity:1;transform:none;transition:none}
  .case-study-section__sources li,.case-study-section__sources li::before{transition:none;animation:none !important}
  .case-study-section__cta{transition:none}
}

/* ===== Buyer FAQ (implemented from design-reference.png) ===== */
.buyer-faq{display:grid;grid-template-columns:minmax(380px,36%) minmax(0,64%);width:100%;min-height:590px;overflow:hidden;background:radial-gradient(circle at 16% 42%,rgba(123,86,163,.06),transparent 34%),#0a0a0f;color:#f4f4f6;border-top:1px solid #26232e}
/* left introduction, vertically centred */
.buyer-faq__intro{display:flex;flex-direction:column;justify-content:center;padding:54px clamp(32px,4vw,54px)}
.buyer-faq__intro > p,.buyer-faq__intro > h2{margin:0}
.buyer-faq__eyebrow{display:flex;align-items:center;gap:22px;margin:0 0 24px !important;color:#ceb5f3;font-family:var(--font-body);font-size:13px;font-weight:500;letter-spacing:.22em;text-transform:uppercase}
.buyer-faq__eyebrow i{display:block;width:90px;height:1px;background:#7b56a3}
.buyer-faq h2{max-width:560px;margin:0;color:#f4f4f6;font-family:var(--font-head);font-size:clamp(44px,3.3vw,72px);font-weight:700;line-height:.98;letter-spacing:-.045em}
.buyer-faq__intro-copy{max-width:520px;margin-top:28px !important;color:#9a96a3;font-family:var(--font-body);font-size:19px;line-height:1.5}
/* handwritten annotation: lavender, slight rotation, two lines, one solid underline */
.buyer-faq__note{position:relative;display:inline-block;align-self:flex-start;margin-top:44px !important;color:#c58cff;font-family:"Segoe Script","Bradley Hand","Brush Script MT","Comic Sans MS",cursive;font-style:italic;font-size:clamp(32px,2.8vw,44px);line-height:1.05;transform:rotate(-8deg);transform-origin:left center}
.buyer-faq__note span{display:block;padding-left:.2em}
.buyer-faq__note span::first-line{padding-left:0}
.buyer-faq__stroke{display:block;width:100%;height:14px;margin-top:2px;overflow:visible}
.buyer-faq__stroke path{fill:none;stroke:#c58cff;stroke-width:2.2;stroke-linecap:round}
/* right: one continuous editorial list */
.buyer-faq__content{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:28px 42px 22px 0}
.buyer-faq__accordion{min-height:440px}
.faq-item{overflow:hidden;border-bottom:1px solid #4b4851;background:transparent;transition:background-color .3s ease,border-color .3s ease}
.faq-item__heading{margin:0;font-size:inherit}
.faq-item__trigger{display:grid;grid-template-columns:76px minmax(0,1fr) 34px;gap:18px;align-items:center;width:100%;min-height:58px;padding:9px 20px;color:#f4f4f6;background:transparent;border:0;text-align:left;cursor:pointer;font:inherit}
.faq-item__trigger:focus-visible{outline:2px solid #ceb5f3;outline-offset:-4px}
.faq-item__number{color:#817d88;font-family:var(--font-head);font-size:clamp(32px,2.6vw,42px);font-weight:700;line-height:1;letter-spacing:-.05em;transition:color .3s ease}
.faq-item__text{display:flex;flex-direction:column;gap:3px;min-width:0}
.faq-item__question{font-family:var(--font-head);font-size:clamp(17px,1.35vw,20px);font-weight:600;line-height:1.25}
.faq-item__preview{color:#9a96a3;font-weight:400;font-family:var(--font-body);font-size:clamp(14px,1.1vw,17px);line-height:1.35}
.faq-item.is-open .faq-item__preview{display:none}
.faq-item__control{justify-self:end;color:#f4f4f6;font-family:var(--font-body);font-size:34px;font-weight:300;line-height:1;width:34px;text-align:center}
/* active row */
.faq-item.is-open{background:linear-gradient(100deg,rgba(93,65,121,.88),rgba(53,40,70,.88));border-top:1px solid #7b56a3;border-bottom:1px solid #8f6cae}
.faq-item.is-open .faq-item__number{color:#c58cff}
/* answer: animated with a 0fr to 1fr grid so no fixed height ever clips text */
.faq-item__answer{display:grid;grid-template-rows:1fr;opacity:1;transition:grid-template-rows 300ms cubic-bezier(.22,1,.36,1),opacity 220ms ease}
.faq-item__answer[hidden]{display:grid;grid-template-rows:0fr;opacity:0}
.faq-item__answer-inner{overflow:hidden;min-height:0}
.faq-item__answer p{margin:0;padding:0 54px 16px 114px;color:#ddd8e3;font-family:var(--font-body);font-size:clamp(15px,1.15vw,17px);line-height:1.5}
/* bottom prompt and CTA */
.buyer-faq__footer{display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:52px;margin-top:6px;padding-left:20px;color:#9a96a3;font-family:var(--font-body)}
.buyer-faq__prompt{margin:0;font-size:17px}
.buyer-faq__cta{flex:none}
/* tablet */
@media(min-width:768px) and (max-width:1100px){
  .buyer-faq{grid-template-columns:minmax(0,34%) minmax(0,66%);min-height:0}
  .buyer-faq__intro{padding:40px clamp(20px,3vw,32px)}
  .buyer-faq h2{font-size:clamp(34px,4.6vw,48px)}
  .buyer-faq__intro-copy{font-size:16px;margin-top:18px !important}
  .buyer-faq__note{font-size:30px;margin-top:34px !important}
  .buyer-faq__content{padding:28px 24px 24px 0}
  .buyer-faq__accordion{min-height:0}
  .faq-item__trigger{grid-template-columns:58px minmax(0,1fr) 28px;gap:12px;padding:12px 12px;min-height:60px}
  .faq-item__number{font-size:32px}
  .faq-item__question{font-size:17px}
  .faq-item__preview{display:none}
  .faq-item__control{font-size:28px;width:28px}
  .faq-item__answer p{padding:0 20px 18px 82px;font-size:15px}
  .buyer-faq__footer{padding-left:12px;flex-wrap:wrap;gap:12px}
  .buyer-faq__prompt{font-size:15px}
}
/* phones: introduction, then the accordion; natural heights; one open */
@media(max-width:767px){
  .buyer-faq{grid-template-columns:1fr;min-height:0}
  .buyer-faq__intro{padding:58px 20px 34px}
  .buyer-faq h2{font-size:clamp(40px,11vw,52px)}
  .buyer-faq__intro-copy{font-size:16px;margin-top:20px !important}
  .buyer-faq__note{font-size:32px;margin-top:30px !important}
  .buyer-faq__content{padding:0 20px 48px}
  .buyer-faq__accordion{min-height:0}
  .faq-item__trigger{grid-template-columns:48px minmax(0,1fr) 28px;gap:12px;padding:18px 0;min-height:44px}
  .faq-item__number{font-size:30px}
  .faq-item__question{font-size:17px}
  .faq-item__preview{display:none}
  .faq-item__control{font-size:28px;width:28px}
  .faq-item__answer p{padding:0 28px 22px 60px;font-size:16px}
  .buyer-faq__footer{flex-direction:column;align-items:flex-start;gap:16px;padding:20px 0 0}
  .buyer-faq__prompt{font-size:15px}
  .buyer-faq__cta{min-height:44px}
}
@media (prefers-reduced-motion: reduce){
  .faq-item,.faq-item__number,.faq-item__answer{transition:none}
}
