:root {
  --bg:        #060311;
  --bg-2:      #0C0525;
  --card:      #120939;
  --line:      #1D0E55;
  --primary:   #4724B3;
  --primary-h: #673FCC;
  --accent:    #8F68DF;
  --highlight: #BDA0ED;
  --text:      #F2E9FB;

  --text-dim:  rgba(242, 233, 251, 0.72);
  --text-mute: rgba(242, 233, 251, 0.5);

  --serif: "Newsreader", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  --sans:  "Inter", "Segoe UI", system-ui, -apple-system, Arial, sans-serif;
  --mono:  "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;

  --t-xs:  0.78rem;
  --t-sm:  0.94rem;
  --t-md:  1.05rem;
  --t-lg:  clamp(1.15rem, 1.05rem + 0.5vw, 1.4rem);
  --t-xl:  clamp(1.7rem, 1.2rem + 2vw, 3rem);
  --t-2xl: clamp(2.4rem, 1.2rem + 4.4vw, 5.4rem);

  --gutter: clamp(1.25rem, 6vw, 5.5rem);
  --wrap:   82rem;
  --r-md:   10px;
  --r-lg:   16px;

  --ease:     cubic-bezier(0.22, 0.7, 0.2, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-io:  cubic-bezier(0.77, 0, 0.18, 1);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto;
  background: var(--bg);

  scrollbar-color: #120939 #000;
  scrollbar-width: thin;
}
@supports not (scrollbar-color: auto) {
  ::-webkit-scrollbar { width: 10px; height: 10px; background: #000; }
  ::-webkit-scrollbar-track { background: #000; }
  ::-webkit-scrollbar-thumb { background: #120939; border-radius: 10px; border: 2px solid #000; }
  ::-webkit-scrollbar-thumb:hover { background: #1D0E55; }
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  font-size: var(--t-md);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
main { flex: 1 0 auto; position: relative; z-index: 1; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--highlight); text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 400; line-height: 1.08; letter-spacing: -0.02em; margin: 0; color: var(--text); }
p { margin: 0; }
ul { margin: 0; padding: 0; list-style: none; }
code { font-family: var(--mono); font-size: .88em; color: var(--highlight); }
::selection { background: var(--primary-h); color: var(--text); }
:focus-visible { outline: 2px solid var(--highlight); outline-offset: 3px; border-radius: 4px; }

.sr-only { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 2000; background: var(--card); color: var(--text); padding: .7rem 1.1rem; border: 1px solid var(--accent); border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }
.block { position: relative; padding-block: clamp(5rem, 11vw, 9.5rem); }
.block--alt { background: rgba(12, 5, 37, 0.62); border-block: 1px solid var(--line); }

.meta { font-family: var(--mono); font-size: var(--t-xs); color: var(--text-mute); letter-spacing: .01em; }
.lede { font-family: var(--serif); font-size: var(--t-lg); line-height: 1.5; color: var(--text-dim); font-weight: 300; max-width: 36em; }
.prose { color: var(--text-dim); max-width: 38em; }
.prose p + p { margin-top: 1.15em; }
.prose a { border-bottom: 1px solid rgba(189, 160, 237, .4); transition: border-color .3s, color .3s; }
.prose a:hover { color: var(--text); border-color: var(--highlight); }

.record__title, .record__sum, .tag, .prose, .prose a, .lede, .member__bio, .member__role, .member__name, .roster__role, .roster__name, .roster__bio, .person__name, .person__role, .channel__val, .cat p, .rtype p, #record-view h1 { overflow-wrap: anywhere; }

.fx { position: fixed; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.fx__beams {
  position: absolute; inset: -25% -10%;
  background:
    linear-gradient(115deg, transparent 30%, rgba(71, 36, 179, .20) 37%, rgba(103, 63, 204, .11) 42%, transparent 51%),
    linear-gradient(115deg, transparent 58%, rgba(71, 36, 179, .15) 63%, transparent 71%),
    linear-gradient(115deg, transparent 6%, rgba(71, 36, 179, .12) 12%, transparent 20%);
  will-change: transform;
}
.fx__grid::before, .fx__grid::after {
  content: ""; position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(143, 104, 223, .16) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(143, 104, 223, .16) 1px, transparent 1px);
  background-size: 64px 64px;
}
.fx__grid::before { opacity: .28; }
.fx__grid::after {
  opacity: 1;
  -webkit-mask-image: radial-gradient(340px circle at var(--mx, 62%) var(--my, 34%), #000, transparent 72%);
  mask-image: radial-gradient(340px circle at var(--mx, 62%) var(--my, 34%), #000, transparent 72%);
}

body::after {
  content: ""; position: fixed; inset: 0; z-index: 85; pointer-events: none; opacity: .07;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .74 0 0 0 0 .63 0 0 0 0 .93 0 0 0 .9 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}


@property --r { syntax: "<length>"; inherits: false; initial-value: 0px; }
.intro {
  display: none; position: fixed; inset: 0; z-index: 1000; place-items: center; background: var(--bg);
  -webkit-mask-image: radial-gradient(circle at 50% 50%, transparent var(--r), #000 calc(var(--r) + 1px));
  mask-image: radial-gradient(circle at 50% 50%, transparent var(--r), #000 calc(var(--r) + 1px));
}
html.intro-on .intro { display: grid; }
.intro__spinner { width: 3.8rem; height: 3.8rem; border-radius: 50%; border: 2px solid rgba(143, 104, 223, .28); border-top-color: var(--highlight); animation: spin .9s linear infinite; }
.intro.is-out { animation: iris 1.1s var(--ease-io) forwards; }
@keyframes iris { 0% { --r: 0px; opacity: 1; } 90% { opacity: 1; } 100% { --r: 150vmax; opacity: 0; } }
@keyframes draw { 0% { stroke-dashoffset: 1; } 100% { stroke-dashoffset: 0; } }

.curtain { position: fixed; inset: 0; z-index: 990; pointer-events: none; background: var(--bg); opacity: 0; visibility: hidden; }
html.arriving .curtain { opacity: 1; visibility: visible; }

.dock { position: fixed; right: 0; top: 50%; transform: translateY(-50%); z-index: 90; opacity: 0; transition: opacity 1.2s var(--ease) .5s; }
html.is-ready .dock { opacity: 1; }
.dock { pointer-events: none; }
.dock__toggle { pointer-events: auto; }
.dock__list { display: flex; flex-direction: column; gap: 6px; }
.dock__tab {
  position: relative; display: flex; align-items: center; gap: .85rem;
  width: 12.5rem; height: 3.1rem; padding: 0 1.2rem 0 1.15rem;
  color: var(--text-dim); font-size: .92rem; letter-spacing: .005em;
  background: rgba(12, 5, 37, .95);
  -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px);
  border: 1px solid var(--line); border-right: 0; border-radius: 14px 0 0 14px;
  transform: translateX(calc(100% - 7px));
  pointer-events: none;
  transition: transform .8s var(--ease-out) calc((var(--n, 7) - var(--i)) * 32ms), background .3s, color .3s, border-color .3s, box-shadow .3s;
}
.dock__tab .ico { width: 1.15rem; height: 1.15rem; color: var(--accent); transition: transform .5s var(--ease-out), color .3s; }
.dock__tab::before { content: ""; position: absolute; left: -1px; top: 22%; bottom: 22%; width: 2px; border-radius: 2px; background: var(--highlight); box-shadow: 0 0 10px var(--accent); transform: scaleY(0); transition: transform .45s var(--ease-out); }
.dock.is-open .dock__tab { transform: none; pointer-events: auto; transition: transform .8s var(--ease-out) calc(var(--i) * 48ms), background .3s, color .3s, border-color .3s, box-shadow .3s; }
.dock.is-open .dock__tab:hover, .dock__tab:focus-visible { background: rgba(29, 14, 85, .96); color: var(--text); border-color: rgba(143, 104, 223, .65); }
.dock.is-open .dock__tab:hover::before { transform: scaleY(1); }
.dock.is-open .dock__tab:hover .ico { transform: translateX(3px) scale(1.12); color: var(--highlight); }
.dock__tab[aria-current="page"] { color: var(--text); background: linear-gradient(90deg, rgba(103, 63, 204, .55), rgba(18, 9, 57, .94) 70%); border-color: rgba(143, 104, 223, .75); box-shadow: 0 0 26px rgba(103, 63, 204, .4); }
.dock__tab[aria-current="page"]::before { transform: scaleY(1); }
.dock__toggle { position: absolute; right: 0; top: 0; bottom: 0; width: 2.4rem; padding: 0; background: none; border: 0; cursor: pointer; z-index: 2; border-radius: 14px 0 0 14px; }
.dock.is-open .dock__toggle { pointer-events: none; }
.dock.is-hint .dock__tab { animation: peek 1.8s var(--ease-out) calc(var(--i) * 80ms) 1; }
@keyframes peek { 0%, 100% { transform: translateX(calc(100% - 7px)); } 38% { transform: translateX(calc(100% - 38px)); } }

.btn {
  --_bg: var(--primary);
  position: relative; overflow: hidden; isolation: isolate;
  display: inline-flex; align-items: center; justify-content: center; gap: .75rem;
  min-height: 3.2rem; padding: .8rem 1.6rem;
  font: 500 var(--t-sm)/1 var(--sans); letter-spacing: .01em; color: var(--text);
  background: var(--_bg); border: 1px solid rgba(189, 160, 237, .3); border-radius: var(--r-md);
  cursor: pointer; will-change: transform;
  transition: background .35s var(--ease), border-color .35s, box-shadow .35s, transform .5s var(--ease-out);
}
.btn::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(130px circle at var(--mx, 50%) var(--my, 50%), rgba(189, 160, 237, .42), transparent 70%); opacity: 0; transition: opacity .3s; }
.btn:hover { --_bg: var(--primary-h); border-color: rgba(189, 160, 237, .6); box-shadow: 0 0 0 1px rgba(143, 104, 223, .4), 0 12px 40px rgba(71, 36, 179, .5); color: var(--text); }
.btn:hover::before { opacity: 1; }
.btn--ghost { --_bg: rgba(18, 9, 57, .35); border-color: var(--line); }
.btn--ghost:hover { --_bg: rgba(71, 36, 179, .3); }
.btn .ico { width: 1.05em; height: 1.05em; transition: transform .5s var(--ease-out); }
.btn:hover .ico { transform: translateX(4px); }
.btn__roll { display: inline-block; overflow: hidden; height: 1.15em; line-height: 1.15em; vertical-align: middle; }
.btn__roll > span { display: block; transition: transform .55s var(--ease-out); }
.btn:hover .btn__roll > span { transform: translateY(-100%); }

.eyebrow { display: flex; align-items: center; gap: .9rem; font-family: var(--mono); font-size: var(--t-xs); color: var(--accent); }
.eyebrow::before { content: ""; width: 2.6rem; height: 1px; background: currentColor; transform-origin: left; }
.js .eyebrow::before { transform: scaleX(0); transition: transform 1.1s var(--ease-out) .1s; }
.js .eyebrow.is-in::before { transform: scaleX(1); }

.status { display: inline-flex; align-items: center; gap: .7rem; font-family: var(--mono); font-size: var(--t-xs); color: var(--highlight); padding: .5rem 1rem .5rem .85rem; border: 1px solid var(--line); border-radius: 999px; background: rgba(18, 9, 57, .55); }
.pulse { width: .5rem; height: .5rem; border-radius: 50%; background: var(--accent); animation: pulse 2.8s infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(143, 104, 223, .6); } 70%, 100% { box-shadow: 0 0 0 .7rem rgba(143, 104, 223, 0); } }

.ico { width: 1.4rem; height: 1.4rem; stroke: currentColor; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.js .draw * { stroke-dasharray: 1; stroke-dashoffset: 1; opacity: 0; }
.js .is-in .draw *, .js .draw.is-in * { animation: drawIcon 1.3s var(--ease-io) .2s forwards; }
@keyframes drawIcon { 0% { stroke-dashoffset: 1; opacity: 0; } 8% { opacity: 1; } 100% { stroke-dashoffset: 0; opacity: 1; } }

.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity 1.1s var(--ease-out), transform 1.1s var(--ease-out); transition-delay: var(--d, 0ms); }
.js .reveal.is-in { opacity: 1; transform: none; }
.js [data-split]:not(.is-split) { opacity: 0; }
.w { display: inline-block; overflow: hidden; vertical-align: top; padding: .16em .07em .16em 0; margin: -.16em -.07em -.16em 0; }
.wi { display: inline-block; }
.wi.em { font-style: italic; color: var(--highlight); }
.js [data-split] .wi { transform: translateY(118%) rotate(4deg); transform-origin: 0 100%; transition: transform 1.25s var(--ease-out); transition-delay: calc(var(--base, 0ms) + var(--i) * 65ms); }
.js [data-split].is-in .wi { transform: none; }
.force-show .reveal, .force-show [data-split] { opacity: 1 !important; transform: none !important; }
.force-show [data-split] .wi { transform: none !important; }

.hero { position: relative; overflow: hidden; min-height: 100svh; display: grid; align-items: center; padding-block: clamp(4rem, 9vh, 6rem) clamp(5rem, 11vh, 7rem); background: var(--bg); }
.hero::before { content: ""; position: absolute; inset: -16px; z-index: 0; pointer-events: none; background: url("../assets/background.png") center 32% / cover no-repeat; filter: blur(6px); transform: scale(1.04); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(6, 3, 17, .62) 0%, rgba(6, 3, 17, .24) 38%, var(--bg) 95%); }
.hero__grid { position: relative; z-index: 2; }
.hero__grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr); gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.hero__copy { will-change: transform, opacity; }
.hero__name { font-size: clamp(5.4rem, 1rem + 17.5vw, 17rem); line-height: .86; letter-spacing: -.055em; font-weight: 300; margin: 0 0 0 -.05em; }
.hero__tag { margin-top: 1.5rem; font-family: var(--serif); font-style: italic; font-weight: 300; font-size: clamp(1.5rem, 1rem + 2.2vw, 2.7rem); color: var(--highlight); line-height: 1.15; }
.hero__mission { margin-top: 1.8rem; max-width: 32em; font-family: var(--serif); font-weight: 300; font-size: var(--t-lg); line-height: 1.55; color: var(--text-dim); }
.hero__actions { margin-top: 2.4rem; display: flex; flex-wrap: wrap; gap: .8rem; }

@keyframes spin { to { transform: rotate(360deg); } }

.scrollcue { position: absolute; left: 50%; transform: translateX(-50%); bottom: 2rem; display: flex; flex-direction: column; align-items: center; gap: .8rem; font-family: var(--mono); font-size: var(--t-xs); color: var(--text-mute); z-index: 2; }
.scrollcue i { position: relative; display: block; width: 1px; height: 3.4rem; background: var(--line); overflow: hidden; }
.scrollcue i::after { content: ""; position: absolute; left: 0; top: 0; width: 1px; height: 40%; background: var(--highlight); animation: cue 2.4s var(--ease-io) infinite; }
@keyframes cue { 0% { transform: translateY(-100%); } 100% { transform: translateY(260%); } }

@media (max-width: 62rem) {
  .hero { min-height: auto; padding-top: 4.5rem; }
  .hero__grid { grid-template-columns: minmax(0, 1fr); }
  .lens { width: min(84%, 24rem); margin-top: 1rem; }
  .scrollcue { display: none; }
}
@media (max-width: 40rem) {
  .hero__actions { flex-direction: column; } .hero__actions .btn { width: 100%; }
}

.divider { height: 1px; margin: 0 clamp(1.25rem, 6vw, 5.5rem); border: 0; background: linear-gradient(90deg, transparent, var(--line) 18%, var(--accent) 50%, var(--line) 82%, transparent); opacity: .8; }

.phead { position: relative; overflow: hidden; padding-top: clamp(6rem, 13vw, 10rem); padding-bottom: clamp(3rem, 7vw, 6rem); border-bottom: 1px solid var(--line); }
.phead__text { position: relative; z-index: 1; display: grid; gap: 1.6rem; max-width: 60rem; }
.phead h1 { font-size: clamp(3.6rem, 1rem + 12.5vw, 11.5rem); line-height: .9; letter-spacing: -.05em; font-weight: 300; }
.phead__lens { position: absolute; right: max(var(--gutter), 3vw); top: 50%; width: clamp(14rem, 30vw, 27rem); margin-top: calc(clamp(14rem, 30vw, 27rem) / -2); opacity: .7; will-change: transform; }
.phead__lens svg { width: 100%; height: auto; overflow: visible; animation: floaty 9s ease-in-out infinite; }
.phead__lens path, .phead__lens circle { fill: none; stroke: rgba(189, 160, 237, .5); stroke-width: 1; stroke-linecap: round; vector-effect: non-scaling-stroke; }
.phead__lens .thin { stroke: rgba(143, 104, 223, .3); stroke-dasharray: 2 7; }
.js .phead__lens path, .js .phead__lens circle:not(.thin) { stroke-dasharray: 1; stroke-dashoffset: 1; }
.js.is-ready .phead__lens path, .js.is-ready .phead__lens circle:not(.thin) { animation: draw 2.4s var(--ease-io) .3s forwards; }
@keyframes floaty { 0%, 100% { transform: translateY(0) rotate(0); } 50% { transform: translateY(-14px) rotate(2deg); } }
@media (max-width: 56rem) { .phead__lens { opacity: .3; width: 16rem; } }

.sec-head { display: grid; gap: 1.4rem; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); max-width: 56rem; }
.sec-head h2 { font-size: var(--t-2xl); font-weight: 300; letter-spacing: -.04em; line-height: .98; }
.sec-head .lede { font-size: var(--t-lg); }

.mission__text { font-family: var(--serif); font-weight: 300; font-size: clamp(2rem, 1rem + 4vw, 5rem); line-height: 1.08; letter-spacing: -.035em; max-width: 22em; margin-top: 1.6rem; }
.mission__text .f { opacity: var(--o, .16); }
.mission__row { margin-top: clamp(2.5rem, 5vw, 4.5rem); display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 2rem 3rem; align-items: end; max-width: 60rem; }
.mission__row .prose { max-width: 32em; }
@media (max-width: 40rem) { .mission__row { grid-template-columns: minmax(0, 1fr); } }

.findex { border-top: 1px solid var(--line); }
.findex__row { position: relative; display: grid; grid-template-columns: 3.2rem minmax(0, 1.15fr) minmax(0, .85fr); gap: 1rem 2.2rem; align-items: center; padding: clamp(1.5rem, 2.8vw, 2.4rem) 0; border-bottom: 1px solid var(--line); transition: opacity .5s var(--ease); }
.findex__row::before { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: linear-gradient(90deg, var(--highlight), var(--accent) 30%, transparent 90%); transform: scaleX(0); transform-origin: left; transition: transform .9s var(--ease-out); }
.findex__ico { color: var(--accent); transition: transform .7s var(--ease-out), color .3s; }
.findex__ico .ico { width: 1.7rem; height: 1.7rem; }
.findex__title { font-size: clamp(1.9rem, 1rem + 3.2vw, 3.6rem); font-weight: 300; letter-spacing: -.035em; transition: transform .8s var(--ease-out), color .35s; }
.findex__text { color: var(--text-dim); font-size: var(--t-sm); max-width: 30em; transition: color .3s, transform .8s var(--ease-out); }
@media (hover: hover) {
  .findex:hover .findex__row:not(:hover) { opacity: .34; }
  .findex__row:hover::before { transform: scaleX(1); }
  .findex__row:hover .findex__title { transform: translateX(1.2rem); color: var(--highlight); }
  .findex__row:hover .findex__ico { transform: rotate(-12deg) scale(1.2); color: var(--highlight); }
  .findex__row:hover .findex__text { color: var(--text); transform: translateX(-.4rem); }
}
@media (max-width: 56rem) {
  .findex__row { grid-template-columns: 2.6rem minmax(0, 1fr); }
  .findex__text { grid-column: 2; }
}

.toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem; padding-block: 1.4rem; border-bottom: 1px solid var(--line); }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip { font: 400 var(--t-xs)/1 var(--mono); color: var(--text-dim); padding: .65rem 1rem; border-radius: 999px; background: transparent; border: 1px solid var(--line); cursor: pointer; transition: color .25s, border-color .25s, background .25s, transform .4s var(--ease-out); }
.chip:hover { color: var(--text); border-color: var(--accent); transform: translateY(-2px); }
.chip[aria-pressed="true"] { color: var(--text); background: rgba(71, 36, 179, .4); border-color: var(--accent); }
.search { position: relative; min-width: min(100%, 18rem); flex: 0 1 22rem; display: block; }
.search .ico { position: absolute; left: .95rem; top: 50%; transform: translateY(-50%); width: 1.05rem; height: 1.05rem; color: var(--text-mute); pointer-events: none; }
.search input { width: 100%; height: 2.9rem; padding: 0 1rem 0 2.6rem; background: rgba(12, 5, 37, .8); color: var(--text); border: 1px solid var(--line); border-radius: var(--r-md); font: 400 var(--t-sm) var(--sans); transition: border-color .25s, box-shadow .25s; }
.search input::placeholder { color: var(--text-mute); }
.search input:hover { border-color: rgba(143, 104, 223, .5); }
.search input:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px rgba(143, 104, 223, .18); }

.records { border-bottom: 1px solid var(--line); }
.record { position: relative; isolation: isolate; overflow: hidden; display: grid; grid-template-columns: 9.5rem minmax(0, 1fr) 2.4rem; gap: 1rem 2rem; align-items: start; padding: clamp(1.7rem, 3vw, 2.6rem) .75rem; border-top: 1px solid var(--line); color: inherit; }
.record:first-child { border-top: 0; }
.record::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(71, 36, 179, .28), transparent 75%); transform: scaleX(0); transform-origin: left; transition: transform .8s var(--ease-out); }
.record:hover::before { transform: scaleX(1); }
.record > div, .record__side { min-width: 0; }
.record__date { color: var(--text-mute); font-family: var(--mono); font-size: var(--t-xs); }
.record__title { font-size: clamp(1.6rem, 1.1rem + 1.6vw, 2.5rem); font-weight: 300; margin-bottom: .55rem; transition: transform .7s var(--ease-out), color .3s; }
.record:hover .record__title { transform: translateX(.6rem); color: var(--highlight); }
.record__sum { color: var(--text-dim); font-size: var(--t-sm); max-width: 44em; }
.record__tags { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1rem; }
.record__go { align-self: center; color: var(--accent); transition: transform .6s var(--ease-out), color .3s; }
.record__go .ico { width: 1.5rem; height: 1.5rem; }
.record:hover .record__go { transform: translateX(6px); color: var(--highlight); }
.tag { font-family: var(--mono); font-size: var(--t-xs); color: var(--highlight); padding: .25rem .65rem; border: 1px solid var(--line); border-radius: 4px; background: rgba(71, 36, 179, .14); }
.status { white-space: nowrap; }
.status--pub .pulse { animation: none; box-shadow: 0 0 8px var(--accent); }
@media (max-width: 48rem) {
  .record { grid-template-columns: minmax(0, 1fr); gap: .5rem; padding-inline: .5rem; }
  .record__side { order: -1; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
  .record__go { display: none; }
}

.empty { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(2.5rem, 6vw, 6rem); align-items: center; padding-block: clamp(3rem, 7vw, 5.5rem); }
.empty__copy { display: grid; gap: 1.2rem; max-width: 32rem; }
.empty__copy h2 { font-size: var(--t-xl); font-weight: 300; letter-spacing: -.03em; }
.empty__copy p { color: var(--text-dim); }
.empty__ico { color: var(--accent); width: 3rem; height: 3rem; stroke-width: 1.2; }
@media (max-width: 56rem) { .empty { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 26rem) { .bp-row { grid-template-columns: 5rem minmax(0, 1fr) !important; gap: .6rem !important; } }

.blueprint { position: relative; overflow: hidden; border: 1px dashed rgba(143, 104, 223, .45); border-radius: var(--r-lg); padding: 1.7rem 1.6rem; background: linear-gradient(160deg, rgba(18, 9, 57, .7), rgba(12, 5, 37, .35)); }
.blueprint::after { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: linear-gradient(90deg, transparent, var(--highlight), transparent); box-shadow: 0 0 22px 2px rgba(143, 104, 223, .7); opacity: 0; animation: scanDoc 5.5s var(--ease-io) infinite; }
@keyframes scanDoc { 0% { top: 0; opacity: 0; } 10% { opacity: .9; } 90% { opacity: .9; } 100% { top: 100%; opacity: 0; } }
.blueprint__tab { display: inline-block; margin-bottom: .6rem; padding: .2rem .75rem; font-family: var(--mono); font-size: var(--t-xs); color: var(--highlight); border: 1px solid var(--line); border-radius: 999px; background: var(--bg); }
.bp-row { display: grid; grid-template-columns: 6.5rem minmax(0, 1fr); gap: 1rem; padding: .8rem 0; border-bottom: 1px solid rgba(29, 14, 85, .6); align-items: center; }
.bp-row:last-child { border-bottom: 0; }
.bp-row dt { font-family: var(--mono); font-size: var(--t-xs); color: var(--text-mute); }
.bp-row dd { margin: 0; min-width: 0; }
.bp-bar { position: relative; overflow: hidden; display: block; height: .6rem; border-radius: 3px; background: rgba(103, 63, 204, .22); }
.bp-bar::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent, rgba(189, 160, 237, .4), transparent); transform: translateX(-100%); animation: shimmer 3.2s var(--ease-io) infinite; }
.bp-row:nth-child(2n) .bp-bar::after { animation-delay: .4s; } .bp-row:nth-child(3n) .bp-bar::after { animation-delay: .9s; }
@keyframes shimmer { 0% { transform: translateX(-100%); } 60%, 100% { transform: translateX(100%); } }
.bp-bar--s { width: 40%; } .bp-bar--m { width: 68%; } .bp-bar--l { width: 94%; }
.bp-tags { display: flex; flex-wrap: wrap; gap: .4rem; min-width: 0; }
.bp-tags i { display: block; width: 3.2rem; max-width: 100%; height: 1.2rem; border-radius: 4px; border: 1px solid var(--line); background: rgba(71, 36, 179, .16); }

