:root {
  --bg: #201e1c;
  --bg-deep: #171614;
  --surface: #292623;
  --surface-2: #312d29;
  --line: rgba(255, 244, 226, 0.12);
  --text: #f8f1e7;
  --muted: #b9afa3;
  --warm: #efb36a;
  --warm-2: #d88d52;
  --warm-soft: #f6d5a7;
  --green: #99b48f;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
  --radius: 26px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 12% -10%, rgba(239, 179, 106, 0.14), transparent 34rem),
    radial-gradient(circle at 92% 15%, rgba(153, 180, 143, 0.08), transparent 30rem),
    var(--bg);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
a:hover { color: var(--warm-soft); }
img, svg { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; left: 16px; top: -80px; z-index: 999; padding: 10px 14px; border-radius: 12px; background: var(--warm); color: #21170e; font-weight: 800; }
.skip-link:focus { top: 16px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.06); background: rgba(32, 30, 28, .86); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 74px; display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 22px; font-weight: 850; letter-spacing: -.03em; }
.brand-mark { position: relative; width: 30px; height: 30px; display: inline-block; border: 2px solid var(--warm-soft); border-radius: 50%; box-shadow: inset -8px -2px 0 var(--bg); }
.brand-mark span { position: absolute; width: 6px; height: 6px; background: var(--warm); border-radius: 50%; right: -1px; top: 4px; box-shadow: 0 0 22px rgba(239,179,106,.8); }
.brand-mark-large { width: 52px; height: 52px; border-width: 3px; box-shadow: inset -14px -2px 0 #e5b77a; }
.brand-mark-large span { width: 9px; height: 9px; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 14px; }
.main-nav a:hover { color: var(--text); }

.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 15px; background: linear-gradient(135deg, var(--warm), #f0c17f); color: #241b12; font-weight: 850; box-shadow: 0 12px 30px rgba(239,179,106,.17); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { color: #241b12; transform: translateY(-2px); box-shadow: 0 16px 34px rgba(239,179,106,.24); }
.button-small { min-height: 40px; padding: 0 16px; border-radius: 12px; font-size: 14px; }
.button-ghost { background: rgba(255,255,255,.02); color: var(--text); border-color: var(--line); box-shadow: none; }
.button-ghost:hover { color: var(--text); background: rgba(255,255,255,.06); box-shadow: none; }

.hero { padding: 92px 0 70px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr); gap: 72px; align-items: center; }
.eyebrow { color: var(--warm); font-size: 13px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(47px, 7vw, 78px); line-height: .99; letter-spacing: -.055em; max-width: 820px; }
h1 span { color: var(--warm-soft); }
.hero-lead { margin-bottom: 30px; max-width: 690px; color: #d7cdc1; font-size: clamp(18px, 2vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.microcopy { margin: 17px 0 0; color: #8f867d; font-size: 13px; }

.hero-art { min-height: 500px; position: relative; display: grid; place-items: center; }
.hero-art::before { content: ""; position: absolute; width: 450px; height: 450px; border-radius: 50%; background: radial-gradient(circle, rgba(239,179,106,.20), rgba(239,179,106,.05) 44%, transparent 70%); filter: blur(2px); }
.vinyl { position: relative; width: min(84vw, 390px); aspect-ratio: 1; border-radius: 50%; background: repeating-radial-gradient(circle, #181715 0 7px, #211f1d 8px 10px); box-shadow: var(--shadow), inset 0 0 0 1px rgba(255,255,255,.08); transform: rotate(-7deg); }
.vinyl::after { content: ""; position: absolute; inset: 9%; border-radius: 50%; border: 1px solid rgba(255,255,255,.05); }
.vinyl-ring { position: absolute; inset: 15%; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; }
.ring-2 { inset: 24%; }.ring-3 { inset: 33%; }
.vinyl-label { position: absolute; inset: 30%; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; background: radial-gradient(circle at 38% 28%, #f1d2a7, #d89a5f 65%, #9f6034); color: #291c13; text-align: center; box-shadow: inset 0 0 20px rgba(255,255,255,.18); }
.vinyl-label b { font-size: 24px; letter-spacing: -.04em; }.vinyl-label small { font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.now-playing { position: absolute; right: 0; bottom: 32px; display: flex; align-items: center; gap: 13px; min-width: 270px; padding: 16px 18px; border: 1px solid var(--line); border-radius: 18px; background: rgba(49,45,41,.84); backdrop-filter: blur(15px); box-shadow: var(--shadow); }
.now-playing small, .now-playing strong { display: block; }.now-playing small { color: var(--muted); margin-bottom: 2px; }.now-playing strong { font-size: 14px; }
.pulse { width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 7px rgba(153,180,143,.12); }

.section { padding: 92px 0; }
.section-surface { border-block: 1px solid rgba(255,255,255,.05); background: rgba(23,22,20,.42); }
.section-heading { max-width: 690px; margin: 0 auto 44px; text-align: center; }
.section-heading span { display: block; margin-bottom: 8px; color: var(--warm); font-size: 12px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.section-heading h2 { margin-bottom: 12px; font-size: clamp(34px, 4.5vw, 52px); line-height: 1.05; letter-spacing: -.045em; }
.section-heading p { color: var(--muted); font-size: 17px; }
.align-left { margin-left: 0; text-align: left; }

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.steps article, .service-card, .price-card, .info-panel, .legal-callout { border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.018)); box-shadow: 0 14px 40px rgba(0,0,0,.10); }
.steps article { padding: 30px; }
.step-number { margin-bottom: 28px; color: var(--warm); font-weight: 900; font-size: 13px; letter-spacing: .1em; }
.steps h3 { margin-bottom: 10px; font-size: 21px; }.steps p { margin-bottom: 0; color: var(--muted); }

.service-grid { display: grid; grid-template-columns: 1.05fr 1fr 1fr; gap: 18px; }
.service-card { position: relative; padding: 30px; overflow: hidden; }
.service-card::after { content: ""; position: absolute; width: 180px; height: 180px; right: -90px; top: -90px; border-radius: 50%; background: rgba(239,179,106,.05); }
.service-featured { border-color: rgba(239,179,106,.32); background: linear-gradient(160deg, rgba(239,179,106,.11), rgba(255,255,255,.025) 60%); }
.service-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 14px; background: rgba(239,179,106,.12); color: var(--warm-soft); font-size: 24px; font-weight: 800; }
.service-meta { margin-bottom: 8px; color: var(--warm); font-size: 13px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.service-card h3 { margin-bottom: 12px; font-size: 27px; letter-spacing: -.03em; }.service-card > p { color: var(--muted); }
.check-list, .duration-list { margin: 22px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 10px 0 10px 26px; border-top: 1px solid rgba(255,255,255,.06); color: #ddd3c8; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.duration-list li { display: flex; justify-content: space-between; padding: 8px 0; border-top: 1px solid rgba(255,255,255,.06); color: var(--muted); }.duration-list strong { color: var(--text); font-size: 14px; }
.scene-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }.scene-chips span { padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: #d8cec4; font-size: 12px; }

.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.price-card { padding: 26px; text-align: center; }
.price-token { color: var(--muted); font-weight: 750; }.price-value { margin: 6px 0 4px; font-size: 33px; line-height: 1; font-weight: 900; letter-spacing: -.04em; }.price-caption { color: #817a72; font-size: 12px; }
.price-note { margin-top: 20px; padding: 18px 22px; border-left: 3px solid var(--warm); background: rgba(239,179,106,.06); border-radius: 0 14px 14px 0; color: #cfc4b9; }.price-note strong { color: var(--text); }

.split-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 28px; align-items: start; }
.plain-steps { counter-reset: payment; margin: 0; padding: 0; list-style: none; }
.plain-steps li { counter-increment: payment; display: grid; grid-template-columns: 42px 1fr; column-gap: 14px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.plain-steps li::before { content: counter(payment); width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(239,179,106,.35); border-radius: 50%; color: var(--warm); font-size: 12px; font-weight: 900; grid-row: span 2; }
.plain-steps b, .plain-steps span { display: block; }.plain-steps span { color: var(--muted); font-size: 14px; }
.info-panel { padding: 30px; position: sticky; top: 98px; }
.info-panel h3 { margin-bottom: 12px; font-size: 26px; line-height: 1.15; }.info-panel p { color: var(--muted); }
.info-badge { display: inline-block; margin-bottom: 22px; padding: 7px 10px; border-radius: 999px; background: rgba(153,180,143,.10); color: #b9cdb2; font-size: 12px; font-weight: 800; }
.text-link { color: var(--warm-soft); font-weight: 800; }

.legal-callout { padding: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center; }
.legal-callout h2 { margin: 9px 0 10px; font-size: 36px; letter-spacing: -.04em; }.legal-callout p { color: var(--muted); margin-bottom: 0; }
.legal-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }.legal-links a { padding: 14px 16px; border: 1px solid var(--line); border-radius: 13px; color: #ddd3c8; background: rgba(255,255,255,.02); }.legal-links a:hover { border-color: rgba(239,179,106,.3); }

.final-cta { padding-top: 40px; }.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 42px; border-radius: 32px; background: linear-gradient(135deg, rgba(239,179,106,.14), rgba(153,180,143,.08)); border: 1px solid rgba(239,179,106,.22); }.final-cta h2 { margin: 8px 0 8px; font-size: 38px; letter-spacing: -.04em; }.final-cta p { margin: 0; color: var(--muted); }

.site-footer { margin-top: 80px; border-top: 1px solid var(--line); background: var(--bg-deep); }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 50px; padding: 54px 0 42px; }.footer-title { font-size: 13px; text-transform: uppercase; letter-spacing: .1em; color: #8f867d; }.footer-grid p { margin-bottom: 8px; color: #c5baaf; font-size: 14px; }.footer-note { max-width: 370px; margin-top: 18px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 28px; border-top: 1px solid rgba(255,255,255,.06); color: #817970; font-size: 12px; }.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 18px; }.footer-bottom p { margin: 0; }

/* Legal pages */
.legal-main { padding: 64px 0 10px; }.legal-layout { display: grid; grid-template-columns: 220px minmax(0, 820px); gap: 44px; justify-content: center; align-items: start; }.legal-sidebar { position: sticky; top: 98px; display: grid; gap: 4px; }.legal-sidebar a { padding: 11px 12px; border-radius: 10px; color: var(--muted); font-size: 13px; }.legal-sidebar a:hover { color: var(--text); background: rgba(255,255,255,.04); }.legal-document { min-width: 0; }.legal-document h1 { font-size: clamp(40px, 5vw, 58px); }.legal-document h2 { margin-top: 42px; font-size: 26px; letter-spacing: -.025em; }.legal-intro { margin-bottom: 36px; color: var(--muted); font-size: 18px; }.legal-summary { padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.025); }.legal-summary h2 { margin-top: 0; }.legal-summary p:last-child { margin-bottom: 0; }.clause { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.07); }.clause-number { margin-bottom: 8px; color: var(--warm); font-size: 12px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }.clause p { margin: 0; color: #d7cdc2; }.source-note { margin-top: 28px; color: var(--muted); font-size: 13px; }.source-note a { color: var(--warm-soft); }.pdf-frame { width: 100%; height: min(78vh, 900px); margin-top: 24px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }

.not-found-page { display: grid; min-height: 100vh; }.not-found { display: grid; place-items: center; padding: 40px; text-align: center; }.not-found .brand { justify-content: center; }.error-code { margin: 50px 0 0; color: var(--warm); font-weight: 900; font-size: 16px; letter-spacing: .18em; }.not-found h1 { margin: 8px 0 14px; font-size: 48px; }.not-found p { color: var(--muted); }.not-found .button { margin-top: 14px; }

@media (max-width: 980px) {
  .main-nav { display: none; }
  .nav-wrap .button-small { margin-left: auto; }
  .hero { padding-top: 64px; }.hero-grid { grid-template-columns: 1fr; gap: 28px; }.hero-copy { max-width: 780px; }.hero-art { min-height: 430px; }
  .service-grid { grid-template-columns: 1fr 1fr; }.service-card:first-child { grid-column: 1 / -1; }
  .price-grid { grid-template-columns: 1fr 1fr; }.split-grid { grid-template-columns: 1fr; }.info-panel { position: static; }.legal-callout { grid-template-columns: 1fr; }
  .legal-layout { grid-template-columns: 1fr; }.legal-sidebar { position: static; display: flex; flex-wrap: wrap; margin-bottom: 4px; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { position: relative; }.nav-wrap { min-height: 66px; }.nav-wrap .button-small { display: none; }
  .hero { padding: 52px 0 36px; }.hero-grid { gap: 12px; }.hero h1 { font-size: clamp(42px, 13vw, 60px); }.hero-lead { font-size: 17px; }.hero-actions { display: grid; }.hero-actions .button { width: 100%; }
  .hero-art { min-height: 350px; }.vinyl { width: 300px; }.now-playing { right: 2px; bottom: 8px; min-width: 230px; padding: 13px 14px; }
  .section { padding: 64px 0; }.section-heading { margin-bottom: 30px; }.section-heading h2 { font-size: 36px; }
  .steps, .service-grid, .price-grid, .footer-grid { grid-template-columns: 1fr; }.service-card:first-child { grid-column: auto; }.service-card, .steps article, .price-card { padding: 24px; }
  .legal-callout { padding: 24px; }.legal-links { grid-template-columns: 1fr; }.final-cta-inner { padding: 28px; display: grid; }.final-cta h2 { font-size: 32px; }
  .footer-grid { gap: 30px; }.footer-bottom { flex-direction: column; }.footer-bottom nav { gap: 11px 16px; }
  .legal-main { padding-top: 42px; }.legal-sidebar { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 6px; }.legal-sidebar a { white-space: nowrap; border: 1px solid var(--line); }.pdf-frame { height: 66vh; }
}

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