/* Groovefolio public site stylesheet.
   Consolidated from the former versioned stylesheets so the repo has one
   source of truth. Section order intentionally preserves the old cascade. */

/* ==========================================================================
   BASE + INTERACTIONS
   ========================================================================== */
:root{--paper:#F7F4F0;--paper2:#EFE9E1;--ink:#171513;--muted:#706A63;--line:rgba(23,21,19,.13);--orange:#D4622A;--orange2:#BC4F22;--white:#FFFDFC;--shadow:0 28px 80px rgba(26,20,15,.14);--radius:28px;--shell:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:min(var(--shell),calc(100% - 40px));margin:0 auto}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{position:sticky;top:0;z-index:100;background:rgba(247,244,240,.88);border-bottom:1px solid rgba(23,21,19,.08);backdrop-filter:blur(18px)}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;gap:11px;font-size:20px;font-weight:780;letter-spacing:-.7px}.brand img{border-radius:11px}.nav-links{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:650}.nav-links>a:not(.button){color:#5F5953}.nav-links>a:not(.button):hover{color:var(--ink)}.nav-toggle{display:none;border:0;background:transparent;width:42px;height:42px;padding:9px}.nav-toggle i{display:block;height:2px;background:var(--ink);margin:7px 0}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:50px;padding:0 22px;background:var(--orange);color:#fff;border-radius:999px;font-size:14px;font-weight:760;transition:.18s ease;box-shadow:0 8px 24px rgba(212,98,42,.18)}.button:hover{transform:translateY(-2px);background:var(--orange2);box-shadow:0 12px 30px rgba(212,98,42,.26)}.button-small{min-height:42px;padding-inline:18px;font-size:13px}.button-dark{background:var(--ink);box-shadow:none}.button-dark:hover{background:#000}
.hero{min-height:760px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:70px;padding-block:92px 110px}.eyebrow,.section-kicker{margin:0 0 20px;font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase;color:var(--muted)}.eyebrow{display:flex;align-items:center;gap:10px}.eyebrow span{width:8px;height:8px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 5px rgba(212,98,42,.13)}.hero h1{margin:0;max-width:720px;font-size:clamp(64px,7.4vw,112px);line-height:.89;letter-spacing:-.068em;font-weight:790}.hero h1 em{color:var(--orange);font-style:normal}.lede{max-width:620px;margin:35px 0 0;font-size:20px;line-height:1.62;color:#5C5650}.hero-actions{display:flex;align-items:center;gap:26px;margin-top:34px}.text-link{font-size:14px;font-weight:760;border-bottom:1px solid var(--line);padding-block:8px}.text-link span{color:var(--orange)}.hero-meta{display:flex;flex-wrap:wrap;gap:9px;margin-top:38px}.hero-meta span{border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-size:11px;font-weight:720;color:#68615A;background:rgba(255,255,255,.28)}
.hero-visual{min-height:570px;position:relative;display:grid;place-items:center;isolation:isolate}.orbit{position:absolute;border:1px solid rgba(23,21,19,.08);border-radius:50%;z-index:-2}.orbit.one{width:500px;height:500px}.orbit.two{width:390px;height:390px}.record-art{position:absolute;width:366px;aspect-ratio:1;border-radius:50%;background:#171513;box-shadow:0 36px 70px rgba(0,0,0,.22);transform:translate(55px,-75px) rotate(-6deg);z-index:-1}.record-art:before{content:"";position:absolute;inset:13px;border-radius:50%;background:repeating-radial-gradient(circle at center,transparent 0 6px,rgba(255,255,255,.035) 7px 8px)}.record-label{position:absolute;width:88px;height:88px;border-radius:50%;background:var(--paper);top:50%;left:50%;transform:translate(-50%,-50%)}.record-label:after{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:var(--ink);top:50%;left:50%;transform:translate(-50%,-50%)}.folio-card{width:min(390px,88%);margin-top:168px;padding:26px;border-radius:30px;color:#fff;background:linear-gradient(145deg,#211E1B,#11100F);box-shadow:var(--shadow);border-right:9px solid var(--orange);transform:rotate(2.2deg)}.folio-top{display:flex;align-items:center;gap:15px}.folio-top img{border-radius:16px}.folio-top strong{display:block;font-size:26px;letter-spacing:-.04em}.micro{font-size:9px;letter-spacing:.18em;color:#A59D94;font-weight:800}.wave{height:72px;display:flex;align-items:center;gap:5px;margin:24px 0 19px}.wave i{display:block;flex:1;min-width:4px;border-radius:3px;background:var(--orange);opacity:.9}.wave i:nth-child(1){height:25%}.wave i:nth-child(2){height:62%}.wave i:nth-child(3){height:38%}.wave i:nth-child(4){height:82%}.wave i:nth-child(5){height:52%}.wave i:nth-child(6){height:94%}.wave i:nth-child(7){height:67%}.wave i:nth-child(8){height:44%}.wave i:nth-child(9){height:76%}.wave i:nth-child(10){height:33%}.wave i:nth-child(11){height:60%}.wave i:nth-child(12){height:48%}.folio-card p{margin:0;color:#CFC8C1;line-height:1.55;font-size:13px}
.statement{background:var(--ink);color:#fff;padding:112px 0}.statement-grid{display:grid;grid-template-columns:.7fr 1.3fr;align-items:start;gap:70px}.statement .section-kicker{color:#8E867E}.statement h2{margin:0;font-size:clamp(44px,6vw,77px);line-height:.98;letter-spacing:-.055em}.statement h2 span{color:var(--orange)}.section{padding-block:124px}.section-heading{display:grid;grid-template-columns:1.45fr .55fr;gap:80px;align-items:end;margin-bottom:55px}.section-heading h2,.local-copy h2,.roadmap-top h2,.cta h2{margin:0;font-size:clamp(44px,5vw,68px);line-height:.98;letter-spacing:-.052em}.section-heading>p,.roadmap-top>p{margin:0;color:var(--muted);line-height:1.7}
.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.feature{position:relative;min-height:365px;padding:34px;border:1px solid var(--line);border-radius:var(--radius);background:rgba(255,255,255,.34);overflow:hidden}.feature-wide{grid-column:1/-1;min-height:350px;display:grid;grid-template-columns:78px 1fr 1.1fr;gap:35px;align-items:start}.feature-icon{width:50px;height:50px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;font-size:11px;font-weight:800;color:var(--muted)}.feature-label{margin:2px 0 22px;font-size:10px;font-weight:800;letter-spacing:.16em;color:var(--orange)}.feature h3{margin:0;font-size:33px;line-height:1;letter-spacing:-.045em}.feature>p:not(.feature-label),.feature>div>p{max-width:510px;margin:18px 0 0;color:var(--muted);line-height:1.65}.mini-stack{display:grid;gap:10px;align-self:center}.mini-stack div{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 20px;border-radius:16px;background:var(--white);box-shadow:0 10px 28px rgba(28,24,20,.07);font-size:13px;font-weight:700}.mini-stack b{color:var(--orange);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.play-chip,.discogs-pill{position:absolute;left:34px;right:34px;bottom:34px;padding:17px 18px;border:1px solid var(--line);border-radius:17px;background:var(--white);font-size:13px;font-weight:760;display:flex;align-items:center;gap:10px}.play-chip small{margin-left:auto;color:var(--muted);font-weight:650}.play-dot{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:var(--orange);color:#fff;font-size:9px}.dark-card{background:var(--ink);color:#fff;border-color:transparent}.dark-card .feature-icon{border-color:rgba(255,255,255,.17);color:#B8B0A7}.dark-card>p:not(.feature-label){color:#B8B0A7}.bars{position:absolute;left:34px;right:34px;bottom:34px;height:72px;display:flex;gap:8px;align-items:end}.bars i{flex:1;background:linear-gradient(var(--orange),#8E3B1B);border-radius:6px 6px 2px 2px}.bars i:nth-child(1){height:32%}.bars i:nth-child(2){height:58%}.bars i:nth-child(3){height:45%}.bars i:nth-child(4){height:82%}.bars i:nth-child(5){height:64%}.bars i:nth-child(6){height:96%}.discogs-pill span{color:var(--orange);font-size:20px}.accent-card{background:var(--orange);color:#fff;border-color:transparent}.accent-card .feature-label,.accent-card>p:not(.feature-label){color:rgba(255,255,255,.76)}.accent-card .feature-icon{border-color:rgba(255,255,255,.26);color:#fff}
.showcase-section{padding:124px 0;background:#151311;color:#fff;overflow:hidden}.light-heading .section-kicker{color:#8D857C}.light-heading>p{color:#9F978F}.phone-stage{margin-top:90px;display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start}.shot-card{max-width:520px}.shot-right{padding-top:150px;justify-self:end}.shot-label{font-size:10px;color:#8E867D;letter-spacing:.16em;font-weight:800;margin-bottom:16px}.phone{width:360px;max-width:100%;margin-bottom:26px;padding:10px;background:#060606;border:1px solid #49433E;border-radius:38px;box-shadow:0 32px 90px rgba(0,0,0,.5);position:relative}.phone:before{content:"";position:absolute;inset:6px;border:1px solid rgba(255,255,255,.08);border-radius:32px;pointer-events:none}.phone img{width:100%;height:auto;border-radius:29px}.phone-speaker{position:absolute;width:92px;height:19px;border-radius:999px;background:#080808;top:14px;left:50%;transform:translateX(-50%);z-index:2}.shot-card h3{margin:0 0 9px;font-size:30px;letter-spacing:-.04em}.shot-card>p:last-child{max-width:400px;margin:0;color:#A49C94;line-height:1.65}.screenshot-note{margin-top:10px;border-top:1px solid rgba(255,255,255,.1);padding-top:25px;display:flex;justify-content:space-between;gap:25px;color:#948C84;font-size:13px}.screenshot-note span{color:var(--orange);font-weight:800;text-transform:uppercase;letter-spacing:.1em;font-size:10px}
.local-first{display:grid;grid-template-columns:.78fr 1.22fr;gap:95px;align-items:center}.local-mark{min-height:480px;position:relative;display:grid;place-items:center}.local-disc{width:360px;height:360px;max-width:100%;border-radius:50%;background:repeating-radial-gradient(circle,#171513 0 11px,#1E1B18 12px 13px);box-shadow:var(--shadow)}.local-mark:after{content:"";position:absolute;width:88px;height:88px;border-radius:50%;background:var(--paper);border:10px solid var(--orange)}.local-mark span{position:absolute;z-index:2;font-size:10px;font-weight:900;letter-spacing:.16em}.local-copy h2{max-width:700px}.local-copy>p:not(.section-kicker){max-width:680px;margin:28px 0 0;color:var(--muted);line-height:1.75;font-size:17px}.local-points{display:flex;flex-wrap:wrap;gap:9px;margin-top:30px}.local-points span{font-size:11px;font-weight:760;padding:9px 12px;border:1px solid var(--line);border-radius:999px}
.roadmap-section{padding:124px 0;background:#EAE3DB}.roadmap-top{display:grid;grid-template-columns:1.2fr .8fr;gap:80px;align-items:end}.roadmap{list-style:none;padding:0;margin:70px 0 0;border-top:1px solid rgba(23,21,19,.16)}.roadmap li{display:grid;grid-template-columns:120px 1fr;gap:34px;padding:33px 0;border-bottom:1px solid rgba(23,21,19,.16)}.roadmap-index{font-size:10px;font-weight:900;letter-spacing:.14em;color:#8A827A;padding-top:7px}.roadmap li.current .roadmap-index{color:var(--orange)}.roadmap li>div:last-child{display:grid;grid-template-columns:.55fr 1fr 1fr;gap:35px;align-items:start}.roadmap span{font-size:11px;font-weight:800;color:var(--orange);text-transform:uppercase;letter-spacing:.11em;padding-top:5px}.roadmap h3{margin:0;font-size:25px;line-height:1.1;letter-spacing:-.035em}.roadmap p{margin:0;color:var(--muted);line-height:1.6;font-size:14px}.cta-section{padding:110px 0}.cta{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:32px;background:var(--white);border:1px solid var(--line);border-radius:34px;padding:42px;box-shadow:0 20px 60px rgba(25,20,15,.07)}.cta img{border-radius:22px}.cta h2{font-size:42px}.cta p:not(.section-kicker){max-width:650px;margin:13px 0 0;color:var(--muted);line-height:1.65}
footer{background:var(--ink);color:#fff;padding:52px 0}.footer-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;align-items:start}.footer-brand{display:flex;gap:11px;align-items:center;font-size:19px}.footer-brand img{border-radius:12px}.footer-grid>p{margin:10px 0 0;color:#AAA29A;font-size:13px}.footer-links{display:flex;justify-content:flex-end;gap:20px;font-size:12px;color:#C9C1BA}.copyright{grid-column:1/-1;border-top:1px solid rgba(255,255,255,.09);margin-top:24px!important;padding-top:24px;font-size:11px!important}
@media(max-width:980px){.nav-links{gap:18px}.hero{grid-template-columns:1fr;padding-top:70px}.hero-copy{max-width:780px}.hero-visual{min-height:550px}.statement-grid,.section-heading,.local-first,.roadmap-top{grid-template-columns:1fr;gap:35px}.feature-wide{grid-template-columns:70px 1fr}.feature-wide .mini-stack{grid-column:2;width:100%}.phone-stage{gap:35px}.roadmap li>div:last-child{grid-template-columns:1fr 1fr}.roadmap li>div:last-child span{grid-column:1/-1}.cta{grid-template-columns:auto 1fr}.cta .button{grid-column:2;justify-self:start}}
@media(max-width:760px){.shell{width:min(var(--shell),calc(100% - 28px))}.nav{min-height:68px}.nav-toggle{display:block}.nav-links{display:none;position:absolute;top:68px;left:0;right:0;flex-direction:column;align-items:stretch;background:var(--paper);border-bottom:1px solid var(--line);padding:18px 20px 24px;gap:3px}.nav-links.open{display:flex}.nav-links>a{padding:12px 0}.nav-links .button{margin-top:8px}.hero{min-height:auto;padding:60px 0 75px;gap:45px}.hero h1{font-size:clamp(58px,17vw,82px)}.lede{font-size:17px}.hero-actions{align-items:flex-start;flex-direction:column;gap:11px}.hero-visual{min-height:440px}.record-art{width:290px;transform:translate(35px,-55px) rotate(-6deg)}.folio-card{margin-top:130px}.statement,.section,.showcase-section,.roadmap-section{padding-block:82px}.statement h2,.section-heading h2,.local-copy h2,.roadmap-top h2{font-size:46px}.feature-grid,.phone-stage{grid-template-columns:1fr}.feature-wide{grid-column:auto;display:block}.feature-wide .feature-icon{margin-bottom:26px}.feature-wide .mini-stack{margin-top:28px}.feature{min-height:340px;padding:28px}.play-chip,.discogs-pill,.bars{left:28px;right:28px;bottom:28px}.phone-stage{margin-top:55px}.shot-right{padding-top:20px;justify-self:start}.phone{width:min(360px,92vw)}.screenshot-note{flex-direction:column}.local-mark{min-height:360px}.local-disc{width:290px;height:290px}.roadmap li{grid-template-columns:70px 1fr;gap:12px}.roadmap li>div:last-child{grid-template-columns:1fr;gap:9px}.roadmap li>div:last-child span{grid-column:auto}.roadmap p{margin-top:5px}.cta{grid-template-columns:1fr;padding:30px}.cta .button{grid-column:auto;justify-self:start}.footer-grid{grid-template-columns:1fr}.footer-links{justify-content:flex-start;flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}

.button-static{cursor:default;user-select:none;box-shadow:none}.button-static:hover{transform:none;background:var(--ink);box-shadow:none}


/* =========================================================
   Groovefolio motion layer
   Lightweight CSS + vanilla JS enhancements.
   ========================================================= */

:root {
  --ease-groove: cubic-bezier(.22, 1, .36, 1);
}

.site-header {
  transition:
    box-shadow .32s ease,
    background-color .32s ease,
    border-color .32s ease;
}

.site-header.scrolled {
  background: rgba(247,244,240,.95);
  border-bottom-color: rgba(23,21,19,.12);
  box-shadow: 0 12px 34px rgba(23,21,19,.07);
}

.brand img {
  transform-origin: 50% 50%;
  transition: transform .7s var(--ease-groove);
}

.brand:hover img {
  transform: rotate(18deg) scale(1.04);
}

.nav-links > a:not(.button) {
  position: relative;
}

.nav-links > a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -5px;
  height: 1px;
  background: var(--orange);
  transition: right .28s var(--ease-groove);
}

.nav-links > a:not(.button):hover::after {
  right: 0;
}

.hero {
  position: relative;
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -3;
  width: 560px;
  height: 560px;
  right: -170px;
  top: 30px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,98,42,.12), rgba(212,98,42,0) 67%);
  filter: blur(10px);
  pointer-events: none;
  animation: heroGlow 7s ease-in-out infinite alternate;
}

.hero-copy {
  transform-origin: left center;
}

.hero-visual {
  --record-scroll: 0px;
  --folio-scroll: 0px;
}

.record-art {
  translate: 0 var(--record-scroll);
  rotate: 0deg;
  animation: vinylIdleSpin 22s linear infinite;
  will-change: rotate, translate;
}

.folio-card {
  translate: 0 var(--folio-scroll);
  will-change: translate;
  transition: box-shadow .35s ease;
}

.folio-card:hover {
  box-shadow: 0 34px 92px rgba(26,20,15,.2);
}

.orbit-one {
  animation: orbitBreathe 6.5s ease-in-out infinite alternate;
}

.orbit-two {
  animation: orbitBreathe 7.5s ease-in-out 1s infinite alternate-reverse;
}

.wave i {
  transform-origin: center;
  animation: groovePulse 1.45s ease-in-out infinite alternate;
}

.wave i:nth-child(2n) { animation-duration: 1.1s; }
.wave i:nth-child(3n) { animation-duration: 1.75s; }
.wave i:nth-child(4n) { animation-delay: -.55s; }
.wave i:nth-child(5n) { animation-delay: -.9s; }

.feature {
  transition:
    transform .42s var(--ease-groove),
    box-shadow .42s var(--ease-groove),
    border-color .3s ease;
}

.feature:hover {
  transform: translateY(-7px);
  box-shadow: 0 24px 62px rgba(26,20,15,.11);
  border-color: rgba(212,98,42,.25);
}

.dark-card:hover {
  box-shadow: 0 26px 68px rgba(0,0,0,.22);
  border-color: rgba(212,98,42,.48);
}

.accent-card:hover {
  box-shadow: 0 26px 65px rgba(212,98,42,.25);
}

.mini-stack div {
  transition: transform .28s var(--ease-groove), box-shadow .28s ease;
}

.feature-wide:hover .mini-stack div:nth-child(1) { transform: translateX(5px); }
.feature-wide:hover .mini-stack div:nth-child(2) { transform: translateX(10px); }
.feature-wide:hover .mini-stack div:nth-child(3) { transform: translateX(15px); }

.play-chip,
.discogs-pill {
  transition:
    transform .3s var(--ease-groove),
    box-shadow .3s ease,
    border-color .3s ease;
}

.feature:hover .play-chip,
.feature:hover .discogs-pill {
  transform: translateY(-4px);
  border-color: rgba(212,98,42,.28);
  box-shadow: 0 12px 30px rgba(26,20,15,.08);
}

.bars i {
  transform-origin: bottom;
}

.dark-card.motion-visible .bars i {
  animation: statBarGrow .8s var(--ease-groove) both;
}

.dark-card.motion-visible .bars i:nth-child(2) { animation-delay: .06s; }
.dark-card.motion-visible .bars i:nth-child(3) { animation-delay: .12s; }
.dark-card.motion-visible .bars i:nth-child(4) { animation-delay: .18s; }
.dark-card.motion-visible .bars i:nth-child(5) { animation-delay: .24s; }
.dark-card.motion-visible .bars i:nth-child(6) { animation-delay: .30s; }

.phone {
  --phone-rx: 0deg;
  --phone-ry: 0deg;
  transform:
    perspective(1000px)
    rotateX(var(--phone-rx))
    rotateY(var(--phone-ry));
  transform-style: preserve-3d;
  transition:
    transform .22s ease-out,
    box-shadow .35s ease;
  will-change: transform;
}

.phone:hover {
  box-shadow: 0 40px 110px rgba(0,0,0,.62);
}

.phone img {
  transform: translateZ(1px);
}

.shot-card h3 {
  transition: color .28s ease;
}

.shot-card:hover h3 {
  color: #F0A078;
}

.local-disc {
  will-change: rotate;
}

.local-mark.motion-visible .local-disc {
  animation: localVinylSpin 30s linear infinite;
}

.local-mark::after {
  transition: transform .5s var(--ease-groove), box-shadow .5s ease;
}

.local-mark:hover::after {
  transform: scale(1.08);
  box-shadow: 0 0 0 12px rgba(212,98,42,.1);
}

.roadmap li {
  transition:
    background-color .32s ease,
    padding-left .32s var(--ease-groove);
}

.roadmap li:hover {
  background: rgba(255,255,255,.2);
  padding-left: 12px;
}

.roadmap-index {
  transition: color .28s ease, transform .28s var(--ease-groove);
}

.roadmap li:hover .roadmap-index {
  color: var(--orange);
  transform: translateX(4px);
}

.cta {
  transition:
    transform .42s var(--ease-groove),
    box-shadow .42s ease;
}

.cta:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 78px rgba(25,20,15,.11);
}

/* Scroll reveal is enabled only after JS initializes. */
body.motion-ready .motion-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity .78s var(--ease-groove),
    transform .78s var(--ease-groove);
  transition-delay: var(--motion-delay, 0ms);
}

body.motion-ready .motion-reveal.motion-visible {
  opacity: 1;
  transform: translateY(0);
}

body.motion-ready .statement-grid > .motion-reveal {
  transform: translateY(22px);
}

body.motion-ready .shot-card.motion-reveal {
  transform: translateY(42px) scale(.985);
}

body.motion-ready .shot-card.motion-visible {
  transform: translateY(0) scale(1);
}

body.motion-ready .roadmap li.motion-reveal {
  transform: translateX(-20px);
}

body.motion-ready .roadmap li.motion-visible {
  transform: translateX(0);
}

@keyframes vinylIdleSpin {
  to { rotate: 360deg; }
}

@keyframes localVinylSpin {
  to { rotate: 360deg; }
}

@keyframes orbitBreathe {
  from { scale: .98; opacity: .62; }
  to   { scale: 1.035; opacity: 1; }
}

@keyframes heroGlow {
  from { transform: translate3d(-12px, -8px, 0) scale(.96); opacity: .72; }
  to   { transform: translate3d(14px, 12px, 0) scale(1.05); opacity: 1; }
}

@keyframes groovePulse {
  from { transform: scaleY(.58); opacity: .62; }
  to   { transform: scaleY(1); opacity: 1; }
}

@keyframes statBarGrow {
  from { transform: scaleY(.06); opacity: .25; }
  to   { transform: scaleY(1); opacity: 1; }
}

@media (max-width: 760px) {
  .hero::before {
    width: 390px;
    height: 390px;
    right: -190px;
    top: 160px;
  }

  .feature:hover,
  .cta:hover,
  .roadmap li:hover {
    transform: none;
  }

  .roadmap li:hover {
    padding-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .record-art,
  .local-mark.motion-visible .local-disc,
  .orbit-one,
  .orbit-two,
  .wave i,
  .dark-card.motion-visible .bars i,
  .hero::before {
    animation: none !important;
  }

  .phone {
    transform: none !important;
  }

  body.motion-ready .motion-reveal,
  body.motion-ready .motion-reveal.motion-visible {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .hero-visual {
    --record-scroll: 0px !important;
    --folio-scroll: 0px !important;
  }
}


/* =========================================================
   V3 — Product scrollytelling + collection analytics concept
   ========================================================= */

.scroll-progress {
  position: fixed;
  z-index: 999;
  inset: 0 0 auto;
  height: 3px;
  pointer-events: none;
  background: transparent;
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--orange), #F09A6D);
  box-shadow: 0 0 14px rgba(212,98,42,.42);
  will-change: transform;
}

.product-story {
  background:
    radial-gradient(circle at 72% 25%, rgba(212,98,42,.12), transparent 30%),
    #12100F;
  color: white;
  padding: 120px 0 140px;
  overflow: clip;
}

.story-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 82px;
}

.story-heading .section-kicker {
  grid-column: 1 / -1;
  color: #8F877F;
  margin-bottom: -48px;
}

.story-heading h2 {
  margin: 0;
  font-size: clamp(52px, 6vw, 82px);
  line-height: .95;
  letter-spacing: -.06em;
}

.story-heading > p:last-child {
  margin: 0;
  color: #AAA29A;
  line-height: 1.72;
  font-size: 16px;
}

.story-layout {
  display: grid;
  grid-template-columns: 1fr .86fr;
  gap: 90px;
  align-items: start;
}

.story-steps {
  padding-bottom: 18vh;
}

.story-step {
  min-height: 72vh;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 25px;
  align-content: center;
  opacity: .34;
  transform: translateX(-12px);
  transition:
    opacity .5s ease,
    transform .6s var(--ease-groove);
}

.story-step.is-active {
  opacity: 1;
  transform: translateX(0);
}

.story-number {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #837B74;
  font-size: 10px;
  font-weight: 900;
  transition: border-color .35s ease, color .35s ease, background .35s ease;
}

.story-step.is-active .story-number {
  color: white;
  border-color: var(--orange);
  background: rgba(212,98,42,.12);
}

.story-status {
  display: flex;
  gap: 11px;
  align-items: center;
  color: #8C847C;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.story-status span {
  color: #F09A6D;
}

.story-status.planned span {
  color: #BBB2A9;
}

.story-step h3 {
  margin: 14px 0 15px;
  font-size: clamp(42px, 4vw, 60px);
  line-height: .96;
  letter-spacing: -.052em;
}

.story-step p {
  max-width: 570px;
  margin: 0;
  color: #A69E96;
  font-size: 17px;
  line-height: 1.7;
}

.story-phone-wrap {
  position: sticky;
  top: 115px;
  height: calc(100vh - 140px);
  min-height: 650px;
  display: grid;
  align-content: center;
  justify-items: center;
  isolation: isolate;
}

.story-phone-glow {
  position: absolute;
  z-index: -1;
  width: min(580px, 55vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,98,42,.24), rgba(212,98,42,.04) 43%, transparent 70%);
  filter: blur(24px);
  animation: storyGlow 6s ease-in-out infinite alternate;
}

.story-phone {
  width: min(380px, 83%);
  aspect-ratio: 9 / 19.5;
  padding: 9px;
  border: 1px solid #56504A;
  border-radius: 46px;
  background: #070707;
  box-shadow:
    0 48px 120px rgba(0,0,0,.6),
    inset 0 0 0 1px rgba(255,255,255,.06);
  position: relative;
}

.story-phone-camera {
  position: absolute;
  z-index: 20;
  width: 93px;
  height: 24px;
  border-radius: 999px;
  background: #050505;
  left: 50%;
  top: 17px;
  transform: translateX(-50%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}

.story-phone-screen {
  height: 100%;
  overflow: hidden;
  border-radius: 37px;
  background: var(--paper);
  position: relative;
  color: var(--ink);
}

.story-screen {
  position: absolute;
  inset: 0;
  padding: 48px 20px 22px;
  opacity: 0;
  transform: translateY(16px) scale(.985);
  pointer-events: none;
  transition:
    opacity .42s ease,
    transform .55s var(--ease-groove);
}

.story-screen.is-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.mock-appbar {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 6px 0 18px;
}

.mock-appbar strong {
  font-size: 26px;
  letter-spacing: -.05em;
}

.mock-appbar span {
  color: #847C74;
  font-size: 10px;
  font-weight: 700;
}

.mock-search {
  padding: 12px 14px;
  background: #EAE4DD;
  color: #817870;
  border-radius: 13px;
  font-size: 11px;
  margin-bottom: 18px;
}

.mock-albums {
  display: grid;
  gap: 9px;
}

.mock-album {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 12px;
  align-items: center;
  padding: 9px;
  border-radius: 14px;
  background: #FFFDFC;
  box-shadow: 0 8px 24px rgba(25,20,15,.06);
}

.cover {
  aspect-ratio: 1;
  border-radius: 9px;
  position: relative;
  overflow: hidden;
}

.cover::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #181614;
  right: -9px;
  bottom: -7px;
  box-shadow: inset 0 0 0 11px #EFE8DF;
}

.cover-orange { background: linear-gradient(145deg, #D4622A, #F0B18F); }
.cover-cream { background: linear-gradient(145deg, #D3C5B4, #F7F0E6); }
.cover-dark { background: linear-gradient(145deg, #27231F, #70665D); }

.mock-album strong {
  display: block;
  font-size: 11px;
  line-height: 1.25;
}

.mock-album span {
  display: block;
  margin-top: 4px;
  color: #81786F;
  font-size: 9px;
}

.mock-fab {
  position: absolute;
  right: 19px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  background: var(--orange);
  font-size: 25px;
  box-shadow: 0 9px 25px rgba(212,98,42,.3);
}

.mock-now {
  height: 65%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mock-eyebrow {
  color: var(--orange);
  font-size: 8px;
  letter-spacing: .16em;
  font-weight: 900;
}

.mock-record {
  width: 148px;
  height: 148px;
  border-radius: 50%;
  margin: 20px 0 18px;
  background:
    repeating-radial-gradient(circle, transparent 0 6px, rgba(255,255,255,.035) 7px 8px),
    #181614;
  position: relative;
  animation: v3RecordSpin 13s linear infinite;
  box-shadow: 0 18px 36px rgba(22,18,15,.22);
}

.mock-record i {
  position: absolute;
  inset: 52px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: inset 0 0 0 18px #EEE6DD;
}

.mock-now > strong {
  font-size: 18px;
  letter-spacing: -.035em;
}

.mock-now > span:not(.mock-eyebrow) {
  margin-top: 4px;
  font-size: 10px;
  color: #81786F;
}

.mock-now button {
  margin-top: 17px;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  color: white;
  background: var(--orange);
  font: inherit;
  font-size: 10px;
  font-weight: 800;
}

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

.mock-history div {
  padding: 12px 8px;
  text-align: center;
  border-radius: 12px;
  background: #ECE6DF;
}

.mock-history span,
.mock-history strong {
  display: block;
}

.mock-history span {
  color: #847C74;
  font-size: 8px;
}

.mock-history strong {
  margin-top: 5px;
  font-size: 11px;
}

.story-discogs-screen {
  padding: 0;
  background: #111;
}

.story-discogs-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.screen-caption {
  position: absolute;
  left: 13px;
  bottom: 13px;
  padding: 7px 10px;
  border-radius: 999px;
  color: white;
  background: rgba(17,16,15,.82);
  backdrop-filter: blur(8px);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.stat-hero {
  margin: 20px 0 18px;
  padding: 20px;
  border-radius: 18px;
  background: #171513;
  color: white;
}

.stat-hero span,
.stat-hero strong,
.stat-hero small {
  display: block;
}

.stat-hero span,
.stat-hero small {
  color: #A9A199;
  font-size: 9px;
}

.stat-hero strong {
  margin: 5px 0;
  font-size: 44px;
  letter-spacing: -.07em;
}

.stat-chart {
  height: 100px;
  display: flex;
  align-items: end;
  gap: 7px;
  margin-bottom: 19px;
}

.stat-chart i {
  flex: 1;
  height: var(--h);
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(var(--orange), #9A411D);
  transform-origin: bottom;
}

.story-screen.is-active .stat-chart i {
  animation: v3BarGrow .62s var(--ease-groove) both;
}

.story-screen.is-active .stat-chart i:nth-child(2) { animation-delay: .06s; }
.story-screen.is-active .stat-chart i:nth-child(3) { animation-delay: .12s; }
.story-screen.is-active .stat-chart i:nth-child(4) { animation-delay: .18s; }
.story-screen.is-active .stat-chart i:nth-child(5) { animation-delay: .24s; }
.story-screen.is-active .stat-chart i:nth-child(6) { animation-delay: .30s; }

.stat-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 2px;
  border-bottom: 1px solid rgba(23,21,19,.1);
  font-size: 10px;
}

.stat-row span {
  color: #837B73;
}

.stat-row.future strong {
  color: var(--orange);
}

.nfc-demo {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nfc-record {
  width: 165px;
  height: 165px;
  margin: 22px 0 8px;
  border-radius: 50%;
  background: repeating-radial-gradient(circle, #181614 0 9px, #211E1B 10px 11px);
  position: relative;
}

.nfc-record i {
  position: absolute;
  inset: 61px;
  border-radius: 50%;
  background: #F1E9E0;
  box-shadow: inset 0 0 0 10px var(--orange);
}

.nfc-waves {
  display: flex;
  align-items: center;
  gap: 5px;
  height: 38px;
}

.nfc-waves i {
  display: block;
  border: 2px solid var(--orange);
  border-left: 0;
  width: 9px;
  height: 14px;
  border-radius: 0 999px 999px 0;
  opacity: .24;
  animation: nfcWave 1.35s ease-out infinite;
}

.nfc-waves i:nth-child(2) {
  width: 14px;
  height: 23px;
  animation-delay: .15s;
}

.nfc-waves i:nth-child(3) {
  width: 19px;
  height: 32px;
  animation-delay: .3s;
}

.nfc-phone-icon {
  font-size: 40px;
  line-height: 1;
  transform: rotate(90deg);
}

.nfc-demo h4 {
  margin: 14px 0 7px;
  font-size: 20px;
  letter-spacing: -.04em;
}

.nfc-demo p {
  max-width: 260px;
  margin: 0;
  color: #847C74;
  font-size: 10px;
  line-height: 1.55;
}

.nfc-success {
  margin-top: 17px;
  padding: 9px 13px;
  border-radius: 999px;
  color: #2A6A49;
  background: #DAEFE2;
  font-size: 9px;
  font-weight: 800;
}

.story-phone-note {
  max-width: 380px;
  margin: 14px 0 0;
  color: #766E67;
  font-size: 9px;
  line-height: 1.55;
  text-align: center;
}

.coverage-section {
  padding: 126px 0;
  background: #EAE3DB;
}

.coverage-grid {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 80px;
  align-items: center;
}

.coverage-copy h2 {
  margin: 0;
  font-size: clamp(48px, 5.4vw, 72px);
  line-height: .96;
  letter-spacing: -.057em;
}

.coverage-copy h2 span {
  color: var(--orange);
}

.coverage-copy > p:not(.section-kicker) {
  max-width: 620px;
  margin: 26px 0 0;
  color: #6F675F;
  font-size: 17px;
  line-height: 1.72;
}

.coverage-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 29px;
}

.coverage-pills span {
  padding: 9px 12px;
  border: 1px solid rgba(23,21,19,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.28);
  color: #615A53;
  font-size: 10px;
  font-weight: 750;
}

.coverage-card {
  padding: 34px;
  border-radius: 30px;
  color: white;
  background: #171513;
  box-shadow: 0 34px 86px rgba(31,25,20,.18);
  transform: rotate(1deg);
}

.coverage-card-top {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  align-items: flex-start;
}

.coverage-label {
  display: block;
  color: #9C948C;
  font-size: 9px;
  letter-spacing: .14em;
  font-weight: 900;
}

.coverage-card-top strong {
  display: block;
  margin-top: 9px;
  font-size: 68px;
  line-height: 1;
  letter-spacing: -.075em;
}

.coverage-period {
  padding: 8px 10px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: #BDB5AD;
  font-size: 9px;
}

.record-shelf {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 6px;
  margin: 36px 0 28px;
  padding-bottom: 11px;
  border-bottom: 4px solid #544D46;
}

.record-shelf i {
  height: 58px;
  border-radius: 3px 3px 1px 1px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.09), transparent 50%),
    #39342F;
  transform-origin: bottom;
}

.coverage-card.coverage-animated .record-shelf i:nth-child(-n+17) {
  background:
    linear-gradient(145deg, rgba(255,255,255,.2), transparent 50%),
    var(--orange);
  animation: shelfFill .48s var(--ease-groove) both;
}

.coverage-card.coverage-animated .record-shelf i:nth-child(2n) { animation-delay: .04s; }
.coverage-card.coverage-animated .record-shelf i:nth-child(3n) { animation-delay: .08s; }
.coverage-card.coverage-animated .record-shelf i:nth-child(5n) { animation-delay: .12s; }

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

.coverage-breakdown div {
  padding: 14px;
  border-radius: 13px;
  background: #211E1B;
}

.coverage-breakdown span,
.coverage-breakdown strong {
  display: block;
}

.coverage-breakdown span {
  color: #918880;
  font-size: 8px;
}

.coverage-breakdown strong {
  margin-top: 5px;
  font-size: 18px;
}

.coverage-card > p {
  margin: 19px 0 0;
  color: #7E756D;
  font-size: 8px;
}

@keyframes storyGlow {
  from { transform: translate(-15px, -10px) scale(.96); opacity: .72; }
  to { transform: translate(14px, 10px) scale(1.04); opacity: 1; }
}

@keyframes v3RecordSpin {
  to { transform: rotate(360deg); }
}

@keyframes v3BarGrow {
  from { transform: scaleY(.05); opacity: .18; }
  to { transform: scaleY(1); opacity: 1; }
}

@keyframes nfcWave {
  0% { opacity: .14; transform: scale(.82); }
  55% { opacity: 1; }
  100% { opacity: .08; transform: scale(1.12); }
}

@keyframes shelfFill {
  from { transform: scaleY(.15); opacity: .35; }
  to { transform: scaleY(1); opacity: 1; }
}

/* Fix v2 selector mismatch from the original hero markup. */
.hero-visual .orbit.one {
  animation: orbitBreathe 6.5s ease-in-out infinite alternate;
}

.hero-visual .orbit.two {
  animation: orbitBreathe 7.5s ease-in-out 1s infinite alternate-reverse;
}

@media (max-width: 980px) {
  .story-heading,
  .coverage-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .story-heading .section-kicker {
    margin-bottom: 0;
  }

  .story-layout {
    grid-template-columns: .95fr 1.05fr;
    gap: 40px;
  }

  .story-step {
    min-height: 66vh;
  }
}

@media (max-width: 760px) {
  .product-story {
    padding: 82px 0 94px;
  }

  .story-heading h2,
  .coverage-copy h2 {
    font-size: 46px;
  }

  .story-layout {
    display: block;
  }

  .story-phone-wrap {
    position: sticky;
    z-index: 4;
    top: 82px;
    height: 430px;
    min-height: 0;
    margin: 0 auto 28px;
    pointer-events: none;
  }

  .story-phone {
    width: 195px;
    border-radius: 27px;
    padding: 5px;
    box-shadow: 0 24px 70px rgba(0,0,0,.55);
  }

  .story-phone-camera {
    width: 52px;
    height: 13px;
    top: 9px;
  }

  .story-phone-screen {
    border-radius: 22px;
  }

  .story-screen {
    padding: 27px 10px 12px;
  }

  .story-phone-note {
    display: none;
  }

  .mock-appbar strong { font-size: 15px; }
  .mock-appbar span { font-size: 6px; }
  .mock-search { padding: 7px 8px; font-size: 6px; margin-bottom: 9px; }
  .mock-album { grid-template-columns: 32px 1fr; gap: 6px; padding: 5px; }
  .mock-album strong { font-size: 6px; }
  .mock-album span { font-size: 5px; margin-top: 2px; }
  .mock-fab { width: 28px; height: 28px; right: 10px; bottom: 12px; font-size: 15px; }
  .mock-record { width: 86px; height: 86px; margin: 10px 0; }
  .mock-record i { inset: 30px; box-shadow: inset 0 0 0 10px #EEE6DD; }
  .mock-now > strong { font-size: 10px; }
  .mock-now > span:not(.mock-eyebrow), .mock-now button { font-size: 6px; }
  .mock-now button { padding: 7px 9px; margin-top: 8px; }
  .mock-history { gap: 3px; }
  .mock-history div { padding: 6px 3px; }
  .mock-history span { font-size: 5px; }
  .mock-history strong { font-size: 6px; }
  .stat-hero { margin: 9px 0; padding: 10px; }
  .stat-hero strong { font-size: 25px; }
  .stat-chart { height: 52px; gap: 3px; margin-bottom: 7px; }
  .stat-row { padding: 6px 1px; font-size: 6px; }
  .nfc-record { width: 88px; height: 88px; margin: 10px 0 3px; }
  .nfc-record i { inset: 32px; box-shadow: inset 0 0 0 6px var(--orange); }
  .nfc-waves { height: 22px; transform: scale(.6); }
  .nfc-phone-icon { font-size: 22px; }
  .nfc-demo h4 { font-size: 11px; margin: 6px 0 3px; }
  .nfc-demo p { max-width: 140px; font-size: 6px; }
  .nfc-success { margin-top: 8px; padding: 5px 7px; font-size: 5px; }

  .story-steps {
    padding-bottom: 0;
  }

  .story-step {
    min-height: 62vh;
    grid-template-columns: 42px 1fr;
    align-content: end;
    padding-bottom: 42px;
  }

  .story-step h3 {
    font-size: 37px;
  }

  .story-step p {
    font-size: 14px;
  }

  .coverage-section {
    padding: 84px 0;
  }

  .coverage-card {
    padding: 24px;
    transform: none;
  }

  .coverage-card-top strong {
    font-size: 55px;
  }

  .record-shelf {
    grid-template-columns: repeat(5, 1fr);
  }

  .coverage-breakdown {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .story-phone-glow,
  .mock-record,
  .nfc-waves i,
  .coverage-card.coverage-animated .record-shelf i {
    animation: none !important;
  }

  .story-step {
    opacity: 1;
    transform: none;
  }
}

/* ==========================================================================
   REAL APP SHOWCASE + DISCOGS IMPORT
   ========================================================================== */
/* Real app screens inside the V3 sticky product story. */
.real-story-screen {
  padding: 0;
  background: #0d0d0c;
  overflow: hidden;
}

.real-story-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* Current screenshots were captured from a debug build. Mask only the small
   Flutter DEBUG corner ribbon; replace with clean release captures later. */
.real-story-screen::after,
.flow-phone::after,
.v4-shot-grid .phone::after,
.relationship-phone .phone::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
  background: #0d0d0c;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  pointer-events: none;
  z-index: 4;
}

.v4-shot-grid .phone::after,
.relationship-phone .phone::after {
  top: 10px;
  right: 10px;
  border-top-right-radius: 29px;
}

/* Discogs import ----------------------------------------------------------- */
.import-section {
  padding: 126px 0 118px;
  background: #EAE3DB;
  overflow: hidden;
}

.import-heading {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 80px;
  align-items: end;
}

.import-heading h2,
.relationship-copy h2 {
  margin: 0;
  font-size: clamp(48px, 5.5vw, 74px);
  line-height: .96;
  letter-spacing: -.058em;
}

.import-heading h2 span,
.relationship-copy h2 span {
  color: var(--orange);
}

.import-heading > p {
  margin: 0;
  color: #6F675F;
  font-size: 17px;
  line-height: 1.72;
}

.import-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 72px;
}

.import-step {
  min-width: 0;
  opacity: .64;
  transform: translateY(9px) scale(.985);
  transition: opacity .5s var(--ease-groove), transform .55s var(--ease-groove);
}

.import-step.is-current {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.flow-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.flow-meta span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(23,21,19,.15);
  color: #7A726A;
  font-size: 9px;
  font-weight: 850;
}

.import-step.is-current .flow-meta span {
  color: white;
  border-color: var(--orange);
  background: var(--orange);
}

.flow-meta strong {
  font-size: 15px;
  letter-spacing: -.02em;
}

.flow-phone {
  position: relative;
  width: min(100%, 278px);
  margin: 0 auto;
  padding: 8px;
  border: 1px solid rgba(23,21,19,.2);
  border-radius: 31px;
  background: #090909;
  box-shadow: 0 24px 60px rgba(31,25,20,.13);
  overflow: hidden;
}

.flow-phone img {
  width: 100%;
  height: auto;
  border-radius: 24px;
}

.import-step > p {
  max-width: 285px;
  margin: 16px auto 0;
  color: #6D655E;
  font-size: 13px;
  line-height: 1.6;
}

.flow-arrow {
  color: var(--orange);
  font-size: 29px;
  opacity: .65;
}

.import-progress {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 38px;
}

.import-progress i {
  width: 25px;
  height: 4px;
  border-radius: 999px;
  background: rgba(23,21,19,.16);
  transition: width .35s var(--ease-groove), background .35s ease;
}

.import-progress i.is-active {
  width: 52px;
  background: var(--orange);
}

.import-note {
  margin-top: 18px;
  color: #837A72;
  font-size: 10px;
  text-align: center;
}

/* Product differentiator -------------------------------------------------- */
.relationship-section {
  padding: 126px 0;
  background: var(--paper);
}

.relationship-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 90px;
  align-items: center;
}

.relationship-copy > p:not(.section-kicker) {
  max-width: 670px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.relationship-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}

.relationship-pills span {
  padding: 9px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #665F58;
  background: rgba(255,255,255,.32);
  font-size: 10px;
  font-weight: 760;
}

.relationship-phone {
  display: grid;
  place-items: center;
  position: relative;
}

.relationship-phone::before {
  content: "";
  position: absolute;
  width: 410px;
  max-width: 88%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212,98,42,.15), transparent 68%);
  filter: blur(10px);
}

.relationship-phone .phone {
  width: 340px;
  z-index: 1;
}

/* Screenshot showcase ----------------------------------------------------- */
.v4-shot-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 88px 34px;
  align-items: start;
  margin-top: 82px;
}

.v4-shot-grid .shot-card {
  max-width: none;
}

.v4-shot-grid .phone {
  width: min(100%, 314px);
  margin-left: auto;
  margin-right: auto;
}

.v4-shot-grid .shot-card:nth-child(2),
.v4-shot-grid .shot-card:nth-child(5) {
  transform: translateY(58px);
}

.v4-shot-grid .shot-card h3 {
  font-size: 26px;
}

.v4-shot-grid .shot-card > p:last-child {
  font-size: 14px;
}

/* Roadmap status improvements --------------------------------------------- */
.roadmap li.done .roadmap-index {
  color: var(--orange);
}

.roadmap li.done {
  background: rgba(255,255,255,.12);
}

/* V4 reveal targets. JS adds .v4-visible. */
.v4-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s var(--ease-groove), transform .75s var(--ease-groove);
}

.v4-reveal.v4-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .import-heading,
  .relationship-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .relationship-phone {
    justify-content: start;
  }

  .import-flow {
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }

  .flow-arrow {
    display: none;
  }

  .v4-shot-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .v4-shot-grid .shot-card:nth-child(2),
  .v4-shot-grid .shot-card:nth-child(5) {
    transform: none;
  }
}

@media (max-width: 760px) {
  .import-section,
  .relationship-section {
    padding: 84px 0;
  }

  .import-heading h2,
  .relationship-copy h2 {
    font-size: 46px;
  }

  .import-flow {
    grid-template-columns: 1fr;
    gap: 34px;
    margin-top: 50px;
  }

  .import-step {
    display: grid;
    grid-template-columns: 1fr;
    opacity: 1;
    transform: none;
  }

  .flow-phone {
    width: min(270px, 78vw);
  }

  .import-step > p {
    text-align: center;
  }

  .import-progress {
    display: none;
  }

  .relationship-phone {
    justify-content: center;
  }

  .relationship-phone .phone {
    width: min(330px, 88vw);
  }

  .v4-shot-grid {
    grid-template-columns: 1fr;
    gap: 64px;
    margin-top: 56px;
  }

  .v4-shot-grid .phone {
    width: min(330px, 88vw);
    margin-left: 0;
  }

  .real-story-screen::after {
    width: 39px;
    height: 39px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .import-step,
  .v4-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/* V4.1 hero vinyl correction ------------------------------------------------
   The positioned shell stays fixed; only the centered inner disc rotates.
   This prevents the record from orbiting around its translated placement. */
.record-art {
  animation: none !important;
  rotate: 0deg !important;
  background: transparent;
  box-shadow: none;
}

.record-art::before {
  display: none;
}

.record-spin {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #171513;
  box-shadow: 0 36px 70px rgba(0,0,0,.22);
  transform-origin: 50% 50%;
  animation: vinylIdleSpin 22s linear infinite;
  will-change: transform;
}

.record-spin::before {
  content: "";
  position: absolute;
  inset: 13px;
  border-radius: 50%;
  background: repeating-radial-gradient(
    circle at center,
    transparent 0 6px,
    rgba(255,255,255,.035) 7px 8px
  );
}

@media (prefers-reduced-motion: reduce) {
  .record-spin {
    animation: none !important;
  }
}

/* ==========================================================================
   MOBILE LAYOUT
   ========================================================================== */
.story-mobile-shot {
  display: none;
}

@media (max-width: 760px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .shell {
    width: calc(100% - 32px);
  }

  /* Header / nav */
  .nav {
    min-height: 64px;
  }

  .nav-links {
    top: 64px;
    padding: 12px 16px 20px;
  }

  .brand {
    font-size: 18px;
  }

  /* Hero: tighter, centered, and less desktop-like. */
  .hero {
    padding: 42px 0 58px;
    gap: 24px;
  }

  .hero h1 {
    font-size: clamp(48px, 14vw, 64px);
    line-height: .92;
    letter-spacing: -.058em;
  }

  .lede {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.58;
  }

  .hero-actions {
    width: 100%;
    margin-top: 26px;
    gap: 12px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-actions .text-link {
    align-self: center;
  }

  .hero-meta {
    margin-top: 24px;
  }

  .hero-visual {
    min-height: 365px;
    overflow: hidden;
  }

  .orbit.one {
    width: min(410px, 108vw);
    height: min(410px, 108vw);
  }

  .orbit.two {
    width: min(320px, 84vw);
    height: min(320px, 84vw);
  }

  .record-art {
    width: min(270px, 72vw);
    transform: translate(18px, -44px);
  }

  .record-label {
    width: 68px;
    height: 68px;
  }

  .folio-card {
    width: min(330px, 90%);
    margin-top: 112px;
    padding: 21px;
    border-radius: 24px;
  }

  .folio-top strong {
    font-size: 22px;
  }

  .wave {
    height: 56px;
    margin: 19px 0 15px;
  }

  /* Large copy should breathe instead of filling the entire viewport. */
  .statement,
  .section,
  .showcase-section,
  .roadmap-section {
    padding-block: 70px;
  }

  .statement h2,
  .section-heading h2,
  .local-copy h2,
  .roadmap-top h2 {
    font-size: clamp(38px, 11vw, 46px);
    line-height: 1;
  }

  .section-heading {
    gap: 22px;
    margin-bottom: 38px;
  }

  /* Feature cards: content-sized instead of tall desktop cards. */
  .feature {
    min-height: 0;
    padding: 24px;
    border-radius: 22px;
  }

  .feature h3 {
    font-size: 29px;
  }

  .feature > p:not(.feature-label),
  .feature > div > p {
    font-size: 15px;
  }

  .feature-wide .feature-icon {
    margin-bottom: 20px;
  }

  .feature-wide .mini-stack {
    margin-top: 24px;
  }

  .mini-stack div {
    padding: 14px 15px;
  }

  .play-chip,
  .discogs-pill,
  .bars {
    position: relative;
    inset: auto;
    margin-top: 26px;
  }

  .bars {
    height: 62px;
  }

  /* "How it works" becomes a real mobile story instead of squeezing
     the desktop two-column sticky layout into a phone. */
  .product-story {
    padding: 76px 0 84px;
  }

  .story-heading {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 42px;
  }

  .story-heading .section-kicker {
    grid-column: auto;
    margin-bottom: 0;
  }

  .story-heading h2 {
    font-size: clamp(42px, 12vw, 55px);
    line-height: .96;
  }

  .story-heading > p:last-child {
    font-size: 15px;
  }

  .story-layout {
    display: block;
  }

  .story-phone-wrap {
    display: none;
  }

  .story-steps {
    display: grid;
    gap: 0;
    padding-bottom: 0;
  }

  .story-step,
  .story-step.is-active {
    min-height: 0;
    grid-template-columns: 36px 1fr;
    gap: 14px;
    align-content: start;
    padding: 28px 0 38px;
    opacity: 1;
    transform: none;
    border-bottom: 1px solid rgba(255,255,255,.10);
  }

  .story-step:first-child {
    padding-top: 0;
  }

  .story-step:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .story-number {
    width: 34px;
    height: 34px;
  }

  .story-step h3 {
    margin: 11px 0 12px;
    font-size: clamp(33px, 9.5vw, 40px);
    line-height: .98;
  }

  .story-step p {
    font-size: 15px;
    line-height: 1.62;
  }

  .story-mobile-shot {
    display: block;
    width: min(250px, 78vw);
    margin: 24px auto 0;
    padding: 7px;
    overflow: hidden;
    position: relative;
    border: 1px solid #56504A;
    border-radius: 30px;
    background: #070707;
    box-shadow: 0 24px 64px rgba(0,0,0,.42);
  }

  .story-mobile-shot img {
    width: 100%;
    height: auto;
    border-radius: 23px;
  }

  /* Mask the debug ribbon in the current development captures. */
  .story-mobile-shot::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 7px;
    width: 36px;
    height: 36px;
    background: #0d0d0c;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    border-top-right-radius: 23px;
    pointer-events: none;
  }

  /* Discogs import becomes a swipeable three-step flow on mobile. */
  .import-section,
  .relationship-section {
    padding: 76px 0;
  }

  .import-heading {
    gap: 22px;
  }

  .import-heading h2,
  .relationship-copy h2 {
    font-size: clamp(39px, 11vw, 48px);
    line-height: .98;
  }

  .import-heading > p,
  .relationship-copy > p:not(.section-kicker) {
    font-size: 15px;
    line-height: 1.65;
  }

  .import-flow {
    display: flex;
    gap: 14px;
    margin-top: 42px;
    margin-inline: -16px;
    padding: 0 16px 18px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .import-flow::-webkit-scrollbar {
    display: none;
  }

  .import-step,
  .import-step.is-current {
    flex: 0 0 min(78vw, 292px);
    display: block;
    padding: 18px;
    opacity: 1;
    transform: none;
    scroll-snap-align: center;
    border: 1px solid rgba(23,21,19,.10);
    border-radius: 24px;
    background: rgba(255,255,255,.34);
  }

  .flow-phone {
    width: min(210px, 60vw);
    margin-inline: auto;
  }

  .import-step > p {
    margin-top: 14px;
    text-align: left;
    font-size: 13px;
  }

  .import-note {
    margin-top: 18px;
    font-size: 11px;
  }

  /* Differentiator section */
  .relationship-grid {
    gap: 34px;
  }

  .relationship-pills {
    margin-top: 22px;
  }

  .relationship-phone .phone {
    width: min(290px, 80vw);
  }

  /* Six screenshots should swipe horizontally instead of producing
     an extremely long single-column page. */
  .showcase-section .section-heading {
    margin-bottom: 0;
  }

  .v4-shot-grid {
    display: flex;
    gap: 16px;
    margin-top: 46px;
    margin-inline: -16px;
    padding: 0 16px 24px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .v4-shot-grid::-webkit-scrollbar {
    display: none;
  }

  .v4-shot-grid .shot-card {
    flex: 0 0 min(82vw, 330px);
    scroll-snap-align: center;
  }

  .v4-shot-grid .phone {
    width: 100%;
    margin-left: 0;
  }

  .v4-shot-grid .shot-card h3 {
    font-size: 24px;
  }

  .screenshot-note {
    margin-top: 12px;
    padding-top: 20px;
  }

  /* Shelf Coverage: the original grid had no phone breakpoint. */
  .coverage-section {
    padding: 76px 0;
  }

  .coverage-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .coverage-copy h2 {
    font-size: clamp(39px, 11vw, 48px);
    line-height: .98;
  }

  .coverage-copy > p:not(.section-kicker) {
    font-size: 15px;
    line-height: 1.65;
  }

  .coverage-card {
    padding: 22px;
    border-radius: 24px;
  }

  .coverage-card-top {
    gap: 12px;
  }

  .coverage-breakdown {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  /* Local-first: lead with the explanation, then the decorative record. */
  .local-first {
    display: flex;
    flex-direction: column-reverse;
    gap: 26px;
  }

  .local-mark {
    width: 100%;
    min-height: 270px;
  }

  .local-disc {
    width: 220px;
    height: 220px;
  }

  .local-mark::after {
    width: 62px;
    height: 62px;
    border-width: 8px;
  }

  /* Roadmap: give copy the full phone width. */
  .roadmap {
    margin-top: 44px;
  }

  .roadmap li {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 26px 0;
  }

  .roadmap-index {
    padding-top: 0;
  }

  .roadmap h3 {
    font-size: 23px;
  }

  /* Final CTA */
  .cta-section {
    padding: 72px 0;
  }

  .cta {
    gap: 22px;
    padding: 24px;
    border-radius: 26px;
  }

  .cta img {
    width: 68px;
    height: 68px;
  }

  .cta h2 {
    font-size: 35px;
  }

  .cta .button {
    width: 100%;
    justify-self: stretch;
  }
}

@media (max-width: 390px) {
  .shell {
    width: calc(100% - 24px);
  }

  .hero h1 {
    font-size: clamp(45px, 13.6vw, 54px);
  }

  .statement h2,
  .section-heading h2,
  .local-copy h2,
  .roadmap-top h2 {
    font-size: 37px;
  }

  .story-step {
    grid-template-columns: 30px 1fr;
    gap: 11px;
  }

  .story-number {
    width: 30px;
    height: 30px;
  }

  .story-mobile-shot {
    width: min(230px, 76vw);
  }

  .relationship-phone .phone {
    width: min(270px, 78vw);
  }
}

/* ==========================================================================
   OFFICIAL BRANDING
   ========================================================================== */
.brand {
  line-height: 0;
}

.brand-wordmark {
  display: block;
  width: 178px;
  height: auto;
  object-fit: contain;
}

/* The approved mark includes transparent safe space. Give it a slightly
   larger CSS box than the old hand-built SVG so the visible mark reads
   at the same apparent size. */
.folio-top img[src*="groovefolio-icon-mark"],
.footer-brand img[src*="groovefolio-icon-mark"] {
  object-fit: contain;
}

.folio-top img[src*="groovefolio-icon-mark"] {
  width: 62px;
  height: 62px;
}

.footer-brand img[src*="groovefolio-icon-mark"] {
  width: 48px;
  height: 48px;
}

@media (max-width: 760px) {
  .brand-wordmark {
    width: 150px;
  }

  .folio-top img[src*="groovefolio-icon-mark"] {
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 390px) {
  .brand-wordmark {
    width: 138px;
  }
}
