@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');

:root {
  --forest-950: #10251f;
  --forest-900: #17392e;
  --forest-800: #21483a;
  --moss-700: #4c644b;
  --parchment-100: #f4ecd7;
  --parchment-200: #e8dcc0;
  --parchment-300: #d9c9a6;
  --gold-500: #d3ab5d;
  --gold-600: #b98d42;
  --rust-500: #a64b38;
  --charcoal-900: #242a26;
  --charcoal-700: #4e554f;
  --ink-muted: #75796f;
  --line-soft: rgba(36, 42, 38, .14);
  --line-light: rgba(244, 236, 215, .18);
  --focus: #f0bd57;
  --paper-shadow: 0 16px 40px rgba(18, 37, 31, .09);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", system-ui, sans-serif;
  --radius-sm: 3px;
  --radius-md: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; background: var(--parchment-100); color: var(--charcoal-900); font-family: var(--sans); font-size: 16px; line-height: 1.65; overflow-x: clip; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: 4px; }
a:hover { color: var(--gold-600); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; border-radius: 2px; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; background: var(--parchment-100); color: var(--forest-950); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.wrap { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
h1, h2, h3 { margin: 0; font-family: var(--serif); line-height: 1.08; }
h1 { font-size: clamp(2.6rem, 5.2vw, 5.3rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2rem, 3.5vw, 3.5rem); letter-spacing: -.025em; }
h3 { font-size: 1.35rem; }
p { margin-block: 0 1rem; }
.eyebrow { margin: 0 0 14px; color: var(--moss-700); font-size: .75rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 32px; height: 1px; margin-right: 10px; vertical-align: middle; background: currentColor; }
.eyebrow span { color: var(--gold-500); }
.eyebrow.light { color: var(--gold-500); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 52px; padding: 12px 22px; border: 1px solid rgba(16, 37, 31, .28); border-radius: var(--radius-sm); font-weight: 700; text-decoration: none; transition: transform .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { background: var(--gold-500); color: var(--forest-950); }
.button-gold:hover { background: #dfbc75; color: var(--forest-950); }

.site-header { position: relative; z-index: 20; min-height: 82px; background: var(--forest-950); color: var(--parchment-100); border-bottom: 1px solid var(--line-light); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; line-height: 1; }
.brand:hover { color: var(--parchment-100); }
.brand-mark { display: grid; place-items: center; width: 38px; aspect-ratio: 1; border: 1px solid rgba(211, 171, 93, .55); color: var(--gold-500); transform: rotate(45deg); }
.brand-mark::first-letter { transform: rotate(-45deg); }
.brand strong { display: block; font: 700 1.2rem var(--serif); letter-spacing: .02em; }
.brand small { display: block; margin-top: 6px; color: rgba(244, 236, 215, .62); font-size: .56rem; letter-spacing: .15em; text-transform: uppercase; }
.nav-list { display: flex; gap: 28px; margin: 0; padding: 0; list-style: none; }
.nav-list a { color: rgba(244, 236, 215, .78); font-size: .82rem; font-weight: 600; text-decoration: none; }
.nav-list a:hover, .nav-list a[aria-current="page"] { color: var(--gold-500); }
.header-cta { padding: 9px 13px; border: 1px solid rgba(211, 171, 93, .55); color: var(--gold-500); font-size: .75rem; font-weight: 700; letter-spacing: .05em; text-decoration: none; }

.hero { position: relative; min-height: 690px; isolation: isolate; background: var(--forest-950); color: var(--parchment-100); overflow: hidden; }
.hero-art { position: absolute; z-index: -2; inset: 0; }
.hero-art::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 25, 21, .95) 0%, rgba(10, 25, 21, .77) 43%, rgba(10, 25, 21, .26) 72%, rgba(10, 25, 21, .45) 100%), linear-gradient(0deg, rgba(10,25,21,.55), transparent 45%); }
.hero-art img { width: 100%; height: 100%; object-fit: cover; }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(290px, .65fr); align-items: center; gap: 80px; padding-block: 72px; }
.hero-copy { max-width: 710px; }
.hero-copy h1 { max-width: 700px; }
.hero-lead { max-width: 650px; margin-top: 24px; color: rgba(244, 236, 215, .79); font-size: 1.08rem; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px 28px; margin: 28px 0; }
.hero-meta span { color: rgba(244, 236, 215, .72); font-size: .76rem; }
.hero-meta b { display: block; color: var(--gold-500); font-size: .61rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-actions { display: flex; align-items: center; gap: 20px; }
.save-note { color: rgba(244,236,215,.58); font-size: .72rem; }
.hero-log { align-self: end; padding: 26px; background: rgba(19, 42, 34, .87); border: 1px solid rgba(211, 171, 93, .3); backdrop-filter: blur(8px); }
.log-kicker { color: var(--gold-500); font-size: .68rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.hero-log ol { margin: 18px 0; padding: 0; list-style: none; }
.hero-log li { display: flex; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line-light); }
.hero-log li > span { color: var(--gold-500); font: 600 .77rem var(--serif); }
.hero-log b, .hero-log small { display: block; }
.hero-log b { font: 600 .95rem var(--serif); }
.hero-log small { margin-top: 2px; color: rgba(244,236,215,.55); font-size: .66rem; }
.spoiler-shield { margin: 0; color: rgba(244,236,215,.7); font-size: .67rem; }
.spoiler-shield strong { color: #a9c69c; }

.section { padding-block: clamp(72px, 9vw, 120px); }
.parchment { background-color: var(--parchment-100); background-image: linear-gradient(var(--line-soft) 1px, transparent 1px), linear-gradient(90deg, var(--line-soft) 1px, transparent 1px); background-size: 80px 80px; background-position: center; }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 460px); align-items: end; gap: 64px; margin-bottom: 42px; }
.section-heading > p { color: var(--charcoal-700); }
.guide-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 16px; }
.guide-card { display: grid; grid-template-columns: 58px 1fr; min-height: 290px; background: rgba(244, 236, 215, .92); border: 1px solid var(--line-soft); box-shadow: var(--paper-shadow); }
.featured-guide { grid-row: span 2; }
.card-index { padding-top: 28px; border-right: 1px solid var(--line-soft); color: var(--rust-500); font: 600 .78rem var(--serif); text-align: center; }
.card-body { display: flex; flex-direction: column; align-items: flex-start; padding: 26px 28px; }
.tags { display: flex; flex-wrap: wrap; gap: 7px; }
.tags span, .threat { padding: 4px 8px; background: rgba(76, 100, 75, .11); color: var(--moss-700); border: 1px solid rgba(76, 100, 75, .16); font-size: .61rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.card-body h3 { margin: 14px 0 10px; }
.featured-guide h3 { font-size: 1.8rem; }
.card-body p { color: var(--charcoal-700); font-size: .86rem; }
.card-body dl { display: flex; flex-wrap: wrap; gap: 18px; margin: auto 0 18px; }
.card-body dl div { min-width: 76px; }
.card-body dt { color: var(--ink-muted); font-size: .58rem; letter-spacing: .09em; text-transform: uppercase; }
.card-body dd { margin: 1px 0 0; font-size: .72rem; font-weight: 700; }
.card-body > a { color: var(--forest-800); font-size: .76rem; font-weight: 700; }

.route-section { position: relative; background: var(--forest-900); color: var(--parchment-100); overflow: hidden; }
.route-section::before, .community::before { content: ""; position: absolute; width: 620px; height: 620px; border: 1px solid rgba(211,171,93,.1); border-radius: 50%; transform: translate(-48%, -32%); box-shadow: 0 0 0 70px rgba(211,171,93,.04), 0 0 0 140px rgba(211,171,93,.025); }
.route-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; align-items: start; }
.route-intro { position: sticky; top: 34px; }
.route-intro > p:not(.eyebrow) { margin-top: 22px; color: rgba(244,236,215,.7); }
.route-key { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: rgba(244,236,215,.62); font-size: .7rem; }
.dot { display: inline-block; width: 8px; height: 8px; margin-right: 5px; border-radius: 50%; }
.main-dot { background: var(--gold-500); }.side-dot { border: 1px solid var(--parchment-300); }
.quest-route { position: relative; margin: 0; padding: 0; list-style: none; }
.quest-route::before { content: ""; position: absolute; top: 25px; bottom: 40px; left: 24px; width: 1px; background: rgba(211,171,93,.32); }
.quest-route li { position: relative; display: grid; grid-template-columns: 50px 1fr; gap: 25px; padding-bottom: 42px; }
.route-marker { position: relative; z-index: 1; display: grid; place-items: center; width: 50px; height: 50px; background: var(--forest-900); border: 1px solid rgba(211,171,93,.45); color: var(--gold-500); font: 600 .8rem var(--serif); transform: rotate(45deg); }
.route-marker::first-letter { transform: rotate(-45deg); }
.quest-route li.current .route-marker { background: var(--gold-500); color: var(--forest-950); }
.quest-route li:not(.done):not(.current) { opacity: .58; }
.quest-route small { color: var(--gold-500); font-size: .63rem; letter-spacing: .09em; text-transform: uppercase; }
.quest-route h3 { margin: 4px 0 8px; }
.quest-route p { color: rgba(244,236,215,.64); font-size: .85rem; }

