/* DGN Sounds  |  hub page styles
   One file, no build step. Brand colours (from the logo) live in :root. */

:root {
  --navy: #0b2242;
  --navy-2: #123a6b;
  --navy-3: #1a4f8c;
  --ink: #1b1a1f;
  --muted: #5d6675;
  --cream: #fbf7f0;
  --cream-2: #f3ecdf;
  --white: #ffffff;
  --line: #e6dfd2;
  --saffron: #f05a1f;
  --saffron-dark: #d04710;
  --amber: #f5a524;
  --yt: #ff0033;
  --sc: #ff5500;
  --ig: #d62976;
  --radius: 18px;
  --radius-sm: 12px;
  --shadow: 0 14px 40px rgba(11, 34, 66, 0.10);
  --shadow-lg: 0 30px 70px rgba(11, 34, 66, 0.25);
  --font-head: "Fraunces", Georgia, "Times New Roman", serif;
  --font-body: "Inter", "Segoe UI", Helvetica, Arial, sans-serif;
  --wrap: 1140px;
  --gutter: 20px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; font-family: var(--font-body); font-size: 17px; line-height: 1.65; color: var(--ink); background: var(--cream); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy-3); text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2, h3 { font-family: var(--font-head); color: var(--navy); line-height: 1.08; margin: 0 0 0.4em; font-weight: 600; letter-spacing: -0.01em; }
