:root {
  color-scheme: light;
  --ink: #082947;
  --muted: #596673;
  --cream: #faf6f0;
  --paper: #fffdf9;
  --brand-gold: #b18a43;
  --coral: #e9a19b;
  --coral-dark: #876629;
  --aqua: #94cec5;
  --yellow: #f2d486;
  --lavender: #b9add9;
  --peach: #efbd91;
  --rose: #e8a3ba;
  --line: #ddd4c7;
  --shadow: 0 24px 70px rgb(37 48 68 / 12%);
  --radius: 1.5rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.shell { width: min(100% - 2rem, 72rem); margin-inline: auto; }
.narrow { max-width: 49rem; text-align: center; }
.skip-link {
  position: fixed; z-index: 99; top: .75rem; left: .75rem; padding: .7rem 1rem;
  transform: translateY(-160%); border-radius: .5rem; color: white; background: var(--ink);
}
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--ink); outline-offset: 4px; }

.site-header {
  position: absolute; z-index: 10; inset: 0 0 auto; padding-top: env(safe-area-inset-top);
}
.header-inner { display: flex; align-items: flex-start; justify-content: space-between; min-height: 7rem; gap: 1rem; }
.brand { flex: 0 0 6.75rem; margin-top: .35rem; }
.brand img { width: 100%; height: auto; }
nav { display: flex; align-items: center; gap: clamp(.65rem, 2.5vw, 1.8rem); padding-top: 1.65rem; }
nav a { font-weight: 700; font-size: .88rem; text-decoration: none; text-underline-offset: .3rem; }
nav a:hover { text-decoration: underline; }

.hero {
  position: relative; min-height: min(51rem, 100svh); overflow: hidden; padding: 8rem 0 7rem;
  background: radial-gradient(circle at 80% 12%, rgb(255 255 255 / 82%), transparent 24%), var(--cream);
}
.hero-grid { display: grid; align-items: center; gap: 2rem; min-height: 34rem; }
.hero-copy { position: relative; z-index: 2; max-width: 42rem; }
.eyebrow { margin: 0 0 .65rem; color: var(--brand-gold); font-size: .78rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
h1, h2 {
  margin: 0;
  color: var(--ink);
  font-family: Didot, "Bodoni 72", "Bodoni MT", Georgia, serif;
  font-weight: 500;
  line-height: .98;
  letter-spacing: .015em;
  text-wrap: balance;
}
h1 { font-size: clamp(3.45rem, 15vw, 6.55rem); }
h2 { font-size: clamp(2.25rem, 7.5vw, 4rem); }
.tagline { margin: .85rem 0 1rem; color: var(--brand-gold); font-size: clamp(1.45rem, 5vw, 2.3rem); font-weight: 650; letter-spacing: .01em; }
.intro { max-width: 38rem; margin: 0; color: var(--muted); font-size: clamp(1.05rem, 2.5vw, 1.25rem); }
.actions, .platform-list { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.8rem; }
.button {
  display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; padding: .72rem 1.25rem;
  border: 2px solid var(--ink); border-radius: 999px; font-weight: 800; text-align: center; text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 8px 0 rgb(37 48 68 / 12%); }
.button-primary { border-color: var(--brand-gold); color: white; background: var(--brand-gold); }
.button-primary:hover { border-color: var(--coral-dark); background: var(--coral-dark); }
.button-secondary { background: rgb(255 255 255 / 62%); }

.hero-art { position: relative; width: min(76vw, 25rem); aspect-ratio: 1; margin: -1rem auto 0; }
.sun { position: absolute; inset: 6% 10% auto auto; width: 31%; aspect-ratio: 1; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 1rem rgb(242 212 134 / 24%); }
.rainbow { position: absolute; right: 2%; bottom: 3%; width: 78%; aspect-ratio: 1.4; overflow: hidden; transform: rotate(-8deg); }
.rainbow i { position: absolute; inset: 0; border: 1.4rem solid var(--rose); border-bottom: 0; border-radius: 50% 50% 0 0; }
.rainbow i:nth-child(2) { inset: 1.4rem; border-color: var(--peach); }
.rainbow i:nth-child(3) { inset: 2.8rem; border-color: var(--aqua); }
.note, .heart { position: absolute; z-index: 1; font-weight: 900; line-height: 1; }
.note-one { top: 10%; left: 12%; color: var(--aqua); font-size: 4.5rem; transform: rotate(-12deg); }
.note-two { top: 37%; right: 3%; color: var(--lavender); font-size: 4rem; transform: rotate(11deg); }
.heart { bottom: 20%; left: 5%; color: var(--rose); font-size: 3rem; transform: rotate(-9deg); }
.wave { position: absolute; right: -5%; bottom: -5rem; left: -5%; height: 8rem; border-radius: 50% 50% 0 0; background: var(--paper); }

.section { padding: clamp(5rem, 10vw, 8rem) 0; scroll-margin-top: 1rem; }
.release { background: var(--paper); }
.release-grid { display: grid; gap: 2.25rem; align-items: center; }
.cover { width: min(100%, 34rem); aspect-ratio: 1; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.release-copy .byline { margin: .6rem 0 1rem; color: var(--coral-dark); font-weight: 800; }
.release-copy > p:not(.byline) { color: var(--muted); }
.about { background: #f2eee8; }
.large-copy { margin: 1.5rem 0 0; color: var(--muted); font-size: clamp(1.15rem, 3vw, 1.55rem); }
.platforms { background: var(--paper); }
.platform-list { justify-content: center; }
.contact { padding-top: 4rem; background: var(--paper); }
.contact-card {
  display: grid; gap: 1.5rem; padding: clamp(1.5rem, 5vw, 3.5rem); border: 1px solid var(--line);
  border-radius: var(--radius); background: white; box-shadow: var(--shadow);
}
.contact-card h2 { font-size: clamp(2rem, 6vw, 3.5rem); }
.contact-card p:not(.eyebrow) { margin: .55rem 0 0; color: var(--muted); }
.email { overflow-wrap: anywhere; color: var(--brand-gold); font-size: clamp(1.08rem, 4vw, 1.45rem); font-weight: 800; text-underline-offset: .25rem; }
footer { padding: 2.5rem 0 calc(2.5rem + env(safe-area-inset-bottom)); color: var(--muted); font-size: .87rem; }
.footer-inner { display: grid; gap: .35rem; }
.footer-inner p { margin: 0; }

@media (min-width: 48rem) {
  .shell { width: min(100% - 4rem, 72rem); }
  nav a { font-size: .95rem; }
  .hero-grid { grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr); }
  .hero-art { width: min(37vw, 27rem); }
  .release-grid { grid-template-columns: minmax(18rem, .9fr) minmax(18rem, 1.1fr); gap: clamp(3rem, 7vw, 6rem); }
  .contact-card { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }
  .footer-inner { grid-template-columns: 1fr auto; align-items: center; }
  .footer-inner p:last-child { text-align: right; }
}

@media (max-width: 25rem) {
  .header-inner { align-items: flex-start; padding-top: .9rem; }
  .brand { flex-basis: 5rem; }
  nav { gap: .55rem; padding-top: 1.25rem; }
  nav a { font-size: .75rem; }
  .hero { padding-top: 7rem; }
  .actions .button { width: 100%; }
}

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