.boss-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.boss-card { position: relative; padding: 28px; background: rgba(244,236,215,.92); border: 1px solid var(--line-soft); box-shadow: var(--paper-shadow); overflow: hidden; }
.boss-card::after { content: ""; position: absolute; right: -45px; bottom: -45px; width: 110px; height: 110px; border: 1px solid rgba(166,75,56,.22); transform: rotate(45deg); }
.threat { display: inline-block; color: var(--rust-500); background: rgba(166,75,56,.08); border-color: rgba(166,75,56,.16); }
.boss-num { margin: 25px 0 2px; color: var(--parchment-300); font: 700 3.4rem var(--serif); line-height: 1; }
.boss-card > p:not(.boss-num) { margin-top: 14px; color: var(--charcoal-700); font-size: .85rem; }
.boss-card ul { padding: 14px 0; border-block: 1px solid var(--line-soft); list-style: none; color: var(--charcoal-700); font-size: .72rem; }
.boss-card li::before { content: "◇"; margin-right: 8px; color: var(--gold-600); }
.boss-card a { position: relative; z-index: 1; color: var(--forest-800); font-size: .76rem; font-weight: 700; }

.editorial-band { display: grid; grid-template-columns: 1.2fr .8fr; min-height: 540px; background: var(--forest-950); color: var(--parchment-100); }
.editorial-image img { width: 100%; height: 100%; object-fit: cover; }
.editorial-copy { align-self: center; max-width: 560px; padding: 64px clamp(36px, 7vw, 100px); }
.editorial-copy h2 { margin-bottom: 24px; }
.editorial-copy > p:not(.eyebrow) { color: rgba(244,236,215,.7); }
.check-list { margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { padding: 12px 0; border-bottom: 1px solid var(--line-light); font-size: .82rem; }
.check-list li::before { content: "✦"; margin-right: 12px; color: var(--gold-500); }

.tips-section { background: var(--parchment-200); }
.center-heading { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.center-heading .eyebrow::before { display: none; }
.center-heading > p:not(.eyebrow) { margin-top: 16px; color: var(--charcoal-700); }
.tips-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line-soft); }
.tips-grid article { padding: 28px; border-right: 1px solid var(--line-soft); }
.tips-grid article:last-child { border-right: 0; }
.tips-grid span { color: var(--rust-500); font: 600 .72rem var(--serif); }
.tips-grid h3 { margin: 20px 0 10px; font-size: 1.15rem; }
.tips-grid p { color: var(--charcoal-700); font-size: .8rem; }

