:root {
  --green-950: #0c1f16;
  --green-900: #10291c;
  --green-800: #173322;
  --green-700: #244c32;
  --cream: #f4e8ce;
  --cream-dark: #d7c39d;
  --gold: #e3ad3d;
  --gold-bright: #ffd978;
  --ink: #142019;
  --brown: #6e412c;
  --brown-light: #9d6845;
  --line: rgba(244, 232, 206, 0.22);
  --mono: 'DM Mono', 'Courier New', monospace;
  --sans: 'Space Grotesk', 'Trebuchet MS', Arial, sans-serif;
  --display: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--green-950);
  color: var(--cream);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-shell {
  overflow: hidden;
}

.page-intro {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--green-950);
  color: var(--cream);
  pointer-events: none;
  animation: intro-exit 0.78s 1.18s both cubic-bezier(0.76, 0, 0.24, 1);
}

.page-intro::before,
.page-intro::after {
  content: '';
  position: absolute;
  width: 56vw;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.75;
}

.page-intro::before {
  top: 28%;
  left: -13%;
  transform: rotate(-23deg);
  animation: intro-line-one 1.3s 0.1s both cubic-bezier(0.22, 1, 0.36, 1);
}

.page-intro::after {
  right: -13%;
  bottom: 28%;
  transform: rotate(-23deg);
  animation: intro-line-two 1.3s 0.2s both cubic-bezier(0.22, 1, 0.36, 1);
}

.page-intro__inner {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 16px;
  width: min(500px, 78vw);
  text-align: center;
  animation: intro-rise 0.8s 0.12s both cubic-bezier(0.22, 1, 0.36, 1);
}

.page-intro__logo {
  position: absolute;
  z-index: 1;
  right: 4%;
  bottom: -6%;
  width: min(43vw, 580px);
  max-width: none;
  opacity: 0;
  filter: saturate(0.7) contrast(1.1);
  mix-blend-mode: screen;
  transform: translate(15%, 12%) rotate(-9deg) scale(0.82);
  animation: intro-logo-in 1.25s 0.24s both cubic-bezier(0.22, 1, 0.36, 1);
}

.page-intro__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.page-intro__label {
  color: var(--gold);
  font: 9px var(--mono);
  letter-spacing: 0.19em;
  text-transform: uppercase;
}

.page-intro__ticker {
  padding: 5px 8px 4px;
  border: 1px solid rgba(255, 217, 120, 0.55);
  color: var(--gold-bright);
  font: 500 9px var(--mono);
  letter-spacing: 0.14em;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 0 18px rgba(255, 217, 120, 0.08);
}

.page-intro__title {
  display: grid;
  color: var(--cream);
  font: 400 clamp(50px, 9vw, 104px)/0.82 var(--display);
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.page-intro__title span:last-child {
  color: var(--gold-bright);
}

.page-intro__line {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--gold);
  transform-origin: left center;
  animation: intro-line-grow 1s 0.55s both cubic-bezier(0.22, 1, 0.36, 1);
}

.hero {
  isolation: isolate;
  --pointer-x: 50%;
  --pointer-y: 50%;
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  padding: 28px clamp(22px, 5vw, 82px) 38px;
  background:
    radial-gradient(circle at 72% 42%, rgba(54, 110, 68, 0.42), transparent 30%),
    radial-gradient(circle at 12% 88%, rgba(31, 73, 46, 0.42), transparent 28%),
    var(--green-800);
}

.hero::after {
  content: '';
  position: absolute;
  z-index: 0;
  inset: -22%;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 217, 120, 0.18), transparent 22%),
    conic-gradient(from 140deg at 50% 50%, transparent 0deg, rgba(64, 127, 75, 0.12) 90deg, transparent 170deg, rgba(227, 173, 61, 0.06) 255deg, transparent 330deg);
  filter: blur(26px);
  opacity: 0.75;
  animation: ambient-rotate 22s linear infinite;
}

.hero::before,
.story::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  z-index: 3;
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(244, 232, 206, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 232, 206, 0.09) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
  pointer-events: none;
  animation: grid-drift 28s linear infinite;
}

.hero-glow {
  position: absolute;
  z-index: -1;
  width: 38vw;
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(8px);
  opacity: 0.35;
  pointer-events: none;
  animation: glow-breathe 8s ease-in-out infinite;
}

.hero-glow--left {
  bottom: -24%;
  left: -18%;
  background: #397849;
}