h1 { font-size: clamp(2.6rem, 6vw, 4.6rem); font-weight: 500; }
h2 { font-size: clamp(2rem, 4vw, 3rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1em; }
.lead { font-size: 1.2rem; color: var(--muted); max-width: 58ch; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 var(--gutter); }
.section { padding: 96px 0; }
.section-head { max-width: 62ch; margin-bottom: 40px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head .lead { margin-bottom: 0; }
.eyebrow { display: inline-block; font-weight: 700; font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--saffron); margin-bottom: 14px; }

.dark { background: var(--navy); color: #d9e3f0; }
.dark h2, .dark h3 { color: #fff; }
.dark .lead, .dark p { color: #b9c7da; }
.dark .eyebrow { color: var(--amber); }
.dark a { color: #ffd39a; }

.skip-link { position: absolute; left: -999px; top: 8px; background: var(--navy); color: #fff; padding: 8px 14px; border-radius: 6px; z-index: 100; }
.skip-link:focus { left: 8px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 15px 24px; border-radius: 999px; font-weight: 700; font-size: 1rem; line-height: 1; border: 2px solid transparent; cursor: pointer; transition: transform .15s ease, background .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease; white-space: nowrap; }
.btn:hover { text-decoration: none; transform: translateY(-2px); box-shadow: var(--shadow); }
.btn svg { width: 22px; height: 22px; }
.btn--yt { background: var(--yt); color: #fff; }
.btn--sc { background: var(--sc); color: #fff; }
.btn--ig { background: var(--ig); color: #fff; }
.btn--navy { background: var(--navy); color: #fff; }
.btn--ghost { background: transparent; color: var(--navy); border-color: #cfc6b5; }
.btn--ghost:hover { border-color: var(--navy); }
.dark .btn--yt, .dark .btn--sc, .dark .btn--ig, .dark .btn--navy { color: #fff; }
.dark .btn--ghost { color: #fff; border-color: rgba(255,255,255,0.4); }
.dark .btn--ghost:hover { border-color: #fff; }
.btn--sm { padding: 11px 18px; font-size: 0.92rem; }

/* Header */
.header { position: sticky; top: 0; z-index: 50; background: rgba(251,247,240,0.92); backdrop-filter: saturate(160%) blur(12px); border-bottom: 1px solid var(--line); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 76px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--navy); font-family: var(--font-head); font-weight: 600; font-size: 1.35rem; letter-spacing: 0.01em; }
.brand:hover { text-decoration: none; }
.brand img { width: 46px; height: auto; }
.nav { display: flex; align-items: center; gap: 26px; }
.nav a { font-weight: 600; font-size: 0.95rem; color: var(--ink); }
.nav a:hover { color: var(--saffron); text-decoration: none; }
.nav .btn { margin-left: 4px; color: #fff; }
.nav-toggle { display: none; background: none; border: 0; padding: 10px; cursor: pointer; border-radius: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Hero */
.hero { position: relative; overflow: hidden; background: radial-gradient(900px 600px at 50% 0%, #fff4e6 0%, var(--cream) 60%); }
.hero__inner { position: relative; text-align: center; padding: 56px 0 72px; max-width: 880px; margin: 0 auto; }
.hero__logo { width: min(440px, 74vw); margin: 0 auto 24px; }
.hero h1 { margin-bottom: 0.45em; }
.hero h1 em { font-style: italic; color: var(--saffron); }
.hero .lead { margin: 0 auto 2em; }
.hero__actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.hero__rays { position: absolute; inset: -20% -10% auto; height: 120%; pointer-events: none; opacity: 0.35;
  background: conic-gradient(from 0deg, transparent 0 4deg, rgba(240,90,31,0.05) 4deg 5deg, transparent 5deg 10deg); mask: radial-gradient(circle at 50% 30%, #000 0%, transparent 60%); -webkit-mask: radial-gradient(circle at 50% 30%, #000 0%, transparent 60%); }

/* Stats */
.stats { background: var(--navy); color: #fff; }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat { padding: 30px 22px; border-left: 1px solid rgba(255,255,255,0.1); text-align: center; }
.stat:first-child { border-left: 0; }
.stat strong { display: block; font-family: var(--font-head); font-size: 2.4rem; font-weight: 600; line-height: 1; color: var(--amber); margin-bottom: 6px; }
.stat span { font-size: 0.92rem; color: #b9c7da; }

/* Listen: embeds */
.players { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.player { background: #0e2c55; border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); display: flex; flex-direction: column; }
.player__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px 20px; }
.player__head h3 { margin: 0; font-size: 1.15rem; display: flex; align-items: center; gap: 10px; }
.player__head h3 svg { width: 24px; height: 24px; }
.player__head a { font-size: 0.9rem; font-weight: 600; white-space: nowrap; }
.player__frame { position: relative; width: 100%; height: 420px; background: #000; }
.player__frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.player__frame--sc { background: #081a33; }
.player__note { margin-top: auto; }
.player__note { padding: 14px 20px 18px; font-size: 0.9rem; color: #b9c7da; margin: 0; }

/* Collections */
.collections { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.collection { position: relative; display: flex; flex-direction: column; gap: 10px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: 0 6px 20px rgba(11,34,66,0.05); transition: transform .2s ease, box-shadow .2s ease; color: var(--ink); }
.collection:hover { text-decoration: none; transform: translateY(-3px); box-shadow: var(--shadow); }
.collection__kind { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--saffron); }
.collection h3 { margin: 0; font-size: 1.3rem; }
.collection p { margin: 0; color: var(--muted); font-size: 0.97rem; flex: 1; }
.collection__cta { font-weight: 700; color: var(--navy-3); display: inline-flex; align-items: center; gap: 8px; }
.collection__cta svg { width: 18px; height: 18px; transition: transform .2s; }
.collection:hover .collection__cta svg { transform: translateX(4px); }

/* Platforms */
.platforms { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.platform { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 28px; display: flex; flex-direction: column; gap: 14px; }
.platform__icon { width: 60px; height: 60px; border-radius: 16px; display: grid; place-items: center; color: #fff; }
.platform__icon svg { width: 30px; height: 30px; }
.platform__icon--yt { background: var(--yt); }
.platform__icon--sc { background: var(--sc); }
.platform__icon--ig { background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7); }
.platform h3, .dark .platform h3 { margin: 0; font-size: 1.5rem; color: var(--navy); }
.platform .handle, .dark .platform .handle { font-size: 0.92rem; color: var(--muted); font-weight: 600; margin: -8px 0 0; }
.platform p, .dark .platform p { margin: 0; color: var(--muted); flex: 1; }
.platform .btn { align-self: flex-start; }

/* About */
.about { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; }
.about__emblem { display: flex; justify-content: center; }
.about__emblem img { width: min(420px, 80vw); }
.about blockquote { margin: 0; padding: 0 0 0 22px; border-left: 4px solid var(--saffron); font-family: var(--font-head); font-size: 1.35rem; line-height: 1.4; color: var(--navy); }
.about blockquote footer { font-family: var(--font-body); font-size: 0.9rem; color: var(--muted); margin-top: 10px; }
.pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.pill { background: var(--cream-2); border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; font-size: 0.9rem; font-weight: 600; color: var(--navy); }

/* Footer */
.footer { background: #071a33; color: #a9b8cc; padding: 56px 0 26px; }
.footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 36px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer .brand { color: #fff; }
.footer h4 { color: #fff; font-size: 0.85rem; letter-spacing: 0.14em; text-transform: uppercase; margin: 0 0 14px; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.footer a { color: #d3dce8; }
.footer a:hover { color: #fff; }
.footer p { font-size: 0.95rem; }
.footer__bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 22px; font-size: 0.85rem; color: #7d8ea6; }
.footer__bottom em { font-style: normal; color: var(--amber); }

.center { text-align: center; }
.mt-32 { margin-top: 32px; }
.mt-40 { margin-top: 40px; }

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

/* Responsive */
@media (max-width: 1000px) {
  .stats__grid { grid-template-columns: repeat(2, 1fr); }
  .stat { border-left: 0; }
  .collections, .platforms { grid-template-columns: 1fr 1fr; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .section { padding: 64px 0; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 76px; background: var(--cream); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; padding: 8px var(--gutter) 16px; box-shadow: var(--shadow); }
  .nav.is-open { display: flex; }
  .nav a { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .nav .btn { margin: 14px 0 0; border-bottom: 0; }
  .nav-toggle { display: block; }
  .players { grid-template-columns: 1fr; }
  .player__frame { height: auto; aspect-ratio: 16 / 9; }
  .player__frame--sc { aspect-ratio: auto; height: 420px; }
  .collections, .platforms { grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; gap: 32px; }
  .about__emblem { order: -1; }
}
@media (max-width: 480px) {
  body { font-size: 16px; }
  .stats__grid { grid-template-columns: 1fr 1fr; }
  .stat strong { font-size: 1.9rem; }
  .footer__grid { grid-template-columns: 1fr; }
  .hero__actions .btn { width: 100%; }
  .hero__inner { padding: 48px 0 56px; }
  .brand { font-size: 1.15rem; }
}
