:root{
  --ink:#ffffff;           /* page base, fully white */
  --char:#f4f1ea;          /* light panel/inputs */
  --char-2:#ece7da;        /* raised light */
  --line:rgba(22,18,10,.14);
  --line-strong:rgba(22,18,10,.24);
  --ivory:#16130c;         /* primary text (now dark) */
  --ivory-soft:#534e43;    /* secondary text */
  --muted:#908a7c;         /* tertiary */
  --gold:#a87f23;          /* champagne gold, deepened for white bg */
  --gold-bright:#c39838;
  --gold-deep:#866316;
  --silver:#aeb2b8;
  --serif:'Cormorant Garamond', Georgia, serif;
  --sans:'Hanken Grotesk', system-ui, sans-serif;
  --maxw:1700px;
  --ease:cubic-bezier(.22,.61,.36,1);
  color-scheme:light;
}

/* fixed-nav anchor offset */
section[id]{scroll-margin-top:5rem}

.skip-link{
  position:absolute;left:50%;top:-60px;transform:translateX(-50%);z-index:500;
  background:var(--gold);color:#211a09;padding:.7rem 1.2rem;border-radius:2px;
  font-family:var(--sans);font-size:.82rem;font-weight:500;text-decoration:none;
  transition:top .25s var(--ease);
}
.skip-link:focus-visible{top:14px;outline:2px solid var(--ivory);outline-offset:2px}

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  background:var(--ink);
  color:var(--ivory);
  font-family:var(--sans);
  font-weight:300;
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
  position:relative;
}

/* film grain overlay */
.grain{
  position:fixed;inset:0;z-index:9999;pointer-events:none;opacity:.025;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

img{max-width:100%;height:auto;display:block}
em{font-style:italic;color:var(--gold-bright);font-weight:400}

a,button,input,textarea,summary{-webkit-tap-highlight-color:rgba(201,162,74,.25)}
a:focus-visible,button:focus-visible,summary:focus-visible,.chip:focus-visible{
  outline:2px solid var(--gold-bright);outline-offset:3px;border-radius:2px;
}
input:focus-visible,textarea:focus-visible{outline:none}

.btn{
  font-family:var(--sans);font-weight:500;font-size:.84rem;
  letter-spacing:.04em;cursor:pointer;border:none;
  padding:.95rem 1.6rem;border-radius:2px;
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
  text-decoration:none;white-space:nowrap;touch-action:manipulation;
  transition:transform .4s var(--ease),box-shadow .4s var(--ease),border-color .3s,color .3s;
}
.btn-gold{
  background:linear-gradient(180deg,var(--gold-bright),var(--gold));
  color:#211a09;box-shadow:0 1px 0 rgba(255,255,255,.25) inset,0 14px 30px -14px rgba(201,162,74,.7);
}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 1px 0 rgba(255,255,255,.3) inset,0 22px 44px -16px rgba(201,162,74,.85)}
.btn-line{background:transparent;color:var(--ivory);border:1px solid var(--line-strong)}
.btn-line:hover{border-color:var(--gold);color:var(--gold-bright)}
.btn-ghost{background:transparent;color:var(--ivory);border:1px solid var(--line)}
.btn-ghost:hover{border-color:var(--gold);color:var(--gold-bright)}
.btn-lg{padding:1.15rem 2.4rem;font-size:.92rem}

.eyebrow{
  font-size:.72rem;letter-spacing:.32em;text-transform:uppercase;
  color:var(--gold);font-weight:500;margin-bottom:1.4rem;
}
.display{
  font-family:var(--serif);font-weight:400;
  font-size:clamp(2.9rem,6.4vw,5.4rem);line-height:1.02;
  letter-spacing:-.01em;color:var(--ivory);
}
.display-2{
  font-family:var(--serif);font-weight:400;
  font-size:clamp(2rem,3.9vw,3.3rem);line-height:1.08;
  letter-spacing:-.01em;color:var(--ivory);
}
.lede{font-size:1.12rem;color:var(--ivory-soft);max-width:30rem;margin-top:1.6rem;line-height:1.65}
.prose{font-size:1.02rem;color:var(--ivory-soft);max-width:34rem;margin-top:1.2rem;line-height:1.7}

