:root {
  --ink: #07050d;
  --ink-2: #0e0918;
  --paper: #f3eff8;
  --muted: #b5a9c7;
  --violet: #9a48ff;
  --violet-hot: #c184ff;
  --line: rgba(193, 132, 255, 0.36);
  --acid: #efe6ff;
  --gold: #bba16a;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  --body: "Arial Narrow", "Roboto Condensed", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body {
  margin: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 70% 8%, rgba(127, 46, 255, 0.16), transparent 32rem),
    var(--ink);
  font-family: var(--body);
  overflow-x: hidden;
}

body::selection { color: #090610; background: var(--violet-hot); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }

.noise {
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  opacity: 0.13;
  mix-blend-mode: soft-light;
  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='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.45'/%3E%3C/svg%3E");
}

.cursor-glow {
  position: fixed;
  width: 360px;
  height: 360px;
  left: -180px;
  top: -180px;
  z-index: 2;
  pointer-events: none;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(152, 70, 255, 0.16), transparent 67%);
  transition: transform 0.12s linear;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 80;
  height: 92px;
  padding: 0 3vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  background: linear-gradient(to bottom, rgba(7, 5, 13, 0.96), rgba(7, 5, 13, 0.64), transparent);
}

.brand { display: flex; align-items: center; gap: 12px; font: 1.5rem/1 var(--display); letter-spacing: 0.04em; text-transform: uppercase; }
.brand-mark { width: 50px; height: 50px; border: 2px solid var(--violet-hot); border-radius: 50%; overflow: hidden; box-shadow: 0 0 22px rgba(154, 72, 255, 0.7); }
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.site-header nav { display: flex; align-items: center; gap: clamp(26px, 3vw, 64px); }
.site-header nav a { position: relative; font-weight: 800; letter-spacing: 0.2em; text-transform: uppercase; font-size: 0.86rem; color: #d9d0e5; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--violet-hot); transition: right 0.25s ease; box-shadow: 0 0 8px var(--violet); }
.site-header nav a:hover::after { right: 0; }
.status-stamp { justify-self: end; border: 1px solid var(--line); padding: 10px 14px; color: var(--violet-hot); font: 0.82rem/1 var(--display); letter-spacing: 0.16em; transform: rotate(-2deg); }

.hero {
  position: relative;
  min-height: 100vh;
  height: max(900px, 100vh);
  isolation: isolate;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #08040f;
}

.storm-layer { position: absolute; inset: -4%; background-image: url("../assets/background/chudphill-storm.jpg"); background-size: cover; background-position: center; transform: translate3d(var(--mx, 0), var(--my, 0), 0) scale(1.08); will-change: transform; }
.storm-layer--far { z-index: -7; filter: saturate(1.1) brightness(0.6) contrast(1.34); }
.storm-layer--near { z-index: -6; opacity: 0.34; mix-blend-mode: screen; filter: saturate(2) contrast(1.36) brightness(0.9); animation: storm-pulse 7s ease-in-out infinite; }
.hero-shade { position: absolute; inset: 0; z-index: -4; background: linear-gradient(90deg, rgba(6, 4, 10, 0.96) 2%, rgba(7, 5, 13, 0.8) 36%, rgba(7, 5, 13, 0.08) 70%, rgba(7, 5, 13, 0.36)), linear-gradient(0deg, rgba(7, 5, 13, 0.88), transparent 39%); }
.storm-flash { position: absolute; inset: 0; z-index: -3; pointer-events: none; opacity: 0; background: radial-gradient(ellipse at 68% 14%, rgba(236,224,255,0.82) 0, rgba(151,77,255,0.36) 10%, transparent 33%); animation: lightning-flash 8.5s steps(1,end) infinite; }
.hero-grid { position: absolute; inset: 50% 0 0; z-index: -2; pointer-events: none; opacity: 0.16; background-image: linear-gradient(rgba(194,140,255,0.32) 1px, transparent 1px), linear-gradient(90deg, rgba(194,140,255,0.32) 1px, transparent 1px); background-size: 84px 54px; transform: perspective(520px) rotateX(63deg) scale(1.35); transform-origin: center bottom; -webkit-mask-image: linear-gradient(to top, #000, transparent 82%); mask-image: linear-gradient(to top, #000, transparent 82%); }
.glitch-bars { position: absolute; inset: 0; z-index: 5; pointer-events: none; overflow: hidden; opacity: 0.42; mix-blend-mode: screen; }
.glitch-bars i { position: absolute; left: -12%; width: 124%; height: 2px; background: linear-gradient(90deg, transparent, #9c52ff 18%, transparent 45%, #e7d8ff 74%, transparent); box-shadow: 0 0 12px #8b38ff; animation: glitch-sweep 9s linear infinite; }
.glitch-bars i:nth-child(1) { top: 19%; animation-delay: -2s; }
.glitch-bars i:nth-child(2) { top: 52%; animation-delay: -5s; animation-duration: 12s; }
.glitch-bars i:nth-child(3) { top: 76%; animation-delay: -8s; animation-duration: 10s; }

.hero-copy { position: absolute; z-index: 12; top: 20.5%; left: 3.2vw; width: min(49vw, 900px); }
.eyebrow { margin: 0 0 18px; color: var(--violet-hot); font-size: 0.9rem; font-weight: 900; letter-spacing: 0.34em; text-transform: uppercase; }
.hero h1 { position: relative; margin: 0; font: clamp(7rem, 11vw, 13.4rem)/0.75 var(--display); letter-spacing: -0.03em; text-transform: uppercase; color: #f5f2f7; -webkit-text-stroke: 1px rgba(255,255,255,0.18); text-shadow: 5px 5px 0 #2b103f, -2px -1px 0 rgba(255,255,255,0.35), 0 0 44px rgba(154, 72, 255, 0.27); filter: drop-shadow(0 12px 0 rgba(0,0,0,0.26)); }
.hero h1::after { content: ""; position: absolute; left: 0; right: 3%; top: 48%; height: 7px; background: linear-gradient(90deg, transparent 2%, #8a35ef 12%, transparent 41%, #d3b4ff 64%, transparent 84%); opacity: 0.78; mix-blend-mode: screen; transform: skewX(-18deg); animation: title-glitch 4.8s steps(1,end) infinite; }
.ticker { margin: 27px 0 0; color: var(--violet-hot); font: clamp(3.1rem, 5.25vw, 6.4rem)/0.84 var(--display); letter-spacing: 0.02em; text-transform: uppercase; text-shadow: 3px 3px 0 #2b103f, 0 0 18px rgba(154, 72, 255, 0.72); }
.hero-line { display: inline-block; max-width: 680px; margin: 22px 0 26px; padding: 9px 13px 8px; color: #ded2ec; background: rgba(13,7,22,0.58); border-left: 3px solid var(--violet-hot); font-size: 1.08rem; line-height: 1.35; font-weight: 900; letter-spacing: 0.21em; text-transform: uppercase; }

.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn, .copy-btn {
  position: relative;
  min-height: 58px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(205, 160, 255, 0.68);
  color: white;
  font: 1rem/1 var(--display);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.btn::before, .copy-btn::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 25%, rgba(255,255,255,0.22) 45%, transparent 62%); transform: translateX(-140%); transition: transform 0.45s ease; }
.btn:hover::before, .copy-btn:hover::before { transform: translateX(130%); }
.btn:hover, .copy-btn:hover { transform: translateY(-3px); box-shadow: 0 0 28px rgba(154, 72, 255, 0.42); }
.btn:active, .copy-btn:active { transform: translateY(1px) scale(0.98); }
.btn--violet { color: #0a0610; background: var(--violet-hot); box-shadow: 0 0 24px rgba(154, 72, 255, 0.35); }
.btn--ghost { background: rgba(8, 5, 14, 0.78); }

.hero-portrait { position: absolute; z-index: 8; width: min(57vw, 1040px); height: 94%; right: -1.8vw; bottom: -9%; transform: translate3d(var(--mx, 0), var(--my, 0), 0); will-change: transform; }
.hero-portrait::before { content: ""; position: absolute; inset: 8% 0 4% 9%; z-index: -2; border: 1px solid rgba(184,120,255,0.24); border-radius: 50%; transform: rotate(-9deg); box-shadow: 0 0 60px rgba(124,39,255,0.14), inset 0 0 50px rgba(124,39,255,0.1); }
.hero-portrait::after { content: ""; position: absolute; inset: 18% 5% 3% 9%; z-index: -3; border-radius: 50%; background: rgba(124, 39, 255, 0.38); filter: blur(74px); animation: aura 4s ease-in-out infinite; }
.portrait-halo { position: absolute; inset: 14% 5% 12% 13%; z-index: -1; border-radius: 50%; border: 2px solid rgba(198,144,255,0.28); filter: drop-shadow(0 0 14px #7c2cff); animation: halo-spin 18s linear infinite; }
.portrait-halo::before, .portrait-halo::after { content: ""; position: absolute; width: 12px; height: 12px; border-radius: 50%; background: #efe5ff; box-shadow: 0 0 20px #9c52ff; }
.portrait-halo::before { top: 10%; left: 12%; }
.portrait-halo::after { bottom: 13%; right: 8%; }
.hero-portrait img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; filter: saturate(0.96) contrast(1.06) drop-shadow(0 26px 28px rgba(0,0,0,0.72)) drop-shadow(0 0 4px rgba(206,162,255,0.42)); image-rendering: auto; animation: float 6s ease-in-out infinite; }
.eye-flare { position: absolute; width: 40%; height: 4px; top: 32.5%; left: 26%; opacity: 0; background: #eee5ff; filter: blur(2px); box-shadow: 0 0 8px white, 0 0 24px #7c2cff, 0 0 70px #7c2cff; transform: rotate(-1deg); transition: opacity 0.2s; }
.hero-portrait:hover .eye-flare, .stare-mode .eye-flare { opacity: 0.95; }

.hero-note { position: absolute; z-index: 11; color: #b57aff; opacity: 0.62; font-weight: 900; font-style: italic; font-size: clamp(0.82rem, 1vw, 1.1rem); line-height: 1.05; letter-spacing: 0.07em; text-shadow: 0 0 14px rgba(153,72,255,0.68); pointer-events: none; }
.hero-note::after { content: ""; display: block; width: 74px; height: 2px; margin-top: 8px; background: currentColor; box-shadow: 12px 5px 0 -0.3px currentColor; transform: skewX(-28deg); }
.hero-note--one { top: 23%; right: 2.2vw; transform: rotate(-10deg); }
.hero-note--two { left: 3.2vw; bottom: 14.5%; transform: rotate(-8deg); }
.hero-note--three { right: 31vw; bottom: 13.5%; transform: rotate(-12deg); }
.hero-ca-stamp { position: absolute; z-index: 14; top: 12.5%; right: 3vw; padding: 12px 20px 10px; color: #d9b4ff; background: rgba(17,8,29,0.72); border: 2px solid #a75cff; box-shadow: inset 0 0 0 4px rgba(167,92,255,0.1), 0 0 20px rgba(154,72,255,0.35); font: 1.05rem/1 var(--display); letter-spacing: 0.13em; text-transform: uppercase; transform: rotate(2deg); cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.hero-ca-stamp:hover { transform: rotate(-1deg) translateY(-3px); box-shadow: inset 0 0 0 4px rgba(167,92,255,0.16), 0 0 34px rgba(154,72,255,0.54); }

.ca-panel { position: absolute; z-index: 15; bottom: 3.5%; left: 3.2vw; width: min(790px, 57vw); display: grid; grid-template-columns: auto minmax(180px, 1fr) auto; align-items: center; gap: 18px; padding: 12px 12px 12px 20px; background: rgba(8, 5, 14, 0.88); border: 1px solid var(--line); backdrop-filter: blur(14px); box-shadow: 0 12px 50px rgba(0,0,0,0.35), 0 0 26px rgba(135,52,237,0.12); }
.ca-label { color: var(--muted); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.2em; }
.ca-panel code, .final-ca code { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #e8ddf4; font-family: Consolas, monospace; font-size: 0.94rem; }
.copy-btn { min-height: 46px; padding: 0 22px; background: var(--violet); border: 0; font-size: 0.86rem; }
.scroll-cue { position: absolute; right: 3vw; bottom: 3.8%; z-index: 7; color: var(--muted); font-weight: 800; letter-spacing: 0.18em; font-size: 0.72rem; writing-mode: vertical-rl; }
.scroll-cue b { color: var(--violet-hot); font-size: 1.4rem; margin-top: 8px; }

.marquee { position: relative; z-index: 9; overflow: hidden; padding: 18px 0; border-top: 1px solid var(--violet); border-bottom: 1px solid var(--violet); background: #10081a; box-shadow: 0 0 32px rgba(154, 72, 255, 0.18); }
.marquee-track { display: flex; align-items: center; width: max-content; gap: 34px; color: #d4b5ff; font: 1.05rem/1 var(--display); letter-spacing: 0.13em; text-transform: uppercase; animation: marquee 22s linear infinite; }
.marquee-track i { color: white; font-style: normal; text-shadow: 0 0 14px var(--violet); }

.section-shell { position: relative; min-height: 970px; padding: 8.5rem 7vw; overflow: hidden; }
.section-shell::before { content: ""; position: absolute; inset: 0; z-index: -2; background-image: linear-gradient(rgba(181, 130, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(181, 130, 255, 0.035) 1px, transparent 1px); background-size: 64px 64px; }
.section-number { position: absolute; top: 7rem; right: 5vw; color: #8c799d; font-weight: 800; letter-spacing: 0.22em; font-size: 0.76rem; }
.section-shell h2 { margin: 0; font: clamp(4.4rem, 6.4vw, 8.4rem)/0.9 var(--display); letter-spacing: -0.02em; text-transform: uppercase; }
.section-shell h2 em { color: var(--violet-hot); font-style: normal; text-shadow: 0 0 25px rgba(154, 72, 255, 0.22); }

.lore { display: grid; grid-template-columns: minmax(520px, 0.95fr) minmax(480px, 0.72fr); gap: 8vw; align-items: center; background: radial-gradient(circle at 85% 50%, rgba(137, 57, 230, 0.17), transparent 35%), #09060f; }
.lore-copy { max-width: 800px; }
.lore-copy > p:not(.eyebrow) { max-width: 690px; margin: 30px 0 0; color: #bcb0c7; font-size: 1.16rem; line-height: 1.68; }
.portrait-card { position: relative; margin: 0; padding: 18px; transform-style: preserve-3d; transition: transform 0.2s ease; background: #130b20; border: 1px solid rgba(193, 132, 255, 0.56); box-shadow: 24px 24px 0 #170a26, 0 0 60px rgba(112, 37, 222, 0.16); }
.portrait-card::before { content: "CONFIDENTIAL"; position: absolute; z-index: 3; top: 36px; left: -30px; padding: 10px 18px; color: #100818; background: var(--violet-hot); font: 1rem/1 var(--display); letter-spacing: 0.1em; transform: rotate(-7deg) translateZ(26px); }
.portrait-card img { display: block; width: 100%; aspect-ratio: 1/1; object-fit: cover; filter: contrast(1.07) saturate(0.8); }
.portrait-card figcaption { padding-top: 16px; color: #8c799d; font-size: 0.74rem; letter-spacing: 0.18em; }
.margin-note { position: absolute; margin: 0; color: #b882ff; opacity: 0.58; font-weight: 900; font-style: italic; line-height: 1.08; letter-spacing: 0.06em; transform: rotate(-7deg); }
.margin-note--one { right: 2vw; bottom: 6rem; }

.rules { min-height: 1000px; background: linear-gradient(115deg, #120a1d, #09060f 58%); }
.rules-title { max-width: 970px; }
.rule-list { width: 70%; margin: 6rem 0 0 auto; border-top: 1px solid var(--line); }
.rule { display: grid; grid-template-columns: 80px minmax(280px, 0.8fr) 1fr; align-items: center; gap: 28px; min-height: 150px; border-bottom: 1px solid var(--line); transition: background 0.25s ease, padding 0.25s ease; }
.rule:hover { padding: 0 20px; background: rgba(154, 72, 255, 0.08); }
.rule > span { color: var(--violet-hot); font: 1.3rem/1 var(--display); }
.rule h3 { margin: 0; font: 2.2rem/1 var(--display); letter-spacing: 0.02em; text-transform: uppercase; }
.rule p { margin: 0; max-width: 440px; color: var(--muted); font-size: 1rem; line-height: 1.5; }
.secret-switch { position: absolute; left: 7vw; bottom: 7rem; color: #6f617d; background: transparent; border: 1px dashed #4b3b59; padding: 12px 18px; letter-spacing: 0.16em; cursor: pointer; transition: color 0.2s, border-color 0.2s, box-shadow 0.2s; }
.secret-switch:hover { color: var(--violet-hot); border-color: var(--violet); box-shadow: 0 0 24px rgba(154, 72, 255, 0.2); }
.margin-note--two { right: 4vw; bottom: 2.5rem; }

.interlude { position: relative; height: 78vh; min-height: 760px; display: grid; place-items: center; isolation: isolate; overflow: hidden; border-block: 1px solid var(--line); }
.interlude-bg { position: absolute; inset: -8%; z-index: -2; background: linear-gradient(rgba(6,4,10,0.48), rgba(6,4,10,0.72)), url("../assets/background/chudphill-storm.jpg") center/cover; filter: saturate(1.25) contrast(1.2); animation: slow-zoom 18s ease-in-out infinite alternate; }
.interlude-copy { text-align: center; padding: 2rem; }
.interlude-copy span { color: var(--violet-hot); font-weight: 900; letter-spacing: 0.42em; }
.interlude-copy h2 { margin: 24px 0 0; font: clamp(5rem, 8.5vw, 10rem)/0.85 var(--display); text-shadow: 0 5px 0 #170a26, 0 0 50px rgba(154, 72, 255, 0.35); }
.scanline { position: absolute; left: 0; right: 0; top: -10%; height: 3px; background: rgba(214, 173, 255, 0.8); box-shadow: 0 0 20px var(--violet); animation: scan 5s linear infinite; }

.community { display: grid; grid-template-columns: 1fr 0.8fr; align-items: center; gap: 7vw; background: radial-gradient(circle at 82% 50%, rgba(154, 72, 255, 0.18), transparent 30%), #09060f; }
.community-copy { max-width: 900px; }
.community-copy > p:not(.eyebrow) { max-width: 660px; margin: 30px 0 36px; color: var(--muted); font-size: 1.15rem; line-height: 1.6; }
.community-token { display: grid; place-items: center; }
.token-orbit { position: relative; width: min(31vw, 520px); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(193, 132, 255, 0.42); border-radius: 50%; box-shadow: inset 0 0 70px rgba(154,72,255,0.13), 0 0 70px rgba(154,72,255,0.18); animation: orbit-float 6s ease-in-out infinite; }
.token-orbit::before, .token-orbit::after { content: ""; position: absolute; inset: 8%; border: 1px dashed rgba(193,132,255,0.32); border-radius: 50%; animation: rotate 28s linear infinite; }
.token-orbit::after { inset: -7%; border-style: solid; border-color: transparent var(--violet) transparent var(--violet); animation-duration: 15s; animation-direction: reverse; }
.token-orbit img { width: 68%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; filter: saturate(0.8) contrast(1.1); box-shadow: 0 0 50px rgba(154,72,255,0.48); }
.token-orbit span { position: absolute; bottom: 5%; padding: 12px 22px; color: #0d0815; background: var(--violet-hot); font: 1.3rem/1 var(--display); letter-spacing: 0.08em; text-transform: uppercase; transform: rotate(-3deg); }

.final-cta { min-height: 850px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: linear-gradient(rgba(8,5,14,0.7), rgba(8,5,14,0.95)), url("../assets/background/chudphill-storm.jpg") center/cover; }
.final-cta h2 { font-size: clamp(7rem, 13vw, 16rem); color: transparent; -webkit-text-stroke: 2px var(--paper); text-shadow: 0 0 40px rgba(154,72,255,0.45); }
.final-cta > p:not(.eyebrow) { color: #c9bdd5; font-size: 1.2rem; letter-spacing: 0.12em; text-transform: uppercase; }
.final-ca { width: min(920px, 80vw); margin-top: 38px; padding: 12px 12px 12px 24px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px; background: rgba(8,5,14,0.86); border: 1px solid var(--line); }

footer { min-height: 110px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; gap: 2rem; color: #8f829b; border-top: 1px solid #24152f; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.16em; text-transform: uppercase; }
footer a:hover { color: var(--violet-hot); }

.toast { position: fixed; left: 50%; bottom: 34px; z-index: 100; padding: 16px 24px; color: #0a0610; background: var(--violet-hot); font: 0.9rem/1 var(--display); letter-spacing: 0.14em; transform: translate(-50%, 40px); opacity: 0; pointer-events: none; box-shadow: 0 0 32px rgba(154,72,255,0.5); transition: opacity 0.25s ease, transform 0.25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.8s ease, transform 0.8s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }

.stare-mode { --violet: #d08bff; --violet-hot: #f0d9ff; }
.stare-mode .noise { opacity: 0.22; }
.stare-mode .site-header, .stare-mode .section-shell { animation: micro-shake 0.18s linear 3; }

@keyframes storm-pulse { 0%, 100% { opacity: 0.12; } 48% { opacity: 0.18; } 50% { opacity: 0.42; } 53% { opacity: 0.16; } }
@keyframes lightning-flash { 0%, 7%, 9%, 46%, 48%, 100% { opacity: 0; } 8% { opacity: 0.72; } 47% { opacity: 0.38; } }
@keyframes glitch-sweep { 0% { transform: translateX(-30%) scaleX(0.35); opacity: 0; } 8% { opacity: 0.8; } 42% { transform: translateX(42%) scaleX(1); opacity: 0.28; } 60%, 100% { transform: translateX(90%) scaleX(0.2); opacity: 0; } }
@keyframes title-glitch { 0%, 91%, 100% { transform: translateX(0) skewX(-18deg); opacity: 0.45; } 92% { transform: translateX(16px) skewX(-18deg); opacity: 0.95; } 93% { transform: translateX(-8px) skewX(-18deg); opacity: 0.2; } 94% { transform: translateX(0) skewX(-18deg); opacity: 0.72; } }
@keyframes aura { 0%, 100% { opacity: 0.45; transform: scale(0.94); } 50% { opacity: 0.82; transform: scale(1.05); } }
@keyframes float { 0%, 100% { transform: translateY(0) rotate(-0.3deg); } 50% { transform: translateY(-14px) rotate(0.5deg); } }
@keyframes halo-spin { to { transform: rotate(360deg); } }
@keyframes marquee { to { transform: translateX(-50%); } }
@keyframes slow-zoom { to { transform: scale(1.09) translateY(-1%); } }
@keyframes scan { to { top: 110%; } }
@keyframes orbit-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-16px); } }
@keyframes rotate { to { transform: rotate(360deg); } }
@keyframes micro-shake { 25% { transform: translateX(2px); } 75% { transform: translateX(-2px); } }

@media (max-width: 1450px) {
  .hero-copy { top: 23%; width: 52vw; }
  .hero h1 { font-size: 9.8vw; }
  .hero-portrait { right: -8vw; width: 62vw; }
  .site-header nav { gap: 28px; }
  .hero-note--three { right: 29vw; }
  .lore { grid-template-columns: 1fr 0.75fr; gap: 5vw; }
  .section-shell { padding-inline: 5vw; }
  .rule-list { width: 74%; }
}

@media (max-width: 1120px) {
  .status-stamp { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero-portrait { opacity: 0.62; right: -18vw; }
  .hero-copy { width: 66vw; }
  .ca-panel { width: 70vw; }
  .hero-note--one, .hero-note--three { display: none; }
  .hero-ca-stamp { right: 2vw; }
  .lore { grid-template-columns: 1fr 0.8fr; }
  .rule-list { width: 86%; }
}

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