:root {
  color-scheme: dark;
  --ink: #f4f6f8;
  --muted: #a9b5c0;
  --night: #020914;
  --night-soft: #061525;
  --surface: rgba(8, 26, 42, 0.78);
  --surface-strong: #071929;
  --line: rgba(117, 210, 218, 0.2);
  --aurora: #44d6d8;
  --aurora-deep: #1687a8;
  --gold: #e9b64c;
  --gold-pale: #ffd77a;
  --radius: 1.3rem;
  --max: 1160px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 72% 8%, rgba(18, 157, 166, 0.15), transparent 24rem),
    radial-gradient(circle at 18% 42%, rgba(29, 96, 143, 0.13), transparent 31rem),
    var(--night);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.32;
  background-image: linear-gradient(rgba(255,255,255,0.015) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.012) 1px, transparent 1px);
  background-size: 64px 64px;
}

img { display: block; max-width: 100%; }
a { color: inherit; }

.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: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.7rem 1rem;
  border-radius: 0.5rem;
  background: var(--gold-pale);
  color: #07101a;
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 0.65rem max(1.25rem, calc((100vw - var(--max)) / 2));
  border-bottom: 1px solid rgba(233, 182, 76, 0.13);
  background: rgba(2, 9, 20, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--gold-pale);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-decoration: none;
  text-transform: uppercase;
}

.brand img { border-radius: 50%; box-shadow: 0 0 28px rgba(70, 214, 216, 0.12); }

