/* ============================================================
   Acroptic — site styles
   Desktop grid: 1440 canvas · 40px gutters · 1360 content
   3-col: 442 + 16 gap · 4-col: 328 + 16 gap

   The layout is pixel-exact at 1440 and steps down through
   1280 → 1100 → 900 → 600. Type scales fluidly via clamp(),
   so it no longer jumps at those steps.
   ============================================================ */

/* ============================================================
   Fonts
   ============================================================ */
@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;src:url("/fonts/inter-latin-400-normal.woff2") format("woff2")}
@font-face{font-family:"Inter";font-style:italic;font-weight:400;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;src:url("/fonts/inter-latin-400-italic.woff2") format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;src:url("/fonts/inter-latin-500-normal.woff2") format("woff2")}
@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;src:url("/fonts/inter-latin-600-normal.woff2") format("woff2")}

/* ============================================================
   Tokens
   ============================================================ */
:root{
  /* text — --muted and --faint both clear 4.5:1 on white (6.1:1 and 4.9:1) */
  --ink:#0a0a0a;
  --muted:#5c6270;
  --faint:#6b7280;
  /* --faint is tuned against white; on an ink background it would only reach 4.3:1.
     This is the same grey the design used for muted text on dark (6.9:1 there). */
  --faint-on-ink:#9ca3af;

  /* surfaces & lines */
  --surface:#fff;
  --surface-2:#fafafa;
  --line:#e6e6e6;
  --hairline:1px solid var(--line);
  --chip:#ededed;

  /* accents */
  --amber:#f5c417;
  --green:#22c55e;
  --red:#ef4444;

  /* glass */
  --glass-bg:linear-gradient(180deg,rgba(255,255,255,.6) 0%,rgba(255,255,255,.22) 100%);
  --glass-border:rgba(255,255,255,.9);
  --glass-shadow:0 12px 32px rgba(10,10,10,.06);

  /* layout */
  --gutter:40px;
  --content:1360px;
  --nav-h:72px;
}

/* ============================================================
   Reset
   ============================================================ */
*,*::before,*::after{box-sizing:border-box}
html{
  -webkit-text-size-adjust:100%;text-size-adjust:100%;
  scroll-behavior:smooth;
  /* anchors must clear the sticky header */
  scroll-padding-top:calc(var(--nav-h) + 16px);
  overflow-x:clip;
}
body{
  margin:0;
  font-family:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;
  font-size:1rem;line-height:normal;color:var(--ink);
  background:var(--surface) linear-gradient(180deg,#fff 0%,#e8e8ea 100%) no-repeat;
  -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
  overflow-x:clip;
}
h1,h2,h3,h4,p,ul,figure,blockquote{margin:0}
ul{padding:0;list-style:none}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
svg{display:block}
button,input{font:inherit;color:inherit}
button{background:none;border:0}
b{font-weight:500}

/* Dark ring for light backgrounds, white halo so it stays visible on the photo
   sections. One rule covers both instead of per-section overrides. */
:focus-visible{outline:2px solid var(--ink);outline-offset:3px;box-shadow:0 0 0 5px rgba(255,255,255,.85)}

.container{width:100%;max-width:calc(var(--content) + var(--gutter)*2);margin:0 auto;padding:0 var(--gutter)}

/* ---------- utilities ---------- */
.ink{color:var(--ink)!important}
.faint{color:var(--faint)!important}
.green{color:var(--green)!important}

.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}

.skip-link{position:absolute;left:8px;top:-64px;z-index:100;padding:12px 20px;border-radius:999px;background:var(--ink);color:var(--surface);font-size:14px;font-weight:500;transition:top .2s}
.skip-link:focus{top:8px}

/* The uppercase micro-label used by the mocks, tier headers and compare columns. */
.label{font-size:10px;font-weight:500;letter-spacing:0.14em;text-transform:uppercase;color:var(--faint)}

/* Shared radial glow. Position and size stay per-instance. */
.glow{position:absolute;pointer-events:none;background:radial-gradient(var(--glow-shape,circle) at center,rgb(var(--glow-rgb) / var(--glow-a1)) 0%,rgb(var(--glow-rgb) / var(--glow-a2)) 55%,rgb(var(--glow-rgb) / 0) 100%)}

