@font-face {
  font-family: "Space Grotesk";
  font-display: swap;
  src: url("/delay-reverb/assets/SpaceGrotesk-Variable.ttf") format("truetype");
}

:root {
  --bg: #121212;
  --surface: #1e1e1e;
  --surface-2: #181818;
  --line: #333333;
  --green: #00e676;
  --green-soft: rgba(0, 230, 118, 0.13);
  --ice: #e0e0e0;
  --muted: #9e9e9e;
  --black: #080a09;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ice);
  font-family: "Space Grotesk", ui-sans-serif, system-ui, sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
a { color: inherit; }
.skip-link { background: var(--green); color: #04130b; left: 12px; padding: 10px 14px; position: fixed; top: -80px; z-index: 99; }
.skip-link:focus { top: 12px; }

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(18, 18, 18, 0.88);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  min-height: 78px;
  padding: 0 clamp(20px, 5vw, 76px);
  position: sticky;
  top: 0;
  z-index: 50;
}
.brand { align-items: center; display: inline-flex; gap: 13px; text-decoration: none; width: max-content; }
.brand > span:last-child { display: grid; }
.brand strong { font-size: 1.04rem; letter-spacing: -0.035em; }
.brand small { color: var(--muted); font-size: 0.59rem; font-weight: 750; letter-spacing: 0.14em; }
.brand-mark {
  align-items: end;
  background: #151a17;
  border: 1px solid #3b5547;
  border-radius: 9px;
  display: flex;
  gap: 3px;
  height: 42px;
  justify-content: center;
  overflow: hidden;
  padding: 9px;
  width: 42px;
}
.brand-mark i { background: var(--green); border-radius: 2px 2px 0 0; display: block; width: 4px; }
.brand-mark i:nth-child(1) { height: 38%; }.brand-mark i:nth-child(2) { height: 82%; }.brand-mark i:nth-child(3) { height: 58%; }.brand-mark i:nth-child(4) { height: 100%; }
.site-header nav { display: flex; gap: clamp(18px, 2.3vw, 38px); }
.site-header nav a { color: #bababa; font-size: 0.83rem; font-weight: 620; text-decoration: none; transition: color 0.2s; }
.site-header nav a:hover { color: var(--green); }
.header-status { align-items: center; color: var(--muted); display: flex; font-size: 0.72rem; font-weight: 700; gap: 8px; justify-self: end; letter-spacing: 0.08em; text-transform: uppercase; }
.header-status i, .console-bar i, .plan-led i { background: var(--green); border-radius: 50%; box-shadow: 0 0 12px var(--green); display: inline-block; height: 7px; width: 7px; }

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(520px, 1.05fr);
  min-height: 800px;
  overflow: hidden;
  padding: 80px clamp(24px, 7vw, 118px) 58px;
  position: relative;
}
.hero-grid {
  background-image: linear-gradient(rgba(0,230,118,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(0,230,118,.045) 1px, transparent 1px);
  background-size: 42px 42px;
  inset: 0 0 0 50%;
  mask-image: linear-gradient(90deg, transparent, #000 28%);
  position: absolute;
}
.hero::after { background: var(--green); content: ""; filter: blur(150px); height: 270px; opacity: .12; position: absolute; right: 12%; top: 24%; width: 270px; }
.hero-copy { align-self: center; max-width: 720px; position: relative; z-index: 2; }
.eyebrow { align-items: center; color: var(--green); display: flex; font-size: .72rem; font-weight: 760; gap: 10px; letter-spacing: .14em; margin: 0 0 20px; text-transform: uppercase; }
.eyebrow > span { background: var(--green); box-shadow: 0 0 12px rgba(0,230,118,.7); height: 2px; width: 25px; }
.hero h1 { font-size: clamp(4.3rem, 8vw, 8.4rem); letter-spacing: -.078em; line-height: .84; margin: 0 0 35px; max-width: 800px; }
.hero h1 em { color: var(--green); font-style: normal; }
.hero-description { color: #b3b3b3; font-size: clamp(1.04rem, 1.4vw, 1.25rem); line-height: 1.7; max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { align-items: center; border: 1px solid var(--line); border-radius: 7px; display: inline-flex; font-size: .84rem; font-weight: 750; gap: 13px; justify-content: center; min-height: 52px; padding: 0 20px; text-decoration: none; }
.button-primary { background: var(--green); border-color: var(--green); color: #04120a; box-shadow: 0 12px 35px rgba(0,230,118,.13); }
.button-outline { border-color: #5a5a5a; }
.button-disabled { color: #777; cursor: default; }
.button-coming { cursor: default; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 20px; list-style: none; margin: 28px 0 0; padding: 0; }
.hero-proof li { color: #898989; font-size: .74rem; font-weight: 650; }
.hero-proof span { color: var(--green); margin-right: 5px; }

.hero-console { align-self: center; height: 660px; justify-self: center; max-width: 700px; position: relative; width: 100%; z-index: 2; }
.console-bar { align-items: center; border-bottom: 1px solid var(--line); color: #777; display: flex; font: 700 .62rem/1 ui-monospace, monospace; gap: 8px; left: 3%; letter-spacing: .13em; padding-bottom: 11px; position: absolute; right: 3%; top: 0; }
.console-bar i { margin-left: auto; }.console-bar b { color: var(--green); font-weight: 700; }
.phone-shell { background: #050505; border: 1px solid #4b4b4b; border-radius: 44px; box-shadow: 0 36px 75px rgba(0,0,0,.65), inset 0 0 0 5px #0d0d0d; height: 605px; left: 50%; overflow: hidden; padding: 10px; position: absolute; top: 44px; transform: translateX(-50%); width: 266px; }
.phone-shell img { border-radius: 34px; display: block; height: 100%; object-fit: cover; width: 100%; }
.phone-speaker { background: #090909; border-radius: 0 0 12px 12px; height: 18px; left: 50%; position: absolute; top: 7px; transform: translateX(-50%); width: 78px; z-index: 2; }
.metric { background: rgba(20,24,22,.93); border: 1px solid #3d5247; box-shadow: 0 18px 34px rgba(0,0,0,.35); display: grid; font-family: ui-monospace, monospace; padding: 14px 16px; position: absolute; z-index: 5; }
.metric small { color: #7b9386; font-size: .57rem; letter-spacing: .13em; }
.metric strong { color: var(--green); font-size: 1.55rem; line-height: 1.25; text-shadow: 0 0 18px rgba(0,230,118,.3); }
.metric em { color: #69746d; font-size: .58rem; font-style: normal; letter-spacing: .1em; }
.metric-bpm { left: 0; top: 145px; }.metric-ms { right: 0; top: 235px; }.metric-decay { bottom: 65px; left: 2%; }

.signal-strip { background: #0e100f; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 clamp(24px, 6vw, 90px); }
.signal-strip p { border-left: 1px solid var(--line); display: grid; margin: 0; min-height: 115px; padding: 28px 25px; }
.signal-strip p:last-child { border-right: 1px solid var(--line); }
.signal-strip strong { font-size: .85rem; }.signal-strip span { color: #777; font-size: .72rem; }

.section { padding: 120px clamp(24px, 7vw, 118px); }
.section-heading { margin: 0 auto 60px; max-width: 840px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2, .stage h2, .privacy h2, .final-cta h2 { font-size: clamp(2.7rem, 5vw, 5.1rem); letter-spacing: -.065em; line-height: .98; margin: 0 0 24px; }
.section-heading > p:last-child, .stage-copy > p, .privacy-copy > p { color: var(--muted); font-size: 1.04rem; }
.features { background: #161616; }
.feature-grid { display: grid; gap: 14px; grid-template-columns: repeat(2, 1fr); margin: 0 auto; max-width: 1280px; }
.feature-card { background: var(--surface); border: 1px solid var(--line); min-height: 430px; overflow: hidden; padding: clamp(28px, 4vw, 52px); position: relative; }
.feature-card::after { border: 1px solid rgba(0,230,118,.07); content: ""; inset: 10px; pointer-events: none; position: absolute; }
.feature-number { color: #6f6f6f; font: 700 .62rem/1 ui-monospace, monospace; letter-spacing: .12em; }
.feature-card h3 { font-size: clamp(1.4rem, 2.2vw, 2rem); letter-spacing: -.04em; margin: 36px 0 9px; }
.feature-card > p { color: var(--muted); margin: 0; max-width: 530px; }
.tap-visual { align-items: baseline; display: flex; gap: 7px; height: 130px; margin-top: 36px; padding: 15px; position: relative; }
.tap-visual i { align-self: end; background: var(--green); box-shadow: 0 0 12px rgba(0,230,118,.25); display: block; height: 28px; width: 5px; }
.tap-visual i:nth-child(2) { height: 65px; }.tap-visual i:nth-child(3) { height: 42px; }.tap-visual i:nth-child(4) { height: 94px; }
.tap-visual b { color: var(--green); font: 700 4.6rem/.9 ui-monospace, monospace; margin-left: auto; }.tap-visual small { color: #777; font: 700 .7rem/1 ui-monospace, monospace; }
.division-visual { border-top: 1px solid #3d3d3d; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 57px; }
.division-visual span { border-right: 1px solid #3d3d3d; display: grid; padding: 20px 12px; }.division-visual span:last-child { border: 0; }
.division-visual b { color: #777; font: 700 .65rem/1 ui-monospace, monospace; }.division-visual em { color: var(--green); font: normal clamp(1.1rem,2vw,1.7rem)/1.6 ui-monospace, monospace; }.division-visual small { color: #666; }
.reverb-visual { align-items: center; display: flex; gap: 15px; margin-top: 62px; }
.reverb-visual span { color: #777; display: grid; font: 700 .62rem/1 ui-monospace, monospace; letter-spacing: .12em; }.reverb-visual em { color: var(--green); font: normal clamp(1.15rem,2vw,1.8rem)/1.8 ui-monospace, monospace; letter-spacing: 0; }.reverb-visual i { background: linear-gradient(90deg,var(--green),transparent); height: 2px; flex: 1; position: relative; }.reverb-visual i::before { background: var(--green); border-radius: 50%; box-shadow: 0 0 14px var(--green); content:""; height: 8px; left: 0; position: absolute; top: -3px; width: 8px; }
.setlist-visual { display: grid; gap: 7px; margin-top: 38px; }.setlist-visual span { align-items: center; background: #181a19; border: 1px solid #333; display: grid; gap: 15px; grid-template-columns: 26px 1fr auto; padding: 12px 15px; }.setlist-visual b { color: #686868; font: 700 .63rem/1 ui-monospace,monospace; }.setlist-visual i { background: #424242; height: 5px; }.setlist-visual em { color: var(--green); font: normal 1rem/1 ui-monospace,monospace; }

.stage { align-items: center; background: #0d0f0e; display: grid; gap: 80px; grid-template-columns: 1fr 1fr; min-height: 860px; overflow: hidden; }
.stage-copy { max-width: 610px; }.stage-copy ol { list-style: none; margin: 42px 0 0; padding: 0; }.stage-copy li { border-top: 1px solid var(--line); display: grid; gap: 20px; grid-template-columns: 40px 1fr; padding: 19px 0; }.stage-copy li > span { color: var(--green); font: 700 .68rem/1.6 ui-monospace,monospace; }.stage-copy li p { color: #787878; margin: 0; }.stage-copy li strong { color: var(--ice); display: block; }
.stage-product { height: 680px; position: relative; }.stage-glow { background: var(--green); filter: blur(130px); height: 260px; opacity: .15; position: absolute; right: 18%; top: 28%; width: 260px; }.phone-shell-stage { height: 650px; top: 15px; width: 285px; }
.stage-tag { background: #151a17; border: 1px solid #385144; color: var(--green); font: 700 .66rem/1 ui-monospace,monospace; letter-spacing: .12em; padding: 15px 18px; position: absolute; z-index: 4; }.stage-tag-one { left: 2%; top: 48%; }.stage-tag-two { bottom: 18%; right: 0; }

.gallery { background: #171717; padding-left: 0; padding-right: 0; }.gallery .section-heading { padding: 0 clamp(24px, 7vw, 118px); }.section-heading-left { margin-left: 0; text-align: left; }.section-heading-left .eyebrow { justify-content: flex-start; }.screenshot-rail { display: flex; gap: 18px; overflow-x: auto; padding: 8px clamp(24px,7vw,118px) 35px; scrollbar-color: var(--green) #292929; scroll-snap-type: x mandatory; }.screenshot-rail figure { flex: 0 0 clamp(210px,22vw,300px); margin: 0; scroll-snap-align: start; }.screenshot-rail img { background: #0b0b0b; border: 1px solid #414141; border-radius: 22px; box-shadow: 0 22px 45px rgba(0,0,0,.35); display: block; height: auto; width: 100%; }.screenshot-rail figcaption { color: #777; font: 700 .65rem/1 ui-monospace,monospace; letter-spacing: .1em; padding: 14px 4px; text-transform: uppercase; }.rail-hint { color: #626262; font-size: .72rem; margin: 2px clamp(24px,7vw,118px) 0; }

.plans { background: #101110; }.plans-grid { display: grid; gap: 15px; grid-template-columns: repeat(2,1fr); margin: 0 auto; max-width: 1050px; }.plan-card { background: var(--surface); border: 1px solid var(--line); min-height: 485px; padding: clamp(30px,4vw,55px); position: relative; }.plan-card h3 { font-size: 1.8rem; letter-spacing: -.04em; }.plan-label { color: #777; font: 700 .68rem/1 ui-monospace,monospace; letter-spacing: .13em; }.plan-card ul { display: grid; gap: 14px; list-style: none; margin: 35px 0 46px; padding: 0; }.plan-card li { color: #a0a0a0; }.plan-card li span { color: var(--green); margin-right: 10px; }.plan-price { display: block; font-size: 1.65rem; }.plan-card > small { color: #777; }.plan-pro { border-color: #287047; box-shadow: inset 0 3px 0 var(--green); }.plan-led { align-items: center; color: var(--green); display: flex; font: 700 .58rem/1 ui-monospace,monospace; gap: 8px; letter-spacing: .12em; position: absolute; right: 25px; top: 25px; }.trial-note { align-items: center; color: #858585; display: flex; font-size: .82rem; gap: 16px; justify-content: center; margin: 28px auto 0; max-width: 820px; text-align: center; }.trial-note span { border: 1px solid #3a5b49; color: var(--green); flex: 0 0 auto; font: 700 .64rem/1 ui-monospace,monospace; padding: 9px 10px; }

.privacy { align-items: start; background: #181818; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; gap: 70px; grid-template-columns: .8fr 1.2fr; }.privacy-copy { max-width: 760px; }.privacy-grid { display: grid; grid-template-columns: repeat(3,1fr); margin: 38px 0; }.privacy-grid p { border-left: 1px solid var(--line); display: grid; margin: 0; padding: 6px 20px; }.privacy-grid strong { font-size: .83rem; }.privacy-grid span { color: #777; font-size: .73rem; margin-top: 7px; }.privacy-links { display: flex; flex-wrap: wrap; gap: 12px; }.privacy-links a { border-bottom: 1px solid #527c65; color: var(--green); font-size: .8rem; font-weight: 700; padding: 7px 0; text-decoration: none; }

.faq { background: #121212; }.faq-grid { display: grid; gap: 10px; grid-template-columns: repeat(2,1fr); margin: 0 auto; max-width: 1200px; }.faq details { background: var(--surface); border: 1px solid var(--line); min-height: 74px; padding: 0 23px; }.faq summary { cursor: pointer; font-weight: 680; padding: 23px 30px 23px 0; position: relative; }.faq summary::after { color: var(--green); content: "+"; font: 300 1.4rem/1 monospace; position: absolute; right: 0; }.faq details[open] summary::after { content: "−"; }.faq details p { color: var(--muted); font-size: .9rem; margin: 0 0 23px; }

.final-cta { align-items: center; background: #090b0a; display: flex; flex-direction: column; min-height: 650px; overflow: hidden; padding: 120px 24px; position: relative; text-align: center; }.final-cta .eyebrow { position: relative; z-index: 2; }.final-cta h2 { font-size: clamp(3.5rem,7vw,7.2rem); max-width: 950px; position: relative; z-index: 2; }.final-cta > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; max-width: 660px; position: relative; z-index: 2; }.hero-actions-center { justify-content: center; position: relative; z-index: 2; }.cta-signal { align-items: end; display: flex; gap: 12px; height: 350px; justify-content: center; left: 50%; opacity: .09; position: absolute; top: 47%; transform: translate(-50%,-50%); width: 900px; }.cta-signal i { background: var(--green); display: block; height: 18%; width: 22px; }.cta-signal i:nth-child(2) { height: 48%; }.cta-signal i:nth-child(3) { height: 85%; }.cta-signal i:nth-child(4) { height: 100%; }.cta-signal i:nth-child(5) { height: 71%; }.cta-signal i:nth-child(6) { height: 41%; }.cta-signal i:nth-child(7) { height: 20%; }

.site-footer { align-items: center; background: #070807; border-top: 1px solid #202020; display: grid; gap: 28px; grid-template-columns: 1fr auto; padding: 42px clamp(24px,6vw,90px); }.footer-links { display: flex; flex-wrap: wrap; gap: 22px; justify-content: flex-end; }.footer-links a { color: #848484; font-size: .72rem; text-decoration: none; }.site-footer > p { color: #515151; font-size: .66rem; grid-column: 1/-1; margin: 0; }

@media (max-width: 1000px) {
  .site-header { grid-template-columns: 1fr auto; }.site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 90px; }.hero-copy { text-align: center; }.hero .eyebrow, .hero-actions, .hero-proof { justify-content: center; }.hero-console { margin-top: 65px; }
  .signal-strip { grid-template-columns: repeat(2,1fr); }.signal-strip p:nth-child(2) { border-right: 1px solid var(--line); }
  .stage { grid-template-columns: 1fr; }.stage-copy { margin: 0 auto; }.stage-product { width: 100%; }
  .privacy { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .site-header { min-height: 68px; }.header-status { display: none; }.brand strong { font-size: .93rem; }
  .hero { min-height: auto; padding: 68px 20px 20px; }.hero h1 { font-size: clamp(3.7rem,19vw,5.7rem); }.hero-description { font-size: 1rem; }.hero-console { height: 590px; margin-top: 40px; }.phone-shell { height: 550px; width: 242px; }.metric { padding: 10px 11px; }.metric strong { font-size: 1.13rem; }.metric-bpm { left: -5px; }.metric-ms { right: -5px; }.metric-decay { bottom: 40px; }
  .signal-strip { padding: 0; }.signal-strip p { min-height: 100px; padding: 22px 18px; }
  .section { padding: 82px 20px; }.feature-grid, .plans-grid, .faq-grid { grid-template-columns: 1fr; }.feature-card { min-height: 390px; padding: 31px 25px; }.feature-card h3 { margin-top: 27px; }
  .stage { gap: 34px; }.stage-product { height: 590px; }.phone-shell-stage { height: 570px; width: 250px; }.stage-tag-one { left: -10px; }.stage-tag-two { right: -10px; }
  .privacy-grid { grid-template-columns: 1fr; }.privacy-grid p { border-bottom: 1px solid var(--line); padding: 16px 0 16px 18px; }
  .trial-note { align-items: flex-start; text-align: left; }
  .site-footer { grid-template-columns: 1fr; }.footer-links { justify-content: flex-start; }.footer-brand { display: none; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
