:root {
  --blue: #073599;
  --blue-deep: #021177;
  --blue-bright: #0d47c4;
  --ink: #101a33;
  --muted: #5e6880;
  --line: #d9dfec;
  --surface: #f4f7fc;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(2, 17, 119, .14);
  --radius: 24px;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; line-height: 1.65; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: .7rem 1rem; color: var(--white); background: var(--blue-deep); border-radius: 8px; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(7, 53, 153, .11); background: rgba(255,255,255,.95); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; min-width: 215px; }
.brand img { width: 58px; height: 58px; object-fit: contain; border-radius: 12px; }
.brand span, .footer-brand span { display: grid; line-height: 1.2; }
.brand strong { font-size: 1rem; letter-spacing: -.01em; }
.brand small, .footer-brand small { color: var(--muted); font-size: .78rem; }
nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 22px; }
nav a { color: var(--ink); font-weight: 700; font-size: .92rem; text-decoration: none; }
nav a:hover, nav a:focus-visible, nav a[aria-current="page"] { color: var(--blue); }

.hero { position: relative; overflow: hidden; padding: clamp(72px, 10vw, 132px) 0; background: radial-gradient(circle at 87% 16%, rgba(13,71,196,.18), transparent 32%), linear-gradient(145deg, #f9fbff 0%, #eef3fc 100%); }
.hero::after { content: ""; position: absolute; right: -160px; bottom: -240px; width: 520px; height: 520px; border: 85px solid rgba(7,53,153,.05); border-radius: 50%; }
.hero-grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(40px, 7vw, 96px); position: relative; z-index: 1; }
.eyebrow { margin: 0 0 12px; color: var(--blue); font-size: .78rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.1; letter-spacing: -.035em; }
h1 { margin-bottom: 22px; font-size: clamp(3.2rem, 8vw, 6.7rem); color: var(--blue-deep); }
h2 { margin-bottom: 22px; font-size: clamp(2.2rem, 5vw, 4rem); }
h3 { margin-bottom: 12px; font-size: clamp(1.25rem, 2vw, 1.65rem); }
.lead { max-width: 760px; margin: 0; font-size: clamp(1.15rem, 2.4vw, 1.5rem); color: #33405e; }
.lead-small { max-width: 720px; margin: 0; color: var(--muted); font-size: 1.15rem; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .8rem 1.2rem; border: 2px solid transparent; border-radius: 999px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--blue); box-shadow: 0 12px 28px rgba(7,53,153,.23); }
.button-primary:hover, .button-primary:focus-visible { background: var(--blue-deep); }
.button-secondary { color: var(--blue); border-color: rgba(7,53,153,.25); background: rgba(255,255,255,.7); }
.privacy-note { margin: 24px 0 0; max-width: 650px; color: var(--muted); font-size: .88rem; }
.portrait-card { margin: 0; padding: 14px; background: var(--white); border-radius: 32px; box-shadow: var(--shadow); transform: rotate(1.2deg); }
.portrait-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 22px; }
.portrait-card figcaption { display: flex; justify-content: space-between; align-items: center; gap: 14px; padding: 14px 8px 4px; }
.portrait-card figcaption span { color: var(--muted); font-size: .9rem; }

