:root {
  --ink: #050610;
  --night: #090b1b;
  --indigo: #15162f;
  --violet: #29203d;
  --copper: #c78250;
  --copper-light: #efbd7d;
  --vellum: #e9dcc5;
  --mist: #b6abb0;
  --line: rgba(221, 157, 93, .23);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; overflow-x: hidden; color: var(--vellum); background: var(--ink); font-family: var(--serif); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
::selection { color: #090712; background: var(--copper-light); }

.reading-progress { position: fixed; z-index: 210; inset: 0 0 auto; height: 2px; background: rgba(255,255,255,.04); }
.reading-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, #74422c, #e5a05f, #f2d9a9); box-shadow: 0 0 14px rgba(224,143,73,.9); }
.star-field { position: fixed; z-index: 0; inset: 0; pointer-events: none; opacity: .55; background-image: radial-gradient(circle, rgba(255,255,255,.68) 0 1px, transparent 1.2px), radial-gradient(circle, rgba(213,159,99,.4) 0 1px, transparent 1.3px); background-position: 0 0, 73px 41px; background-size: 137px 137px, 211px 211px; animation: star-drift 50s linear infinite; mask-image: linear-gradient(to bottom, #000 0, transparent 90%); }
body::before { content: ""; position: fixed; z-index: 0; inset: 0; pointer-events: none; opacity: .12; background: repeating-linear-gradient(0deg, rgba(255,255,255,.025) 0 1px, transparent 1px 4px); mix-blend-mode: soft-light; }

.library-header { position: fixed; z-index: 100; inset: 0 0 auto; min-height: 80px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; padding: 13px clamp(22px,4.3vw,72px); border-bottom: 1px solid rgba(218,153,89,.17); background: linear-gradient(180deg, rgba(5,6,16,.96), rgba(5,6,16,.82)); backdrop-filter: blur(18px); }
.library-header::after { content: ""; position: absolute; inset: auto 7% -1px; height: 1px; background: linear-gradient(90deg, transparent, rgba(232,177,111,.48), transparent); }
.library-brand { display: inline-flex; width: max-content; flex-direction: column; }
.library-brand small { color: #817a86; font: 7px/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; }
.library-brand strong { margin-top: 4px; color: #e8d5b8; font: 22px/.95 var(--serif); font-weight: 400; letter-spacing: .08em; }
.library-header > p { margin: 0; color: #c99a6d; font: 8px/1 var(--sans); letter-spacing: .28em; text-transform: uppercase; }
.library-header > p span { display: inline-block; margin: 0 9px; color: #edc284; animation: glow-pulse 3.5s ease-in-out infinite; }
.library-header > nav { display: flex; justify-content: flex-end; align-items: center; gap: 24px; }
.library-header > nav a,
.cabinet-toggle { position: relative; padding: 8px 0; border: 0; background: none; color: #c8bdad; cursor: pointer; font: 7px/1 var(--sans); letter-spacing: .17em; text-transform: uppercase; }
.cabinet-toggle { display: inline-flex; align-items: center; gap: 9px; }
.cabinet-toggle i { width: 11px; height: 14px; border: 1px solid #b87342; border-radius: 6px 6px 1px 1px; box-shadow: inset 0 0 7px rgba(227,139,73,.35), 0 0 8px rgba(227,139,73,.22); }
.cabinet-toggle::after,
.library-header > nav a::after { content: ""; position: absolute; inset: auto 50% 1px; height: 1px; background: var(--copper-light); transition: left .24s ease, right .24s ease; }
.cabinet-toggle:hover::after,
.cabinet-toggle:focus-visible::after,
.library-header > nav a:hover::after,
.library-header > nav a:focus-visible::after { left: 0; right: 0; }
.atlas-return { display: inline-flex; align-items: center; gap: 8px; color: #e8c28d !important; }
.atlas-return i { width: 7px; height: 7px; transform: rotate(45deg); border: 1px solid currentColor; }

.story-cabinet { position: fixed; z-index: 120; inset: 0; display: grid; align-content: center; padding: clamp(30px,6vw,90px); opacity: 0; visibility: hidden; transform: translateY(-18px); background: radial-gradient(circle at 50% 45%, rgba(63,40,71,.96), rgba(5,6,16,.99) 60%); transition: opacity .35s ease, visibility .35s ease, transform .35s ease; }
.story-cabinet::before { content: ""; position: absolute; inset: clamp(20px,3vw,48px); border: 1px solid rgba(214,150,87,.22); pointer-events: none; }
.story-cabinet::after { content: ""; position: absolute; inset: 0; opacity: .21; pointer-events: none; background: radial-gradient(circle at 10% 15%, #d98f4c 0 1px, transparent 2px), radial-gradient(circle at 80% 70%, #ceb079 0 1px, transparent 2px); background-size: 180px 180px, 230px 230px; }
.story-cabinet.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
.cabinet-heading { position: relative; z-index: 2; width: min(1120px,100%); display: flex; justify-content: space-between; align-items: flex-end; margin: 0 auto 35px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.cabinet-heading div { display: flex; flex-direction: column; }
.cabinet-heading small { color: #9b8a7f; font: 8px/1 var(--sans); letter-spacing: .24em; text-transform: uppercase; }
.cabinet-heading strong { margin-top: 9px; color: #efddc0; font: clamp(31px,4vw,55px)/1 var(--serif); font-weight: 400; }
.cabinet-close { position: relative; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(224,163,101,.45); border-radius: 50%; background: rgba(0,0,0,.18); cursor: pointer; }
.cabinet-close::before,
.cabinet-close::after { content: ""; position: absolute; left: 50%; top: 50%; width: 16px; height: 1px; background: #e1ad73; }
.cabinet-close::before { transform: translate(-50%,-50%) rotate(45deg); }
.cabinet-close::after { transform: translate(-50%,-50%) rotate(-45deg); }
.story-cabinet > nav { position: relative; z-index: 2; width: min(1120px,100%); display: grid; grid-template-columns: repeat(3,1fr); margin: 0 auto; border-top: 1px solid rgba(220,158,96,.13); border-left: 1px solid rgba(220,158,96,.13); }
.story-cabinet > nav a { position: relative; min-height: 146px; display: grid; align-content: center; padding: 26px 28px 26px 64px; overflow: hidden; border-right: 1px solid rgba(220,158,96,.13); border-bottom: 1px solid rgba(220,158,96,.13); background: rgba(8,8,22,.34); transition: background .25s ease, transform .25s ease; }
.story-cabinet > nav a::after { content: ""; position: absolute; inset: auto 0 0; height: 2px; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg,var(--copper),transparent); transition: transform .3s ease; }
.story-cabinet > nav a:hover,
.story-cabinet > nav a:focus-visible { z-index: 2; transform: translateY(-3px); background: rgba(76,45,66,.52); }
.story-cabinet > nav a:hover::after,
.story-cabinet > nav a:focus-visible::after,
.story-cabinet > nav a.is-active::after { transform: scaleX(1); }
.story-cabinet > nav a > span { position: absolute; left: 24px; top: 29px; color: #9a6950; font: 9px/1 var(--sans); letter-spacing: .12em; }
.story-cabinet > nav strong { color: #e5d5bd; font: 20px/1.12 var(--serif); font-weight: 400; }
.story-cabinet > nav small { margin-top: 11px; color: #897f85; font: 7px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; }

.australia-hero { position: relative; z-index: 1; min-height: 100svh; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(300px,.92fr); align-items: center; gap: 5vw; padding: 140px clamp(30px,7vw,120px) 90px; overflow: hidden; background: #090a17; }
.australia-hero::before { content: ""; position: absolute; z-index: 3; inset: 0; pointer-events: none; background: linear-gradient(90deg, #080916 0%, rgba(8,9,22,.94) 35%, rgba(8,9,22,.22) 68%, rgba(8,9,22,.55)), linear-gradient(0deg,#090a17 0%,transparent 27%); }
.hero-art { position: absolute; inset: 0; overflow: hidden; }
.hero-art > img { width: 100%; height: 100%; object-fit: cover; object-position: 69% 50%; filter: saturate(.72) contrast(1.08) brightness(.64) hue-rotate(8deg); transform: scale(1.04); animation: portal-breathe 15s ease-in-out infinite alternate; }
.hero-vignette { position: absolute; inset: 0; background: radial-gradient(circle at 68% 52%, transparent 0 21%, rgba(4,5,14,.15) 39%, rgba(4,5,14,.82) 95%); }
.memory-arc { position: absolute; z-index: 2; right: 18%; top: 18%; width: 350px; height: 350px; border: 1px solid rgba(237,182,113,.21); border-radius: 50%; animation: rotate-forward 34s linear infinite; }
.memory-arc::before,
.memory-arc::after { content: ""; position: absolute; border-radius: 50%; }
.memory-arc::before { inset: 13%; border: 1px dashed rgba(237,182,113,.18); }
.memory-arc::after { left: 50%; top: -4px; width: 8px; height: 8px; background: #e3a66b; box-shadow: 0 0 18px #dd8249; }
.arc-two { right: 10%; top: 7%; width: 530px; height: 530px; opacity: .38; animation-direction: reverse; animation-duration: 48s; }
.arc-three { right: -13%; top: 30%; width: 700px; height: 700px; opacity: .2; animation-duration: 65s; }
.memory-motes i { position: absolute; z-index: 3; width: 5px; height: 5px; border-radius: 50%; background: #f0bc77; box-shadow: 0 0 14px #de7d45, 0 0 31px rgba(232,151,78,.55); animation: mote-wander 8s ease-in-out infinite alternate; }
.memory-motes i:nth-child(1) { right: 39%; top: 22%; animation-delay: -1s; }
.memory-motes i:nth-child(2) { right: 18%; top: 37%; width: 3px; height: 3px; animation-delay: -3.5s; animation-duration: 11s; }
.memory-motes i:nth-child(3) { right: 31%; top: 69%; animation-delay: -5s; animation-duration: 9s; }
.memory-motes i:nth-child(4) { right: 10%; top: 61%; width: 4px; height: 4px; animation-delay: -7s; animation-duration: 13s; }
.memory-motes i:nth-child(5) { right: 48%; top: 49%; width: 3px; height: 3px; animation-delay: -2s; animation-duration: 10s; }
.hero-copy { position: relative; z-index: 5; max-width: 790px; }
.eyebrow { display: flex; align-items: center; gap: 15px; margin: 0 0 27px; color: #9f9191; font: 8px/1 var(--sans); letter-spacing: .21em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 43px; height: 1px; background: linear-gradient(90deg,var(--copper),transparent); }
.eyebrow span { color: #edb775; }
.hero-copy h1 { max-width: 780px; margin: 0; color: #eadcc8; font: clamp(50px,6vw,91px)/.93 var(--serif); font-weight: 400; letter-spacing: -.045em; text-shadow: 0 8px 45px rgba(0,0,0,.55); }
.hero-copy h1 em { display: block; margin-top: 17px; color: #dfa36d; font-size: .43em; font-weight: 400; line-height: 1.15; letter-spacing: -.015em; }
.hero-copy > p:not(.eyebrow) { max-width: 680px; margin: 32px 0 0; color: #beb4ad; font-size: clamp(15px,1.35vw,19px); line-height: 1.72; }
.hero-copy > p strong { color: #f0ddc1; font-weight: 400; }
.follow-question { display: inline-flex; align-items: center; gap: 22px; margin-top: 34px; color: #e6bc83; font: 8px/1 var(--sans); letter-spacing: .21em; text-transform: uppercase; }
.follow-question span { min-width: 175px; padding: 15px 20px; border: 1px solid rgba(224,155,91,.55); background: rgba(10,8,20,.42); text-align: center; transition: background .25s ease,color .25s ease; }
.follow-question i { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(224,155,91,.26); border-radius: 50%; font-style: normal; animation: arrow-drift 2.2s ease-in-out infinite; }
.follow-question:hover span,
.follow-question:focus-visible span { color: #130c13; background: var(--copper-light); }
.belief-compass { position: relative; z-index: 5; justify-self: center; width: min(390px,34vw); aspect-ratio: 1; display: grid; place-items: center; color: #e9b978; }
.compass-rings,
.compass-rings span { position: absolute; inset: 0; border: 1px solid rgba(230,168,99,.26); border-radius: 50%; }
.compass-rings::before,
.compass-rings::after { content: ""; position: absolute; left: 50%; top: 50%; background: rgba(230,168,99,.2); transform: translate(-50%,-50%); }
.compass-rings::before { width: 1px; height: 100%; }
.compass-rings::after { width: 100%; height: 1px; }
.compass-rings span:nth-child(1) { inset: 12%; border-style: dashed; animation: rotate-forward 22s linear infinite; }
.compass-rings span:nth-child(2) { inset: 29%; border-color: rgba(238,191,129,.45); animation: rotate-backward 17s linear infinite; }
.compass-rings span:nth-child(3) { inset: 43%; border-color: #df9c61; box-shadow: 0 0 35px rgba(222,130,66,.28); }
.belief-compass > strong { position: relative; font: clamp(66px,8vw,105px)/1 var(--serif); font-weight: 400; text-shadow: 0 0 30px rgba(223,136,73,.4); }
.compass-label { position: absolute; color: #ac9690; font: 7px/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; }
.label-beliefs { left: -5px; top: 49%; }
.label-evidence { right: -19px; top: 49%; }
.label-experiences { left: 50%; bottom: -20px; transform: translateX(-50%); }

.library-shell { position: relative; z-index: 3; width: min(1500px,100%); display: grid; grid-template-columns: 245px minmax(0,1fr); gap: clamp(45px,7vw,115px); margin: 0 auto; padding: 0 clamp(24px,5vw,80px); background: linear-gradient(180deg,#090a17 0,#070812 65%,#060710 100%); }
.library-shell::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .35; background: radial-gradient(circle at 89% 20%,rgba(89,55,89,.38),transparent 26%),radial-gradient(circle at 10% 71%,rgba(117,64,47,.2),transparent 24%); }
.story-threads { position: sticky; z-index: 3; top: 112px; align-self: start; margin-top: 112px; padding: 0 0 30px 21px; border-left: 1px solid rgba(212,143,79,.24); }
.story-threads > p { margin: 0 0 26px; color: #b7784c; font: 8px/1 var(--sans); letter-spacing: .24em; text-transform: uppercase; }
.story-threads nav { display: grid; }
.story-threads nav a { position: relative; display: grid; grid-template-columns: 27px 1fr; align-items: center; min-height: 40px; color: #716b75; font: 7px/1.2 var(--sans); letter-spacing: .12em; text-transform: uppercase; transition: color .22s ease,transform .22s ease; }
.story-threads nav a::before { content: ""; position: absolute; left: -25px; width: 7px; height: 7px; transform: rotate(45deg) scale(0); border: 1px solid #d49157; background: #090a17; transition: transform .22s ease; }
.story-threads nav a span { color: #835940; font-size: 6px; }
.story-threads nav a:hover,
.story-threads nav a:focus-visible,
.story-threads nav a.is-current { color: #e0cbb1; transform: translateX(4px); }
.story-threads nav a.is-current::before { transform: rotate(45deg) scale(1); }
.thread-status { display: flex; align-items: center; gap: 10px; margin-top: 27px; padding-top: 18px; border-top: 1px solid rgba(199,130,75,.15); }
.thread-status i { width: 6px; height: 6px; border-radius: 50%; background: #cf8250; box-shadow: 0 0 11px #d8834d; animation: glow-pulse 2s ease infinite; }
.thread-status span { color: #635f68; font: 6px/1.4 var(--sans); letter-spacing: .13em; text-transform: uppercase; }
.thread-status strong { display: block; margin-top: 4px; color: #b5a38e; font-weight: 400; }
.story-content { position: relative; z-index: 2; min-width: 0; }
.story-section { position: relative; padding: 112px 0; border-bottom: 1px solid rgba(215,148,86,.14); scroll-margin-top: 70px; }
.story-section:last-child { border-bottom: 0; }
.section-heading { margin: 0 0 46px; }
.section-heading > p { display: flex; align-items: center; gap: 15px; margin: 0 0 18px; color: #9e7e6a; font: 7px/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; }
.section-heading > p::after { content: ""; width: 65px; height: 1px; background: linear-gradient(90deg,rgba(206,132,76,.7),transparent); }
.section-heading > p span { color: #d59964; }
.section-heading h2 { margin: 0; color: #eadcc9; font: clamp(40px,5.1vw,72px)/.98 var(--serif); font-weight: 400; letter-spacing: -.035em; }
.prose-card { position: relative; padding: clamp(31px,5vw,61px); overflow: hidden; border: 1px solid rgba(211,143,78,.19); background: linear-gradient(135deg,rgba(34,27,48,.58),rgba(10,10,23,.65)); }
.prose-card::before { content: ""; position: absolute; left: 0; top: 0; width: 70px; height: 70px; border-left: 1px solid #b96f43; border-top: 1px solid #b96f43; clip-path: polygon(0 0,100% 0,0 100%); opacity: .6; }
.prose-card p { margin: 0 0 25px; color: #bcb2ad; font-size: clamp(15px,1.35vw,18px); line-height: 1.86; }
.prose-card p:last-child { margin-bottom: 0; }
.prose-card strong { color: #e7cfad; font-weight: 400; }
.prose-card em { color: #e1b67d; }
.lead-card p:first-child::first-letter { float: left; margin: 7px 11px 0 0; color: #d7925a; font-size: 63px; line-height: .68; }
.section-intro { margin: 0 0 29px; color: #c5b7ab; font-size: 18px; line-height: 1.7; }
.closing-line { max-width: 910px; margin: 31px auto 0; color: #aaa0a3; font-size: 17px; line-height: 1.8; text-align: center; }

.three-lenses { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 27px; }
.three-lenses > span { position: relative; min-height: 112px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(213,143,80,.2); background: rgba(15,14,30,.72); }
.three-lenses i { position: absolute; width: 68px; height: 68px; border: 1px solid rgba(220,152,87,.17); border-radius: 50%; box-shadow: 0 0 0 13px rgba(220,152,87,.025),0 0 0 26px rgba(220,152,87,.015); }
.three-lenses > span:nth-child(1) i { animation: lens-breathe 4.5s ease-in-out infinite; }
.three-lenses > span:nth-child(2) i { animation: lens-breathe 4.5s ease-in-out -1.5s infinite; }
.three-lenses > span:nth-child(3) i { animation: lens-breathe 4.5s ease-in-out -3s infinite; }
.three-lenses strong { position: relative; z-index: 2; color: #d8c5ac; font: 8px/1 var(--sans); font-weight: 400; letter-spacing: .2em; text-transform: uppercase; }
.belief-grid,
.memory-grid,
.outcome-grid,
.skeptic-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
.belief-card,
.memory-card,
.outcome-card,
.skeptic-card { position: relative; min-height: 220px; display: grid; align-content: end; padding: 28px; overflow: hidden; border: 1px solid rgba(216,145,78,.2); background: radial-gradient(circle at 30% 20%,rgba(133,80,88,.28),transparent 42%),#101023; color: #c9b9ac; font-size: 16px; line-height: 1.55; transition: transform .3s ease,border-color .3s ease; }
.belief-card::before,
.memory-card::before,
.outcome-card::before,
.skeptic-card::before { content: ""; position: absolute; width: 115px; height: 115px; left: calc(50% - 58px); top: 26px; border: 1px solid rgba(226,165,98,.18); border-radius: 50%; box-shadow: 0 0 0 17px rgba(226,165,98,.035),0 0 0 36px rgba(226,165,98,.02); }
.belief-card::after,
.memory-card::after,
.outcome-card::after,
.skeptic-card::after { content: ""; position: absolute; inset: 0; transform: translateX(-130%) skewX(-18deg); background: linear-gradient(90deg,transparent,rgba(235,178,112,.08),transparent); animation: card-glimmer 8s ease-in-out infinite; }
.belief-card:nth-child(2)::after,
.memory-card:nth-child(2)::after,
.outcome-card:nth-child(2)::after,
.skeptic-card:nth-child(2)::after { animation-delay: -2.6s; }
.belief-card:nth-child(3)::after,
.memory-card:nth-child(3)::after,
.outcome-card:nth-child(3)::after,
.skeptic-card:nth-child(3)::after { animation-delay: -5.2s; }
.belief-card:hover,
.memory-card:hover,
.outcome-card:hover,
.skeptic-card:hover { transform: translateY(-7px); border-color: rgba(230,165,97,.55); }
.belief-card > span,
.outcome-card > span,
.skeptic-card > span { position: absolute; left: 20px; top: 20px; color: #81583e; font: 7px/1 var(--sans); letter-spacing: .15em; }
.belief-card strong,
.memory-card strong,
.outcome-card strong,
.skeptic-card strong { position: relative; z-index: 2; color: #e0cdb7; font-weight: 400; }
.memory-card { align-content: center; min-height: 205px; text-align: center; }
.memory-card i { position: relative; z-index: 2; width: 7px; height: 7px; margin: 0 auto 22px; border-radius: 50%; background: #dc945c; box-shadow: 0 0 19px #d87b46; }
.portal-quote { position: relative; min-height: 295px; display: grid; place-items: center; margin: 29px 0 0; padding: clamp(48px,7vw,88px); overflow: hidden; border: 1px solid rgba(216,150,85,.27); background: radial-gradient(circle at 50% 50%,rgba(104,57,86,.39),transparent 62%),#0b0b1b; text-align: center; }
.portal-quote::before,
.portal-quote::after { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(220,156,90,.12); border-radius: 50%; }
.portal-quote::before { width: 590px; height: 340px; box-shadow: inset 0 0 70px rgba(213,125,70,.08); }
.portal-quote::after { width: 430px; height: 250px; border-style: dashed; animation: rotate-forward-centered 31s linear infinite; }
.portal-quote > span { position: absolute; left: 33px; top: 15px; color: rgba(222,158,93,.15); font: 150px/.8 var(--serif); }
.portal-quote p { position: relative; z-index: 2; max-width: 860px; margin: 0; color: #e7d2b7; font-size: clamp(21px,2.3vw,31px); font-style: italic; line-height: 1.5; }
.regression-path { display: grid; grid-template-columns: repeat(3,1fr); margin: 26px 0; padding: 0; border-top: 1px solid rgba(214,145,80,.18); border-left: 1px solid rgba(214,145,80,.18); list-style: none; }
.regression-path li { position: relative; min-height: 154px; display: grid; align-content: center; padding: 28px 26px 28px 60px; border-right: 1px solid rgba(214,145,80,.18); border-bottom: 1px solid rgba(214,145,80,.18); background: rgba(16,15,31,.65); }
.regression-path li::after { content: ""; position: absolute; right: -5px; top: 50%; z-index: 2; width: 9px; height: 9px; transform: translateY(-50%) rotate(45deg); border: 1px solid #a66745; background: #0b0b19; }
.regression-path li:last-child::after { display: none; }
.regression-path span { position: absolute; left: 22px; top: 26px; color: #875c43; font: 7px/1 var(--sans); letter-spacing: .13em; }
.regression-path strong { color: #d7c4af; font-size: 17px; font-weight: 400; line-height: 1.45; }
.outcome-grid { margin-top: 25px; }
.outcome-card { min-height: 170px; align-content: center; text-align: center; }
.skeptic-grid { margin-top: 25px; }
.skeptic-card { min-height: 200px; }
.curiosity-card { position: relative; min-height: 225px; display: grid; grid-template-columns: 130px 1fr; align-items: center; gap: 35px; margin-top: 25px; padding: 40px 48px; overflow: hidden; border: 1px solid rgba(215,146,81,.25); background: radial-gradient(circle at 10% 50%,rgba(158,84,66,.26),transparent 28%),linear-gradient(135deg,#151329,#0a0a18); }
.curiosity-card i { position: relative; z-index: 2; display: grid; place-items: center; width: 110px; height: 110px; border: 1px solid rgba(229,161,94,.43); border-radius: 50%; color: #e4ad72; font: 67px/1 var(--serif); font-style: normal; box-shadow: 0 0 0 18px rgba(219,140,79,.035),0 0 55px rgba(181,91,65,.16); }
.curiosity-card p { position: relative; z-index: 2; margin: 0; color: #c3b5ad; font-size: 17px; line-height: 1.8; }
.meaning-stage { position: relative; width: min(650px,92vw); aspect-ratio: 1; display: grid; place-items: center; margin: 42px auto; }
.meaning-rings { position: absolute; inset: 0; pointer-events: none; filter: drop-shadow(0 0 13px rgba(211,129,65,.22)); }
.meaning-rings span { position: absolute; border-radius: 50%; }
.meaning-rings span:nth-child(1) { inset: 2%; border: 1px solid rgba(236,178,105,.46); animation: rotate-forward 31s linear infinite; }
.meaning-rings span:nth-child(1)::before,
.meaning-rings span:nth-child(2)::before,
.meaning-rings span:nth-child(3)::before { content: ""; position: absolute; left: 50%; top: -5px; width: 9px; height: 9px; transform: translateX(-50%) rotate(45deg); border: 1px solid #e2a769; background: #0b0a18; box-shadow: 0 0 16px #dc7f47; }
.meaning-rings span:nth-child(2) { inset: 21%; border: 1px dashed rgba(236,178,105,.38); animation: rotate-backward 22s linear infinite; }
.meaning-rings span:nth-child(3) { inset: 38%; border: 1px solid rgba(242,191,122,.28); box-shadow: inset 0 0 50px rgba(201,105,58,.08), 0 0 45px rgba(201,105,58,.06); animation: ring-pulse 5s ease-in-out infinite; }
.meaning-rings i { position: absolute; left: 50%; top: 50%; width: 5px; height: 5px; margin: -2.5px 0 0 -2.5px; border-radius: 50%; background: #efbd7d; box-shadow: 0 0 15px #e08649; }
.meaning-rings i:nth-of-type(1) { animation: orbit-dot-one 14s linear infinite; }
.meaning-rings i:nth-of-type(2) { animation: orbit-dot-two 19s linear infinite reverse; }
.meaning-rings i:nth-of-type(3) { animation: orbit-dot-three 11s linear infinite; }
.meaning-orbit { position: relative; z-index: 2; width: 100%; height: 100%; margin: 0; padding: 0; list-style: none; }
.meaning-orbit li { position: absolute; z-index: 2; width: 235px; min-height: 125px; display: grid; align-content: center; padding: 22px; border: 1px solid rgba(215,146,81,.28); background: rgba(14,13,29,.92); text-align: center; }
.meaning-orbit li:nth-child(1) { top: 0; left: calc(50% - 118px); animation: panel-float 5.2s ease-in-out infinite; }
.meaning-orbit li:nth-child(2) { bottom: 55px; left: 0; animation: panel-float 5.2s ease-in-out -1.7s infinite; }
.meaning-orbit li:nth-child(3) { bottom: 55px; right: 0; animation: panel-float 5.2s ease-in-out -3.4s infinite; }
.meaning-orbit li span { color: #a56d4c; font: 7px/1 var(--sans); letter-spacing: .19em; text-transform: uppercase; }
.meaning-orbit li strong { margin-top: 11px; color: #ddc8b0; font-size: 16px; font-weight: 400; line-height: 1.4; }
.book-section { padding-bottom: 135px; }
.book-grid { display: grid; grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); gap: 22px; }
.book-card { position: relative; min-width: 0; display: grid; grid-template-columns: minmax(110px,.34fr) minmax(0,.66fr); gap: clamp(23px,3vw,43px); align-items: center; min-height: 510px; padding: clamp(30px,4vw,53px); overflow: hidden; border: 1px solid rgba(216,148,82,.24); background: radial-gradient(circle at 16% 42%,rgba(152,83,72,.22),transparent 32%),linear-gradient(135deg,#171329,#080916); }
.book-card::before { content: ""; position: absolute; inset: 15px; border: 1px solid rgba(214,147,81,.1); pointer-events: none; }
.wind-book { grid-template-columns: minmax(130px,.3fr) minmax(0,.7fr); background: radial-gradient(circle at 13% 44%,rgba(49,112,134,.23),transparent 32%),linear-gradient(135deg,#11172b,#080916); }
.book-cover { position: relative; z-index: 2; perspective: 700px; }
.book-cover img { width: 100%; transform: rotateY(7deg); box-shadow: -14px 24px 45px rgba(0,0,0,.55); transition: transform .35s ease; }
.book-card:hover .book-cover img { transform: rotateY(0) translateY(-5px); }
.book-card > div:last-child { position: relative; z-index: 2; }
.book-card p { margin: 0 0 25px; color: #b3a7a2; font-size: 14px; line-height: 1.68; }
.book-card h3 { margin: 0; color: #ebd8ba; font-size: clamp(23px,2.2vw,35px); font-weight: 400; line-height: 1.08; }
.book-card > div > span { display: block; margin-top: 10px; color: #857a7c; font: 7px/1 var(--sans); letter-spacing: .15em; }
.book-card > div > a { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; margin-top: 24px; padding: 0 20px; border: 1px solid #cf8955; background: linear-gradient(135deg,#d69a60,#8b4d37); color: #0d0910; font: 700 8px/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; transition: transform .22s ease,filter .22s ease; }
.book-card > div > a:hover,
.book-card > div > a:focus-visible { transform: translateY(-3px); filter: brightness(1.14); }

.library-footer { position: relative; z-index: 4; min-height: 95px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; padding: 25px clamp(24px,5vw,80px); border-top: 1px solid rgba(211,143,78,.17); background: #04050d; color: #716c74; font: 7px/1.5 var(--sans); letter-spacing: .14em; text-transform: uppercase; }
.library-footer > a { justify-self: start; color: #dec9ab; font: 21px/1 var(--serif); letter-spacing: .08em; text-transform: none; }
.library-footer p { margin: 0; }
.library-footer p:last-child { justify-self: end; }
.library-footer p a { color: #c88755; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s ease,transform .8s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes star-drift { to { background-position: 380px -320px,-260px 390px; } }
@keyframes rotate-forward { to { transform: rotate(360deg); } }
@keyframes rotate-backward { to { transform: rotate(-360deg); } }
@keyframes rotate-forward-centered { to { transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes portal-breathe { from { transform: scale(1.04); } to { transform: scale(1.11); } }
@keyframes glow-pulse { 0%,100% { opacity: .45; } 50% { opacity: 1; } }
@keyframes arrow-drift { 0%,100% { transform: translateY(-2px); } 50% { transform: translateY(4px); } }
@keyframes mote-wander { from { transform: translate3d(-8px,-15px,0); opacity: .35; } to { transform: translate3d(16px,18px,0); opacity: 1; } }
@keyframes lens-breathe { 0%,100% { transform: scale(.88); opacity: .42; } 50% { transform: scale(1.22); opacity: .95; } }
@keyframes card-glimmer { 0%,62% { transform: translateX(-130%) skewX(-18deg); } 86%,100% { transform: translateX(130%) skewX(-18deg); } }
@keyframes ring-pulse { 0%,100% { transform: scale(.92); opacity: .35; } 50% { transform: scale(1.08); opacity: .92; } }
@keyframes panel-float { 0%,100% { transform: translateY(0); box-shadow: 0 0 0 rgba(219,137,73,0); } 50% { transform: translateY(-8px); box-shadow: 0 16px 42px rgba(196,103,57,.14); } }
@keyframes orbit-dot-one { from { transform: rotate(0deg) translateX(315px) rotate(0deg); } to { transform: rotate(360deg) translateX(315px) rotate(-360deg); } }
@keyframes orbit-dot-two { from { transform: rotate(40deg) translateX(195px) rotate(-40deg); } to { transform: rotate(400deg) translateX(195px) rotate(-400deg); } }
@keyframes orbit-dot-three { from { transform: rotate(120deg) translateX(105px) rotate(-120deg); } to { transform: rotate(480deg) translateX(105px) rotate(-480deg); } }

@media (max-width: 1180px) {
  .library-header { grid-template-columns: 1fr auto; }
  .library-header > p { display: none; }
  .australia-hero { grid-template-columns: minmax(0,1fr) 260px; }
  .library-shell { grid-template-columns: 200px minmax(0,1fr); gap: 45px; }
  .book-grid { grid-template-columns: 1fr; }
  .book-card,
  .wind-book { grid-template-columns: 190px minmax(0,1fr); min-height: 430px; }
}

@media (max-width: 900px) {
  .library-header { min-height: 70px; padding: 10px 20px; }
  .library-brand strong { font-size: 19px; }
  .library-header > nav { gap: 16px; }
  .cabinet-toggle { font-size: 0; }
  .cabinet-toggle i { width: 14px; height: 18px; }
  .atlas-return { font-size: 6px !important; }
  .story-cabinet { padding: 70px 28px 35px; align-content: start; overflow-y: auto; }
  .story-cabinet::before { inset: 15px; }
  .story-cabinet > nav { grid-template-columns: repeat(2,1fr); }
  .story-cabinet > nav a { min-height: 125px; }
  .australia-hero { grid-template-columns: 1fr; align-content: end; padding: 130px 30px 92px; }
  .australia-hero::before { background: linear-gradient(0deg,#080916 5%,rgba(8,9,22,.82) 60%,rgba(8,9,22,.38)); }
  .hero-art > img { object-position: 63% 40%; }
  .belief-compass { display: none; }
  .library-shell { display: block; padding: 0 30px; }
  .story-threads { position: relative; top: auto; margin: 0 -30px; padding: 18px 30px; overflow-x: auto; border-left: 0; border-bottom: 1px solid rgba(211,143,78,.17); background: rgba(6,7,16,.92); }
  .story-threads > p,
  .thread-status { display: none; }
  .story-threads nav { display: flex; width: max-content; gap: 24px; }
  .story-threads nav a { display: flex; grid-template-columns: none; gap: 8px; min-height: 34px; }
  .story-threads nav a::before { display: none; }
  .belief-grid,
  .memory-grid,
  .outcome-grid,
  .skeptic-grid { grid-template-columns: 1fr; }
  .belief-card,
  .memory-card,
  .outcome-card,
  .skeptic-card { min-height: 175px; }
  .curiosity-card { grid-template-columns: 90px 1fr; padding: 35px; }
  .curiosity-card i { width: 82px; height: 82px; font-size: 50px; }
  .library-footer { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .library-footer > a,
  .library-footer p:last-child { justify-self: center; }
}

@media (max-width: 620px) {
  .library-header > nav { gap: 12px; }
  .atlas-return { font-size: 0 !important; }
  .atlas-return i { width: 12px; height: 12px; }
  .story-cabinet { padding: 65px 20px 25px; }
  .cabinet-heading { align-items: center; margin-bottom: 20px; }
  .cabinet-heading strong { font-size: 29px; }
  .story-cabinet > nav { grid-template-columns: 1fr; }
  .story-cabinet > nav a { min-height: 105px; padding-left: 57px; }
  .australia-hero { min-height: 800px; padding: 125px 22px 80px; }
  .hero-art > img { object-position: 59% 50%; opacity: .8; }
  .hero-copy h1 { font-size: clamp(46px,14vw,66px); }
  .hero-copy h1 em { font-size: .44em; }
  .hero-copy > p:not(.eyebrow) { font-size: 15px; }
  .eyebrow { flex-wrap: wrap; gap: 9px; }
  .library-shell { padding: 0 20px; }
  .story-threads { margin: 0 -20px; padding-inline: 20px; }
  .story-section { padding: 82px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2 { font-size: 42px; }
  .prose-card { padding: 30px 23px; }
  .prose-card p { font-size: 15px; line-height: 1.77; }
  .three-lenses { grid-template-columns: 1fr; }
  .three-lenses > span { min-height: 85px; }
  .portal-quote { min-height: 290px; padding: 50px 23px; }
  .portal-quote p { font-size: 21px; }
  .portal-quote::before { width: 370px; height: 260px; }
  .portal-quote::after { width: 270px; height: 190px; }
  .regression-path { grid-template-columns: 1fr; }
  .regression-path li { min-height: 120px; }
  .regression-path li::after { right: auto; left: 50%; top: auto; bottom: -5px; transform: translateX(-50%) rotate(45deg); }
  .curiosity-card { grid-template-columns: 1fr; text-align: center; }
  .curiosity-card i { margin: 0 auto; }
  .meaning-stage { width: 100%; aspect-ratio: auto; margin: 30px 0; }
  .meaning-rings { display: none; }
  .meaning-orbit { height: auto; display: grid; gap: 14px; }
  .meaning-orbit li { position: relative; inset: auto !important; width: 100%; min-height: 125px; }
  .book-card,
  .wind-book { grid-template-columns: 1fr; padding: 35px 28px; min-height: 0; }
  .book-cover { width: min(210px,65%); margin: 0 auto; }
  .book-card p { font-size: 13px; }
}

/* Australian Cryptids — page-specific field journal */
:root { --ochre: #c46f3c; --sand: #dfaa68; --eucalyptus: #4f7064; --billabong: #112a2d; }
.dust-field { position: fixed; z-index: 0; inset: 0; pointer-events: none; opacity: .46; background-image: radial-gradient(circle,rgba(224,165,96,.64) 0 1px,transparent 1.5px),radial-gradient(circle,rgba(111,152,128,.42) 0 1px,transparent 1.4px); background-position: 23px 47px,101px 19px; background-size: 193px 193px,277px 277px; animation: dust-drift 39s linear infinite; mask-image: linear-gradient(to bottom,#000,transparent 92%); }
body { background: #060a0b; }
.library-shell { background: linear-gradient(180deg,#081012 0,#071012 58%,#05090a 100%); }
.library-shell::before { background: radial-gradient(circle at 91% 18%,rgba(139,66,38,.28),transparent 29%),radial-gradient(circle at 9% 67%,rgba(50,91,80,.29),transparent 27%); }
.story-cabinet { background: radial-gradient(circle at 50% 45%,rgba(31,56,52,.97),rgba(5,8,10,.99) 62%); }
.story-cabinet > nav .cryptid-cabinet-link { grid-column: 1 / -1; min-height: 110px; background: radial-gradient(circle at 50% 50%,rgba(92,71,44,.23),transparent 65%),rgba(8,17,17,.62); }

.australia-hero { grid-template-columns: minmax(0,1.12fr) minmax(300px,.88fr); background: #071012; }
.australia-hero::before { background: linear-gradient(90deg,#061013 0%,rgba(6,16,19,.94) 38%,rgba(6,16,19,.16) 67%,rgba(6,16,19,.4)),linear-gradient(0deg,#081012 0%,transparent 31%); }
.australia-hero .hero-art > img { object-position: 68% 50%; filter: saturate(.77) contrast(1.08) brightness(.74); animation-duration: 18s; }
.australia-hero .hero-vignette { background: radial-gradient(circle at 75% 58%,transparent 0 17%,rgba(4,10,12,.08) 38%,rgba(5,12,14,.78) 98%); }
.australia-hero .hero-copy { max-width: 780px; }
.australia-hero .hero-copy h1 { font-size: clamp(52px,6.5vw,99px); }
.australia-hero .hero-copy h1 em { display: inline; margin: 0; color: #d88b54; font-size: 1em; line-height: inherit; letter-spacing: inherit; }
.australia-hero .hero-copy .hero-subtitle { margin-top: 16px; color: #e2b171; font: clamp(19px,2vw,29px)/1.25 var(--serif); letter-spacing: .025em; }
.australia-hero .hero-copy .hero-subtitle + p { margin-top: 27px; color: #c5b7aa; font-size: clamp(18px,1.55vw,22px); }

.survey-rings { position: absolute; z-index: 2; right: 2%; top: 3%; width: min(760px,54vw); aspect-ratio: 1; pointer-events: none; filter: drop-shadow(0 0 14px rgba(198,112,58,.15)); }
.survey-rings span { position: absolute; border-radius: 50%; }
.survey-rings span:nth-child(1) { inset: 0; border: 1px solid rgba(230,164,92,.28); animation: rotate-forward 43s linear infinite; }
.survey-rings span:nth-child(2) { inset: 18%; border: 1px dashed rgba(230,164,92,.22); animation: rotate-backward 31s linear infinite; }
.survey-rings span:nth-child(3) { inset: 37%; border: 1px solid rgba(230,164,92,.18); box-shadow: inset 0 0 65px rgba(52,109,94,.1); animation: field-pulse 6s ease-in-out infinite; }
.survey-rings span:nth-child(1)::after,.survey-rings span:nth-child(2)::after { content: ""; position: absolute; left: 50%; top: -5px; width: 9px; height: 9px; transform: translateX(-50%) rotate(45deg); border: 1px solid #d58d52; background: #071012; box-shadow: 0 0 16px #b96038; }
.survey-rings i,.echo-orbits i { position: absolute; left: 50%; top: 50%; width: 6px; height: 6px; margin: -3px; border-radius: 50%; background: #eaae67; box-shadow: 0 0 16px #c76a3b; }
.survey-rings i:nth-of-type(1) { animation: survey-dot-one 17s linear infinite; }.survey-rings i:nth-of-type(2) { animation: survey-dot-two 23s linear infinite reverse; }.survey-rings i:nth-of-type(3) { animation: survey-dot-three 12s linear infinite; }
.hero-dust i { position: absolute; z-index: 3; width: 4px; height: 4px; border-radius: 50%; background: #e7a65e; box-shadow: 0 0 12px #b65c34; animation: floating-dust 9s ease-in-out infinite alternate; }
.hero-dust i:nth-child(1) { right: 18%; top: 75%; }.hero-dust i:nth-child(2) { right: 28%; top: 64%; animation-delay: -2s; }.hero-dust i:nth-child(3) { right: 11%; top: 58%; animation-delay: -4s; animation-duration: 12s; }.hero-dust i:nth-child(4) { right: 35%; top: 79%; animation-delay: -6s; }.hero-dust i:nth-child(5) { right: 41%; top: 47%; animation-delay: -3s; animation-duration: 13s; }.hero-dust i:nth-child(6) { right: 8%; top: 37%; animation-delay: -7s; }

.field-compass { position: relative; z-index: 5; justify-self: center; width: min(370px,32vw); aspect-ratio: 1; display: grid; place-items: center; color: #e5ad6d; transition: transform .18s ease-out; }
.field-compass > strong { position: relative; z-index: 2; color: #df9b5e; font: clamp(58px,6vw,86px)/1 var(--serif); font-weight: 400; text-shadow: 0 0 30px rgba(186,86,48,.4); }
.field-compass .compass-rings span:nth-child(1) { animation-duration: 29s; }.field-compass .compass-rings span:nth-child(2) { animation-duration: 21s; }.field-compass .compass-rings span:nth-child(3) { border-color: #b96c45; box-shadow: 0 0 35px rgba(75,122,104,.2); }
.label-swamp { left: 50%; top: -19px; transform: translateX(-50%); }.label-bush { right: -18px; top: 50%; }.label-rock { left: 50%; bottom: -19px; transform: translateX(-50%); }.label-story { left: -22px; top: 50%; }

.monster-declaration { position: relative; min-height: 260px; display: grid; place-items: center; align-content: center; gap: 9px; margin-top: 28px; overflow: hidden; border: 1px solid rgba(209,137,75,.24); background: radial-gradient(circle at 50% 50%,rgba(115,57,39,.32),transparent 62%),#091214; text-align: center; }
.monster-declaration::before,.monster-declaration::after { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(220,153,84,.16); border-radius: 50%; }.monster-declaration::before { width: 440px; height: 440px; animation: rotate-forward-centered 35s linear infinite; }.monster-declaration::after { width: 260px; height: 260px; border-style: dashed; animation: rotate-forward-centered 24s linear infinite reverse; }
.monster-declaration span,.monster-declaration strong { position: relative; z-index: 2; }.monster-declaration span { color: #9d8f84; font: 8px/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; }.monster-declaration strong { color: #efd0a6; font: italic clamp(43px,6vw,80px)/1 var(--serif); font-weight: 400; }.monster-declaration i { position: absolute; left: 50%; top: 50%; width: 7px; height: 7px; margin: -3.5px; border-radius: 50%; background: #e8a15e; box-shadow: 0 0 18px #be6138; animation: declaration-dot 14s linear infinite; }
.specimen-index { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; margin-top: 27px; }
.specimen-index a { position: relative; min-height: 180px; display: grid; align-content: end; padding: 28px; overflow: hidden; border: 1px solid rgba(207,134,73,.22); background: radial-gradient(circle at 50% 25%,rgba(62,100,87,.28),transparent 39%),linear-gradient(145deg,#101a1a,#081012); transition: transform .32s ease,border-color .32s ease; }
.specimen-index a::before { content: ""; position: absolute; left: 50%; top: 22px; width: 82px; height: 82px; transform: translateX(-50%); border: 1px solid rgba(220,151,83,.19); border-radius: 50%; box-shadow: 0 0 0 15px rgba(220,151,83,.026),0 0 34px rgba(57,111,95,.1); animation: specimen-breathe 5s ease-in-out infinite; }
.specimen-index a:hover,.specimen-index a:focus-visible { transform: translateY(-7px); border-color: rgba(228,157,88,.54); }.specimen-index a > span { position: absolute; left: 20px; top: 19px; color: #91613f; font: 7px/1 var(--sans); }.specimen-index strong { color: #e3cdb1; font-size: 25px; font-weight: 400; }.specimen-index small { margin-top: 8px; color: #8e8780; font: 7px/1 var(--sans); letter-spacing: .14em; text-transform: uppercase; }

.habitat-card { position: relative; min-height: 520px; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(206,133,72,.24); background: radial-gradient(ellipse at 50% 78%,rgba(30,83,83,.42),transparent 50%),linear-gradient(180deg,#081316,#071012); }
.habitat-card article { position: relative; z-index: 2; width: min(840px,84%); padding: clamp(35px,5vw,60px); border: 1px solid rgba(213,142,79,.25); background: rgba(7,15,17,.87); }
.habitat-card p { margin: 0 0 27px; color: #c2b4a7; font-size: clamp(17px,1.6vw,21px); line-height: 1.75; }.habitat-card p:last-child { margin-bottom: 0; }
.water-ripples { position: absolute; left: 50%; bottom: 5%; width: min(760px,92%); height: 260px; transform: translateX(-50%); }
.water-ripples span { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); border: 1px solid rgba(102,166,154,.27); border-radius: 50%; animation: water-expand 6s ease-out infinite; }.water-ripples span:nth-child(1) { width: 210px; height: 65px; }.water-ripples span:nth-child(2) { width: 390px; height: 120px; animation-delay: -2s; }.water-ripples span:nth-child(3) { width: 620px; height: 190px; animation-delay: -4s; }.water-ripples i { position: absolute; left: calc(50% - 28px); bottom: 67px; width: 9px; height: 4px; border-radius: 50%; background: #df9c58; box-shadow: 56px 0 0 #df9c58,0 0 15px #ba5f35,56px 0 15px #ba5f35; animation: eyes-watch 4.5s ease-in-out infinite; }

.sighting-path { position: relative; min-height: 360px; display: grid; place-items: center; margin-top: 27px; padding: clamp(42px,6vw,72px); overflow: hidden; border: 1px solid rgba(210,137,75,.22); background: radial-gradient(circle at 13% 50%,rgba(60,102,87,.25),transparent 32%),linear-gradient(145deg,#101918,#071012); }
.sighting-path p { position: relative; z-index: 2; max-width: 880px; margin: 0; color: #d5c1a8; font-size: clamp(19px,2.05vw,27px); line-height: 1.62; text-align: center; }
.track-line { position: absolute; inset: 0; opacity: .35; }.track-line::before { content: ""; position: absolute; left: 8%; right: 8%; top: 50%; border-top: 1px dashed rgba(219,151,84,.37); transform: rotate(-8deg); }.track-line i { position: absolute; width: 28px; height: 38px; border: 1px solid rgba(219,151,84,.48); border-radius: 50% 50% 45% 45%; animation: track-step 7s ease-in-out infinite; }.track-line i:nth-child(1) { left: 13%; top: 61%; }.track-line i:nth-child(2) { left: 35%; top: 48%; animation-delay: -1.75s; }.track-line i:nth-child(3) { left: 58%; top: 38%; animation-delay: -3.5s; }.track-line i:nth-child(4) { left: 81%; top: 27%; animation-delay: -5.25s; }

.mimi-chamber { position: relative; min-height: 560px; display: grid; align-items: center; padding: clamp(45px,7vw,85px); overflow: hidden; border: 1px solid rgba(211,136,73,.25); background: radial-gradient(circle at 86% 43%,rgba(150,67,38,.28),transparent 31%),linear-gradient(145deg,#16150f,#081012); }
.mimi-chamber > div:last-child { position: relative; z-index: 2; max-width: 820px; margin-left: auto; padding-left: clamp(0px,15vw,230px); }.mimi-chamber p { margin: 0 0 22px; color: #bfb1a4; font-size: 17px; line-height: 1.72; }.mimi-chamber strong { display: block; margin-top: 32px; color: #edc995; font: italic clamp(24px,2.7vw,38px)/1.35 var(--serif); font-weight: 400; }
.rock-lines { position: absolute; left: 4%; top: 4%; bottom: 4%; width: 33%; border: 1px solid rgba(208,128,68,.17); clip-path: polygon(24% 0,100% 0,87% 31%,100% 59%,72% 100%,0 100%,14% 64%,0 37%); }.rock-lines span { position: absolute; top: 8%; bottom: 8%; width: 1px; background: linear-gradient(transparent,rgba(223,149,80,.43),transparent); animation: rock-figure 6s ease-in-out infinite; }.rock-lines span:nth-child(1) { left: 31%; }.rock-lines span:nth-child(2) { left: 52%; animation-delay: -2s; }.rock-lines span:nth-child(3) { left: 73%; animation-delay: -4s; }

.media-section { overflow: hidden; }
.echo-orbits { position: relative; width: min(680px,90vw); aspect-ratio: 1; margin: 42px auto 0; }
.echo-orbits span { position: absolute; border-radius: 50%; }.echo-orbits span:nth-child(1) { inset: 0; border: 1px solid rgba(231,159,88,.42); animation: rotate-forward 34s linear infinite; }.echo-orbits span:nth-child(2) { inset: 20%; border: 1px dashed rgba(231,159,88,.31); animation: rotate-backward 24s linear infinite; }.echo-orbits span:nth-child(3) { inset: 39%; border: 1px solid rgba(95,147,128,.31); box-shadow: inset 0 0 55px rgba(56,107,94,.12); animation: field-pulse 5s ease-in-out infinite; }
.echo-orbits i:nth-of-type(1) { animation: echo-dot-one 16s linear infinite; }.echo-orbits i:nth-of-type(2) { animation: echo-dot-two 21s linear infinite reverse; }.echo-orbits i:nth-of-type(3) { animation: echo-dot-three 11s linear infinite; }

.crocodile-threshold { position: relative; min-height: 620px; display: grid; align-items: center; justify-items: start; overflow: hidden; padding: clamp(45px,7vw,85px); border: 1px solid rgba(211,136,73,.34); background: radial-gradient(circle at 65% 55%,rgba(33,84,79,.32),transparent 47%),linear-gradient(145deg,#111815,#05090a); text-align: left; box-shadow: inset 0 0 0 7px #071012,inset 0 0 0 8px rgba(222,152,82,.09); }
.crocodile-threshold::before,.crocodile-threshold::after,.crocodile-threshold > span { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); border: 1px solid rgba(226,152,82,.2); border-radius: 50%; }.crocodile-threshold::before { width: 740px; height: 740px; animation: rotate-forward-centered 39s linear infinite; }.crocodile-threshold::after { width: 480px; height: 480px; border-style: dashed; animation: rotate-forward-centered 27s linear infinite reverse; }.crocodile-threshold > span { width: 245px; height: 245px; border-color: rgba(92,153,132,.3); box-shadow: inset 0 0 67px rgba(53,111,95,.13); animation: field-pulse-centered 6s ease-in-out infinite; }
.crocodile-threshold p { position: relative; z-index: 3; max-width: 53%; margin: 0; color: #e0c8aa; font-size: clamp(20px,2.2vw,30px); line-height: 1.62; text-shadow: 0 3px 18px #020607,0 0 34px #020607; }

.purpose-quote { min-height: 250px; display: grid; place-items: center; margin: 0 0 25px; padding: 35px; border: 1px solid rgba(211,137,75,.26); background: radial-gradient(circle at 50% 50%,rgba(61,105,89,.32),transparent 65%),#081113; text-align: center; }.purpose-quote p { margin: 0; color: #efd0a5; font: italic clamp(28px,3.8vw,55px)/1.2 var(--serif); }
.answer-sequence { display: grid; grid-template-columns: .43fr .57fr; border: 1px solid rgba(210,136,74,.24); }.answer-sequence strong,.answer-sequence p { min-height: 245px; display: grid; place-items: center; margin: 0; padding: clamp(32px,5vw,58px); }.answer-sequence strong { color: #edc895; font: clamp(29px,3.4vw,48px)/1.15 var(--serif); font-weight: 400; text-align: center; background: radial-gradient(circle,rgba(115,57,39,.28),transparent 67%),#0b1111; }.answer-sequence p { border-left: 1px solid rgba(210,136,74,.24); color: #bdb0a3; font-size: 18px; line-height: 1.75; }
.watching-line { position: relative; min-height: 410px; display: grid; place-items: center; align-content: center; gap: 25px; margin-top: 26px; padding: clamp(45px,7vw,80px); overflow: hidden; border: 1px solid rgba(210,136,74,.24); background: radial-gradient(circle at 50% 50%,rgba(26,66,65,.38),transparent 60%),#071012; text-align: center; }.watching-line p,.watching-line strong { position: relative; z-index: 2; max-width: 860px; margin: 0; }.watching-line p { color: #a99e95; font-size: 18px; }.watching-line strong { color: #e6c59a; font: italic clamp(26px,3.3vw,46px)/1.35 var(--serif); font-weight: 400; }.watching-line > span { position: absolute; left: 50%; bottom: 54px; width: 86px; height: 14px; transform: translateX(-50%); }.watching-line > span i { position: absolute; width: 12px; height: 6px; border-radius: 50%; background: #dfa05d; box-shadow: 0 0 19px #a95a37; animation: eyes-watch 4.5s ease-in-out infinite; }.watching-line > span i:last-child { right: 0; }

/* Peripheral sightings: brief, section-triggered, and intentionally unpredictable. */
.cryptid-sightings { position: fixed; z-index: 108; inset: 0; overflow: hidden; pointer-events: none; }
.cryptid-runner { position: absolute; opacity: 0; will-change: transform,opacity,filter; }
.cryptid-runner img { display: block; width: 100%; height: auto; filter: drop-shadow(0 12px 18px rgba(0,0,0,.72)); }
.bunyip-runner { left: 0; bottom: 7vh; width: clamp(190px,22vw,340px); transform: translate3d(-135%,0,0); }
.bunyip-runner.is-running { animation: bunyip-crossing 2.45s cubic-bezier(.16,.68,.31,1) both; }
.yowie-runner { right: 0; bottom: 1vh; width: clamp(155px,17vw,270px); transform: translate3d(135%,0,0) scaleX(-1); }
.yowie-runner.is-running { animation: yowie-crossing 3.05s cubic-bezier(.18,.62,.3,1) both; }
.mimi-runner { left: 0; top: 17vh; width: clamp(230px,29vw,440px); transform: translate3d(-140%,0,0); }
.mimi-runner.is-running { animation: mimi-crossing 2.2s cubic-bezier(.2,.74,.28,1) both; }
.crocodile-threshold { isolation: isolate; }
.crocodile-apparition { position: absolute; z-index: 1; inset: 0 0 0 auto; width: 62%; opacity: 0; transform: translate3d(24%,0,0) scale(1.05); filter: brightness(.34) saturate(.76) contrast(1.06); pointer-events: none; }
.crocodile-apparition::before { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(90deg,#071012 0%,rgba(7,16,18,.82) 12%,transparent 48%),linear-gradient(0deg,rgba(4,9,10,.72),transparent 35%); }
.crocodile-apparition::after { content: ""; position: absolute; z-index: 3; inset: 7%; border: 1px solid rgba(227,162,92,.2); box-shadow: inset 0 0 45px rgba(0,0,0,.38); }
.crocodile-apparition img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.crocodile-threshold.is-haunted .crocodile-apparition { animation: crocodile-emerges 7.4s cubic-bezier(.18,.69,.23,1) both; }
.crocodile-threshold.is-haunted { animation: threshold-shudder .42s ease-out 2.25s 1 both; }
.crocodile-threshold p { z-index: 3; text-shadow: 0 2px 14px #041010; }

@keyframes dust-drift { to { background-position: 386px 240px,-453px 381px; } }
@keyframes floating-dust { from { transform: translate3d(-8px,16px,0); opacity: .24; } to { transform: translate3d(13px,-21px,0); opacity: 1; } }
@keyframes field-pulse { 0%,100% { transform: scale(.91); opacity: .34; } 50% { transform: scale(1.07); opacity: .94; } }
@keyframes field-pulse-centered { 0%,100% { transform: translate(-50%,-50%) scale(.91); opacity: .34; } 50% { transform: translate(-50%,-50%) scale(1.07); opacity: .94; } }
@keyframes survey-dot-one { from { transform: rotate(0deg) translateX(380px) rotate(0deg); } to { transform: rotate(360deg) translateX(380px) rotate(-360deg); } }
@keyframes survey-dot-two { from { transform: rotate(60deg) translateX(245px) rotate(-60deg); } to { transform: rotate(420deg) translateX(245px) rotate(-420deg); } }
@keyframes survey-dot-three { from { transform: rotate(145deg) translateX(132px) rotate(-145deg); } to { transform: rotate(505deg) translateX(132px) rotate(-505deg); } }
@keyframes declaration-dot { from { transform: rotate(0deg) translateX(215px) rotate(0deg); } to { transform: rotate(360deg) translateX(215px) rotate(-360deg); } }
@keyframes specimen-breathe { 0%,100% { transform: translateX(-50%) scale(.88); opacity: .4; } 50% { transform: translateX(-50%) scale(1.1); opacity: 1; } }
@keyframes water-expand { 0% { transform: translateX(-50%) scale(.72); opacity: 0; } 38% { opacity: .8; } 100% { transform: translateX(-50%) scale(1.12); opacity: 0; } }
@keyframes eyes-watch { 0%,100% { opacity: .3; filter: brightness(.7); } 50% { opacity: 1; filter: brightness(1.3); } }
@keyframes track-step { 0%,100% { opacity: .15; transform: scale(.8) rotate(-12deg); } 45%,70% { opacity: .8; transform: scale(1) rotate(-12deg); } }
@keyframes rock-figure { 0%,100% { transform: scaleY(.82); opacity: .27; } 50% { transform: scaleY(1); opacity: .9; } }
@keyframes echo-dot-one { from { transform: rotate(0deg) translateX(340px) rotate(0deg); } to { transform: rotate(360deg) translateX(340px) rotate(-360deg); } }
@keyframes echo-dot-two { from { transform: rotate(75deg) translateX(205px) rotate(-75deg); } to { transform: rotate(435deg) translateX(205px) rotate(-435deg); } }
@keyframes echo-dot-three { from { transform: rotate(170deg) translateX(112px) rotate(-170deg); } to { transform: rotate(530deg) translateX(112px) rotate(-530deg); } }

@keyframes bunyip-crossing {
  0% { opacity: 0; transform: translate3d(-135%,22px,0) rotate(-2deg); filter: blur(3px); }
  9% { opacity: .96; }
  28% { transform: translate3d(20vw,-8px,0) rotate(1deg); }
  66% { transform: translate3d(68vw,7px,0) rotate(-1deg); }
  91% { opacity: .9; }
  100% { opacity: 0; transform: translate3d(calc(100vw + 145%),-5px,0) rotate(2deg); filter: blur(1px); }
}
@keyframes yowie-crossing {
  0% { opacity: 0; transform: translate3d(135%,0,0) scaleX(-1); }
  8% { opacity: .94; }
  26% { transform: translate3d(-19vw,-10px,0) scaleX(-1) rotate(-1deg); }
  52% { transform: translate3d(-50vw,2px,0) scaleX(-1) rotate(1deg); }
  80% { opacity: .92; }
  100% { opacity: 0; transform: translate3d(calc(-100vw - 145%),-6px,0) scaleX(-1); }
}
@keyframes mimi-crossing {
  0% { opacity: 0; transform: translate3d(-140%,9vh,0) scale(.82); filter: blur(5px); }
  13% { opacity: .74; }
  46% { opacity: .92; transform: translate3d(46vw,-2vh,0) scale(1); filter: blur(.2px); }
  78% { opacity: .64; }
  100% { opacity: 0; transform: translate3d(calc(100vw + 145%),-10vh,0) scale(.9); filter: blur(5px); }
}
@keyframes crocodile-emerges {
  0%,12% { opacity: 0; transform: translate3d(24%,0,0) scale(1.05); filter: brightness(.22) saturate(.62) contrast(1.08) blur(4px); }
  28% { opacity: .18; }
  54% { opacity: .95; transform: translate3d(0,0,0) scale(1); filter: brightness(.72) saturate(.94) contrast(1.09) blur(0); }
  72% { opacity: 1; }
  100% { opacity: .72; transform: translate3d(1%,0,0) scale(1.015); filter: brightness(.5) saturate(.8) contrast(1.1) blur(.25px); }
}
@keyframes threshold-shudder {
  0%,100% { transform: translate3d(0,0,0); }
  25% { transform: translate3d(-3px,1px,0); }
  50% { transform: translate3d(3px,-1px,0); }
  75% { transform: translate3d(-1px,0,0); }
}

@media (max-width: 1180px) {
  .field-compass { width: min(300px,27vw); }
  .survey-rings { width: 61vw; right: -5%; }
}

@media (max-width: 900px) {
  .story-cabinet > nav .cryptid-cabinet-link { grid-column: 1 / -1; }
  .field-compass { display: none; }
  .survey-rings { width: 82vw; right: -13%; }
  .specimen-index { grid-template-columns: 1fr; }
  .specimen-index a { min-height: 155px; }
  .answer-sequence { grid-template-columns: 1fr; }.answer-sequence p { border-left: 0; border-top: 1px solid rgba(210,136,74,.24); }
}

@media (max-width: 620px) {
  .story-cabinet > nav .cryptid-cabinet-link { grid-column: auto; }
  .australia-hero .hero-copy h1 { font-size: clamp(45px,12.8vw,66px); }
  .australia-hero .hero-copy .hero-subtitle { font-size: 18px; }
  .australia-hero .hero-art > img { object-position: 66% 50%; }
  .survey-rings { width: 110vw; right: -39%; top: 9%; }
  .habitat-card { min-height: 560px; }.habitat-card article { width: calc(100% - 34px); padding: 32px 23px; }
  .sighting-path { min-height: 420px; padding: 40px 24px; }.track-line { opacity: .22; }
  .mimi-chamber { padding: 45px 25px; }.mimi-chamber > div:last-child { padding-left: 0; }.rock-lines { opacity: .2; width: 75%; }
  .echo-orbits { width: 135vw; margin-left: -25vw; }
  .crocodile-threshold { min-height: 650px; align-items: end; padding: 43px 24px; text-align: center; }.crocodile-threshold::before { width: 610px; height: 610px; }.crocodile-threshold::after { width: 390px; height: 390px; }.crocodile-threshold p { max-width: 100%; padding: 28px 18px; background: linear-gradient(90deg,transparent,rgba(4,10,11,.9) 12%,rgba(4,10,11,.9) 88%,transparent); }.crocodile-apparition { inset: 0; width: 100%; height: 72%; }.crocodile-apparition::before { background: linear-gradient(0deg,#071012 0%,transparent 52%),linear-gradient(90deg,rgba(7,16,18,.48),transparent 40%); }.crocodile-apparition img { object-position: 50% 34%; }
  .answer-sequence strong,.answer-sequence p { min-height: 210px; padding: 35px 24px; }
  .watching-line { min-height: 430px; padding: 45px 24px; }
  .bunyip-runner { width: 210px; bottom: 9vh; }
  .yowie-runner { width: 165px; }
  .mimi-runner { width: 245px; top: 24vh; }
  .crocodile-apparition { opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; }
  .cryptid-sightings { display: none !important; }
  .crocodile-apparition { display: block !important; opacity: .72; transform: none; filter: brightness(.5) saturate(.8) contrast(1.1); }
}

/* Cryptid Perfume Line — deliberately namespaced to protect the live site UI. */
body.lc-perfume-active { overflow: hidden; }

.lc-perfume-section { isolation: isolate; }
.lc-perfume-invitation { position: relative; min-height: 570px; display: grid; grid-template-columns: minmax(0,1.08fr) minmax(330px,.92fr); overflow: hidden; border: 1px solid rgba(221,157,89,.31); background: radial-gradient(circle at 25% 45%,rgba(33,93,87,.23),transparent 38%),linear-gradient(135deg,#071012,#12101c 61%,#07080e); box-shadow: inset 0 0 0 7px #070b0d,inset 0 0 0 8px rgba(232,177,111,.09),0 32px 90px rgba(0,0,0,.33); }
.lc-perfume-invitation::before { content: ""; position: absolute; z-index: 3; inset: 18px; border: 1px solid rgba(226,161,91,.12); pointer-events: none; }
.lc-perfume-invitation__art { position: relative; min-height: 570px; overflow: hidden; }
.lc-perfume-invitation__art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,transparent 52%,#0b0d13 100%),linear-gradient(0deg,rgba(4,7,10,.66),transparent 35%); pointer-events: none; }
.lc-perfume-invitation__art img { width: 100%; height: 100%; object-fit: cover; object-position: 48% center; filter: saturate(.78) brightness(.78) contrast(1.08); transform: scale(1.015); transition: transform 1.2s ease,filter 1.2s ease; }
.lc-perfume-invitation:hover .lc-perfume-invitation__art img { transform: scale(1.055); filter: saturate(.9) brightness(.88) contrast(1.07); }
.lc-perfume-invitation__art > span { position: absolute; z-index: 2; left: 14%; top: 16%; width: 54%; aspect-ratio: 1; border: 1px solid rgba(231,172,103,.21); border-radius: 50%; box-shadow: 0 0 0 34px rgba(231,172,103,.025),0 0 0 69px rgba(231,172,103,.015); animation: lc-perfume-aura 6s ease-in-out infinite; }
.lc-perfume-invitation__copy { position: relative; z-index: 4; align-self: center; padding: clamp(50px,6vw,88px) clamp(38px,5vw,70px) clamp(50px,6vw,88px) clamp(20px,3vw,48px); }
.lc-perfume-kicker { margin: 0 0 20px !important; color: #bd7f55 !important; font: 7px/1.4 var(--sans) !important; letter-spacing: .2em; text-transform: uppercase; }
.lc-perfume-invitation__copy h3 { margin: 0; color: #eddbc1; font: clamp(40px,4.5vw,66px)/.98 var(--serif); font-weight: 400; letter-spacing: -.035em; }
.lc-perfume-invitation__copy > p:not(.lc-perfume-kicker) { margin: 28px 0 0; color: #b8ada7; font-size: 17px; line-height: 1.72; }
.lc-perfume-open { display: inline-flex; align-items: center; gap: 18px; margin-top: 32px; padding: 0; border: 1px solid rgba(226,157,89,.52); background: rgba(7,9,14,.62); color: #e7bf87; cursor: pointer; transition: color .25s ease,border-color .25s ease,background .25s ease,transform .25s ease; }
.lc-perfume-open span { padding: 16px 3px 16px 19px; font: 700 7px/1 var(--sans); letter-spacing: .19em; text-transform: uppercase; }
.lc-perfume-open i { width: 43px; min-height: 43px; display: grid; place-items: center; border-left: 1px solid rgba(226,157,89,.3); color: #e8a963; font-style: normal; animation: glow-pulse 2.3s ease-in-out infinite; }
.lc-perfume-open:hover,.lc-perfume-open:focus-visible { color: #0b0b10; border-color: #efbd7d; background: #efbd7d; transform: translateY(-3px); }
.lc-perfume-open:hover i,.lc-perfume-open:focus-visible i { color: #332013; border-left-color: rgba(14,10,8,.22); }
.lc-perfume-invitation__copy > small { display: block; max-width: 380px; margin-top: 17px; color: #6e696d; font: 6px/1.5 var(--sans); letter-spacing: .12em; text-transform: uppercase; }

.lc-perfume-dialog[hidden] { display: none !important; }
.lc-perfume-dialog { position: fixed; z-index: 500; inset: 0; display: grid; place-items: center; padding: clamp(10px,2.5vw,35px); opacity: 0; visibility: hidden; transition: opacity .28s ease,visibility .28s ease; }
.lc-perfume-dialog.is-open { opacity: 1; visibility: visible; }
.lc-perfume-dialog__veil { position: absolute; inset: 0; background: rgba(1,4,6,.88); backdrop-filter: blur(16px); }
.lc-perfume-dialog__panel { position: relative; z-index: 2; width: min(1240px,100%); max-height: min(94vh,980px); overflow: auto; overscroll-behavior: contain; border: 1px solid rgba(226,159,89,.4); background: radial-gradient(circle at 50% 9%,rgba(56,88,82,.23),transparent 31%),linear-gradient(145deg,#0a1113,#11101a 64%,#08090d); box-shadow: 0 35px 120px rgba(0,0,0,.74),inset 0 0 0 7px #080c0e,inset 0 0 0 8px rgba(231,169,99,.09); scrollbar-color: #986039 #0a0d10; }
.lc-perfume-dialog__panel::before { content: ""; position: absolute; z-index: 4; inset: 18px; border: 1px solid rgba(226,161,91,.11); pointer-events: none; }
.lc-perfume-close { position: sticky; z-index: 15; top: 20px; float: right; width: 42px; height: 42px; margin: 20px 20px -62px 0; border: 1px solid rgba(229,166,96,.45); border-radius: 50%; background: rgba(4,8,10,.8); cursor: pointer; }
.lc-perfume-close::before,.lc-perfume-close::after { content: ""; position: absolute; left: 50%; top: 50%; width: 16px; height: 1px; background: #e3aa6c; }
.lc-perfume-close::before { transform: translate(-50%,-50%) rotate(45deg); }
.lc-perfume-close::after { transform: translate(-50%,-50%) rotate(-45deg); }
.lc-perfume-close:hover,.lc-perfume-close:focus-visible { border-color: #f0bd7a; box-shadow: 0 0 25px rgba(224,143,73,.23); }
.lc-perfume-dialog__heading { padding: 44px 72px 31px; text-align: center; }
.lc-perfume-dialog__heading p { margin: 0 0 14px; color: #a96d46; font: 7px/1 var(--sans); letter-spacing: .24em; text-transform: uppercase; }
.lc-perfume-dialog__heading h2 { margin: 0; color: #ecdbc1; font: clamp(38px,5vw,69px)/1 var(--serif); font-weight: 400; letter-spacing: -.04em; }
.lc-perfume-dialog__heading > span { display: block; margin-top: 11px; color: #81777a; font: italic 17px/1.2 var(--serif); letter-spacing: .08em; }

.lc-perfume-cabinet { position: relative; width: calc(100% - 72px); margin: 0 auto; overflow: hidden; border: 1px solid rgba(222,155,86,.23); background: #030609; }
.lc-perfume-cabinet::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 75px rgba(0,0,0,.64); pointer-events: none; }
.lc-perfume-cabinet img { width: 100%; aspect-ratio: 1.82; object-fit: cover; filter: saturate(.83) brightness(.78) contrast(1.08); }
.lc-perfume-mist { position: absolute; z-index: 2; inset: 0; overflow: hidden; pointer-events: none; }
.lc-perfume-mist i { position: absolute; left: -15%; bottom: -12%; width: 58%; height: 39%; border-radius: 50%; background: radial-gradient(ellipse,rgba(142,169,160,.14),transparent 68%); filter: blur(18px); animation: lc-perfume-mist 11s ease-in-out infinite alternate; }
.lc-perfume-mist i:nth-child(2) { left: 28%; bottom: -18%; width: 65%; animation-delay: -4s; animation-duration: 14s; }
.lc-perfume-mist i:nth-child(3) { left: 68%; bottom: -9%; width: 42%; animation-delay: -7s; animation-duration: 9s; }

.lc-perfume-workbench { display: grid; grid-template-columns: minmax(250px,.38fr) minmax(0,.62fr); gap: 28px; padding: 34px 36px 25px; }
.lc-perfume-specimens { display: grid; align-content: start; border-top: 1px solid rgba(215,146,81,.16); border-left: 1px solid rgba(215,146,81,.16); }
.lc-perfume-specimens button { position: relative; min-height: 70px; display: grid; grid-template-columns: 29px 1fr; grid-template-rows: auto auto; align-content: center; padding: 13px 18px; border: 0; border-right: 1px solid rgba(215,146,81,.16); border-bottom: 1px solid rgba(215,146,81,.16); background: rgba(7,10,13,.45); color: #b7a99e; cursor: pointer; text-align: left; transition: background .22s ease,color .22s ease,transform .22s ease; }
.lc-perfume-specimens button::after { content: ""; position: absolute; inset: 0 auto 0 0; width: 2px; transform: scaleY(0); background: #df9d5f; box-shadow: 0 0 15px #cf7242; transition: transform .25s ease; }
.lc-perfume-specimens button:hover,.lc-perfume-specimens button:focus-visible,.lc-perfume-specimens button.is-selected { z-index: 2; color: #efddc3; background: radial-gradient(circle at 16% 50%,rgba(194,112,66,.22),transparent 48%),rgba(20,17,23,.8); transform: translateX(4px); }
.lc-perfume-specimens button.is-selected::after { transform: scaleY(1); }
.lc-perfume-specimens button > span { grid-row: 1 / 3; align-self: center; color: #986141; font: 7px/1 var(--sans); letter-spacing: .12em; }
.lc-perfume-specimens strong { color: inherit; font: 17px/1.1 var(--serif); font-weight: 400; }
.lc-perfume-specimens small { margin-top: 5px; color: #746d70; font: 6px/1 var(--sans); letter-spacing: .15em; text-transform: uppercase; }
.lc-perfume-record { min-height: 380px; padding: clamp(31px,4vw,50px); border: 1px solid rgba(215,146,81,.2); background: radial-gradient(circle at 88% 18%,rgba(52,100,89,.17),transparent 34%),rgba(8,11,15,.52); }
.lc-perfume-record__number { margin: 0; color: #a96e48; font: 7px/1 var(--sans); letter-spacing: .2em; text-transform: uppercase; }
.lc-perfume-record h3 { margin: 21px 0 0; color: #ecd8bb; font: clamp(32px,4vw,52px)/.98 var(--serif); font-weight: 400; }
.lc-perfume-record h3 small { display: block; margin-top: 10px; color: #c58758; font: italic 18px/1.2 var(--serif); }
.lc-perfume-record__description { max-width: 710px; margin: 25px 0 0; color: #afa5a0; font-size: 16px; line-height: 1.65; }
.lc-perfume-record dl { display: grid; grid-template-columns: repeat(3,1fr); margin: 29px 0 0; border-top: 1px solid rgba(215,146,81,.17); border-left: 1px solid rgba(215,146,81,.17); }
.lc-perfume-record dl div { min-height: 91px; padding: 17px; border-right: 1px solid rgba(215,146,81,.17); border-bottom: 1px solid rgba(215,146,81,.17); }
.lc-perfume-record dt { color: #9c6c4d; font: 6px/1 var(--sans); letter-spacing: .18em; text-transform: uppercase; }
.lc-perfume-record dd { margin: 9px 0 0; color: #c7b8a7; font-size: 13px; line-height: 1.45; }
.lc-perfume-profile,.lc-perfume-share,.lc-perfume-copy { min-height: 44px; margin-top: 28px; padding: 0 19px; border: 1px solid #c9824f; background: linear-gradient(135deg,#d49a62,#8d4e36); color: #0b090c; cursor: pointer; font: 700 7px/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; transition: transform .22s ease,filter .22s ease; }
.lc-perfume-profile:hover,.lc-perfume-profile:focus-visible,.lc-perfume-share:hover,.lc-perfume-share:focus-visible,.lc-perfume-copy:hover,.lc-perfume-copy:focus-visible { transform: translateY(-2px); filter: brightness(1.15); }

.lc-perfume-result { margin: 5px 36px 25px; padding: 31px clamp(28px,5vw,70px); border: 1px solid rgba(228,165,96,.34); background: radial-gradient(circle at 50% 50%,rgba(77,112,101,.2),transparent 56%),#090d11; text-align: center; }
.lc-perfume-result[hidden] { display: none; }
.lc-perfume-result > p { margin: 0; color: #a56c47; font: 7px/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; }
.lc-perfume-result blockquote { max-width: 870px; margin: 20px auto 0; color: #edd6b7; font: italic clamp(22px,2.5vw,34px)/1.45 var(--serif); }
.lc-perfume-result > div { display: flex; flex-wrap: wrap; justify-content: center; gap: 11px; }
.lc-perfume-share,.lc-perfume-copy { margin-top: 23px; }
.lc-perfume-copy { color: #d7b786; background: transparent; }
.lc-perfume-dialog__footer { display: flex; justify-content: space-between; align-items: center; gap: 28px; padding: 0 37px 36px; color: #686468; font: 6px/1.5 var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.lc-perfume-dialog__footer a { color: #d49a65; white-space: nowrap; }
.lc-perfume-dialog__footer a:hover,.lc-perfume-dialog__footer a:focus-visible { color: #f0c28a; }
.lc-perfume-dialog button:focus-visible,.lc-perfume-dialog a:focus-visible,.lc-perfume-open:focus-visible { outline: 2px solid #efbd7d; outline-offset: 3px; }

/* Collectible Cryptid Scent Card */
.lc-scent-card-stage[hidden] { display: none !important; }
.lc-scent-card-stage { position: fixed; z-index: 40; inset: 0; display: grid; place-items: center; padding: clamp(10px,3vw,38px); opacity: 0; visibility: hidden; transition: opacity .22s ease,visibility .22s ease; }
.lc-scent-card-stage.is-open { opacity: 1; visibility: visible; }
.lc-scent-card-stage__veil { position: absolute; inset: 0; background: rgba(1,3,5,.94); backdrop-filter: blur(18px); }
.lc-scent-card-stage__panel { position: relative; z-index: 2; width: min(700px,100%); max-height: 96vh; overflow: auto; padding: 18px 18px 24px; border: 1px solid rgba(221,159,93,.34); background: #070a0e; box-shadow: 0 40px 130px rgba(0,0,0,.82); scrollbar-color: #96613e #080b0e; }
.lc-scent-card-close { position: sticky; z-index: 8; top: 8px; float: right; width: 42px; height: 42px; margin: 2px 2px -44px 0; border: 1px solid rgba(229,166,96,.52); border-radius: 50%; background: rgba(4,8,10,.88); cursor: pointer; }
.lc-scent-card-close::before,.lc-scent-card-close::after { content: ""; position: absolute; left: 50%; top: 50%; width: 16px; height: 1px; background: #e3aa6c; }
.lc-scent-card-close::before { transform: translate(-50%,-50%) rotate(45deg); }
.lc-scent-card-close::after { transform: translate(-50%,-50%) rotate(-45deg); }
.lc-scent-card-close:hover,.lc-scent-card-close:focus-visible { border-color: #f0bd7a; box-shadow: 0 0 25px rgba(224,143,73,.25); }

.lc-scent-card { --card-accent:#71aaa3; --card-glow:#153c3d; position: relative; clear: both; overflow: hidden; margin: 0; padding: clamp(24px,5vw,47px); border: 1px solid #c98b53; background: radial-gradient(circle at 50% 46%,var(--card-glow),transparent 50%),linear-gradient(145deg,#071012,#100e17 58%,#06080c); color: #ddc8ad; box-shadow: inset 0 0 0 8px #070a0d,inset 0 0 0 9px rgba(201,139,83,.29),0 25px 70px rgba(0,0,0,.55); text-align: center; }
.lc-scent-card[data-card-theme="yowie"] { --card-accent:#c18b58; --card-glow:#4b2e20; }
.lc-scent-card[data-card-theme="mimi"] { --card-accent:#dc9a50; --card-glow:#5b2a21; }
.lc-scent-card[data-card-theme="crocodile"] { --card-accent:#b39a69; --card-glow:#273429; }
.lc-scent-card[data-card-theme="unverified"] { --card-accent:#a78acd; --card-glow:#342557; }
.lc-scent-card::before,.lc-scent-card::after { content: ""; position: absolute; z-index: 1; left: 50%; width: 62%; aspect-ratio: 1; border: 1px solid color-mix(in srgb,var(--card-accent) 31%,transparent); border-radius: 50%; pointer-events: none; }
.lc-scent-card::before { top: 16%; transform: translateX(-50%); box-shadow: 0 0 0 31px color-mix(in srgb,var(--card-accent) 5%,transparent),0 0 0 63px color-mix(in srgb,var(--card-accent) 3%,transparent); animation: lc-card-orbit 8s ease-in-out infinite; }
.lc-scent-card::after { bottom: -42%; transform: translateX(-50%); }
.lc-scent-card__corner { position: absolute; z-index: 4; width: 28px; height: 28px; border-color: #c98b53; pointer-events: none; }
.lc-scent-card__corner::after { content: "✦"; position: absolute; color: #c98b53; font: 11px/1 serif; }
.lc-scent-card__corner--one { left: 16px; top: 16px; border-left: 1px solid; border-top: 1px solid; }
.lc-scent-card__corner--one::after { left: 7px; top: 7px; }
.lc-scent-card__corner--two { right: 16px; top: 16px; border-right: 1px solid; border-top: 1px solid; }
.lc-scent-card__corner--two::after { right: 7px; top: 7px; }
.lc-scent-card__corner--three { left: 16px; bottom: 16px; border-left: 1px solid; border-bottom: 1px solid; }
.lc-scent-card__corner--three::after { left: 7px; bottom: 7px; }
.lc-scent-card__corner--four { right: 16px; bottom: 16px; border-right: 1px solid; border-bottom: 1px solid; }
.lc-scent-card__corner--four::after { right: 7px; bottom: 7px; }
.lc-scent-card__masthead,.lc-scent-card__art,.lc-scent-card__body,.lc-scent-card > footer { position: relative; z-index: 3; }
.lc-scent-card__masthead { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 2px 9px 18px; border-bottom: 1px solid rgba(201,139,83,.34); color: #d6a466; font: 700 7px/1.3 var(--sans); letter-spacing: .22em; text-transform: uppercase; }
.lc-scent-card__masthead small { color: #81756e; font: inherit; letter-spacing: .13em; }
.lc-scent-card__art { height: clamp(190px,32vw,285px); margin: 22px 0 0; overflow: hidden; border: 1px solid rgba(201,139,83,.42); background: #030609; }
.lc-scent-card__art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,#090c11 0%,transparent 62%),radial-gradient(circle at 50% 50%,transparent 42%,rgba(0,0,0,.42)); }
.lc-scent-card__art img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.78) brightness(.75) contrast(1.08); transform: scale(1.02); }
.lc-scent-card__art > span { position: absolute; z-index: 2; left: 50%; bottom: 12px; transform: translateX(-50%); color: var(--card-accent); text-shadow: 0 0 18px var(--card-accent); animation: glow-pulse 2.3s ease-in-out infinite; }
.lc-scent-card__body { padding: 28px 5% 0; }
.lc-scent-card__body > p { margin: 0; color: var(--card-accent); font: 700 7px/1 var(--sans); letter-spacing: .22em; text-transform: uppercase; }
.lc-scent-card__body h3 { margin: 15px 0 0; color: #f0dfc5; font: clamp(39px,7vw,67px)/.98 var(--serif); font-weight: 400; letter-spacing: -.035em; }
.lc-scent-card__body em { display: block; margin-top: 9px; color: #d29a63; font: italic clamp(19px,3vw,27px)/1.2 var(--serif); }
.lc-scent-card__body blockquote { max-width: 520px; margin: 25px auto 0; color: #ddc8ad; font: italic clamp(17px,2.6vw,23px)/1.48 var(--serif); }
.lc-scent-card__body dl { display: grid; grid-template-columns: repeat(3,1fr); margin: 29px 0 0; border-top: 1px solid rgba(201,139,83,.3); border-bottom: 1px solid rgba(201,139,83,.3); }
.lc-scent-card__body dl div { min-width: 0; padding: 17px 12px 19px; border-right: 1px solid rgba(201,139,83,.2); }
.lc-scent-card__body dl div:last-child { border-right: 0; }
.lc-scent-card__body dt { color: #a9744d; font: 700 6px/1 var(--sans); letter-spacing: .16em; text-transform: uppercase; }
.lc-scent-card__body dd { margin: 10px 0 0; color: #cdbba7; font: 13px/1.4 var(--serif); }
.lc-scent-card > footer { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 25px 9px 0; color: #e2bd82; font: 20px/1 var(--serif); }
.lc-scent-card > footer small { color: #83746c; font: 6px/1 var(--sans); letter-spacing: .15em; text-transform: uppercase; }

.lc-scent-card-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; margin: 18px 0 0; }
.lc-scent-card-actions button { min-height: 42px; padding: 0 14px; border: 1px solid rgba(201,130,79,.75); background: linear-gradient(135deg,#d49a62,#8d4e36); color: #0b090c; cursor: pointer; font: 700 7px/1 var(--sans); letter-spacing: .13em; text-transform: uppercase; transition: transform .2s ease,filter .2s ease,color .2s ease,background .2s ease; }
.lc-scent-card-actions button:hover,.lc-scent-card-actions button:focus-visible { transform: translateY(-2px); filter: brightness(1.15); }
.lc-scent-card-actions .lc-card-copy,.lc-scent-card-actions .lc-card-choose { color: #d7b786; background: transparent; }
.lc-scent-card-actions .lc-card-choose { border-color: rgba(201,130,79,.3); }
.lc-scent-card-status { min-height: 16px; margin: 12px 10px 0; color: #9e8d82; font: 7px/1.5 var(--sans); letter-spacing: .1em; text-align: center; text-transform: uppercase; }

@keyframes lc-perfume-aura { 0%,100% { transform: scale(.9); opacity: .3; } 50% { transform: scale(1.08); opacity: .85; } }
@keyframes lc-perfume-mist { from { transform: translate3d(-8%,4%,0) scale(.92); opacity: .25; } to { transform: translate3d(28%,-6%,0) scale(1.16); opacity: .75; } }
@keyframes lc-card-orbit { 0%,100% { transform: translateX(-50%) scale(.95); opacity: .35; } 50% { transform: translateX(-50%) scale(1.06); opacity: .8; } }

@media (max-width: 960px) {
  .lc-perfume-invitation { grid-template-columns: 1fr; }
  .lc-perfume-invitation__art { min-height: 420px; }
  .lc-perfume-invitation__art::after { background: linear-gradient(0deg,#0b0d13 0%,transparent 55%); }
  .lc-perfume-invitation__copy { padding: 30px 42px 57px; }
  .lc-perfume-workbench { grid-template-columns: 1fr; }
  .lc-perfume-specimens { grid-template-columns: repeat(5,1fr); overflow-x: auto; }
  .lc-perfume-specimens button { min-width: 155px; }
  .lc-perfume-specimens button:hover,.lc-perfume-specimens button:focus-visible,.lc-perfume-specimens button.is-selected { transform: translateY(-3px); }
}

@media (max-width: 620px) {
  .lc-perfume-invitation__art { min-height: 300px; }
  .lc-perfume-invitation__copy { padding: 29px 25px 48px; }
  .lc-perfume-invitation__copy h3 { font-size: 42px; }
  .lc-perfume-open { width: 100%; justify-content: space-between; }
  .lc-perfume-dialog { padding: 0; }
  .lc-perfume-dialog__panel { width: 100%; max-height: 100svh; min-height: 100svh; border: 0; }
  .lc-perfume-dialog__panel::before { inset: 8px; }
  .lc-perfume-dialog__heading { padding: 65px 28px 25px; }
  .lc-perfume-close { top: 13px; margin: 13px 13px -55px 0; }
  .lc-perfume-cabinet { width: calc(100% - 30px); }
  .lc-perfume-cabinet img { min-height: 240px; aspect-ratio: auto; object-fit: cover; object-position: center; }
  .lc-perfume-workbench { padding: 24px 15px 18px; }
  .lc-perfume-specimens { grid-template-columns: repeat(5,155px); }
  .lc-perfume-record { padding: 30px 23px; }
  .lc-perfume-record dl { grid-template-columns: 1fr; }
  .lc-perfume-record dl div { min-height: 72px; }
  .lc-perfume-profile { width: 100%; }
  .lc-perfume-result { margin: 0 15px 20px; padding: 29px 20px; }
  .lc-perfume-result > div { display: grid; }
  .lc-perfume-share,.lc-perfume-copy { width: 100%; margin-top: 12px; }
  .lc-perfume-dialog__footer { display: grid; padding: 0 23px 42px; text-align: center; }
  .lc-scent-card-stage { padding: 0; }
  .lc-scent-card-stage__panel { width: 100%; max-height: 100svh; min-height: 100svh; padding: 9px 9px 22px; border: 0; }
  .lc-scent-card { padding: 29px 20px; }
  .lc-scent-card__masthead { display: grid; justify-content: center; }
  .lc-scent-card__art { height: 210px; }
  .lc-scent-card__body { padding-inline: 0; }
  .lc-scent-card__body dl { grid-template-columns: 1fr; }
  .lc-scent-card__body dl div { border-right: 0; border-bottom: 1px solid rgba(201,139,83,.2); }
  .lc-scent-card__body dl div:last-child { border-bottom: 0; }
  .lc-scent-card > footer { display: grid; justify-content: center; }
  .lc-scent-card-actions { display: grid; }
  .lc-scent-card-actions button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .lc-perfume-invitation__art > span,.lc-perfume-mist i,.lc-scent-card::before,.lc-scent-card__art > span { animation: none !important; }
  .lc-perfume-invitation__art img,.lc-perfume-dialog,.lc-perfume-specimens button,.lc-scent-card-stage { transition: none !important; }
}

@media print {
  @page { margin: 12mm; size: portrait; }
  body.lc-print-scent-card { background: #fff !important; }
  body.lc-print-scent-card > *:not(.lc-perfume-dialog),
  body.lc-print-scent-card .lc-perfume-dialog__panel > *:not(.lc-scent-card-stage),
  body.lc-print-scent-card .lc-scent-card-stage__veil,
  body.lc-print-scent-card .lc-scent-card-close,
  body.lc-print-scent-card .lc-scent-card-actions,
  body.lc-print-scent-card .lc-scent-card-status { display: none !important; }
  body.lc-print-scent-card .lc-perfume-dialog,
  body.lc-print-scent-card .lc-perfume-dialog__panel,
  body.lc-print-scent-card .lc-scent-card-stage,
  body.lc-print-scent-card .lc-scent-card-stage__panel { position: static !important; display: block !important; width: auto !important; max-width: none !important; max-height: none !important; min-height: 0 !important; overflow: visible !important; padding: 0 !important; border: 0 !important; background: transparent !important; box-shadow: none !important; opacity: 1 !important; visibility: visible !important; }
  body.lc-print-scent-card .lc-scent-card { width: 178mm; min-height: 238mm; margin: 0 auto; box-shadow: none; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
}