.hero-glow--right {
  top: -25%;
  right: -14%;
  background: #a87529;
  opacity: 0.12;
  animation-delay: -3s;
}

.hero-light {
  position: absolute;
  z-index: 1;
  width: 28%;
  height: 150%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 217, 120, 0.08), transparent);
  filter: blur(14px);
  opacity: 0;
  transform: rotate(25deg) translateX(-90%);
}

.hero-light--one {
  top: -24%;
  left: 26%;
  animation: light-sweep 11s 1.8s ease-in-out infinite;
}

.hero-light--two {
  top: -28%;
  left: 78%;
  width: 17%;
  animation: light-sweep 14s 5s ease-in-out infinite reverse;
}

.hero-scanline {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 217, 120, 0.72), transparent);
  box-shadow: 0 0 22px rgba(255, 217, 120, 0.46);
  opacity: 0;
  pointer-events: none;
  animation: scan-sweep 8s 2.2s ease-in-out infinite;
}

.particle-field {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.particle {
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 16px rgba(255, 217, 120, 0.72);
  opacity: 0.4;
  animation: particle-drift 8s ease-in-out infinite;
}

.particle--one { top: 21%; left: 10%; animation-delay: -1s; }
.particle--two { top: 66%; left: 8%; width: 3px; height: 3px; animation-delay: -4s; }
.particle--three { top: 15%; left: 62%; width: 3px; height: 3px; animation-delay: -6s; }
.particle--four { top: 74%; left: 61%; animation-delay: -2s; }
.particle--five { top: 44%; left: 91%; width: 3px; height: 3px; animation-delay: -5s; }
.particle--six { top: 87%; left: 45%; width: 2px; height: 2px; animation-delay: -7s; }
}

.site-nav,
.hero-content,
.scroll-cue {
  position: relative;
  z-index: 5;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1440px;
  margin: 0 auto;
  animation: rise-in 0.8s 0.05s both cubic-bezier(0.22, 1, 0.36, 1);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-width: max-content;
}