/* ---------- shared type ---------- */
.h2{font-size:clamp(2.375rem,1.214rem + 3.095vw,4rem);font-weight:600;line-height:1.02;letter-spacing:-0.028em;color:var(--ink);text-wrap:balance}
.lede{margin-top:24px;max-width:720px;font-size:clamp(.9375rem,.85rem + .23vw,1rem);line-height:1.6;color:var(--muted)}
.lede--light{color:#fffaf4}
.h3{font-size:28px;font-weight:600;line-height:1.2;color:var(--ink)}
.eyebrow{display:block;font-size:11px;font-weight:500;letter-spacing:0.14em;color:var(--muted)}

/* ---------- word-mask reveal ---------- */
.w{display:inline-block;overflow:hidden;vertical-align:top;padding:0 .04em .12em 0;margin:0 -.04em -.12em 0}
.w__i{display:inline-block}
/* Promoted only while the one-shot reveal runs — see main.js. Otherwise every
   split word would hold a composited layer for the life of the page. */
.is-animating .w__i{will-change:transform}

/* Pre-hide the above-the-fold elements main.js animates in, so they do not flash
   in before it runs. `anim` is set inline in <head> and only when motion is
   allowed; a timeout there removes it if the scripts never arrive. */
.anim .hero__glow,.anim .hero__lenses,.anim .hero__sub,.anim .hero .urlbar,.anim .hero__note,
.anim .nav__logo,.anim .nav__links,.anim .nav__ctas,.anim .nav__burger{opacity:0}

/* ---------- buttons ---------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;border:0;cursor:pointer;white-space:nowrap;font-size:14px;font-weight:500;line-height:normal;padding:16px 28px;transition:background-color .2s ease,color .2s ease,border-color .2s ease}
.btn--ink{background:var(--ink);color:var(--surface)}
.btn--sm{font-size:13px;padding:11px 20px;gap:8px}
.btn--outline{background:var(--surface);color:var(--ink);border:var(--hairline)}
.btn__arrow{display:inline-block;transition:transform .2s ease}

@media (hover:hover){
  .btn--ink:hover{background:#262626}
  .btn--outline:hover{background:var(--surface-2)}
  .btn:hover .btn__arrow{transform:translateX(2px)}
}

/* ---------- glass card ---------- */
.glass{
  position:relative;
  border-radius:20px;
  background:var(--glass-bg);
  border:1px solid var(--glass-border);
  box-shadow:var(--glass-shadow);
  -webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);
}
@supports not ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))){
  .glass,.feature{background:rgba(255,255,255,.88)}
}

/* ---------- dots ---------- */
.dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--ink);flex:none}
.dot--8{width:8px;height:8px}
/* Same as the default, but kept so the dot--* set is complete and a colour is
   always stated explicitly at the call site. */
.dot--ink{background:var(--ink)}
.dot--green{background:var(--green)}
.dot--amber{background:var(--amber)}
.dot--red{background:var(--red)}
.dot--grey{background:var(--faint)}
.dot--light{background:var(--chip)}

/* ---------- ember blobs (CSS decoration; the SVG lens groups use .ember) ---------- */
.ember-blob{position:absolute;border-radius:50%;background:var(--amber);opacity:.16;filter:blur(80px);pointer-events:none}

/* ============================================================
   Navigation
   ============================================================ */
.nav{position:sticky;top:0;z-index:50;height:var(--nav-h);border-bottom:var(--hairline);background:rgba(255,255,255,.72);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}
.nav__inner{max-width:1440px;height:100%;margin:0 auto;padding:0 var(--gutter);display:flex;align-items:center;justify-content:space-between}
.nav__logo img{width:100px;height:auto}
/* The panel wrapper exists only for the mobile dropdown. */
.nav__panel{display:contents}
.nav__links{display:flex;gap:32px;font-size:13px;color:var(--muted)}
.nav__links a{padding:12px 0;transition:color .2s}
.nav__links a.is-active{color:var(--ink)}
.nav__ctas{display:flex;align-items:center;gap:16px;font-size:13px;font-weight:500}
.nav__signin{padding:12px 0;color:var(--muted);transition:color .2s}
.nav .btn--sm{padding:10px 18px;gap:8px}
.nav__burger{display:none;width:44px;height:44px;padding:8px;cursor:pointer;flex-direction:column;justify-content:center;gap:6px}
.nav__burger span{display:block;height:1.5px;background:var(--ink);transition:transform .25s,opacity .25s}

@media (hover:hover){
  .nav__links a:hover,.nav__signin:hover{color:var(--ink)}
}

/* ---------- language menu ---------- */
.lang{position:relative}
.lang__btn{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:999px;border:var(--hairline);background:var(--surface);cursor:pointer;font-size:12px;font-weight:500;color:var(--muted);transition:color .2s,border-color .2s}
.lang__chev{font-size:9px;opacity:.7}
.lang__menu{position:absolute;right:0;top:calc(100% + 8px);min-width:168px;padding:6px;border-radius:12px;border:var(--hairline);background:var(--surface);box-shadow:var(--glass-shadow);z-index:10}
.lang__menu[hidden]{display:none}
.lang__menu a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:8px;font-size:13px;font-weight:400;color:var(--muted)}
.lang__check{color:var(--amber);font-weight:600}

@media (hover:hover){
  .lang__btn:hover{color:var(--ink);border-color:var(--ink)}
  .lang__menu a:hover{background:var(--surface-2);color:var(--ink)}
}

/* ============================================================
   01 · Hero
   ============================================================ */
.hero{position:relative;min-height:758px;overflow:hidden}
/* Reproduced in CSS: this was a 185 KB PNG on the critical path that turned out to
   be a flat #f6f6f7 → #f2f2f3 wash. The warm tint comes from the SVG ember groups. */
