:root {
  --blue-950: #021337;
  --blue-900: #061f59;
  --blue-800: #0b327f;
  --blue-600: #195ad2;
  --ivory: #f7f2e7;
  --paper: #ece3d2;
  --gold: #d5b46b;
  --gold-pale: #f0d99b;
  --ink: #071a3b;
  --line: rgba(213, 180, 107, 0.42);
  --display: "Venetian Display", "Bodoni 72", Didot, "Times New Roman", serif;
  --sans: "Lagoon Sans", Avenir, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

@font-face { font-family: "Venetian Display"; src: local("Bodoni 72"), local("Bodoni 72 Smallcaps"), local("Didot"); font-display: swap; }
@font-face { font-family: "Lagoon Sans"; src: local("Avenir Next"), local("Avenir"), local("Helvetica Neue"); font-display: swap; }

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ivory);
  background: var(--blue-950);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}
body::selection { color: var(--blue-950); background: var(--gold-pale); }
button { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--gold-pale); outline-offset: 4px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
main { background: var(--ivory); }

.noise {
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: 0.075;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  height: 88px;
  padding: 0 clamp(22px, 4.6vw, 76px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.18);
  background: linear-gradient(180deg, rgba(1,11,34,.72), transparent);
}

.brand { display: flex; align-items: center; gap: 12px; font-family: var(--display); font-size: 1.15rem; letter-spacing: .12em; }
.brand-mark { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold-pale); font-size: 1.1rem; letter-spacing: 0; }
.desktop-nav { display: flex; gap: clamp(24px, 3.4vw, 54px); font-size: .78rem; text-transform: uppercase; letter-spacing: .18em; }
.desktop-nav a { opacity: .8; transition: opacity .25s ease, color .25s ease; }
.desktop-nav a:hover { opacity: 1; color: var(--gold-pale); }
.header-buy { padding: 11px 16px; border: 1px solid rgba(255,255,255,.44); font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; transition: background .25s ease, color .25s ease; }
.header-buy:hover { background: var(--ivory); color: var(--blue-950); }