.site-nav { display: flex; align-items: center; gap: 1.75rem; }
.site-nav a { color: #dce3e8; font-weight: 650; text-decoration: none; }
.site-nav a:not(.nav-cta):hover { color: var(--gold-pale); }

.site-nav .nav-cta {
  padding: 0.65rem 1.05rem;
  border: 1px solid rgba(68, 214, 216, 0.46);
  border-radius: 999px;
  background: rgba(31, 159, 180, 0.14);
  color: #bffcff;
}

.menu-button { display: none; }

main { overflow: clip; }

.hero {
  position: relative;
  min-height: 0;
  display: block;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 18% 0%, rgba(41, 193, 201, 0.12), transparent 30rem),
    linear-gradient(180deg, #020914, #030c18);
}

.hero-image {
  position: relative;
  width: 100%;
  height: clamp(360px, 42vw, 570px);
  object-fit: cover;
  object-position: center 50%;
  border-bottom: 1px solid rgba(233, 182, 76, 0.18);
}

.hero-shade {
  display: none;
}

.hero-content {
  width: min(var(--max), calc(100% - 2.5rem));
  margin-inline: auto;
  padding: clamp(2.8rem, 6vw, 4.8rem) 0 clamp(4rem, 8vw, 6.8rem);
}

.hero-content > * { max-width: 820px; }

.eyebrow {
  margin: 0 0 0.75rem;
  color: #85edf0;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }

h1 {
  margin-bottom: 1.1rem;
  color: var(--gold-pale);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.5rem, 7vw, 6rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.045em;
  text-shadow: 0 0 44px rgba(0, 0, 0, 0.7);
}

h2 {
  margin-bottom: 1rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.3rem, 5vw, 4.25rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

h3 { margin-bottom: 0.85rem; font-size: 1.35rem; }

.lead { margin-bottom: 0.35rem; font-size: clamp(1.15rem, 2.2vw, 1.46rem); }
.lead-en { color: #f0f5f7; font-weight: 700; }
.lead-no { color: #c6d0d8; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 0.85rem; margin-top: 2rem; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.75rem 1.35rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button:hover { transform: translateY(-2px); }
.button:focus-visible, .site-nav a:focus-visible, .social-links a:focus-visible, .brand:focus-visible, .menu-button:focus-visible { outline: 3px solid var(--aurora); outline-offset: 4px; }

.button-primary {
  background: linear-gradient(120deg, #c98b23, var(--gold-pale));
  color: #11100d;
  box-shadow: 0 12px 42px rgba(221, 165, 52, 0.18);
}

.button-secondary { border-color: rgba(218, 229, 237, 0.3); background: rgba(4, 13, 24, 0.55); }
.button-secondary:hover { border-color: var(--aurora); }

.section { width: min(var(--max), calc(100% - 2.5rem)); margin-inline: auto; padding: clamp(5rem, 10vw, 8.75rem) 0; }

.about { border-bottom: 1px solid var(--line); }
.section-heading { max-width: 760px; margin-bottom: 3rem; }

.language-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

.story-card {
  position: relative;
  padding: clamp(1.5rem, 4vw, 2.4rem);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(9, 31, 49, 0.88), rgba(4, 16, 28, 0.72));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.16);
}

.story-card::after {
  content: "";
  position: absolute;
  top: -6rem;
  right: -6rem;
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  background: rgba(68, 214, 216, 0.09);
  filter: blur(8px);
}

.story-card p:last-child { margin-bottom: 0; }
.language-label { color: var(--gold-pale); font-size: 0.8rem; font-weight: 900; letter-spacing: 0.18em; text-transform: uppercase; }

.releases { display: grid; grid-template-columns: minmax(260px, 0.83fr) 1.17fr; align-items: center; gap: clamp(2.5rem, 7vw, 6rem); }

.release-art-wrap { position: relative; }
.release-art-wrap::before {
  content: "";
  position: absolute;
  inset: 9%;
  z-index: -1;
  border-radius: 50%;
  background: rgba(55, 215, 216, 0.2);
  filter: blur(60px);
}

.release-art {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(233, 182, 76, 0.34);
  border-radius: var(--radius);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.release-copy h2 { color: var(--gold-pale); }
.release-intro { color: #dfe7eb; font-size: 1.2rem; }
.bilingual-copy { margin: 1.6rem 0 2rem; padding-left: 1.1rem; border-left: 2px solid var(--aurora-deep); color: var(--muted); }

.follow {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 4rem;
  align-items: center;
  margin-bottom: clamp(4rem, 8vw, 7rem);
  padding: clamp(2rem, 6vw, 4rem);
  border: 1px solid rgba(233, 182, 76, 0.22);
  border-radius: calc(var(--radius) + 0.35rem);
  background:
    linear-gradient(120deg, rgba(13, 54, 70, 0.48), rgba(7, 22, 38, 0.85)),
    radial-gradient(circle at 80% 10%, rgba(68, 214, 216, 0.18), transparent 16rem);
}

.follow p:last-child { margin-bottom: 0; color: var(--muted); }
.social-links { display: grid; gap: 0.65rem; }

.social-links a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 58px;
  padding: 0.8rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.8rem;
  background: rgba(2, 9, 20, 0.42);
  font-weight: 750;
  text-decoration: none;
}

.social-links a:hover { border-color: var(--gold); color: var(--gold-pale); }

.site-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.5rem max(1.25rem, calc((100vw - var(--max)) / 2));
  border-top: 1px solid var(--line);
  background: #01060e;
  color: var(--muted);
}

.footer-brand { display: flex; align-items: center; gap: 1rem; max-width: 630px; }
.footer-brand img { border-radius: 50%; }
.footer-brand p { margin-bottom: 0.15rem; }
.footer-name { color: var(--gold-pale); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; }
.copyright { margin-bottom: 0; white-space: nowrap; }

@media (max-width: 820px) {
  .menu-button {
    display: grid;
    place-content: center;
    gap: 5px;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: rgba(5, 19, 33, 0.8);
    color: white;
  }

  .menu-button span:not(.sr-only) { width: 20px; height: 2px; background: currentColor; }

  .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 1rem;
    display: none;
    width: min(320px, calc(100vw - 2rem));
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 1rem;
    background: rgba(3, 13, 24, 0.98);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
  }

  .site-nav.open { display: grid; gap: 0.5rem; }
  .site-nav a { padding: 0.65rem 0.8rem; }
  .site-nav .nav-cta { text-align: center; }
  .language-grid, .releases, .follow { grid-template-columns: 1fr; }
  .releases { gap: 2.5rem; }
  .release-art { max-width: 540px; margin-inline: auto; }
}

@media (max-width: 560px) {
  .site-header { min-height: 70px; }
  .brand { font-size: 0.83rem; letter-spacing: 0.1em; }
  .brand img { width: 46px; height: 46px; }
  .hero-content { width: min(100% - 2rem, var(--max)); }
  .hero-image { height: 310px; object-position: center 50%; }
  h1 { font-size: clamp(3.2rem, 16vw, 4.7rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .section { width: min(100% - 2rem, var(--max)); }
  .site-footer { align-items: flex-start; flex-direction: column; }
}

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