.hero__glow{position:absolute;inset:0;opacity:.7;pointer-events:none;background:linear-gradient(100deg,#f6f6f7 0%,#f2f2f3 100%)}
/* GSAP writes inline transforms on .hero__lenses, so the responsive scale has to
   live on a wrapper it never touches. */
.hero__lenses-wrap{position:absolute;top:0;left:50%;width:1653px;height:848px;margin-left:-916px;pointer-events:none;transform-origin:right top}
.hero__lenses{width:100%;height:100%}
.hero__lenses svg{width:1653px;height:848px;overflow:visible}
.hero__lenses .lens,.hero__lenses .ember{transform-box:fill-box;transform-origin:center;will-change:transform}
.hero__content{position:relative;z-index:2;padding-top:170px}
.hero__title{max-width:900px;font-size:clamp(2.875rem,.643rem + 5.952vw,6rem);font-weight:600;line-height:1;letter-spacing:-0.035em;color:var(--ink)}
.hero__sub{margin-top:32px;max-width:560px;font-size:clamp(1rem,.9rem + .27vw,1.125rem);line-height:1.5;color:var(--ink)}
.hero__note{margin-top:24px;font-size:13px;color:var(--ink)}

/* ---------- URL bar ---------- */
.urlbar{margin-top:48px;display:flex;align-items:center;gap:12px;width:693px;max-width:100%;min-height:72px;padding:0 8px 0 28px;border-radius:999px;background:var(--surface);border:var(--hairline);transition:border-color .2s,box-shadow .2s}
/* The focus indicator sits on the pill — the input itself has no visible border. */
.urlbar:focus-within{border-color:var(--ink);box-shadow:0 0 0 2px var(--ink)}
.urlbar__spark{flex:none;width:14px;height:14px}
.urlbar__input{flex:1;min-width:0;border:0;background:none;outline:0;font-size:17px;color:var(--ink);padding:0}
.urlbar__input::placeholder{color:var(--faint)}
.urlbar__btn{flex:none}

/* ============================================================
   Generic section (title at y=156)
   ============================================================ */
.section{position:relative;padding-top:156px}
.section--how{padding-bottom:77px}
.section--inside{padding-bottom:87px}
.section--who{padding-bottom:85px;overflow:hidden}
.section--method{padding-bottom:72px}
.section--compare{padding-bottom:80px;overflow:hidden}
.section--faq{padding-bottom:114px}

.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}

/* ============================================================
   02 · How it works
   ============================================================ */
.how__grid{margin-top:48px}
.how__card{min-height:258px;padding:28px;display:flex;flex-direction:column}
.how__meta{min-height:40px;display:flex;align-items:center;justify-content:space-between;color:var(--faint)}
.how__num{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;letter-spacing:0.04em}
.how__time{font-size:11px;letter-spacing:0.08em;text-transform:uppercase}
.how__title{margin-top:56px;font-size:28px;font-weight:600;line-height:1.1;letter-spacing:-0.01em}
.how__text{margin-top:16px;max-width:386px;font-size:14px;line-height:1.5;color:var(--muted)}

/* ============================================================
   03 · Sample audit
   ============================================================ */
.sample{position:relative;padding:128px 0 127px;background:#3b3b3f url("/assets/bg-sample.webp") center/cover no-repeat;overflow:hidden}
.sample__glow{top:-180px;right:-338px;width:1098px;height:1135px;opacity:.5;--glow-shape:ellipse;--glow-rgb:245 158 11;--glow-a1:.12;--glow-a2:.05}
.sample .container{position:relative}
.sample__head{display:flex;gap:80px;align-items:flex-start;min-height:200px}
.sample__title{width:640px;flex:none;font-size:clamp(3rem,1.816rem + 2.105vw,3.5rem);font-weight:600;line-height:1.05;letter-spacing:-0.025em;color:var(--surface)}
.sample__aside{width:560px;display:flex;flex-direction:column;gap:16px;align-items:flex-start;color:var(--surface);font-size:16px;line-height:1.6}

/* scale-to-fit wrapper (keeps the pixel-exact mock layouts intact on narrow screens) */
.fit{position:relative;width:100%;overflow:hidden}
.fit > *{transform-origin:0 0}
/* Without JS nothing scales the mocks down, so let them scroll rather than clip. */
html:not(.js) .fit{overflow-x:auto}

/* ---------- mock browser window ---------- */
.win{width:1360px;height:580px;background:var(--surface);border:var(--hairline);border-radius:12px;overflow:hidden;display:flex;flex-direction:column;color:var(--muted)}
.win__chrome{height:48px;flex:none;display:flex;align-items:center;gap:12px;padding:0 20px;border-bottom:var(--hairline)}
.win__url{display:flex;align-items:center;gap:8px;padding:6px 12px;border-radius:6px;font-size:12px;color:var(--muted)}
.win__url-ico{font-size:11px;color:var(--faint)}
.win__spacer{flex:1}
.win__actions{display:flex;gap:16px;font-size:12px}
.win__body{display:flex;height:532px}
.win__side{width:240px;flex:none;padding:24px 20px;border-right:var(--hairline);display:flex;flex-direction:column;gap:28px;font-size:13px}
.win__brand{font-size:12px;font-weight:600;letter-spacing:0.06em;color:var(--ink)}
.win__group{display:flex;flex-direction:column;gap:10px}
.win__group .is-current{color:var(--ink);font-weight:500}
.win__main{width:1120px;padding:32px 40px;overflow:hidden}
.crumbs{display:flex;align-items:center;gap:8px;font-size:11px;letter-spacing:0.08em;text-transform:uppercase;color:var(--faint)}
.crumbs__sep{letter-spacing:0}
.crumbs__cur{color:var(--muted);font-weight:500}
.audit-head{margin-top:24px;height:110px;display:flex;align-items:center;justify-content:space-between}
.audit-head__left{display:flex;flex-direction:column;gap:12px}
.audit-head__title{font-size:28px;font-weight:600;line-height:1.1;letter-spacing:-0.01em;color:var(--ink);white-space:nowrap}
.chips{display:flex;gap:8px}
.chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border:var(--hairline);border-radius:999px;font-size:11px;color:var(--muted);white-space:nowrap}
.score{display:flex;align-items:center;gap:16px}
.score__num{font-size:88px;font-weight:600;line-height:1;letter-spacing:-0.04em;color:var(--ink)}
.score__meta{display:flex;flex-direction:column;gap:6px}
.score__q{font-size:13px;color:var(--ink)}
.score__delta{font-size:12px;color:var(--green)}
.win__rule{margin-top:28px;height:1px;background:var(--line)}
.meters{margin-top:24px;display:flex;gap:16px;height:96px;overflow:hidden}
.meter{width:164px;flex:none;height:96px;padding:12px 14px;border:var(--hairline);border-radius:6px;display:flex;flex-direction:column;gap:6px}
.meter .label{letter-spacing:0.12em}
.meter__track{position:relative;width:136px;height:3px;background:var(--line);border-radius:2px}
/* --fill is the per-meter width; main.js animates scaleX, which the compositor
   handles, instead of animating width and relayouting every frame. */
.meter__fill{position:absolute;left:0;top:0;width:var(--fill,0);height:3px;border-radius:2px;background:var(--ink);transform-origin:left center}
.meter__fill--green{background:var(--green)}
.meter__row{height:24px;display:flex;align-items:center;justify-content:space-between;width:136px}
.meter__row b{font-size:22px;font-weight:600;letter-spacing:-0.01em;color:var(--ink)}
.meter__row span{font-size:11px}
.up{color:var(--green)}.down{color:var(--red)}.flat{color:var(--faint)}
.buckets{margin-top:28px;display:flex;gap:16px}
.bucket{width:336px;height:110px;padding:18px 20px;border:var(--hairline);border-radius:8px;display:flex;flex-direction:column;gap:8px}
.bucket__label{display:flex;align-items:center;gap:8px;font-size:11px;letter-spacing:0.12em;color:var(--muted)}
.bucket__num{font-size:28px;font-weight:600;letter-spacing:-0.01em;color:var(--ink)}
.bucket__note{font-size:12px;color:var(--faint)}

/* ============================================================
   04 · Inside the product
   ============================================================ */
.inside__row{display:grid;grid-template-columns:800px 440px;column-gap:80px;align-items:start;margin-top:48px}
.inside__row + .inside__row{margin-top:64px}
.inside__row--rev{grid-template-columns:440px 800px;column-gap:120px}
.inside__text{padding-top:80px}
.inside__text .h3{margin-top:28px}
.inside__text p{margin-top:16px;font-size:16px;line-height:1.6;color:var(--muted)}
.inside__text--narrow p{max-width:420px}

.mock{width:800px;height:440px;overflow:hidden;color:var(--muted)}
.mock__top{position:absolute;left:28px;right:28px;top:26px;display:flex;align-items:center;justify-content:space-between}
.mock__title{font-size:13px;font-weight:500;color:var(--ink)}
.mock__hint{font-size:12px;color:var(--faint)}
.mock__rule{position:absolute;left:28px;right:28px;top:300px;height:1px;background:var(--line)}
.mock__foot{position:absolute;left:28px;top:396px;font-size:13px;color:var(--faint)}

.pcards{position:absolute;left:28px;top:64px;display:flex;gap:18px}
.pcard{position:relative;width:232px;height:200px;border-radius:14px;background:rgba(255,255,255,.6);border:var(--hairline)}
.pcard__name{position:absolute;left:20px;top:20px;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--ink)}
.pcard__score{position:absolute;left:20px;top:54px;font-size:40px;font-weight:600;line-height:1.2;color:var(--ink)}
.pcard__overall{position:absolute;left:20px;top:106px;font-size:9px;font-weight:500;letter-spacing:0.08em;color:var(--faint)}
.pcard__bars{position:absolute;left:20px;top:136px;display:flex;gap:5px}
.pcard__bars span{display:block;width:26px;height:3px;border-radius:2px;background:var(--ink)}
.pcard__bars span:nth-child(1){opacity:.85}.pcard__bars span:nth-child(2){opacity:.73}.pcard__bars span:nth-child(3){opacity:.61}
.pcard__bars span:nth-child(4){opacity:.49}.pcard__bars span:nth-child(5){opacity:.37}.pcard__bars span:nth-child(6){opacity:.25}
.pcard__last{position:absolute;left:20px;top:160px;font-size:11px;color:var(--faint)}
.activity{position:absolute;left:28px;top:326px;display:flex;flex-direction:column;gap:12px;font-size:13px;line-height:16px;color:var(--muted)}

