:root {
  color-scheme: dark;
  --black: #080b0d;
  --black-2: #101719;
  --paper: #f2f0e9;
  --muted: #9eabad;
  --cyan: #25d6c4;
  --coral: #ff695f;
  --gold: #ffc75a;
  --blue: #70aefe;
  --pulse: 0;
  --bass: 0;
  --spark: 0;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body {
  margin: 0;
  overflow-x: hidden;
  background: var(--black);
  color: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p, span { overflow-wrap: anywhere; }
.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;
}

.site-head {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 14px max(22px, calc((100vw - 1360px) / 2));
  border-bottom: 1px solid rgba(242, 240, 233, 0.17);
  background: rgba(8, 11, 13, 0.88);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand img { width: 42px; height: 42px; border-radius: 7px; }
.brand span { display: grid; gap: 1px; }
.brand strong { font-size: 0.94rem; }
.brand small { color: #94a3a7; font-size: 0.63rem; font-weight: 750; }
.site-head > p { margin: 0 auto; color: #8d9a9d; font-size: 0.63rem; font-weight: 850; }
.head-link { color: var(--cyan); font-size: 0.82rem; font-weight: 800; text-decoration: none; }
.head-link:hover, .head-link:focus-visible { color: var(--paper); }

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 112px 28px 48px;
  overflow: hidden;
  isolation: isolate;
}
#signal-canvas,
#closing-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
#signal-canvas { z-index: -2; background: var(--black); }
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(8, 11, 13, 0.28);
  pointer-events: none;
}
.hero-layout {
  width: min(1360px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(500px, 1.04fr);
  grid-template-areas:
    "heading scene"
    "story scene";
  column-gap: 56px;
  align-items: center;
}
.hero-heading { grid-area: heading; align-self: end; position: relative; z-index: 3; }
.hero-story { grid-area: story; align-self: start; position: relative; z-index: 3; }
.eyebrow { margin: 0 0 17px; color: var(--cyan); font-size: 0.7rem; font-weight: 900; }
h1 {
  max-width: 730px;
  margin: 0;
  font-size: 8.2rem;
  line-height: 0.87;
  font-weight: 850;
}
h1 span { color: var(--coral); }
.hero-lead {
  max-width: 690px;
  margin: 28px 0 0;
  color: #e4e9e8;
  font-size: 1.45rem;
  line-height: 1.45;
}
.hero-note { max-width: 620px; margin: 22px 0 0; color: #89979a; font-size: 0.73rem; line-height: 1.55; }

.mookata-scene {
  grid-area: scene;
  position: relative;
  width: min(42rem, 49vw);
  aspect-ratio: 1;
  justify-self: end;
  isolation: isolate;
  transform: translateY(calc(var(--bass) * -6px));
}
.mookata-scene::before,
.mookata-scene::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  pointer-events: none;
}
.mookata-scene::before {
  inset: 14%;
  border: 1px solid rgba(37, 214, 196, 0.24);
  box-shadow: 0 0 68px rgba(37, 214, 196, calc(0.08 + var(--pulse) * 0.18));
}
.mookata-scene::after {
  inset: 25%;
  border: 1px solid rgba(255, 199, 90, 0.22);
}
.presence-ring {
  position: absolute;
  inset: 0;
  --presence-radius: 17rem;
}
.presence-ring::before {
  content: "";
  position: absolute;
  inset: 9%;
  border: 1px dashed rgba(242, 240, 233, 0.18);
  border-radius: 50%;
}
.presence-ring span {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 3.15rem;
  height: 3.15rem;
  display: grid;
  place-items: center;
  border: 1px solid rgba(242, 240, 233, 0.42);
  border-radius: 50%;
  background: #0d1517;
  box-shadow: 0 0 0 7px rgba(8, 11, 13, 0.68);
  color: var(--paper);
  animation: presence-breathe 4.8s ease-in-out infinite;
}
.presence-ring b { font-size: 0.74rem; }
.presence-ring span:nth-child(1) { transform: translate(-50%, -50%) rotate(-90deg) translateX(var(--presence-radius)) rotate(90deg); color: var(--coral); }
.presence-ring span:nth-child(2) { transform: translate(-50%, -50%) rotate(-45deg) translateX(var(--presence-radius)) rotate(45deg); color: var(--cyan); animation-delay: -0.6s; }
.presence-ring span:nth-child(3) { transform: translate(-50%, -50%) rotate(0deg) translateX(var(--presence-radius)); color: var(--gold); animation-delay: -1.2s; }
.presence-ring span:nth-child(4) { transform: translate(-50%, -50%) rotate(45deg) translateX(var(--presence-radius)) rotate(-45deg); color: var(--blue); animation-delay: -1.8s; }
.presence-ring span:nth-child(5) { transform: translate(-50%, -50%) rotate(90deg) translateX(var(--presence-radius)) rotate(-90deg); color: var(--coral); animation-delay: -2.4s; }
.presence-ring span:nth-child(6) { transform: translate(-50%, -50%) rotate(135deg) translateX(var(--presence-radius)) rotate(-135deg); color: var(--cyan); animation-delay: -3s; }
.presence-ring span:nth-child(7) { transform: translate(-50%, -50%) rotate(180deg) translateX(var(--presence-radius)) rotate(-180deg); color: var(--gold); animation-delay: -3.6s; }
.presence-ring span:nth-child(8) { transform: translate(-50%, -50%) rotate(225deg) translateX(var(--presence-radius)) rotate(-225deg); color: var(--blue); animation-delay: -4.2s; }

.mookata-vessel {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 51%;
  width: 17.5rem;
  aspect-ratio: 1;
  transform: translate(-50%, -50%) scale(calc(1 + var(--bass) * 0.035));
  border: 1px solid rgba(242, 240, 233, 0.58);
  border-radius: 50%;
  padding: 13px;
  background: #0a1b2b;
  box-shadow:
    0 0 0 12px rgba(8, 11, 13, 0.72),
    0 0 calc(34px + var(--pulse) * 76px) rgba(37, 214, 196, calc(0.13 + var(--pulse) * 0.32));
}
.mookata-vessel img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
#audio-toggle {
  position: absolute;
  z-index: 7;
  left: 50%;
  bottom: -1.65rem;
  width: 4.1rem;
  height: 4.1rem;
  transform: translateX(-50%);
  border: 1px solid var(--cyan);
  border-radius: 50%;
  background: #10191b;
  color: var(--cyan);
  cursor: pointer;
  box-shadow: 0 0 0 8px rgba(8, 11, 13, 0.84);
}
#audio-toggle:hover,
#audio-toggle:focus-visible {
  border-color: var(--paper);
  color: var(--paper);
  outline: 3px solid rgba(112, 174, 254, 0.75);
  outline-offset: 4px;
}
.play-icon {
  position: absolute;
  left: 1.62rem;
  top: 1.22rem;
  width: 0;
  height: 0;
  border-top: 0.78rem solid transparent;
  border-bottom: 0.78rem solid transparent;
  border-left: 1.12rem solid currentColor;
}
#audio-toggle.is-playing .play-icon {
  left: 1.36rem;
  top: 1.25rem;
  width: 1.28rem;
  height: 1.56rem;
  border: 0;
  border-left: 0.42rem solid currentColor;
  border-right: 0.42rem solid currentColor;
}
.audio-live #audio-toggle { color: var(--coral); border-color: var(--coral); }
.scene-caption {
  position: absolute;
  z-index: 6;
  left: 0;
  right: 0;
  bottom: 1.2rem;
  margin: 0;
  text-align: center;
}
.scene-caption strong,
.scene-caption span { display: block; }
.scene-caption strong { font-size: 0.78rem; }
.scene-caption span { margin-top: 4px; color: #839195; font-size: 0.65rem; font-weight: 800; }

.steam-crown {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 4.3rem;
  width: 13.5rem;
  height: 10rem;
  transform: translateX(-50%);
  pointer-events: none;
}
.steam-crown i {
  position: absolute;
  bottom: 0;
  width: 2.6rem;
  height: 8rem;
  border-left: 2px solid rgba(242, 240, 233, 0.68);
  border-radius: 56% 0 0 42%;
  transform-origin: bottom center;
  animation: steam-rise 3.8s ease-in-out infinite;
}
.steam-crown i:nth-child(1) { left: 2.3rem; transform: rotate(-13deg); color: var(--cyan); }
.steam-crown i:nth-child(2) { left: 5.7rem; height: 9.4rem; border-color: rgba(255, 199, 90, 0.7); animation-delay: -1.2s; }
.steam-crown i:nth-child(3) { right: 1.6rem; height: 7.2rem; transform: rotate(15deg); border-color: rgba(255, 105, 95, 0.7); animation-delay: -2.3s; }
.steam-crown span {
  position: absolute;
  bottom: 0.35rem;
  width: 1.9rem;
  height: 3.6rem;
  border: 1px solid rgba(242, 240, 233, 0.52);
  background: rgba(8, 11, 13, 0.82);
  transform-origin: bottom center;
}
.steam-crown span:nth-of-type(1) { left: 3.8rem; transform: rotate(-24deg); border-color: rgba(37, 214, 196, 0.66); }
.steam-crown span:nth-of-type(2) { left: 5.8rem; height: 4.7rem; transform: rotate(4deg); border-color: rgba(255, 199, 90, 0.72); }
.steam-crown span:nth-of-type(3) { left: 8.2rem; height: 3.2rem; transform: rotate(29deg); border-color: rgba(255, 105, 95, 0.7); }

.team-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.38fr) minmax(0, 1fr);
  border-top: 1px solid #293336;
  border-bottom: 1px solid #293336;
  background: #0c1214;
}
.team-intro { padding: 34px 38px; border-right: 1px solid #293336; }
.team-intro .eyebrow { margin-bottom: 9px; }
.team-intro h2 { font-size: 1.65rem; line-height: 1.1; }
.team-band ul {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}
.team-band li { min-width: 0; padding: 23px 18px; border-right: 1px solid #293336; border-bottom: 1px solid #293336; }
.team-band li:nth-child(4n) { border-right: 0; }
.team-band li:nth-child(n + 5) { border-bottom: 0; }
.team-band strong { display: block; color: var(--gold); font-size: 0.73rem; }
.team-band span { display: block; margin-top: 5px; color: #9ba7a9; font-size: 0.73rem; }

.section-inner { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }
.made-band,
.relationship-band,
.closing-band { padding: 120px 0; }
.made-band { background: var(--paper); color: #11181a; }
.made-band .eyebrow { color: #087e76; }
h2 { max-width: 980px; margin: 0; font-size: 4.6rem; line-height: 1.02; }
.made-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 76px; border-top: 1px solid #acb7b6; }
.made-list article { min-width: 0; padding: 28px 28px 0 0; border-right: 1px solid #acb7b6; }
.made-list article + article { padding-left: 28px; }
.made-list article:last-child { border-right: 0; }
.made-list > article > span { color: #087e76; font-size: 0.75rem; font-weight: 850; }
.made-list h3 { margin: 17px 0 12px; font-size: 1.75rem; }
.made-list p { min-height: 126px; margin: 0; color: #485759; font-size: 1rem; line-height: 1.65; }
.made-list a { display: inline-block; margin-top: 22px; color: #076d68; font-size: 0.82rem; font-weight: 850; text-underline-offset: 5px; }
.made-list .private-note { display: inline-block; margin-top: 22px; color: #076d68; font-size: 0.82rem; font-weight: 850; }

.relationship-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: 90px;
  align-items: center;
  padding-left: max(22px, calc((100vw - 1180px) / 2));
  padding-right: max(22px, calc((100vw - 1180px) / 2));
  background: #1b1714;
}
.relationship-copy h2 { max-width: 900px; }
.relationship-copy > p:not(.eyebrow) { max-width: 800px; margin: 24px 0 0; color: #d2cac4; font-size: 1.08rem; line-height: 1.72; }
.exchange-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  max-width: 900px;
  margin-top: 38px;
  border-top: 1px solid #795c45;
  border-bottom: 1px solid #795c45;
}
.exchange-grid article { min-width: 0; padding: 24px 28px 26px 0; }
.exchange-grid article + article { padding-left: 28px; border-left: 1px solid #795c45; }
.exchange-grid h3 { margin: 0 0 12px; color: var(--gold); font-size: 0.78rem; text-transform: uppercase; }
.exchange-grid p { margin: 0; color: #d2cac4; font-size: 0.96rem; line-height: 1.65; }
.relationship-copy > .funding-note { max-width: 900px; color: #a99f98; font-size: 0.94rem; }
.relationship-mark {
  min-height: 24rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.9rem;
  padding: 2.5rem;
  border-bottom: 1px solid #795c45;
}
.relationship-mark i {
  position: relative;
  display: block;
  width: 2.1rem;
  border: 1px solid #8a684d;
  background: #201915;
  transform-origin: bottom center;
}
.relationship-mark i::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -0.42rem;
  width: 0.7rem;
  height: 0.7rem;
  transform: translateX(-50%) rotate(45deg);
  background: var(--coral);
}
.relationship-mark i:nth-child(1) { height: 7rem; transform: rotate(-12deg); }
.relationship-mark i:nth-child(2) { height: 11rem; transform: rotate(-6deg); }
.relationship-mark i:nth-child(3) { height: 16rem; border-color: var(--gold); }
.relationship-mark i:nth-child(4) { height: 13rem; transform: rotate(5deg); }
.relationship-mark i:nth-child(5) { height: 9rem; transform: rotate(10deg); }
.relationship-mark i:nth-child(6) { height: 5rem; transform: rotate(15deg); }
.request-links { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.request-links a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  border: 1px solid #79583f;
  border-radius: 5px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}
.request-links a:hover,
.request-links a:focus-visible { border-color: var(--paper); color: var(--paper); outline: 0; }

.closing-band {
  position: relative;
  min-height: 74svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--black);
}
#closing-canvas { opacity: 0.7; }
.closing-band .section-inner { position: relative; z-index: 2; }
.closing-band h2 { max-width: 1100px; font-size: 7.5rem; line-height: 0.9; }
.closing-band h2 span { color: var(--cyan); }
.closing-band p:last-child { max-width: 760px; margin: 28px 0 0; color: #8b999c; font-size: 0.88rem; }

footer {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
  gap: 34px;
  padding: 34px max(22px, calc((100vw - 1360px) / 2));
  border-top: 1px solid #2b3436;
  background: var(--black);
}
footer div { display: grid; gap: 4px; }
footer strong { font-size: 0.75rem; }
footer span,
footer p { color: #788689; font-size: 0.69rem; line-height: 1.5; }
footer p { max-width: 760px; margin: 0; }
footer a { color: #9ba8aa; text-underline-offset: 3px; }

@keyframes steam-rise {
  0%, 100% { opacity: 0.35; translate: 0 8px; }
  45% { opacity: 0.9; translate: 4px -5px; }
  70% { opacity: 0.58; translate: -3px -10px; }
}
@keyframes presence-breathe {
  0%, 100% { box-shadow: 0 0 0 7px rgba(8, 11, 13, 0.68); }
  50% { box-shadow: 0 0 0 10px rgba(8, 11, 13, 0.48), 0 0 22px rgba(37, 214, 196, 0.16); }
}

@media (max-width: 1120px) {
  .hero-layout { grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr); column-gap: 24px; }
  h1 { font-size: 6.4rem; }
  .hero-lead { font-size: 1.2rem; }
  .mookata-scene { width: min(37rem, 51vw); }
  .presence-ring { --presence-radius: 14.8rem; }
  .mookata-vessel { width: 15rem; }
  .steam-crown { top: 3.4rem; transform: translateX(-50%) scale(0.86); }
  h2 { font-size: 3.7rem; }
  .closing-band h2 { font-size: 5.8rem; }
}

@media (max-width: 820px) {
  .site-head > p { display: none; }
  .head-link { margin-left: auto; }
  .hero { min-height: auto; padding: 98px 20px 54px; }
  .hero-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "heading"
      "scene"
      "story";
    gap: 18px;
  }
  .hero-heading { align-self: auto; }
  h1 { font-size: 5rem; }
  .mookata-scene { width: min(39rem, 92vw); justify-self: center; }
  .hero-story { margin-top: -16px; }
  .hero-lead { max-width: 720px; margin-top: 0; }
  .hero-note { max-width: 720px; }
  .team-band { grid-template-columns: 1fr; }
  .team-intro { border-right: 0; border-bottom: 1px solid #293336; }
  .team-band ul { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .made-list { grid-template-columns: 1fr; }
  .made-list article,
  .made-list article + article { padding: 25px 0; border-right: 0; border-bottom: 1px solid #acb7b6; }
  .made-list article:last-child { border-bottom: 0; }
  .made-list p { min-height: 0; }
  .relationship-band { grid-template-columns: 1fr; gap: 52px; }
  .relationship-mark { min-height: 16rem; }
  .relationship-mark i:nth-child(3) { height: 12rem; }
  .exchange-grid { grid-template-columns: 1fr; }
  .exchange-grid article { padding: 22px 0; }
  .exchange-grid article + article { padding-left: 0; border-top: 1px solid #795c45; border-left: 0; }
  .closing-band h2 { font-size: 4.8rem; }
  footer { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .site-head { min-height: 65px; padding: 10px 16px; }
  .brand img { width: 38px; height: 38px; }
  .brand small { display: none; }
  .head-link { font-size: 0.7rem; }
  .hero { padding: 89px 16px 26px; }
  h1 { font-size: 3.8rem; }
  .hero-lead { font-size: 0.98rem; line-height: 1.38; }
  .hero-note { margin-top: 12px; font-size: 0.65rem; }
  .mookata-scene { width: min(100%, 23rem); margin-left: 0; }
  .presence-ring { --presence-radius: 9.9rem; }
  .presence-ring span { width: 2.55rem; height: 2.55rem; box-shadow: 0 0 0 5px rgba(8, 11, 13, 0.72); }
  .presence-ring b { font-size: 0.62rem; }
  .mookata-vessel { width: 12.2rem; padding: 10px; }
  #audio-toggle { width: 3.6rem; height: 3.6rem; bottom: -1.45rem; }
  .play-icon { left: 1.44rem; top: 1.08rem; border-top-width: 0.68rem; border-bottom-width: 0.68rem; border-left-width: 1rem; }
  #audio-toggle.is-playing .play-icon { left: 1.2rem; top: 1.05rem; width: 1.18rem; height: 1.45rem; }
  .steam-crown { top: 1.9rem; transform: translateX(-50%) scale(0.66); }
  .scene-caption { bottom: 0.2rem; }
  .team-band ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .team-band li:nth-child(2n) { border-right: 0; }
  .team-band li:nth-child(n + 5) { border-bottom: 1px solid #293336; }
  .team-band li:nth-child(n + 7) { border-bottom: 0; }
  .made-band,
  .relationship-band,
  .closing-band { padding-top: 80px; padding-bottom: 80px; }
  .section-inner { width: min(100% - 32px, 1180px); }
  h2 { font-size: 2.8rem; }
  .made-list { margin-top: 52px; }
  .relationship-band { padding-left: 16px; padding-right: 16px; }
  .relationship-mark { min-height: 13rem; padding: 1.6rem; gap: 0.55rem; }
  .relationship-mark i { width: 1.5rem; }
  .relationship-mark i:nth-child(3) { height: 10rem; }
  .closing-band { min-height: 68svh; }
  .closing-band h2 { font-size: 3.7rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .steam-crown i,
  .presence-ring span { animation: none; }
  .mookata-scene,
  .mookata-vessel { transform: none; }
  .mookata-scene { justify-self: center; }
  .mookata-vessel { transform: translate(-50%, -50%); }
}