/* NAV */
.nav{
  position:fixed;top:0;left:0;right:0;z-index:200;
  display:flex;align-items:center;justify-content:space-between;
  padding:1.3rem clamp(1.2rem,4vw,3rem);
  transition:background .4s var(--ease),padding .4s var(--ease),border-color .4s var(--ease);
  border-bottom:1px solid transparent;
}
.nav.scrolled{
  background:rgba(255,255,255,.82);backdrop-filter:blur(14px);
  padding-top:.95rem;padding-bottom:.95rem;border-bottom:1px solid var(--line);
}
.wordmark{
  font-family:var(--sans);font-weight:600;letter-spacing:.34em;
  font-size:.92rem;color:var(--ivory);text-decoration:none;
  display:inline-flex;align-items:center;gap:.6rem;
}
.mark-dot{width:7px;height:7px;border-radius:50%;background:linear-gradient(180deg,var(--gold-bright),var(--gold-deep));box-shadow:0 0 12px rgba(201,162,74,.7)}
.nav-links{display:flex;gap:2.2rem}
.nav-links a{
  color:var(--ivory-soft);text-decoration:none;font-size:.86rem;
  letter-spacing:.02em;font-weight:400;transition:color .3s;position:relative;
}
.nav-links a:hover{color:var(--gold-bright)}
.nav-cta{font-size:.78rem;padding:.7rem 1.2rem}

/* HERO - Sova Jewelry House composition, reskinned for TENLUMA, white + full-bleed */
.hero{
  position:relative;
  padding:6.5rem 0 5rem;
  display:flex;flex-direction:column;align-items:center;gap:3.4rem;
}

/* the full-bleed white stage (the Sova hero panel) */
.sova-stage{
  position:relative;width:100%;
  height:clamp(540px,74vh,860px);
  background:#ffffff;overflow:hidden;
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
}

