:root {
  --bg: #05070d;
  --bg-soft: #09101a;
  --panel: rgba(10, 15, 24, .88);
  --panel-strong: rgba(8, 12, 19, .96);
  --text: #f5f7fb;
  --muted: #b9c2cf;
  --cyan: #55e6ff;
  --blue: #4db9ff;
  --violet: #7c5cff;
  --gold: #d7b46a;
  --gold-pale: #f0d59a;
  --red: #b84732;
  --green: #4d8a4b;
  --border: rgba(85, 230, 255, .22);
  --gold-border: rgba(215, 180, 106, .34);
  --shadow: 0 24px 70px rgba(0, 0, 0, .44);
  --wrap: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(85, 230, 255, .12), transparent 28rem),
    radial-gradient(circle at 90% 36%, rgba(124, 92, 255, .10), transparent 31rem),
    linear-gradient(180deg, #03050a, #070b12 42%, #04060a);
  line-height: 1.65;
  overflow-x: hidden;
}
main { padding-top: 78px; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.wrap { width: min(var(--wrap), calc(100% - 40px)); margin-inline: 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; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 99999; transform: translateY(-150%); background: #fff; color: #000; padding: 10px 14px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  border-bottom: 1px solid rgba(85, 230, 255, .18);
  background: rgba(4, 7, 13, .80);
  backdrop-filter: blur(18px);
  transition: background .25s ease, box-shadow .25s ease;
}
.site-header.is-scrolled { background: rgba(3, 6, 11, .95); box-shadow: 0 12px 36px rgba(0,0,0,.34); }
.header-inner {
  width: min(1420px, calc(100% - 32px));
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
  min-width: 0;
  text-decoration: none;
  white-space: nowrap;
}
.brand-logo {
  width: 70px;
  height: 58px;
  flex: 0 0 70px;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 0 12px rgba(85,230,255,.18));
}
.brand-copy { display: inline-flex; flex-direction: row; align-items: baseline; gap: 8px; min-width: 0; line-height: 1; white-space: nowrap; }
.brand-copy strong { font-size: 16px; letter-spacing: .2px; white-space: nowrap; }
.brand-divider { color: rgba(85,230,255,.55); font-weight: 800; }
.brand-copy small { margin: 0; color: var(--muted); font-size: 10px; letter-spacing: 1.15px; text-transform: uppercase; white-space: nowrap; }
.main-nav {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 2px;
  margin-left: auto;
  white-space: nowrap;
}
.main-nav a { padding: 10px 12px; border-radius: 10px; color: #dbe4ef; text-decoration: none; font-size: 14px; font-weight: 750; transition: color .2s, background .2s, transform .2s; }
.main-nav a:hover, .main-nav a:focus-visible { color: #fff; background: rgba(85,230,255,.10); transform: translateY(-1px); }
.main-nav .nav-cta { margin-left: 6px; border: 1px solid rgba(85,230,255,.36); color: var(--cyan); }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--border); border-radius: 12px; background: rgba(255,255,255,.04); color: #fff; cursor: pointer; }
.menu-toggle > span:not(.sr-only) { display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; border-radius: 999px; }

.hero { position: relative; min-height: 760px; height: calc(100svh - 78px); display: grid; align-items: center; isolation: isolate; overflow: hidden; background: #02050a; }
.hero-slides, .hero-slide, .hero-overlay, .hero-grain { position: absolute; inset: 0; }
.hero-slide { opacity: 0; overflow: hidden; transition: opacity 1.4s ease; }
.hero-slide::before { content: ""; position: absolute; inset: -5%; background-image: var(--hero-image); background-size: cover; background-position: center; filter: blur(30px) brightness(.42) saturate(.82); transform: scale(1.12); }
.hero-slide img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; object-position: center; opacity: .92; transform: scale(1.005); transition: transform 8s linear; }
.hero-slide.is-active { opacity: 1; }
.hero-slide.is-active img { transform: scale(1.035); }
.hero-overlay { z-index: 1; background: linear-gradient(90deg, rgba(3,5,9,.90) 0%, rgba(3,5,9,.68) 43%, rgba(3,5,9,.24) 72%, rgba(3,5,9,.54) 100%), linear-gradient(180deg, rgba(0,0,0,.12), rgba(3,5,9,.20) 58%, #05070d 100%); }
.hero-grain { z-index: 2; opacity: .16; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; }
.hero-content { position: relative; z-index: 3; padding-top: 52px; padding-bottom: 70px; }
.status-pill { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px; padding: 8px 13px; border: 1px solid rgba(85,230,255,.38); border-radius: 999px; background: rgba(5,10,17,.62); color: #dffaff; font-size: 12px; font-weight: 800; letter-spacing: .7px; text-transform: uppercase; backdrop-filter: blur(10px); }
.status-pill span { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 15px var(--cyan); animation: pulse 1.8s ease-in-out infinite; }
.hero-row { display: grid; grid-template-columns: minmax(250px, 330px) minmax(0, 1fr); align-items: center; gap: clamp(34px, 5vw, 78px); }
.hero-logo-panel { display: flex; align-items: center; justify-content: center; min-width: 0; }
.artist-logo { width: min(100%, 330px); max-height: 430px; object-fit: contain; margin: 0; filter: drop-shadow(0 18px 28px rgba(0,0,0,.55)); }
.hero-copy-panel { min-width: 0; }
.eyebrow, .section-kicker { margin: 0 0 8px; color: var(--cyan); font-size: 12px; font-weight: 900; letter-spacing: 2.3px; text-transform: uppercase; }
.hero h1 { max-width: 900px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(48px, 6vw, 94px); line-height: .94; letter-spacing: -3px; text-wrap: balance; text-shadow: 0 12px 40px rgba(0,0,0,.55); }
.hero-lead { max-width: 760px; margin: 22px 0 0; color: #dfe7f1; font-size: clamp(18px, 1.8vw, 23px); line-height: 1.5; text-wrap: balance; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 20px; border: 1px solid transparent; border-radius: 12px; text-decoration: none; font-size: 14px; font-weight: 900; letter-spacing: .2px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease; }
.btn:hover, .btn:focus-visible { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--cyan), #96f2ff); color: #031018; box-shadow: 0 12px 30px rgba(85,230,255,.22); }
.btn-primary:hover { box-shadow: 0 16px 38px rgba(85,230,255,.34); }
.btn-secondary { border-color: rgba(215,180,106,.50); background: rgba(10,12,16,.66); color: var(--gold-pale); backdrop-filter: blur(10px); }
.btn-secondary:hover { background: rgba(215,180,106,.14); }
.hero-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.hero-tags span { padding: 7px 11px; border-left: 2px solid var(--gold); background: rgba(0,0,0,.34); color: #d7dee8; font-size: 12px; font-weight: 750; }
.scroll-cue { position: absolute; z-index: 4; right: 32px; bottom: 34px; display: inline-flex; flex-direction: column; align-items: center; gap: 5px; color: #d9e7ef; font-size: 11px; font-weight: 800; letter-spacing: 1.7px; text-decoration: none; text-transform: uppercase; }
.scroll-cue span { color: var(--cyan); font-size: 22px; animation: bob 1.8s ease-in-out infinite; }

.signal-bar { position: relative; z-index: 4; border-block: 1px solid rgba(85,230,255,.16); background: linear-gradient(90deg, rgba(85,230,255,.055), rgba(124,92,255,.06), rgba(215,180,106,.055)); }
.signal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.signal-grid > div { min-height: 104px; padding: 24px 28px; border-right: 1px solid rgba(255,255,255,.08); display: flex; flex-direction: column; justify-content: center; }
.signal-grid > div:last-child { border-right: 0; }
.signal-grid strong { color: #fff; font-size: 14px; }
.signal-grid span { margin-top: 5px; color: var(--muted); font-size: 13px; }

.section { position: relative; padding: 108px 0; }
.section-heading { max-width: 760px; margin-bottom: 42px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section h2, .final-cta h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 5vw, 64px); line-height: 1.05; letter-spacing: -1.8px; text-wrap: balance; }
.section-heading > p:last-child, .final-cta-content > p:not(.section-kicker) { margin: 18px auto 0; color: var(--muted); font-size: 18px; }
.split-layout { display: grid; grid-template-columns: 1.03fr .97fr; gap: 64px; align-items: center; }
.section-copy > p:not(.section-kicker) { color: #c9d2de; font-size: 17px; }
.notice-card { margin-top: 28px; padding: 20px; border: 1px solid rgba(85,230,255,.22); border-radius: 16px; background: linear-gradient(135deg, rgba(85,230,255,.08), rgba(124,92,255,.05)); display: flex; gap: 15px; box-shadow: var(--shadow); }
.notice-card p { margin: 4px 0 0; color: var(--muted); font-size: 14px; }
.notice-icon { flex: 0 0 auto; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: rgba(85,230,255,.13); color: var(--cyan); font-size: 20px; }
.cinema-frame { position: relative; margin: 0; padding: 10px; border: 1px solid var(--gold-border); border-radius: 20px; background: rgba(255,255,255,.025); box-shadow: var(--shadow); overflow: hidden; }
.cinema-frame::before { content: ""; position: absolute; inset: -40% 30% 40% -30%; background: radial-gradient(circle, rgba(85,230,255,.20), transparent 58%); pointer-events: none; }
.cinema-frame img { position: relative; width: 100%; aspect-ratio: 16/10; object-fit: cover; border-radius: 13px; }
.cinema-frame figcaption { padding: 11px 5px 3px; color: var(--gold-pale); font-size: 11px; font-weight: 800; letter-spacing: 1.8px; text-align: center; text-transform: uppercase; }

.release-section { border-block: 1px solid rgba(85,230,255,.12); background: linear-gradient(180deg, rgba(10,15,25,.76), rgba(4,7,12,.92)); }
.release-grid { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr); gap: 34px; align-items: stretch; }
.release-art-card { position: relative; max-height: 760px; border: 1px solid var(--gold-border); border-radius: 20px; background: #080a0e; box-shadow: var(--shadow); overflow: hidden; }
.release-art-card img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.release-art-glow { position: absolute; inset: auto 10% -12% 10%; height: 24%; background: var(--cyan); filter: blur(70px); opacity: .18; }
.track-panel { padding: 34px; border: 1px solid rgba(85,230,255,.18); border-radius: 20px; background: linear-gradient(150deg, rgba(13,19,31,.92), rgba(6,10,17,.94)); box-shadow: var(--shadow); }
.track-panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.09); }
.track-panel-head span { color: var(--cyan); font-size: 11px; font-weight: 900; letter-spacing: 1.8px; text-transform: uppercase; }
.track-panel-head h3, .listen-panel h3 { margin: 4px 0 0; font-size: clamp(26px, 3vw, 38px); }
.track-count { padding: 7px 10px; border: 1px solid rgba(85,230,255,.26); border-radius: 999px; background: rgba(85,230,255,.06); white-space: nowrap; }
.tracklist { list-style: none; margin: 0; padding: 14px 0 0; }
.tracklist li { display: grid; grid-template-columns: 52px 1fr; align-items: center; min-height: 65px; border-bottom: 1px solid rgba(255,255,255,.075); }
.tracklist li span { color: var(--gold); font-family: Georgia, serif; font-size: 14px; }
.tracklist li strong { font-size: 16px; letter-spacing: .3px; }
.release-note { margin: 24px 0 0; padding: 16px; border-left: 3px solid var(--gold); background: rgba(215,180,106,.07); color: #cad1dc; font-size: 14px; }
.listen-panel { margin-top: 34px; padding: 28px; border: 1px solid rgba(85,230,255,.18); border-radius: 20px; background: rgba(5,9,15,.88); display: grid; grid-template-columns: 260px 1fr; align-items: center; gap: 28px; }
.platform-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; }
.platform-grid a { min-height: 50px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.11); border-radius: 11px; background: rgba(255,255,255,.035); color: #e9eef5; text-decoration: none; font-size: 13px; font-weight: 800; transition: transform .2s, border-color .2s, background .2s; }
.platform-grid a:hover { transform: translateY(-2px); border-color: rgba(85,230,255,.46); background: rgba(85,230,255,.08); }
.platform-grid span { display: inline-block; width: 22px; color: var(--cyan); }

.promotions-section { background: radial-gradient(circle at 50% 8%, rgba(85,230,255,.09), transparent 36rem); }
.ad-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px; max-width: 900px; margin: 0 auto; }
.ad-card { position: relative; border: 1px solid var(--gold-border); border-radius: 20px; background: rgba(8,12,18,.94); box-shadow: var(--shadow); overflow: hidden; }
.ad-card > a { display: block; overflow: hidden; }
.ad-card img { width: 100%; aspect-ratio: 9/16; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.ad-card:hover img { transform: scale(1.025); filter: brightness(1.05); }
.ad-label { position: absolute; top: 14px; left: 14px; z-index: 2; padding: 6px 9px; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; background: rgba(3,5,8,.80); color: #eaf5ff; font-size: 10px; font-weight: 900; letter-spacing: 1.25px; text-transform: uppercase; backdrop-filter: blur(10px); }
.ad-copy { padding: 22px; }
.ad-copy h3 { margin: 0; font-size: 24px; }
.ad-copy p { margin: 8px 0 0; color: var(--muted); }
.text-link { display: inline-flex; gap: 8px; margin-top: 16px; color: var(--cyan); text-decoration: none; font-size: 13px; font-weight: 900; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.visual-section { border-top: 1px solid rgba(255,255,255,.06); }
.visual-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.visual-grid figure { position: relative; min-height: 390px; margin: 0; border: 1px solid rgba(255,255,255,.10); border-radius: 18px; background: #04070b; overflow: hidden; box-shadow: 0 18px 46px rgba(0,0,0,.34); }
.visual-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s ease; }
.visual-grid figure:hover img { transform: scale(1.04); }
.visual-grid figcaption { position: absolute; inset: auto 0 0; padding: 50px 18px 16px; background: linear-gradient(transparent, rgba(0,0,0,.88)); color: #fff; font-family: Georgia, serif; font-size: 20px; }

.final-cta { position: relative; min-height: 620px; display: grid; place-items: center; text-align: center; overflow: hidden; }
.final-cta-bg { position: absolute; inset: 0; background: linear-gradient(rgba(3,5,9,.70), rgba(3,5,9,.91)), url('../img/hero-3.webp') center/cover; }
.final-cta-bg::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 50% 44%, rgba(85,230,255,.13), transparent 30rem); }
.final-cta-content { position: relative; z-index: 1; max-width: 850px; padding: 90px 20px; }
.final-cta-content img { width: 170px; margin: 0 auto 22px; filter: drop-shadow(0 12px 22px rgba(0,0,0,.6)); }
.final-cta-content .hero-actions { justify-content: center; }

.site-footer { padding: 58px 0 24px; border-top: 1px solid rgba(85,230,255,.16); background: #03050a; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: start; }
.footer-grid strong { font-size: 20px; }
.footer-grid p { max-width: 600px; margin: 8px 0 0; color: var(--muted); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.footer-links a { padding: 9px 11px; color: #d4dce6; text-decoration: none; font-size: 13px; font-weight: 750; }
.footer-links a:hover { color: var(--cyan); }
.footer-bottom { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.07); display: flex; justify-content: space-between; gap: 18px; color: #8793a3; font-size: 12px; }
.back-to-top { position: fixed; z-index: 900; right: 18px; bottom: 18px; width: 46px; height: 46px; border: 1px solid rgba(85,230,255,.36); border-radius: 50%; background: rgba(4,8,14,.86); color: var(--cyan); font-size: 21px; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .2s, transform .2s, visibility .2s, background .2s; backdrop-filter: blur(12px); }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: rgba(85,230,255,.13); }

@keyframes pulse { 50% { opacity: .45; transform: scale(.78); } }
@keyframes bob { 50% { transform: translateY(6px); } }

@media (max-width: 1120px) {
  .main-nav { position: absolute; top: calc(100% + 1px); right: 16px; left: 16px; display: none; flex-direction: column; align-items: stretch; padding: 12px; border: 1px solid var(--border); border-radius: 16px; background: rgba(4,8,14,.98); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { text-align: center; }
  .main-nav .nav-cta { margin-left: 0; }
  .menu-toggle { display: block; }
  .hero { min-height: 760px; height: auto; }
  .hero-row { grid-template-columns: minmax(220px, 280px) minmax(0, 1fr); gap: 34px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(3,5,9,.91), rgba(3,5,9,.62)), linear-gradient(180deg, rgba(0,0,0,.1), #05070d 100%); }
  .signal-grid { grid-template-columns: 1fr; }
  .signal-grid > div { min-height: auto; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.07); }
  .split-layout, .release-grid { grid-template-columns: 1fr; }
  .cinema-frame { max-width: 760px; }
  .release-art-card { max-width: 620px; margin-inline: auto; }
  .listen-panel { grid-template-columns: 1fr; }
  .visual-grid { grid-template-columns: 1fr; }
  .visual-grid figure { min-height: 420px; }
}

@media (max-width: 900px) and (min-width: 721px) {
  .hero-row { grid-template-columns: 230px minmax(0, 1fr); gap: 28px; }
  .artist-logo { max-height: 330px; }
  .hero h1 { font-size: clamp(46px, 7.4vw, 70px); }
}

@media (max-width: 720px) {
  .wrap { width: min(100% - 24px, var(--wrap)); }
  main { padding-top: 68px; }
  .header-inner { width: min(100% - 20px, 1420px); min-height: 68px; }
  .brand-logo { width: 54px; height: 50px; flex-basis: 54px; }
  .brand-copy { gap: 6px; }
  .brand-copy strong { font-size: 14px; }
  .brand-divider, .brand-copy small { display: none; }
  .hero { min-height: 760px; height: auto; }
  .hero-content { padding-top: 54px; padding-bottom: 76px; }
  .hero-row { grid-template-columns: 1fr; gap: 24px; }
  .hero-logo-panel { justify-content: flex-start; }
  .artist-logo { width: 220px; max-height: 280px; }
  .hero h1 { font-size: clamp(46px, 15vw, 74px); letter-spacing: -2px; }
  .hero-lead { font-size: 18px; }
  .hero-actions .btn { width: 100%; }
  .scroll-cue { display: none; }
  .section { padding: 78px 0; }
  .section h2, .final-cta h2 { font-size: 40px; }
  .split-layout { gap: 34px; }
  .track-panel { padding: 22px; }
  .track-panel-head { flex-direction: column; }
  .platform-grid { grid-template-columns: 1fr; }
  .ad-grid { grid-template-columns: 1fr; }
  .visual-grid figure { min-height: 300px; }
  .final-cta { min-height: 560px; }
  .footer-grid, .footer-bottom { grid-template-columns: 1fr; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}

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

/* TRUE ONE-ROW ARTIST HERO — desktop/tablet */
.hero-content {
  position: relative;
  z-index: 3;
  width: min(1540px, calc(100% - 64px));
  margin-inline: auto;
  padding: 44px 0 58px;
}
.hero-row {
  display: grid;
  grid-template-columns: 190px minmax(520px, 1.45fr) minmax(300px, .75fr);
  align-items: center;
  gap: clamp(22px, 2.3vw, 42px);
  width: 100%;
  min-width: 0;
}
.hero-logo-panel,
.hero-title-panel,
.hero-info-panel {
  min-width: 0;
}
.hero-logo-panel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.artist-logo {
  width: 180px;
  max-width: 100%;
  max-height: 255px;
  object-fit: contain;
  margin: 0;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,.55));
}
.hero-title-panel {
  align-self: center;
}
.hero-title-panel .eyebrow {
  margin-bottom: 12px;
}
.hero h1 {
  max-width: none;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 3.35vw, 56px);
  line-height: .96;
  letter-spacing: -2.5px;
  white-space: nowrap;
  text-wrap: nowrap;
  text-shadow: 0 12px 40px rgba(0,0,0,.55);
}
.hero-info-panel {
  align-self: center;
  padding: 22px 0 22px 30px;
  border-left: 1px solid rgba(85,230,255,.22);
}
.hero-lead {
  max-width: 430px;
  margin: 0;
  color: #dfe7f1;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 1.55;
  text-wrap: pretty;
}
.hero-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 22px;
}
.hero-actions .btn {
  min-width: 0;
  padding-inline: 16px;
  white-space: nowrap;
}
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}
.hero-tags span {
  padding: 5px 8px;
  font-size: 10px;
}

@media (max-width: 1280px) {
  .hero-content { width: min(1220px, calc(100% - 40px)); }
  .hero-row { grid-template-columns: 158px minmax(430px, 1.35fr) minmax(270px, .75fr); gap: 20px; }
  .artist-logo { width: 150px; max-height: 214px; }
  .hero h1 { font-size: clamp(36px, 3.35vw, 46px); letter-spacing: -2px; }
  .hero-info-panel { padding-left: 22px; }
  .hero-actions .btn { min-height: 46px; padding: 11px 13px; font-size: 12px; }
}

@media (max-width: 980px) and (min-width: 721px) {
  .hero-content { width: calc(100% - 28px); }
  .hero-row { grid-template-columns: 118px minmax(350px, 1.35fr) minmax(230px, .7fr); gap: 16px; }
  .artist-logo { width: 112px; max-height: 160px; }
  .hero h1 { font-size: clamp(30px, 3.55vw, 36px); letter-spacing: -1.6px; }
  .hero-info-panel { padding-left: 16px; }
  .hero-lead { font-size: 14px; }
  .hero-actions { gap: 7px; margin-top: 16px; }
  .hero-actions .btn { padding: 9px 10px; font-size: 11px; }
  .hero-tags { display: none; }
}

@media (max-width: 720px) {
  .hero-content { width: min(100% - 24px, var(--wrap)); padding: 54px 0 76px; }
  .hero-row { grid-template-columns: 1fr; gap: 22px; }
  .hero-logo-panel { justify-content: flex-start; }
  .artist-logo { width: 180px; max-height: 230px; }
  .hero h1 { white-space: normal; text-wrap: balance; font-size: clamp(42px, 14vw, 66px); }
  .hero-info-panel { padding: 0; border-left: 0; }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-wrap: wrap; }
  .hero-actions .btn { width: 100%; }
  .hero-tags { display: flex; }
}