.hero { position: relative; min-height: min(850px, 100svh); display: grid; align-items: end; isolation: isolate; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.02); animation: heroDrift 16s ease-in-out infinite alternate; }
.hero-shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(0,10,37,.92) 0%, rgba(3,20,59,.67) 34%, rgba(2,17,52,.06) 66%), linear-gradient(0deg, rgba(1,12,38,.76), transparent 45%); }
.hero-copy { width: min(720px, 62vw); padding: 0 0 clamp(88px, 11vh, 120px) clamp(22px, 7vw, 112px); }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 12px; color: var(--gold-pale); font-size: .74rem; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow span { width: 38px; height: 1px; background: var(--gold); }
h1 { margin: 0; max-width: 680px; font-family: var(--display); font-size: clamp(2.7rem, 5.1vw, 5.1rem); font-weight: 400; line-height: .98; letter-spacing: -.035em; text-wrap: balance; text-shadow: 0 3px 30px rgba(0,9,35,.36); }
.hero-lede { max-width: 460px; margin: 24px 0 0; color: rgba(247,242,231,.8); font-family: var(--display); font-size: clamp(1rem, 1.5vw, 1.25rem); font-style: italic; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 48px; padding: 13px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid transparent; font-size: .76rem; font-weight: 650; letter-spacing: .12em; text-transform: uppercase; transition: transform .25s ease, background .25s ease, color .25s ease, border-color .25s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: var(--blue-950); background: var(--gold-pale); }
.button-gold:hover { background: #ffe8ad; }
.button-ghost { border-color: rgba(255,255,255,.44); background: rgba(2,19,55,.2); backdrop-filter: blur(7px); }
.button-ghost:hover { border-color: var(--gold); color: var(--gold-pale); }
.hero-utility { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; margin-top: 22px; color: rgba(255,255,255,.72); font-size: .7rem; text-transform: uppercase; letter-spacing: .12em; }
.hero-utility > a { transition: color .2s ease; }
.hero-utility > a:hover { color: var(--gold-pale); }
.hero-utility button { padding: 0; display: flex; align-items: center; gap: 8px; color: inherit; background: none; border: 0; cursor: pointer; text-transform: inherit; letter-spacing: inherit; }
.hero-utility button span { color: var(--gold-pale); }
.hero-utility button strong { max-width: 106px; overflow: hidden; text-overflow: ellipsis; font-weight: 500; }
.hero-utility button em { color: var(--ivory); font-style: normal; border-bottom: 1px solid var(--line); }
.hero-seal { position: absolute; right: clamp(22px, 5vw, 80px); bottom: clamp(82px, 10vh, 114px); width: clamp(148px, 18vw, 270px); }
.hero-seal img { border-radius: 50%; filter: drop-shadow(0 20px 44px rgba(0,7,28,.55)); animation: sealFloat 6s ease-in-out infinite; }
.seal-caption { margin-top: 14px; padding-top: 10px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: var(--gold-pale); font-size: .62rem; letter-spacing: .18em; }
.scroll-cue { position: absolute; left: 26px; bottom: 94px; display: flex; flex-direction: column; align-items: center; gap: 10px; color: rgba(255,255,255,.66); font-size: .62rem; letter-spacing: .18em; text-transform: uppercase; }
.scroll-cue i { width: 1px; height: 38px; background: linear-gradient(var(--gold), transparent); }

.ticker { height: 48px; overflow: hidden; color: var(--blue-950); background: var(--gold-pale); border-block: 1px solid #edd081; }
.ticker-track { width: max-content; height: 100%; display: flex; align-items: center; gap: 28px; font-family: var(--display); font-size: .8rem; letter-spacing: .16em; animation: ticker 24s linear infinite; }
.ticker-track b { color: var(--blue-600); }

.section-shell { width: min(1240px, calc(100% - 44px)); margin-inline: auto; }
.section-index { display: flex; align-items: center; gap: 16px; color: var(--blue-800); font-size: .68rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.section-index span:first-child { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(11,50,127,.28); border-radius: 50%; }
.section-index.light { color: var(--gold-pale); }
.section-index.light span:first-child { border-color: var(--line); }
.kicker { margin: 0 0 17px; color: var(--blue-600); font-size: .72rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
h2 { margin: 0; color: var(--ink); font-family: var(--display); font-size: clamp(2.3rem, 4.3vw, 4.4rem); font-weight: 400; line-height: 1.02; letter-spacing: -.035em; text-wrap: balance; }
.body-copy { max-width: 530px; margin: 24px 0 0; color: rgba(7,26,59,.68); font-size: 1rem; line-height: 1.75; }
.image-frame { overflow: hidden; }
.image-frame > img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.7,.2,1); }
.image-frame:hover > img { transform: scale(1.025); }
figure { margin: 0; }
figcaption { min-height: 42px; padding: 12px 2px 0; display: flex; justify-content: space-between; color: rgba(7,26,59,.58); border-top: 1px solid rgba(7,26,59,.18); font-size: .64rem; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }

.manifesto { padding-block: clamp(92px, 12vw, 172px); display: grid; grid-template-columns: .55fr 1.45fr; gap: 36px; color: var(--ink); }
.manifesto-copy { padding-right: 5vw; }
.wide-figure { grid-column: 1 / -1; margin-top: 58px; }
.wide-figure img { aspect-ratio: 3 / 1; }

.guardian { padding-bottom: clamp(100px, 13vw, 178px); display: grid; grid-template-columns: minmax(280px, .92fr) minmax(320px, 1.08fr); align-items: center; gap: clamp(46px, 8vw, 120px); color: var(--ink); }
.guardian-image { position: relative; height: min(760px, 72vw); }
.guardian-image::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(240,217,155,.5); pointer-events: none; }
.image-note { position: absolute; left: 28px; bottom: 26px; padding: 9px 12px; color: var(--ivory); background: rgba(2,19,55,.7); backdrop-filter: blur(8px); font-size: .64rem; text-transform: uppercase; letter-spacing: .16em; }
.guardian-copy .section-index { margin-bottom: clamp(54px, 9vw, 124px); }
.principles { margin-top: 42px; border-top: 1px solid rgba(7,26,59,.16); }
.principles > div { padding: 16px 0; display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 16px; border-bottom: 1px solid rgba(7,26,59,.16); }
.principles > div > span { width: 32px; height: 32px; display: grid; place-items: center; color: var(--blue-800); border: 1px solid rgba(11,50,127,.32); border-radius: 50%; font-family: var(--display); }
.principles p { margin: 0; display: flex; justify-content: space-between; gap: 20px; }
.principles strong { font-family: var(--display); font-size: 1.15rem; font-weight: 500; }
.principles small { color: rgba(7,26,59,.5); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }

.network { position: relative; min-height: clamp(560px, 68vw, 840px); display: grid; align-items: end; overflow: hidden; }
.network > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.network-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1,14,45,.86), rgba(2,19,55,.12) 68%), linear-gradient(0deg, rgba(1,12,38,.68), transparent 55%); }
.network-content { position: relative; width: min(1240px, calc(100% - 44px)); margin: 0 auto; padding-bottom: clamp(60px, 8vw, 110px); }
.network-content h2 { max-width: 650px; color: var(--ivory); }
.network-content .kicker { margin-top: 76px; color: var(--gold-pale); }
.network-content > p:last-child { max-width: 440px; margin: 22px 0 0; color: rgba(247,242,231,.76); font-family: var(--display); font-size: 1.12rem; font-style: italic; }

