:root {
  --ink: #0b0b0f;
  --paper: #f4f0e8;
  --paper-2: #e9e2d7;
  --line: rgba(11, 11, 15, 0.16);
  --muted: #6a665f;
  --light-muted: rgba(255,255,255,.66);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.5;
}
a { color: inherit; }
img, iframe { max-width: 100%; }
.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  transform: translateY(-180%);
  z-index: 100;
  background: #fff;
  padding: .75rem 1rem;
  border-radius: 999px;
}
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.25rem clamp(1.25rem, 4vw, 4rem);
  color: #fff;
  mix-blend-mode: difference;
}
.wordmark {
  text-decoration: none;
  font-weight: 800;
  letter-spacing: .28em;
  font-size: .92rem;
}
.site-nav { display: flex; gap: 1.4rem; }
.site-nav a {
  text-decoration: none;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

.section-dark { background: var(--ink); color: white; }
.hero {
  min-height: 100svh;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  padding: 7rem 1.5rem 4rem;
}
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  opacity: .65;
}
.hero::before {
  width: min(76vw, 820px);
  height: min(76vw, 820px);
  border: 1px solid rgba(255,255,255,.18);
}
.hero::after {
  width: min(54vw, 580px);
  height: min(54vw, 580px);
  border: 1px solid rgba(255,255,255,.09);
}
.hero-orbit {
  position: absolute;
  width: min(36vw, 410px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255,255,255,.26), transparent 23%),
    radial-gradient(circle at 65% 68%, rgba(255,255,255,.08), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.015));
  box-shadow: inset 0 0 80px rgba(255,255,255,.06), 0 0 120px rgba(255,255,255,.03);
}
.hero-copy {
  position: relative;
  z-index: 2;
  width: min(960px, 100%);
  text-align: center;
}
.eyebrow, .label {
  margin: 0 0 1rem;
  font-size: .72rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: 700;
}
.hero h1 {
  margin: 0;
  font-size: clamp(5rem, 17vw, 13.5rem);
  line-height: .82;
  letter-spacing: -.065em;
  font-weight: 800;
}
.hero-line {
  max-width: 560px;
  margin: 2rem auto 0;
  color: var(--light-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 2.3vw, 1.65rem);
}
.hero-actions {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: .75rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .78rem 1.2rem;
  border: 1px solid currentColor;
  text-decoration: none;
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  transition: transform .2s ease, opacity .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { background: currentColor; color: var(--ink); }
.button-primary[href^="mailto"] { color: #fff; background: var(--ink); }
.button-ghost { color: #fff; }
.scroll-note {
  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  font-size: .66rem;
  letter-spacing: .16em;
  color: rgba(255,255,255,.45);
}

.section {
  padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 5vw, 5rem);
}
.section-light { background: var(--paper); }
.section-head, .release-grid, .story-copy, .project-title, .project-grid, .contact-copy, .contact-links {
  width: min(var(--max), 100%);
  margin-inline: auto;
}
.section-head { margin-bottom: 3rem; }
.section-head h2,
.story-copy h2,
.contact-copy h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 7vw, 6.5rem);
  line-height: .95;
  font-weight: 500;
  letter-spacing: -.04em;
}
.section-head p:last-child { max-width: 620px; color: var(--muted); }
.release-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: start;
}
.release-card {
  display: grid;
  grid-template-columns: minmax(170px, .85fr) 1fr;
  gap: 1.5rem;
  align-items: end;
}
.release-art {
  aspect-ratio: 1;
  border-radius: 2px;
  background:
    radial-gradient(circle at 30% 30%, rgba(244,240,232,.9), transparent 19%),
    radial-gradient(circle at 64% 50%, rgba(255,255,255,.18), transparent 35%),
    linear-gradient(135deg, #14151d 0 48%, #353740 48% 64%, #a8a099 64% 100%);
  box-shadow: 0 22px 60px rgba(11,11,15,.13);
}
.release-copy h3 { margin: 0 0 .25rem; font-size: 1.8rem; }
.release-copy p { margin: .2rem 0; color: var(--muted); }
.release-copy .release-type { font-size: .68rem; letter-spacing: .16em; }
.text-link { display: inline-block; margin-top: 1.25rem; font-weight: 700; }
.player-frame iframe { border-radius: 12px; display: block; }

.section-story {
  background: var(--paper-2);
  display: grid;
  grid-template-columns: minmax(100px, .35fr) 1fr;
  gap: 2rem;
  align-items: start;
}
.story-index {
  width: min(var(--max), 100%);
  margin-left: auto;
  font-size: clamp(5rem, 14vw, 12rem);
  font-weight: 800;
  line-height: .8;
  color: rgba(11,11,15,.08);
}
.story-copy p { max-width: 720px; font-size: 1.1rem; }
.story-copy blockquote {
  max-width: 760px;
  margin: 3rem 0 0;
  padding: 2rem 0 0;
  border-top: 1px solid var(--line);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.22;
}

.section-project { position: relative; overflow: hidden; }
.section-project::after {
  content: "";
  position: absolute;
  right: -16vw;
  top: 7rem;
  width: 55vw;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.12);
}
.project-kicker,
.project-title,
.project-grid {
  position: relative;
  z-index: 1;
}
.project-kicker {
  width: min(var(--max), 100%);
  margin: 0 auto 6rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--light-muted);
  font-size: .68rem;
  letter-spacing: .15em;
}
.project-title h2 {
  margin: 0;
  font-size: clamp(4rem, 12vw, 10.5rem);
  line-height: .82;
  letter-spacing: -.065em;
}
.project-grid {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
}
.project-grid > div {
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,.16);
}
.project-grid p:last-child { color: var(--light-muted); }

