:root {
  --bg: #080808;
  --surface: #11110f;
  --surface-2: #171612;
  --line: rgba(201, 139, 58, .42);
  --gold: #d59a4c;
  --gold-light: #f3c579;
  --bronze: #9c6428;
  --text: #f8f6f1;
  --muted: #b9b5ad;
  --nav-height: 74px;
  --radius: 22px;
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--bg); scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100dvh; color: var(--text); background: radial-gradient(circle at 86% 4%, rgba(141, 84, 26, .2), transparent 26rem), #080808; -webkit-font-smoothing: antialiased; }
button, input, textarea { font: inherit; }
button { color: inherit; }
button:focus-visible, input:focus-visible, textarea:focus-visible, audio:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 3px; }

.app-shell { width: min(100%, 760px); min-height: 100dvh; margin: 0 auto; padding: calc(66px + env(safe-area-inset-top)) 14px calc(var(--nav-height) + 30px + env(safe-area-inset-bottom)); position: relative; overflow: clip; }
.topbar { position: fixed; z-index: 20; top: 0; left: 50%; width: min(100%, 760px); height: calc(58px + env(safe-area-inset-top)); transform: translateX(-50%); padding: calc(8px + env(safe-area-inset-top)) 14px 6px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: linear-gradient(#080808 72%, transparent); }
.back-button, .help-button { border: 1px solid var(--line); background: rgba(15, 15, 14, .88); box-shadow: 0 8px 24px rgba(0,0,0,.28); }
.back-button { justify-self: start; min-height: 42px; border-radius: 14px; padding: 0 14px 2px 10px; font-size: 14px; }
.back-button span { color: var(--gold-light); font-size: 27px; line-height: 0; margin-right: 5px; vertical-align: -2px; }
.help-button { justify-self: end; width: 40px; height: 40px; border-radius: 50%; color: var(--gold-light); font-weight: 800; font-size: 20px; }
.mini-logo { align-self: center; color: #fff; text-decoration: none; font-size: 20px; font-weight: 900; letter-spacing: -.06em; }
.mini-logo span, h1 span, h2 span { color: var(--gold); }

.screen { display: none; animation: reveal .28s ease both; }
.screen.is-active { display: block; }
@keyframes reveal { from { opacity: 0; transform: translateY(8px); } }

.hero { min-height: 505px; border: 1px solid rgba(213,154,76,.23); border-radius: 28px; position: relative; isolation: isolate; overflow: hidden; background: #0c0c0b; box-shadow: 0 22px 60px rgba(0,0,0,.48), inset 0 1px rgba(255,255,255,.025); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(0,0,0,.04) 24%, #090909 78%), linear-gradient(90deg, #090909 5%, transparent 58%); }
.hero-glow { position: absolute; width: 330px; height: 330px; border-radius: 50%; right: -100px; top: 10px; background: rgba(206,129,46,.18); filter: blur(70px); z-index: -2; }
.hero-image { position: absolute; z-index: -2; width: 76%; height: 66%; right: -8%; top: 0; object-fit: cover; object-position: center top; opacity: .94; mask-image: linear-gradient(to bottom, #000 70%, transparent 100%); }
.hero-copy { padding: 34px 22px 24px; position: absolute; inset: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; }
.eyebrow, .section-kicker { margin: 0; color: var(--gold-light); font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1 { order: -1; margin: 0 0 5px; font-size: clamp(56px, 19vw, 105px); letter-spacing: -.07em; line-height: .9; text-shadow: 0 8px 25px rgba(0,0,0,.6); }
.hero-copy .eyebrow { margin-bottom: 22px; letter-spacing: .24em; color: #eee; }
.welcome-card { width: 100%; padding: 16px 17px; border: 1px solid var(--line); background: rgba(7,7,7,.78); backdrop-filter: blur(8px); border-radius: 18px; box-shadow: 0 12px 35px rgba(0,0,0,.25); }
.welcome-card p { margin: 0 0 10px; color: #d9d6d0; font-size: 14px; line-height: 1.48; }
.welcome-card p:last-child { margin: 0; }
.welcome-card strong { color: var(--gold-light); }

.menu-grid { display: grid; gap: 10px; margin-top: 14px; }
.menu-card { width: 100%; min-height: 93px; padding: 15px; display: grid; grid-template-columns: 48px 1fr auto; gap: 13px; align-items: center; text-align: left; border: 1px solid var(--line); border-radius: 19px; background: linear-gradient(135deg, rgba(36,29,20,.96), rgba(14,14,13,.98) 60%); box-shadow: 0 12px 30px rgba(0,0,0,.22); position: relative; overflow: hidden; }
.menu-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -80px; top: -80px; border-radius: 50%; background: rgba(205,138,58,.12); filter: blur(25px); }
.menu-card:active, .primary-action:active, .wide-cta:active, .gold-button:active { transform: scale(.985); }
.menu-icon, .price-icon, .editorial-icon { display: grid; place-items: center; color: var(--gold-light); border: 1px solid var(--gold); border-radius: 50%; background: rgba(0,0,0,.32); }
.menu-icon { width: 48px; height: 48px; font-size: 23px; }
.menu-card span:nth-child(2) { min-width: 0; }
.menu-card strong, .primary-action strong, .wide-cta strong { display: block; color: #f1bf78; text-transform: uppercase; font-size: 15px; letter-spacing: .025em; }
.menu-card small, .primary-action small, .wide-cta small { display: block; color: var(--muted); font-size: 12px; line-height: 1.35; margin-top: 4px; }
.menu-card b, .primary-action b, .wide-cta b { color: var(--gold); font-size: 28px; font-weight: 300; }

.primary-action, .wide-cta, .gold-button { transition: transform .15s ease, filter .15s ease; }
.primary-action { width: 100%; border: 0; border-radius: 20px; margin-top: 13px; min-height: 78px; padding: 13px 18px; display: grid; grid-template-columns: 48px 1fr auto; gap: 13px; align-items: center; text-align: left; color: #111; background: linear-gradient(135deg, #e0a454, #b97328); box-shadow: 0 15px 35px rgba(150,92,27,.22); }
.primary-action strong, .primary-action small { color: #100d09; }
.telegram-mark { display: grid; place-items: center; width: 48px; height: 48px; background: #080808; border-radius: 50%; color: #fff; transform: rotate(-25deg); }

.section-hero { min-height: 285px; border: 1px solid var(--line); border-radius: 26px; padding: 28px 22px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; position: relative; background: radial-gradient(circle at 87% 10%, rgba(215,152,70,.34), transparent 50%), linear-gradient(145deg, #171410, #090909 72%); }
.section-hero::after { content: ""; position: absolute; inset: auto -70px -130px auto; width: 260px; height: 260px; border: 1px solid rgba(215,152,70,.22); border-radius: 50%; box-shadow: 0 0 0 35px rgba(215,152,70,.025), 0 0 0 70px rgba(215,152,70,.02); }
.section-hero.compact { min-height: 230px; }
.section-hero h2, .editorial-card h2, .about-copy h2 { position: relative; margin: 8px 0 11px; font-size: clamp(34px, 11vw, 58px); line-height: .98; text-transform: uppercase; letter-spacing: -.045em; }
.section-hero p:last-child { position: relative; max-width: 500px; margin: 0; color: #d0ccc5; line-height: 1.52; }
.section-heading { display: flex; align-items: center; justify-content: center; gap: 9px; margin: 25px 0 13px; }
.section-heading::before, .section-heading::after { content: ""; height: 1px; flex: 1; background: linear-gradient(to right, transparent, rgba(213,154,76,.55)); }
.section-heading::after { transform: scaleX(-1); }
.section-heading span { color: var(--gold); }
.section-heading h3 { margin: 0; color: #e3ae66; white-space: nowrap; text-transform: uppercase; font-size: 18px; }

.portfolio-list { display: grid; gap: 10px; }
.media-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(135deg, #141412, #0c0c0b); box-shadow: 0 10px 27px rgba(0,0,0,.18); }
.song-card img { width: 100%; aspect-ratio: 1.9/1; display: block; object-fit: cover; }
.media-copy { padding: 15px; }
.media-copy h4 { margin: 0 0 6px; color: #e8b36d; font-size: 18px; }
.media-copy p { margin: 0 0 12px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.media-copy audio { display: block; width: 100%; height: 40px; margin: 4px 0 11px; accent-color: var(--gold); }
.outline-button { min-height: 40px; padding: 0 14px; border: 1px solid var(--gold); border-radius: 12px; color: #edbc77; background: rgba(0,0,0,.2); font-weight: 700; }
.video-card { display: grid; grid-template-columns: 42% 1fr; }
.video-cover { border: 0; padding: 0; background: #090909; position: relative; min-height: 160px; overflow: hidden; }
.video-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.video-cover span { position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid var(--gold-light); background: rgba(0,0,0,.72); border-radius: 50%; color: #fff; padding-left: 3px; }
.video-card .media-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.video-card .outline-button { margin-top: auto; }

.wide-cta { width: 100%; margin-top: 13px; padding: 15px; min-height: 88px; display: grid; grid-template-columns: 46px 1fr auto; gap: 13px; align-items: center; text-align: left; border: 1px solid var(--gold); border-radius: 19px; background: linear-gradient(135deg, #1d1913, #0d0d0c); }
.wide-cta > span:first-child { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); }

.price-list { margin-top: 14px; display: grid; gap: 10px; }
.price-card { border: 1px solid var(--line); background: linear-gradient(135deg, #171511, #0d0d0c); border-radius: 19px; padding: 17px; display: grid; grid-template-columns: 50px 1fr; gap: 14px; align-items: center; }
.price-icon { width: 50px; height: 50px; font-size: 21px; }
.price-card p { margin: 0 0 4px; text-transform: uppercase; font-weight: 750; color: #d4a05e; font-size: 14px; }
.price-card strong { font-size: 22px; color: #f1c17f; }
.price-card strong small { font-size: 12px; color: var(--muted); font-weight: 500; }
.price-card button { grid-column: 1 / -1; min-height: 42px; border: 1px solid var(--gold); border-radius: 12px; background: rgba(0,0,0,.18); color: var(--gold-light); font-weight: 700; }
.trust-note { margin-top: 12px; padding: 17px; border-radius: 18px; background: #11110f; border: 1px solid rgba(213,154,76,.25); display: flex; gap: 13px; align-items: center; }
.trust-note > span { display: grid; place-items: center; min-width: 38px; height: 38px; border: 1px solid var(--gold); color: var(--gold); border-radius: 50%; }
.trust-note p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }.trust-note strong { color: #e9b772; text-transform: uppercase; }

.editorial-card { min-height: calc(100dvh - 180px); border: 1px solid var(--line); border-radius: 28px; padding: 30px 22px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: radial-gradient(circle at 50% 5%, rgba(176,106,31,.32), transparent 40%), linear-gradient(#17140f, #090909 68%); text-align: left; }
.editorial-icon { width: 72px; height: 72px; margin-bottom: 24px; font-size: 31px; }
.editorial-card > p:not(.section-kicker) { color: #d1cdc5; font-size: 17px; line-height: 1.65; }
.feature-list { list-style: none; padding: 0; margin: 10px 0 24px; display: grid; gap: 10px; color: var(--muted); }
.feature-list li::before { content: "✓"; display: inline-grid; place-items: center; width: 22px; height: 22px; border: 1px solid var(--gold); border-radius: 50%; margin-right: 9px; color: var(--gold); font-size: 12px; }
.gold-button { width: 100%; min-height: 58px; margin-top: 15px; border: 0; border-radius: 16px; padding: 12px 16px; display: flex; justify-content: space-between; align-items: center; color: #110d08; background: linear-gradient(135deg, #efbd75, #bd792f); font-weight: 800; text-align: left; }
.gold-button b { font-size: 27px; font-weight: 400; }

.about-portrait { height: 330px; border-radius: 25px 25px 0 0; overflow: hidden; border: 1px solid var(--line); border-bottom: 0; background: #14120f; }
.about-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center 18%; display: block; mask-image: linear-gradient(#000 65%, transparent); }
.about-copy { margin-top: -35px; position: relative; padding: 24px 20px; border: 1px solid var(--line); border-radius: 25px; background: rgba(11,11,10,.92); backdrop-filter: blur(10px); }
.about-copy p:not(.section-kicker) { color: #c9c5be; line-height: 1.58; }
.about-copy p strong { color: #f0c07d; }
.team-row { display: grid; gap: 9px; margin: 18px 0; }
.team-row > div { display: flex; align-items: center; gap: 11px; padding: 11px; border-radius: 15px; background: rgba(255,255,255,.025); border: 1px solid rgba(213,154,76,.2); }
.team-row b { width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-light); }
.team-row span strong, .team-row span small { display: block; }.team-row span small { color: var(--muted); margin-top: 2px; }

.bottom-nav { position: fixed; z-index: 19; bottom: 0; left: 50%; transform: translateX(-50%); width: min(100%, 760px); height: calc(var(--nav-height) + env(safe-area-inset-bottom)); padding: 7px 8px calc(7px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(5, 1fr); background: rgba(12,12,11,.94); border-top: 1px solid rgba(213,154,76,.28); backdrop-filter: blur(18px); box-shadow: 0 -12px 35px rgba(0,0,0,.28); }
.bottom-nav button { border: 0; border-radius: 13px; background: transparent; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: #aaa69e; min-width: 0; }
.bottom-nav button span { font-size: 21px; line-height: 1; }
.bottom-nav button small { max-width: 100%; overflow: hidden; text-overflow: ellipsis; font-size: 10px; white-space: nowrap; }
.bottom-nav button.is-active { color: var(--gold-light); background: linear-gradient(rgba(213,154,76,.15), rgba(213,154,76,.06)); }

.modal { width: min(calc(100% - 28px), 520px); max-height: calc(100dvh - 32px); padding: 0; border: 1px solid var(--line); border-radius: 24px; color: var(--text); background: #11110f; box-shadow: 0 30px 80px rgba(0,0,0,.65); }
.modal::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(5px); }
.lead-modal form { padding: 22px; }
.modal-head, .video-modal-head { display: flex; justify-content: space-between; gap: 15px; align-items: flex-start; }
.modal-head p { margin: 0 0 5px; color: var(--gold); text-transform: uppercase; font-size: 11px; letter-spacing: .14em; font-weight: 700; }
.modal-head h2, .video-modal-head h2 { margin: 0 0 18px; font-size: 24px; line-height: 1.15; }
.modal-close { width: 38px; height: 38px; flex: 0 0 auto; border: 1px solid var(--line); border-radius: 50%; background: #0b0b0a; color: var(--gold-light); font-size: 25px; line-height: 1; }
.lead-modal label { display: block; margin-top: 13px; color: #d8d4cc; font-size: 13px; font-weight: 650; }
.lead-modal input, .lead-modal textarea { width: 100%; margin-top: 6px; padding: 13px 14px; border: 1px solid rgba(213,154,76,.3); border-radius: 12px; color: #fff; background: #090909; resize: vertical; }
.lead-modal input::placeholder, .lead-modal textarea::placeholder { color: #77736d; }
.consent { color: #8d8982; font-size: 10.5px; line-height: 1.4; }
.submit-button { width: 100%; min-height: 52px; border: 0; border-radius: 14px; color: #110d08; background: linear-gradient(135deg, #edb76d, #bd762d); font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.submit-button:disabled { opacity: .6; }
.video-modal { padding: 15px; }.video-modal-head { align-items: center; }.video-modal-head h2 { margin: 0; font-size: 19px; }
.video-modal video { width: 100%; max-height: 68dvh; margin-top: 14px; border-radius: 15px; background: #000; display: block; }
.video-modal p { color: var(--muted); font-size: 12px; margin: 10px 2px 2px; }
.toast { position: fixed; z-index: 50; left: 50%; bottom: calc(var(--nav-height) + 18px + env(safe-area-inset-bottom)); transform: translate(-50%, 15px); width: min(calc(100% - 30px), 500px); padding: 13px 16px; border: 1px solid var(--line); border-radius: 14px; color: #f6e3c7; background: #19150f; box-shadow: 0 15px 45px rgba(0,0,0,.45); opacity: 0; visibility: hidden; transition: .2s ease; text-align: center; font-size: 13px; }
.toast.is-visible { opacity: 1; visibility: visible; transform: translate(-50%, 0); }

@media (min-width: 560px) {
  .app-shell { padding-left: 22px; padding-right: 22px; }
  .menu-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { min-height: 570px; }
  .hero-copy { padding: 40px; width: 70%; }
  .hero-image { width: 62%; height: 100%; right: 0; mask-image: linear-gradient(to left, #000 70%, transparent), linear-gradient(to bottom, #000 76%, transparent); mask-composite: intersect; }
  .welcome-card { max-width: 410px; }
  .portfolio-list { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .video-card { display: block; }
  .video-cover { width: 100%; min-height: 170px; }
  .price-card { grid-template-columns: 55px 1fr auto; }.price-card button { grid-column: auto; min-width: 115px; }
  .team-row { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 359px) {
  .app-shell { padding-left: 10px; padding-right: 10px; }
  .hero-copy { padding: 26px 15px 16px; }
  .hero-image { width: 88%; right: -18%; }
  .welcome-card { padding: 14px; }.welcome-card p { font-size: 13px; }
  .menu-card { grid-template-columns: 42px 1fr auto; padding: 12px; gap: 10px; }
  .menu-icon { width: 42px; height: 42px; }
  .video-card { grid-template-columns: 39% 1fr; }.media-copy { padding: 12px; }.media-copy h4 { font-size: 16px; }
}

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

/* FIX: clean DJ80s topbar */
.app-shell {
  padding-top: calc(76px + env(safe-area-inset-top));
}

.topbar {
  height: calc(68px + env(safe-area-inset-top));
  padding: calc(10px + env(safe-area-inset-top)) 20px 10px;
  grid-template-columns: 1fr auto 1fr;
  overflow: visible;
}

.mini-logo {
  justify-self: start;
  align-self: center;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 4px 2px;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: -0.04em;
  overflow: visible;
  white-space: nowrap;
}

