/* Self-hosted fonts (trimmed to the weights in use; no third-party origin) */
@font-face{font-family:'Manrope';font-style:normal;font-weight:400 800;font-display:swap;src:url('../fonts/manrope-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Manrope';font-style:normal;font-weight:400 800;font-display:swap;src:url('../fonts/manrope-latin.woff2') format('woff2');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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Source Sans 3';font-style:italic;font-weight:400 700;font-display:swap;src:url('../fonts/sourcesans3-italic-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Source Sans 3';font-style:italic;font-weight:400 700;font-display:swap;src:url('../fonts/sourcesans3-italic-latin.woff2') format('woff2');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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}
@font-face{font-family:'Source Sans 3';font-style:normal;font-weight:400 700;font-display:swap;src:url('../fonts/sourcesans3-latin-ext.woff2') format('woff2');unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}
@font-face{font-family:'Source Sans 3';font-style:normal;font-weight:400 700;font-display:swap;src:url('../fonts/sourcesans3-latin.woff2') format('woff2');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+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}

:root{
  --ink:#16181d;            /* display type, buttons, footer headers */
  --body:#43474e;
  --muted:#585c63;
  --rosegold:#A8836F;
  /* Rose gold fails AA as body-size text; this darker cast is the type-only variant */
  --rosegold-text:#7E5F4E;
  --rosegold-deep:#6E574B;
  --link:#8A7062;
  --accent-italic:#9a8478;
  --footer-bg:#F8F7F5;
  --footer-link:#6d6863;
  --hero-img-bg:#f2f1f0;
  --selection:#EADFD8;
  --cta-bg:#141317;
  --glint:linear-gradient(135deg,#E9E7EA,#C6C2C6 40%,#F6F2ED 62%,#CFBDB2);
  --banner:linear-gradient(90deg,#fff 0%,#EDE4E6 30%,#EDE6D7 64%,#fff 100%);
  --chip:linear-gradient(90deg,#F0E8EA 0%,#F0EADC 50%,rgba(255,255,255,0) 92%);
  --chip-center:linear-gradient(90deg,rgba(255,255,255,0) 4%,#F0E8EA 35%,#F0EADC 65%,rgba(255,255,255,0) 96%);
  --card-blush:linear-gradient(180deg,#EFE4E6 0%,#F5F0EA 55%,#fff 100%);
  --card-champagne:linear-gradient(180deg,#EDE5D6 0%,#F5F0EA 55%,#fff 100%);
  --card-story:linear-gradient(120deg,#F0E8E9 0%,#F4EFE7 55%,#fff 100%);
  --card-story-rev:linear-gradient(240deg,#F0E8E9 0%,#F4EFE7 55%,#fff 100%);
  --card-paper:linear-gradient(160deg,#F6F3EE 0%,#fff 70%);
  /* Banners and marquee lanes fade out at their own edges instead of ending on a hard line */
  --edge-fade:linear-gradient(90deg,transparent 0%,#000 14%,#000 86%,transparent 100%);
  --lane-fade:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;font-family:'Source Sans 3',system-ui,sans-serif;color:var(--ink);-webkit-font-smoothing:antialiased;overflow-x:hidden}
::selection{background:var(--selection);color:var(--ink)}
h1,h2,h3{font-family:'Manrope',sans-serif;font-weight:600;letter-spacing:-.02em;margin:0}
a{color:inherit;text-decoration:none}
:focus-visible{outline:2px solid var(--rosegold);outline-offset:3px;border-radius:4px}
img{display:block;max-width:100%;height:auto}

/* No letter-spacing here: it must inherit its heading's tracking, not re-set it */
.didone{font-family:'Manrope',sans-serif;font-weight:600}
.eyebrow{font-family:'Manrope',sans-serif;font-weight:700;font-size:12.5px;letter-spacing:.24em;text-transform:uppercase;color:var(--rosegold-text)}

/* keyframes */
@keyframes fsDrift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}
@keyframes fsMarqueeL{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@keyframes fsMarqueeR{from{transform:translateX(-50%)}to{transform:translateX(0)}}
@keyframes fsFloat{0%{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(8deg)}100%{transform:translateY(0) rotate(0)}}
@keyframes fsRise{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}
@keyframes fsSlideL{from{opacity:0;transform:translateX(-72px)}to{opacity:1;transform:none}}
@keyframes fsSlideR{from{opacity:0;transform:translateX(72px)}to{opacity:1;transform:none}}
@keyframes fsHeroImg{from{transform:scale(1.16) translateX(-48px)}to{transform:scale(1.14) translateX(0)}}
@keyframes fsHeroTx{from{opacity:0;transform:translateX(76px)}to{opacity:1;transform:none}}
@keyframes fsHeroPanel{from{opacity:.55}to{opacity:1}}
@keyframes fsGlint{0%{opacity:0;transform:scale(.2) rotate(0deg)}18%{opacity:1}100%{opacity:0;transform:scale(1) rotate(90deg)}}
@keyframes fsShake{20%{transform:translateX(-7px)}40%{transform:translateX(7px)}60%{transform:translateX(-5px)}80%{transform:translateX(5px)}}

/* Scroll reveals hide only under html.js, the flag an inline head script sets before this
   sheet applies. Arming in CSS avoids the paint-then-blank flash a deferred script causes,
   and leaves content visible whenever scripting is off. */
html.js .reveal,html.js .slide-l,html.js .slide-r{opacity:0}
.reveal.in{animation:fsRise .7s cubic-bezier(.2,.7,.2,1) both}
.slide-l.in{animation:fsSlideL .85s cubic-bezier(.2,.7,.2,1) both}
.slide-r.in{animation:fsSlideR .85s cubic-bezier(.2,.7,.2,1) both}
.cascade>.reveal:nth-child(1){animation-delay:.05s}
.cascade>.reveal:nth-child(2){animation-delay:.14s}
.cascade>.reveal:nth-child(3){animation-delay:.23s}
.cascade>.reveal:nth-child(4){animation-delay:.32s}
.cascade>.reveal:nth-child(5){animation-delay:.41s}
.cascade>.reveal:nth-child(6){animation-delay:.5s}
.cascade>.reveal:nth-child(7){animation-delay:.59s}
.cascade>.reveal:nth-child(8){animation-delay:.68s}

/* Silver 4-point glint: section accent and cursor trail share the star shape */
.star{display:inline-block;width:24px;height:24px;background-image:var(--glint);clip-path:polygon(50% 0,61% 39%,100% 50%,61% 61%,50% 100%,39% 61%,0 50%,39% 39%);animation:fsFloat 6s ease-in-out infinite}
.glint{position:fixed;top:0;left:0;pointer-events:none;z-index:9999;opacity:0;clip-path:polygon(50% 0,58% 42%,100% 50%,58% 58%,50% 100%,42% 58%,0 50%,42% 42%);background-image:linear-gradient(135deg,#fff,#DDDBE0 38%,#F8F4EF 55%,#B9B4B8 78%,#E8E4E0);filter:drop-shadow(0 0 3px rgba(200,196,200,.9))}
.glint.on{animation:fsGlint .9s ease-out both}

/* Header */
header{position:sticky;top:0;z-index:80;display:flex;align-items:center;justify-content:space-between;padding:16px 48px;background:rgba(255,255,255,.82);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(24,34,49,.07);transition:padding .3s}
header.scrolled{padding:10px 48px}
.brand{display:inline-flex;align-items:center;cursor:pointer}
.logo{height:36px;width:auto}
nav{display:flex;gap:38px;align-items:center;font-family:'Manrope';font-weight:600;font-size:16px}
nav a{transition:color .2s}
nav a:hover{color:var(--rosegold)}
.pill{display:inline-block;font-family:'Manrope';font-weight:700;font-size:15px;color:#fff;border:none;border-radius:999px;padding:11px 24px;cursor:pointer;background:var(--ink);box-shadow:0 6px 18px rgba(22,24,29,.22);transition:transform .2s,box-shadow .2s}
.pill:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(22,24,29,.32);color:#fff}

/* Hero */
.hero{display:grid;grid-template-columns:1fr 1fr;min-height:600px}
.hero-l{position:relative;overflow:hidden;background:var(--hero-img-bg)}
.hero-l img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;animation:fsHeroImg 1.15s cubic-bezier(.2,.72,.2,1) both}
.hero-r{position:relative;display:flex;flex-direction:column;justify-content:center;padding:0 9%;overflow:hidden;
  background-image:linear-gradient(115deg,#fff 0%,#F6F3F0 30%,#EFEAE6 56%,#E7DCD8 100%);background-size:170% 170%;animation:fsDrift 22s ease-in-out infinite,fsHeroPanel 1.1s ease both}
/* Behind .hero-tx (z-index 1): the mark must never paint over the headline when it wraps */
.hero-r .crown{position:absolute;top:52px;right:60px;width:96px;height:auto;opacity:.95;z-index:0;animation:fsFloat 6s ease-in-out infinite}
.hero-tx{position:relative;z-index:1;animation:fsHeroTx 1.05s cubic-bezier(.2,.72,.2,1) .12s both}
.hero h1{font-size:clamp(44px,5.4vw,62px);line-height:1.02;letter-spacing:-.025em;color:var(--ink)}
.hero .sub{font-size:clamp(19px,1.8vw,23px);line-height:1.4;color:var(--body);margin:20px 0 0;max-width:430px}
.hero .accent{font-family:'Source Sans 3',sans-serif;font-style:italic;font-size:18px;color:var(--accent-italic);margin:36px 0 0}
.btn-white{align-self:flex-start;font-family:'Manrope';font-weight:700;font-size:17px;color:var(--ink);background:#fff;border:none;border-radius:999px;padding:16px 38px;cursor:pointer;box-shadow:0 10px 30px rgba(125,116,110,.28);transition:transform .2s,box-shadow .2s}
.btn-white:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(125,116,110,.4)}
/* Hero signup: no container, just a quiet role selector and one white capture pill
   holding the graphite button, echoing the nav pill. The compound
   .signup-form.hero-signup selector must outrank the base .signup-form rule
   (defined later in this sheet), which otherwise re-centres the children. */
.signup-form.hero-signup{align-items:flex-start;gap:14px;margin-top:30px;width:100%;max-width:470px}
.hero-signup .role-pick{gap:8px}
.hero-signup .role-opt span{color:var(--body);background:transparent;border:1.5px solid rgba(22,24,29,.2);font-size:13px;font-weight:600;letter-spacing:.04em;padding:8px 20px}
.hero-signup .role-opt span:hover{border-color:var(--rosegold);color:var(--ink);background:rgba(255,255,255,.5);transform:none;box-shadow:none}
.hero-signup .role-opt input:checked+span{background:var(--ink);color:#fff;border-color:var(--ink)}
/* The shared white ring is invisible on the light hero gradient; the dark CTA keeps white */
.hero-signup .role-opt input:focus-visible+span{outline-color:var(--ink)}
.hero-signup .signup-row{flex-wrap:nowrap;align-items:center;width:100%;gap:0;background:#fff;border-radius:999px;padding:6px;box-shadow:0 10px 30px rgba(125,116,110,.28)}
.hero-signup .signup-row:focus-within{box-shadow:0 14px 34px rgba(125,116,110,.34),0 0 0 2px rgba(168,131,111,.32)}
.hero-signup .signup-row input[type=email]{flex:1 1 auto;min-width:0;border:none;background:transparent;font-size:16px;padding:12px 12px 12px 22px;box-shadow:none}
.hero-signup .signup-row input[type=email]:focus{outline:none}
.hero-signup .btn-white{flex:none;align-self:auto;background:var(--ink);color:#fff;font-size:15px;padding:13px 28px;box-shadow:0 6px 18px rgba(22,24,29,.22);white-space:nowrap}
.hero-signup .btn-white:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(22,24,29,.32)}
.hero-signup .form-note{color:var(--rosegold-deep);font-size:13px;min-height:0;margin:0;padding-left:6px}
.hero-signup .form-note:empty{display:none}

/* Value bands: drifting rose-and-champagne washes, mirrored on the middle band */
.band{position:relative;padding:100px 48px;overflow:hidden;background-size:200% 100%;animation:fsDrift 26s ease-in-out infinite}
.band.b1{background-image:linear-gradient(100deg,#fff 0%,#F4EEE7 26%,#F1EAEB 50%,#F1EBE0 76%,#fff 100%)}
.band.b2{background-image:linear-gradient(280deg,#fff 0%,#F1EBE0 26%,#F1EAEB 52%,#F4EEE7 76%,#fff 100%)}
.band.b3{background-image:linear-gradient(100deg,#fff 0%,#F4EEE7 24%,#F1EAEB 50%,#F1EBE0 78%,#fff 100%)}
/* A revealed band must keep drifting: the reveal animation would otherwise replace fsDrift */
.band.reveal.in{animation:fsRise .7s cubic-bezier(.2,.7,.2,1) both,fsDrift 26s ease-in-out infinite}
.band-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.band.rev .band-grid{direction:rtl}
.band.rev .band-grid>*{direction:ltr}
.band.rev .copy{text-align:right}
.band.rev .copy p{margin-left:auto}
.band .copy .eyebrow{display:block;margin-bottom:12px}
.band .copy .star{margin-bottom:16px}
.band h2{font-size:clamp(34px,4.4vw,48px);color:var(--ink);margin:0 0 18px;line-height:1.04}
.band p{font-size:18px;line-height:1.75;color:var(--body);margin:0;max-width:540px}
.band .frame{position:relative;justify-self:center}
.band .frame img{width:min(40vw,440px);aspect-ratio:4/5;object-fit:cover;border-radius:10px;box-shadow:0 26px 60px rgba(140,132,126,.24)}
.band .frame .star{position:absolute;top:-16px;right:-12px;width:26px;height:26px}

/* Featured pull-quote */
.feature{padding:110px 48px 90px;background:#fff;text-align:center}
.feature .mark{font-family:'Manrope',sans-serif;font-size:120px;line-height:.4;color:#CFC7C0;height:60px;display:block}
.feature blockquote{font-family:'Manrope',sans-serif;font-weight:600;font-size:clamp(26px,3.3vw,44px);line-height:1.28;letter-spacing:-.02em;color:var(--ink);max-width:980px;margin:0 auto;text-wrap:balance}
.feature .by{font-family:'Manrope';font-weight:700;font-size:15px;letter-spacing:.04em;color:var(--rosegold-text);margin-top:34px;text-transform:uppercase}

/* Testimonial marquee: cards carry the gradient, lanes stay transparent, no shadows */
.testi{padding:80px 0 96px;background:#fff;overflow:hidden}
.testi h2{font-size:clamp(28px,3vw,38px);text-align:center;color:var(--ink);margin:0 0 50px}
.lane{overflow:hidden;width:100%;-webkit-mask-image:var(--lane-fade);mask-image:var(--lane-fade)}
.lane+.lane{margin-top:26px}
.track{display:flex;gap:26px;width:max-content;padding:0 13px}
/* .run is added by JS once the card set is duplicated; without it the marquee stays still */
.track.l.run{animation:fsMarqueeL 48s linear infinite}
.track.r.run{animation:fsMarqueeR 54s linear infinite}
.lane:hover .track{animation-play-state:paused}
.tcard{flex:none;width:330px;border-radius:8px;padding:22px 24px 20px;background-image:var(--card-blush);display:flex;flex-direction:column;gap:14px}
.track.r .tcard{background-image:var(--card-champagne)}
.tcard .qmark{font-family:'Manrope',sans-serif;font-size:52px;line-height:.2;height:24px;color:#BDB2AB}
.tcard p{font-family:'Source Sans 3';font-style:italic;font-size:15.5px;line-height:1.55;color:var(--body);margin:0}
.tcard .who{display:flex;align-items:center;gap:12px;margin-top:auto}
.tcard .who img{width:44px;height:44px;border-radius:50%;object-fit:cover;flex:none}
.tcard .nm{font-family:'Manrope';font-weight:700;font-size:14.5px;color:var(--ink)}
.tcard .ro{font-size:12.5px;color:var(--rosegold-text)}

/* CTA */
.cta{position:relative;min-height:540px;padding:104px 24px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--cta-bg)}
.cta img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.cta .ov{position:absolute;inset:0;background-image:linear-gradient(180deg,rgba(18,8,10,.42),rgba(18,8,10,.62))}
.cta .inner{position:relative;text-align:center;padding:0 24px;z-index:1}
.cta h2{font-size:clamp(38px,5.6vw,64px);color:#fff;margin:0 0 30px;line-height:1.02;text-shadow:0 4px 30px rgba(0,0,0,.4)}
.cta .sub{font-family:'Source Sans 3';font-size:16px;color:rgba(255,255,255,.85);margin:22px 0 0}

/* Signup capture */
.signup-form{display:flex;flex-direction:column;gap:16px;align-items:center}
.role-pick{display:flex;gap:10px}
.role-opt input{position:absolute;opacity:0;pointer-events:none}
.role-opt span{display:inline-block;font-family:'Manrope';font-weight:700;font-size:14px;letter-spacing:.02em;color:#fff;border:1.5px solid rgba(255,255,255,.65);border-radius:999px;padding:9px 22px;cursor:pointer;transition:background .2s,color .2s,transform .2s,box-shadow .2s}
.role-opt span:hover{background:rgba(255,255,255,.18);transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.18)}
.role-opt input:checked+span{background:#fff;color:var(--ink)}
.role-opt input:focus-visible+span{outline:2px solid #fff;outline-offset:2px}
.role-pick.shake{animation:fsShake .4s ease}
.signup-row{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}
.signup-row input[type=email]{font-family:'Source Sans 3';font-size:16px;padding:15px 22px;border:none;border-radius:999px;background:#fff;min-width:260px}
.signup-row .btn-white{align-self:auto}
.form-note{font-family:'Manrope';font-weight:600;font-size:14px;color:#fff;min-height:18px;margin:0}
.subscribe .signup-form{flex-direction:row;flex-wrap:wrap;align-items:center}
.subscribe .form-note{color:var(--rosegold-deep);flex-basis:100%;min-height:0}
.hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}

/* Footer */
footer{background:var(--footer-bg);color:var(--body);padding:60px 48px 34px;border-top:1px solid #ECE8E4}
.foot-top{max-width:1180px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px}
.foot-top .logo{height:26px;margin-bottom:16px}
.foot-tag{font-size:14.5px;line-height:1.6;color:#6f6a65;margin:0;max-width:300px}
.cols{display:flex;gap:70px;flex-wrap:wrap;font-size:15px}
.col{display:flex;flex-direction:column;gap:12px}
.col .ch{font-family:'Manrope';font-weight:700;color:var(--ink);margin-bottom:2px}
.col a{color:var(--footer-link);transition:color .2s}
.col a:hover{color:var(--rosegold)}
.foot-bot{max-width:1180px;margin:40px auto 0;padding-top:22px;border-top:1px solid rgba(22,24,29,.08);display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:13px;color:#75706a}

/* Inner pages */
.pagewrap{max-width:1100px;margin:0 auto;padding:54px 48px 100px}
.pagewrap.faq{max-width:1040px}
.pagewrap.blog{max-width:1120px}

/* Page-title banner: drifting gradient trimmed by an edge fade so it has no hard borders */
.masthead{position:relative;margin:0 auto 56px;padding:48px 24px;text-align:center}
/* The edge fade rides on its own layer so it trims the gradient, never the headline */
.masthead::before{content:"";position:absolute;inset:0;border-radius:10px;background-image:var(--banner);background-size:200% 100%;animation:fsDrift 16s ease-in-out infinite;-webkit-mask-image:var(--edge-fade);mask-image:var(--edge-fade)}
.masthead>*{position:relative}
.masthead .eyebrow{display:block;margin-bottom:12px}
.masthead h1{font-size:clamp(40px,6vw,66px);line-height:1.04;color:var(--ink)}
.masthead .intro{font-size:19px;line-height:1.6;color:var(--muted);max-width:620px;margin:16px auto 0}
.masthead .pmeta{justify-content:center;margin-bottom:14px}

.about-h{font-family:'Manrope',sans-serif;font-weight:600;font-size:clamp(26px,3.4vw,34px);text-align:center;color:var(--ink);padding:20px;border-radius:8px;margin:80px 0 36px;background-image:var(--chip-center)}
.about-row{display:flex;gap:48px;align-items:center}
.about-row.rev{flex-direction:row-reverse}
.about-row img{width:300px;aspect-ratio:15/14;object-fit:cover;border-radius:10px;flex:none}
.about-row p{font-size:19px;line-height:1.8;color:var(--body);margin:0}

.story-row{display:flex;gap:34px;align-items:center;margin-bottom:56px}
.story-row:last-child{margin-bottom:0}
.story-row.rev{flex-direction:row-reverse}
.story-row img{width:280px;aspect-ratio:14/15;object-fit:cover;border-radius:10px;flex:none}
.story-card{flex:1;padding:30px 34px;border-radius:10px;background-image:var(--card-story)}
.story-row.rev .story-card{background-image:var(--card-story-rev)}
.story-card h3{font-family:'Manrope',sans-serif;font-weight:700;font-style:italic;font-size:24px;color:var(--ink);margin:0 0 12px}
.story-card p{font-size:17px;line-height:1.7;color:var(--body);margin:0}

/* FAQ: accordion + sticky rail */
.faq-layout{display:grid;grid-template-columns:230px 1fr;gap:54px;align-items:start}
.faq-rail{position:sticky;top:96px;display:flex;flex-direction:column;gap:8px}
.faq-search{font-family:'Source Sans 3';font-size:15px;padding:12px 16px;border:1px solid rgba(22,24,29,.14);border-radius:999px;background:#fff;color:var(--ink);width:100%;margin-bottom:8px}
.faq-search:focus{outline:none;border-color:var(--rosegold)}
.faq-chip{text-align:left;font-family:'Manrope';font-weight:600;font-size:14.5px;color:var(--muted);background:none;border:none;padding:9px 13px;border-radius:8px;cursor:pointer;transition:background .2s,color .2s}
.faq-chip:hover{color:var(--ink)}
.faq-chip.active{background-image:linear-gradient(90deg,#F0E8EA,#F0EADC);color:var(--ink)}
.faq-list{display:flex;flex-direction:column;gap:16px}
.faq-q{display:flex;align-items:center;justify-content:space-between;gap:18px;width:100%;text-align:left;cursor:pointer;font-family:'Manrope';font-weight:600;font-size:clamp(19px,2.2vw,24px);letter-spacing:-.02em;color:var(--ink);background-color:transparent;background-image:var(--chip);border:none;border-radius:8px;padding:16px 26px;transition:box-shadow .25s}
.faq-item.open .faq-q,.faq-q:hover{box-shadow:0 10px 26px rgba(140,132,126,.18)}
.faq-ico{flex:none;width:26px;height:26px;position:relative}
.faq-ico::before,.faq-ico::after{content:"";position:absolute;background:var(--rosegold);border-radius:2px;transition:transform .3s}
.faq-ico::before{top:12px;left:3px;right:3px;height:2.4px}
/* The vertical stroke that turns the glyph into a "+" is gated on html.js for the same reason
   the collapse below is: without JS every answer is already open, so the glyph must read "−" */
html.js .faq-ico::after{left:12px;top:3px;bottom:3px;width:2.4px}
.faq-item.open .faq-ico::after{transform:scaleY(0)}
/* Answers are open by default and only collapse under html.js, so a JS-less visitor still
   reads every answer instead of a list of unopenable questions */
.faq-ans{display:grid;grid-template-rows:1fr;transition:grid-template-rows .4s cubic-bezier(.2,.7,.2,1)}
html.js .faq-ans{grid-template-rows:0fr}
.faq-item.open .faq-ans{grid-template-rows:1fr}
.faq-ans>div{overflow:hidden}
.faq-ans p{font-size:18px;line-height:1.75;color:var(--body);margin:0;max-width:880px;padding:18px 26px 6px}
.faq-ans a{color:var(--link);border-bottom:1px solid rgba(138,112,98,.35)}
.faq-item.hide{display:none}
.faq-contact{margin-top:46px;display:flex;align-items:center;gap:22px;background-image:var(--card-story);border-radius:10px;padding:30px 34px}
.faq-contact img{width:62px;flex:none}
.faq-contact h3{font-size:24px;margin:0 0 4px;color:var(--ink)}
.faq-contact p{margin:0;color:var(--body);font-size:16px}
.faq-contact a{color:var(--link);border-bottom:1px solid rgba(138,112,98,.35)}

/* About: manifesto + values */
.manifesto-lead{font-family:'Manrope',sans-serif;font-weight:600;font-size:clamp(28px,4vw,52px);line-height:1.22;letter-spacing:-.02em;color:var(--ink);max-width:920px;margin:0 auto 18px;text-align:center;text-wrap:balance}
.manifesto-sub{font-family:'Source Sans 3',sans-serif;font-size:20px;line-height:1.6;color:var(--muted);max-width:680px;margin:0 auto 56px;text-align:center;text-wrap:balance}
.values{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:0 0 28px}
.value{background:#fff;border:1px solid rgba(22,24,29,.08);border-radius:10px;padding:28px 24px;box-shadow:0 8px 26px rgba(140,132,126,.14)}
.value .star{width:22px;height:22px;margin-bottom:14px}
.value h4{font-family:'Manrope';font-weight:700;font-size:17px;color:var(--ink);margin:0 0 6px}
.value p{font-size:14.5px;line-height:1.55;color:var(--muted);margin:0}
.about-quote{font-family:'Manrope',sans-serif;font-weight:600;font-size:clamp(24px,3.2vw,38px);line-height:1.3;letter-spacing:-.02em;color:var(--rosegold-deep);text-align:center;max-width:900px;margin:78px auto;text-wrap:balance}

/* Success stories: featured card + chips */
.story-feature{position:relative;display:grid;grid-template-columns:1.1fr 1fr;border-radius:10px;overflow:hidden;margin-bottom:56px;box-shadow:0 18px 44px rgba(140,132,126,.2)}
.story-feature>img{width:100%;height:100%;object-fit:cover;min-height:460px}
.sf-copy{background-image:linear-gradient(140deg,#F0E8E9 0%,#F4EFE7 55%,#fff 100%);padding:50px 54px;display:flex;flex-direction:column;justify-content:center}
.sf-q{font-family:'Manrope',sans-serif;font-weight:600;font-size:clamp(24px,2.6vw,34px);line-height:1.32;letter-spacing:-.02em;color:var(--ink);margin:0 0 24px;text-wrap:balance}
.story-name{display:flex;align-items:center;gap:10px;font-family:'Manrope';font-weight:700;font-style:italic;font-size:22px;color:var(--ink)}
.beta-label{font-family:'Manrope';font-weight:700;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}
.sf-copy .beta-label{margin-top:5px}
.story-card .beta-label{margin:-8px 0 14px}
.feature .beta-label{margin-top:6px}
.chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.chip{font-family:'Manrope';font-weight:600;font-size:13px;color:var(--rosegold-deep);background:rgba(168,131,111,.12);border:1px solid rgba(168,131,111,.24);border-radius:999px;padding:7px 14px}

/* Blog: featured + grid + meta + subscribe */
.blog-feature{display:grid;grid-template-columns:1.3fr 1fr;border-radius:10px;overflow:hidden;margin-bottom:30px;box-shadow:0 8px 26px rgba(140,132,126,.14);cursor:pointer;transition:transform .25s,box-shadow .25s}
.blog-feature:hover{transform:translateY(-4px);box-shadow:0 16px 38px rgba(140,132,126,.22)}
.blog-feature img{width:100%;height:100%;object-fit:cover;min-height:380px}
.blog-feature .bf-copy{background-image:var(--card-paper);padding:46px 48px;display:flex;flex-direction:column;justify-content:center}
.blog-feature h2{font-size:clamp(28px,3vw,40px);line-height:1.08;color:var(--ink);margin:14px 0}
.blog-feature p{font-size:17px;line-height:1.6;color:var(--muted);margin:0}
.pmeta{display:flex;align-items:center;gap:12px;font-family:'Manrope';font-size:12.5px;font-weight:600}
.ptag{color:var(--rosegold-deep);background-image:linear-gradient(90deg,#F0E8EA,#F0EADC);border-radius:999px;padding:4px 12px;letter-spacing:.04em;text-transform:uppercase;font-size:11px}
.pread{color:var(--muted)}
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.post{display:flex;flex-direction:column;background-image:var(--card-paper);border-radius:10px;overflow:hidden;box-shadow:0 8px 26px rgba(140,132,126,.14);cursor:pointer;transition:transform .25s,box-shadow .25s}
.post:hover{transform:translateY(-4px);box-shadow:0 16px 38px rgba(140,132,126,.22)}
.post h3{font-family:'Manrope';font-weight:700;font-size:19px;color:var(--ink);margin:0 0 8px}
.post p{font-size:15.5px;line-height:1.6;color:var(--muted);margin:0}
.post .pbody{padding:22px 24px 26px;display:flex;flex-direction:column;justify-content:center}
.post .pmeta{margin-bottom:10px}
.post .more{margin-top:14px;font-family:'Manrope';font-weight:700;font-size:14px;color:var(--link)}
.bf-copy .more{margin-top:18px;font-family:'Manrope';font-weight:700;color:var(--link)}
.masked-feature .mf-img{min-height:420px;background-image:linear-gradient(150deg,#fff 0%,#F4EEE7 42%,#EFE4E6 100%);overflow:hidden}
.masked-feature .mf-img img{width:100%;height:100%;min-height:420px;object-fit:cover;object-position:center 40%;-webkit-mask-image:radial-gradient(78% 82% at 54% 40%,#000 42%,transparent 84%);mask-image:radial-gradient(78% 82% at 54% 40%,#000 42%,transparent 84%)}
.post.post-text{justify-content:center;min-height:210px}
.post.post-text .pbody{padding:32px 30px}
.post.post-text h3{font-size:25px;line-height:1.16;margin:8px 0 10px}
.post.post-text p{font-size:16px}
.subscribe{margin-top:46px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;background-image:var(--card-story);border-radius:10px;padding:38px 44px}
.subscribe h3{font-size:28px;color:var(--ink);margin:0}
.subscribe .sub-form{display:flex;gap:10px}
.subscribe input{font-family:'Source Sans 3';font-size:15px;padding:13px 18px;border:1px solid rgba(22,24,29,.14);border-radius:999px;background:#fff;min-width:240px}

/* Long-form prose (legal pages + blog articles) */
.pagewrap.legal{max-width:860px}
.prose p.legal-updated{font-family:'Manrope';font-weight:700;font-size:12.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--rosegold-text);margin:0 0 36px}
.prose{max-width:760px}
.prose h2{font-size:24px;color:var(--ink);margin:42px 0 14px}
.prose p{font-size:17.5px;line-height:1.75;color:var(--body);margin:0 0 16px}
.prose ul{margin:0 0 16px;padding-left:24px}
.prose li{font-size:17.5px;line-height:1.75;color:var(--body);margin-bottom:10px}
.prose strong{color:var(--ink)}
.prose a{color:var(--link);border-bottom:1px solid rgba(138,112,98,.35);transition:border-bottom-color .2s}
.prose a:hover{color:var(--rosegold-deep);border-bottom-color:var(--rosegold-deep)}

/* Blog article pages */
.pagewrap.article{max-width:860px}
.pagewrap.article .masthead h1{font-size:clamp(32px,4.6vw,52px);line-height:1.08}
.back-link{display:inline-block;font-family:'Manrope';font-weight:700;font-size:14px;color:var(--link);margin:0 0 22px}
.article-cta{margin-top:54px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;background-image:var(--card-story);border-radius:10px;padding:34px 40px}
.article-cta h3{font-size:26px;color:var(--ink);margin:0}
.article-cta p{margin:6px 0 0;color:var(--body);font-size:15.5px}

@media (max-width:900px){
  header{padding:14px 22px}
  .logo{height:30px}
  nav{gap:16px;font-size:14px}
  nav .hide{display:none}
  .hero{grid-template-columns:1fr}
  .hero-l{min-height:340px}
  .hero-r{padding-top:44px;padding-bottom:56px}
  .hero-r .crown{top:24px;right:24px;width:66px}
  .band{padding:64px 24px}
  .band-grid,.band.rev .band-grid{grid-template-columns:1fr;gap:40px;direction:ltr}
  .band.rev .copy{text-align:left}
  .band .frame img{width:min(80vw,420px)}
  .pagewrap{padding:44px 22px 70px}
  .masthead{padding:36px 18px}
  .about-row,.about-row.rev,.story-row,.story-row.rev{flex-direction:column;gap:24px}
  .about-row img,.story-row img{width:100%}
  .feature,.testi,.cta{padding-left:24px;padding-right:24px}
  .faq-layout{grid-template-columns:1fr;gap:28px}
  .faq-rail{position:static;flex-direction:row;flex-wrap:wrap;gap:8px}
  .faq-search{flex:1 1 100%}
  .values{grid-template-columns:1fr 1fr}
  .story-feature{grid-template-columns:1fr}
  .story-feature>img{min-height:300px}
  .blog-feature{grid-template-columns:1fr}
  .blog-grid{grid-template-columns:1fr}
  .subscribe{flex-direction:column;align-items:flex-start}
}
@media (max-width:480px){
  /* The wordmark is wide (1100x180): shrink it so the nav pill still fits beside it */
  .logo{height:22px}
  .pill{font-size:14px;padding:10px 18px}
  .hero-signup .signup-row input[type=email]{font-size:15px;padding-left:18px}
  .hero-signup .btn-white{padding:13px 20px;font-size:14px}
}
@media (prefers-reduced-motion: reduce){
  *{animation:none!important;scroll-behavior:auto!important}
  .reveal,.slide-l,.slide-r{opacity:1!important}
  .glint{display:none}
}
