@import url('https://fonts.googleapis.com/css2?family=Aclonica&family=Cormorant+Garamond:ital,wght@0,500;0,600;1,500&family=Kalam:wght@300;400;700&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --black: #070607;
  --surface: #0d0a0b;
  --surface-2: #151011;
  --bone: #dfd2c1;
  --muted: #8b7d76;
  --red: #b01822;
  --red-bright: #ea3340;
  --red-dark: #4d090f;
  --line: rgba(198, 142, 136, .18);
  --title: 'Aclonica', Georgia, serif;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --hand: 'Kalam', 'Segoe Print', cursive;
  --ui: 'Manrope', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--black); color: var(--bone); font-family: var(--hand); font-size: 17px; line-height: 1.68; overflow-x: hidden; }
body.is-locked { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
::selection { background: var(--red); color: white; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
#ash-field { position: fixed; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .38; z-index: 1; }

.eyebrow, .card-label { margin: 0 0 .65rem; color: #b68f8c; font: 700 .66rem/1.35 var(--ui); letter-spacing: .19em; text-transform: uppercase; }
.section { position: relative; max-width: 1280px; margin: auto; padding: 9rem 5vw; z-index: 2; }
.section-heading { display: flex; align-items: center; gap: 2rem; margin-bottom: 4rem; }
.section-heading::after { content: ''; height: 1px; flex: 1; background: linear-gradient(90deg, var(--line), transparent); }
.section-heading h2 { margin: 0; font: 400 clamp(2.4rem, 5vw, 4.8rem)/1 var(--title); letter-spacing: -.04em; }
.section-number { color: var(--red-bright); font: 500 .78rem/1 var(--ui); letter-spacing: .2em; }

/* Archive gate */
.gate { position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; background: #050404; transition: visibility 0s 2.05s; perspective: 900px; overflow: hidden; }
.gate::before { content: ''; position: absolute; inset: 0; z-index: 1; background: radial-gradient(circle at center, rgba(135, 10, 18, .26), transparent 35%); opacity: .8; transition: opacity .2s; }
.gate__shards { position: absolute; inset: -2px; z-index: 0; }
.gate__shard { position: absolute; inset: 0; background-color: #090707; background-image: radial-gradient(circle at center, rgba(86,7,14,.23), transparent 38%), linear-gradient(90deg, transparent 48%, rgba(255,255,255,.018) 50%, transparent 52%), repeating-linear-gradient(0deg, transparent 0 55px, rgba(255,255,255,.012) 56px); backface-visibility: hidden; will-change: transform, opacity; transition: transform 1.15s cubic-bezier(.22,.74,.16,1), opacity .75s ease .38s, filter .2s; }
.shard--1 { clip-path: polygon(0 0, 50% 0, 50% 48%); }
.shard--2 { clip-path: polygon(50% 0, 100% 0, 50% 48%); }
.shard--3 { clip-path: polygon(100% 0, 100% 50%, 50% 48%); }
.shard--4 { clip-path: polygon(100% 50%, 100% 100%, 50% 48%); }
.shard--5 { clip-path: polygon(100% 100%, 50% 100%, 50% 48%); }
.shard--6 { clip-path: polygon(50% 100%, 0 100%, 50% 48%); }
.shard--7 { clip-path: polygon(0 100%, 0 50%, 50% 48%); }
.shard--8 { clip-path: polygon(0 50%, 0 0, 50% 48%); }
.gate__content { position: relative; z-index: 4; width: min(90vw, 660px); text-align: center; transition: opacity .26s ease, transform .38s cubic-bezier(.36,.07,.19,.97), filter .2s; }
.gate h1 { margin: 1rem 0 2.3rem; font: 400 clamp(2.2rem, 5vw, 4rem)/1.15 var(--title); }
.gate__instruction { margin: 1.5rem 0 .3rem; color: #cdbbb0; font: italic 500 1.08rem/1.45 var(--serif); }
.gate__warning { color: #6f5b58; font: 500 .62rem/1 var(--ui); letter-spacing: .22em; text-transform: uppercase; }
.seal { position: relative; width: 190px; aspect-ratio: 1; padding: 36px; border: 0; border-radius: 50%; background: radial-gradient(circle, rgba(166,18,27,.3), transparent 64%); cursor: pointer; filter: drop-shadow(0 0 22px rgba(200,12,25,.18)); transition: filter .3s, transform .3s; }
.seal::before, .seal::after { content: ''; position: absolute; inset: 26%; z-index: -1; border-radius: 50%; opacity: 0; pointer-events: none; }
.seal::before { border: 1px solid rgba(255,56,70,.85); box-shadow: 0 0 18px #ff1b32, 0 0 45px rgba(226,5,28,.75), inset 0 0 20px rgba(255,47,62,.7); }
.seal::after { background: radial-gradient(circle, #fff 0 3%, #ff5360 10%, rgba(213,0,25,.52) 34%, transparent 68%); filter: blur(2px); }
.seal:hover { filter: drop-shadow(0 0 35px rgba(240,30,43,.45)); transform: scale(1.04); }
.seal img { width: 100%; height: 100%; }
.seal__orbit { position: absolute; border: 1px solid rgba(217, 49, 59, .46); border-radius: 50%; inset: 11px; animation: orbit 18s linear infinite; }
.seal__orbit::before, .seal__orbit::after { content: ''; position: absolute; width: 5px; aspect-ratio: 1; border-radius: 50%; background: var(--red-bright); box-shadow: 0 0 12px var(--red-bright); }
.seal__orbit::before { top: 15px; left: 26px; }
.seal__orbit::after { bottom: 15px; right: 26px; }
.seal__orbit--two { inset: 24px; border-style: dashed; animation-direction: reverse; animation-duration: 12s; opacity: .6; }
.impact-flash { position: absolute; inset: 0; z-index: 6; pointer-events: none; background: white; opacity: 0; mix-blend-mode: screen; }
.lightning-strike, .fracture-map { position: absolute; inset: 0; z-index: 7; width: 100%; height: 100%; pointer-events: none; overflow: visible; }
.bolt, .bolt-branch { fill: none; stroke-linejoin: round; stroke-linecap: round; opacity: 0; }
.bolt { stroke-dasharray: 160; stroke-dashoffset: 160; }
.bolt--outer { stroke: rgba(176,0,24,.55); stroke-width: 5.8; }
.bolt--glow { stroke: #ff1732; stroke-width: 2.5; }
.bolt--core { stroke: #fff9f2; stroke-width: .48; }
.bolt-branch { stroke: #ffabb0; stroke-width: .32; stroke-dasharray: 70; stroke-dashoffset: 70; }
.storm-aura { opacity: 0; transform-origin: 50px 48px; }
.impact-orb { transform-origin: 50px 48px; transform: scale(.05); }
.impact-ring { fill: none; stroke: #ff5060; stroke-width: .22; transform-origin: 50px 48px; transform: scale(.2); opacity: 0; }
.impact-sparks { fill: none; stroke: #ffe2d9; stroke-width: .25; stroke-linecap: round; stroke-dasharray: 20; stroke-dashoffset: 20; opacity: 0; filter: url(#lightning-glow); }
.fracture-map { z-index: 5; }
.fracture-map path { fill: none; stroke: #ffd6d2; stroke-width: .18; vector-effect: non-scaling-stroke; stroke-dasharray: 180; stroke-dashoffset: 180; filter: drop-shadow(0 0 3px #e31729); }
.gate.is-striking .bolt { opacity: 1; animation: lightning-draw .2s cubic-bezier(.1,.75,.2,1) forwards, lightning-flicker .62s steps(2,end) .22s forwards; }
.gate.is-striking .bolt--outer { animation: lightning-draw .2s cubic-bezier(.1,.75,.2,1) forwards, outer-fade .7s ease .2s forwards; }
.gate.is-striking .bolt-branch { opacity: .95; animation: lightning-draw .16s ease var(--branch-delay, .08s) forwards, lightning-flicker .5s steps(2,end) .25s forwards; }
.gate.is-striking .branch--1 { --branch-delay: .05s; }
.gate.is-striking .branch--2 { --branch-delay: .09s; }
.gate.is-striking .branch--3 { --branch-delay: .13s; }
.gate.is-striking .branch--4 { --branch-delay: .17s; }
.gate.is-striking .branch--5 { --branch-delay: .08s; }
.gate.is-striking .branch--6 { --branch-delay: .15s; }
.gate.is-striking .storm-aura { animation: aura-burst .72s ease .16s both; }
.gate.is-striking .impact-orb { animation: orb-impact .66s cubic-bezier(.18,.8,.2,1) .17s both; }
.gate.is-striking .impact-ring--one { animation: ring-burst .62s ease-out .2s both; }
.gate.is-striking .impact-ring--two { animation: ring-burst .76s ease-out .27s both; }
.gate.is-striking .impact-sparks { animation: spark-burst .46s ease-out .22s both; }
.gate.is-striking .seal::before { animation: seal-charge .44s ease-in .05s both; }
.gate.is-striking .seal::after { animation: seal-core .58s cubic-bezier(.2,.8,.2,1) .13s both; }
.gate.is-striking .impact-flash { animation: impact-flash .65s steps(2,end) .18s forwards; }
.gate.is-striking .gate__content { animation: impact-shake .46s cubic-bezier(.36,.07,.19,.97) .18s both; filter: brightness(2); }
.gate.is-cracked .fracture-map path { animation: crack-spread .34s cubic-bezier(.2,.8,.2,1) forwards; }
.gate.is-cracked .gate__shard { filter: brightness(1.6); }
.gate.is-shattering .gate__content { opacity: 0; transform: scale(1.2); filter: blur(7px) brightness(3); }
.gate.is-shattering::before { opacity: 0; }
.gate.is-shattering .shard--1 { transform: translate(-18vw,-62vh) rotate(-13deg) rotateX(24deg); }
.gate.is-shattering .shard--2 { transform: translate(19vw,-64vh) rotate(11deg) rotateX(-28deg); }
.gate.is-shattering .shard--3 { transform: translate(68vw,-14vh) rotate(18deg) rotateY(32deg); }
.gate.is-shattering .shard--4 { transform: translate(70vw,39vh) rotate(23deg) rotateY(-22deg); }
.gate.is-shattering .shard--5 { transform: translate(20vw,67vh) rotate(-14deg) rotateX(26deg); }
.gate.is-shattering .shard--6 { transform: translate(-22vw,69vh) rotate(16deg) rotateX(-24deg); }
.gate.is-shattering .shard--7 { transform: translate(-68vw,37vh) rotate(-22deg) rotateY(25deg); }
.gate.is-shattering .shard--8 { transform: translate(-70vw,-16vh) rotate(-17deg) rotateY(-32deg); }
.gate.is-shattering .gate__shard { opacity: 0; }
.gate.is-shattering .fracture-map { opacity: 0; transition: opacity .25s ease .28s; }
.gate.is-shattering { visibility: hidden; }
@keyframes orbit { to { transform: rotate(1turn); } }
@keyframes lightning-draw { to { stroke-dashoffset: 0; } }
@keyframes lightning-flicker { 0%, 35%, 70% { opacity: 1; } 20%, 55%, 100% { opacity: 0; } }
@keyframes outer-fade { 0% { opacity: .85; } 100% { opacity: 0; } }
@keyframes aura-burst { 0% { opacity: 0; transform: scale(.2); } 30% { opacity: 1; } 100% { opacity: 0; transform: scale(2.8); } }
@keyframes orb-impact { 0% { opacity: 0; transform: scale(.05); } 25% { opacity: 1; transform: scale(1.2); } 100% { opacity: 0; transform: scale(3.8); } }
@keyframes ring-burst { 0% { opacity: 1; transform: scale(.2); stroke-width: .45; } 100% { opacity: 0; transform: scale(4.2); stroke-width: .05; } }
@keyframes spark-burst { 0% { opacity: 1; stroke-dashoffset: 20; } 60% { opacity: 1; } 100% { opacity: 0; stroke-dashoffset: 0; } }
@keyframes seal-charge { 0% { opacity: 0; transform: scale(.2); } 55% { opacity: 1; transform: scale(2); } 100% { opacity: 0; transform: scale(3.3); } }
@keyframes seal-core { 0% { opacity: 0; transform: scale(.1); } 38% { opacity: 1; transform: scale(1.5); } 100% { opacity: 0; transform: scale(3.1); } }
@keyframes impact-flash { 0%, 20% { opacity: 0; } 22% { opacity: .96; } 35% { opacity: .12; } 44% { opacity: .72; } 100% { opacity: 0; } }
@keyframes crack-spread { to { stroke-dashoffset: 0; } }
@keyframes impact-shake {
  0% { transform: translate(0) scale(1); }
  18% { transform: translate(-8px,5px) scale(1.025); }
  35% { transform: translate(9px,-6px) scale(1.015); }
  52% { transform: translate(-6px,-3px) scale(1.02); }
  72% { transform: translate(5px,4px) scale(1.01); }
  100% { transform: translate(0) scale(1); }
}

/* Navigation */
.topbar { position: fixed; z-index: 20; inset: 0 0 auto; height: 76px; padding: 0 4vw; display: flex; align-items: center; justify-content: space-between; background: linear-gradient(#090708f0, #090708c9 72%, transparent); backdrop-filter: blur(8px); transform: translateY(-100%); transition: transform .7s ease 1.2s; }
body.is-entered .topbar { transform: translateY(0); }
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; font: .95rem/1 var(--title); letter-spacing: .05em; }
.brand img { filter: drop-shadow(0 0 8px #ad1525); }
.brand small { display: block; margin-bottom: .2rem; color: #8a7471; font: 500 .55rem/1 var(--ui); letter-spacing: .2em; text-transform: uppercase; }
nav { display: flex; gap: 1.7rem; }
nav a { position: relative; color: #a79791; text-decoration: none; font: 500 .7rem/1 var(--ui); letter-spacing: .14em; text-transform: uppercase; transition: color .2s; }
nav a:hover, nav a.is-active { color: #fff; }
nav a::after { content: ''; position: absolute; height: 1px; inset: auto 100% -.55rem 0; background: var(--red-bright); transition: right .25s; }
nav a:hover::after, nav a.is-active::after { right: 0; }
.menu-toggle { display: none; background: none; border: 0; padding: 10px; cursor: pointer; }

/* Hero */
.hero { position: relative; z-index: 2; min-height: 100svh; max-width: 1440px; margin: auto; padding: 8rem 7vw 4rem; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 4vw; }
.hero::before { content: ''; position: absolute; width: 45vw; aspect-ratio: 1; border: 1px solid rgba(174,31,42,.08); border-radius: 50%; left: -20vw; top: 16%; box-shadow: 0 0 100px rgba(123,7,16,.12) inset; }
.hero h2 { margin: .8rem 0 .5rem; font: 400 clamp(4rem, 9vw, 8.6rem)/.82 var(--title); letter-spacing: -.07em; text-transform: uppercase; text-shadow: 0 10px 35px #000; }
.hero h2 span { color: transparent; -webkit-text-stroke: 1px rgba(231,202,190,.8); }
.hero__subtitle { margin: 1.8rem 0 .6rem; color: var(--red-bright); font: italic 500 clamp(1.5rem, 3vw, 2.3rem)/1 var(--serif); }
.hero__lead { max-width: 500px; color: #b5a7a1; font-size: 1.06rem; line-height: 1.7; }
.cta { display: inline-flex; align-items: center; gap: 1.3rem; margin-top: 1.5rem; text-decoration: none; font: 600 .72rem/1 var(--ui); letter-spacing: .17em; text-transform: uppercase; }
.cta b { display: grid; place-items: center; width: 42px; aspect-ratio: 1; border: 1px solid #692029; border-radius: 50%; color: var(--red-bright); transition: background .25s, transform .25s; }
.cta:hover b { background: var(--red); color: white; transform: translateY(4px); }
.hero__visual { position: relative; display: grid; place-items: center; }
.portrait-frame { position: relative; width: min(100%, 590px); padding: 14px; background: linear-gradient(145deg, rgba(255,255,255,.04), transparent 50%); border: 1px solid var(--line); clip-path: polygon(9% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 8%); }
.portrait-frame::before { content: ''; position: absolute; inset: -15%; background: radial-gradient(circle, rgba(143,8,17,.32), transparent 59%); z-index: -1; }
.portrait-frame img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 64% center; background: #0b0809; filter: saturate(.94) contrast(1.06); }
.portrait-frame__index { position: absolute; z-index: 2; top: 30px; left: -14px; padding: .4rem 1rem; background: var(--red-dark); font: 500 .65rem/1 var(--ui); letter-spacing: .18em; }
.portrait-frame p { display: flex; justify-content: space-between; margin: 10px 6px 0; color: #756460; font: 500 .65rem/1 var(--ui); letter-spacing: .18em; text-transform: uppercase; }
.portrait-frame strong { color: #d53641; }
.hero__glyph { position: absolute; z-index: -1; right: -4vw; bottom: -5rem; color: rgba(101,22,29,.12); font: 18rem/1 var(--title); }

/* Identity */
.dossier { border-top: 1px solid var(--line); }
.identity-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 1.2rem; }
.identity-card, .temper-card, .quote-card { min-height: 320px; padding: clamp(2rem, 4vw, 3.8rem); border: 1px solid var(--line); background: linear-gradient(145deg, #110d0e, #090708); }
.identity-card { grid-row: span 2; }
.identity-card h3 { margin: 0 0 2.8rem; font: 400 clamp(2.3rem, 4vw, 4rem)/1 var(--title); }
.data-line { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); font: 500 .82rem/1.2 var(--ui); letter-spacing: .08em; text-transform: uppercase; }
.data-line span { color: #746461; }
.data-line b { color: #cfc0b6; text-align: right; }
.quote-card { position: relative; display: flex; flex-direction: column; justify-content: center; background: linear-gradient(135deg, #35070b, #12090a 70%); overflow: hidden; }
.quote-card blockquote { position: relative; margin: 0; max-width: 600px; font: italic 500 clamp(1.45rem, 2.6vw, 2.15rem)/1.3 var(--serif); }
.quote-card p { color: #ac6a69; font: 500 .65rem/1 var(--ui); letter-spacing: .18em; text-transform: uppercase; }
.quote-mark { position: absolute; right: 3rem; top: -3rem; color: rgba(255,255,255,.05); font: 12rem/1 var(--serif); }
.temper-card h3 { margin: .5rem 0 1rem; font: 400 2rem/1.2 var(--title); }
.temper-card > p:not(.card-label) { color: #aca09b; font-size: 1.02rem; line-height: 1.72; }
.temper-meter { display: grid; grid-template-columns: repeat(5, 1fr); gap: 5px; margin-top: 2rem; }
.temper-meter span { height: 3px; background: var(--red); box-shadow: 0 0 10px rgba(215,20,35,.4); }
.temper-meter span:nth-last-child(-n+2) { background: #2b2021; box-shadow: none; }

/* Lineage */
.lineage { max-width: none; padding-left: max(5vw, calc((100vw - 1280px)/2)); padding-right: max(5vw, calc((100vw - 1280px)/2)); background: #0b0809; }
.lineage__layout { display: grid; grid-template-columns: minmax(280px,.7fr) 1.3fr; gap: 6vw; }
.family-tree { min-height: 600px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 3rem 2rem; border: 1px solid var(--line); background: radial-gradient(circle at 50% 50%, rgba(104,11,19,.24), transparent 55%); text-align: center; }
.family-tree div { width: 100%; max-width: 280px; padding: 1.4rem; border: 1px solid var(--line); }
.family-tree small { display: block; color: #846d69; font: 500 .62rem/1 var(--ui); letter-spacing: .18em; text-transform: uppercase; }
.family-tree strong { display: block; margin-top: .5rem; font: 400 1.25rem/1.1 var(--title); }
.family-tree__line { width: 1px; height: 48px; background: linear-gradient(var(--red), #321116); }
.family-tree .family-tree__heir { border-color: #79131c; box-shadow: 0 0 30px rgba(122,8,19,.12); }
.story { max-width: 720px; }
.story p { color: #b6aaa5; font-size: 1.03rem; line-height: 1.78; }
.dropcap::first-letter { float: left; margin: .13em .14em 0 0; color: var(--red-bright); font: 4.5rem/.7 var(--title); }
.story__question { margin-top: 2.5rem; padding: 2rem 2.2rem; border-left: 2px solid var(--red); background: #130d0f; color: #d7c7bd; font: italic 500 1.35rem/1.4 var(--serif); }

/* Rage illustrations */
.rage-gallery { overflow: hidden; }
.rage-gallery::before { content: ''; position: absolute; width: 38rem; aspect-ratio: 1; right: -18rem; top: 15%; border-radius: 50%; background: #7e0812; filter: blur(150px); opacity: .12; }
.rage-gallery__grid { position: relative; display: grid; grid-template-columns: .72fr 1.28fr; align-items: stretch; gap: 1.2rem; }
.rage-visual { position: relative; min-height: 650px; margin: 0; border: 1px solid var(--line); background: #090708; overflow: hidden; clip-path: polygon(0 0, 94% 0, 100% 6%, 100% 100%, 6% 100%, 0 94%); }
.rage-visual--wide { min-height: 650px; }
.rage-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(5,3,4,.18) 57%, #060405 100%); pointer-events: none; }
.rage-visual img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.2s cubic-bezier(.2,.8,.2,1), filter .6s; }
.rage-visual--portrait img { object-position: center 24%; }
.rage-visual--wide img { object-position: center; }
.rage-visual:hover img { transform: scale(1.035); filter: saturate(1.12) contrast(1.05); }
.rage-visual figcaption { position: absolute; z-index: 2; inset: auto 0 0; padding: 4.5rem 2.4rem 2rem; background: linear-gradient(transparent, rgba(5,3,4,.94)); }
.rage-visual figcaption span { display: block; margin-bottom: .6rem; color: #df3945; font: 700 .63rem/1 var(--ui); letter-spacing: .18em; text-transform: uppercase; }
.rage-visual figcaption strong { display: block; font: 400 clamp(1.55rem, 2.5vw, 2.5rem)/1.1 var(--title); }
.rage-visual figcaption small { display: block; margin-top: .7rem; color: #b5a5a0; font: 400 1rem/1.4 var(--hand); }

/* Gift */
.gift { position: relative; z-index: 2; min-height: 90svh; display: grid; place-items: center; padding: 10rem 5vw; overflow: hidden; background: radial-gradient(circle at center, #2a070b 0, #0a0607 42%, #050405 70%); text-align: center; }
.gift::before, .gift::after { content: ''; position: absolute; width: 72vw; aspect-ratio: 1; border: 1px solid rgba(185,29,40,.12); border-radius: 50%; }
.gift::after { width: 45vw; border-style: dashed; animation: orbit 70s linear infinite; }
.gift__halo { position: absolute; width: 260px; aspect-ratio: 1; border-radius: 50%; background: #6d0b14; filter: blur(90px); opacity: .25; animation: pulse 4s ease-in-out infinite; }
@keyframes pulse { 50% { transform: scale(1.35); opacity: .42; } }
.gift__content { position: relative; z-index: 2; width: min(760px, 100%); }
.gift h2 { margin: .7rem 0 1.5rem; font: 400 clamp(2.8rem, 6vw, 6rem)/1 var(--title); }
.gift__content > p:not(.eyebrow):not(.gift__note) { max-width: 610px; margin: 0 auto; color: #ab9690; font-size: 1.2rem; }
.classified { display: grid; grid-template-columns: 1fr 1.3fr; gap: 0; margin-top: 3rem; border: 1px solid #572029; background: rgba(5,4,5,.64); text-align: left; }
.classified span, .classified b { padding: .9rem 1.2rem; border-bottom: 1px solid rgba(120,42,49,.3); font: 500 .72rem/1.2 var(--ui); letter-spacing: .12em; text-transform: uppercase; }
.classified span { color: #705d59; border-right: 1px solid rgba(120,42,49,.3); }
.classified b { color: #c4aaa4; }
.redacted { position: relative; color: #442125 !important; letter-spacing: .18em !important; }
.gift__note { color: #6e5a57; font: italic .9rem/1.4 var(--serif); }

/* Objectives */
.timeline { position: relative; display: grid; grid-template-columns: repeat(3,1fr); }
.timeline::before { content: ''; position: absolute; top: 20px; left: 8%; right: 8%; height: 1px; background: linear-gradient(90deg, transparent, var(--red), transparent); }
.timeline__item { position: relative; padding: 4.5rem 2.4rem 2rem; border-left: 1px solid var(--line); }
.timeline__item:last-child { border-right: 1px solid var(--line); }
.timeline__item > span { position: absolute; z-index: 2; top: 0; left: 2rem; display: grid; place-items: center; width: 40px; aspect-ratio: 1; border: 1px solid var(--red); border-radius: 50%; background: var(--black); color: var(--red-bright); font: 500 .66rem/1 var(--ui); }
.timeline h3 { margin: .5rem 0 1.5rem; min-height: 2.5em; font: 400 1.7rem/1.2 var(--title); }
.timeline ul { margin: 0; padding: 0; list-style: none; color: #ada19c; font-size: .98rem; line-height: 1.62; }
.timeline li { position: relative; margin: 0 0 .8rem; padding-left: 1rem; }
.timeline li::before { content: ''; position: absolute; left: 0; top: .78em; width: 4px; aspect-ratio: 1; background: var(--red); transform: rotate(45deg); }

/* Interactions */
.interactions__intro { max-width: 750px; margin: -1rem 0 3rem; color: #a2938d; font: italic 1.5rem/1.4 var(--serif); }
.hooks { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.hook { position: relative; min-height: 230px; padding: 2.5rem; background: var(--surface); overflow: hidden; transition: background .25s; }
.hook:hover { background: #170d0f; }
.hook > span { position: absolute; right: 2rem; top: 1rem; color: rgba(176,24,34,.18); font: 4rem/1 var(--title); }
.hook h3 { margin: .7rem 0; font: 400 1.45rem/1.2 var(--title); }
.hook p { max-width: 430px; margin: 0; color: #aa9d97; font-size: 1rem; line-height: 1.68; }
.closing { display: grid; place-items: center; margin-top: 8rem; text-align: center; }
.closing img { filter: drop-shadow(0 0 16px rgba(216,18,32,.42)); }
.closing p { margin: 1.7rem 0 .3rem; font: italic 500 clamp(1.8rem, 4vw, 3.2rem)/1.2 var(--serif); }
.closing span { color: #76615e; font: 500 .65rem/1 var(--ui); letter-spacing: .16em; text-transform: uppercase; }

footer { position: relative; z-index: 2; min-height: 110px; padding: 2rem 5vw; display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-top: 1px solid var(--line); color: #665553; font: 500 .65rem/1.4 var(--ui); letter-spacing: .17em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.8,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
  .section { padding: 7rem 6vw; }
  .hero { grid-template-columns: 1fr; padding-top: 9rem; }
  .hero__copy { padding-top: 2rem; }
  .hero__visual { padding: 2rem 8vw 5rem; }
  .identity-grid, .lineage__layout { grid-template-columns: 1fr; }
  .rage-gallery__grid { grid-template-columns: 1fr; }
  .rage-visual, .rage-visual--wide { min-height: min(720px, 110vw); }
  .rage-visual--wide { min-height: min(520px, 74vw); }
  .identity-card { grid-row: auto; }
  .timeline { grid-template-columns: 1fr; gap: 2.5rem; }
  .timeline::before { top: 0; bottom: 0; left: 20px; right: auto; width: 1px; height: auto; }
  .timeline__item { padding: 0 1rem 1rem 5rem; border: 0; }
  .timeline__item:last-child { border: 0; }
  .timeline__item > span { left: 0; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1px; margin: 6px; background: #d2bdb4; transition: transform .25s; }
  nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 2rem; background: #080607f7; transform: translateY(-102%); transition: transform .45s ease; }
  nav.is-open { transform: none; }
  nav a { font-size: .9rem; }
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  .hero { padding-left: 6vw; padding-right: 6vw; }
  .hero h2 { font-size: clamp(3.5rem, 18vw, 5.6rem); }
  .section-heading { gap: 1rem; }
  .section-heading::after { display: none; }
  .identity-card, .temper-card, .quote-card { padding: 2rem 1.5rem; }
  .family-tree { min-height: 520px; }
  .gift::before { width: 120vw; }
  .gift::after { width: 90vw; }
  .classified { grid-template-columns: .85fr 1.15fr; }
  .classified span, .classified b { padding: .8rem .7rem; font-size: .59rem; }
  .hooks { grid-template-columns: 1fr; }
  footer { flex-direction: column; text-align: center; }
}

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