.pills{display:flex;gap:10px}
.pill{display:inline-flex;align-items:center;padding:4px 10px;border:1px solid color-mix(in srgb,var(--ink) 15%,transparent);border-radius:999px;font-size:10px;font-weight:500;letter-spacing:0.06em;color:var(--muted);white-space:nowrap;line-height:12px}
.pill.ink{color:var(--ink)}
.frow{position:absolute;left:28px;right:28px;height:72px;display:flex;align-items:center;border-bottom:var(--hairline)}
.frow--1{top:62px}.frow--2{top:134px}.frow--3{top:206px}.frow--4{top:278px}
.frow .dot{margin-right:12px}
.frow__t{font-size:14px;color:var(--muted);flex:1}
.frow .pill{position:absolute;left:452px}
.frow__s{font-size:10px;font-weight:500;letter-spacing:0.08em;color:var(--muted)}

.insp__shot{position:absolute;left:28px;top:28px;width:320px;height:384px;border-radius:12px;background:#efeff1;border:var(--hairline);overflow:hidden}
.sk{position:absolute;left:28px;display:block;border-radius:3px;background:var(--ink)}
.sk--1{top:48px;width:180px;height:10px;opacity:.18}
.sk--2{top:72px;width:240px;height:6px;opacity:.1}
.sk--3{top:86px;width:210px;height:6px;opacity:.1}
.sk--btn{top:120px;width:110px;height:32px;border-radius:999px;opacity:.25}
.insp__ring{position:absolute;left:8px;top:100px;width:150px;height:72px;border:2px solid var(--amber);border-radius:50%}
.insp__no{position:absolute;left:166px;top:112px;font-size:10px;font-weight:500;letter-spacing:0.06em;color:var(--amber)}
.insp__url{position:absolute;left:28px;top:348px;font-size:11px;color:var(--faint)}
.insp__info{position:absolute;left:380px;top:40px;width:392px}
.insp__label{display:block;letter-spacing:0.1em;color:var(--muted);height:18px;text-transform:none}
.insp__val{display:block;font-size:14px;color:var(--ink);line-height:1.5;padding-bottom:16px;margin-bottom:17px;border-bottom:var(--hairline)}
.insp__val--p{min-height:42px}
.insp__sev,.insp__conf{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--ink)}
.insp__sev{margin-top:6px}
.insp__conf{margin-top:35px;font-size:13px;font-weight:500}