.brand-mark {
  width: 42px;
  height: 42px;
  overflow: hidden;
  flex: 0 0 auto;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: var(--brown);
  box-shadow: 4px 4px 0 rgba(8, 19, 13, 0.3);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-copy {
  display: grid;
  gap: 1px;
  color: var(--cream);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.16em;
  line-height: 1;
}

.brand-copy strong {
  color: var(--gold-bright);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(22px, 3.3vw, 52px);
  margin-left: auto;
  margin-right: clamp(12px, 2vw, 34px);
  color: rgba(244, 232, 206, 0.72);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-links a,
.story-link,
.scroll-cue {
  transition: color 180ms ease, transform 180ms ease;
}

.nav-links a:hover,
.story-link:hover {
  color: var(--gold-bright);
}

.social-links {
  display: flex;
  align-items: center;
  gap: 7px;
}

.social-link {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border: 1px solid rgba(244, 232, 206, 0.34);
  color: rgba(244, 232, 206, 0.82);
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.social-link:hover {
  border-color: var(--gold);
  background: var(--gold);
  color: var(--green-950);
  transform: translateY(-3px);
}

.social-link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.social-link--x svg {
  stroke-width: 1.9;
}

.nav-button,
.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 46px;
  padding: 0 19px;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: var(--green-950);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-button:hover,
.hero-button:hover {
  background: var(--gold-bright);
  transform: translateY(-3px);
}

.nav-button svg,
.hero-button svg,
.story-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: clamp(40px, 7vw, 132px);
  max-width: 1240px;
  min-height: calc(100svh - 118px);
  margin: 0 auto;
  padding: 46px 2.5vw 70px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
  animation: rise-in 0.9s 0.18s both cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-copy > * {
  opacity: 0;
  animation: text-in 0.78s both cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-copy > .eyebrow { animation-delay: 0.28s; }
.hero-copy > h1 { animation-delay: 0.38s; }
.hero-copy > .hero-description { animation-delay: 0.48s; }
.hero-copy > .hero-button { animation-delay: 0.58s; }
.hero-copy > .hero-note { animation-delay: 0.68s; }
.hero-copy > .contract-panel { animation-delay: 0.78s; }

.eyebrow,
.section-kicker,
.media-label,
.logo-card__topline,
.logo-card__footer,
.story-footer,
.scroll-cue {
  font-family: var(--mono);
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.eyebrow,
.section-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: var(--gold-bright);
  font-size: 10px;
  line-height: 1.4;
}

.eyebrow span {
  display: block;
  width: 38px;
  height: 1px;
  background: var(--gold);
}

h1,
h2,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: 0.005em;
  line-height: 0.9;
  text-transform: uppercase;
}

h1 {
  max-width: 680px;
  margin-bottom: 28px;
  color: var(--cream);
  font-size: clamp(68px, 9.2vw, 154px);
}

h1 em,
h2 em {
  color: var(--gold-bright);
  font-style: normal;
}

.hero-description {
  max-width: 440px;
  margin-bottom: 31px;
  color: rgba(244, 232, 206, 0.72);
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.65;
}

.hero-button {
  width: max-content;
  padding: 0 22px;
}

.hero-note {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-top: 30px;
  color: rgba(244, 232, 206, 0.52);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.09em;
  line-height: 1.65;
  text-transform: uppercase;
}

.contract-panel {
  max-width: 610px;
  margin-top: 27px;
  padding: 13px 14px 12px;
  border: 1px solid rgba(227, 173, 61, 0.42);
  background: rgba(12, 31, 22, 0.34);
  box-shadow: 7px 7px 0 rgba(9, 24, 16, 0.16);
}

.contract-panel__heading,
.copy-status {
  font-family: var(--mono);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.contract-panel__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--gold);
  font-size: 8px;
  line-height: 1.2;
}

.contract-row {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding-top: 11px;
}

.contract-address {
  min-width: 0;
  flex: 1 1 auto;
  color: var(--cream);
  font-family: var(--mono);
  font-size: clamp(8px, 0.78vw, 10px);
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.copy-button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--gold-bright);
  cursor: pointer;
  font: 500 9px var(--mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.copy-button svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.2;
}

.copy-button:hover,
.copy-button.is-copied {
  background: var(--gold);
  color: var(--green-950);
  transform: translateY(-2px);
}

.copy-status {
  margin: 9px 0 0;
  color: rgba(244, 232, 206, 0.48);
  font-size: 8px;
  line-height: 1.3;
}

.note-line {
  display: block;
  width: 26px;
  height: 1px;
  margin-top: 7px;
  background: var(--brown-light);
}

.hero-art {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(640px, 68vh);
  animation: rise-in 1s 0.28s both cubic-bezier(0.22, 1, 0.36, 1);
}

.logo-card {
  position: relative;
  z-index: 2;
  width: min(100%, 510px);
  padding: 14px;
  border: 1px solid rgba(227, 173, 61, 0.62);
  background: #102619;
  box-shadow: 18px 20px 0 rgba(9, 24, 16, 0.28), 0 0 60px rgba(0, 0, 0, 0.14);
  transform: perspective(1000px) rotate(3.8deg) rotateX(var(--tilt-y, 0deg)) rotateY(var(--tilt-x, 0deg));
  translate: 0 0;
  animation: card-float 6s 1.3s ease-in-out infinite;
  transition: transform 350ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 350ms ease;
}

.logo-card:hover {
  box-shadow: 20px 22px 0 rgba(9, 24, 16, 0.28), 0 0 80px rgba(227, 173, 61, 0.16);
}

.logo-card__topline,
.logo-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: var(--gold);
  font-size: 8px;
  line-height: 1.3;
}

.logo-card__topline {
  padding: 2px 2px 13px;
}

.logo-card__footer {
  padding: 13px 2px 1px;
}

.footer-arrow {
  color: var(--cream);
  font-size: 16px;
  line-height: 0.6;
}

.logo-frame {
  overflow: hidden;
  border: 1px solid rgba(227, 173, 61, 0.68);
  background: var(--brown);
}

.logo-frame img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.orbit {
  position: absolute;
  width: 112%;
  aspect-ratio: 1;
  border: 1px solid rgba(227, 173, 61, 0.24);
  border-radius: 50%;
  transform: rotate(-24deg);
}

.orbit::after {
  content: '';
  position: absolute;
  top: 4%;
  right: 13%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold-bright);
  box-shadow: 0 0 0 5px rgba(255, 217, 120, 0.1), 0 0 24px rgba(255, 217, 120, 0.8);
}

.orbit--two {
  width: 92%;
  border-color: rgba(244, 232, 206, 0.12);
  transform: rotate(54deg) scaleY(0.48);
  animation: ring-spin-reverse 26s linear infinite;
}

.orbit--one {
  animation: ring-spin 18s linear infinite;
}

