:root {
  --ink: #050806;
  --ink-2: #080d09;
  --ink-3: #0c1510;
  --paper: #f1eddf;
  --muted: #929b93;
  --green: #6eaa35;
  --green-bright: #a5e653;
  --gold: #d5ad42;
  --gold-light: #f1d477;
  --line: rgba(240, 230, 195, .13);
  --line-strong: rgba(213, 173, 66, .42);
  --max: 1480px;
  --header: 92px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }
.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; }
.skip-link { position: fixed; left: 14px; top: 0; z-index: 999; transform: translateY(-150%); padding: 10px 14px; background: var(--gold); color: #111; font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.page-noise { position: fixed; inset: 0; z-index: 200; pointer-events: none; opacity: .032; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E"); }
.cursor-light { position: fixed; width: 520px; height: 520px; border-radius: 50%; z-index: 0; pointer-events: none; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(116, 187, 55, .11), transparent 68%); }
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; min-height: var(--header); display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0 clamp(22px, 4vw, 72px); transition: min-height .25s ease, background .25s ease, border-color .25s ease; border-bottom: 1px solid transparent; }
.site-header.scrolled { min-height: 72px; background: rgba(5,8,6,.9); border-color: var(--line); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; gap: 13px; flex: none; }
.brand img { width: 54px; height: 54px; object-fit: cover; border: 1px solid rgba(213,173,66,.4); }
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 18px; letter-spacing: .035em; }
.brand small { display: block; margin-top: 1px; color: var(--muted); font-size: 9px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 38px); }
.site-nav > a { position: relative; color: #d8ddd7; font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.site-nav > a:not(.nav-live):not(.lf-coffee-support)::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { transform: scaleX(1); }
.nav-live { display: flex; align-items: center; gap: 9px; padding: 12px 15px; border: 1px solid var(--line-strong); background: rgba(213,173,66,.07); }
.nav-live i { width: 7px; height: 7px; border-radius: 50%; background: #ff5269; box-shadow: 0 0 16px rgba(255,82,105,.85); }
.menu-toggle { display: none; }
.hero { position: relative; min-height: 860px; display: grid; align-items: center; padding: calc(var(--header) + 72px) clamp(22px, 5vw, 96px) 86px; overflow: hidden; background: linear-gradient(90deg, rgba(5,8,6,.98), rgba(5,8,6,.82) 45%, rgba(5,8,6,.3) 72%, rgba(5,8,6,.9)), radial-gradient(circle at 74% 48%, rgba(85,145,35,.3), transparent 34%), #050806; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(90deg, #000, transparent 82%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, var(--ink)); }
.hero-inner { position: relative; z-index: 2; width: 100%; max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr); gap: clamp(30px, 5vw, 90px); align-items: center; }
.hero-runes span { position: absolute; color: rgba(207,174,76,.1); font: 70px Georgia, serif; user-select: none; }
.hero-runes span:nth-child(1) { left: 2%; top: 19%; transform: rotate(-18deg); }
.hero-runes span:nth-child(2) { left: 42%; top: 11%; transform: rotate(12deg); }
.hero-runes span:nth-child(3) { left: 8%; bottom: 14%; transform: rotate(7deg); }
.hero-runes span:nth-child(4) { left: 49%; bottom: 10%; transform: rotate(-10deg); }
.hero-copy { max-width: 700px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 22px; color: var(--gold-light); font-size: 10px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow span { width: 36px; height: 1px; background: var(--gold); }
.hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(80px, 9.4vw, 152px); font-weight: 600; line-height: .78; letter-spacing: -.075em; text-transform: uppercase; }
.hero h1 em { color: transparent; font-style: normal; -webkit-text-stroke: 1.5px rgba(244,240,223,.85); text-shadow: 0 0 70px rgba(116,186,52,.2); }
.hero-kicker { margin: 30px 0 10px; color: var(--green-bright); font: italic clamp(22px, 2vw, 34px) Georgia, serif; }
.hero-description { max-width: 650px; margin: 0; color: #b8beb7; font-size: 16px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 32px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: space-between; gap: 30px; padding: 0 19px; border: 1px solid var(--line); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-gold { min-width: 215px; background: var(--gold); border-color: var(--gold); color: #111; }
.button-gold:hover { background: var(--gold-light); }
.button-ghost { background: rgba(255,255,255,.025); }
.button-ghost:hover { border-color: var(--gold); background: rgba(213,173,66,.08); }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 46px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-stats div { padding: 18px 18px 17px 0; }
.hero-stats div + div { padding-left: 18px; border-left: 1px solid var(--line); }
.hero-stats strong { display: block; font: 500 26px Georgia, serif; }
.hero-stats span { display: block; margin-top: 2px; color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.hero-art { position: relative; justify-self: center; width: min(660px, 46vw); }
.hero-art img { position: relative; z-index: 2; display: block; width: 100%; filter: drop-shadow(0 35px 50px rgba(0,0,0,.55)); }
.art-halo { position: absolute; inset: 13%; border: 1px solid rgba(213,173,66,.2); border-radius: 50%; box-shadow: 0 0 90px rgba(104,170,42,.18); animation: halo 8s linear infinite; }
.art-caption { position: absolute; z-index: 3; right: 3%; bottom: 9%; min-width: 210px; padding: 13px 15px; border: 1px solid var(--line-strong); background: rgba(5,8,6,.88); backdrop-filter: blur(8px); }
.art-caption span { display: block; color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.art-caption strong { display: block; margin-top: 2px; font: 500 17px Georgia, serif; }
.identity-strip { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #060a07; }
.identity-strip div { padding: 18px 10px; text-align: center; color: #9ca39d; font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.identity-strip div + div { border-left: 1px solid var(--line); }
.section { position: relative; padding: clamp(92px, 9vw, 145px) clamp(22px, 5vw, 96px); }
.section > * { max-width: var(--max); margin-left: auto; margin-right: auto; }
.section-heading { display: grid; grid-template-columns: 180px 1fr; gap: 42px; margin-bottom: clamp(48px, 6vw, 88px); }
.section-heading.compact-heading { margin-bottom: 54px; }
.section-number, .panel-label { margin: 10px 0 0; color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .2em; text-transform: uppercase; }
.section-heading h2 { margin: 0; font: 500 clamp(46px, 5.2vw, 82px)/.98 Georgia, serif; letter-spacing: -.04em; }
.section-heading h2 span { color: #6d756e; font-style: italic; }
.section-heading.light h2 span { color: var(--green-bright); }
.about { background: var(--ink); }
.about-layout { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(45px, 7vw, 110px); }
.about-copy { padding-left: 222px; }
.about-copy p { color: #aeb5ae; font-size: 16px; }
.about-copy .lead { color: var(--paper); font: 500 clamp(24px, 2.1vw, 34px)/1.35 Georgia, serif; }
.text-link { display: inline-flex; align-items: center; gap: 25px; margin-top: 20px; padding-bottom: 7px; border-bottom: 1px solid var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.text-link span { color: var(--gold); }
.focus-list { border-top: 1px solid var(--line); }
.focus-list article { display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding: 24px 0; border-bottom: 1px solid var(--line); }
.focus-list article > span { color: var(--gold); font: 500 15px Georgia, serif; }
.focus-list h3 { margin: 0 0 5px; font: 500 25px Georgia, serif; }
.focus-list p { margin: 0; color: var(--muted); }
.profile { background: #080d0a; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.profile-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 20px; }
.profile-panel { padding: clamp(25px, 3vw, 44px); border: 1px solid var(--line); background: linear-gradient(135deg, rgba(255,255,255,.025), rgba(110,170,53,.025)); }
.overview-panel { grid-row: span 2; }
.interests-panel { grid-column: 2; }
.profile-facts { margin: 25px 0 0; }
.profile-facts div { display: grid; grid-template-columns: 1fr auto; gap: 24px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.profile-facts dt { color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.profile-facts dd { margin: 0; font: 500 clamp(19px, 1.5vw, 25px) Georgia, serif; text-align: right; }
.goal-list { list-style: none; margin: 24px 0 0; padding: 0; }
.goal-list li { display: grid; grid-template-columns: 44px 1fr; gap: 15px; padding: 13px 0; border-bottom: 1px solid var(--line); color: #c3c8c2; }
.goal-list span { color: var(--gold); font: 500 14px Georgia, serif; }
.interest-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.interest-tags span { padding: 9px 11px; border: 1px solid var(--line); color: #c1c8c1; background: rgba(255,255,255,.018); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hunt { overflow: hidden; background: radial-gradient(circle at 20% 55%, rgba(74,137,29,.18), transparent 31%), linear-gradient(135deg, #07110a, #0b180e 55%, #060a07); }
.hunt-backdrop { position: absolute; inset: 0; opacity: .09; background: repeating-linear-gradient(45deg, transparent 0 36px, rgba(213,173,66,.25) 36px 37px); mask-image: linear-gradient(90deg, transparent, #000 50%, transparent); }
.hunt-layout { position: relative; display: grid; grid-template-columns: .62fr 1.38fr; gap: clamp(50px, 8vw, 130px); align-items: center; }
.progress-orbit { position: relative; width: min(350px, 74vw); aspect-ratio: 1; display: grid; place-items: center; justify-self: center; }
.progress-orbit::before, .progress-orbit::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(213,173,66,.18); transform: rotate(45deg); }
.progress-orbit::after { inset: 23%; border-color: rgba(121,185,51,.2); transform: rotate(22deg); }
.progress-orbit svg { position: absolute; inset: 0; width: 100%; transform: rotate(-90deg); }
.progress-orbit circle { fill: none; stroke-width: 7; }
.orbit-track { stroke: rgba(255,255,255,.08); }
.orbit-value { stroke: var(--green-bright); stroke-dasharray: 57.14 100; filter: drop-shadow(0 0 10px rgba(165,230,83,.4)); }
.progress-orbit > div { position: relative; z-index: 2; text-align: center; }
.progress-orbit strong { display: block; font: 500 clamp(76px, 7vw, 112px)/.8 Georgia, serif; }
.progress-orbit strong span { color: var(--gold); font-size: .36em; }
.progress-orbit small { display: block; margin-top: 16px; color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .22em; text-transform: uppercase; }
.hunt-ledger { border-top: 1px solid rgba(255,255,255,.15); }
.ledger-row { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; min-height: 78px; border-bottom: 1px solid rgba(255,255,255,.12); }
.ledger-row span { color: var(--muted); font-size: 9px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.ledger-row strong { font: 500 clamp(21px, 2vw, 31px) Georgia, serif; text-align: right; }
.ledger-row.main-row strong { color: var(--gold-light); font-size: clamp(42px, 4.5vw, 70px); }
.ledger-row.remaining strong { color: var(--green-bright); }
.ledger-footer { display: flex; justify-content: space-between; gap: 26px; align-items: center; padding-top: 24px; }
.ledger-footer p { margin: 0; color: #9ca69e; }
.ledger-footer a { flex: none; color: var(--gold-light); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.corp-details { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; margin-top: 72px; border: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.11); }
.corp-details article { min-height: 142px; padding: 22px; background: #08100a; }
.corp-details span, .corp-details small { display: block; color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.corp-details strong { display: block; margin-top: 20px; font: 500 22px Georgia, serif; }
.corp-details .missing strong { color: var(--green-bright); }
.corp-details small { margin-top: 8px; color: var(--gold); }
.boss-logs { background: var(--ink); }
.log-summary { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); margin-bottom: 34px; }
.log-summary article { padding: 24px; }
.log-summary article + article { border-left: 1px solid var(--line); }
.log-summary strong { display: block; font: 500 clamp(28px, 3vw, 47px) Georgia, serif; }
.log-summary span { display: block; margin-top: 4px; color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.log-toolbar { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.filter-buttons { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-buttons button { border: 1px solid var(--line); background: transparent; padding: 10px 12px; cursor: pointer; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.filter-buttons button span { color: var(--gold); margin-left: 5px; }
.filter-buttons button:hover, .filter-buttons button:focus-visible, .filter-buttons button.active { border-color: var(--gold); background: rgba(213,173,66,.1); }
.log-search input { width: min(300px, 70vw); min-height: 40px; padding: 0 12px; border: 1px solid var(--line); border-radius: 0; outline: 0; background: rgba(255,255,255,.025); color: var(--paper); }
.log-search input:focus { border-color: var(--gold); }
.result-count { margin: 18px 0 25px; color: var(--muted); font-size: 11px; }
.boss-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.boss-card { min-height: 150px; display: flex; flex-direction: column; padding: 20px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.026), rgba(255,255,255,.008)); transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.boss-card:hover { transform: translateY(-3px); border-color: rgba(213,173,66,.38); background: linear-gradient(145deg, rgba(110,170,53,.06), rgba(213,173,66,.025)); }
.boss-card[hidden] { display: none; }
.boss-card-head { display: flex; justify-content: space-between; gap: 12px; }
.boss-card-head span { color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.boss-card[data-status="complete"] .boss-card-head span { color: var(--green-bright); }
.boss-card[data-status="progress"] .boss-card-head span { color: var(--gold-light); }
.boss-card-head strong { color: #dfe5df; font-size: 11px; }
.boss-card h3 { margin: 24px 0 17px; font: 500 20px/1.2 Georgia, serif; }
.boss-meter { height: 3px; margin-top: auto; background: rgba(255,255,255,.07); overflow: hidden; }
.boss-meter i { display: block; width: var(--progress); height: 100%; background: linear-gradient(90deg, var(--gold), var(--green-bright)); }
.records-layout { display: grid; grid-template-columns: 1.18fr .82fr; gap: 20px; margin-top: 70px; }
.records-panel { border: 1px solid var(--line); background: #080d0a; }
.records-heading { display: flex; justify-content: space-between; gap: 20px; align-items: center; min-height: 72px; padding: 0 22px; border-bottom: 1px solid var(--line); }
.records-heading .panel-label { margin: 0; }
.records-heading > strong { color: var(--muted); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; }
th, td { padding: 16px 20px; border-bottom: 1px solid var(--line); text-align: left; }
th { color: var(--muted); font-size: 8px; letter-spacing: .14em; text-transform: uppercase; }
td { color: #c7cdc7; font-size: 13px; }
td:first-child { color: var(--paper); font: 500 17px Georgia, serif; }
tbody tr:last-child td { border-bottom: 0; }
.record-stack { display: grid; gap: 20px; }
.spotlight-record { padding: 25px; }
.spotlight-record > span, .mini-record span { color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.spotlight-record h3 { margin: 10px 0 4px; color: var(--green-bright); font: 500 34px Georgia, serif; }
.spotlight-record p { margin: 0; color: #aab2aa; }
.mini-record { display: flex; justify-content: space-between; gap: 20px; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.mini-record:last-child { border-bottom: 0; }
.mini-record strong { font: 500 18px Georgia, serif; }
.empty-record > p { margin: 0; padding: 25px; color: var(--muted); }
.journey { background: #080d0a; border-top: 1px solid var(--line); }
.timeline { position: relative; max-width: 1080px; }
.timeline::before { content: ""; position: absolute; left: 138px; top: 0; bottom: 0; width: 1px; background: var(--line); }
.timeline article { position: relative; display: grid; grid-template-columns: 120px 1fr; gap: 52px; min-height: 150px; }
.timeline article::before { content: ""; position: absolute; left: 133px; top: 8px; width: 11px; height: 11px; border: 1px solid var(--gold); background: #080d0a; transform: rotate(45deg); }
.timeline article.active::before { background: var(--green-bright); box-shadow: 0 0 22px rgba(165,230,83,.55); }
.timeline time { color: var(--gold); font: 500 18px Georgia, serif; text-align: right; }
.timeline h3 { margin: 0 0 8px; font: 500 clamp(25px, 2.2vw, 36px) Georgia, serif; }
.timeline p { max-width: 680px; margin: 0; color: var(--muted); }
.connect { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(55px, 9vw, 140px); align-items: start; }
.connect > * { margin-left: 0; margin-right: 0; }
.connect-intro { position: sticky; top: 110px; }
.connect-intro h2 { margin: 18px 0 25px; font: 500 clamp(44px, 4.8vw, 72px)/.98 Georgia, serif; letter-spacing: -.04em; }
.connect-intro h2 span { color: #737a74; font-style: italic; }
.connect-intro > p:last-child { max-width: 470px; color: var(--muted); }
.social-rows { border-top: 1px solid var(--line); }
.social-rows a { display: grid; grid-template-columns: 44px .75fr 1.3fr auto; gap: 22px; align-items: center; min-height: 94px; border-bottom: 1px solid var(--line); transition: background .2s ease, padding .2s ease; }
.social-rows a:hover, .social-rows a:focus-visible { padding: 0 16px; background: linear-gradient(90deg, rgba(120,185,52,.1), rgba(213,173,66,.06)); }
.social-index { color: var(--gold); font-family: Georgia, serif; }
.social-name { color: #d8ddd7; font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.social-rows strong { font: 500 clamp(19px, 1.8vw, 28px) Georgia, serif; }
.social-rows i { color: var(--green-bright); font-style: normal; font-size: 22px; }
.closing-quote { min-height: 440px; display: grid; place-items: center; padding: 90px 24px; background: radial-gradient(circle, rgba(61,109,30,.24), transparent 47%), #060906; text-align: center; border-top: 1px solid var(--line); }
.closing-quote p { margin: 0; font: 500 clamp(42px, 6vw, 88px)/1.02 Georgia, serif; letter-spacing: -.045em; }
.closing-quote span { color: transparent; -webkit-text-stroke: 1px rgba(244,240,223,.48); }
.site-footer { display: grid; grid-template-columns: 1fr 1.1fr auto; gap: 35px; align-items: center; padding: 40px clamp(22px, 5vw, 96px); border-top: 1px solid var(--line); background: #040604; }
.footer-brand { display: flex; align-items: center; gap: 16px; }
.footer-brand img { width: 64px; height: 64px; object-fit: cover; border: 1px solid rgba(213,173,66,.35); }
.footer-brand strong { display: block; font: 500 20px Georgia, serif; }
.footer-brand span { display: block; color: var(--muted); font-size: 8px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.footer-note p { margin: 4px 0; color: #777e78; font-size: 10px; }
.footer-actions { display: grid; gap: 12px; justify-items: end; }
.wiki-link, .back-to-top { display: flex; gap: 15px; padding-bottom: 6px; border-bottom: 1px solid var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
@keyframes halo { to { transform: rotate(360deg); } }
@media (max-width: 1180px) {
  .site-nav { gap: 18px; }
  .hero { min-height: 760px; }
  .hero-inner { grid-template-columns: 1fr .9fr; }
  .about-copy { padding-left: 0; }
  .corp-details { grid-template-columns: repeat(3, 1fr); }
  .boss-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 940px) {
  :root { --header: 76px; }
  .menu-toggle { position: relative; z-index: 120; display: grid; gap: 7px; width: 44px; height: 44px; place-content: center; border: 1px solid var(--line); background: rgba(5,8,6,.75); }
  .menu-toggle span { width: 20px; height: 1px; background: var(--paper); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: 110; display: flex; flex-direction: column; justify-content: center; align-items: stretch; gap: 0; padding: 100px 30px 40px; background: rgba(5,8,6,.98); transform: translateX(100%); transition: transform .25s ease; }
  .site-nav.open { transform: translateX(0); }
  .site-nav > a { padding: 17px 0; border-bottom: 1px solid var(--line); font: 500 28px Georgia, serif; letter-spacing: 0; text-transform: none; }
  .nav-live { margin-top: 20px; justify-content: center; border: 1px solid var(--line-strong) !important; font-family: inherit !important; font-size: 11px !important; font-weight: 900 !important; letter-spacing: .14em !important; text-transform: uppercase !important; }
  .hero { min-height: auto; padding-top: 125px; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { max-width: 780px; }
  .hero h1 { font-size: clamp(74px, 17vw, 132px); }
  .hero-art { width: min(620px, 86vw); margin-top: 20px; }
  .section-heading { grid-template-columns: 1fr; gap: 15px; }
  .section-number { margin: 0; }
  .about-layout, .hunt-layout, .connect, .records-layout { grid-template-columns: 1fr; }
  .profile-grid { grid-template-columns: 1fr; }
  .overview-panel, .interests-panel { grid-row: auto; grid-column: auto; }
  .connect-intro { position: static; }
  .corp-details { grid-template-columns: repeat(2, 1fr); }
  .boss-grid { grid-template-columns: repeat(2, 1fr); }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-actions { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; justify-items: start; }
  .footer-actions .back-to-top { justify-self: end; }
}
@media (max-width: 680px) {
  .site-header { padding: 0 18px; }
  .brand img { width: 46px; height: 46px; }
  .brand strong { font-size: 16px; }
  .brand small { font-size: 7px; }
  .hero { padding: 112px 20px 64px; }
  .eyebrow { font-size: 8px; letter-spacing: .14em; }
  .hero h1 { font-size: clamp(64px, 22vw, 104px); }
  .hero-kicker { margin-top: 24px; }
  .hero-stats { grid-template-columns: 1fr; }
  .hero-stats div, .hero-stats div + div { padding: 13px 0; border-left: 0; }
  .hero-stats div + div { border-top: 1px solid var(--line); }
  .art-caption { right: 0; bottom: 2%; min-width: 190px; }
  .identity-strip { grid-template-columns: 1fr; }
  .identity-strip div + div { border-left: 0; border-top: 1px solid var(--line); }
  .section { padding: 78px 20px; }
  .section-heading h2 { font-size: clamp(40px, 13vw, 58px); }
  .about-copy .lead { font-size: 25px; }
  .profile-panel { padding: 23px 18px; }
  .profile-facts div { grid-template-columns: 1fr; gap: 5px; }
  .profile-facts dd { text-align: left; }
  .ledger-row { grid-template-columns: 1fr; gap: 4px; padding: 14px 0; }
  .ledger-row strong { text-align: left; }
  .ledger-footer { display: block; }
  .ledger-footer a { display: inline-block; margin-top: 15px; }
  .corp-details { grid-template-columns: 1fr; }
  .corp-details article { min-height: 110px; }
  .log-summary { grid-template-columns: 1fr 1fr; }
  .log-summary article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .log-summary article:nth-child(4) { border-top: 1px solid var(--line); }
  .log-toolbar { align-items: stretch; flex-direction: column; }
  .filter-buttons { display: grid; grid-template-columns: 1fr 1fr; }
  .log-search input { width: 100%; }
  .boss-grid { grid-template-columns: 1fr; }
  .boss-card { min-height: 132px; }
  .timeline::before { left: 7px; }
  .timeline article { grid-template-columns: 1fr; gap: 8px; min-height: 170px; padding-left: 35px; }
  .timeline article::before { left: 2px; }
  .timeline time { text-align: left; }
  .social-rows a { grid-template-columns: 34px 1fr auto; gap: 13px; min-height: 82px; }
  .social-name { display: none; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-actions { grid-column: auto; grid-template-columns: 1fr; justify-items: start; }
  .footer-actions .back-to-top { justify-self: start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Collection archive */
.archive-teaser{background:linear-gradient(180deg,#080d0a,#061008)}
.archive-feature{display:grid;grid-template-columns:1fr .9fr;gap:clamp(45px,8vw,120px);align-items:center;margin-top:50px}.archive-feature>div>p{max-width:690px;color:var(--muted)}.archive-feature .lead{color:var(--paper);font:500 clamp(24px,2.5vw,38px)/1.2 Georgia,serif}.archive-feature-stats{display:grid;border-top:1px solid var(--line)}.archive-feature-stats article{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:24px 0;border-bottom:1px solid var(--line)}.archive-feature-stats strong{color:var(--gold-light);font:500 clamp(34px,4vw,58px) Georgia,serif}.archive-feature-stats span{color:var(--muted);font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.featured-collections{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:70px}.featured-collection{position:relative;min-height:330px;display:flex;align-items:flex-end;overflow:hidden;border:1px solid var(--line);background:#07100a}.featured-collection:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(4,7,4,.95))}.featured-collection img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.featured-collection:hover img{transform:scale(1.045)}.featured-collection div{position:relative;z-index:1;padding:24px}.featured-collection span{color:var(--green-bright);font-size:8px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.featured-collection h3{margin:10px 0 5px;font:500 25px/1.1 Georgia,serif}.featured-collection p{margin:0;color:#aeb6ae;font-size:11px}
.collection-hero{min-height:620px;display:grid;grid-template-columns:1fr auto;gap:70px;align-items:end;padding:180px clamp(22px,7vw,130px) 90px;background:radial-gradient(circle at 78% 36%,rgba(95,151,45,.22),transparent 30%),linear-gradient(145deg,#07100a,#040604);border-bottom:1px solid var(--line)}.collection-hero h1{margin:22px 0 25px;font:500 clamp(70px,10vw,150px)/.83 Georgia,serif;letter-spacing:-.065em}.collection-hero h1 em{color:transparent;-webkit-text-stroke:1px rgba(244,240,223,.52);font-weight:400}.collection-hero p:last-child{max-width:720px;color:var(--muted);font-size:17px}.archive-seal{width:220px;height:220px;display:grid;place-content:center;border:1px solid rgba(213,173,66,.5);outline:1px solid rgba(213,173,66,.14);outline-offset:13px;transform:rotate(5deg);text-align:center;background:rgba(7,16,10,.72)}.archive-seal strong{color:var(--gold-light);font:500 78px/1 Georgia,serif}.archive-seal span{margin-top:8px;color:var(--muted);font-size:9px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.collection-directory{padding:80px clamp(22px,6vw,110px) 120px}.collection-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.collection-card{display:block;min-height:430px;padding:0;overflow:hidden}.collection-card:hover{transform:translateY(-4px)}.collection-card-art{height:250px;overflow:hidden;background:#08100a}.collection-card-art img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.collection-card:hover .collection-card-art img{transform:scale(1.05)}.collection-card-body{padding:22px}.collection-card-body h2{min-height:56px;margin:25px 0 22px;font:500 25px/1.1 Georgia,serif}.collection-card-body small{display:block;margin-top:20px;color:var(--gold-light);font-size:8px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.boss-detail-hero{min-height:760px;display:grid;grid-template-columns:1.05fr .95fr;background:#050905;border-bottom:1px solid var(--line)}.boss-detail-art{position:relative;min-height:650px;overflow:hidden}.boss-detail-art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 45%,#050905),linear-gradient(0deg,rgba(5,9,5,.75),transparent 50%)}.boss-detail-art img{width:100%;height:100%;object-fit:cover}.boss-detail-copy{align-self:center;padding:140px clamp(30px,6vw,100px) 80px 40px}.breadcrumb{display:inline-block;margin-bottom:55px;color:var(--gold-light);font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.boss-detail-copy h1{margin:20px 0 24px;font:500 clamp(58px,7vw,112px)/.9 Georgia,serif;letter-spacing:-.055em}.boss-detail-copy>p{max-width:620px;color:var(--muted);font-size:16px}.boss-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:50px;background:var(--line)}.boss-summary article{min-height:120px;display:grid;align-content:center;padding:18px;background:#07100a}.boss-summary strong{font:500 clamp(20px,2.4vw,36px) Georgia,serif}.boss-summary strong span{color:var(--muted);font-size:.55em}.boss-summary small{margin-top:9px;color:var(--muted);font-size:8px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.boss-progress-band{display:grid;grid-template-columns:240px 1fr;gap:40px;align-items:center;padding:30px clamp(22px,6vw,110px);background:#0a120c;border-bottom:1px solid var(--line)}.boss-progress-band>div:first-child{display:flex;justify-content:space-between}.boss-progress-band span{color:var(--muted);font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.boss-progress-band strong{color:var(--gold-light);font-family:Georgia,serif}.boss-progress-track{height:5px;background:rgba(255,255,255,.08);overflow:hidden}.boss-progress-track i{display:block;height:100%;background:linear-gradient(90deg,var(--gold),var(--green-bright))}.verification-note{display:grid;grid-template-columns:230px 1fr;gap:30px;margin:0 0 36px;padding:22px;border:1px solid rgba(213,173,66,.25);background:rgba(213,173,66,.04)}.verification-note strong{color:var(--gold-light);font:500 20px Georgia,serif}.verification-note p{margin:0;color:var(--muted);font-size:12px}.item-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.item-card{position:relative;min-height:190px;display:flex;gap:18px;align-items:center;padding:18px;border:1px solid var(--line);background:linear-gradient(145deg,rgba(255,255,255,.025),rgba(255,255,255,.006))}.item-card.obtained{border-color:rgba(139,211,70,.34);background:linear-gradient(145deg,rgba(91,152,44,.12),rgba(255,255,255,.006))}.item-card.missing{opacity:.68}.item-icon{flex:0 0 78px;width:78px;height:78px;display:grid;place-items:center;background:#070c08;border:1px solid var(--line)}.item-icon img{max-width:70px;max-height:70px;image-rendering:auto}.item-card span{color:var(--muted);font-size:8px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.item-card h3{margin:8px 25px 0 0;font:500 17px/1.2 Georgia,serif}.item-card>i{position:absolute;top:12px;right:14px;color:var(--muted);font-style:normal;font:500 18px Georgia,serif}.item-card.obtained>i{color:var(--green-bright)}.item-card.missing>i{color:#b56c62}.collection-note-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.collection-note-grid article{min-height:150px;padding:24px;border:1px solid var(--line);background:#080d0a}.collection-note-grid .wide{grid-column:1/-1;min-height:auto}.collection-note-grid span{display:block;color:var(--muted);font-size:8px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.collection-note-grid strong{display:block;margin-top:18px;font:500 24px Georgia,serif}.collection-note-grid small,.collection-note-grid p{color:var(--muted)}.collection-bottom-nav{display:flex;justify-content:space-between;padding:35px clamp(22px,6vw,110px);border-top:1px solid var(--line);background:#050805}.collection-bottom-nav a{color:var(--gold-light);font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
@media(max-width:1100px){.featured-collections{grid-template-columns:repeat(2,1fr)}.collection-card-grid{grid-template-columns:repeat(2,1fr)}.item-grid{grid-template-columns:repeat(3,1fr)}.boss-detail-hero{grid-template-columns:1fr}.boss-detail-art{min-height:480px}.boss-detail-art:after{background:linear-gradient(0deg,#050905,transparent 55%)}.boss-detail-copy{padding:40px clamp(24px,6vw,70px) 80px}.archive-feature{grid-template-columns:1fr}.collection-hero{grid-template-columns:1fr}.archive-seal{display:none}}
@media(max-width:720px){.featured-collections,.collection-card-grid,.item-grid,.collection-note-grid{grid-template-columns:1fr}.collection-hero{min-height:auto;padding-top:130px}.collection-hero h1{font-size:clamp(58px,18vw,100px)}.collection-toolbar{align-items:stretch}.filter-buttons{width:100%}.log-search input{width:100%}.boss-summary{grid-template-columns:1fr}.boss-progress-band{grid-template-columns:1fr;gap:15px}.verification-note{grid-template-columns:1fr}.item-card{min-height:150px}.collection-bottom-nav{gap:25px;flex-direction:column}.archive-feature-stats article{padding:18px 0}}


/* Boss artwork sizing refinement
   Transparent character renders use a contained stage; scenic screenshots retain a cinematic crop. */
.collection-card-art {
  position: relative;
  height: clamp(230px, 18vw, 280px);
  display: grid;
  place-items: end center;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 74%, rgba(100, 171, 52, .16), transparent 42%),
    linear-gradient(180deg, #08120b 0%, #050805 100%);
}
.collection-card-art::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .22;
  background-image:
    linear-gradient(rgba(139, 211, 70, .08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139, 211, 70, .08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, transparent, #000 40%, #000);
}
.collection-card-art img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 18px 18px 0;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, .58));
  transition: transform .35s ease, filter .35s ease;
}
.collection-card-art.cutout img {
  transform: scale(1.02);
}
.collection-card:hover .collection-card-art.cutout img {
  transform: scale(1.075);
  filter: drop-shadow(0 22px 30px rgba(0, 0, 0, .7));
}
.collection-card-art.scene {
  place-items: stretch;
  background: #07100a;
}
.collection-card-art.scene::before {
  z-index: 1;
  opacity: 1;
  background: linear-gradient(180deg, transparent 50%, rgba(4, 8, 5, .7));
  mask-image: none;
  pointer-events: none;
}
.collection-card-art.scene img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: center;
  filter: none;
}
.collection-card:hover .collection-card-art.scene img {
  transform: scale(1.035);
}
.collection-card-body {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, rgba(8, 13, 9, .98), #070a08);
}

.boss-detail-hero {
  min-height: clamp(680px, 78vh, 860px);
  grid-template-columns: minmax(420px, .9fr) minmax(520px, 1.1fr);
  overflow: hidden;
}
.boss-detail-art {
  position: relative;
  min-height: clamp(680px, 78vh, 860px);
  display: grid;
  place-items: end center;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 68%, rgba(107, 180, 57, .18), transparent 38%),
    linear-gradient(145deg, #08120b, #030604 74%);
}
.boss-detail-art::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .2;
  background-image:
    linear-gradient(rgba(139, 211, 70, .07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139, 211, 70, .07) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at 50% 70%, #000, transparent 72%);
}
.boss-detail-art::after {
  z-index: 2;
  background:
    linear-gradient(90deg, transparent 62%, #050905 100%),
    linear-gradient(0deg, rgba(5, 9, 5, .72), transparent 34%);
  pointer-events: none;
}
.boss-detail-art img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 94%;
  max-height: 100%;
  padding: 92px 4% 0;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, .7));
}
.boss-detail-art.cutout img {
  transform: scale(.96);
  transform-origin: center bottom;
}
.boss-detail-art.scene {
  display: block;
}
.boss-detail-art.scene::before {
  display: none;
}
.boss-detail-art.scene::after {
  background:
    linear-gradient(90deg, transparent 48%, #050905 100%),
    linear-gradient(0deg, rgba(5, 9, 5, .7), transparent 44%);
}
.boss-detail-art.scene img {
  width: 100%;
  height: 100%;
  max-width: none;
  padding: 0;
  object-fit: cover;
  object-position: center;
  filter: none;
  transform: none;
}
.boss-detail-copy {
  position: relative;
  z-index: 3;
  padding-left: clamp(32px, 4.5vw, 78px);
}

.item-icon {
  overflow: hidden;
  background:
    radial-gradient(circle, rgba(102, 168, 54, .12), transparent 68%),
    #070c08;
}
.item-icon img {
  width: 72px;
  height: 72px;
  padding: 4px;
  object-fit: contain;
  filter: drop-shadow(0 7px 8px rgba(0, 0, 0, .6));
}

@media (max-width: 1100px) {
  .boss-detail-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .boss-detail-art {
    min-height: clamp(430px, 62vw, 620px);
  }
  .boss-detail-art img {
    padding-top: 70px;
  }
  .boss-detail-art.cutout img {
    transform: scale(.93);
  }
  .boss-detail-art::after,
  .boss-detail-art.scene::after {
    background: linear-gradient(0deg, #050905 0%, rgba(5, 9, 5, .18) 36%, transparent 65%);
  }
}

@media (max-width: 720px) {
  .collection-card-art {
    height: 240px;
  }
  .collection-card-art img {
    padding: 14px 14px 0;
  }
  .boss-detail-art {
    min-height: clamp(360px, 112vw, 510px);
  }
  .boss-detail-art img {
    max-width: 100%;
    padding: 62px 2% 0;
  }
  .boss-detail-art.cutout img {
    transform: scale(.96);
  }
  .boss-detail-copy {
    padding-top: 24px;
  }
  .item-icon {
    flex-basis: 70px;
    width: 70px;
    height: 70px;
  }
  .item-icon img {
    width: 64px;
    height: 64px;
  }
}

/* =========================================================
   Lucky Friend homepage overhaul
   Player identity + Alt1 developer portfolio
   ========================================================= */
:root {
  --cyan: #5ce7ff;
  --cyan-soft: rgba(92, 231, 255, .14);
  --blue: #2b79ff;
  --violet: #8d63ff;
  --app-line: rgba(117, 222, 255, .18);
}
.home-v2 { background: #040807; }
.home-v2 .cursor-light { background: radial-gradient(circle, rgba(49, 156, 255, .1), transparent 68%); }
.home-v2 .site-header.scrolled { background: rgba(4, 8, 7, .9); }
.home-v2 .brand img { border-radius: 14px; border-color: rgba(92, 231, 255, .28); }
.home-v2 .site-nav > a:not(.nav-live):not(.lf-coffee-support)::after { background: var(--cyan); }
.home-v2 .nav-live { border-color: rgba(92, 231, 255, .25); background: rgba(92, 231, 255, .055); }

.lf-hero {
  position: relative;
  min-height: 940px;
  display: grid;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  padding: calc(var(--header) + 82px) clamp(22px, 5vw, 96px) 108px;
  background:
    radial-gradient(circle at 78% 38%, rgba(25, 116, 255, .2), transparent 27%),
    radial-gradient(circle at 65% 70%, rgba(92, 231, 255, .09), transparent 31%),
    linear-gradient(135deg, #040807 0%, #07110e 42%, #060b12 100%);
}
.lf-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background: linear-gradient(90deg, rgba(4, 8, 7, .98), rgba(4, 8, 7, .76) 47%, rgba(4, 8, 7, .1) 77%);
}
.lf-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 5;
  height: 180px;
  background: linear-gradient(transparent, #040807);
  pointer-events: none;
}
.lf-hero-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .17;
  background-image:
    linear-gradient(rgba(105, 217, 255, .16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(105, 217, 255, .16) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(90deg, #000 15%, transparent 96%);
}
.lf-orb { position: absolute; z-index: -1; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.lf-orb-one { width: 650px; height: 650px; right: -160px; top: 80px; border: 1px solid rgba(92, 231, 255, .08); box-shadow: inset 0 0 100px rgba(43, 121, 255, .08), 0 0 130px rgba(43, 121, 255, .05); }
.lf-orb-two { width: 320px; height: 320px; left: 38%; bottom: -110px; background: rgba(111, 170, 53, .05); filter: blur(70px); }
.lf-hero-inner { width: 100%; max-width: 1580px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); gap: clamp(50px, 6vw, 110px); align-items: center; }
.lf-hero-copy { position: relative; z-index: 3; max-width: 760px; }
.lf-overline { display: flex; align-items: center; gap: 13px; margin: 0 0 25px; color: var(--cyan); font-size: 10px; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.lf-overline span { width: 42px; height: 1px; background: linear-gradient(90deg, var(--cyan), transparent); }
.lf-hero h1 { margin: 0; max-width: 760px; font: 600 clamp(82px, 9.2vw, 156px)/.77 Georgia, serif; letter-spacing: -.075em; text-transform: uppercase; }
.lf-hero h1 em { display: block; color: transparent; font-style: normal; -webkit-text-stroke: 1.5px rgba(241, 237, 223, .9); text-shadow: 0 0 72px rgba(43, 121, 255, .16); }
.lf-hero-role { margin: 34px 0 10px; color: var(--green-bright); font: italic clamp(24px, 2.3vw, 38px) Georgia, serif; }
.lf-hero-lead { max-width: 690px; margin: 0; color: #b7c3be; font-size: 17px; }
.lf-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.lf-proof-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 48px; border-top: 1px solid var(--app-line); border-bottom: 1px solid var(--app-line); }
.lf-proof-row article { min-height: 88px; display: grid; align-content: center; padding: 14px 18px 14px 0; }
.lf-proof-row article + article { padding-left: 20px; border-left: 1px solid var(--app-line); }
.lf-proof-row strong { display: block; font: 500 28px Georgia, serif; }
.lf-proof-row span { display: block; margin-top: 3px; color: #7f908a; font-size: 8px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }

.lf-hero-stage { position: relative; min-height: 670px; display: grid; place-items: center; perspective: 1200px; }
.lf-build-window { position: relative; width: min(630px, 43vw); min-width: 510px; overflow: hidden; border: 1px solid rgba(92, 231, 255, .24); border-radius: 28px; background: linear-gradient(155deg, rgba(13, 26, 31, .94), rgba(5, 10, 15, .96)); box-shadow: 0 50px 100px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(255,255,255,.05); transform: rotateY(-7deg) rotateX(2deg); }
.lf-window-bar { height: 50px; display: flex; align-items: center; gap: 7px; padding: 0 18px; border-bottom: 1px solid rgba(92, 231, 255, .12); background: rgba(255,255,255,.018); }
.lf-window-bar > span { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.15); }
.lf-window-bar > span:first-child { background: #ff6c79; }
.lf-window-bar > span:nth-child(2) { background: #f3c95a; }
.lf-window-bar > span:nth-child(3) { background: #75df8f; }
.lf-window-bar strong { margin-left: auto; color: #6f8581; font-size: 8px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.lf-build-art { position: relative; height: 515px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 56%, rgba(34, 117, 255, .26), transparent 41%), linear-gradient(180deg, #091413, #071018); }
.lf-build-art::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(92, 231, 255, .14) 1px, transparent 1px), linear-gradient(90deg, rgba(92, 231, 255, .14) 1px, transparent 1px); background-size: 46px 46px; mask-image: radial-gradient(circle, #000, transparent 72%); }
.lf-build-art img { position: relative; z-index: 2; width: 92%; height: 92%; object-fit: contain; border-radius: 15%; filter: drop-shadow(0 30px 36px rgba(0,0,0,.55)); }
.lf-build-rings { position: absolute; width: 420px; height: 420px; border: 1px solid rgba(92, 231, 255, .13); border-radius: 50%; box-shadow: 0 0 0 55px rgba(92, 231, 255, .025), 0 0 0 110px rgba(92, 231, 255, .015); animation: lf-spin 16s linear infinite; }
.lf-build-rings::before, .lf-build-rings::after { content: ""; position: absolute; background: var(--cyan); box-shadow: 0 0 18px var(--cyan); }
.lf-build-rings::before { width: 7px; height: 7px; border-radius: 50%; top: 20px; left: 92px; }
.lf-build-rings::after { width: 5px; height: 5px; border-radius: 50%; right: 19px; bottom: 108px; }
.lf-build-caption { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 18px 22px; }
.lf-build-caption span { display: block; color: var(--cyan); font-size: 8px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.lf-build-caption h2 { margin: 3px 0 0; font: 500 28px Georgia, serif; }
.lf-build-caption > strong { display: grid; place-items: center; width: 58px; height: 34px; border: 1px solid rgba(92, 231, 255, .22); border-radius: 999px; color: var(--cyan); font-size: 9px; letter-spacing: .13em; }
.lf-floating-app, .lf-floating-profile { position: absolute; z-index: 4; border: 1px solid rgba(255,255,255,.12); background: rgba(5, 12, 13, .86); box-shadow: 0 22px 60px rgba(0,0,0,.35); backdrop-filter: blur(16px); }
.lf-floating-app { left: -24px; top: 95px; width: 180px; display: grid; grid-template-columns: 48px 1fr; gap: 4px 12px; align-items: center; padding: 12px; border-radius: 17px; }
.lf-floating-app img { grid-row: 1 / 3; width: 48px; height: 48px; object-fit: contain; }
.lf-floating-app span { align-self: end; font: 500 14px Georgia, serif; }
.lf-floating-app small { align-self: start; color: #7b8c87; font-size: 7px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.lf-floating-profile { right: -20px; bottom: 78px; display: grid; grid-template-columns: 52px auto; gap: 1px 12px; align-items: center; padding: 11px 15px 11px 11px; border-radius: 18px; }
.lf-floating-profile img { grid-row: 1 / 3; width: 52px; height: 52px; object-fit: cover; border-radius: 13px; }
.lf-floating-profile span { align-self: end; color: #7b8c87; font-size: 7px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.lf-floating-profile strong { align-self: start; font: 500 15px Georgia, serif; }
.lf-scroll-cue { position: absolute; z-index: 6; left: clamp(22px, 5vw, 96px); bottom: 35px; display: flex; align-items: center; gap: 12px; color: #64736f; font-size: 8px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.lf-scroll-cue span { position: relative; width: 1px; height: 30px; background: rgba(92, 231, 255, .15); overflow: hidden; }
.lf-scroll-cue span::after { content: ""; position: absolute; inset: -14px 0 auto; height: 14px; background: var(--cyan); animation: lf-scroll 2s ease-in-out infinite; }

.lf-signal-strip { display: grid; grid-template-columns: repeat(5, 1fr); border-block: 1px solid rgba(92, 231, 255, .1); background: #050c0a; }
.lf-signal-strip span { padding: 19px 10px; text-align: center; color: #80918c; font-size: 8px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.lf-signal-strip span + span { border-left: 1px solid rgba(92, 231, 255, .1); }

.lf-section-intro { display: grid; grid-template-columns: 190px 1fr; gap: 48px; margin-bottom: clamp(52px, 6vw, 86px); }
.lf-section-intro h2, .lf-maker-copy h2, .lf-connect-heading h2 { margin: 0; font: 500 clamp(48px, 5.4vw, 86px)/.98 Georgia, serif; letter-spacing: -.045em; }
.lf-section-intro h2 span, .lf-maker-copy h2 span, .lf-connect-heading h2 span { color: #65736e; font-style: italic; }
.lf-section-intro > div > p { max-width: 790px; margin: 25px 0 0; color: #9baaa4; font-size: 16px; }
.lf-apps { overflow: hidden; background: linear-gradient(180deg, #040807, #06100e 55%, #040807); }
.lf-app-grid { display: grid; grid-template-columns: 1.16fr .84fr; gap: 18px; }
.lf-app-card { min-height: 650px; display: grid; border: 1px solid var(--app-line); background: linear-gradient(145deg, rgba(255,255,255,.025), rgba(255,255,255,.006)); overflow: hidden; }
.lf-app-card-featured { grid-template-columns: minmax(340px, .9fr) minmax(390px, 1.1fr); }
.lf-app-visual { position: relative; min-height: 650px; display: grid; place-items: center; overflow: hidden; background: radial-gradient(circle at 50% 50%, rgba(42, 119, 255, .24), transparent 42%), linear-gradient(160deg, #071513, #071020); }
.lf-app-visual::before { content: ""; position: absolute; inset: 0; opacity: .23; background-image: linear-gradient(rgba(92, 231, 255, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(92, 231, 255, .12) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(135deg, #000, transparent 86%); }
.lf-app-visual img { position: relative; z-index: 2; width: 91%; filter: drop-shadow(0 30px 40px rgba(0,0,0,.52)); transition: transform .45s ease; }
.lf-app-card:hover .lf-app-visual img { transform: scale(1.035) rotate(-1deg); }
.lf-app-glow { position: absolute; width: 430px; height: 430px; border: 1px solid rgba(92, 231, 255, .13); border-radius: 50%; box-shadow: 0 0 90px rgba(43, 121, 255, .18), 0 0 0 60px rgba(92, 231, 255, .018); }
.lf-app-number { position: absolute; left: 24px; bottom: 20px; z-index: 3; color: rgba(255,255,255,.12); font: 500 74px Georgia, serif; }
.lf-app-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(34px, 4vw, 68px); }
.lf-app-status { display: flex; align-items: center; gap: 10px; color: var(--cyan); font-size: 8px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.lf-app-status i { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 16px var(--cyan); }
.lf-app-status.live { color: var(--green-bright); }
.lf-app-status.live i { background: var(--green-bright); box-shadow: 0 0 16px var(--green-bright); }
.lf-app-kicker { margin: 38px 0 8px; color: #768781; font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.lf-app-copy h3 { margin: 0; font: 500 clamp(52px, 5vw, 80px)/.9 Georgia, serif; letter-spacing: -.045em; }
.lf-app-copy > p:not(.lf-app-kicker) { margin: 25px 0 0; color: #a4b1ac; font-size: 15px; }
.lf-feature-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 29px; }
.lf-feature-list span { padding: 8px 11px; border: 1px solid rgba(92, 231, 255, .13); background: rgba(92, 231, 255, .035); color: #9cb2ad; font-size: 8px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.lf-card-action { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 38px; padding: 0 17px; border-top: 1px solid var(--app-line); border-bottom: 1px solid var(--app-line); color: var(--cyan); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; transition: background .2s ease, color .2s ease; }
.lf-card-action:hover { background: rgba(92, 231, 255, .07); color: #fff; }
.lf-card-action b { font: 500 12px Georgia, serif; }
.lf-card-action.muted-action { color: #6f817b; cursor: default; }
.lf-app-card-seren { grid-template-rows: 1fr 280px; background: radial-gradient(circle at 70% 80%, rgba(20, 225, 255, .08), transparent 33%), linear-gradient(145deg, #07100f, #050908); }
.lf-app-card-seren .lf-app-copy { padding-bottom: 26px; }
.lf-app-card-seren .lf-app-copy h3 { font-size: clamp(50px, 4vw, 68px); }
.lf-seren-emblem { position: relative; min-height: 280px; display: grid; place-items: center; overflow: hidden; border-top: 1px solid var(--app-line); background: radial-gradient(circle, rgba(24, 222, 255, .18), transparent 38%); }
.lf-seren-emblem::before { content: ""; position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(92, 231, 255, .1) 1px, transparent 1px), linear-gradient(90deg, rgba(92, 231, 255, .1) 1px, transparent 1px); background-size: 36px 36px; }
.lf-seren-emblem img { position: relative; z-index: 2; width: 170px; height: 170px; object-fit: contain; image-rendering: auto; filter: drop-shadow(0 0 38px rgba(20, 225, 255, .38)); transition: transform .4s ease; }
.lf-app-card-seren:hover .lf-seren-emblem img { transform: translateY(-5px) scale(1.07); }
.lf-seren-halo { position: absolute; width: 205px; height: 205px; border: 1px solid rgba(92, 231, 255, .2); transform: rotate(45deg); animation: lf-pulse 4s ease-in-out infinite; }

.lf-maker { background: #040807; }
.lf-maker-layout { display: grid; grid-template-columns: minmax(390px, .86fr) minmax(0, 1.14fr); gap: clamp(60px, 8vw, 130px); align-items: center; }
.lf-maker-portrait { position: relative; }
.lf-maker-frame { position: relative; aspect-ratio: 1 / 1; display: grid; place-items: center; overflow: hidden; border: 1px solid rgba(213, 173, 66, .22); background: radial-gradient(circle at 50% 50%, rgba(106, 175, 49, .18), transparent 48%), #07100b; }
.lf-maker-frame::before { content: ""; position: absolute; inset: 20px; border: 1px solid rgba(213, 173, 66, .12); transform: rotate(4deg); }
.lf-maker-frame img { position: relative; z-index: 2; width: 92%; height: 92%; object-fit: contain; filter: drop-shadow(0 28px 45px rgba(0,0,0,.55)); }
.lf-maker-label { position: absolute; right: -28px; bottom: 35px; padding: 13px 16px; border: 1px solid rgba(213, 173, 66, .3); background: rgba(5, 10, 7, .9); color: var(--gold-light); font-size: 8px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.lf-maker-copy > .section-number { margin-bottom: 26px; }
.lf-maker-copy > p:not(.section-number) { color: #9daba6; }
.lf-maker-copy .lf-lead { margin-top: 32px; color: #e0e5df; font: 500 clamp(22px, 2vw, 31px)/1.4 Georgia, serif; }
.lf-maker-values { margin-top: 40px; border-top: 1px solid var(--line); }
.lf-maker-values article { display: grid; grid-template-columns: 45px 210px 1fr; gap: 18px; align-items: start; padding: 22px 0; border-bottom: 1px solid var(--line); }
.lf-maker-values span { color: var(--gold); font: 500 14px Georgia, serif; }
.lf-maker-values h3 { margin: 0; font: 500 18px Georgia, serif; }
.lf-maker-values p { margin: 0; color: #81908a; font-size: 13px; }

.lf-archive { background: linear-gradient(180deg, #07100d, #040807); }
.lf-archive-dashboard { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-bottom: 18px; background: var(--app-line); border: 1px solid var(--app-line); }
.lf-archive-copy { padding: clamp(34px, 5vw, 72px); background: #07100e; }
.lf-dashboard-label { margin: 0 0 23px; color: var(--cyan); font-size: 8px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.lf-archive-copy h3 { margin: 0; font: 500 clamp(36px, 4vw, 62px)/1.03 Georgia, serif; letter-spacing: -.035em; }
.lf-archive-copy > p:not(.lf-dashboard-label) { max-width: 620px; margin: 26px 0 32px; color: #94a39e; }
.lf-archive-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--app-line); }
.lf-archive-stats article { display: grid; align-content: center; padding: 28px; background: #060d0b; }
.lf-archive-stats span { color: #74857f; font-size: 8px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.lf-archive-stats strong { display: block; margin-top: 12px; font: 500 clamp(40px, 5vw, 76px) Georgia, serif; }
.lf-archive-stats small { color: #77867f; font-size: .42em; }
.lf-featured-logs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.lf-log-card { position: relative; min-height: 400px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: #060b08; transition: transform .25s ease, border-color .25s ease; }
.lf-log-card:hover { transform: translateY(-7px); border-color: rgba(92, 231, 255, .28); }
.lf-log-art { height: 245px; display: grid; place-items: end center; overflow: hidden; background: radial-gradient(circle at 50% 80%, rgba(111, 170, 53, .17), transparent 40%), #07100b; }
.lf-log-art img { width: 100%; height: 100%; padding: 15px 15px 0; object-fit: contain; object-position: center bottom; transition: transform .35s ease; }
.lf-log-card:hover .lf-log-art img { transform: scale(1.055); }
.lf-log-meta { display: flex; flex-direction: column; flex: 1; padding: 20px; }
.lf-log-meta span { color: var(--green-bright); font-size: 8px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.lf-log-meta strong { margin-top: 10px; font: 500 21px/1.15 Georgia, serif; }
.lf-log-meta small { margin-top: auto; padding-top: 20px; color: #75847e; font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.lf-log-card > i { position: absolute; right: 17px; bottom: 16px; color: var(--cyan); font-style: normal; }

.lf-current-hunt { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 770px; border-block: 1px solid var(--line); background: #030604; }
.lf-hunt-art { position: relative; min-height: 770px; display: grid; place-items: end center; overflow: hidden; background: radial-gradient(circle at 48% 68%, rgba(108, 171, 49, .22), transparent 38%), linear-gradient(145deg, #08120b, #020403); }
.lf-hunt-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 54%, #030604 100%), linear-gradient(0deg, rgba(3,6,4,.65), transparent 42%); }
.lf-hunt-art img { width: 96%; height: 96%; object-fit: contain; object-position: center bottom; filter: drop-shadow(0 28px 45px rgba(0,0,0,.65)); }
.lf-hunt-copy { align-self: center; max-width: 720px; padding: 90px clamp(35px, 6vw, 105px) 90px 45px; }
.lf-hunt-copy .section-number { margin-bottom: 34px; }
.lf-hunt-tag { display: inline-flex; padding: 8px 11px; border: 1px solid rgba(213, 173, 66, .28); color: var(--gold-light); font-size: 8px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.lf-hunt-copy h2 { margin: 26px 0 24px; font: 500 clamp(58px, 6.5vw, 105px)/.88 Georgia, serif; letter-spacing: -.055em; }
.lf-hunt-copy h2 em { color: var(--green-bright); font-style: italic; }
.lf-hunt-copy > p { color: #98a69f; font-size: 16px; }
.lf-hunt-meter { height: 5px; margin-top: 38px; overflow: hidden; background: rgba(255,255,255,.07); }
.lf-hunt-meter span { display: block; width: var(--hunt-progress); height: 100%; background: linear-gradient(90deg, var(--gold), var(--green-bright)); }
.lf-hunt-numbers { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 10px 0 30px; background: var(--line); }
.lf-hunt-numbers strong { display: flex; flex-direction: column; padding: 18px; background: #050a06; font: 500 31px Georgia, serif; }
.lf-hunt-numbers small { margin-top: 5px; color: #718079; font: 900 8px Inter, sans-serif; letter-spacing: .15em; text-transform: uppercase; }

.lf-connect { background: radial-gradient(circle at 18% 30%, rgba(43,121,255,.08), transparent 30%), #050908; }
.lf-connect-heading { display: grid; grid-template-columns: 190px 1fr; gap: 48px; }
.lf-connect-heading > p:last-child { grid-column: 2; max-width: 720px; margin: 0; color: #91a09a; }
.lf-social-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin-top: 70px; background: var(--app-line); border: 1px solid var(--app-line); }
.lf-social-grid a { min-height: 126px; display: grid; grid-template-columns: 140px 1fr auto; gap: 20px; align-items: center; padding: 25px 28px; background: #060d0b; transition: background .2s ease; }
.lf-social-grid a:hover { background: #0a1512; }
.lf-social-grid span { color: var(--cyan); font-size: 8px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.lf-social-grid strong { font: 500 clamp(21px, 2vw, 31px) Georgia, serif; }
.lf-social-grid i { color: #5f746d; font-style: normal; }
.lf-finale { min-height: 410px; display: flex; align-items: center; justify-content: center; gap: clamp(22px, 5vw, 75px); padding: 60px 24px; text-align: center; overflow: hidden; border-top: 1px solid var(--line); background: radial-gradient(circle, rgba(92,231,255,.07), transparent 40%), #030604; }
.lf-finale p { margin: 0; font: italic clamp(38px, 5.2vw, 82px)/1.06 Georgia, serif; }
.lf-finale p span { color: #6d7d76; }
.lf-finale img { width: clamp(74px, 9vw, 135px); max-height: 135px; object-fit: contain; filter: drop-shadow(0 0 30px rgba(92,231,255,.16)); }
.lf-finale img:last-child { border-radius: 20%; }

.js [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
.js [data-reveal].is-visible { opacity: 1; transform: none; }

@keyframes lf-spin { to { transform: rotate(360deg); } }
@keyframes lf-scroll { 0% { transform: translateY(0); } 75%, 100% { transform: translateY(44px); } }
@keyframes lf-pulse { 0%,100% { transform: rotate(45deg) scale(.92); opacity: .45; } 50% { transform: rotate(45deg) scale(1.07); opacity: 1; } }

@media (max-width: 1250px) {
  .lf-hero-inner { grid-template-columns: minmax(0, .88fr) minmax(470px, 1.12fr); }
  .lf-build-window { min-width: 470px; }
  .lf-app-grid { grid-template-columns: 1fr; }
  .lf-app-card-seren { min-height: 520px; grid-template-columns: 1fr 380px; grid-template-rows: 1fr; }
  .lf-seren-emblem { min-height: 100%; border-top: 0; border-left: 1px solid var(--app-line); }
  .lf-featured-logs { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1000px) {
  .lf-hero { min-height: auto; padding-top: 150px; }
  .lf-hero-inner { grid-template-columns: 1fr; }
  .lf-hero-copy { max-width: 850px; }
  .lf-hero-stage { min-height: 650px; margin-top: 30px; }
  .lf-build-window { width: min(650px, 82vw); }
  .lf-scroll-cue { display: none; }
  .lf-signal-strip { grid-template-columns: repeat(3, 1fr); }
  .lf-signal-strip span:nth-child(n+4) { border-top: 1px solid rgba(92,231,255,.1); }
  .lf-signal-strip span:nth-child(4) { border-left: 0; }
  .lf-section-intro, .lf-connect-heading { grid-template-columns: 1fr; gap: 18px; }
  .lf-connect-heading > p:last-child { grid-column: 1; }
  .lf-maker-layout { grid-template-columns: 1fr; }
  .lf-maker-portrait { max-width: 650px; }
  .lf-maker-label { right: 20px; }
  .lf-archive-dashboard { grid-template-columns: 1fr; }
  .lf-current-hunt { grid-template-columns: 1fr; }
  .lf-hunt-art { min-height: 600px; }
  .lf-hunt-art::after { background: linear-gradient(0deg, #030604 0%, rgba(3,6,4,.1) 48%, transparent 68%); }
  .lf-hunt-copy { max-width: none; padding: 35px clamp(24px, 6vw, 80px) 95px; }
}
@media (max-width: 760px) {
  .home-v2 .site-header { background: rgba(4,8,7,.82); backdrop-filter: blur(14px); }
  .lf-hero { padding-inline: 20px; padding-bottom: 85px; }
  .lf-hero h1 { font-size: clamp(70px, 21vw, 115px); }
  .lf-hero-lead { font-size: 15px; }
  .lf-proof-row { grid-template-columns: 1fr; }
  .lf-proof-row article, .lf-proof-row article + article { padding: 14px 0; border-left: 0; }
  .lf-proof-row article + article { border-top: 1px solid var(--app-line); }
  .lf-hero-stage { min-height: 520px; }
  .lf-build-window { width: 100%; min-width: 0; border-radius: 18px; transform: none; }
  .lf-build-art { height: 365px; }
  .lf-build-rings { width: 285px; height: 285px; }
  .lf-floating-app { left: -8px; top: 60px; width: 158px; }
  .lf-floating-profile { right: -8px; bottom: 30px; }
  .lf-signal-strip { grid-template-columns: 1fr; }
  .lf-signal-strip span + span, .lf-signal-strip span:nth-child(n+4) { border-left: 0; border-top: 1px solid rgba(92,231,255,.1); }
  .lf-section-intro h2, .lf-maker-copy h2, .lf-connect-heading h2 { font-size: clamp(42px, 13vw, 65px); }
  .lf-app-card-featured { grid-template-columns: 1fr; }
  .lf-app-visual { min-height: 430px; }
  .lf-app-card-seren { grid-template-columns: 1fr; grid-template-rows: auto 250px; }
  .lf-seren-emblem { border-left: 0; border-top: 1px solid var(--app-line); }
  .lf-app-copy { padding: 34px 24px; }
  .lf-maker-values article { grid-template-columns: 35px 1fr; }
  .lf-maker-values p { grid-column: 2; }
  .lf-maker-label { position: static; display: block; margin-top: 10px; }
  .lf-archive-stats { grid-template-columns: 1fr; }
  .lf-featured-logs { grid-template-columns: 1fr; }
  .lf-hunt-art { min-height: 430px; }
  .lf-hunt-copy h2 { font-size: clamp(56px, 16vw, 88px); }
  .lf-hunt-numbers { grid-template-columns: 1fr; }
  .lf-social-grid { grid-template-columns: 1fr; }
  .lf-social-grid a { grid-template-columns: 88px 1fr auto; padding: 20px; }
  .lf-finale { min-height: 330px; }
  .lf-finale img { width: 64px; }
}
@media (prefers-reduced-motion: reduce) {
  .lf-build-rings, .lf-scroll-cue span::after, .lf-seren-halo { animation: none; }
  .js [data-reveal] { opacity: 1; transform: none; transition: none; }
}

/* =========================================================
   RS3 TCG live-project introduction
   ========================================================= */
:root {
  --tcg-lime: #eaff28;
  --tcg-blue: #1a8dff;
  --tcg-magenta: #ff4bc8;
  --tcg-line: rgba(218, 255, 44, .24);
}

.lf-build-window-tcg {
  display: block;
  color: inherit;
  border-color: rgba(218, 255, 44, .28);
  background: linear-gradient(155deg, rgba(11, 24, 34, .97), rgba(6, 8, 18, .98));
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}
.lf-build-window-tcg:hover {
  color: inherit;
  border-color: rgba(218, 255, 44, .55);
  box-shadow: 0 55px 110px rgba(0, 0, 0, .56), 0 0 55px rgba(67, 158, 255, .12), inset 0 1px 0 rgba(255,255,255,.07);
  transform: rotateY(-4deg) rotateX(1deg) translateY(-6px);
}
.lf-build-window-tcg:focus-visible {
  outline: 2px solid var(--tcg-lime);
  outline-offset: 6px;
}
.lf-build-window-tcg .lf-window-bar {
  border-color: rgba(218, 255, 44, .12);
}
.lf-build-window-tcg .lf-window-bar strong,
.lf-build-window-tcg .lf-build-caption span {
  color: var(--tcg-lime);
}
.lf-build-window-tcg .lf-build-art {
  background:
    radial-gradient(circle at 53% 50%, rgba(34, 139, 255, .28), transparent 38%),
    radial-gradient(circle at 80% 25%, rgba(234, 255, 40, .12), transparent 24%),
    radial-gradient(circle at 15% 80%, rgba(255, 75, 200, .1), transparent 25%),
    linear-gradient(160deg, #061215, #071021 56%, #100817);
}
.lf-build-window-tcg .lf-build-art::before {
  opacity: .24;
  background-image:
    linear-gradient(rgba(218, 255, 44, .1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(66, 151, 255, .13) 1px, transparent 1px);
}
.lf-build-window-tcg .lf-build-art img {
  width: min(100%, 660px);
  height: auto;
  max-height: calc(100% - 18px);
  object-fit: contain;
  object-position: center bottom;
  border-radius: 0;
  filter: drop-shadow(0 32px 40px rgba(0,0,0,.58));
  transition: transform .45s ease;
}
.lf-build-window-tcg:hover .lf-build-art img {
  transform: scale(1.015) rotate(.35deg);
}
.lf-build-window-tcg .lf-build-rings {
  border-color: rgba(218, 255, 44, .14);
  box-shadow: 0 0 0 55px rgba(42, 143, 255, .025), 0 0 0 110px rgba(255, 75, 200, .012);
}
.lf-build-window-tcg .lf-build-rings::before {
  background: var(--tcg-lime);
  box-shadow: 0 0 18px var(--tcg-lime);
}
.lf-build-window-tcg .lf-build-rings::after {
  background: var(--tcg-magenta);
  box-shadow: 0 0 18px var(--tcg-magenta);
}
.lf-build-caption > strong.lf-live-project-badge {
  width: auto;
  min-width: 70px;
  padding: 0 13px;
  border-color: rgba(218, 255, 44, .3);
  color: var(--tcg-lime);
}
.lf-floating-boss {
  border-color: rgba(92, 231, 255, .2);
}

.lf-project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.lf-project-card {
  position: relative;
  min-width: 0;
  display: grid;
  overflow: hidden;
  border: 1px solid var(--app-line);
  background: linear-gradient(145deg, rgba(255,255,255,.025), rgba(255,255,255,.006));
}
.lf-project-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 4vw, 68px);
}
.lf-project-copy .lf-app-kicker {
  margin-top: 34px;
}
.lf-project-copy h3 {
  margin: 0;
  font: 500 clamp(50px, 5vw, 82px)/.9 Georgia, serif;
  letter-spacing: -.05em;
}
.lf-project-copy h3 span {
  color: transparent;
  -webkit-text-stroke: 1px rgba(234, 255, 40, .82);
  text-shadow: 0 0 34px rgba(234, 255, 40, .09);
}
.lf-project-copy > p:not(.lf-app-kicker) {
  max-width: 720px;
  margin: 25px 0 0;
  color: #a4b1ac;
  font-size: 15px;
}
.lf-project-copy .lf-card-action {
  margin-top: auto;
  padding-top: 18px;
  padding-bottom: 18px;
}
.lf-project-number {
  position: absolute;
  z-index: 4;
  left: 24px;
  bottom: 18px;
  color: rgba(255,255,255,.13);
  font: 500 70px Georgia, serif;
}

.lf-project-card-tcg {
  grid-column: 1 / -1;
  grid-template-columns: minmax(420px, .9fr) minmax(520px, 1.1fr);
  min-height: 690px;
  border-color: var(--tcg-line);
  background:
    radial-gradient(circle at 13% 30%, rgba(25, 136, 255, .09), transparent 32%),
    linear-gradient(145deg, #07100f, #090b12);
}
.lf-project-card-tcg .lf-project-copy {
  position: relative;
  z-index: 3;
  background: linear-gradient(90deg, rgba(5, 11, 13, .98), rgba(5, 11, 13, .84) 76%, transparent);
}
.lf-project-card-tcg .lf-app-status.live {
  color: var(--tcg-lime);
}
.lf-project-card-tcg .lf-app-status.live i {
  background: var(--tcg-lime);
  box-shadow: 0 0 16px var(--tcg-lime);
}
.lf-tcg-action {
  border-color: rgba(218, 255, 44, .22);
  color: var(--tcg-lime);
}
.lf-tcg-action:hover {
  background: rgba(218, 255, 44, .07);
}
.lf-tcg-showcase {
  position: relative;
  min-height: 690px;
  display: grid;
  place-items: end center;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 44%, rgba(31, 144, 255, .27), transparent 37%),
    radial-gradient(circle at 82% 14%, rgba(234, 255, 40, .17), transparent 22%),
    radial-gradient(circle at 20% 88%, rgba(255, 75, 200, .12), transparent 28%),
    linear-gradient(145deg, #06131a, #071020 55%, #14091a);
}
.lf-tcg-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .25;
  background-image:
    linear-gradient(rgba(234, 255, 40, .11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 150, 255, .13) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(135deg, transparent 3%, #000 50%, transparent 98%);
}
.lf-tcg-showcase::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 26%;
  z-index: 2;
  background: linear-gradient(transparent, rgba(4, 8, 12, .84));
  pointer-events: none;
}
.lf-tcg-showcase img {
  position: relative;
  z-index: 1;
  width: 102%;
  height: 98%;
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 34px 48px rgba(0,0,0,.64));
  transition: transform .45s ease;
}
.lf-project-card-tcg:hover .lf-tcg-showcase img {
  transform: scale(1.025) translateY(-3px);
}
.lf-tcg-burst {
  position: absolute;
  z-index: -1;
  width: 480px;
  height: 480px;
  border: 1px solid rgba(234, 255, 40, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 65px rgba(31, 144, 255, .025), 0 0 0 130px rgba(255, 75, 200, .013), 0 0 100px rgba(31, 144, 255, .14);
}
.lf-tcg-stamp {
  position: absolute;
  z-index: 4;
  right: 22px;
  top: 22px;
  display: grid;
  gap: 3px;
  padding: 12px 15px;
  border: 1px solid rgba(234, 255, 40, .34);
  background: rgba(4, 9, 13, .78);
  backdrop-filter: blur(12px);
  transform: rotate(2deg);
}
.lf-tcg-stamp strong {
  color: var(--tcg-lime);
  font: 900 13px/1 Inter, sans-serif;
  letter-spacing: .2em;
}
.lf-tcg-stamp span {
  color: #93a39e;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lf-project-card-secondary {
  grid-template-rows: 320px 1fr;
  min-height: 720px;
}
.lf-project-card-secondary .lf-project-copy {
  justify-content: flex-start;
  padding: 42px;
}
.lf-project-card-secondary .lf-project-copy h3 {
  font-size: clamp(46px, 4vw, 68px);
}
.lf-project-card-secondary .lf-card-action {
  margin-top: auto;
}
.lf-project-visual {
  position: relative;
  min-height: 320px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--app-line);
  background:
    radial-gradient(circle at 50% 58%, rgba(42, 119, 255, .24), transparent 40%),
    linear-gradient(160deg, #071513, #071020);
}
.lf-project-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image:
    linear-gradient(rgba(92, 231, 255, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 231, 255, .12) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle, #000, transparent 78%);
}
.lf-project-visual img {
  position: relative;
  z-index: 2;
  width: 82%;
  height: 88%;
  object-fit: contain;
  filter: drop-shadow(0 26px 34px rgba(0,0,0,.55));
  transition: transform .4s ease;
}
.lf-project-card-secondary:hover .lf-project-visual img {
  transform: translateY(-4px) scale(1.035);
}
.lf-project-card-boss {
  background: linear-gradient(145deg, #07110f, #070a13);
}
.lf-project-card-seren {
  background: radial-gradient(circle at 70% 15%, rgba(20, 225, 255, .075), transparent 28%), linear-gradient(145deg, #07100f, #050908);
}
.lf-project-visual-seren {
  background: radial-gradient(circle, rgba(24, 222, 255, .2), transparent 36%), #061010;
}
.lf-project-visual-seren img {
  width: 190px;
  height: 190px;
  filter: drop-shadow(0 0 42px rgba(20, 225, 255, .42));
}
.lf-project-visual-seren .lf-seren-halo {
  width: 225px;
  height: 225px;
}

@media (max-width: 1120px) {
  .lf-project-card-tcg {
    grid-template-columns: minmax(360px, .88fr) minmax(440px, 1.12fr);
  }
  .lf-project-card-secondary .lf-project-copy {
    padding: 36px 30px;
  }
}
@media (max-width: 920px) {
  .lf-project-card-tcg {
    grid-template-columns: 1fr;
  }
  .lf-project-card-tcg .lf-project-copy {
    order: 2;
    background: #07100f;
  }
  .lf-tcg-showcase {
    min-height: 600px;
  }
  .lf-project-card-secondary {
    grid-column: 1 / -1;
    grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr);
    grid-template-rows: 1fr;
    min-height: 520px;
  }
  .lf-project-visual {
    min-height: 520px;
    border-right: 1px solid var(--app-line);
    border-bottom: 0;
  }
}
@media (max-width: 680px) {
  .lf-build-window-tcg:hover {
    transform: none;
  }
  .lf-build-window-tcg .lf-build-art img {
    width: min(100%, 540px);
    height: auto;
    max-height: calc(100% - 12px);
  }
  .lf-project-grid {
    grid-template-columns: 1fr;
  }
  .lf-project-copy {
    padding: 34px 24px;
  }
  .lf-project-copy h3 {
    font-size: clamp(50px, 16vw, 72px);
  }
  .lf-tcg-showcase {
    min-height: 430px;
  }
  .lf-tcg-showcase img {
    width: 112%;
    height: 104%;
  }
  .lf-tcg-stamp {
    right: 12px;
    top: 12px;
  }
  .lf-project-card-secondary {
    grid-template-columns: 1fr;
    grid-template-rows: 330px 1fr;
    min-height: 0;
  }
  .lf-project-visual {
    min-height: 330px;
    border-right: 0;
    border-bottom: 1px solid var(--app-line);
  }
  .lf-project-card-secondary .lf-project-copy {
    padding: 34px 24px;
  }
  .lf-project-copy .lf-card-action {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
  }
  .lf-project-number {
    font-size: 54px;
  }
}


/* =========================================================
   Compact Buy Me a Coffee navbar card + creator credit
   ========================================================= */
.lf-coffee-support {
  position: relative;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--paper);
  border: 1px solid rgba(213, 173, 66, .38);
  background:
    radial-gradient(circle at 8% 20%, rgba(213, 173, 66, .13), transparent 48%),
    linear-gradient(145deg, #21190f, #15110c);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.lf-coffee-support::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(105deg, transparent 28%, rgba(255, 230, 148, .09), transparent 72%);
  transform: translateX(-55%);
  transition: opacity .25s ease, transform .45s ease;
}
.lf-coffee-support:hover {
  color: var(--paper);
  border-color: rgba(235, 191, 72, .7);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .28), 0 0 22px rgba(213, 173, 66, .07), inset 0 1px 0 rgba(255, 255, 255, .05);
  transform: translateY(-2px);
}
.lf-coffee-support:hover::after { opacity: 1; transform: translateX(55%); }
.lf-coffee-support:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 4px; }
.lf-coffee-support-nav {
  width: 132px;
  min-height: 44px;
  grid-template-columns: 30px minmax(0, 1fr) 13px;
  gap: 8px;
  padding: 6px 9px;
  border-radius: 12px;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.lf-coffee-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: linear-gradient(145deg, rgba(213, 173, 66, .22), rgba(213, 173, 66, .08));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  font-size: 15px;
}
.lf-coffee-copy { display: grid; gap: 1px; min-width: 0; }
.lf-coffee-copy strong { color: #f6d875; font: 800 10px/1.1 Inter, sans-serif; letter-spacing: .02em; }
.lf-coffee-copy small { color: #a89f92; font: 750 7px/1.15 Inter, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.lf-coffee-arrow { color: #e1bd4f; font-size: 13px; line-height: 1; transition: transform .2s ease; }
.lf-coffee-support:hover .lf-coffee-arrow { transform: translate(1px, -1px); }
@media (max-width: 1320px) and (min-width: 941px) {
  .site-nav { gap: 14px; }
  .site-nav > a { font-size: 9px; letter-spacing: .11em; }
  .lf-coffee-support-nav { width: 42px; grid-template-columns: 28px; padding: 6px; }
  .lf-coffee-support-nav .lf-coffee-icon { width: 28px; height: 28px; }
  .lf-coffee-support-nav .lf-coffee-copy,
  .lf-coffee-support-nav .lf-coffee-arrow { display: none; }
}
@media (max-width: 940px) {
  .site-nav > .lf-coffee-support-nav {
    width: 100%;
    min-height: 58px;
    grid-template-columns: 38px 1fr auto;
    gap: 12px;
    margin-top: 20px;
    padding: 9px 12px;
    border: 1px solid rgba(213, 173, 66, .38);
    border-radius: 13px;
    font-family: inherit;
  }
  .lf-coffee-support-nav .lf-coffee-icon { width: 38px; height: 38px; border-radius: 10px; font-size: 18px; }
  .lf-coffee-support-nav .lf-coffee-copy strong { font-size: 13px; }
  .lf-coffee-support-nav .lf-coffee-copy small { font-size: 8px; }
  .lf-coffee-support-nav .lf-coffee-arrow { font-size: 17px; }
  .nav-live { margin-top: 10px; }
}

.creator-credit { margin-top: 10px !important; color: #948d86 !important; }
.creator-credit > span { display: inline-flex; align-items: center; gap: 5px; }
.creator-credit strong { color: #ddd7cb; font-weight: 800; }
.creator-heart {
  display: inline-block;
  filter: drop-shadow(0 0 7px rgba(255, 47, 126, .32));
  transform-origin: center;
  animation: creator-heartbeat 2.5s ease-in-out infinite;
}
.creator-coffee {
  display: inline-grid;
  place-items: center;
  min-width: 22px;
  min-height: 22px;
  border-radius: 50%;
  text-decoration: none;
  filter: drop-shadow(0 0 6px rgba(213, 173, 66, .16));
  transition: transform .2s ease, filter .2s ease;
}
.creator-coffee:hover { transform: translateY(-2px) rotate(-5deg); filter: drop-shadow(0 0 9px rgba(213, 173, 66, .38)); }
.creator-coffee:focus-visible { outline: 1px solid var(--gold-light); outline-offset: 3px; }
@keyframes creator-heartbeat {
  0%, 44%, 100% { transform: scale(1); }
  48% { transform: scale(1.14); }
  54% { transform: scale(.98); }
  60% { transform: scale(1.09); }
}
.lf-finale .lf-finale-lizzy {
  width: min(220px, 24vw);
  height: 210px;
  object-fit: contain;
  object-position: center bottom;
  border-radius: 0;
}
@media (max-width: 680px) {
  .creator-credit > span { flex-wrap: wrap; }
  .lf-finale .lf-finale-lizzy { width: 150px; height: 150px; }
}
@media (prefers-reduced-motion: reduce) {
  .creator-heart { animation: none; }
}


/* =========================================================
   Lucky Friend 404 page
   Sticky footer shell; content and artwork retain natural height.
   ========================================================= */
.error-404-page,
.error-403-page {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  background: #040807;
}
.error-404-page .lf-error-main,
.error-403-page .lf-error-main {
  flex: 1 0 auto;
  width: 100%;
}
.lf-error-main {
  position: relative;
  min-height: 0;
  overflow: clip;
  padding-top: 86px;
  background:
    radial-gradient(circle at 22% 24%, rgba(27, 132, 255, .13), transparent 30%),
    radial-gradient(circle at 82% 70%, rgba(234, 255, 40, .07), transparent 28%),
    linear-gradient(155deg, #07100f 0%, #040807 48%, #080913 100%);
}
.lf-error-shell {
  position: relative;
  isolation: isolate;
  width: min(1520px, calc(100% - 48px));
  min-height: 0;
  display: grid;
  grid-template-rows: auto auto auto;
  justify-items: center;
  align-content: start;
  gap: 22px;
  margin: 0 auto;
  padding: 58px 0 72px;
}
.lf-error-grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: .16;
  background-image:
    linear-gradient(rgba(92, 231, 255, .09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 231, 255, .09) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(ellipse at center, #000 12%, transparent 72%);
}
.lf-error-orb {
  position: absolute;
  z-index: -2;
  border-radius: 50%;
  filter: blur(3px);
  pointer-events: none;
}
.lf-error-orb-one {
  width: 350px;
  height: 350px;
  top: 8%;
  left: -8%;
  border: 1px solid rgba(42, 143, 255, .12);
  box-shadow: 0 0 0 65px rgba(42, 143, 255, .018), 0 0 90px rgba(42, 143, 255, .08);
}
.lf-error-orb-two {
  width: 260px;
  height: 260px;
  right: -3%;
  bottom: 5%;
  border: 1px solid rgba(234, 255, 40, .1);
  box-shadow: 0 0 0 52px rgba(234, 255, 40, .015), 0 0 80px rgba(234, 255, 40, .06);
}
.lf-error-heading {
  width: min(900px, 100%);
  text-align: center;
}
.lf-error-code {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--green-bright);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.lf-error-code span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #eaff28;
  box-shadow: 0 0 14px rgba(234, 255, 40, .75);
}
.lf-error-heading h1 {
  margin: 0;
  color: var(--paper);
  font: 500 clamp(54px, 7vw, 104px)/.88 Georgia, serif;
  letter-spacing: -.055em;
}
.lf-error-heading > p:last-child {
  max-width: 720px;
  margin: 24px auto 0;
  color: #aab4b0;
  font-size: clamp(14px, 1.35vw, 18px);
}
.lf-error-heading code {
  display: inline-block;
  max-width: min(520px, 80vw);
  overflow: hidden;
  color: #f0d36b;
  font: 700 .88em/1.3 ui-monospace, SFMono-Regular, Consolas, monospace;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
.lf-error-art {
  position: relative;
  width: min(760px, 100%);
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
  user-select: none;
}
.lf-error-art::before {
  content: none;
  display: none;
}
.lf-error-art img {
  display: block;
  width: 100%;
  max-width: 760px;
  height: auto;
  max-height: none;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
  filter: drop-shadow(0 28px 42px rgba(0, 0, 0, .34));
}
.lf-error-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.lf-error-actions .button {
  min-width: 205px;
  justify-content: center;
}
.error-404-page .site-footer,
.error-403-page .site-footer {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: 100%;
  margin-top: auto;
}
@media (max-width: 760px) {
  .lf-error-main { padding-top: 72px; }
  .lf-error-shell {
    width: min(100% - 28px, 1520px);
    gap: 18px;
    padding: 34px 0 48px;
  }
  .lf-error-heading h1 { font-size: clamp(48px, 15vw, 76px); }
  .lf-error-art { width: min(620px, 100%); }
  .lf-error-art img { max-width: 620px; }
  .lf-error-actions { width: 100%; }
  .lf-error-actions .button { width: 100%; min-width: 0; }
}
@media (max-height: 760px) and (min-width: 761px) {
  .lf-error-shell {
    gap: 14px;
    padding-top: 28px;
    padding-bottom: 42px;
  }
  .lf-error-heading h1 { font-size: clamp(48px, 6vw, 76px); }
  .lf-error-heading > p:last-child { margin-top: 14px; }
  .lf-error-art { width: min(560px, 72vw); }
  .lf-error-art img { max-width: 560px; }
}
@media (prefers-reduced-motion: reduce) {
  .lf-error-orb { display: none; }
}


/* 403 forbidden-page variation */
.error-403-page .lf-error-main {
  background:
    radial-gradient(circle at 22% 24%, rgba(27, 132, 255, .12), transparent 30%),
    radial-gradient(circle at 82% 70%, rgba(255, 61, 67, .09), transparent 29%),
    linear-gradient(155deg, #07100f 0%, #040807 48%, #10090b 100%);
}
.error-403-page .lf-error-code {
  color: #ff7b80;
}
.error-403-page .lf-error-code span {
  background: #ff3d43;
  box-shadow: 0 0 15px rgba(255, 61, 67, .8);
}
.error-403-page .lf-error-orb-two {
  border-color: rgba(255, 61, 67, .12);
  box-shadow: 0 0 0 52px rgba(255, 61, 67, .018), 0 0 80px rgba(255, 61, 67, .07);
}
.lf-error-art-403 {
  width: min(780px, 100%);
}
.lf-error-art-403 img {
  max-width: 780px;
  filter: drop-shadow(0 28px 44px rgba(0, 0, 0, .38));
}
@media (max-width: 760px) {
  .lf-error-art-403 { width: min(650px, 100%); }
  .lf-error-art-403 img { max-width: 650px; }
}