/* ============================================================
   05 · Who it's for
   ============================================================ */
.ember-blob--who{left:740px;top:470px;width:420px;height:420px}
.who__grid{margin-top:77px}
.who__title{font-size:24px;font-weight:600;line-height:1.2;letter-spacing:-0.01em;color:var(--ink)}
.who__tag{margin-top:10px;font-size:14px;line-height:1.55;color:var(--muted)}
.panel{margin-top:21px;padding:28px;min-height:316px}
.benefit{display:flex;gap:14px;padding:14px 0;border-bottom:var(--hairline)}
.benefit:first-child{padding-top:0}
.benefit:last-child{padding-bottom:0;border-bottom:0}
.benefit__chip{flex:none;width:40px;height:40px;border-radius:10px;background:var(--chip);display:flex;align-items:center;justify-content:center;font-size:17px;color:var(--ink)}
.benefit b{display:block;font-size:15px;font-weight:500;color:var(--ink);line-height:1.25}
.benefit p{margin-top:5px;font-size:13px;line-height:1.5;color:var(--muted)}

/* ============================================================
   06 · Features
   ============================================================ */
.features{position:relative;padding:156px 0 64px;background:#efeae2 url("/assets/bg-features.webp") left top / auto 100% no-repeat;overflow:hidden}
.features .h2,.pricing .h2{color:var(--surface)}
.features__grid{margin-top:59px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.feature{position:relative;min-height:304px;padding:28px;border-radius:20px;background:rgba(255,255,255,.55);border:var(--hairline);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);overflow:hidden}
.feature__head{display:flex;align-items:center;gap:8px;min-height:18px}
.feature__head h3{font-size:15px;font-weight:500;color:var(--ink)}
.soon{margin-left:auto;font-size:9px;font-weight:500;letter-spacing:0.1em;color:var(--faint)}
.feature p{margin-top:14px;min-height:40px;font-size:13px;line-height:1.5;color:var(--muted)}
.feature__img{position:relative;margin-top:16px;width:100%;max-width:272px;aspect-ratio:272/160;border-radius:12px;background:var(--chip);border:var(--hairline);overflow:hidden}
/* Per-image Figma crop, passed in as custom properties from the markup. */
.feature__img img{position:absolute;left:var(--crop-x,0);top:var(--crop-y,0);width:var(--crop-w,100%);height:var(--crop-h,100%);border-radius:var(--crop-r,4%/6.5%);object-fit:cover;max-width:none}

/* ============================================================
   07 · Methodology
   ============================================================ */
.method__strip{margin-top:48px}
.method__item{position:relative;min-height:56px;padding:2px 0 0 24px;border-left:var(--hairline);display:flex;flex-direction:column;gap:11px;font-size:14px;color:var(--ink)}
.method__imgs{margin-top:47px}
.method__imgs img{width:100%;height:auto;border-radius:20px}

/* ============================================================
   08 · Compare
   ============================================================ */
.ember-blob--why{left:990px;top:375px;width:380px;height:380px}
.compare__grid{margin-top:48px}
.cmp{min-height:400px;padding:28px}
.cmp--us{border-color:color-mix(in srgb,var(--ink) 35%,transparent)}
.cmp__label{display:flex;align-items:center;gap:8px;min-height:16px;font-size:11px;letter-spacing:0.12em;color:var(--muted)}
.cmp__title{margin-top:16px;font-size:20px;font-weight:600;line-height:1.2;color:var(--ink)}
.cmp__list{margin-top:22px;padding-top:24px;border-top:var(--hairline)}
.cmp__list li{position:relative;padding-left:24px;min-height:40px;font-size:14px;line-height:1.25}
.cmp__list li::before{position:absolute;left:0;top:1px;font-size:13px}
/* Both states are stated explicitly — .no used to be markup with no rule behind it. */
.cmp__list li.no{color:var(--muted)}
.cmp__list li.no::before{content:"—"}
.cmp__list li.yes{color:var(--ink)}
.cmp__list li.yes::before{content:"✓"}
.cmp__foot{margin-top:22px;padding-top:24px;border-top:var(--hairline);font-size:14px;font-weight:500;color:var(--ink)}

/* ============================================================
   09 · Pricing
   ============================================================ */
.pricing{position:relative;padding:144px 0 163px;background:#d9cbb6 url("/assets/bg-pricing.webp") center/cover no-repeat;overflow:hidden}
.pricing__glow{left:363px;top:764px;width:980px;height:980px;opacity:.65;--glow-rgb:253 186 116;--glow-a1:.17;--glow-a2:.06}
.pricing .container{position:relative}
.tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:64px}
/* No backdrop-filter here: every tier background below is fully opaque. */
.tier{position:relative;min-height:700px;padding:32px;border-radius:16px;border:var(--hairline);display:flex;flex-direction:column}
.tier--free{background:#f0efef}
.tier--pro{background:var(--surface);border:1.5px solid var(--ink)}
.tier--agency{background:#f1f1f2}
.tier__head{min-height:28px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.tier__name{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:500;letter-spacing:0.12em;text-transform:uppercase;color:var(--muted)}
.badge{padding:4px 10px;border-radius:999px;background:var(--ink);font-size:10px;font-weight:500;letter-spacing:0.08em;text-transform:uppercase;color:var(--faint-on-ink);line-height:12px;white-space:nowrap}
.tier__price{margin-top:24px;min-height:72px;display:flex;align-items:flex-end;gap:10px}
.tier__amount{font-size:clamp(3.5rem,2.3rem + 3.2vw,4.5rem);font-weight:600;line-height:1;letter-spacing:-0.04em;color:var(--ink)}
.tier__per{display:flex;flex-direction:column;gap:4px;padding-bottom:12px;font-size:13px;color:var(--muted)}
.tier__per small{font-size:12px;color:var(--faint)}
.tier__desc{margin-top:16px;font-size:15px;line-height:1.55;color:var(--muted)}
.tier--free .tier__desc,.tier--pro .tier__desc{min-height:46px}
.btn--tier{margin-top:28px;width:100%;min-height:52px;padding:12px 20px}
.tier__rule{margin-top:28px;height:1px;background:var(--line)}
.tier__inc{margin-top:20px}
.tier__list{margin-top:16px}
.tier__list li{position:relative;min-height:24px;padding:5px 0 5px 23px;font-size:13px;line-height:1.5;color:var(--muted)}
.tier__list li::before{content:"✓";position:absolute;left:0;top:5px;font-size:12px;line-height:15px}
.tier__list li.star{color:var(--ink);font-weight:500}
.tier__list li.star::before{content:"✦";color:var(--ink)}
.tier__list li.med{font-weight:500}

/* ============================================================
   10 · FAQ
   ============================================================ */
/* Fixed columns keep the 1440 canvas pixel-exact; they go fluid at the first step down. */
.faq__cols{margin-top:79px;display:grid;grid-template-columns:620px 620px;column-gap:80px}
.faq__item{padding:25px 0 24px;border-bottom:var(--hairline)}
.faq__item:first-child{padding-top:0}
.faq__item h3{font-size:16px;font-weight:500;line-height:1.2;color:var(--ink)}
.faq__item p{margin-top:11px;font-size:14px;line-height:1.55;color:var(--muted)}

/* ============================================================
   11 · Testimonials
   ============================================================ */
.testimonials{padding:96px 0 109px;border-top:var(--hairline);border-bottom:var(--hairline)}
.tcards{margin-top:56px;display:grid;grid-template-columns:repeat(3,1fr);gap:40px}
.tcard{position:relative;min-height:465px;padding:32px;border:var(--hairline);border-radius:16px;display:flex;flex-direction:column}
/* height is 0.9em by construction, so it follows the clamped font size */
.tcard__q{display:block;height:.9em;font-size:clamp(5.625rem,-.441rem + 8.824vw,7.5rem);font-style:italic;line-height:.9;color:var(--muted)}
.tcard blockquote{margin-top:20px;font-size:clamp(1.25rem,.809rem + 1.176vw,1.75rem);line-height:1.3;letter-spacing:-0.015em;color:var(--ink);text-wrap:pretty}
.tcard figcaption{margin-top:auto;padding-top:40px;display:flex;align-items:center;gap:16px}
.avatar{flex:none;width:40px;height:40px;border-radius:50%;background:var(--chip);border:var(--hairline);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:500;color:var(--ink)}
.tcard__who{display:flex;flex-direction:column;gap:2px}
.tcard__who b{font-size:14px;font-weight:500;color:var(--ink)}
.tcard__who span{font-size:12px;color:var(--faint)}

/* ============================================================
   12 · Final CTA
   ============================================================ */
.cta{position:relative;padding:75px 0 82px;background:#4a3d2c url("/assets/bg-cta.webp") no-repeat;background-size:127.8% auto;background-position:100% 100%;overflow:hidden}
.cta__row{display:flex;justify-content:flex-end}
.cta__card{position:relative;width:668px;min-height:640px;padding:48px;border-radius:16px;background:#e8e8ea;display:flex;flex-direction:column;justify-content:space-between;gap:32px;overflow:hidden}
.cta__lenses{position:absolute;inset:0;pointer-events:none}
.cta__lenses svg{width:100%;height:100%}
.cta__lenses .lens{transform-box:fill-box;transform-origin:center}
.cta__text{position:relative}
.cta__title{font-size:clamp(2rem,.8rem + 3.2vw,3rem);font-weight:600;line-height:1.05;letter-spacing:-0.025em;color:#000}
.cta__title em{font-style:italic;font-weight:400}
.cta__sub{margin-top:24px;font-size:16px;line-height:1.55;color:#000;opacity:.7}
.urlbar--cta{position:relative;margin-top:0;width:572px;min-height:64px;padding:0 8px 0 24px}
.urlbar--cta .urlbar__input{font-size:16px}
.urlbar--cta .urlbar__btn{padding:14px 22px;gap:8px}

/* ============================================================
   Footer
   ============================================================ */
.footer{position:relative;padding:64px 0 32px;overflow:hidden}
.footer__glow{left:50%;top:-461px;width:980px;height:980px;margin-left:-40px;opacity:.9;--glow-rgb:253 230 138;--glow-a1:.1;--glow-a2:.03}
.footer .container{position:relative;text-align:center}
.footer__brand{display:flex;flex-direction:column;align-items:center;gap:6px}
.footer__logo{width:335px;height:auto}
.footer__brand p{max-width:348px;font-size:16px;line-height:1.5;color:var(--muted)}
.footer__links{margin-top:29px;display:flex;flex-wrap:wrap;justify-content:center;gap:8px 32px;font-size:15px;color:var(--muted)}
.footer__links a{padding:6px 0;transition:color .2s}
.footer__links a.ink{font-weight:500}
.footer__legal{margin-top:12px;display:flex;flex-wrap:wrap;justify-content:center;gap:8px 24px;font-size:13px;color:var(--faint)}
.footer__legal a{padding:6px 0;transition:color .2s}
.footer__rule{margin-top:48px;height:1px;background:var(--surface)}
.footer__copy{margin-top:24px;min-height:28px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:11px;font-weight:500;letter-spacing:0.12em;text-transform:uppercase;color:var(--faint)}
.footer__copy a{text-decoration:underline;text-underline-offset:3px}

@media (hover:hover){
  .footer__links a:hover,.footer__legal a:hover,.footer__copy a:hover{color:var(--ink)}
}

/* ============================================================
   Legal documents
   ============================================================ */
.page--legal{display:flex;flex-direction:column;min-height:100vh}
.page--legal .footer{margin-top:auto}
.prose{padding:64px 0 96px}
.prose__inner{max-width:760px}
.prose h1{font-size:clamp(1.875rem,1.4rem + 1.3vw,2.5rem);font-weight:600;line-height:1.15;letter-spacing:-0.02em}
.prose__updated{margin-top:10px;font-size:13px;color:var(--faint)}
.prose__disclaimer{margin-top:16px;padding:14px 18px;border-radius:12px;border:var(--hairline);background:rgba(255,255,255,.6);font-size:13px;line-height:1.55;color:var(--muted)}
.prose section{margin-top:32px}
.prose h2{font-size:18px;font-weight:600;line-height:1.3;color:var(--ink)}
.prose p{margin-top:10px;font-size:15px;line-height:1.65;color:var(--muted)}
.prose a{text-decoration:underline;text-underline-offset:3px}
.prose code{padding:1px 5px;border-radius:4px;background:var(--chip);font-size:.9em}

@media (hover:hover){
  .prose a:hover{color:var(--ink)}
}

/* ============================================================
   404
   ============================================================ */
.notfound{position:relative;display:flex;align-items:center;min-height:calc(100vh - var(--nav-h));padding:96px 0;overflow:hidden}
.notfound__glow{left:50%;top:-30%;width:980px;height:980px;margin-left:-490px;opacity:.7;--glow-rgb:245 196 23;--glow-a1:.14;--glow-a2:.05}
.notfound__inner{position:relative;text-align:center}
.notfound__code{font-size:clamp(5rem,2rem + 8vw,9rem);font-weight:600;line-height:1;letter-spacing:-0.05em;color:var(--line)}
.notfound .lede{margin-inline:auto}
.notfound__actions{margin-top:40px;display:flex;flex-wrap:wrap;justify-content:center;gap:12px}

/* ============================================================
   Cookie banner
   ============================================================ */
.cookie{position:fixed;left:16px;right:16px;bottom:16px;z-index:60;display:flex;flex-wrap:wrap;align-items:center;gap:16px 24px;max-width:1000px;margin:0 auto;padding:20px 24px;border-radius:16px;border:var(--hairline);background:rgba(255,255,255,.94);box-shadow:0 16px 48px rgba(10,10,10,.14);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}
.cookie[hidden]{display:none}
.cookie__text{flex:1;min-width:260px;font-size:13px}
.cookie__text b{font-size:14px}
.cookie__text p{margin-top:4px;line-height:1.5;color:var(--muted)}
.cookie__text a{text-decoration:underline;text-underline-offset:3px}
.cookie__actions{display:flex;flex-wrap:wrap;gap:8px}

/* ============================================================
   Responsive
   ============================================================ */
@media (min-width:1441px){
  .features{background-size:cover;background-position:left center}
}
@media (max-width:1439px){
  .hero__lenses-wrap{left:auto;right:-160px;margin-left:0}
}
@media (max-width:1280px){
  .inside__row{grid-template-columns:minmax(0,1fr) 360px;column-gap:48px}
  .inside__row--rev{grid-template-columns:360px minmax(0,1fr)}
  .faq__cols{grid-template-columns:1fr 1fr;column-gap:48px}
  .sample__head{gap:48px}
  .sample__title{width:auto;flex:1}
  .sample__aside{width:50%}
  .ember-blob--who,.ember-blob--why{left:auto;right:0}
  .tcards{gap:16px}
  .tcard{min-height:420px}
  .cta{background-size:cover;background-position:left center}
}
@media (max-width:1100px){
  .hero__lenses-wrap{right:-380px;opacity:.85}
  .features__grid{grid-template-columns:repeat(2,1fr)}
  .feature,.feature p{min-height:0}
  .inside__row,.inside__row--rev{grid-template-columns:1fr;row-gap:32px}
  .inside__row--rev .inside__text{order:-1}
  .inside__text{padding-top:0;max-width:560px}
  .method__imgs img{border-radius:16px}
  .cmp{min-height:0}
  .tiers{grid-template-columns:1fr;max-width:560px;margin-inline:auto}
  .tier{min-height:0}
  .tier--free .tier__desc,.tier--pro .tier__desc{min-height:0}
  .pricing__glow{left:auto;right:-300px}
  .tcards{grid-template-columns:1fr;max-width:620px;margin-inline:auto}
  .tcard{min-height:0}
}
@media (max-width:900px){
  :root{--gutter:24px}
  .nav__burger{display:flex}
  /* One absolutely-positioned panel instead of two stacked ones, so its height
     is whatever the content needs — no hardcoded offset to keep in sync. */
  .nav__panel{display:none;position:absolute;left:0;right:0;top:var(--nav-h);flex-direction:column;align-items:flex-start;gap:20px;padding:20px var(--gutter) 24px;background:var(--surface);border-bottom:var(--hairline)}
  .nav.is-open .nav__panel{display:flex}
  .nav__links{flex-direction:column;align-items:flex-start;gap:8px;font-size:16px}
  .nav__ctas{flex-wrap:wrap;gap:12px}
  .nav.is-open .nav__burger span:first-child{transform:translateY(3.75px) rotate(45deg)}
  .nav.is-open .nav__burger span:last-child{transform:translateY(-3.75px) rotate(-45deg)}
  body.has-nav-open{overflow:hidden}
  .lang__menu{left:0;right:auto}
  .hero{min-height:0;padding-bottom:96px}
  .hero__content{padding-top:120px}
  .hero__lenses-wrap{top:-120px;right:-520px;transform:scale(.7)}
  .section{padding-top:112px}
  .section--how{padding-bottom:64px}
  .grid-3{grid-template-columns:1fr}
  .how__card{min-height:0}
  .how__title{margin-top:40px}
  .sample{padding:96px 0 64px}
  .sample__head{flex-direction:column;min-height:0;gap:24px;margin-bottom:40px}
  .sample__aside{width:100%}
  .who__grid{margin-top:48px}
  .panel{min-height:0}
  .features{padding:112px 0 48px;background-size:cover;background-position:center}
  .features__grid{margin-top:40px}
  .method__imgs{gap:16px}
  .faq__cols{grid-template-columns:1fr;margin-top:48px}
  .faq__col + .faq__col .faq__item:first-child{padding-top:25px}
  .pricing{padding:112px 0 64px}
  .testimonials{padding:64px 0}
  .tcards{margin-top:40px}
  .cta{padding:48px 0 64px}
  .cta__row{justify-content:center}
  .cta__card{width:100%;min-height:520px;padding:32px;gap:48px}
  .urlbar--cta{width:100%}
  .footer__logo{width:240px}
  .prose{padding:48px 0 72px}
  /* Half-width background photos — the 2400px originals are ~4x oversampled here. */
  .sample{background-image:url("/assets/bg-sample-sm.webp")}
  .features{background-image:url("/assets/bg-features-sm.webp")}
  .pricing{background-image:url("/assets/bg-pricing-sm.webp")}
  .cta{background-image:url("/assets/bg-cta-sm.webp")}
}
@media (max-width:600px){
  .hero__title br,.hero__sub br{display:none}
  .hero__lenses-wrap{right:-460px;top:-160px;transform:scale(.55)}
  .urlbar{min-height:0;flex-wrap:wrap;padding:14px 16px;border-radius:28px;gap:10px}
  .urlbar__input{flex:1 1 140px;font-size:15px}
  .urlbar__btn{width:100%;margin-top:4px}
  .urlbar--cta{padding:14px 16px}
  .features__grid{grid-template-columns:1fr}
  .feature__img{max-width:none}
  .cookie{left:8px;right:8px;bottom:8px;padding:16px}
  .cookie__actions .btn{flex:1 1 auto}
}

/* ============================================================
   Reduced motion
   Only CSS transitions live here; the GSAP sequences are skipped
   in js/main.js, which checks the same media query.
   ============================================================ */
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}