.orbit--two::after {
  top: auto;
  right: auto;
  bottom: 12%;
  left: 4%;
  width: 6px;
  height: 6px;
  background: var(--cream);
  box-shadow: 0 0 16px rgba(244, 232, 206, 0.8);
}

.art-spark {
  position: absolute;
  z-index: 3;
  color: var(--gold-bright);
  font-size: 24px;
  line-height: 1;
}

.art-spark--one {
  top: 11%;
  left: 8%;
  transform: rotate(14deg);
  animation: spark-twinkle 3.7s -1.2s ease-in-out infinite;
}

.art-spark--two {
  right: 5%;
  bottom: 12%;
  font-size: 15px;
  transform: rotate(-17deg);
  animation: spark-twinkle 4.2s -2.7s ease-in-out infinite;
}

.hero-sticker {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 10%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 16px 12px 12px;
  border: 2px solid var(--green-950);
  background: var(--gold);
  color: var(--green-950);
  box-shadow: 7px 7px 0 rgba(9, 24, 16, 0.32);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-transform: uppercase;
  transform: rotate(-8deg);
  animation: sticker-bob 4.5s 1.7s ease-in-out infinite;
}

.hero-sticker b {
  font-size: 13px;
  letter-spacing: 0.02em;
}

.sticker-star {
  font-size: 24px;
}

.scroll-cue {
  position: absolute;
  bottom: 34px;
  left: clamp(22px, 5vw, 82px);
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: rgba(244, 232, 206, 0.56);
  font-size: 9px;
  z-index: 5;
}

.scroll-cue:hover {
  color: var(--gold-bright);
  transform: translateY(3px);
}

.scroll-cue__line {
  display: block;
  width: 58px;
  height: 1px;
  background: currentColor;
}

.story {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  scroll-margin-top: 20px;
  min-height: 100svh;
  padding: clamp(82px, 9vw, 144px) clamp(22px, 8vw, 132px) 34px;
  background: var(--cream);
  color: var(--ink);
}

.story::before {
  opacity: 0.08;
  background-blend-mode: multiply;
}

.story-background {
  position: absolute;
  z-index: -1;
  width: min(52vw, 760px);
  aspect-ratio: 1;
  top: -21%;
  right: -13%;
  border: 1px solid rgba(20, 32, 25, 0.1);
  border-radius: 50%;
  box-shadow: 0 0 0 46px rgba(20, 32, 25, 0.035), 0 0 0 94px rgba(20, 32, 25, 0.028);
  animation: background-turn 34s linear infinite;
}

.story-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(330px, 0.88fr);
  align-items: center;
  gap: clamp(48px, 8vw, 134px);
  max-width: 1260px;
  min-height: calc(100svh - 176px);
  margin: 0 auto;
}

.story-media {
  position: relative;
  padding: 23px 0 26px;
}

.story-image-wrap {
  position: relative;
  overflow: hidden;
  border: 8px solid var(--green-900);
  background: var(--brown);
  box-shadow: 15px 17px 0 rgba(20, 32, 25, 0.13);
  transform: rotate(-2.1deg);
}

.story-image-wrap::after {
  content: '';
  position: absolute;
  z-index: 2;
  top: -45%;
  left: -32%;
  width: 20%;
  height: 190%;
  background: linear-gradient(90deg, transparent, rgba(255, 217, 120, 0.34), transparent);
  pointer-events: none;
  transform: skewX(-18deg);
  animation: image-sheen 8s 2.2s ease-in-out infinite;
}

.story-image-wrap img {
  width: 100%;
  height: auto;
}

.image-corner {
  position: absolute;
  width: 34px;
  height: 34px;
  border-color: var(--gold-bright);
  border-style: solid;
}

.image-corner--one {
  top: 13px;
  left: 13px;
  border-width: 2px 0 0 2px;
}

.image-corner--two {
  right: 13px;
  bottom: 13px;
  border-width: 0 2px 2px 0;
}

.media-label {
  position: absolute;
  z-index: 2;
  display: inline-block;
  padding: 8px 11px;
  background: var(--gold);
  color: var(--green-950);
  font-size: 9px;
  line-height: 1;
  box-shadow: 4px 4px 0 rgba(20, 32, 25, 0.16);
}

.media-label--top {
  top: 3px;
  left: 6%;
  transform: rotate(-5deg);
}