.section { padding: clamp(76px, 10vw, 132px) 0; }
.section-tinted { background: var(--surface); }
.section-dark { color: var(--white); background: linear-gradient(145deg, #04194c, var(--blue-deep)); }
.section-dark .eyebrow { color: #9db9ff; }
.section-dark h2 { color: var(--white); }
.split { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(38px, 8vw, 112px); }
.prose { font-size: 1.05rem; }
.prose p:first-child { margin-top: 0; }
.prose a { color: var(--blue); font-weight: 750; text-underline-offset: 3px; }
blockquote { margin: 34px 0 0; padding: 22px 26px; border-left: 5px solid var(--blue); background: var(--surface); color: var(--blue-deep); font-size: 1.24rem; font-weight: 800; border-radius: 0 14px 14px 0; }
.section-heading { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 40px; margin-bottom: 38px; }
.section-heading p:last-child { margin: 0 0 8px; color: var(--muted); }

.timeline { margin-top: 46px; border-top: 1px solid var(--line); }
.timeline-item { display: grid; grid-template-columns: 170px 1fr; gap: 38px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.timeline-item .year { color: var(--blue); font-size: 1.05rem; font-weight: 900; }
.timeline-item p { max-width: 800px; margin: 0; color: var(--muted); }

.song-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.song-card { display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 3px 14px; min-height: 145px; padding: 24px; color: var(--ink); border: 1px solid var(--line); border-radius: 20px; text-decoration: none; background: var(--white); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.song-card:hover, .song-card:focus-visible { transform: translateY(-3px); border-color: rgba(7,53,153,.45); box-shadow: 0 18px 45px rgba(7,53,153,.12); }
.track-number { grid-row: 1 / 4; align-self: start; color: var(--blue); font-size: 1.35rem; font-weight: 900; }
.song-card strong { font-size: 1.15rem; line-height: 1.25; }
.song-card small { color: var(--muted); }
.external { margin-top: 8px; color: var(--blue); font-size: .88rem; font-weight: 800; }
.centered { margin: 30px 0 0; text-align: center; }
.text-link { color: var(--blue); font-weight: 850; text-underline-offset: 4px; }

.press-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; margin-top: 42px; }
.press-card { display: flex; flex-direction: column; min-height: 310px; padding: 30px; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; background: rgba(255,255,255,.07); }
.press-card .source { color: #9db9ff; font-size: .82rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.press-card p { color: #d6def2; }
.press-card a { margin-top: auto; color: var(--white); font-weight: 850; text-underline-offset: 4px; }

.values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; }
.value-card span { display: block; margin-bottom: 34px; color: var(--blue); font-weight: 900; }
.value-card p { margin-bottom: 0; color: var(--muted); }

.contact { background: linear-gradient(145deg, #eef3fc, #f9fbff); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: clamp(40px, 8vw, 100px); }
.contact-grid > div:first-child p:last-child { max-width: 620px; color: var(--muted); font-size: 1.08rem; }
.contact-card { display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: var(--shadow); }
.contact-card a, .contact-card div { display: grid; gap: 2px; padding: 21px 24px; border-bottom: 1px solid var(--line); text-decoration: none; }
.contact-card a:hover, .contact-card a:focus-visible { background: var(--surface); }
.contact-card span { color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-card small { padding: 18px 24px; color: var(--muted); }

.sources { padding: 35px 0; border-top: 1px solid var(--line); background: #fbfcff; }
.sources h2 { margin-bottom: 8px; font-size: 1rem; letter-spacing: 0; }
.sources p { margin: 0; color: var(--muted); font-size: .9rem; }

.site-footer { padding: 34px 0; color: #d8e0f4; background: #061538; }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 30px; }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; }
.footer-brand img { width: 46px; height: 46px; border-radius: 9px; }
.footer-links { display: flex; gap: 18px; }
.site-footer a { color: var(--white); text-decoration: none; }
.site-footer a:hover, .site-footer a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.site-footer p { margin: 0; color: #aebbd8; font-size: .88rem; }

.legal-main { padding: clamp(66px, 9vw, 110px) 0; background: var(--surface); }
.legal-layout { display: grid; grid-template-columns: .65fr 1.35fr; align-items: start; gap: clamp(38px, 8vw, 100px); }
.legal-layout h1 { font-size: clamp(3rem, 6vw, 5rem); }
.legal-card { padding: clamp(28px, 5vw, 58px); border: 1px solid var(--line); border-radius: 24px; background: var(--white); box-shadow: 0 20px 55px rgba(7,53,153,.08); }
.legal-card h2 { margin-top: 40px; margin-bottom: 12px; font-size: 1.4rem; letter-spacing: -.02em; }
.legal-card h2:first-child { margin-top: 0; }
.error-page { min-height: 100vh; display: grid; place-items: center; text-align: center; background: var(--surface); }
.error-page img { margin: 0 auto 24px; border-radius: 24px; }
.error-page h1 { font-size: clamp(2.3rem, 7vw, 5rem); }

:focus-visible { outline: 3px solid #f1b900; outline-offset: 4px; }

@media (max-width: 900px) {
  .header-inner { align-items: flex-start; flex-direction: column; padding: 14px 0; }
  nav { justify-content: flex-start; }
  .hero-grid, .split, .section-heading, .contact-grid, .legal-layout { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .portrait-card { max-width: 680px; transform: none; }
  .timeline-item { grid-template-columns: 1fr; gap: 8px; }
  .values-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
}

@media (max-width: 660px) {
  .shell { width: min(calc(100% - 24px), var(--shell)); }
  .site-header { position: static; }
  .brand img { width: 50px; height: 50px; }
  nav { gap: 8px 15px; }
  nav a { font-size: .86rem; }
  .hero { padding-top: 62px; }
  h1 { font-size: clamp(3rem, 18vw, 4.8rem); }
  .song-grid, .press-grid { grid-template-columns: 1fr; }
  .portrait-card figcaption { align-items: flex-start; flex-direction: column; gap: 2px; }
  .press-card { min-height: 280px; }
  .actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
}

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