.manifesto {
  padding: clamp(6rem, 14vw, 12rem) clamp(1.25rem, 5vw, 5rem);
  text-align: center;
}
.manifesto-small { font-size: .7rem; letter-spacing: .2em; }
.manifesto-line {
  margin: 1rem auto;
  max-width: 1050px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 6vw, 5.6rem);
  line-height: 1;
}
.manifesto-line-muted { color: #9c968e; }

.contact-section {
  background: #d9d1c5;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  gap: 4rem;
}
.contact-copy { margin: 0 0 0 auto; }
.contact-copy p { max-width: 560px; }
.contact-copy .button { margin-top: 1.2rem; }
.contact-links {
  margin: auto 0 0;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
}
.contact-links a {
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
  font-weight: 700;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem clamp(1.25rem, 5vw, 5rem);
  background: var(--ink);
  color: rgba(255,255,255,.58);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* Reiea Journal */
.journal-page {
  background: var(--paper);
  min-height: 100vh;
}
.journal-page .site-header {
  color: #fff;
  mix-blend-mode: difference;
}
.journal-nav { display: flex; }
.journal-shell,
.article-shell {
  width: min(980px, calc(100% - 2.5rem));
  margin: 0 auto;
}
.journal-shell { padding: 9rem 0 7rem; }
.journal-hero {
  padding: clamp(3rem, 7vw, 6rem) 0 clamp(4rem, 8vw, 7rem);
  border-bottom: 1px solid var(--line);
}
.journal-hero h1,
.article-header h1 {
  margin: 0;
  max-width: 900px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: .94;
  font-weight: 500;
  letter-spacing: -.045em;
}
.journal-hero > p:last-child {
  max-width: 680px;
  margin-top: 1.75rem;
  color: var(--muted);
  font-size: 1.12rem;
}
.journal-list { display: grid; }
.journal-card {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  column-gap: 2rem;
  padding: 2.5rem 0;
  border-bottom: 1px solid var(--line);
}
.journal-card .journal-date {
  grid-row: 1 / span 3;
  margin: .35rem 0 0;
  color: var(--muted);
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.journal-card h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -.03em;
}
.journal-card h2 a { text-decoration: none; }
.journal-card > p:not(.journal-date) {
  max-width: 700px;
  margin: 1rem 0 0;
  color: var(--muted);
}
.journal-card .text-link { margin-top: 1rem; }
.journal-empty {
  padding: 4rem 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
}
.article-shell { padding: 10rem 0 8rem; }
.article-header {
  padding-bottom: clamp(3rem, 7vw, 6rem);
  border-bottom: 1px solid var(--line);
}
.article-deck {
  max-width: 720px;
  margin: 2rem 0 0;
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
}
.article-body {
  width: min(720px, 100%);
  margin: clamp(3rem, 7vw, 6rem) auto 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.1rem, 2vw, 1.28rem);
  line-height: 1.75;
}
.article-body p { margin: 0 0 1.5rem; }
.article-body h2,
.article-body h3,
.article-body h4 {
  margin: 3rem 0 1rem;
  line-height: 1.1;
  letter-spacing: -.025em;
}
.article-body h2 { font-size: clamp(2rem, 4vw, 3rem); }
.article-body h3 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
.article-body blockquote {
  margin: 2.5rem 0;
  padding: 0 0 0 1.5rem;
  border-left: 2px solid var(--ink);
  font-size: 1.25em;
  line-height: 1.5;
}
.article-body li { margin: .45rem 0; }
.article-body a { text-underline-offset: .16em; }
.article-footer {
  width: min(720px, 100%);
  margin: 4rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

@media (max-width: 820px) {
  .menu-toggle { display: block; cursor: pointer; }
  .site-nav {
    position: absolute;
    top: 100%;
    left: 1.25rem;
    right: 1.25rem;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: .75rem 1rem;
    background: #fff;
    color: #111;
    mix-blend-mode: normal;
  }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: .75rem 0; border-bottom: 1px solid rgba(0,0,0,.08); }
  .hero-orbit { width: 64vw; }
  .release-grid,
  .section-story,
  .project-grid,
  .contact-section { grid-template-columns: 1fr; }
  .release-card { grid-template-columns: 1fr; align-items: start; }
  .release-art { max-width: 440px; }
  .story-index { margin: 0; }
  .project-kicker { margin-bottom: 4rem; flex-direction: column; }
  .contact-copy, .contact-links { margin-inline: 0; }
  .journal-page .journal-nav {
    position: static;
    display: flex;
    flex-direction: row;
    padding: 0;
    background: transparent;
    color: inherit;
  }
  .journal-page .journal-nav a { border: 0; padding: 0; }
  .journal-card { grid-template-columns: 1fr; }
  .journal-card .journal-date { grid-row: auto; margin-bottom: .8rem; }
}

@media (max-width: 620px) {
  .journal-page .journal-nav a:nth-child(n+3) { display: none; }
  .journal-page .journal-nav { gap: 1rem; }
}

@media (max-width: 520px) {
  .site-header { padding: 1rem 1.1rem; }
  .hero h1 { font-size: clamp(4.4rem, 25vw, 7rem); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .site-footer { flex-direction: column; }
  .journal-shell,
  .article-shell { width: min(100% - 2rem, 980px); }
}