.media-label--bottom {
  right: 5%;
  bottom: 2px;
  background: var(--green-900);
  color: var(--gold-bright);
  transform: rotate(4deg);
}

.story-copy {
  max-width: 500px;
}

.js .story [data-reveal] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 850ms cubic-bezier(0.22, 1, 0.36, 1), transform 850ms cubic-bezier(0.22, 1, 0.36, 1);
}

.js .story.is-visible [data-reveal] {
  opacity: 1;
  transform: translateY(0);
}

.js .story.is-visible [data-reveal='story-copy'] {
  transition-delay: 140ms;
}

.section-kicker {
  margin-bottom: 25px;
  color: var(--green-700);
}

.section-kicker span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--green-700);
  border-radius: 50%;
  font-size: 9px;
}

h2 {
  max-width: 570px;
  margin-bottom: 27px;
  color: var(--green-900);
  font-size: clamp(54px, 6.1vw, 104px);
}

h2 em {
  color: var(--brown);
}

.story-lead {
  max-width: 420px;
  margin-bottom: 13px;
  color: var(--green-900);
  font-size: clamp(17px, 1.55vw, 22px);
  font-weight: 600;
  line-height: 1.35;
}

.story-body {
  max-width: 475px;
  margin-bottom: 30px;
  color: rgba(20, 32, 25, 0.66);
  font-size: 14px;
  line-height: 1.72;
}

.story-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 510px;
  margin-bottom: 32px;
  border-top: 1px solid rgba(20, 32, 25, 0.22);
  border-bottom: 1px solid rgba(20, 32, 25, 0.22);
}

.story-step {
  display: grid;
  gap: 9px;
  padding: 15px 11px 15px 0;
  border-right: 1px solid rgba(20, 32, 25, 0.16);
  transition: color 180ms ease, transform 180ms ease;
}

.story-step:hover {
  transform: translateY(-4px);
}

.story-step:hover .step-number {
  color: var(--green-700);
}

.story-step + .story-step {
  padding-left: 13px;
}

.story-step:last-child {
  border-right: 0;
}

.step-number {
  color: var(--brown-light);
  font-family: var(--mono);
  font-size: 10px;
}

.step-name {
  color: var(--green-900);
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
}

.story-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--green-900);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.story-link svg {
  transform: rotate(-90deg);
}

.story-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1260px;
  margin: 0 auto;
  padding-top: 22px;
  border-top: 1px solid rgba(20, 32, 25, 0.15);
  color: rgba(20, 32, 25, 0.48);
  font-size: 8px;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes text-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes intro-rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes intro-line-grow {
  from { transform: scaleX(0); opacity: 0; }
  to { transform: scaleX(1); opacity: 1; }
}

@keyframes intro-logo-in {
  from {
    opacity: 0;
    transform: translate(15%, 12%) rotate(-9deg) scale(0.82);
  }
  to {
    opacity: 0.19;
    transform: translate(0, 0) rotate(-5deg) scale(1);
  }
}

@keyframes intro-line-one {
  from { opacity: 0; transform: translateX(-40%) rotate(-23deg); }
  to { opacity: 1; transform: translateX(35%) rotate(-23deg); }
}

@keyframes intro-line-two {
  from { opacity: 0; transform: translateX(40%) rotate(-23deg); }
  to { opacity: 1; transform: translateX(-35%) rotate(-23deg); }
}

@keyframes intro-exit {
  0% { opacity: 1; visibility: visible; transform: scale(1); }
  70% { opacity: 1; visibility: visible; transform: scale(1.02); }
  100% { opacity: 0; visibility: hidden; transform: scale(1.04); }
}

@keyframes ambient-rotate {
  from { transform: rotate(0deg) scale(1); }
  50% { transform: rotate(8deg) scale(1.06); }
  to { transform: rotate(0deg) scale(1); }
}

@keyframes grid-drift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 74px 74px, 74px 74px; }
}

@keyframes glow-breathe {
  0%, 100% { transform: scale(1); opacity: 0.28; }
  50% { transform: scale(1.12); opacity: 0.42; }
}

@keyframes light-sweep {
  0%, 100% { opacity: 0; transform: rotate(25deg) translateX(-90%); }
  18% { opacity: 0.78; }
  52% { opacity: 0.18; }
  72% { opacity: 0; transform: rotate(25deg) translateX(310%); }
}

@keyframes scan-sweep {
  0%, 100% { opacity: 0; transform: translateY(-2vh); }
  12% { opacity: 0.7; }
  82% { opacity: 0.15; }
  100% { transform: translateY(100vh); }
}