[data-spot] { position: relative; }
[data-spot]::before, [data-spot]::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; opacity: 0; transition: opacity .4s var(--ease); }
[data-spot]::before { background: radial-gradient(380px circle at var(--mx, 50%) var(--my, 50%), rgba(143, 104, 223, .2), transparent 62%); z-index: 0; }
[data-spot]::after { padding: 1px; background: radial-gradient(260px circle at var(--mx, 50%) var(--my, 50%), rgba(189, 160, 237, .85), transparent 65%); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask: linear-gradient(#000 0 0) content-box exclude, linear-gradient(#000 0 0); mask-composite: exclude; }
[data-spot]:hover::before, [data-spot]:hover::after { opacity: 1; }
.btn[data-spot]::after { display: none; }
.btn[data-spot]::before { opacity: 0; }
.btn[data-spot]:hover::before { opacity: 1; }

.cats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.1rem; }
.cat { display: grid; gap: .7rem; align-content: start; padding: 2rem 1.8rem 2.2rem; border: 1px solid var(--line); border-radius: var(--r-lg); background: linear-gradient(165deg, rgba(18, 9, 57, .75), rgba(12, 5, 37, .55)); transition: transform .6s var(--ease-out), border-color .3s; }
.cat > * { position: relative; z-index: 1; }
.cat:hover { transform: translateY(-5px); border-color: rgba(143, 104, 223, .45); }
.cat .ico { width: 1.5rem; height: 1.5rem; color: var(--accent); margin-bottom: .6rem; transition: transform .8s var(--ease-out); }
.cat:hover .ico { transform: translate(5px, -5px) rotate(-14deg); }
.cat h3 { font-size: 1.55rem; font-weight: 400; }
.cat p { color: var(--text-dim); font-size: var(--t-sm); }
.cat__count { margin-top: .8rem; font-family: var(--mono); font-size: var(--t-xs); color: var(--text-mute) !important; }
@media (max-width: 62rem) { .cats { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 40rem) { .cats { grid-template-columns: minmax(0, 1fr); } }

.split { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.split__big { font-family: var(--serif); font-weight: 300; font-size: clamp(2rem, 1rem + 3.4vw, 4.4rem); line-height: 1.05; letter-spacing: -.035em; }
@media (max-width: 56rem) { .split { grid-template-columns: minmax(0, 1fr); gap: 1.8rem; } }

.princ { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; }
.pcard { padding: clamp(2rem, 4vw, 3.2rem); min-height: 17rem; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--r-lg); background: linear-gradient(165deg, rgba(18, 9, 57, .85), rgba(12, 5, 37, .5) 80%); overflow: hidden; transition: transform .7s var(--ease-out), border-color .3s; }
.pcard > * { position: relative; z-index: 1; }
.pcard:hover { transform: translateY(-6px); border-color: rgba(143, 104, 223, .5); }
.pcard .ico { width: 2rem; height: 2rem; color: var(--accent); margin-bottom: auto; }
.pcard h3 { font-size: clamp(1.9rem, 1.2rem + 1.6vw, 2.8rem); font-weight: 300; letter-spacing: -.03em; margin: 3rem 0 .8rem; }
.pcard p { color: var(--text-dim); max-width: 26em; }
@media (max-width: 40rem) { .princ { grid-template-columns: minmax(0, 1fr); } .pcard { min-height: 14rem; } }

.banner { position: relative; overflow: hidden; margin: 0 auto; max-width: 48rem; border-radius: 18px; border: 1px solid var(--line); background: var(--bg-2); box-shadow: 0 50px 120px rgba(0, 0, 0, .55), 0 0 90px rgba(71, 36, 179, .25); }
.banner img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; will-change: transform; }
.js .banner.reveal { clip-path: inset(14% 10% 14% 10% round 18px); transform: none; transition: clip-path 1.6s var(--ease-out), opacity 1s var(--ease-out); }
.js .banner.reveal.is-in { clip-path: inset(0 round 18px); }
.js .banner.reveal img { transform: scale(1.18); transition: transform 2s var(--ease-out); }
.js .banner.reveal.is-in img { transform: scale(1); }

.member { position: relative; border-radius: var(--r-lg); }
.member__tilt { position: relative; overflow: hidden; border-radius: var(--r-lg); border: 1px solid var(--line); background: var(--card); transform-style: preserve-3d; will-change: transform; transition: transform .6s var(--ease-out), border-color .3s, box-shadow .5s; }
.member__tilt.is-tilting { transition: transform .12s linear, border-color .3s, box-shadow .5s; }
.member:hover .member__tilt { border-color: rgba(143, 104, 223, .6); box-shadow: 0 30px 80px rgba(71, 36, 179, .4); }
.member__tilt > * { position: relative; z-index: 1; }
.member__photo { position: relative; aspect-ratio: 4 / 4.6; background: var(--bg-2); overflow: hidden; }
.member__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; transition: transform 1.2s var(--ease-out); }
.member:hover .member__photo img { transform: scale(1.06); }
.member__photo::after { content: ""; position: absolute; inset: auto 0 0 0; height: 45%; background: linear-gradient(to top, var(--card), transparent); pointer-events: none; }
.member__brackets { position: absolute; inset: 14px; z-index: 3; pointer-events: none; opacity: .55; transition: inset .6s var(--ease-out), opacity .3s;
  background:
    linear-gradient(var(--highlight), var(--highlight)) top left / 18px 1px no-repeat, linear-gradient(var(--highlight), var(--highlight)) top left / 1px 18px no-repeat,
    linear-gradient(var(--highlight), var(--highlight)) top right / 18px 1px no-repeat, linear-gradient(var(--highlight), var(--highlight)) top right / 1px 18px no-repeat,
    linear-gradient(var(--highlight), var(--highlight)) bottom left / 18px 1px no-repeat, linear-gradient(var(--highlight), var(--highlight)) bottom left / 1px 18px no-repeat,
    linear-gradient(var(--highlight), var(--highlight)) bottom right / 18px 1px no-repeat, linear-gradient(var(--highlight), var(--highlight)) bottom right / 1px 18px no-repeat; }