/* the two flanking image panels */
.sova-portrait,.sova-product{position:absolute;margin:0;overflow:hidden;border-radius:3px;box-shadow:0 30px 60px -28px rgba(22,18,10,.35)}
.sova-portrait{left:6.5%;top:9%;width:25%;height:82%;z-index:2}
.sova-portrait img{width:100%;height:100%;object-fit:cover;object-position:center 32%}
.sova-product{right:6.5%;top:26%;width:16.5%;height:52%;z-index:2;background:#dde6ee}
.sova-product img{width:100%;height:100%;object-fit:cover}

/* the giant stacked wordmark, dark on white */
.sova-word{
  position:absolute;inset:0;z-index:3;margin:0;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  font-family:'Playfair Display',serif;font-weight:500;color:#16120a;
  line-height:.74;letter-spacing:.005em;
  text-shadow:0 1px 0 rgba(255,255,255,.7);
}
.sw-row{display:block;font-size:clamp(5rem,16vw,15rem)}

/* gold threads weaving across, in front */
.sova-threads{position:absolute;inset:0;width:100%;height:100%;z-index:4;pointer-events:none}
.sova-threads path{
  fill:none;stroke:#b88c2c;stroke-width:1.4;opacity:.8;
  stroke-dasharray:2700;stroke-dashoffset:2700;
  animation:thread 2.8s var(--ease) forwards;
}
.sova-threads path:nth-child(2){stroke:#caa24a;opacity:.65;animation-delay:.12s}
.sova-threads path:nth-child(3){stroke:#9a7320;opacity:.7;animation-delay:.24s}
.sova-threads path:nth-child(4){opacity:.45;stroke-width:1;animation-delay:.06s}
.sova-threads path:nth-child(5){stroke:#d4ad55;opacity:.55;animation-delay:.3s}
@keyframes thread{to{stroke-dashoffset:0}}

/* the asterisk tagline */
.sova-tag{
  position:absolute;left:0;right:0;bottom:6%;z-index:5;text-align:center;
  font-family:'Playfair Display',serif;font-weight:400;color:#16120a;
  font-size:clamp(1.1rem,2.5vw,2.1rem);letter-spacing:.07em;
}
.sova-tag .ast{margin-right:.25em;color:var(--gold)}

/* functional CTA block under the stage */
.hero-cta{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 clamp(1.25rem,4vw,4rem);display:grid;grid-template-columns:1fr 1fr;gap:2rem 4rem;align-items:center}
.hero-prop{font-family:var(--serif);font-size:clamp(1.4rem,2.3vw,2rem);line-height:1.26;color:var(--ivory);max-width:32rem;margin-top:1.1rem}
.hc-right{display:flex;flex-direction:column;gap:1.8rem}
.story-mini{width:100%;max-width:34rem}
.field-label{display:block;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted);margin-bottom:.7rem;font-weight:500}
.field-row{display:flex;gap:.6rem}
.field-row input{flex:1;background:var(--char);border:1px solid var(--line);color:var(--ivory);padding:.95rem 1.1rem;border-radius:2px;font-family:var(--sans);font-size:.95rem;font-weight:300;transition:border-color .3s}
.field-row input::placeholder{color:var(--muted)}
.field-row input:focus{outline:none;border-color:var(--gold)}
.hero-assure{display:flex;align-items:center;gap:.7rem;font-size:.84rem;color:var(--ivory-soft)}
.stars{color:var(--gold-bright);letter-spacing:.12em;font-size:.82rem}

/* TRUST */
.trust{
  max-width:var(--maxw);margin:0 auto;
  padding:2.2rem clamp(1.2rem,4vw,3rem);
  border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  display:flex;align-items:center;justify-content:space-between;gap:1.4rem;flex-wrap:wrap;
}
.trust-item{display:flex;flex-direction:column;gap:.3rem}
.ti-num{font-family:var(--serif);font-size:1.3rem;color:var(--gold-bright);font-weight:500}
.ti-label{font-size:.78rem;color:var(--muted);letter-spacing:.02em}
.trust-divider{width:1px;height:34px;background:var(--line)}

/* STORY */
.story{
  max-width:var(--maxw);margin:0 auto;
  padding:7rem clamp(1.2rem,4vw,3rem);
  display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:center;
}
.story-figure{position:relative}
.story-figure img{border-radius:4px;filter:saturate(1.02) contrast(1.02)}
.story-figure figcaption{margin-top:1rem;font-size:.78rem;color:var(--muted);letter-spacing:.04em}

/* HOW */
.how{max-width:var(--maxw);margin:0 auto;padding:5rem clamp(1.2rem,4vw,3rem) 7rem}
.section-head{max-width:40rem;margin-bottom:3.4rem}
.steps{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}
.step{background:var(--ink);padding:2.2rem 1.7rem 2.6rem;position:relative;transition:background .4s var(--ease)}
.step:hover{background:var(--char)}
.step-no{font-family:var(--serif);font-size:1.5rem;color:var(--gold);display:block;margin-bottom:1.6rem;font-weight:500}
.step h3{font-family:var(--sans);font-weight:500;font-size:1.05rem;margin-bottom:.7rem;letter-spacing:.01em}
.step p{font-size:.9rem;color:var(--ivory-soft);line-height:1.6}

/* COMPOSER */
.composer{background:linear-gradient(180deg,#faf8f2,#f3efe6);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.composer-inner{
  max-width:var(--maxw);margin:0 auto;
  padding:7rem clamp(1.2rem,4vw,3rem);
  display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,5rem);align-items:center;
}
.composer-form{margin-top:2rem;max-width:32rem}
.composer-form textarea{
  width:100%;background:var(--char);border:1px solid var(--line);color:var(--ivory);
  padding:1.1rem 1.2rem;border-radius:3px;font-family:var(--serif);
  font-size:1.35rem;line-height:1.4;font-weight:400;resize:none;transition:border-color .3s;
}
.composer-form textarea::placeholder{color:var(--muted);font-style:italic}
.composer-form textarea:focus{outline:none;border-color:var(--gold)}
.composer-actions{display:flex;align-items:center;gap:1.2rem;margin-top:1.2rem;flex-wrap:wrap}
.example-chips{display:flex;gap:.5rem;flex-wrap:wrap}
.chip{
  background:transparent;border:1px solid var(--line);color:var(--ivory-soft);
  font-family:var(--sans);font-size:.76rem;padding:.45rem .8rem;border-radius:100px;
  cursor:pointer;transition:border-color .3s,color .3s;letter-spacing:.01em;
}
.chip:hover{border-color:var(--gold);color:var(--gold-bright)}

.composer-stage{
  position:relative;min-height:440px;display:flex;flex-direction:column;
  align-items:center;justify-content:center;
  background:radial-gradient(120% 90% at 50% 28%,#ffffff,#f0ebe0 78%);
  border:1px solid var(--line);border-radius:6px;padding:2.4rem 1rem;overflow:hidden;
}
.stage-glow{
  position:absolute;top:42%;left:50%;width:220px;height:340px;transform:translate(-50%,-50%);
  background:radial-gradient(closest-side,rgba(201,162,74,.16),transparent 72%);filter:blur(6px);
}
.bracelet{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:0}
.stage-caption{position:relative;z-index:2;margin-top:1.8rem;font-size:.74rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted)}

/* a single module in the live bracelet */
.module{
  position:relative;display:flex;align-items:center;justify-content:center;
  opacity:0;transform:translateY(-10px) scale(.85);
  animation:dropIn .55s var(--ease) forwards;
}
.module + .module{margin-top:13px}
.module::before{ /* connecting thread */
  content:"";position:absolute;top:-13px;left:50%;width:1px;height:13px;
  transform:translateX(-50%);background:linear-gradient(180deg,transparent,var(--gold-deep));
}
.module:first-child::before{display:none}
.mod-shape{
  width:34px;height:30px;position:relative;
  box-shadow:0 6px 14px -6px rgba(0,0,0,.8),0 0 0 1px rgba(0,0,0,.3) inset;
}
.mod-gold{background:linear-gradient(135deg,#f0d692 0%,#c9a24a 45%,#9a7a2c 100%)}
.mod-silver{background:linear-gradient(135deg,#eef0f2 0%,#cfd2d6 45%,#9aa0a6 100%)}
.mod-engraved{background:linear-gradient(135deg,#d8be7e 0%,#b08a33 100%);}
.mod-engraved::after{content:"";position:absolute;inset:8px;border:1px solid rgba(40,28,6,.45);border-radius:1px}
.mod-hex{clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%)}
.mod-round{border-radius:50%;width:26px;height:26px}
.mod-bar{width:40px;height:16px;border-radius:2px}
.mod-label{
  position:absolute;left:calc(100% + 16px);top:50%;transform:translateY(-50%);
  white-space:nowrap;text-align:left;
}
.mod-word{display:block;font-family:var(--serif);font-style:italic;font-size:1rem;color:var(--ivory);line-height:1.1}
.mod-mean{display:block;font-size:.66rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-top:.15rem}
.mod-label::before{content:"";position:absolute;left:-12px;top:50%;width:8px;height:1px;background:var(--line-strong)}

@keyframes dropIn{to{opacity:1;transform:translateY(0) scale(1)}}

.bracelet-empty{font-family:var(--serif);font-style:italic;color:var(--muted);font-size:1.05rem}

/* DESIGN DETAIL */
.design{
  max-width:var(--maxw);margin:0 auto;
  padding:7rem clamp(1.2rem,4vw,3rem);
  display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(2rem,5vw,5rem);align-items:center;
}
.design-frame{position:relative;display:flex;justify-content:center}
.design-frame::before{content:"";position:absolute;inset:0;
  background:radial-gradient(closest-side,rgba(201,162,74,.14),transparent 70%);filter:blur(8px)}
.design-frame img{position:relative;width:min(300px,86%);border-radius:4px;filter:drop-shadow(0 36px 56px rgba(0,0,0,.6))}
.design-meaning{font-size:1.05rem;color:var(--ivory-soft);max-width:34rem;margin-top:1.2rem;line-height:1.7}
.module-legend{list-style:none;margin:2rem 0 2.4rem;display:flex;flex-direction:column;gap:.8rem}
.module-legend li{display:flex;align-items:center;gap:.8rem;font-size:.9rem;color:var(--ivory-soft)}
.dot{width:14px;height:14px;border-radius:3px;flex-shrink:0;box-shadow:0 0 0 1px rgba(0,0,0,.3) inset}
.dot-gold{background:linear-gradient(135deg,#f0d692,#c9a24a)}
.dot-silver{background:linear-gradient(135deg,#eef0f2,#cfd2d6)}
.dot-engraved{background:linear-gradient(135deg,#d8be7e,#b08a33);border:1px solid rgba(40,28,6,.4)}
.design-cta{display:flex;gap:1rem;flex-wrap:wrap}

/* MOBILE CONCEPT */
.mobile{max-width:var(--maxw);margin:0 auto;padding:5rem clamp(1.2rem,4vw,3rem) 7rem;display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,5rem);align-items:center}
.mobile .section-head{margin-bottom:0}
.phone{display:flex;justify-content:center}
.phone-frame{
  width:300px;height:600px;border-radius:42px;background:#000;
  border:1px solid var(--line-strong);padding:11px;position:relative;
  box-shadow:0 50px 90px -30px rgba(0,0,0,.8),0 0 0 8px #0e0e10;
}
.phone-notch{position:absolute;top:11px;left:50%;transform:translateX(-50%);width:120px;height:24px;background:#000;border-radius:0 0 16px 16px;z-index:5}
.phone-screen{
  width:100%;height:100%;border-radius:32px;overflow:hidden;
  background:radial-gradient(120% 80% at 50% 0%,#ffffff,#f3efe6 72%);
  padding:1.8rem 1.4rem;display:flex;flex-direction:column;
}
.ps-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.8rem}
.ps-mark{font-weight:600;letter-spacing:.28em;font-size:.74rem}
.ps-menu{color:var(--ivory-soft)}
.ps-eyebrow{font-size:.6rem;letter-spacing:.26em;text-transform:uppercase;color:var(--gold);margin-bottom:.5rem}
.ps-h{font-family:var(--serif);font-weight:400;font-size:1.7rem;line-height:1.05;margin-bottom:1.2rem}
.ps-bracelet{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px}
.ps-bead{width:24px;height:21px;box-shadow:0 4px 10px -4px rgba(0,0,0,.8)}
.ps-input{background:var(--char);border:1px solid var(--line);border-radius:3px;padding:.7rem .8rem;font-size:.78rem;color:var(--muted);font-style:italic;margin-bottom:.7rem}
.ps-cta{background:linear-gradient(180deg,var(--gold-bright),var(--gold));color:#211a09;border:none;border-radius:2px;padding:.8rem;font-family:var(--sans);font-weight:500;font-size:.8rem;letter-spacing:.03em;cursor:pointer}

/* QUOTE */
.quote{max-width:850px;margin:0 auto;padding:5rem clamp(1.2rem,4vw,3rem);text-align:center;position:relative}
.quote-mark{font-family:var(--serif);font-size:6rem;color:var(--gold);line-height:.4;opacity:.5}
.quote blockquote{font-family:var(--serif);font-weight:300;font-size:clamp(1.5rem,3vw,2.4rem);line-height:1.3;color:var(--ivory);margin:1rem 0 1.6rem}
.quote-by{font-size:.74rem;letter-spacing:.22em;text-transform:uppercase;color:var(--muted)}

/* FAQ */
.faq{max-width:var(--maxw);margin:0 auto;padding:5rem clamp(1.2rem,4vw,3rem) 7rem;display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,5vw,4rem);align-items:start}
.faq .section-head{margin-bottom:0;position:sticky;top:7rem}
.faq-list{display:flex;flex-direction:column}
.faq-item{border-top:1px solid var(--line);padding:.4rem 0}
.faq-item:last-child{border-bottom:1px solid var(--line)}
.faq-item summary{
  list-style:none;cursor:pointer;padding:1.3rem 0;display:flex;align-items:center;
  justify-content:space-between;gap:1rem;font-family:var(--serif);font-size:1.4rem;color:var(--ivory);font-weight:400;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-plus{position:relative;width:14px;height:14px;flex-shrink:0}
.faq-plus::before,.faq-plus::after{content:"";position:absolute;background:var(--gold);transition:transform .3s var(--ease)}
.faq-plus::before{top:6px;left:0;width:14px;height:1.5px}
.faq-plus::after{left:6px;top:0;width:1.5px;height:14px}
.faq-item[open] .faq-plus::after{transform:rotate(90deg);opacity:0}
.faq-item p{color:var(--ivory-soft);font-size:.98rem;max-width:40rem;padding-bottom:1.4rem;line-height:1.7}

/* FINAL */
.final{max-width:760px;margin:0 auto;padding:6rem clamp(1.2rem,4vw,3rem) 7rem;text-align:center}
.final .display{margin-bottom:2.2rem}
.final-sub{margin-top:1.8rem;font-size:.82rem;letter-spacing:.22em;text-transform:uppercase;color:var(--muted)}

/* FOOTER */
.footer{border-top:1px solid var(--line);max-width:var(--maxw);margin:0 auto;padding:4rem clamp(1.2rem,4vw,3rem);display:grid;grid-template-columns:1.2fr 1.8fr;gap:3rem}
.footer-brand .wordmark{font-size:1rem}
.footer-brand p{color:var(--muted);font-style:italic;font-family:var(--serif);font-size:1.05rem;margin-top:1rem}
.footer-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.footer-cols h4{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem;font-weight:500}
.footer-cols a{display:block;color:var(--ivory-soft);text-decoration:none;font-size:.88rem;margin-bottom:.7rem;transition:color .3s}
.footer-cols a:hover{color:var(--gold-bright)}
.footer-fine{grid-column:1/-1;border-top:1px solid var(--line);padding-top:1.6rem;margin-top:1rem;font-size:.76rem;color:var(--muted)}

/* REVEAL ANIMATION */
.reveal{opacity:0;transform:translateY(26px);transition:opacity .9s var(--ease),transform .9s var(--ease)}
.reveal.in{opacity:1;transform:none}

/* RESPONSIVE */
@media(max-width:900px){
  .nav-links{display:none}
  .hero{padding-top:7rem;gap:2.4rem}
  .sova-stage{aspect-ratio:5/6;min-height:0}
  .sova-portrait{left:8%;width:36%}
  .sova-product{right:9%;width:24%}
  .hero-cta{grid-template-columns:1fr;gap:1.6rem}
  .hero-prop{margin-top:0}
  .story,.composer-inner,.design,.mobile,.faq{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr 1fr}
  .design-art{order:-1}
  .faq .section-head{position:static}
  .footer{grid-template-columns:1fr;gap:2.4rem}
  .trust{justify-content:flex-start;gap:1.6rem 2rem}
  .trust-divider{display:none}
}
@media(max-width:540px){
  .steps{grid-template-columns:1fr}
  .footer-cols{grid-template-columns:1fr 1fr}
  .field-row{flex-direction:column}
  .nav-cta{display:none}
  .composer-form textarea{font-size:1.15rem}
  .mod-label{left:calc(100% + 12px)}
  .mod-word{font-size:.9rem}
}

@media(prefers-reduced-motion:reduce){
  *{animation-duration:.001ms!important;transition-duration:.001ms!important}
  .reveal{opacity:1;transform:none}
}
