:root { color-scheme: light; font-family: Arial, Helvetica, sans-serif; color: #22221e; background: #dedbd0; --edge: clamp(24px, 3.4vw, 64px); }
* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; overflow: hidden; }
button, a { font: inherit; -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
.scene { position: relative; width: 100%; height: 100svh; overflow: hidden; isolation: isolate; }
.specimen { position: absolute; width: max(100vw, 100svh); aspect-ratio: 1; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: -1; }
.scene-image { display: block; width: 100%; height: 100%; user-select: none; }
.header { position: absolute; top: max(var(--edge), env(safe-area-inset-top)); left: var(--edge); right: var(--edge); display: flex; align-items: flex-start; justify-content: space-between; }
.brand { display: flex; gap: 22px; align-items: center; }
.wordmark { display: flex; align-items: center; gap: 7px; font-size: clamp(40px, 4.2vw, 70px); line-height: .8; font-weight: 900; letter-spacing: -.065em; }
.wordmark svg { width: .59em; height: .59em; fill: currentColor; }
h1 { margin: 0; border-left: 1px solid #22221e66; padding-left: 22px; font-size: clamp(10px, .88vw, 15px); line-height: 1.3; letter-spacing: .13em; font-weight: 700; }
.ticker { border: 1px solid #22221e55; padding: 8px 13px; font: 12px 'Courier New', monospace; letter-spacing: .06em; }
.thesis-trigger { position: absolute; top: calc(var(--edge) + 70px); right: var(--edge); border: 0; border-top: 1px solid #22221e44; padding: 12px 0 4px; background: transparent; color: inherit; text-align: right; min-height: 56px; }
.thesis-trigger strong { display: block; font-size: clamp(18px, 1.5vw, 24px); letter-spacing: -.05em; }
.thesis-trigger > span { display: block; margin-top: 7px; font: 9px 'Courier New', monospace; letter-spacing: .1em; }
.thesis-trigger:hover { opacity: .7; }
.annotation { position: absolute; left: 53.5%; top: 47.5%; display: flex; align-items: center; color: #393b32; }
.target { width: 12px; height: 12px; border: 1px solid #53564c; border-radius: 50%; }
.leader { height: 1px; width: clamp(24px, 6vw, 110px); background: #53564c88; }
.specimen-label { padding-left: 10px; font: 10px/1.7 'Courier New', monospace; letter-spacing: .07em; white-space: nowrap; }
.specimen-label small { font-size: 9px; opacity: .8; }
.footer { position: absolute; bottom: max(var(--edge), env(safe-area-inset-bottom)); left: var(--edge); right: var(--edge); display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.caption { display: flex; align-items: center; gap: 12px; }
.caption-mark { font-size: 38px; line-height: 1; }
.caption p { margin: 0; font-size: clamp(14px, 1.2vw, 20px); letter-spacing: -.035em; font-weight: 500; }
.controls { width: 365px; flex-shrink: 0; }
.ca-control { width: 100%; display: flex; align-items: center; gap: 15px; border: 1px solid #22221e66; background: #e7e4daa6; padding: 13px 14px; min-height: 46px; color: #22221e; }
.ca-control span { font: 11px 'Courier New', monospace; }
.ca-control strong { flex: 1; text-align: left; font: 11px 'Courier New', monospace; letter-spacing: .06em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.ca-control svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.2; flex-shrink: 0; }
.action-row { display: grid; grid-template-columns: 1.45fr 1fr .6fr 1fr; gap: 6px; margin-top: 6px; }
.action { min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid #22221e66; background: #e7e4daa6; padding: 10px 8px; text-decoration: none; font: 11px 'Courier New', monospace; white-space: nowrap; transition: background 150ms, color 150ms; }
.action.primary { background: #22221e; color: #f5f1e7; border-color: #22221e; }
.social { font: 18px Arial, sans-serif; }
.action:hover, .ca-control:hover { background: #f6f3ea; }
.action.primary:hover { background: #43443b; }
:focus-visible { outline: 2px solid #22221e; outline-offset: 4px; }
.toast { position: absolute; bottom: calc(var(--edge) + 114px); right: var(--edge); max-width: calc(100% - 2 * var(--edge)); padding: 12px 16px; background: #22221e; color: #f5f1e7; font: 11px/1.5 'Courier New', monospace; opacity: 0; transform: translateY(4px); transition: opacity 150ms, transform 150ms; pointer-events: none; overflow-wrap: anywhere; }
.toast.is-visible { opacity: 1; transform: translateY(0); }
dialog { border: 1px solid #ffffff30; padding: 16px; background: #121512; color: #f2f1e8; width: min(1100px, 94vw); max-height: 90svh; }
dialog::backdrop { background: #171914d9; backdrop-filter: blur(7px); }
dialog img { display: block; width: 100%; max-height: 65svh; object-fit: contain; }
dialog form { text-align: right; margin: 0 0 12px; }
.close, .download { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 14px; color: inherit; background: transparent; border: 1px solid #ffffff55; font: 11px 'Courier New', monospace; text-decoration: none; }
.download { margin-top: 16px; }
dialog :focus-visible { outline-color: #f2f1e8; }
.thesis-dialog { width: min(560px, 94vw); padding: clamp(22px, 4vw, 40px); color: #22221e; background: #efede4; border-color: #22221e44; }
.thesis-dialog .close { border-color: #22221e66; }
.thesis-dialog :focus-visible { outline-color: #22221e; }
.eyebrow { font: 10px 'Courier New', monospace; letter-spacing: .1em; }
.thesis-dialog h2 { margin: 16px 0 10px; font-size: clamp(26px, 6vw, 38px); line-height: 1.05; letter-spacing: -.06em; }
.pairing { font-size: 15px; line-height: 1.5; margin-bottom: 26px; }
.thesis-story { border-block: 1px solid #22221e33; padding-block: 4px; }
.thesis-story p { margin: 22px 0; font-size: 17px; line-height: 1.5; letter-spacing: -.025em; }
.thesis-story strong { font-weight: 700; }
.board-seat { font-size: clamp(30px, 7vw, 42px); line-height: 1.05; letter-spacing: -.06em; margin: 28px 0 18px; }
.meme-equation { font-size: 20px; font-weight: 700; letter-spacing: -.035em; }
.mechanics-link { display: inline-block; padding-block: 12px; font: 10px 'Courier New', monospace; text-underline-offset: 3px; }
@media (max-width: 700px) {
  :root { --edge: 24px; }
  .brand { gap: 14px; }
  .wordmark { font-size: 43px; }
  h1 { padding-left: 14px; font-size: 9px; }
  .ticker { font-size: 10px; padding: 6px 8px; }
  .thesis-trigger { top: calc(var(--edge) + 74px); left: var(--edge); right: auto; text-align: left; }
  .specimen { width: max(100vw, 100svh); top: 50%; }
  .annotation { top: 45%; left: 52%; }
  .leader { width: 18px; }
  .specimen-label { font-size: 8px; padding-left: 6px; }
  .specimen-label small { font-size: 7px; }
  .target { width: 8px; height: 8px; }
  .footer { display: block; }
  .caption { margin-bottom: 22px; gap: 8px; }
  .caption-mark { font-size: 26px; }
  .caption p { font-size: 15px; }
  .controls { width: 100%; }
  .toast { bottom: calc(var(--edge) + 114px); }
}
@media (max-width: 360px) { :root { --edge: 18px; } .wordmark { font-size: 35px; } .brand { gap: 10px; } h1 { padding-left: 10px; font-size: 8px; } }
@media (max-height: 500px) and (min-width: 701px) { :root { --edge: 22px; } .wordmark { font-size: 40px; } .caption p { font-size: 14px; } .annotation { top: 45%; } }
@media (max-height: 500px) and (max-width: 700px) { :root { --edge: 16px; } .specimen { width: 100vw; top: 43%; } .wordmark { font-size: 32px; } .header h1 { font-size: 8px; } .footer { display: flex; align-items: flex-end; gap: 15px; } .controls { width: 290px; } .caption { margin-bottom: 8px; } .caption p { max-width: 85px; font-size: 12px; } .caption-mark { display: none; } .annotation { display: none; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition: none !important; animation: none !important; } }
