:root {
  color-scheme: dark;
  --ink: #eef8ef;
  --muted: #a4b6ad;
  --night: #040907;
  --deep: #07130f;
  --panel: rgba(8, 21, 17, .78);
  --line: rgba(198, 233, 214, .16);
  --mint: #8df8ba;
  --water: #75e6d8;
  --earth: #d2a867;
  --violet: #c0a9ff;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--night); }
body { min-width: 320px; margin: 0; color: var(--ink); background: var(--night); font: 400 1rem/1.6 var(--sans); }
a { color: inherit; }
button { color: inherit; font: inherit; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .8rem 1rem; color: #06130d; background: var(--mint); }
.skip-link:focus { top: 1rem; }

.living-field { position: fixed; inset: 0; overflow: hidden; z-index: 0; pointer-events: none; background: radial-gradient(circle at 50% 28%, rgba(33,116,83,.2), transparent 28rem), linear-gradient(160deg, #040907, #07100d 54%, #070914); }
.living-field::after { content: ""; position: absolute; inset: 0; opacity: .12; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.2'/%3E%3C/svg%3E"); }
.current, .root, .breath { position: absolute; display: block; }
.current { width: 115vw; height: 36vh; left: -8vw; border: 1px solid rgba(117,230,216,.11); border-radius: 48% 52% 35% 65%; filter: drop-shadow(0 0 30px rgba(65,193,169,.07)); }
.current-one { top: 16%; transform: rotate(-7deg); }
.current-two { top: 66%; transform: rotate(9deg); border-color: rgba(141,248,186,.08); }
.root { width: 48vw; height: 72vh; border: 1px solid rgba(210,168,103,.1); border-left: 0; border-radius: 0 68% 38% 0; transform: rotate(var(--root-angle)); }
.root-one { --root-angle: -12deg; left: -8vw; bottom: -18vh; }
.root-two { --root-angle: 156deg; right: -11vw; top: -22vh; }
.breath { width: 28rem; aspect-ratio: 1; border: 1px solid rgba(192,169,255,.1); border-radius: 50%; box-shadow: 0 0 0 5rem rgba(192,169,255,.018), 0 0 0 10rem rgba(117,230,216,.012); }
.breath-one { right: -8rem; top: 22%; }
.breath-two { left: -12rem; bottom: 10%; width: 22rem; }

.topbar, main, footer { position: relative; z-index: 1; }
.topbar { max-width: 1440px; height: 82px; margin: auto; padding: 0 clamp(1.2rem, 4vw, 4.5rem); display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; border-bottom: 1px solid var(--line); background: rgba(4,9,7,.6); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(141,248,186,.43); border-radius: 50%; color: var(--mint); font-family: var(--serif); box-shadow: 0 0 24px rgba(141,248,186,.13); }
.brand strong, .brand small { display: block; }
.brand strong { font: 400 1.1rem var(--serif); }
.brand small { margin-top: .1rem; color: var(--muted); font-size: .75rem; letter-spacing: .17em; }
nav { display: flex; gap: 1.25rem; }
nav a { color: #c4d3cc; font-size: .82rem; text-decoration: none; border-bottom: 1px solid transparent; }
nav a:hover, nav a:focus-visible { color: var(--mint); border-color: rgba(141,248,186,.45); }

.hero { max-width: 1440px; min-height: 760px; margin: auto; padding: clamp(4.5rem, 8vw, 7rem) clamp(1.2rem, 6vw, 6.5rem); display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .84fr); gap: clamp(3rem, 7vw, 7rem); align-items: center; border-bottom: 1px solid var(--line); }
.eyebrow { margin: 0 0 1rem; color: var(--mint); font-size: .75rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.6rem; font: 400 clamp(4rem, 8.6vw, 8.5rem)/.82 var(--serif); letter-spacing: -.06em; }
h1 em { color: var(--violet); font-weight: 400; }
.standfirst { max-width: 740px; color: #c2d2ca; font: 400 clamp(1.12rem, 1.65vw, 1.4rem)/1.55 var(--serif); }
.values { display: flex; flex-wrap: wrap; gap: .5rem; margin: 2rem 0; }
.values span { padding: .45rem .62rem; border: 1px solid rgba(141,248,186,.24); color: #c5edd4; font-size: .76rem; letter-spacing: .09em; text-transform: uppercase; background: rgba(7,29,21,.48); }
.release-facts { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; margin: 0; background: var(--line); border: 1px solid var(--line); }
.release-facts div { min-width: 0; padding: .85rem; background: rgba(5,13,10,.88); }
.release-facts dt { color: #758b80; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; }
.release-facts dd { margin: .25rem 0 0; color: #dce9e1; font-size: .92rem; }

.player-shell { position: relative; min-height: 440px; border: 1px solid rgba(192,169,255,.25); background: rgba(6,12,11,.78); box-shadow: 0 30px 100px rgba(0,0,0,.3); overflow: hidden; }
.player-art { min-height: 440px; padding: 2rem; display: grid; align-content: center; justify-items: center; text-align: center; background: radial-gradient(circle at 50% 46%, rgba(109,225,171,.15), transparent 9rem), linear-gradient(145deg, rgba(14,33,27,.88), rgba(14,10,27,.88)); }
.player-art > p:first-of-type { margin: 1.5rem 0 .8rem; color: #c8b8f4; font-size: .78rem; letter-spacing: .22em; }
.player-orbit { position: relative; width: 210px; height: 210px; border: 1px solid rgba(117,230,216,.24); border-radius: 50%; }
.player-orbit::before, .player-orbit::after { content: ""; position: absolute; inset: 18%; border: 1px solid rgba(141,248,186,.3); border-radius: 50% 45% 54% 46%; transform: rotate(32deg); }
.player-orbit::after { inset: 37%; background: radial-gradient(circle at 35% 28%, #9affc1, #1a4e3b 48%, #07100d 73%); box-shadow: 0 0 42px rgba(141,248,186,.27); border: 0; }
.player-orbit i { position: absolute; left: 50%; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: var(--water); box-shadow: 0 0 12px var(--water); }
.player-orbit i:nth-child(1) { transform: translate(93px,-3px); }
.player-orbit i:nth-child(2) { transform: translate(-88px,44px); }
.player-orbit i:nth-child(3) { transform: translate(7px,-102px); background: var(--violet); }
.play-button { padding: .9rem 1.1rem; border: 0; color: #05120c; background: var(--mint); font-weight: 750; cursor: pointer; }
.play-button span { margin-right: .45rem; }
.play-button:hover, .play-button:focus-visible { box-shadow: 0 0 0 4px rgba(141,248,186,.17); }
.privacy-note { max-width: 420px; margin: .9rem 0 0; color: #81978c; font-size: .82rem; line-height: 1.5; }
.player-live { min-height: 440px; }
.frame-wrap { aspect-ratio: 16 / 9; width: 100%; background: #000; }
.frame-wrap iframe { display: block; width: 100%; height: 100%; border: 0; }
.remove-player { margin: 1rem; padding: .7rem .85rem; border: 1px solid rgba(141,248,186,.3); color: var(--mint); background: transparent; cursor: pointer; }
.remove-player:hover, .remove-player:focus-visible { background: rgba(141,248,186,.08); }
.noscript-note { padding: 1rem; }

.acknowledgement, .signal-section, .analysis, .community, .boundaries, .sources { max-width: 1320px; margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) clamp(1.2rem, 4vw, 4rem); }
.acknowledgement { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(2rem, 6vw, 6rem); border-bottom: 1px solid var(--line); }
.acknowledgement h2, .section-intro h2, .community h2, .sources h2 { margin: 0; font: 400 clamp(2.5rem, 5vw, 4.8rem)/.96 var(--serif); letter-spacing: -.045em; }
blockquote { margin: 0; padding: 0 0 0 1.5rem; border-left: 2px solid var(--earth); color: #d8e5dd; font: 400 clamp(1.16rem, 2vw, 1.55rem)/1.6 var(--serif); }
blockquote p { margin-bottom: 1.2rem; }
blockquote cite { display: block; color: #9db0a6; font: normal .76rem/1.4 var(--sans); letter-spacing: .1em; text-transform: uppercase; }
.ack-boundary { grid-column: 1 / -1; margin: 0; padding: 1rem; border: 1px solid rgba(210,168,103,.25); color: #aebfb6; background: rgba(210,168,103,.04); }
.ack-boundary strong { color: var(--earth); }

.signal-section { border-bottom: 1px solid var(--line); }
.section-intro { max-width: 820px; }
.section-intro > p:not(.eyebrow) { color: var(--muted); font-size: 1.05rem; }
.signal-layout { margin-top: 3rem; display: grid; grid-template-columns: minmax(520px, 1.1fr) minmax(300px, .7fr); gap: 2rem; align-items: stretch; }
.signal-map { position: relative; min-height: 620px; border: 1px solid var(--line); background: radial-gradient(circle at 50% 50%, rgba(141,248,186,.12), transparent 16%), repeating-radial-gradient(circle at 50% 50%, transparent 0 69px, rgba(117,230,216,.055) 70px 71px), rgba(5,14,11,.72); overflow: hidden; }
.signal-lines { position: absolute; inset: 0; background: linear-gradient(30deg, transparent 49.8%, rgba(141,248,186,.1) 50%, transparent 50.2%), linear-gradient(90deg, transparent 49.8%, rgba(117,230,216,.08) 50%, transparent 50.2%), linear-gradient(150deg, transparent 49.8%, rgba(192,169,255,.09) 50%, transparent 50.2%); }
.signal-core { position: absolute; left: 50%; top: 50%; width: 146px; height: 146px; transform: translate(-50%,-50%); display: grid; place-items: center; align-content: center; border: 1px solid rgba(141,248,186,.42); border-radius: 50%; background: radial-gradient(circle, #194534, #07120e 68%); box-shadow: 0 0 55px rgba(79,209,144,.15); }
.signal-core span { color: var(--mint); font: 400 3.5rem/.8 var(--serif); }
.signal-core small { margin-top: .7rem; color: #93a99e; font-size: .75rem; letter-spacing: .1em; }
.signal-node { position: absolute; width: 172px; padding: .75rem; border: 1px solid var(--line); color: #c1d1c8; background: rgba(7,17,14,.9); cursor: pointer; text-align: left; font-size: .84rem; }
.signal-node span { display: block; margin-bottom: .2rem; color: #73877d; font-size: .75rem; }
.signal-node:hover, .signal-node:focus-visible, .signal-node.active { border-color: rgba(141,248,186,.7); background: rgba(20,48,37,.94); box-shadow: 0 0 26px rgba(141,248,186,.1); }
.node-release { left: 50%; top: 7%; transform: translateX(-50%); }.node-sound { right: 5%; top: 24%; }.node-cosmos { right: 5%; bottom: 18%; }.node-country { left: 50%; bottom: 6%; transform: translateX(-50%); }.node-omni { left: 5%; bottom: 18%; }.node-limit { left: 5%; top: 24%; }
.signal-detail { display: flex; flex-direction: column; min-height: 620px; padding: clamp(1.4rem, 3vw, 2.5rem); border: 1px solid rgba(192,169,255,.24); background: linear-gradient(150deg, rgba(21,14,35,.86), rgba(6,21,17,.88)); }
.detail-status { display: flex; justify-content: space-between; align-items: center; color: var(--violet); font-size: .75rem; letter-spacing: .15em; }
.detail-status b { font: 400 3rem var(--serif); color: rgba(192,169,255,.38); }
.signal-detail h3 { margin-top: auto; font: 400 clamp(2.4rem, 4vw, 4rem)/.95 var(--serif); letter-spacing: -.04em; }
.signal-detail > p { color: #bbcbbf; font-size: 1.05rem; }
.detail-boundary { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.detail-boundary strong, .detail-boundary span { display: block; }
.detail-boundary strong { color: var(--earth); font-size: .75rem; letter-spacing: .14em; text-transform: uppercase; }
.detail-boundary span { margin-top: .4rem; color: #91a49a; font-size: .92rem; }
.visual-note { margin: 1rem 0 0; color: #81958a; font-size: .84rem; }

.analysis { border-bottom: 1px solid var(--line); }
.movements { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1px; margin-top: 3rem; background: var(--line); border: 1px solid var(--line); }
.movements article { min-height: 340px; padding: clamp(1.4rem, 3vw, 2.4rem); background: rgba(5,14,11,.9); }
.movements article > span { color: var(--violet); font: 400 2rem var(--serif); }
.movements h3 { margin: 2rem 0 1rem; font: 400 1.8rem/1.05 var(--serif); }
.movements p { color: var(--muted); }

.community { display: grid; grid-template-columns: 1fr .6fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; border-bottom: 1px solid var(--line); }
.community > div > p:not(.eyebrow) { max-width: 760px; margin-top: 1.2rem; color: var(--muted); }
.community-actions { padding: 1.3rem; border: 1px solid rgba(117,230,216,.24); background: rgba(7,23,19,.74); }
.community-actions a, .community-actions small { display: block; }
.community-actions a { padding: .8rem 0; color: var(--water); text-decoration: none; border-bottom: 1px solid var(--line); }
.community-actions small { margin-top: 1rem; color: #82978c; font-size: .8rem; }

.boundaries { border-bottom: 1px solid var(--line); }
.boundaries ul { margin: 3rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.boundaries li { display: grid; grid-template-columns: minmax(220px,.55fr) 1fr; gap: 2rem; padding: 1.2rem 0; border-bottom: 1px solid var(--line); }
.boundaries strong { color: #e1c489; font: 400 1.12rem var(--serif); }
.boundaries span { color: var(--muted); }

.sources { display: grid; grid-template-columns: .7fr 1fr; gap: 4rem; }
.sources ol { margin: 0; padding: 0; list-style: none; counter-reset: sources; }
.sources li { counter-increment: sources; border-bottom: 1px solid var(--line); }
.sources a { display: block; padding: 1rem 0; color: #bed0c6; text-decoration: none; }
.sources a::before { content: "0" counter(sources); display: inline-block; width: 2.4rem; color: var(--mint); font-size: .72rem; }
.sources a:hover, .sources a:focus-visible { color: var(--mint); }

footer { max-width: 1440px; margin: auto; padding: 1.6rem clamp(1.2rem, 4vw, 4.5rem) 2.8rem; display: flex; justify-content: space-between; gap: 1rem; color: #70857a; font-size: .75rem; letter-spacing: .1em; }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; }
  .player-shell { max-width: 720px; }
  .acknowledgement, .community, .sources { grid-template-columns: 1fr; }
  .signal-layout { grid-template-columns: 1fr; }
  .signal-detail { min-height: 420px; }
}

@media (max-width: 680px) {
  .topbar { height: auto; min-height: 74px; }
  nav a:not(:last-child) { display: none; }
  .hero { min-height: 0; padding-top: 4rem; }
  h1 { font-size: clamp(3.5rem, 17vw, 5.5rem); }
  .release-facts, .movements { grid-template-columns: 1fr; }
  .signal-map { min-height: 720px; }
  .signal-node { width: 148px; font-size: .78rem; }
  .node-release { top: 5%; }
  .node-sound { right: 3%; top: 22%; }
  .node-cosmos { right: 3%; bottom: 20%; }
  .node-country { bottom: 5%; }
  .node-omni { left: 3%; bottom: 20%; }
  .node-limit { left: 3%; top: 22%; }
  .signal-core { width: 118px; height: 118px; }
  .signal-core span { font-size: 2.7rem; }
  .boundaries li { grid-template-columns: 1fr; gap: .4rem; }
  footer { flex-direction: column; }
}

@media (prefers-reduced-motion: no-preference) {
  .current-one { animation: current-one 17s ease-in-out infinite alternate; }
  .current-two { animation: current-two 22s ease-in-out infinite alternate; }
  .root-one { animation: root-breathe 14s ease-in-out infinite alternate; }
  .root-two { animation: root-breathe 19s ease-in-out infinite alternate-reverse; }
  .breath-one { animation: breathe 12s ease-in-out infinite; }
  .breath-two { animation: breathe 16s ease-in-out infinite reverse; }
  .player-orbit { animation: turn 28s linear infinite; }
  @keyframes current-one { to { transform: translate3d(3vw,4vh,0) rotate(-3deg) scaleX(1.04); } }
  @keyframes current-two { to { transform: translate3d(-4vw,-3vh,0) rotate(5deg) scaleX(.97); } }
  @keyframes root-breathe { to { transform: translateY(-2vh) rotate(var(--root-angle)) scale(1.04); opacity: .65; } }
  @keyframes breathe { 50% { transform: scale(1.14); opacity: .45; } }
  @keyframes turn { to { transform: rotate(360deg); } }
}

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