.member:hover .member__brackets { inset: 8px; opacity: 1; }
.member__scan { position: absolute; left: 0; right: 0; top: 0; height: 34%; z-index: 2; pointer-events: none; opacity: 0; background: linear-gradient(to bottom, transparent, rgba(143, 104, 223, .35) 92%, var(--highlight) 100%); }
.member:hover .member__scan { animation: scanDown 2.2s var(--ease-io) infinite; }
@keyframes scanDown { 0% { transform: translateY(-100%); opacity: 0; } 15% { opacity: 1; } 85% { opacity: 1; } 100% { transform: translateY(300%); opacity: 0; } }
.member__fallback { position: absolute; inset: 0; display: none; place-items: center; font-family: var(--serif); font-size: 6rem; font-weight: 300; color: var(--highlight); background: radial-gradient(circle at 50% 40%, rgba(103, 63, 204, .5), transparent 65%), var(--bg-2); }
.member__photo.is-broken img, .roster__pic.is-broken img { display: none; }
.member__photo.is-broken .member__fallback, .roster__pic.is-broken .member__fallback { display: grid; }
.member__body { padding: 1.4rem 1.7rem 1.9rem; margin-top: -.5rem; display: grid; gap: .3rem; }
.member__name { font-size: clamp(2.2rem, 1.4rem + 1.6vw, 3rem); font-weight: 300; letter-spacing: -.035em; }
.member__role { font-family: var(--mono); font-size: var(--t-xs); color: var(--highlight); }
.member__bio { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--text-dim); font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 1.2rem; line-height: 1.45; }