.updates-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; align-items: start; }
.updates-heading { position: sticky; top: 34px; }
.updates-heading > p:not(.eyebrow) { margin-top: 22px; color: var(--charcoal-700); }
.update-list { border-top: 1px solid var(--line-soft); }
.update-list article { display: grid; grid-template-columns: 64px 1fr 36px; gap: 22px; align-items: center; padding: 24px 8px; border-bottom: 1px solid var(--line-soft); }
.update-list time { color: var(--ink-muted); font-size: .6rem; letter-spacing: .1em; text-align: center; }
.update-list time span { display: block; color: var(--forest-800); font: 600 1.7rem var(--serif); letter-spacing: 0; }
.update-list h3 { margin: 8px 0 5px; font-size: 1.15rem; }
.update-list p { margin: 0; color: var(--charcoal-700); font-size: .76rem; }
.update-list article > a { color: var(--forest-800); font-size: 1.35rem; text-decoration: none; }

.community { position: relative; overflow: hidden; background: var(--forest-900); color: var(--parchment-100); }
.community-inner { position: relative; z-index: 1; min-height: 340px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 80px; }
.community-inner > div { max-width: 740px; }
.community h2 { margin-bottom: 20px; }
.community p:not(.eyebrow) { color: rgba(244,236,215,.7); }