@keyframes particle-drift {
  0%, 100% { opacity: 0.18; translate: 0 0; }
  50% { opacity: 0.72; translate: 12px -18px; }
}

@keyframes card-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -8px; }
}

@keyframes ring-spin {
  from { rotate: 0deg; }
  to { rotate: 360deg; }
}

@keyframes ring-spin-reverse {
  from { rotate: 0deg; }
  to { rotate: -360deg; }
}

@keyframes spark-twinkle {
  0%, 100% { opacity: 0.55; scale: 1; }
  50% { opacity: 1; scale: 1.3; }
}

@keyframes sticker-bob {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -6px; }
}

@keyframes background-turn {
  from { rotate: 0deg; }
  to { rotate: 360deg; }
}

@keyframes image-sheen {
  0%, 58%, 100% { left: -32%; opacity: 0; }
  65% { opacity: 1; }
  83% { left: 128%; opacity: 0; }
}

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

@media (max-width: 960px) {
  .hero-content {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
    gap: 30px;
  }

  .nav-links {
    display: none;
  }

  h1 {
    font-size: clamp(62px, 10vw, 110px);
  }

  .story-inner {
    gap: 56px;
  }
}

@media (max-width: 720px) {
  .hero {
    min-height: auto;
    padding: 20px 18px 28px;
  }

  .page-intro__logo {
    right: -17%;
    bottom: 4%;
    width: 70vw;
    opacity: 0.14;
  }

  .page-intro__inner {
    width: 91vw;
  }

  .page-intro__meta {
    gap: 9px;
  }

  .page-intro__label,
  .page-intro__ticker {
    font-size: 8px;
  }

  .site-nav {
    gap: 12px;
  }

  .brand-copy {
    font-size: 8px;
  }

  .brand-copy strong {
    font-size: 10px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .nav-button {
    min-height: 40px;
    padding: 0 12px;
    font-size: 8px;
  }

  .nav-button svg {
    display: none;
  }

  .social-links {
    gap: 5px;
  }

  .social-link {
    width: 33px;
    height: 33px;
  }

  .hero-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 36px;
    min-height: auto;
    padding: 80px 0 95px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .eyebrow {
    margin-bottom: 20px;
    font-size: 8px;
  }

  h1 {
    margin-bottom: 22px;
    font-size: clamp(59px, 17.5vw, 96px);
  }

  .hero-description {
    max-width: 350px;
    font-size: 14px;
  }

  .contract-panel {
    margin-top: 24px;
  }

  .contract-row {
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
  }

  .contract-address {
    font-size: 8px;
    line-height: 1.55;
  }

  .copy-button {
    width: 100%;
  }

  .hero-art {
    min-height: auto;
    padding: 8px 13px 36px 0;
  }

  .logo-card {
    width: min(100%, 390px);
  }

  .orbit {
    width: 105%;
  }

  .hero-sticker {
    right: -2px;
    bottom: 1%;
  }

  .art-spark--one {
    top: 3%;
  }

  .scroll-cue {
    bottom: 22px;
    left: 18px;
  }

  .story {
    min-height: auto;
    padding: 78px 18px 28px;
  }

  .story-inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 64px;
    min-height: auto;
  }

  .story-media {
    padding-top: 17px;
  }

  .story-image-wrap {
    border-width: 5px;
  }

  .media-label {
    font-size: 8px;
  }

  .story-copy {
    max-width: none;
  }

  h2 {
    font-size: clamp(58px, 15.7vw, 88px);
  }

  .story-body {
    font-size: 13px;
  }

  .story-steps {
    gap: 0;
  }

  .story-step {
    padding-right: 8px;
  }

  .story-step + .story-step {
    padding-left: 9px;
  }

  .step-name {
    font-size: 8px;
  }

  .story-footer {
    flex-wrap: wrap;
    gap: 11px 20px;
    margin-top: 72px;
    font-size: 7px;
  }
}

@media (max-width: 390px) {
  .brand-copy {
    display: none;
  }

  .hero-button {
    width: 100%;
  }

  .story-steps {
    grid-template-columns: 1fr;
  }

  .story-step,
  .story-step + .story-step {
    grid-template-columns: 38px 1fr;
    align-items: center;
    padding: 11px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(20, 32, 25, 0.14);
  }

  .story-step:last-child {
    border-bottom: 0;
  }
}