.roster { border-top: 1px solid var(--line); }
.roster__row { position: relative; display: grid; grid-template-columns: 5.2rem minmax(0, .9fr) minmax(0, 1.1fr); gap: 1rem 2.4rem; align-items: center; padding: 1.5rem 0; border-bottom: 1px solid var(--line); transition: opacity .5s var(--ease); }
.roster__row::before { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: linear-gradient(90deg, var(--highlight), var(--accent) 30%, transparent 90%); transform: scaleX(0); transform-origin: left; transition: transform .9s var(--ease-out); }
.roster__pic { width: 5.2rem; height: 5.2rem; border-radius: 50%; overflow: hidden; position: relative; background: var(--card); box-shadow: 0 0 0 1px var(--line); transition: box-shadow .4s, transform .8s var(--ease-out); }
.roster__pic img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 28%; }
.roster__pic .member__fallback { font-size: 2rem; }
.roster__name { font-size: clamp(2rem, 1.2rem + 2.4vw, 3.4rem); font-weight: 300; letter-spacing: -.035em; transition: transform .8s var(--ease-out), color .3s; }
.roster__role { display: block; margin-top: .3rem; font-family: var(--mono); font-size: var(--t-xs); color: var(--text-mute); }
.roster__bio { color: var(--text-dim); font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 1.2rem; line-height: 1.45; max-width: 32em; }
@media (hover: hover) {
  .roster:hover .roster__row:not(:hover) { opacity: .34; }
  .roster__row:hover::before { transform: scaleX(1); }
  .roster__row:hover .roster__name { transform: translateX(1rem); color: var(--highlight); }
  .roster__row:hover .roster__pic { box-shadow: 0 0 0 2px var(--accent), 0 0 34px rgba(103, 63, 204, .6); transform: scale(1.08) rotate(-4deg); }
}
@media (max-width: 48rem) { .roster__row { grid-template-columns: 4rem minmax(0, 1fr); gap: .8rem 1.1rem; } .roster__pic { width: 4rem; height: 4rem; } .roster__bio { grid-column: 1 / -1; } }