.site-footer { padding-top: 72px; background: var(--forest-950); color: rgba(244,236,215,.7); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr 1fr; gap: 60px; padding-bottom: 56px; }
.footer-about p { max-width: 360px; margin-top: 22px; font-size: .78rem; }
.footer-grid h2 { margin-bottom: 18px; color: var(--gold-500); font: 700 .69rem var(--sans); letter-spacing: .13em; text-transform: uppercase; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid li { margin: 8px 0; }
.footer-grid a { font-size: .76rem; text-decoration: none; }
.footer-status p { padding: 12px; background: rgba(244,236,215,.04); border: 1px solid var(--line-light); font-size: .7rem; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #9cbd8d; box-shadow: 0 0 0 4px rgba(156,189,141,.1); }
.footer-status small { color: rgba(244,236,215,.45); font-size: .65rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 20px; border-top: 1px solid var(--line-light); color: rgba(244,236,215,.42); font-size: .65rem; }
.compact-footer { padding-top: 0; }

.legal-main { background: var(--parchment-100); }
.legal-hero { padding-block: 82px; background: var(--forest-900); color: var(--parchment-100); }
.legal-hero h1 { font-size: clamp(2.7rem, 5vw, 4.8rem); }
.legal-hero p:last-child { margin-top: 20px; color: rgba(244,236,215,.58); font-size: .75rem; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); justify-content: center; gap: 90px; padding-block: 80px 120px; }
.legal-toc { position: sticky; top: 30px; align-self: start; padding: 22px; border: 1px solid var(--line-soft); }
.legal-toc h2 { margin-bottom: 14px; color: var(--moss-700); font: 700 .68rem var(--sans); letter-spacing: .12em; text-transform: uppercase; }
.legal-toc ol { margin: 0; padding-left: 24px; }
.legal-toc li { padding: 5px 0; color: var(--ink-muted); font-size: .73rem; }
.legal-toc a { text-decoration: none; }
.legal-lead { padding: 24px; background: var(--parchment-200); border-left: 3px solid var(--gold-600); font-family: var(--serif); font-size: 1.18rem; }
.legal-copy section { padding-block: 32px; border-bottom: 1px solid var(--line-soft); scroll-margin-top: 20px; }
.legal-copy h2 { display: flex; align-items: baseline; gap: 13px; margin-bottom: 18px; font-size: 1.7rem; }
.legal-copy h2 span { color: var(--rust-500); font: 600 .67rem var(--serif); }
.legal-copy p, .legal-copy li { color: var(--charcoal-700); font-size: .9rem; }
.legal-copy li { margin-bottom: 8px; }

@media (max-width: 980px) {
  .header-cta { display: none; }
  .nav-list { gap: 16px; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .hero-log { max-width: 420px; align-self: auto; }
  .guide-grid { grid-template-columns: 1fr 1fr; }
  .featured-guide { grid-row: auto; grid-column: 1 / -1; }
  .route-layout { gap: 60px; }
  .tips-grid { grid-template-columns: 1fr 1fr; }
  .tips-grid article:nth-child(2) { border-right: 0; }
  .tips-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line-soft); }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-status { grid-column: 2 / -1; }
  .legal-layout { gap: 46px; }
}

@media (max-width: 760px) {
  .wrap { width: min(100% - 28px, 1180px); }
  .site-header, .header-inner { min-height: auto; }
  .header-inner { padding-block: 16px; flex-wrap: wrap; }
  .header-inner nav { width: 100%; max-width: 100%; min-width: 0; overflow-x: auto; padding-bottom: 3px; }
  .nav-list { width: max-content; }
  .hero, .hero-grid { min-height: 760px; }
  .hero-grid { padding-block: 56px; }
  .hero-art::after { background: linear-gradient(90deg, rgba(10,25,21,.92), rgba(10,25,21,.7)), linear-gradient(0deg, rgba(10,25,21,.76), transparent); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .guide-grid { grid-template-columns: 1fr; }
  .featured-guide { grid-column: auto; }
  .guide-card { grid-template-columns: 44px 1fr; }
  .card-body { padding: 22px 20px; }
  .route-layout, .updates-layout { grid-template-columns: 1fr; gap: 48px; }
  .route-intro, .updates-heading { position: static; }
  .boss-grid { grid-template-columns: 1fr; }
  .editorial-band { grid-template-columns: 1fr; }
  .editorial-image { max-height: 390px; }
  .editorial-copy { padding: 52px 28px; }
  .community-inner { grid-template-columns: 1fr; gap: 12px; padding-block: 70px; }
  .community-inner .button { justify-self: start; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 26px; }
  .footer-about, .footer-status { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .legal-layout { grid-template-columns: 1fr; gap: 34px; padding-block: 42px 80px; }
  .legal-toc { position: static; }
}

@media (max-width: 520px) {
  h1 { font-size: 2.55rem; }
  .hero-meta { display: grid; grid-template-columns: 1fr 1fr; }
  .tips-grid { grid-template-columns: 1fr; }
  .tips-grid article { border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .update-list article { grid-template-columns: 52px 1fr 22px; gap: 12px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-about, .footer-status { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
