
:root{
  --bg:#07080a;
  --panel:#111318;
  --panel2:#171a1f;
  --text:#f4f4f2;
  --muted:#a8abb1;
  --orange:#f4a313;
  --line:#2b2f35;
  --max:1380px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  line-height:1.55;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button{font:inherit}
main,header,footer{position:relative;z-index:1}
.section-shell{max-width:var(--max);margin:0 auto;padding-left:42px;padding-right:42px;background:transparent!important}

/* Fixed drummer stays on the left only, as requested. */
.fixed-drummer-bg{
  position:fixed;
  z-index:0;
  left:0;
  top:0;
  width:68vw;
  height:100vh;
  pointer-events:none;
  background:url("assets/drummer-stage.png") no-repeat left center/cover;
  opacity:.62;
  filter:saturate(.80) contrast(1.02) brightness(.94);
  -webkit-mask-image:linear-gradient(90deg,#000 0%,#000 46%,rgba(0,0,0,.94) 58%,rgba(0,0,0,.76) 70%,rgba(0,0,0,.50) 82%,rgba(0,0,0,.22) 93%,transparent 100%);
  mask-image:linear-gradient(90deg,#000 0%,#000 46%,rgba(0,0,0,.94) 58%,rgba(0,0,0,.76) 70%,rgba(0,0,0,.50) 82%,rgba(0,0,0,.22) 93%,transparent 100%);
}

/* Header */
.site-header{
  position:sticky;
  top:0;
  z-index:40;
  min-height:118px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px max(24px,calc((100vw - var(--max))/2 + 42px));
  background:rgba(7,8,10,.95);
  backdrop-filter:blur(14px);
  border-bottom:1px solid #1c1e22;
}
.brand{display:flex;gap:18px;align-items:center}
.brand img{object-fit:contain}
.brand-full img{width:112px;height:112px}
.brand span{display:flex;flex-direction:column}
.brand strong{font-size:38px;line-height:.96;text-transform:uppercase}
.brand small{font-size:12px;text-transform:uppercase;color:var(--orange);font-weight:800;letter-spacing:.11em;margin-top:8px}
.nav{display:flex;gap:30px;align-items:center;font-size:13px;font-weight:700}
.nav a:not(.nav-cta):hover{color:var(--orange)}
.nav-cta,.button.primary{border:1px solid var(--orange);color:#0b0b0b;background:var(--orange);padding:13px 20px;font-weight:900}
.menu-toggle{display:none;border:1px solid var(--line);background:var(--panel);color:#fff;border-radius:8px;padding:8px 11px}

/* Shared typography */
.eyebrow{font-size:11px;letter-spacing:.2em;font-weight:900;color:var(--orange);margin:0 0 14px}
.hero h1,.manifesto h2,.workflow h2,.section-intro h2,.tablet-showcase h2,.story h2,.section-heading h2,.download h2{
  text-shadow:0 2px 14px rgba(0,0,0,.9);
}
p,li{ text-shadow:0 1px 10px rgba(0,0,0,.72); }

/* Hero */
.hero{
  min-height:760px;
  padding-top:76px;
  padding-bottom:88px;
  display:grid;
  grid-template-columns:.92fr 1.25fr;
  align-items:center;
  gap:70px;
  border-bottom:1px solid #1b1d21;
  background:transparent;
}
.hero-copy{background:transparent!important}
.hero h1{font-size:clamp(60px,6vw,102px);line-height:.91;letter-spacing:-.055em;text-transform:uppercase;margin:0 0 30px}
.hero h1 span{color:var(--orange)}
.hero-lede{font-size:19px;max-width:650px;color:#c8c9cc}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:32px 0 24px}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;text-transform:uppercase;font-size:12px;font-weight:900;letter-spacing:.05em;border-radius:5px}
.button.secondary{border:1px solid #555960;background:transparent}
.signature{font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:#858991}
.hero-devices{position:relative;height:610px;background:transparent!important}
.device{overflow:hidden;background:#050506;border:1px solid #4a4e55;box-shadow:0 35px 80px rgba(0,0,0,.55)}
.device img{width:100%;height:100%;object-fit:cover}
.tablet{position:absolute;left:2%;right:10%;top:5%;height:435px;border-radius:18px;padding:8px;z-index:1;background:#111318;border:6px solid #373b42}
.tablet img{border-radius:11px;object-fit:contain;background:#15181d}
.phone{position:absolute;width:218px;height:475px;border-radius:31px;border:6px solid #33373d;z-index:3}
.phone img{border-radius:24px}
.phone-left{left:-3%;bottom:0}
.phone-right{right:0;bottom:4%}

/* One Place */
.manifesto{padding-top:105px;padding-bottom:105px;text-align:center;max-width:1180px;background:transparent!important}
.manifesto h2{font-size:clamp(38px,4vw,60px);line-height:1.04;letter-spacing:-.04em;margin:0 0 22px}
.manifesto>p:not(.eyebrow){max-width:840px;margin:0 auto;color:#b5b8bd;font-size:18px}
.resource-grid{margin-top:46px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;background:transparent!important}
.resource-card{min-height:150px;padding:23px 16px 20px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;border:1px solid #34302a;background:linear-gradient(180deg,#111318,#0d0f12);border-radius:12px}
.resource-icon{height:48px;display:flex;align-items:center;justify-content:center;color:var(--orange)}
.resource-icon svg{width:37px;height:37px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.resource-card strong{margin-top:9px;text-transform:uppercase;font-size:13px;letter-spacing:.08em}
.resource-card small{max-width:180px;margin-top:8px;color:#989ca3;font-size:11px;line-height:1.45}

/* Practice / Perform */
.workflow{
  padding-top:105px;
  padding-bottom:105px;
  display:grid;
  grid-template-columns:.78fr 1.22fr;
  gap:90px;
  align-items:center;
  border-top:1px solid #1b1d21;
  background:transparent!important;
}
.workflow.reverse{grid-template-columns:.78fr 1.22fr}
.workflow.reverse .workflow-copy{order:2}
.workflow.reverse .workflow-screens{order:1}
.workflow-copy{background:transparent!important}
.workflow h2{font-size:clamp(38px,4vw,60px);line-height:1.04;letter-spacing:-.04em;margin:0 0 22px}
.number{font-size:72px;line-height:1;color:#25282d;font-weight:900;margin:0 0 20px}
.workflow-copy>p:not(.number):not(.eyebrow){color:#b7bac0;font-size:18px}
.clean-list{list-style:none;padding:0;margin:28px 0 0;border-top:1px solid rgba(255,255,255,.15)}
.clean-list li{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.15);font-size:14px}
.clean-list li:before{content:'—';color:var(--orange);margin-right:12px}
.workflow-screens{min-height:630px;position:relative;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.phone-frame{border:5px solid #33373d;border-radius:25px;overflow:hidden;background:#090a0c;box-shadow:0 24px 60px rgba(0,0,0,.42)}
.phone-frame img{width:100%;height:auto}
.workflow-screens .main-screen{position:absolute;width:270px;left:14%;top:35px;z-index:2}
.workflow-screens .secondary-screen{position:absolute;width:225px;right:10%;bottom:30px;z-index:3}
.workflow-screens .secondary-screen img{aspect-ratio:945/2048;object-fit:cover;object-position:top}

/* Organize */
.organize-section{padding-top:95px;padding-bottom:105px;border-top:1px solid #1b1d21;background:transparent!important}
.organize-section .section-intro{max-width:920px;margin:0 auto 48px;text-align:center;background:transparent!important}
.organize-section .section-intro h2{font-size:clamp(38px,4vw,62px);line-height:1.03;letter-spacing:-.04em;margin:0 0 18px}
.organize-section .section-intro p:not(.eyebrow){color:#b8bcc3;font-size:18px;line-height:1.55}
.organize-four-grid{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;align-items:end;background:transparent!important}
.organize-shot{margin:0}
.organize-shot .phone-frame{border:5px solid #363a41;border-radius:28px;overflow:hidden;background:#0c0e11;box-shadow:0 24px 60px rgba(0,0,0,.36)}
.organize-shot figcaption{margin-top:14px;text-align:center;color:var(--orange);font-size:11px;font-weight:800;letter-spacing:.15em}

/* Tablet collage */
.tablet-showcase{padding-top:100px;padding-bottom:125px;border-top:1px solid #1b1d21;background:transparent!important}
.tablet-showcase-copy{max-width:760px;margin:0 auto 48px;text-align:center;background:transparent!important}
.tablet-showcase-copy h2{font-size:clamp(38px,4vw,60px);line-height:1.04;letter-spacing:-.04em;margin:0 0 22px}
.tablet-showcase-copy p:not(.eyebrow){color:#b7bac0;font-size:18px}
.tablet-collage{position:relative;width:min(1260px,94vw);height:clamp(560px,58vw,760px);margin:0 auto;background:transparent!important}
.tablet-card{position:absolute;margin:0;transform-origin:center}
.tablet-card .tablet-frame{border:6px solid #383c43;border-radius:20px;overflow:hidden;background:#0b0d10;box-shadow:0 32px 90px rgba(0,0,0,.55)}
.tablet-card img{width:100%;height:auto}
.tablet-card figcaption{margin-top:12px;text-align:center;color:#a7abb2;font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
.tablet-card-main{z-index:3;width:72%;left:14%;top:5%;transform:rotate(-1deg)}
.tablet-card-left{z-index:2;width:54%;left:0;top:38%;transform:rotate(-4deg)}
.tablet-card-right{z-index:2;width:54%;right:0;top:42%;transform:rotate(4deg)}

/* Story */
.story{
  display:grid;
  grid-template-columns:.55fr 1fr;
  gap:65px;
  align-items:center;
  margin-top:30px;
  margin-bottom:100px;
  padding-top:65px;
  padding-bottom:65px;
  border-top:1px solid #2d2517;
  border-bottom:1px solid #2d2517;
  background:transparent!important;
}
.story-art{display:flex;justify-content:center;align-items:center;min-height:330px;background:transparent!important}
.story-emblem{display:block;width:min(340px,88%);height:auto;margin:auto;object-fit:contain;filter:drop-shadow(0 12px 28px rgba(0,0,0,.42))}
.story h2{font-size:clamp(38px,4vw,60px);line-height:1.04;letter-spacing:-.04em;margin:0 0 22px}
.story-copy{background:transparent!important}
.story-copy p:not(.eyebrow){color:#bfc2c7;font-size:18px}

/* FAQ */
.faq{padding-top:100px;padding-bottom:100px;border-top:1px solid #1b1d21;background:transparent!important}
.section-heading{max-width:820px;margin:0 auto 50px;text-align:center;background:transparent!important}
.section-heading h2{font-size:clamp(38px,4vw,60px);line-height:1.04;letter-spacing:-.04em;margin:0 0 22px}
.faq-grid{max-width:930px;margin:auto;border-top:1px solid #34373c;background:transparent!important}
.faq details{border-bottom:1px solid #34373c;background:transparent}
.faq summary{cursor:pointer;padding:22px 4px;font-weight:800}
.faq details p{color:#b9bdc5;margin:0 4px 22px}

/* Download */
.download{
  margin-bottom:75px;
  padding-top:65px;
  padding-bottom:65px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:50px;
  align-items:center;
  border-top:1px solid #40331c;
  border-bottom:1px solid #40331c;
  background:transparent!important;
}
.download-copy{padding:0;background:transparent!important}
.download h2{font-size:clamp(38px,4vw,60px);line-height:1.04;letter-spacing:-.04em;margin:0 0 22px}
.download-copy p:not(.eyebrow){color:#aaaeb5;max-width:560px}
.launch-note{font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.store-area{padding:0;display:grid;grid-template-columns:1fr;gap:12px;background:transparent!important}
.store-badge{display:flex;align-items:center;gap:10px;min-width:190px;color:#fff;background:#050506;border:1px solid #666b72;border-radius:8px;padding:10px 14px;font-size:23px;cursor:pointer}
.store-badge span{display:flex;flex-direction:column;text-align:left;font-size:17px;font-weight:700;line-height:1}
.store-badge small{font-size:9px;text-transform:uppercase;font-weight:400;margin-bottom:5px}
.store-note{margin:0;max-width:220px;font-size:11px;color:#8e9299;text-align:center}

/* Footer */
.footer{border-top:1px solid #24262a;min-height:135px;display:grid;grid-template-columns:auto 1fr auto;gap:30px;align-items:center;padding:25px max(24px,calc((100vw - var(--max))/2 + 42px));color:#92969d;background:#07080a}
.footer .brand strong{color:#fff;font-size:19px}
.footer-brand img{width:58px;height:58px;object-fit:contain}
.footer-links{display:flex;justify-content:center;gap:23px;font-size:11px}
.copyright{font-size:11px}

.reveal{opacity:0;transform:translateY(15px);transition:opacity .6s ease,transform .6s ease}
.reveal.in{opacity:1;transform:none}

/* Responsive */
@media(max-width:1050px){
  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-devices{height:590px}
  .workflow,.workflow.reverse{grid-template-columns:1fr;gap:45px}
  .workflow.reverse .workflow-copy,.workflow.reverse .workflow-screens{order:initial}
  .workflow-copy{max-width:760px}
  .organize-four-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:760px}
  .resource-grid{grid-template-columns:repeat(4,1fr)}
  .story{grid-template-columns:1fr;text-align:center}
  .download{grid-template-columns:1fr}
  .footer{grid-template-columns:1fr;text-align:center}
  .footer .brand{justify-content:center}
  .footer-links{flex-wrap:wrap}
}
@media(max-width:900px){
  .tablet-collage{height:auto;display:grid;gap:22px}
  .tablet-card,.tablet-card-main,.tablet-card-left,.tablet-card-right{position:relative;width:100%;left:auto;right:auto;top:auto;transform:none}
}
@media(max-width:760px){
  .section-shell{padding-left:20px;padding-right:20px}
  .site-header{padding:8px 18px;min-height:88px}
  .brand-full img{width:76px;height:76px}
  .brand strong{font-size:24px}
  .brand small{display:none}
  .menu-toggle{display:block}
  .nav{position:absolute;display:none;top:88px;left:12px;right:12px;padding:14px;flex-direction:column;align-items:stretch;gap:3px;border:1px solid var(--line);background:#0f1114}
  .nav.open{display:flex}
  .nav a{padding:11px}
  .nav-cta{text-align:center}
  .fixed-drummer-bg{width:72vw;opacity:.18;background-position:38% center}
  .hero{padding-top:48px;padding-bottom:60px;gap:30px}
  .hero h1{font-size:clamp(52px,16vw,78px)}
  .hero-lede{font-size:17px}
  .hero-actions{display:grid}
  .button{width:100%}
  .hero-devices{height:430px}
  .tablet{left:0;right:0;height:250px}
  .phone{width:145px;height:316px;border-width:5px}
  .phone-left{left:5%}
  .phone-right{right:4%}
  .resource-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .workflow-screens{min-height:500px}
  .workflow-screens .main-screen{width:215px;left:8%}
  .workflow-screens .secondary-screen{width:180px;right:7%}
  .organize-four-grid{grid-template-columns:1fr;max-width:330px}
  .download{margin-left:12px;margin-right:12px}
  .store-badge{width:100%;justify-content:center}
  .footer-links{gap:13px}
}
@media(max-width:460px){
  .hero-devices{height:370px}
  .tablet{height:210px}
  .phone{width:126px;height:274px}
  .workflow-screens{min-height:430px}
  .workflow-screens .main-screen{width:185px;left:4%}
  .workflow-screens .secondary-screen{width:155px;right:4%}
  .resource-grid{grid-template-columns:1fr 1fr}
  .footer-links{flex-direction:column}
}


/* ==========================================================
   V3.18 RESPONSIVE REFINEMENT
   Desktop and landscape-tablet layouts remain unchanged.
   Portrait phone: compact/staggered screenshots.
   Landscape phone: compact, non-sticky hamburger header.
   ========================================================== */

/* Portrait phones: smaller, layered device imagery to reduce vertical scrolling. */
@media (max-width: 600px) and (orientation: portrait) {
  .fixed-drummer-bg {
    width: 68vw;
    opacity: .16;
    background-position: left center;
  }

  /* Practice / Perform phone pairs */
  .workflow-screens {
    min-height: 365px;
    max-width: 360px;
    margin: 0 auto;
  }
  .workflow-screens .main-screen {
    width: 158px;
    left: 8%;
    top: 20px;
    transform: rotate(-2deg);
  }
  .workflow-screens .secondary-screen {
    width: 145px;
    right: 8%;
    bottom: 18px;
    transform: rotate(2deg);
  }

  /* Four Organize screenshots: compact two-column stagger instead of four full-width phones. */
  .organize-four-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 10px;
    max-width: 360px;
    align-items: start;
  }
  .organize-shot {
    width: 100%;
  }
  .organize-shot:nth-child(odd) {
    transform: translateY(12px) rotate(-1deg);
  }
  .organize-shot:nth-child(even) {
    transform: translateY(-4px) rotate(1deg);
  }
  .organize-shot .phone-frame {
    border-width: 3px;
    border-radius: 18px;
  }
  .organize-shot figcaption {
    font-size: 9px;
    margin-top: 7px;
  }

  /* Tablet showcase: deliberate overlapping collage on portrait phone. */
  .tablet-collage {
    display: block;
    position: relative;
    height: 455px;
    width: min(96vw, 410px);
    margin: 0 auto;
  }
  .tablet-card,
  .tablet-card-main,
  .tablet-card-left,
  .tablet-card-right {
    position: absolute;
    width: 88%;
    margin: 0;
  }
  .tablet-card-main {
    left: 6%;
    top: 0;
    transform: rotate(-1deg);
    z-index: 3;
  }
  .tablet-card-left {
    left: -2%;
    top: 135px;
    transform: rotate(-4deg);
    z-index: 2;
  }
  .tablet-card-right {
    right: -2%;
    left: auto;
    top: 268px;
    transform: rotate(4deg);
    z-index: 1;
  }
  .tablet-card .tablet-frame {
    border-width: 4px;
    border-radius: 14px;
  }
  .tablet-card figcaption {
    display: none;
  }

  /* Hero device grouping remains layered but slightly smaller. */
  .hero-devices {
    height: 350px;
  }
  .hero-devices .tablet {
    height: 205px;
  }
  .hero-devices .phone {
    width: 118px;
    height: 257px;
  }
}

/* Phone landscape: width may resemble a tablet, so detect by short viewport height. */
@media (orientation: landscape) and (max-height: 520px) and (max-width: 950px) {
  .site-header {
    position: relative;
    top: auto;
    min-height: 62px;
    height: 62px;
    padding: 5px 14px;
  }
  .site-header .brand {
    gap: 9px;
  }
  .site-header .brand-full img {
    width: 50px;
    height: 50px;
  }
  .site-header .brand strong {
    font-size: 18px;
    line-height: 1;
  }
  .site-header .brand small {
    display: none;
  }

  .menu-toggle {
    display: block;
    padding: 6px 9px;
  }
  .nav {
    display: none;
    position: absolute;
    top: 62px;
    left: 10px;
    right: 10px;
    flex-direction: column;
    align-items: stretch;
    gap: 2px;
    padding: 10px;
    background: #0f1114;
    border: 1px solid var(--line);
    z-index: 60;
  }
  .nav.open {
    display: flex;
  }
  .nav a {
    padding: 8px 10px;
  }

  .fixed-drummer-bg {
    width: 68vw;
    opacity: .34;
    background-position: left center;
  }

  /* Reduce tall image groups in short landscape viewports. */
  .hero {
    min-height: auto;
    padding-top: 34px;
    padding-bottom: 45px;
    grid-template-columns: .92fr 1.08fr;
    gap: 30px;
  }
  .hero h1 {
    font-size: clamp(44px, 8vw, 66px);
  }
  .hero-devices {
    height: 350px;
  }
  .hero-devices .tablet {
    height: 245px;
  }
  .hero-devices .phone {
    width: 125px;
    height: 272px;
  }

  .workflow {
    padding-top: 65px;
    padding-bottom: 65px;
    gap: 45px;
  }
  .workflow-screens {
    min-height: 420px;
  }

  .tablet-showcase {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}


/* V3.19 — approved flexibility message only */
.flexibility{
  padding-top:78px;
  padding-bottom:78px;
  text-align:center;
  max-width:980px;
  border-top:1px solid #1b1d21;
  background:transparent!important;
}
.flexibility h2{
  font-size:clamp(34px,3.7vw,54px);
  line-height:1.06;
  letter-spacing:-.035em;
  margin:0 auto 20px;
  max-width:900px;
}
.flexibility p{
  max-width:820px;
  margin:0 auto;
  color:#b7bac0;
  font-size:18px;
  line-height:1.6;
}
@media (max-width:600px){
  .flexibility{
    padding-top:62px;
    padding-bottom:62px;
  }
  .flexibility p{
    font-size:16px;
  }
}

/* V3.20 — Groove Grid + interactive screenshot stacks */
.groove-grid-feature{padding-top:100px;padding-bottom:100px;display:grid;grid-template-columns:.92fr 1.08fr;gap:72px;align-items:center;border-top:1px solid #1b1d21;background:transparent!important}
.groove-grid-copy{background:transparent!important}
.groove-grid-feature h2{font-size:clamp(38px,4vw,60px);line-height:1.04;letter-spacing:-.04em;margin:0 0 22px;text-shadow:0 2px 14px rgba(0,0,0,.9)}
.groove-grid-feature p{color:#b7bac0;font-size:18px}
.groove-grid-feature .groove-grid-lede{color:#fff;margin-top:0}
.groove-grid-feature .groove-grid-tagline{margin-top:28px;color:var(--orange);font-weight:900;text-transform:uppercase;letter-spacing:.08em;font-size:14px}
.groove-grid-shot{width:min(370px,80%);margin:0 auto}
.groove-grid-shot .phone-frame{border:5px solid #363a41;border-radius:28px;overflow:hidden;background:#0c0e11;box-shadow:0 24px 60px rgba(0,0,0,.42)}
.groove-grid-shot figcaption{margin-top:12px;text-align:center;color:#a7abb2;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}

.interactive-stack [data-stack-item]{cursor:pointer;transition:transform .26s ease,filter .26s ease,opacity .26s ease}
.interactive-stack [data-stack-item]:focus-visible{outline:2px solid var(--orange);outline-offset:5px}
.interactive-stack [data-stack-item].is-front{z-index:10!important;filter:none!important;opacity:1!important}
.tablet-collage .tablet-card:not(.is-front){filter:brightness(.86)}
.tablet-collage .tablet-card.is-front{transform:translateY(-8px) rotate(0deg) scale(1.015)}

.organize-stack{position:relative;width:min(1080px,94vw);height:620px;margin:0 auto;background:transparent!important}
.organize-layer{position:absolute;width:240px;margin:0}
.organize-layer:nth-child(1){left:7%;top:72px;transform:rotate(-5deg);z-index:4}
.organize-layer:nth-child(2){left:28%;top:24px;transform:rotate(-2deg);z-index:3}
.organize-layer:nth-child(3){right:28%;top:38px;transform:rotate(2deg);z-index:2}
.organize-layer:nth-child(4){right:7%;top:88px;transform:rotate(5deg);z-index:1}
.organize-layer:not(.is-front){filter:brightness(.82)}
.organize-layer.is-front{transform:translateY(-12px) rotate(0deg) scale(1.05)}
.organize-layer .phone-frame{border:5px solid #363a41;border-radius:28px;overflow:hidden;background:#0c0e11;box-shadow:0 28px 70px rgba(0,0,0,.45)}
.organize-layer figcaption{margin-top:12px;text-align:center;color:var(--orange);font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}

@media (max-width:1050px){.groove-grid-feature{grid-template-columns:1fr;gap:42px}.groove-grid-copy{max-width:780px}}
@media (max-width:760px){.groove-grid-feature{padding-top:72px;padding-bottom:72px;gap:30px}.groove-grid-feature p{font-size:16px}.groove-grid-shot{width:min(300px,78vw)}}
@media (max-width:600px) and (orientation:portrait){
  .organize-stack{height:430px;width:min(370px,94vw)}
  .organize-layer{width:150px}
  .organize-layer:nth-child(1){left:2%;top:90px;transform:rotate(-6deg)}
  .organize-layer:nth-child(2){left:24%;top:22px;transform:rotate(-2deg)}
  .organize-layer:nth-child(3){right:22%;top:35px;transform:rotate(2deg)}
  .organize-layer:nth-child(4){right:1%;top:100px;transform:rotate(6deg)}
  .organize-layer .phone-frame{border-width:3px;border-radius:18px}
  .organize-layer figcaption{display:none}
  .tablet-collage .tablet-card.is-front{transform:translateY(-5px) rotate(0deg) scale(1.01)}
}
@media (orientation:landscape) and (max-height:520px) and (max-width:950px){
  .groove-grid-feature{grid-template-columns:.95fr 1.05fr;gap:36px;padding-top:65px;padding-bottom:65px}
  .groove-grid-shot{width:240px}
  .organize-stack{height:430px}
  .organize-layer{width:175px}
}

/* V3.21 portrait-phone correction */
@media (max-width:600px) and (orientation:portrait){
 html,body{width:100%;max-width:100%;margin:0;overflow-x:clip}
 .site-header,main,section,.section-shell,.hero,.workflow,.one-place,.organize,.tablet-section,.groove-grid-feature,.faq,footer{width:100%;max-width:100%;box-sizing:border-box}
 .hero-copy,.workflow-copy,.one-place-copy,.organize-copy,.tablet-copy,.groove-grid-copy{width:100%;max-width:100%;margin-left:auto;margin-right:auto;text-align:center;box-sizing:border-box}
 .hero-copy .eyebrow,.workflow-copy .eyebrow,.one-place-copy .eyebrow,.organize-copy .eyebrow,.tablet-copy .eyebrow,.groove-grid-copy .eyebrow{text-align:center}
 .hero h1,.hero-copy h1{width:100%;max-width:100%;font-size:clamp(42px,12.5vw,64px);line-height:.94;letter-spacing:-.05em;overflow-wrap:normal;word-break:normal}
 .hero-copy p,.workflow-copy p,.one-place-copy p,.organize-copy p,.tablet-copy p,.groove-grid-copy p{max-width:34rem;margin-left:auto;margin-right:auto}
 img,video,svg,canvas{max-width:100%;height:auto}
 .tablet-collage,.organize-stack,.groove-grid-shot{max-width:100%;box-sizing:border-box}
 .groove-grid-feature{padding-top:60px;padding-bottom:60px}
 .groove-grid-feature .groove-grid-shot{margin-top:4px}
}


/* ==========================================================
   V3.22 — portrait-phone vertical rhythm cleanup
   Desktop, tablet and landscape behavior intentionally unchanged.
   ========================================================== */
@media (max-width:600px) and (orientation:portrait){

  /* Decorative desktop section numbers add little value on a phone. */
  .number{
    display:none !important;
  }

  /* Reduce cumulative whitespace between major portrait sections. */
  .manifesto{
    padding-top:68px;
    padding-bottom:68px;
  }

  .flexibility{
    padding-top:52px;
    padding-bottom:52px;
  }

  .workflow,
  .workflow.reverse{
    padding-top:62px;
    padding-bottom:62px;
    gap:28px;
  }

  .groove-grid-feature{
    padding-top:56px;
    padding-bottom:56px;
  }

  .organize-section{
    padding-top:62px;
    padding-bottom:66px;
  }

  .organize-section .section-intro{
    margin-bottom:30px;
  }

  .tablet-showcase{
    padding-top:62px;
    padding-bottom:70px;
  }

  .tablet-showcase-copy{
    margin-bottom:30px;
  }

  /* This was the largest source of the gap before FAQ:
     desktop margins + mobile stacking were accumulating. */
  .story{
    margin-top:0;
    margin-bottom:0;
    padding-top:52px;
    padding-bottom:52px;
    gap:26px;
  }

  .story-art{
    min-height:0;
  }

  .story-emblem{
    width:min(230px,62vw);
  }

  .faq{
    padding-top:58px;
    padding-bottom:68px;
  }

  .section-heading{
    margin-bottom:34px;
  }

  .download{
    margin-bottom:50px;
    padding-top:52px;
    padding-bottom:52px;
  }

  /* Avoid invisible reveal transforms affecting perceived spacing. */
  .reveal{
    transform:translateY(8px);
  }
  .reveal.in{
    transform:none;
  }
}

/* V3.23 Bluetooth performance callout */
.bluetooth-control{
  padding-top:82px;padding-bottom:82px;
  display:grid;grid-template-columns:1fr .62fr;
  gap:68px;align-items:center;
  border-top:1px solid #1b1d21;
  background:transparent!important;
}
.bluetooth-control-copy{background:transparent!important}
.bluetooth-control h2{
  font-size:clamp(38px,4vw,58px);
  line-height:1.04;letter-spacing:-.04em;
  margin:0 0 20px;
  text-shadow:0 2px 14px rgba(0,0,0,.9);
}
.bluetooth-control-copy > p:not(.eyebrow):not(.bluetooth-control-meta){
  color:#b7bac0;font-size:18px;max-width:720px;
}
.bluetooth-control-meta{
  margin-top:24px;color:var(--orange);
  font-size:12px;font-weight:800;letter-spacing:.08em;
  text-transform:uppercase;
}
.bluetooth-control-shot{margin:0 auto;width:min(310px,100%)}
.bluetooth-control-shot img{
  width:100%;height:auto;display:block;object-fit:contain;
  border-radius:22px;box-shadow:0 24px 60px rgba(0,0,0,.38);
}
@media (max-width:900px){
  .bluetooth-control{grid-template-columns:1fr;gap:32px}
  .bluetooth-control-copy{max-width:780px}
}
@media (max-width:600px) and (orientation:portrait){
  .bluetooth-control{
    padding-top:54px;padding-bottom:54px;
    gap:24px;text-align:center;
  }
  .bluetooth-control-copy{text-align:center}
  .bluetooth-control-copy > p{margin-left:auto;margin-right:auto}
  .bluetooth-control-shot{width:min(240px,54vw)}
  .bluetooth-control-meta{font-size:10px;line-height:1.55}
}


/* V3.24 — Bluetooth controller image size only */
.bluetooth-control-shot{
  width:min(233px,75%) !important;
}

@media (max-width:600px) and (orientation:portrait){
  .bluetooth-control-shot{
    width:min(180px,40.5vw) !important;
  }
}


/* V3.25 — decorative number removal + Bluetooth controller glow */
.number{
  display:none !important;
}

.bluetooth-control-shot{
  position:relative;
  isolation:isolate;
}

.bluetooth-control-shot::before{
  content:"";
  position:absolute;
  z-index:-1;
  left:50%;
  top:50%;
  width:150%;
  aspect-ratio:1;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:radial-gradient(
    circle,
    rgba(244,163,19,.32) 0%,
    rgba(244,163,19,.20) 25%,
    rgba(244,163,19,.09) 48%,
    rgba(244,163,19,0) 72%
  );
  filter:blur(12px);
  pointer-events:none;
}

@media (max-width:600px) and (orientation:portrait){
  .bluetooth-control-shot::before{
    width:160%;
    filter:blur(10px);
  }
}


/* ==========================================================
   V3.26 — Bluetooth glow layering correction only
   ========================================================== */
.bluetooth-control-shot{
  position:relative;
  isolation:auto !important;
}

.bluetooth-control-shot::before{
  z-index:0 !important;
  width:155%;
  background:radial-gradient(
    circle,
    rgba(244,163,19,.38) 0%,
    rgba(244,163,19,.24) 26%,
    rgba(244,163,19,.11) 50%,
    rgba(244,163,19,0) 74%
  ) !important;
  filter:blur(14px) !important;
}

.bluetooth-control-shot img{
  position:relative;
  z-index:1;
}

@media (max-width:600px) and (orientation:portrait){
  .bluetooth-control-shot::before{
    width:165%;
    filter:blur(12px) !important;
  }
}


/* ==========================================================
   V3.28 — Bluetooth controller glow refinement only
   ========================================================== */
.bluetooth-control-shot::before{
  left:50% !important;
  top:50% !important;
  width:118% !important;
  aspect-ratio:1 / 1 !important;
  transform:translate(-50%,-50%) !important;
  border-radius:50% !important;
  background:radial-gradient(
    circle at center,
    rgba(255,177,34,.48) 0%,
    rgba(244,163,19,.34) 22%,
    rgba(244,163,19,.17) 42%,
    rgba(244,163,19,.06) 58%,
    rgba(244,163,19,0) 70%
  ) !important;
  filter:blur(9px) !important;
  opacity:1 !important;
}

@media (max-width:600px) and (orientation:portrait){
  .bluetooth-control-shot::before{
    width:122% !important;
    filter:blur(8px) !important;
  }
}


/* ==========================================================
   V3.30 — Bluetooth halo visibility refinement only
   ========================================================== */
.bluetooth-control-shot::before{
  width:168% !important;
  background:radial-gradient(
    circle at center,
    rgba(255,207,82,.78) 0%,
    rgba(255,185,38,.58) 20%,
    rgba(255,166,18,.38) 40%,
    rgba(244,163,19,.18) 58%,
    rgba(244,163,19,.07) 70%,
    rgba(244,163,19,0) 84%
  ) !important;
  filter:blur(16px) !important;
  opacity:1 !important;
}

@media (max-width:600px) and (orientation:portrait){
  .bluetooth-control-shot::before{
    width:176% !important;
    filter:blur(14px) !important;
  }
}


/* ==========================================================
   V3.31 — Bluetooth glow removed
   ========================================================== */
.bluetooth-control-shot::before{
  content:none !important;
  display:none !important;
  background:none !important;
  filter:none !important;
}


/* ==========================================================
   V3.32 TEST — launch email signup section only
   Existing website selectors above remain unchanged.
   ========================================================== */
.launch-signup{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.9fr);
  gap:clamp(28px,5vw,72px);
  align-items:center;
  padding-top:clamp(44px,7vw,88px);
  padding-bottom:clamp(44px,7vw,88px);
}
.launch-signup-copy h2{
  max-width:760px;
  margin:8px 0 14px;
}
.launch-signup-copy > p:last-child{
  max-width:650px;
}
.launch-signup-form{
  width:100%;
  max-width:620px;
  justify-self:end;
}
.launch-signup-row{
  display:flex;
  gap:10px;
  align-items:stretch;
}
.launch-signup-row input{
  min-width:0;
  flex:1 1 auto;
  min-height:52px;
  padding:0 16px;
  border:1px solid rgba(255,255,255,.24);
  border-radius:10px;
  background:rgba(0,0,0,.38);
  color:#fff;
  font:inherit;
  outline:none;
}
.launch-signup-row input::placeholder{color:rgba(255,255,255,.58);}
.launch-signup-row input:focus{
  border-color:#f4a313;
  box-shadow:0 0 0 2px rgba(244,163,19,.18);
}
.launch-signup-button{
  min-height:52px;
  padding:0 22px;
  border:0;
  border-radius:10px;
  background:#f4a313;
  color:#0b0b0b;
  font:inherit;
  font-weight:800;
  cursor:pointer;
}
.launch-signup-button:hover{filter:brightness(1.06);}
.launch-signup-button:disabled{opacity:.65;cursor:wait;}
.launch-signup-consent,
.launch-signup-status{
  margin:10px 0 0;
  font-size:.82rem;
  line-height:1.45;
  color:rgba(255,255,255,.62);
}
.launch-signup-status{min-height:1.2em;}
.launch-signup-status.is-success{color:#f4a313;}
.launch-signup-status.is-error{color:#fff;}
.launch-honeypot{
  position:absolute !important;
  left:-10000px !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}
.sr-only{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}
@media (max-width:760px){
  .launch-signup{
    grid-template-columns:1fr;
    gap:22px;
    text-align:center;
  }
  .launch-signup-copy > p:last-child{margin-left:auto;margin-right:auto;}
  .launch-signup-form{justify-self:center;}
}
@media (max-width:520px){
  .launch-signup-row{flex-direction:column;}
  .launch-signup-button{width:100%;}
}


/* ==========================================================
   V3.33 TEST — signup-area refinement only
   ========================================================== */
.launch-signup{
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  gap:clamp(22px,3.2vw,46px);
}
.launch-signup-form{
  justify-self:start;
}
.launch-signup-consent,
.launch-signup-status{
  color:rgba(255,255,255,.76);
  font-size:.88rem;
}
@media (max-width:760px){
  .launch-signup-form{
    justify-self:center;
  }
}


/* ==========================================================
   V3.34 TEST — signup element prominence only
   No existing page sections are modified.
   ========================================================== */

.launch-signup{
  display:block;
  padding-top:clamp(46px,6vw,78px);
  padding-bottom:clamp(46px,6vw,78px);
}

.launch-signup-panel{
  width:100%;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,.95fr);
  gap:clamp(34px,4vw,64px);
  align-items:center;
  padding:clamp(28px,3.2vw,44px);
  border:1.5px solid rgba(244,163,19,.95);
  border-radius:18px;
  background:
    linear-gradient(180deg, rgba(17,17,17,.92), rgba(8,8,8,.94));
  box-shadow:
    0 0 0 1px rgba(244,163,19,.08) inset,
    0 0 28px rgba(244,163,19,.14);
}

.launch-signup-message{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:24px;
  align-items:center;
  min-width:0;
}

.launch-signup-icon{
  width:92px;
  height:92px;
  display:grid;
  place-items:center;
  flex:0 0 auto;
  border:2px solid #f4a313;
  border-radius:50%;
  color:#f4a313;
  font-size:42px;
  line-height:1;
  box-shadow:
    0 0 18px rgba(244,163,19,.18),
    0 0 0 5px rgba(244,163,19,.04);
}

.launch-signup-copy{
  min-width:0;
}

.launch-signup-copy h2{
  margin:7px 0 10px;
  font-size:clamp(30px,3vw,48px);
  line-height:1.02;
  letter-spacing:-.035em;
}

.launch-signup-copy > p:last-child{
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:1rem;
}

.launch-signup-form{
  width:100%;
  max-width:none;
  justify-self:stretch;
  padding-left:clamp(24px,3vw,46px);
  border-left:1px solid rgba(255,255,255,.20);
}

.launch-signup-row{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:12px;
}

.launch-email-wrap{
  position:relative;
  min-width:0;
}

.launch-email-icon{
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  color:rgba(255,255,255,.82);
  font-size:18px;
  pointer-events:none;
}

.launch-signup-row input{
  width:100%;
  min-height:58px;
  padding:0 16px 0 46px;
  border:1px solid rgba(255,255,255,.35);
  border-radius:9px;
  background:rgba(0,0,0,.54);
  color:#fff;
  font:inherit;
}

.launch-signup-button{
  min-height:58px;
  padding:0 28px;
  border-radius:9px;
  font-size:1rem;
  text-transform:uppercase;
  letter-spacing:.02em;
}

.launch-signup-consent{
  display:flex;
  align-items:flex-start;
  gap:10px;
  margin:14px 0 0;
  color:rgba(255,255,255,.84);
  font-size:.92rem;
}

.launch-consent-mark{
  width:20px;
  height:20px;
  flex:0 0 20px;
  display:grid;
  place-items:center;
  border:1.5px solid #f4a313;
  border-radius:50%;
  color:#f4a313;
  font-size:12px;
  font-weight:900;
  margin-top:1px;
}

.launch-signup-privacy{
  margin:6px 0 0 30px;
  color:rgba(255,255,255,.62);
  font-size:.82rem;
}

.launch-signup-status{
  margin:9px 0 0 30px;
}

@media (max-width:900px){
  .launch-signup-panel{
    grid-template-columns:1fr;
    gap:28px;
  }

  .launch-signup-form{
    padding-left:0;
    padding-top:26px;
    border-left:0;
    border-top:1px solid rgba(255,255,255,.18);
  }
}

@media (max-width:600px) and (orientation:portrait){
  .launch-signup{
    padding-top:42px;
    padding-bottom:42px;
  }

  .launch-signup-panel{
    padding:26px 20px;
    border-radius:14px;
  }

  .launch-signup-message{
    grid-template-columns:1fr;
    gap:18px;
    text-align:center;
  }

  .launch-signup-icon{
    width:72px;
    height:72px;
    margin:0 auto;
    font-size:34px;
  }

  .launch-signup-copy h2{
    font-size:clamp(30px,9vw,42px);
  }

  .launch-signup-row{
    grid-template-columns:1fr;
  }

  .launch-signup-button{
    width:100%;
  }

  .launch-signup-consent{
    text-align:left;
  }

  .launch-signup-privacy,
  .launch-signup-status{
    margin-left:30px;
    text-align:left;
  }
}


/* ==========================================================
   V3.35 — final mobile signup compaction only
   Desktop/tablet/landscape and all other page elements unchanged.
   ========================================================== */
@media (max-width:600px) and (orientation:portrait){

  .launch-signup{
    padding-top:30px;
    padding-bottom:30px;
  }

  .launch-signup-panel{
    padding:20px 16px;
    gap:18px;
    border-radius:13px;
  }

  .launch-signup-message{
    gap:12px;
  }

  .launch-signup-icon{
    width:56px;
    height:56px;
    font-size:27px;
    box-shadow:
      0 0 12px rgba(244,163,19,.14),
      0 0 0 3px rgba(244,163,19,.03);
  }

  .launch-signup-copy .eyebrow{
    margin-bottom:4px;
  }

  .launch-signup-copy h2{
    margin:4px 0 7px;
    font-size:clamp(26px,7.8vw,34px);
    line-height:1.02;
  }

  .launch-signup-copy > p:last-child{
    font-size:.92rem;
    line-height:1.4;
  }

  .launch-signup-form{
    padding-top:18px;
  }

  .launch-signup-row{
    gap:9px;
  }

  /* Keep controls comfortably tappable. */
  .launch-signup-row input{
    min-height:50px;
    font-size:16px;
  }

  .launch-signup-button{
    min-height:50px;
    padding:0 20px;
    font-size:.95rem;
  }

  .launch-signup-consent{
    margin-top:10px;
    gap:8px;
    font-size:.84rem;
    line-height:1.38;
  }

  .launch-consent-mark{
    width:18px;
    height:18px;
    flex-basis:18px;
    font-size:11px;
  }

  .launch-signup-privacy{
    margin-top:4px;
    margin-left:26px;
    font-size:.76rem;
    line-height:1.35;
  }

  .launch-signup-status{
    margin-top:6px;
    margin-left:26px;
    font-size:.80rem;
    line-height:1.35;
  }
}


/* ==========================================================
   V3.36 — signup panel size refinement across all breakpoints
   All other page elements and behavior remain unchanged.
   ========================================================== */

/* Desktop / large tablet: visibly smaller and narrower */
.launch-signup{
  padding-top:clamp(32px,4vw,54px);
  padding-bottom:clamp(32px,4vw,54px);
}

.launch-signup-panel{
  width:min(980px,86%);
  margin:0 auto;
  grid-template-columns:minmax(0,1fr) minmax(350px,.88fr);
  gap:clamp(24px,3vw,42px);
  padding:clamp(22px,2.4vw,32px);
  border-radius:15px;
}

.launch-signup-message{
  gap:18px;
}

.launch-signup-icon{
  width:74px;
  height:74px;
  font-size:34px;
  box-shadow:
    0 0 14px rgba(244,163,19,.16),
    0 0 0 4px rgba(244,163,19,.035);
}

.launch-signup-copy h2{
  margin:5px 0 8px;
  font-size:clamp(28px,2.55vw,40px);
  line-height:1.02;
}

.launch-signup-copy > p:last-child{
  font-size:.94rem;
  line-height:1.38;
}

.launch-signup-form{
  padding-left:clamp(18px,2.2vw,30px);
}

.launch-signup-row{
  gap:10px;
}

.launch-signup-row input{
  min-height:52px;
}

.launch-signup-button{
  min-height:52px;
  padding:0 22px;
  font-size:.94rem;
}

.launch-signup-consent{
  margin-top:11px;
  font-size:.86rem;
}

.launch-signup-privacy{
  margin-top:4px;
  font-size:.78rem;
}

/* Tablet / narrow desktop */
@media (max-width:900px){
  .launch-signup-panel{
    width:min(760px,88%);
    gap:22px;
    padding:22px;
  }

  .launch-signup-form{
    padding-left:0;
    padding-top:18px;
  }

  .launch-signup-icon{
    width:64px;
    height:64px;
    font-size:30px;
  }

  .launch-signup-copy h2{
    font-size:clamp(27px,4.5vw,36px);
  }
}

/* Portrait phone: substantially more compact while retaining usable controls */
@media (max-width:600px) and (orientation:portrait){

  .launch-signup{
    padding-top:24px;
    padding-bottom:24px;
  }

  .launch-signup-panel{
    width:min(340px,84%);
    padding:16px 13px;
    gap:14px;
    border-radius:12px;
  }

  .launch-signup-message{
    gap:9px;
  }

  .launch-signup-icon{
    width:48px;
    height:48px;
    font-size:23px;
  }

  .launch-signup-copy .eyebrow{
    margin-bottom:2px;
    font-size:.72rem;
  }

  .launch-signup-copy h2{
    margin:3px 0 5px;
    font-size:clamp(23px,7vw,30px);
    line-height:1.01;
  }

  .launch-signup-copy > p:last-child{
    font-size:.84rem;
    line-height:1.32;
  }

  .launch-signup-form{
    padding-top:14px;
  }

  .launch-signup-row{
    gap:7px;
  }

  .launch-signup-row input{
    min-height:48px;
    font-size:16px;
    padding-left:42px;
  }

  .launch-signup-button{
    min-height:48px;
    padding:0 18px;
    font-size:.90rem;
  }

  .launch-signup-consent{
    margin-top:8px;
    gap:7px;
    font-size:.78rem;
    line-height:1.32;
  }

  .launch-consent-mark{
    width:17px;
    height:17px;
    flex-basis:17px;
    font-size:10px;
  }

  .launch-signup-privacy{
    margin-top:3px;
    margin-left:24px;
    font-size:.71rem;
    line-height:1.3;
  }

  .launch-signup-status{
    margin-top:5px;
    margin-left:24px;
    font-size:.74rem;
    line-height:1.3;
  }
}


/* ==========================================================
   V3.37 — portrait-mobile signup layout repair only
   Fixes V3.36 overflow/compression bug.
   ========================================================== */
@media (max-width:600px) and (orientation:portrait){

  .launch-signup{
    width:100%;
    max-width:100%;
    padding-top:26px;
    padding-bottom:26px;
    box-sizing:border-box;
  }

  .launch-signup-panel{
    width:88% !important;
    max-width:420px !important;
    margin:0 auto !important;
    display:block !important;
    padding:20px 16px !important;
    box-sizing:border-box !important;
    border-radius:13px !important;
  }

  .launch-signup-message{
    display:block !important;
    width:100% !important;
    text-align:center !important;
  }

  .launch-signup-icon{
    width:54px !important;
    height:54px !important;
    margin:0 auto 12px !important;
    font-size:26px !important;
  }

  .launch-signup-copy{
    width:100% !important;
    max-width:100% !important;
    text-align:center !important;
  }

  .launch-signup-copy .eyebrow{
    display:block !important;
    width:100% !important;
    margin:0 0 5px !important;
    text-align:center !important;
    white-space:normal !important;
  }

  .launch-signup-copy h2{
    width:100% !important;
    max-width:100% !important;
    margin:0 0 8px !important;
    font-size:clamp(26px,8vw,34px) !important;
    line-height:1.05 !important;
    letter-spacing:-.03em !important;
    text-align:center !important;
    white-space:normal !important;
    overflow-wrap:normal !important;
    word-break:normal !important;
  }

  .launch-signup-copy > p:last-child{
    width:100% !important;
    max-width:100% !important;
    margin:0 auto !important;
    font-size:.88rem !important;
    line-height:1.4 !important;
    text-align:center !important;
  }

  .launch-signup-form{
    width:100% !important;
    max-width:100% !important;
    margin:18px 0 0 !important;
    padding:18px 0 0 !important;
    border-left:0 !important;
    border-top:1px solid rgba(255,255,255,.18) !important;
    box-sizing:border-box !important;
  }

  .launch-signup-row{
    display:block !important;
    width:100% !important;
  }

  .launch-email-wrap{
    width:100% !important;
    max-width:100% !important;
    margin:0 0 10px !important;
    box-sizing:border-box !important;
  }

  .launch-signup-row input{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    min-height:50px !important;
    margin:0 !important;
    box-sizing:border-box !important;
    font-size:16px !important;
  }

  .launch-signup-button{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    min-height:50px !important;
    margin:0 !important;
    box-sizing:border-box !important;
    font-size:.92rem !important;
  }

  .launch-signup-consent{
    width:100% !important;
    max-width:100% !important;
    margin:12px 0 0 !important;
    align-items:flex-start !important;
    font-size:.80rem !important;
    line-height:1.38 !important;
    text-align:left !important;
  }

  .launch-signup-privacy{
    width:auto !important;
    max-width:100% !important;
    margin:5px 0 0 25px !important;
    font-size:.73rem !important;
    line-height:1.35 !important;
    text-align:left !important;
  }

  .launch-signup-status{
    width:auto !important;
    max-width:100% !important;
    margin:6px 0 0 25px !important;
    font-size:.76rem !important;
    line-height:1.35 !important;
    text-align:left !important;
  }
}

/* V3.38 — footer social links only */
.footer-right{display:flex;align-items:center;gap:18px}
.footer-social{display:flex;align-items:center;gap:9px}
.social-link{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:50%;color:#fff;text-decoration:none;background:rgba(255,255,255,.025);transition:border-color .2s ease,color .2s ease,background .2s ease,transform .2s ease}
.social-link:hover,.social-link:focus-visible{color:#f4a313;border-color:#f4a313;background:rgba(244,163,19,.08);transform:translateY(-1px)}
.social-facebook span{font-family:Arial,Helvetica,sans-serif;font-size:22px;font-weight:700;line-height:1}
.social-instagram span{font-family:Arial,Helvetica,sans-serif;font-size:24px;line-height:1;transform:translateY(-1px)}
@media (max-width:760px){.footer-right{flex-direction:column;gap:10px}}


/* ==========================================================
   V3.39 — proper orange Facebook / Instagram icons only
   ========================================================== */

.social-link{
  width:38px;
  height:38px;
  border-color:rgba(244,163,19,.58);
  color:#f4a313;
  background:rgba(244,163,19,.045);
}

.social-svg{
  width:22px;
  height:22px;
  display:block;
  fill:currentColor;
}

.social-link:hover,
.social-link:focus-visible{
  color:#ffb429;
  border-color:#ffb429;
  background:rgba(244,163,19,.12);
  box-shadow:0 0 14px rgba(244,163,19,.18);
  transform:translateY(-1px);
}

/* Neutralize old placeholder-symbol typography rules. */
.social-facebook span,
.social-instagram span{
  display:none !important;
}