.rtypes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.1rem; }
.rtype { display: grid; gap: .6rem; padding: 2rem 2rem 2.2rem; border: 1px solid var(--line); border-radius: var(--r-lg); background: linear-gradient(165deg, rgba(18, 9, 57, .7), rgba(12, 5, 37, .5)); transition: transform .6s var(--ease-out), border-color .3s; }
.rtype > * { position: relative; z-index: 1; }
.rtype:hover { transform: translateY(-5px); border-color: rgba(143, 104, 223, .5); }
.rtype h3 { font-size: 1.7rem; font-weight: 400; }
.rtype p { color: var(--text-dim); font-size: var(--t-sm); }
.rtype .meta { margin-top: .6rem; }
@media (max-width: 40rem) { .rtypes { grid-template-columns: minmax(0, 1fr); } }

.channels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.1rem; }
.channel { display: flex; flex-direction: column; gap: .8rem; padding: 2.2rem 2rem 2.2rem; border: 1px solid var(--line); border-radius: var(--r-lg); background: linear-gradient(165deg, rgba(18, 9, 57, .8), rgba(12, 5, 37, .5) 85%); transition: transform .6s var(--ease-out), border-color .3s; }
.channel > * { position: relative; z-index: 1; }
.channel:hover { transform: translateY(-6px); border-color: rgba(143, 104, 223, .5); }
.channel .ico { width: 1.8rem; height: 1.8rem; color: var(--accent); margin-bottom: 1.2rem; }
.channel h3 { font-size: 1.9rem; font-weight: 300; letter-spacing: -.03em; }
.channel p { color: var(--text-dim); font-size: var(--t-sm); margin-bottom: 1rem; }
.channel__val { margin-top: auto; padding-top: 1.1rem; border-top: 1px solid var(--line); font-family: var(--mono); font-size: var(--t-xs); word-break: break-word; }
.pending { display: inline-flex; align-items: center; gap: .6rem; color: var(--text-mute); }
.pending::before { content: ""; width: .55rem; height: .55rem; border-radius: 50%; border: 1px dashed var(--accent); animation: spin 8s linear infinite; }
@media (max-width: 62rem) { .channels { grid-template-columns: minmax(0, 1fr); } }
.channels:has(> .channel:only-child) { grid-template-columns: minmax(0, 1fr); }
.channels:has(> .channel:only-child) .channel { min-height: 14rem; }
.notice { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 1rem; align-items: start; padding: 1.3rem 1.5rem; border: 1px dashed rgba(143, 104, 223, .5); border-radius: var(--r-md); background: rgba(71, 36, 179, .1); max-width: 46rem; margin-bottom: 2.2rem; }
.notice .ico { color: var(--accent); margin-top: .1rem; }
.notice p { color: var(--text-dim); font-size: var(--t-sm); }
.notice strong { color: var(--text); font-weight: 500; }

