:root {
  --bg: #fff6df;
  --cream: #fff7e8;
  --white: #fffdf8;
  --dark: #3f2a18;
  --muted: #8a6d55;
  --gold: #d89a38;
  --gold-dark: #9c6122;
  --brown: #70451f;
  --peach: #ffd9a3;
  --sun: #ffe8a8;
  --rose: #f5b7a0;
  --green: #8fae6a;
  --border: rgba(112, 69, 31, 0.16);
  --shadow: 0 26px 80px rgba(121, 72, 20, 0.16);
  --player-height: 92px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Arial, Helvetica, sans-serif;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 232, 168, 0.95), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(245, 183, 160, 0.48), transparent 30%),
    radial-gradient(circle at 8% 72%, rgba(143, 174, 106, 0.28), transparent 34%),
    linear-gradient(180deg, #fff1c9 0%, #fff7e8 45%, #f6e7d5 100%);
  color: var(--dark);
  line-height: 1.75;
}
body.has-player { padding-bottom: var(--player-height); }
a { color: inherit; text-decoration: none; }
img { width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

.topbar { position: sticky; top: 0; z-index: 20; background: rgba(255, 247, 232, 0.9); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -0.02em; }
.brand-mark { width: 42px; height: 42px; border-radius: 15px; display: grid; place-items: center; background: linear-gradient(135deg, #e4a13a, #8f5d26); color: var(--white); box-shadow: 0 10px 24px rgba(185, 121, 46, 0.26); }
.nav-links { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--muted); font-weight: 800; }
.nav-links a { padding: 10px 12px; border-radius: 999px; transition: 0.25s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--gold-dark); background: rgba(216,154,56,0.12); }
.menu-toggle { display: none; border: 1px solid var(--border); background: rgba(255,253,248,.8); color: var(--dark); border-radius: 14px; padding: 9px 13px; font-weight: 900; font-size: 18px; }

.hero { position: relative; overflow: hidden; padding: 84px 0 70px; }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 0 38%, rgba(255,255,255,0.38) 39% 41%, transparent 42% 100%), linear-gradient(65deg, transparent 0 58%, rgba(255,255,255,0.32) 59% 61%, transparent 62% 100%); opacity: .36; pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 56px; }
.hero-centered { text-align: center; max-width: 880px; margin: 0 auto; position: relative; }
.badge { display: inline-flex; align-items: center; gap: 9px; padding: 9px 15px; border-radius: 999px; background: rgba(255,253,248,.74); border: 1px solid rgba(216,154,56,.3); color: var(--gold-dark); font-size: 14px; font-weight: 900; box-shadow: 0 10px 24px rgba(45,29,15,.06); }
h1 { margin-top: 22px; font-size: clamp(42px, 7vw, 78px); line-height: .98; letter-spacing: -.06em; color: #2f2117; }
h1 span { display: block; color: var(--gold-dark); font-size: clamp(30px,4.5vw,54px); margin-top: 10px; letter-spacing: -.04em; }
.subtitle, .hero-text { max-width: 760px; margin-top: 24px; color: var(--muted); font-size: 19px; }
.hero-actions, .btn-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-centered .hero-actions { justify-content: center; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 13px 20px; border-radius: 17px; border: 1px solid transparent; font-weight: 900; transition: .25s ease; white-space: nowrap; }
.btn-primary { background: linear-gradient(135deg,#4c2f18,#9c6122); color: var(--white); box-shadow: 0 18px 35px rgba(91,53,31,.18); }
.btn-primary:hover { transform: translateY(-2px); filter: brightness(1.06); }
.btn-secondary { background: rgba(255,253,248,.76); border-color: var(--border); color: var(--dark); }
.btn-secondary:hover { transform: translateY(-2px); border-color: rgba(216,154,56,.45); }

.hero-stats, .quick-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; max-width: 620px; margin-top: 34px; }
.stat-card, .fact { padding: 16px; border-radius: 22px; background: rgba(255,253,248,.76); border: 1px solid var(--border); box-shadow: 0 14px 30px rgba(45,29,15,.06); }
.stat-card strong, .fact strong { display: block; font-size: 15px; color: var(--dark); }
.stat-card span, .fact span { display:block; margin-top:4px; color:var(--muted); font-size:13px; line-height:1.4; }

.portrait-wrap, .hero-photo, .cover-wrap { position: relative; max-width: 480px; margin-left: auto; border-radius: 38px; padding: 18px; background: linear-gradient(135deg,#fff1bf,#ffe6c7 55%,#f7d0ba); box-shadow: var(--shadow); border: 1px solid rgba(255,253,248,.8); }
.portrait, .hero-photo img { height: 610px; object-fit: cover; object-position: center top; border-radius: 28px; box-shadow: 0 18px 45px rgba(91,53,31,.18); }
.cover-wrap img { aspect-ratio: 1 / 1; object-fit: cover; border-radius: 26px; box-shadow: 0 18px 45px rgba(91,53,31,.18); }
.floating-player { position: absolute; left: 32px; right: 32px; bottom: 32px; display: flex; align-items: center; gap: 14px; padding: 16px; border-radius: 24px; background: rgba(255,253,248,.88); backdrop-filter: blur(12px); box-shadow: 0 18px 45px rgba(45,29,15,.17); }
.play-icon { width: 48px; height: 48px; border-radius: 17px; display: grid; place-items: center; background: #ffe8a8; color: var(--gold-dark); font-size: 18px; }
.floating-player strong { display:block; line-height:1.2; }
.floating-player span { display:block; color:var(--muted); font-size:13px; margin-top:3px; }

section { padding: 72px 0; }
.section { padding: 44px 0; }
.section-title { max-width: 780px; margin-bottom: 30px; }
.eyebrow { color: var(--gold-dark); text-transform: uppercase; letter-spacing: .22em; font-size: 13px; font-weight: 900; margin-bottom: 10px; }
.section-title h2, .card h2, .song-copy h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1.08; letter-spacing: -.04em; }
.section-title p, .card p, .song-copy p { margin-top: 14px; color: var(--muted); font-size: 17px; }
.card { border-radius: 34px; background: rgba(255,253,248,.88); border: 1px solid var(--border); box-shadow: var(--shadow); overflow: hidden; }
.card-pad { padding: 34px; }

.platform-grid, .links-grid, .social-grid { display:grid; grid-template-columns: repeat(5,1fr); gap: 16px; }
.platform-card, .link-card, .social-card { min-height: 150px; padding: 20px; border-radius: 26px; background: rgba(255,253,248,.88); border: 1px solid var(--border); box-shadow: 0 14px 40px rgba(45,29,15,.06); transition: .25s ease; }
.platform-card:hover, .link-card:hover, .social-card:hover { transform: translateY(-5px); border-color: rgba(216,154,56,.42); box-shadow: 0 24px 60px rgba(121,72,20,.13); }
.platform-icon, .link-icon, .social-icon, .journey-icon { width: 50px; height: 50px; display:grid; place-items:center; border-radius: 18px; background: linear-gradient(135deg,#4c2f18,#9c6122); color: var(--white); margin-bottom: 18px; font-size: 21px; }
.platform-card h3, .link-card h3, .social-card h3 { font-size: 17px; line-height: 1.2; }
.platform-card p, .link-card p, .social-card p { margin-top: 7px; color: var(--muted); font-size: 13px; line-height: 1.45; }

.about-soft { background: rgba(255,253,248,.55); }
.two-grid, .about-grid, .song-grid, .release-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.message-card, .highlight-card { padding: 34px; border-radius: 34px; background: linear-gradient(135deg,#fff1bf,#ffe6c7 55%,#f7d0ba); border: 1px solid rgba(216,154,56,.25); box-shadow: 0 18px 50px rgba(45,29,15,.08); }
.heart { width:58px; height:58px; border-radius:21px; display:grid; place-items:center; background:var(--white); color:var(--gold-dark); font-size:26px; margin-bottom:22px; }

.lyrics-box, .verse { padding: 28px; border-radius: 30px; background: rgba(255,253,248,.86); border: 1px solid var(--border); box-shadow: 0 16px 50px rgba(45,29,15,.07); }
.lyrics-title { text-transform: uppercase; letter-spacing:.26em; font-size:12px; font-weight:900; color:var(--gold-dark); margin-bottom:18px; }
.lyrics-grid { display:grid; grid-template-columns: repeat(2,1fr); gap:13px; }
.lyric-line { padding:16px; border-radius:19px; background:#fff3d6; color:#3a3028; font-size:17px; font-weight:800; }
.verse { box-shadow:none; background:#fff8eb; }
.verse + .verse { margin-top: 18px; }
.verse h3 { color: var(--gold-dark); text-transform: uppercase; letter-spacing:.18em; font-size:12px; font-weight:900; margin-bottom:12px; }
.verse p { color:#332a23; font-size:18px; font-weight:700; line-height:1.85; white-space:pre-line; margin-top:0; }

.video-card { overflow:hidden; border-radius:38px; background:linear-gradient(135deg,#4c2f18,#8f5d26); color:var(--white); box-shadow:var(--shadow); padding:34px; }
.video-card .eyebrow { color: #ffe8a8; }
.video-card p { color: rgba(255,255,255,.72); }
.youtube-embed { position:relative; width:100%; aspect-ratio:16/9; overflow:hidden; border-radius:28px; background:#000; border:1px solid rgba(255,255,255,.12); margin-top:26px; }
.youtube-embed iframe { position:absolute; inset:0; width:100%; height:100%; border:0; }

.dark-card { padding:34px; border-radius:34px; background:linear-gradient(135deg,#4c2f18,#8f5d26); color:var(--white); box-shadow:var(--shadow); }
.dark-card .eyebrow { color: #ffe8a8; }
.dark-card p { color: rgba(255,255,255,.74); }
.info-list, .track-list, .policy-content { display:grid; gap:12px; margin-top:24px; }
.info-row, .track-row, .info-item, .policy-block { display:grid; grid-template-columns: 160px 1fr; gap:14px; padding:14px 16px; border-radius:18px; background:#fff3d6; border:1px solid rgba(112,69,31,.1); }
.policy-block { display:block; padding:22px; background:#fff8eb; }
.policy-block h3 { color:var(--gold-dark); font-size:21px; margin-bottom:10px; }
.policy-block ul { padding-left:22px; margin-top:10px; color:var(--muted); }
.info-row strong, .track-row strong { color:var(--gold-dark); font-size:14px; }
.info-row span, .track-row span { font-weight:800; }

.journey-grid, .facts-grid, .rights-grid, .download-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:24px; }
.journey-item, .rights-item, .download-item { padding:24px; border-radius:28px; background:rgba(255,253,248,.88); border:1px solid var(--border); box-shadow:0 14px 40px rgba(45,29,15,.06); }
.dark-card .rights-item, .dark-card .download-item { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.16); box-shadow:none; }
.dark-card .rights-item span, .dark-card .download-item span { color: rgba(255,255,255,.72); }

.contact-main, .policy-header { padding:34px; background:linear-gradient(135deg,#fff1bf,#ffe6c7 55%,#f7d0ba); }
.email-box { margin-top:26px; padding:22px; border-radius:26px; background:rgba(255,253,248,.82); border:1px solid rgba(112,69,31,.12); }
.email-label { color:var(--gold-dark); text-transform:uppercase; letter-spacing:.18em; font-size:12px; font-weight:900; }
.email-address { display:inline-block; margin-top:8px; font-size:clamp(22px,3vw,32px); line-height:1.1; font-weight:900; color:var(--dark); word-break:break-word; }

.music-player-bar { position:fixed; left:18px; right:18px; bottom:18px; z-index:50; display:grid; grid-template-columns:auto 1fr auto; align-items:center; gap:16px; min-height:74px; padding:12px 14px; border-radius:24px; background:rgba(63,42,24,.94); color:var(--white); border:1px solid rgba(255,255,255,.13); box-shadow:0 22px 70px rgba(0,0,0,.34); backdrop-filter:blur(16px); }
.player-cover { width:54px; height:54px; border-radius:18px; background:linear-gradient(135deg,#e4a13a,#8f5d26); display:grid; place-items:center; font-size:24px; }
.player-info { min-width:0; }
.player-info strong, .player-info span { display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.player-info span { margin-top:4px; color:rgba(255,255,255,.68); font-size:13px; }
.audio-player { width:420px; max-width:42vw; height:44px; accent-color:var(--gold); }
.audio-player::-webkit-media-controls-panel { background:#fff3e4; }

footer { margin-top:44px; padding:42px 0 24px; background:#2f2117; color:rgba(255,255,255,.72); font-size:14px; }
.footer-main { display:grid; grid-template-columns:1.4fr .7fr .7fr .8fr; gap:28px; padding-bottom:28px; border-bottom:1px solid rgba(255,255,255,.12); }
.footer-logo { display:inline-flex; align-items:center; gap:12px; color:#fffdf8; font-weight:900; font-size:18px; }
.footer-mark { width:42px; height:42px; display:grid; place-items:center; border-radius:15px; background:linear-gradient(135deg,#e4a13a,#8f5d26); color:#fffdf8; }
.footer-brand p { max-width:360px; margin-top:14px; color:rgba(255,255,255,.64); line-height:1.65; }
.footer-column h3 { color:#ffe8a8; font-size:13px; text-transform:uppercase; letter-spacing:.18em; margin-bottom:14px; }
.footer-column a { display:block; color:rgba(255,255,255,.72); margin-top:9px; transition:.25s ease; }
.footer-column a:hover { color:#ffe8a8; transform:translateX(3px); }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; flex-wrap:wrap; padding-top:22px; color:rgba(255,255,255,.52); }

@media (max-width: 980px) {
  .hero-grid, .two-grid, .about-grid, .song-grid, .release-grid, .contact-grid { grid-template-columns: 1fr; }
  .portrait-wrap, .hero-photo, .cover-wrap { margin: 0 auto; }
  .platform-grid, .links-grid, .social-grid { grid-template-columns: repeat(2,1fr); }
  .journey-grid, .facts-grid, .rights-grid, .download-grid { grid-template-columns: repeat(2,1fr); }
  .footer-main { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 760px) {
  .container { width:min(100% - 28px,1180px); }
  .nav { min-height:auto; padding:14px 0; align-items:flex-start; }
  .menu-toggle { display:block; }
  .nav-links { display:none; position:absolute; left:14px; right:14px; top:68px; padding:14px; border-radius:22px; background:rgba(255,247,232,.98); border:1px solid var(--border); box-shadow:0 18px 50px rgba(45,29,15,.12); flex-direction:column; align-items:stretch; }
  body.nav-open .nav-links { display:flex; }
  .nav-links a { padding:12px 14px; }
  .hero { padding:54px 0 42px; }
  section, .section { padding:42px 0; }
  .hero-stats, .quick-facts, .lyrics-grid, .platform-grid, .links-grid, .social-grid, .journey-grid, .facts-grid, .rights-grid, .download-grid { grid-template-columns:1fr; }
  .portrait, .hero-photo img { height:500px; }
  .card-pad, .message-card, .highlight-card, .dark-card, .contact-main, .policy-header, .lyrics-box { padding:24px; }
  .info-row, .track-row { grid-template-columns:1fr; gap:3px; }
  .hero-actions .btn, .btn-row .btn { width:100%; }
  .music-player-bar { left:10px; right:10px; bottom:10px; grid-template-columns:auto 1fr; gap:10px; padding:10px; border-radius:20px; }
  .audio-player { grid-column:1 / -1; width:100%; max-width:100%; }
  .footer-main { grid-template-columns:1fr; }
}