.token { padding-block: clamp(100px, 13vw, 180px); display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: clamp(54px, 8vw, 110px); color: var(--ink); }
.token-copy .section-index { margin-bottom: clamp(54px, 8vw, 100px); }
.token-facts { margin: 38px 0 0; border-top: 1px solid rgba(7,26,59,.16); }
.token-facts div { padding: 14px 0; display: flex; justify-content: space-between; border-bottom: 1px solid rgba(7,26,59,.16); }
.token-facts dt { color: rgba(7,26,59,.5); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.token-facts dd { margin: 0; font-family: var(--display); font-size: 1.05rem; }
.token-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.button-blue { color: var(--ivory); background: var(--blue-900); }
.button-blue:hover { background: var(--blue-800); }
.button-outline { color: var(--blue-900); border-color: rgba(7,26,59,.3); background: transparent; cursor: pointer; }
.button-outline:hover { border-color: var(--blue-900); }
.token-image img { aspect-ratio: 1 / 1; }

.gallery { padding-bottom: clamp(110px, 14vw, 188px); color: var(--ink); }
.gallery-heading { display: grid; grid-template-columns: .65fr 1fr; gap: 30px; align-items: end; margin-bottom: 52px; }
.gallery-heading h2 { grid-column: 2; }
.gallery-heading .body-copy { grid-column: 2; margin-top: -8px; }
.gallery-grid { display: grid; grid-template-columns: 1.55fr .68fr; gap: 18px; align-items: stretch; }
.gallery-main img, .gallery-seal img { height: min(560px, 48vw); }
.gallery-seal { background: var(--blue-950); }
.gallery-seal img { object-fit: contain; }

.passage { position: relative; min-height: 680px; display: grid; place-items: center; overflow: hidden; }
.passage-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.passage-shade { position: absolute; inset: 0; background: radial-gradient(circle at center, rgba(3,28,82,.35), rgba(0,8,30,.82)); }
.passage-content { position: relative; width: min(720px, calc(100% - 44px)); padding: 54px 30px; text-align: center; border: 1px solid var(--line); background: rgba(2,16,49,.44); backdrop-filter: blur(10px); }
.passage-mark { width: 112px; margin: 0 auto 22px; border-radius: 50%; filter: drop-shadow(0 16px 22px rgba(0,0,0,.28)); }
.passage-content .kicker { color: var(--gold-pale); }
.passage-content h2 { color: var(--ivory); }
.passage-actions { margin-top: 32px; display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }

footer { min-height: 170px; padding: 40px clamp(22px, 5vw, 76px); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 24px; color: rgba(247,242,231,.68); background: var(--blue-950); border-top: 1px solid rgba(255,255,255,.12); font-size: .76rem; }
footer p { margin: 0; text-align: center; }
.footer-brand { color: var(--ivory); justify-self: start; }
.footer-links { display: flex; justify-content: flex-end; gap: 22px; text-transform: uppercase; letter-spacing: .1em; }
.footer-links a, .footer-links button { transition: color .2s ease; }
.footer-links a:hover, .footer-links button:hover { color: var(--gold-pale); }
.footer-links button { padding: 0; color: inherit; background: none; border: 0; cursor: pointer; text-transform: inherit; letter-spacing: inherit; }
.copy-toast { position: fixed; right: 22px; bottom: 22px; z-index: 50; padding: 12px 16px; color: var(--blue-950); background: var(--gold-pale); box-shadow: 0 12px 40px rgba(0,0,0,.28); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity .25s ease, transform .25s ease; }
.copy-toast.show { opacity: 1; transform: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
@keyframes heroDrift { from { transform: scale(1.02) translateX(0); } to { transform: scale(1.075) translateX(-.8%); } }
@keyframes sealFloat { 50% { transform: translateY(-10px) rotate(.8deg); } }
@keyframes ticker { to { transform: translateX(-50%); } }

@media (max-width: 760px) {
  .site-header { height: 72px; }
  .desktop-nav { display: none; }
  .header-buy { padding: 9px 11px; font-size: .66rem; }
  .brand { font-size: 1rem; }
  .brand-mark { width: 32px; height: 32px; }
  .hero { min-height: 760px; }
  .hero-bg { object-position: 61% center; }
  .hero-shade { background: linear-gradient(180deg, rgba(0,11,37,.4), rgba(1,13,42,.88) 74%); }
  .hero-copy { width: 100%; padding: 0 22px 74px; }
  h1 { max-width: 580px; font-size: clamp(2.55rem, 12vw, 4rem); line-height: 1; }
  .hero-lede { max-width: 310px; }
  .hero-actions { margin-top: 26px; }
  .hero-actions .button { flex: 1; min-width: 142px; }
  .hero-utility { gap: 12px; }
  .hero-seal { top: 102px; right: 20px; bottom: auto; width: 132px; }
  .seal-caption { display: none; }
  .scroll-cue { display: none; }
  .section-shell { width: min(100% - 36px, 1240px); }
  .manifesto { padding-block: 86px; grid-template-columns: 1fr; gap: 28px; }
  .manifesto-copy { padding: 0; }
  .wide-figure { margin-top: 24px; }
  .wide-figure img { aspect-ratio: 1.45 / 1; }
  .guardian { padding-bottom: 96px; grid-template-columns: 1fr; gap: 52px; }
  .guardian-image { height: 108vw; max-height: 660px; }
  .guardian-copy .section-index, .token-copy .section-index { margin-bottom: 54px; }
  .principles p { align-items: center; }
  .principles small { max-width: 130px; text-align: right; }
  .network { min-height: 650px; }
  .network > img { object-position: 66% center; }
  .network-overlay { background: linear-gradient(0deg, rgba(1,12,38,.9), rgba(2,19,55,.12) 75%); }
  .network-content { width: calc(100% - 36px); padding-bottom: 54px; }
  .token { padding-block: 96px; grid-template-columns: 1fr; }
  .token-copy { order: 2; }
  .token-image { order: 1; }
  .gallery-heading { grid-template-columns: 1fr; gap: 24px; }
  .gallery-heading h2, .gallery-heading .body-copy { grid-column: 1; }
  .gallery-heading .body-copy { margin-top: -8px; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-main img { height: 58vw; min-height: 280px; }
  .gallery-seal img { height: 86vw; max-height: 560px; }
  .passage { min-height: 640px; }
  .passage-bg { object-position: center; }
  .passage-content { padding: 42px 18px; }
  .passage-actions .button { width: 100%; }
  footer { padding-block: 46px; grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-links { justify-self: center; justify-content: center; }
  footer p { order: 3; }
}

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