.cta { position: relative; overflow: hidden; isolation: isolate; text-align: center; border: 1px solid var(--line); border-radius: 22px; padding: clamp(3.5rem, 9vw, 7.5rem) clamp(1.5rem, 5vw, 4rem); background: radial-gradient(44rem 22rem at 50% 120%, rgba(71, 36, 179, .5), transparent 70%), linear-gradient(170deg, rgba(18, 9, 57, .9), rgba(12, 5, 37, .7)); }
.cta__ring { position: absolute; left: 50%; top: 50%; width: min(90vw, 46rem); aspect-ratio: 1; margin: calc(min(90vw, 46rem) / -2) 0 0 calc(min(90vw, 46rem) / -2); z-index: -1; opacity: .5; animation: spin 120s linear infinite; }
.cta__ring circle { fill: none; stroke: rgba(143, 104, 223, .28); stroke-width: 1; vector-effect: non-scaling-stroke; }
.cta__ring .dash { stroke-dasharray: 2 8; stroke: rgba(189, 160, 237, .4); }
.cta h2 { font-size: clamp(2.4rem, 1rem + 5.2vw, 6rem); font-weight: 300; letter-spacing: -.045em; line-height: .98; max-width: 14em; margin-inline: auto; }
.cta p { margin: 1.6rem auto 0; color: var(--text-dim); max-width: 34em; }
.cta__actions { margin-top: 2.4rem; display: flex; flex-wrap: wrap; gap: .8rem; justify-content: center; }
@media (max-width: 40rem) { .cta__actions { flex-direction: column; } .cta__actions .btn { width: 100%; } }

.foot { position: relative; z-index: 1; overflow: hidden; flex: none; border-top: 1px solid var(--line); background: linear-gradient(180deg, rgba(12, 5, 37, .7), var(--bg)); padding-top: clamp(4rem, 8vw, 7rem); }
.foot__top { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: clamp(2rem, 6vw, 6rem); padding-bottom: clamp(3rem, 6vw, 5rem); }
.foot__tag { font-family: var(--serif); font-style: italic; font-weight: 300; color: var(--highlight); font-size: clamp(1.6rem, 1rem + 1.8vw, 2.6rem); line-height: 1.15; }
.foot__mission { margin-top: 1.2rem; color: var(--text-dim); max-width: 30em; }
.foot__nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .1rem 2rem; align-content: start; }
.foot__nav a { position: relative; width: fit-content; color: var(--text-dim); padding: .5rem 0; font-size: var(--t-md); transition: color .3s, transform .6s var(--ease-out); }
.foot__nav a::after { content: ""; position: absolute; left: 0; bottom: .3rem; height: 1px; width: 100%; background: var(--highlight); transform: scaleX(0); transform-origin: right; transition: transform .6s var(--ease-out); }
.foot__nav a:hover { color: var(--text); transform: translateX(6px); }
.foot__nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.foot__bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .8rem 2rem; padding-block: 1.4rem; border-top: 1px solid var(--line); }
.foot__top-btn { display: inline-flex; align-items: center; gap: .6rem; font-family: var(--mono); font-size: var(--t-xs); color: var(--text-dim); background: none; border: 1px solid var(--line); border-radius: 999px; padding: .55rem 1rem; cursor: pointer; transition: color .3s, border-color .3s, transform .5s var(--ease-out); }
.foot__top-btn:hover { color: var(--text); border-color: var(--accent); transform: translateY(-3px); }
.foot__top-btn .ico { width: .95rem; height: .95rem; transform: rotate(-90deg); }
.foot__word { position: relative; z-index: 0; font-family: var(--serif); font-weight: 300; font-size: clamp(8rem, 33vw, 36rem); line-height: 1; letter-spacing: -.07em; text-align: center; margin: 0 0 -.27em; padding-top: .04em; background: linear-gradient(180deg, rgba(189, 160, 237, .6), rgba(71, 36, 179, .05) 78%); -webkit-background-clip: text; background-clip: text; color: transparent; user-select: none; pointer-events: none; will-change: transform; }
@media (max-width: 48rem) { .foot__top { grid-template-columns: minmax(0, 1fr); } }

#record-view h1 { font-size: var(--t-2xl); font-weight: 300; margin: .8rem 0 1.2rem; }

.lens { position: relative; width: min(100%, 38rem); aspect-ratio: 1; margin-inline: auto; }
.lens__glow { position: absolute; inset: 14%; border-radius: 50%; background: radial-gradient(circle at 50% 50%, rgba(103, 63, 204, .5), rgba(71, 36, 179, .18) 48%, transparent 72%); filter: blur(34px); animation: breathe 7s ease-in-out infinite; }
.lens__layer { position: absolute; inset: 0; will-change: transform; mix-blend-mode: screen; }
.lens__frame { position: absolute; inset: 0; overflow: hidden; -webkit-mask-image: radial-gradient(closest-side, #000 52%, transparent 98%); mask-image: radial-gradient(closest-side, #000 52%, transparent 98%); animation: bob 9s ease-in-out infinite; }
.lens__frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.5) translate(-0.4%, 2.4%); }
@keyframes breathe { 0%, 100% { opacity: .65; transform: scale(.96); } 50% { opacity: 1; transform: scale(1.04); } }
@keyframes bob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

