/* Homepage — restrained Apple-inspired product language. */
:root {
  --apple-bg: #000;
  --apple-surface: rgba(255, 255, 255, .045);
  --apple-text: #f5f5f7;
  --apple-muted: #a1a1a6;
  --apple-line: rgba(255, 255, 255, .13);
  --apple-blue: #0a84ff;
  --apple-radius: 20px;
}

html { background: var(--apple-bg); }
body { background: var(--apple-bg); color: var(--apple-text); font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Inter Tight", Arial, sans-serif; }
body::before { background: radial-gradient(ellipse 65% 45% at 82% 0%, rgba(42, 42, 46, .26), transparent 69%), #000; }
.grain { opacity: .012; }
.scroll-progress { height: 2px; background: transparent; }
.scroll-progress span { background: var(--apple-blue); box-shadow: none; }
.reveal { opacity: 1; filter: none; transform: none; transition: opacity .35s ease; }

.site-header,
.site-header.is-compact {
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 64px;
  padding: 0 max(1.25rem, calc((100vw - 1320px) / 2));
  border: 0;
  border-bottom: 1px solid var(--apple-line);
  border-radius: 0;
  background: rgba(0, 0, 0, .72);
  box-shadow: none;
  transform: none;
  -webkit-backdrop-filter: saturate(180%) blur(22px);
  backdrop-filter: saturate(180%) blur(22px);
}
.site-header::before,
.site-header::after { display: none; }
.site-logo { gap: .52rem; font-size: 1.12rem; font-weight: 600; letter-spacing: -.035em; }
.site-logo img,
.site-header.is-compact .site-logo img { width: 20px; height: 26px; filter: none; }
.desktop-nav { margin: 0 auto; gap: 2rem; color: var(--apple-muted); font-family: inherit; font-size: .77rem; font-weight: 500; letter-spacing: -.01em; text-transform: none; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { display: none; }
.desktop-nav a:hover { color: #fff; }
.header-cta { min-height: 34px; padding: 0; border: 0; border-radius: 0; color: var(--apple-blue); font-family: inherit; font-size: .78rem; font-weight: 500; letter-spacing: -.01em; text-transform: none; }
.header-cta span { font-size: 1rem; }
.header-cta:hover { background: transparent; color: #55a7ff; }

.hero { grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); min-height: 780px; padding: 8rem max(1.25rem, calc((100vw - 1320px) / 2)) 3.2rem; background: transparent; }
.hero::before { display: none; }
.hero-aura { top: 20%; left: auto; right: 4%; width: 48vw; height: 45vw; background: radial-gradient(circle, rgba(230, 23, 32, .1), transparent 66%); filter: blur(48px); }
.hero-copy { align-self: center; max-width: 620px; padding: 0; }
.kicker { display: none; }
.hero h1 { max-width: 630px; font-size: clamp(4.35rem, 7.3vw, 8rem); font-weight: 600; letter-spacing: -.068em; line-height: .94; text-transform: none; }
.hero h1 em { background: none; color: inherit; -webkit-text-fill-color: currentColor; font-family: inherit; font-size: inherit; font-style: normal; font-weight: inherit; letter-spacing: inherit; }
.hero-intro { max-width: 450px; margin: 1.65rem 0 2rem; color: var(--apple-muted); font-family: inherit; font-size: clamp(1rem, 1.25vw, 1.22rem); line-height: 1.45; }
.hero-actions { gap: .85rem; }
.hero-actions .text-link { order: 0; }
.hero-actions .chrome-button { order: 1; }
.chrome-button,
.text-link { min-height: 45px; padding: 0 1.2rem; border-radius: 999px; font-family: inherit; font-size: .87rem; font-weight: 500; letter-spacing: -.01em; text-transform: none; }
.chrome-button { border: 0; background: var(--apple-blue); box-shadow: none; color: #fff; }
.chrome-button:hover { background: #2997ff; box-shadow: none; transform: none; }
.text-link { border: 1px solid var(--apple-line); color: var(--apple-text); }
.text-link:hover { border-color: rgba(255,255,255,.32); }
.hero-visual { min-height: 610px; align-self: center; }
.image-frame { min-height: 610px; aspect-ratio: 1.04; border-radius: var(--apple-radius); background-position: center; filter: saturate(.92) contrast(1.04) brightness(1.06); -webkit-mask-image: none; mask-image: none; box-shadow: 0 38px 80px rgba(0,0,0,.44); }
.hero-visual::before,
.hero-visual::after { display: none; }
.ticker { display: none; }

.production-flow,
.beats.section,
.manifesto,
.pack.section { padding-inline: max(1.25rem, calc((100vw - 1320px) / 2)); }
.production-flow { padding-block: 7rem; background: #050505; }
.production-flow::before { display: none; }
.flow-heading { display: block; max-width: 820px; margin: 0 0 3.5rem; }
.section-label { display: none; }
.flow-heading h2 { font-size: clamp(2.75rem, 5vw, 5rem); font-weight: 600; letter-spacing: -.055em; line-height: .98; }
.flow-heading > p:last-child { max-width: 520px; margin: 1.2rem 0 0; color: var(--apple-muted); font-family: inherit; font-size: 1.08rem; line-height: 1.45; }
.flow-step { width: 100%; margin-bottom: 2.25rem; }
.step-heading { display: flex; justify-content: space-between; margin-bottom: 1rem; padding-bottom: 1rem; border-color: var(--apple-line); }
.step-heading span { color: var(--apple-muted); font-family: inherit; font-size: .85rem; }
.step-heading h3 { font-family: inherit; font-size: .85rem; font-weight: 500; letter-spacing: 0; text-transform: none; }
.quiz-embed-shell { height: min(80vh, 780px); min-height: 660px; overflow: hidden; border: 1px solid var(--apple-line); border-radius: var(--apple-radius); background: #000; box-shadow: none; }
.benefit-rail { width: 100%; border-top: 1px solid var(--apple-line); }
.benefit-rail > div { min-height: 128px; padding: 1.35rem 1rem 1.2rem 0; border-color: var(--apple-line); }
.benefit-rail strong { font-family: inherit; font-size: 1rem; font-weight: 500; letter-spacing: -.015em; text-transform: none; }
.benefit-rail p { color: var(--apple-muted); font-family: inherit; font-size: .87rem; }

.section { padding-block: 8rem; }
.section::before { display: none; }
.beats.section { background: #000; }
.section-head { display: block; margin-bottom: 2.8rem; }
.section-head h2,
.manifesto-copy h2,
.pack-copy h2,
.apply h2 { font-size: clamp(3.4rem, 6vw, 6.3rem); font-weight: 600; letter-spacing: -.065em; line-height: .93; }
.chrome-text { background: none; color: inherit; -webkit-text-fill-color: currentColor; }
.section-head > div > p { max-width: 480px; margin: 1.15rem 0 0; color: var(--apple-muted); font-family: inherit; font-size: 1.04rem; line-height: 1.45; }
.track-list { gap: .65rem; }
.track { min-height: 86px; grid-template-columns: 48px minmax(155px, .55fr) minmax(240px, 1.35fr) 52px 112px; gap: 1rem; padding: .75rem 1rem; border: 1px solid var(--apple-line); border-radius: 14px; background: var(--apple-surface); box-shadow: none; }
.track::before,
.track::after { display: none; }
.track:hover,
.track.is-playing { border-color: rgba(255,255,255,.25); background: rgba(255,255,255,.07); box-shadow: none; }
.play-button { width: 38px; height: 38px; padding: 0; border: 1px solid rgba(255,255,255,.7); background: transparent; box-shadow: none; }
.play-button::before { display: none; }
.play-button:hover,
.is-playing .play-button,
.is-playing .play-button:hover { background: #fff; box-shadow: none; transform: none; }
.play-icon::before { border-left-color: #fff; }
.is-playing .play-icon::before,
.is-playing .play-icon::after { background: #000; }
.track h3 { font-size: 1rem; font-weight: 600; letter-spacing: -.02em; text-transform: none; }
.track-meta p { margin-top: .15rem; color: var(--apple-muted); font-family: inherit; font-size: .74rem; }
.waveform { height: 44px; padding: .45rem .7rem; border: 0; border-radius: 8px; background: rgba(0,0,0,.42); box-shadow: inset 0 0 0 1px rgba(255,255,255,.06); }
.waveform.is-audio-waveform::after { background: linear-gradient(90deg, rgba(10,132,255,.13), rgba(10,132,255,.015)); box-shadow: none; }
.track-time { color: var(--apple-muted); font-family: inherit; font-size: .77rem; }
.track-buy { min-height: 34px; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; color: var(--apple-blue); font-family: inherit; font-size: .78rem; letter-spacing: 0; }
.track-buy::before,
.track-buy::after { display: none; }
.track-buy:hover { background: transparent; box-shadow: none; color: #55a7ff; transform: none; }
.beat-contact { margin-top: 2rem; padding: 1.5rem 0; border-top: 1px solid var(--apple-line); }
.beat-contact span { font-size: 1.1rem; font-weight: 500; }
.beat-contact p { color: var(--apple-muted); font-family: inherit; }

.manifesto { grid-template-columns: 1fr; gap: 0; min-height: 0; padding-block: 8rem; background: #050505; }
.manifesto-mark { display: none; }
.manifesto-copy { max-width: 780px; }
.manifesto-copy > p:last-child { max-width: 520px; margin: 1.25rem 0 3.5rem; color: var(--apple-muted); font-family: inherit; font-size: 1.05rem; line-height: 1.45; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border: 1px solid var(--apple-line); border-width: 1px 0 0 1px; }
.service-grid article { display: block; min-height: 176px; padding: 1.55rem; border: 1px solid var(--apple-line); border-width: 0 1px 1px 0; background: transparent; }
.service-grid article:hover { background: rgba(255,255,255,.035); }
.service-grid h3 { font-size: 1.4rem; font-weight: 500; letter-spacing: -.035em; text-transform: none; }
.service-grid p { max-width: 390px; margin: .7rem 0 1.25rem; color: var(--apple-muted); font-family: inherit; font-size: .9rem; line-height: 1.4; }
.service-action { padding: 0; color: var(--apple-blue); font-family: inherit; font-size: .85rem; }
.service-action b { margin-left: .25rem; color: inherit; }
.service-contact { margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--apple-line); }
.service-contact span { font-size: 1.1rem; font-weight: 500; }
.service-contact p { color: var(--apple-muted); font-family: inherit; }

.pack.section { grid-template-columns: 1fr; gap: 2.5rem; padding-block: 8rem; background: #000; }
.pack-visual { display: none; }
.pack-copy { max-width: 760px; }
.pack-copy > p { max-width: 500px; color: var(--apple-muted); font-family: inherit; font-size: 1.04rem; line-height: 1.45; }
.pack-copy ul { display: flex; flex-wrap: wrap; gap: .5rem 1rem; padding: 0; border: 0; color: var(--apple-muted); font-family: inherit; }
.pack-copy li { padding: 0; border: 0; }
.pack-selector { margin-top: 1.5rem; padding-top: 0; border: 0; }
.pack-selector-head { display: block; margin-bottom: 2.25rem; }
.pack-selector-head > div > span { display: none; }
.pack-selector-head h3 { max-width: 780px; font-size: clamp(2.8rem, 5vw, 5.25rem); font-weight: 600; letter-spacing: -.055em; line-height: .94; }
.pack-selector-head > p { max-width: 500px; margin: 1rem 0 0; color: var(--apple-muted); font-family: inherit; }
.pack-options { gap: 0; border: 1px solid var(--apple-line); border-width: 1px 0; }
.pack-option { min-height: 460px; padding: 1.1rem; border-right: 1px solid var(--apple-line); background: transparent; }
.pack-option:hover { background: rgba(255,255,255,.03); transform: none; }
.pack-option-image { aspect-ratio: .88; margin: 0 0 .55rem; background: transparent; -webkit-mask-image: linear-gradient(to bottom, #000 0 73%, transparent 100%); mask-image: linear-gradient(to bottom, #000 0 73%, transparent 100%); }
.pack-option-image img { object-fit: contain; }
.pack-option h4 { font-size: 1.1rem; font-weight: 500; letter-spacing: -.025em; text-transform: none; }
.pack-option-copy p { color: var(--apple-muted); font-family: inherit; font-size: .8rem; }
.pack-option-price { display: none; }
.pack-option > b { display: none; }
.pack-badge { display: none; }

.apply { min-height: 680px; grid-template-columns: 1fr; gap: 1.25rem; padding: 7rem max(1.25rem, calc((100vw - 1320px) / 2)); background: radial-gradient(circle at 72% 44%, rgba(10,132,255,.14), transparent 29%), #060606; }
.apply-shine { opacity: .18; }
.apply > p { max-width: 480px; color: var(--apple-muted); font-family: inherit; font-size: 1.08rem; }
.apply .chrome-button { justify-self: start; }
.site-footer { grid-template-columns: 1fr 1fr; gap: 2rem; padding: 3.5rem max(1.25rem, calc((100vw - 1320px) / 2)); border-top: 1px solid var(--apple-line); background: #000; }
.site-footer .site-logo { align-self: start; }
.site-footer p { color: var(--apple-muted); font-family: inherit; }
.site-footer > div { display: grid; grid-template-columns: repeat(3, max-content); gap: .75rem 1.5rem; }
.site-footer a { color: var(--apple-muted); font-family: inherit; font-size: .8rem; }
.site-footer > span { color: #6e6e73; font-family: inherit; font-size: .78rem; }

@media (max-width: 820px) {
  .site-header,
  .site-header.is-compact { height: 56px; padding-inline: 1rem; }
  .desktop-nav { position: fixed; top: 56px; right: 0; left: 0; display: none; padding: 1rem; border-bottom: 1px solid var(--apple-line); background: rgba(0,0,0,.96); }
  .desktop-nav.is-open { display: grid; gap: .2rem; }
  .desktop-nav a { padding: .9rem; }
  .menu-toggle { display: block; width: 38px; height: 34px; margin-left: .9rem; border: 0; border-radius: 0; }
  .header-cta { margin-left: auto; }
  .hero { grid-template-columns: 1fr; min-height: auto; padding: 7.5rem 1rem 3.5rem; }
  .hero h1 { font-size: clamp(3.55rem, 15vw, 5.5rem); }
  .hero-visual { min-height: 440px; margin-top: 2.5rem; }
  .image-frame { min-height: 440px; border-radius: 16px; }
  .production-flow,
  .beats.section,
  .manifesto,
  .pack.section { padding-inline: 1rem; }
  .production-flow,
  .section,
  .manifesto,
  .pack.section { padding-block: 5rem; }
  .flow-heading h2,
  .section-head h2,
  .manifesto-copy h2,
  .pack-copy h2,
  .apply h2 { font-size: clamp(2.75rem, 12vw, 4.25rem); }
  .quiz-embed-shell { min-height: 680px; }
  .benefit-rail { grid-template-columns: 1fr 1fr; }
  .track { min-height: 112px; grid-template-columns: 42px 1fr auto; grid-template-rows: auto 42px; gap: .4rem .8rem; padding: .8rem; }
  .play-button { grid-row: 1 / 3; }
  .track-meta { align-self: end; }
  .waveform { grid-column: 2 / 4; grid-row: 2; width: 100%; }
  .track-time { display: none; }
  .track-buy { align-self: end; }
  .beat-contact,
  .service-contact { display: block; }
  .beat-contact .chrome-button,
  .service-contact .chrome-button { margin-top: 1rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article {
    display: flex;
    min-width: 0;
    min-height: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 1.35rem 1rem;
  }
  .service-grid h3 {
    margin: 0;
    font-size: clamp(1.18rem, 5.6vw, 1.4rem);
    line-height: 1.12;
    overflow-wrap: anywhere;
  }
  .service-grid p {
    width: 100%;
    max-width: none;
    margin: .75rem 0 0;
    font-size: .9rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }
  .service-action {
    display: inline-flex;
    width: fit-content;
    min-width: 0;
    min-height: 44px;
    align-items: center;
    align-self: flex-start;
    justify-content: flex-start;
    justify-self: auto;
    gap: .4rem;
    margin-top: .85rem;
    padding: .45rem 0;
    overflow: visible;
    color: var(--apple-blue);
    font-size: .86rem;
    letter-spacing: 0;
    line-height: 1.3;
    text-transform: none;
    white-space: normal;
  }
  .service-action b {
    display: inline;
    height: auto;
    color: inherit;
    font-size: 1rem;
  }
  .pack-options { display: grid; grid-template-columns: 1fr 1fr; }
  .pack-option { min-height: 330px; border-bottom: 1px solid var(--apple-line); }
  .pack-option:nth-child(2n) { border-right: 0; }
  .pack-option-image { aspect-ratio: .82; }
  .apply { min-height: 520px; padding: 5rem 1rem; }
  .site-footer { grid-template-columns: 1fr; padding: 2.5rem 1rem; }
  .site-footer > div { grid-template-columns: repeat(2, max-content); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