.team { display: grid; gap: clamp(1.4rem, 3vw, 2.4rem); }
.team__lead { display: flex; justify-content: center; }
.team__lead .member { width: min(100%, 27rem); }
.member--lead .member__tilt { border-color: rgba(143, 104, 223, .5); box-shadow: 0 0 70px rgba(71, 36, 179, .35); }
.team__rest { display: flex; flex-wrap: wrap; justify-content: center; gap: clamp(1rem, 2.6vw, 2.2rem); }
.team__rest .member { display: flex; }
.team__rest .member__tilt { flex: 1; display: flex; flex-direction: column; }
.team__rest .member__body { flex: 1; align-content: start; }
.team__rest .member { width: calc((100% - 2 * clamp(1rem, 2.6vw, 2.2rem)) / 3); }
@media (max-height: 34rem) { .dock__tab { height: 2.6rem; } .dock__list { gap: 4px; } }
@media (max-width: 62rem) { .team__rest .member { width: calc((100% - clamp(1rem, 2.6vw, 2.2rem)) / 2); } }
@media (max-width: 40rem) { .team__rest .member, .team__lead .member { width: 100%; } .member__photo { aspect-ratio: 4 / 3.5; } }

.people { border-top: 1px solid var(--line); }
.person { display: grid; grid-template-columns: 4.4rem minmax(0, 1fr) minmax(0, 1.1fr) auto; gap: 1rem 1.6rem; align-items: center; padding: 1.3rem 0; border-bottom: 1px solid var(--line); }
.person .roster__pic { width: 4.4rem; height: 4.4rem; }
.person__name { font-size: clamp(1.7rem, 1.2rem + 1.4vw, 2.4rem); font-weight: 300; letter-spacing: -.03em; }
.person__role { display: block; margin-top: .25rem; font-family: var(--mono); font-size: var(--t-xs); color: var(--text-mute); overflow-wrap: anywhere; }
.person__mail { font-family: var(--mono); font-size: .92rem; color: var(--highlight); overflow-wrap: anywhere; }
.copy-btn { font: 400 var(--t-xs)/1 var(--mono); color: var(--text-dim); background: transparent; border: 1px solid var(--line); border-radius: 999px; padding: .65rem 1.05rem; cursor: pointer; white-space: nowrap; transition: color .25s, border-color .25s, transform .4s var(--ease-out); }
.copy-btn:hover { color: var(--text); border-color: var(--accent); transform: translateY(-2px); }
@media (max-width: 56rem) {
  .person { grid-template-columns: 3.8rem minmax(0, 1fr); }
  .person .roster__pic { width: 3.8rem; height: 3.8rem; }
  .person__mail, .copy-btn { grid-column: 2; }
  .copy-btn { justify-self: start; }
}

.tip { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(2rem, 6vw, 6rem); align-items: start; }
.tip__aside { display: grid; gap: 2.2rem; }
.tip__aside h3 { font-size: 1.7rem; font-weight: 300; letter-spacing: -.03em; margin-bottom: .6rem; }
.tip__aside p { color: var(--text-dim); font-size: var(--t-sm); }
.tip__aside .notice { margin-bottom: 0; }
.tip__card { position: relative; padding: clamp(1.6rem, 4vw, 2.8rem); border: 1px solid var(--line); border-radius: var(--r-lg); background: linear-gradient(165deg, rgba(18, 9, 57, .85), rgba(12, 5, 37, .55) 85%); }
.tip__card > * { position: relative; z-index: 1; }
#tip-form { display: grid; gap: 1.5rem; }
.field { display: grid; gap: .55rem; position: relative; }
.field label { font-family: var(--mono); font-size: var(--t-xs); color: var(--text-dim); }
.field__opt { margin-left: .5rem; color: var(--text-mute); }
.field__hint { font-size: var(--t-xs); color: var(--text-mute); }
.field__count { position: absolute; right: .3rem; bottom: -1.35rem; font-family: var(--mono); font-size: var(--t-xs); color: var(--text-mute); }
.field input, .field select, .field textarea { width: 100%; background: rgba(12, 5, 37, .85); color: var(--text); border: 1px solid var(--line); border-radius: var(--r-md); padding: .9rem 1.05rem; font: 400 var(--t-sm) var(--sans); transition: border-color .25s, box-shadow .25s; }
.field textarea { min-height: 11rem; resize: vertical; line-height: 1.6; }
.field select { appearance: none; -webkit-appearance: none; padding-right: 2.8rem; cursor: pointer; background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none' stroke='%238F68DF' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m1 1.5 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1.05rem center; }
.field select option { background: var(--bg-2); color: var(--text); }
.field select:invalid { color: var(--text-mute); }
.field input::placeholder, .field textarea::placeholder { color: var(--text-mute); }
.field input:hover, .field select:hover, .field textarea:hover { border-color: rgba(143, 104, 223, .5); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px rgba(143, 104, 223, .18); }
.field [aria-invalid="true"] { border-color: var(--highlight); box-shadow: 0 0 0 3px rgba(189, 160, 237, .18); }
.tip__trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.tip__check { min-height: 65px; }
.tip__foot { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.4rem; }
.tip__foot .btn:disabled { opacity: .5; cursor: not-allowed; }
.tip__status { font-size: var(--t-sm); color: var(--text-dim); }
.tip__status.is-error { color: var(--highlight); }
.tip__done { display: grid; gap: 1rem; justify-items: start; padding-block: 1rem; }
.tip__done .ico { width: 2.4rem; height: 2.4rem; color: var(--accent); }
.tip__done h3 { font-size: clamp(1.8rem, 1.2rem + 1.6vw, 2.6rem); font-weight: 300; letter-spacing: -.03em; outline: none; }
.tip__done p { color: var(--text-dim); max-width: 30em; }
@media (max-width: 56rem) { .tip { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 40rem) { .tip__foot .btn { width: 100%; } }

.partners { display: grid; gap: 1.4rem; }
.partner { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); border: 1px solid var(--line); border-radius: var(--r-lg); overflow: hidden; background: linear-gradient(165deg, rgba(18, 9, 57, .85), rgba(12, 5, 37, .55)); transition: border-color .3s; }
.partner:hover { border-color: rgba(143, 104, 223, .5); }
.partner > * { position: relative; z-index: 1; }
.partner__logo { position: relative; display: grid; place-items: center; min-height: 22rem; padding: 2.4rem 2rem 4.4rem; border-right: 1px solid var(--line); overflow: hidden; background: radial-gradient(circle at 50% 42%, rgba(71, 36, 179, .38), rgba(12, 5, 37, .92) 72%); }
.partner__logo[data-panel="light"] { background: var(--text); }
.partner__logo img { max-width: min(100%, 17rem); max-height: 11rem; width: auto; height: auto; object-fit: contain; transition: transform .9s var(--ease-out); }
.partner:hover .partner__logo img { transform: scale(1.06); }
.partner__fallback { display: none; font-family: var(--serif); font-weight: 300; font-size: clamp(2.2rem, 1.4rem + 2vw, 3.2rem); letter-spacing: -.03em; color: var(--text); }
.partner__logo.is-broken img { display: none; }
.partner__logo.is-broken .partner__fallback { display: block; }
.partner__hover { position: absolute; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; gap: .7rem; padding: 1.05rem 1rem; font-family: var(--mono); font-size: var(--t-xs); color: var(--highlight); background: rgba(6, 3, 17, .7); border-top: 1px solid var(--line); }
.partner__hover .ico { width: .95rem; height: .95rem; transition: transform .5s var(--ease-out); }
.partner__roll { display: inline-block; overflow: hidden; height: 1.3em; line-height: 1.3em; }
.partner__roll > span { display: block; transition: transform .55s var(--ease-out); }
.partner:hover .partner__roll > span, .partner__logo:focus-visible .partner__roll > span { transform: translateY(-100%); }
.partner:hover .partner__hover .ico { transform: translate(3px, -3px); }
@media (hover: none) { .partner__roll > span { transform: translateY(-100%); } }
.partner__body { display: grid; gap: .9rem; align-content: center; padding: clamp(1.8rem, 4vw, 3.2rem); }
.partner__name { font-size: clamp(2.4rem, 1.4rem + 2.6vw, 4rem); font-weight: 300; letter-spacing: -.04em; line-height: 1; overflow-wrap: anywhere; }
.partner__body .prose { max-width: 36em; margin-top: .4rem; }
.partner__link { display: inline-flex; align-items: center; gap: .6rem; width: fit-content; margin-top: .6rem; font-family: var(--mono); font-size: .9rem; color: var(--highlight); border-bottom: 1px solid rgba(189, 160, 237, .4); padding-bottom: .15rem; transition: color .3s, border-color .3s; }
.partner__link .ico { width: .95rem; height: .95rem; transition: transform .5s var(--ease-out); }
.partner__link:hover { color: var(--text); border-color: var(--highlight); }
.partner__link:hover .ico { transform: translate(3px, -3px); }
@media (max-width: 56rem) { .partner { grid-template-columns: minmax(0, 1fr); } .partner__logo { min-height: 15rem; border-right: 0; border-bottom: 1px solid var(--line); } }

html.leave-open { overflow: hidden; scrollbar-gutter: stable; }
.leave { position: fixed; inset: 0; z-index: 1100; display: grid; place-items: center; padding: 1.2rem; touch-action: none; }
.leave__back { position: absolute; inset: 0; background: rgba(6, 3, 17, .74); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); opacity: 0; transition: opacity .4s var(--ease); }
.leave__card { position: relative; width: min(100%, 30rem); padding: clamp(1.6rem, 4vw, 2.3rem); border: 1px solid rgba(143, 104, 223, .45); border-radius: var(--r-lg); background: linear-gradient(165deg, var(--card), var(--bg-2)); box-shadow: 0 40px 120px rgba(0, 0, 0, .6), 0 0 80px rgba(71, 36, 179, .3); opacity: 0; transform: translateY(16px) scale(.98); transition: opacity .4s var(--ease), transform .6s var(--ease-out); }
.leave.is-open .leave__back { opacity: 1; }
.leave.is-open .leave__card { opacity: 1; transform: none; }
.leave__eyebrow { font-family: var(--mono); font-size: var(--t-xs); color: var(--accent); margin-bottom: .8rem; }
.leave__card h2 { font-size: clamp(1.8rem, 1.3rem + 1.4vw, 2.4rem); font-weight: 300; letter-spacing: -.03em; }
.leave__text { margin-top: .9rem; color: var(--text-dim); }
.leave__text strong { color: var(--text); font-weight: 500; }
.leave__url { margin-top: .7rem; overflow-wrap: anywhere; }
.leave__actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.6rem; }
@media (max-width: 30rem) { .leave__actions .btn { width: 100%; } }

.fn-index { border-top: 1px solid var(--line); }
.fn-item { position: relative; display: grid; grid-template-columns: 8.5rem minmax(0, 1fr) auto; gap: 1.2rem 2rem; align-items: center; padding: clamp(1.4rem, 3vw, 2.2rem) .5rem; border-bottom: 1px solid var(--line); color: inherit; transition: opacity .5s var(--ease); }
.fn-item::before { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 1px; background: linear-gradient(90deg, var(--highlight), var(--accent) 30%, transparent 90%); transform: scaleX(0); transform-origin: left; transition: transform .9s var(--ease-out); }
.fn-item__num { font-family: var(--mono); font-size: var(--t-xs); color: var(--accent); }
.fn-item__main { min-width: 0; display: grid; gap: .5rem; }
.fn-item__title { font-family: var(--serif); font-size: clamp(1.9rem, 1.1rem + 2.6vw, 3.2rem); font-weight: 300; letter-spacing: -.035em; line-height: 1.05; transition: transform .8s var(--ease-out), color .3s; overflow-wrap: anywhere; }
.fn-item__meta { line-height: 1.6; }
.fn-item__go { color: var(--accent); transition: transform .6s var(--ease-out), color .3s; }
.fn-item__go .ico { width: 1.3rem; height: 1.3rem; }
@media (hover: hover) {
  .fn-index:hover .fn-item:not(:hover) { opacity: .34; }
  .fn-item:hover::before { transform: scaleX(1); }
  .fn-item:hover .fn-item__title { transform: translateX(1rem); color: var(--highlight); }
  .fn-item:hover .fn-item__go { transform: translateX(6px); color: var(--highlight); }
}
@media (max-width: 40rem) { .fn-item { grid-template-columns: minmax(0, 1fr); gap: .4rem 0; } .fn-item__go { display: none; } }

.fnotes { display: grid; gap: clamp(3.5rem, 7vw, 6.5rem); }
.fnote { position: relative; display: grid; gap: 1.4rem; padding-top: clamp(2.5rem, 5vw, 4rem); border-top: 1px solid var(--line); }
.fnote__title { font-size: clamp(2.4rem, 1.2rem + 4vw, 5rem); font-weight: 300; letter-spacing: -.04em; line-height: 1.02; max-width: 20em; overflow-wrap: anywhere; }
.fnote__lede { font-family: var(--serif); font-size: var(--t-lg); font-weight: 300; line-height: 1.5; color: var(--text-dim); max-width: 40em; }
.fnote__body { max-width: 46rem; display: grid; gap: 1.1rem; }
.fnote__body h3 { font-size: clamp(1.4rem, 1rem + 1.2vw, 2rem); font-weight: 400; letter-spacing: -.02em; margin-top: 1.4rem; }
.fnote__body h3:first-child { margin-top: 0; }
.fnote__body blockquote { margin: 0; padding: 1.1rem 1.5rem; border-left: 2px solid var(--accent); background: rgba(71, 36, 179, .12); border-radius: 0 var(--r-md) var(--r-md) 0; color: var(--highlight); font-family: var(--serif); font-style: italic; font-weight: 300; font-size: var(--t-lg); line-height: 1.45; }
.fnote__body ul.fnote__list { list-style: none; margin: .3rem 0; display: grid; gap: .55rem; }
.fnote__body ul.fnote__list li { position: relative; padding-left: 1.7rem; color: var(--text-dim); }
.fnote__body ul.fnote__list li::before { content: ""; position: absolute; left: .15rem; top: .72em; width: .6rem; height: 1px; background: var(--accent); }
.fnote__back { justify-self: start; display: inline-flex; align-items: center; gap: .55rem; margin-top: .6rem; font-family: var(--mono); font-size: var(--t-xs); color: var(--text-mute); border: 1px solid var(--line); border-radius: 999px; padding: .55rem 1.1rem; transition: color .3s, border-color .3s, transform .5s var(--ease-out); }
.fnote__back .ico { width: .9rem; height: .9rem; transform: rotate(-90deg); }
.fnote__back:hover { color: var(--text); border-color: var(--accent); transform: translateY(-3px); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; transition-delay: 0s !important; }
  .js .reveal, .js [data-split], .js [data-split] .wi { opacity: 1 !important; transform: none !important; }
  .js .banner.reveal { clip-path: none !important; }
  .js .draw *, .js .phead__lens path, .js .phead__lens circle { stroke-dashoffset: 0 !important; opacity: 1 !important; }
  .intro, .curtain { display: none !important; }
  .dock { opacity: 1 !important; }
}
