:root {
  --ink: #17231f;
  --forest: #12382f;
  --forest-deep: #0b2922;
  --moss: #466859;
  --copper: #b66a3c;
  --copper-dark: #8d4828;
  --parchment: #f3efe6;
  --paper: #fbfaf6;
  --line: rgba(23, 35, 31, 0.14);
  --muted: #61706a;
  --white: #fff;
  --shadow: 0 24px 70px rgba(11, 41, 34, 0.12);
  --radius: 1.5rem;
  --container: min(1180px, calc(100% - 2.5rem));
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-color: rgba(182, 106, 60, .55); text-underline-offset: .2em; }
a:hover { color: var(--copper-dark); }
button, input, textarea, select { font: inherit; }
:focus-visible { outline: 3px solid #e1a076; outline-offset: 4px; }
.container { width: var(--container); margin-inline: auto; }
.skip-link {
  position: fixed; top: .75rem; left: .75rem; z-index: 1000;
  padding: .7rem 1rem; color: var(--white); background: var(--forest);
  transform: translateY(-180%); border-radius: .35rem;
}
.skip-link:focus { transform: none; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(11,41,34,.94); color: var(--white);
  backdrop-filter: blur(16px);
}
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: inline-flex; min-width: 0; align-items: center; gap: .85rem; text-decoration: none; }
.brand-mark {
  display: grid; width: 2.8rem; height: 2.8rem; place-items: center;
  border: 1px solid rgba(255,255,255,.38); border-radius: 50%;
  color: #f0c19d; font-family: var(--serif); font-size: .9rem; letter-spacing: .08em;
}
.brand-copy { display: grid; min-width: 0; line-height: 1.1; }
.brand-copy strong { font-family: var(--serif); font-size: 1.08rem; font-weight: 500; }
.brand-copy small { margin-top: .28rem; color: #b9c8c1; font-size: .65rem; letter-spacing: .14em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: .25rem; }
.main-nav a { padding: .65rem .72rem; border-radius: 999px; color: #e6eee9; font-size: .85rem; text-decoration: none; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--white); background: rgba(255,255,255,.09); }
.nav-cta { margin-left: .4rem; border: 1px solid rgba(240,193,157,.55); color: #f3c9a8 !important; }
.menu-toggle { display: none; width: 3rem; height: 3rem; flex: 0 0 auto; padding: 0; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; color: white; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { display: block; width: 1.25rem; height: 2px; margin: 0 auto; background: currentColor; content: ""; transition: .25s ease; }
.menu-toggle span { margin-block: .28rem; }
.menu-toggle[aria-expanded="true"] span { opacity: 0; }
.menu-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

.hero { position: relative; min-height: 690px; display: grid; align-items: end; overflow: hidden; color: white; background: var(--forest-deep); }
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(7,25,21,.9) 0%, rgba(7,25,21,.65) 42%, rgba(7,25,21,.16) 74%), linear-gradient(0deg, rgba(7,25,21,.72) 0%, transparent 52%); }
.hero-content { position: relative; z-index: 1; max-width: 750px; padding: 8rem 0 5.5rem; }
.eyebrow { margin: 0 0 1rem; color: var(--copper); font-size: .75rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.hero .eyebrow, .page-hero .eyebrow { color: #f0bd94; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: 1.08; overflow-wrap: break-word; }
h1 { font-size: clamp(3rem, 7vw, 6.5rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.15rem, 4vw, 4rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.35rem, 2vw, 1.8rem); letter-spacing: -.02em; }
.hero-lead { max-width: 650px; margin: 1.5rem 0 2rem; color: #e3ebe6; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: .75rem 1.2rem; border: 1px solid var(--copper); border-radius: 999px; background: var(--copper); color: #fff; font-size: .82rem; font-weight: 700; letter-spacing: .05em; text-decoration: none; text-transform: uppercase; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--copper-dark); color: white; }
.button-ghost { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.05); backdrop-filter: blur(8px); }
.button-ghost:hover { background: rgba(255,255,255,.14); }
.hero-index { position: absolute; right: max(1.25rem, calc((100% - 1180px) / 2)); bottom: 2rem; z-index: 2; display: flex; gap: .65rem; align-items: center; color: #d9e4de; font-size: .73rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-index::before { width: 2.8rem; height: 1px; background: #efb688; content: ""; }

.section { padding: clamp(4.5rem, 8vw, 8rem) 0; }
.section-soft { background: var(--parchment); }
.section-dark { color: white; background: var(--forest-deep); }
.section-head { display: grid; grid-template-columns: minmax(0, .8fr) minmax(320px, 1fr); gap: 4rem; align-items: end; margin-bottom: 3rem; }
.section-head p { margin: 0; color: var(--muted); font-size: 1.05rem; }
.section-dark .section-head p { color: #bdcbc5; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.topic-card { position: relative; min-height: 340px; padding: 2rem; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.72); box-shadow: 0 12px 40px rgba(11,41,34,.05); text-decoration: none; }
.topic-card::after { position: absolute; right: 1.5rem; bottom: 1.5rem; content: "\2197"; color: var(--copper); font-size: 1.5rem; transition: transform .2s; }
.topic-card:hover { color: var(--ink); border-color: rgba(182,106,60,.45); }
.topic-card:hover::after { transform: translate(3px,-3px); }
.topic-number { color: var(--copper); font-size: .72rem; font-weight: 700; letter-spacing: .15em; }
.topic-card h3 { margin: 4.5rem 0 1rem; }
.topic-card p { margin: 0; color: var(--muted); }

.editorial-split { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.editorial-image { position: relative; }
.editorial-image img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-note { position: absolute; right: -1.4rem; bottom: 2rem; max-width: 220px; padding: 1rem 1.2rem; border-radius: .8rem; background: var(--paper); box-shadow: var(--shadow); color: var(--muted); font-size: .74rem; line-height: 1.45; }
.prose > * + * { margin-top: 1.2rem; }
.prose p { color: #45534e; }
.prose h2, .prose h3 { margin-top: 2.5rem; color: var(--ink); }
.prose a { color: var(--copper-dark); font-weight: 650; }
.pullquote { margin: 2rem 0; padding: 1.5rem 0 1.5rem 1.5rem; border-left: 2px solid var(--copper); color: var(--forest); font-family: var(--serif); font-size: 1.45rem; line-height: 1.35; }
.text-link { display: inline-flex; gap: .55rem; align-items: center; color: var(--copper-dark); font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-decoration: none; text-transform: uppercase; }
.text-link::after { content: "\2192"; transition: transform .2s; }
.text-link:hover::after { transform: translateX(4px); }

.feature-band { display: grid; grid-template-columns: 1.25fr .75fr; gap: 3rem; align-items: center; padding: clamp(2rem,5vw,4.5rem); border-radius: 2rem; background: var(--forest); color: white; box-shadow: var(--shadow); }
.feature-band h2 { max-width: 780px; }
.feature-band p { color: #c7d4ce; }
.feature-band .button { justify-self: end; }
.facts { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.15); }
.fact { padding: 2rem 1.5rem 0 0; }
.fact strong { display: block; color: #f0bd94; font-family: var(--serif); font-size: 2.5rem; font-weight: 400; }
.fact span { color: #bdcbc5; font-size: .8rem; }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.article-card { display: flex; min-height: 310px; flex-direction: column; padding: 1.7rem; border: 1px solid var(--line); border-radius: 1.2rem; background: var(--paper); text-decoration: none; }
.article-card:hover { color: var(--ink); border-color: rgba(182,106,60,.55); transform: translateY(-3px); }
.article-meta { margin-bottom: auto; color: var(--copper-dark); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.article-card h3 { margin: 3rem 0 1rem; }
.article-card p { margin: 0; color: var(--muted); font-size: .92rem; }

.newsletter { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.newsletter-form { display: flex; gap: .65rem; padding: .5rem; border: 1px solid var(--line); border-radius: 999px; background: white; }
.newsletter-form input { min-width: 0; flex: 1; padding: 0 1rem; border: 0; background: transparent; }
.newsletter-form input:focus { outline: 0; }
.form-note { margin: .7rem 1rem 0; color: var(--muted); font-size: .72rem; }

.page-hero { padding: clamp(6rem, 10vw, 10rem) 0 4.5rem; color: white; background: radial-gradient(circle at 82% 15%, rgba(182,106,60,.28), transparent 27%), var(--forest-deep); }
.page-hero .container { display: grid; grid-template-columns: 1.25fr .75fr; gap: 4rem; align-items: end; }
.page-hero h1 { max-width: 900px; font-size: clamp(3.2rem, 7vw, 6.2rem); }
.page-intro { margin: 0 0 .5rem; color: #c8d5cf; font-size: 1.07rem; }
.breadcrumb { margin-bottom: 2.5rem; color: #aebfb7; font-size: .76rem; }
.breadcrumb a { color: #dce8e2; }
.content-layout { display: grid; grid-template-columns: minmax(0, 760px) minmax(230px, 300px); gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.article-body { font-size: 1.03rem; }
.article-body > p:first-of-type { color: var(--forest); font-family: var(--serif); font-size: 1.45rem; line-height: 1.5; }
.article-body h2 { margin-top: 3.5rem; font-size: clamp(2rem, 3.5vw, 3rem); }
.article-body h3 { margin-top: 2.3rem; }
.article-body ul { padding-left: 1.2rem; }
.article-body li + li { margin-top: .65rem; }
.article-body figure { margin: 2.5rem 0; }
.article-body figure img { width: 100%; border-radius: 1rem; }
.article-body figcaption { margin-top: .7rem; color: var(--muted); font-size: .75rem; }
.side-nav { position: sticky; top: 112px; padding: 1.4rem; border: 1px solid var(--line); border-radius: 1rem; background: var(--parchment); }
.side-nav strong { display: block; margin-bottom: .8rem; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.side-nav a { display: block; padding: .55rem 0; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; text-decoration: none; }
.side-nav a:hover { color: var(--copper-dark); }
.info-box { margin: 2rem 0; padding: 1.5rem; border-radius: 1rem; background: var(--parchment); }
.info-box strong { display: block; margin-bottom: .35rem; }
.related { margin-top: 4rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.related-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin-top: 1.4rem; }
.related-links a { padding: 1rem; border: 1px solid var(--line); border-radius: .8rem; background: white; font-weight: 650; text-decoration: none; }

.route-list { display: grid; gap: 1rem; }
.route { display: grid; grid-template-columns: 100px 1fr auto; gap: 1.5rem; align-items: center; padding: 1.4rem; border: 1px solid var(--line); border-radius: 1rem; background: white; }
.route-number { color: var(--copper); font-family: var(--serif); font-size: 2.3rem; }
.route p { margin: .25rem 0 0; color: var(--muted); font-size: .88rem; }
.route-distance { color: var(--moss); font-size: .75rem; font-weight: 700; white-space: nowrap; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 4rem; }
.contact-card { padding: 2rem; border-radius: var(--radius); background: var(--forest); color: white; }
.contact-card p, .contact-card a { color: #ccd8d2; }
.contact-detail { padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.15); }
.contact-detail small { display: block; color: #e5ae84; letter-spacing: .1em; text-transform: uppercase; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .4rem; }
.field-wide { grid-column: 1 / -1; }
.field label { font-size: .78rem; font-weight: 700; }
.field input, .field textarea, .field select { width: 100%; padding: .9rem 1rem; border: 1px solid var(--line); border-radius: .55rem; background: white; }
.field textarea { min-height: 170px; resize: vertical; }

.site-footer { padding: 4.5rem 0 1.5rem; color: #d5e0db; background: #081f1a; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 3rem; }
.footer-intro { max-width: 340px; color: #9fb2a9; }
.footer-title { display: block; margin-bottom: 1rem; color: #f0bd94; font-size: .7rem; letter-spacing: .15em; text-transform: uppercase; }
.footer-links { display: grid; gap: .6rem; }
.footer-links a { color: #bdcbc5; font-size: .82rem; text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 4rem; padding-top: 1.3rem; border-top: 1px solid rgba(255,255,255,.12); color: #80968c; font-size: .72rem; }

@media (max-width: 980px) {
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: 82px 0 auto; display: none; max-height: calc(100vh - 82px); padding: 1.5rem 1.25rem 2rem; overflow-y: auto; background: var(--forest-deep); border-top: 1px solid rgba(255,255,255,.12); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: .9rem 1rem; font-size: 1rem; }
  .nav-cta { margin: .5rem 0 0; text-align: center; }
  .section-head, .page-hero .container, .newsletter, .content-layout { grid-template-columns: 1fr; gap: 2rem; }
  .topic-grid, .article-grid { grid-template-columns: repeat(2, 1fr); }
  .editorial-split { grid-template-columns: 1fr; }
  .editorial-image img { aspect-ratio: 16 / 10; }
  .image-note { right: 1rem; }
  .side-nav { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  :root { --container: min(100% - 1.4rem, 1180px); }
  .nav-wrap { min-height: 72px; gap: .6rem; }
  .brand { gap: .55rem; }
  .brand-mark { width: 2.45rem; height: 2.45rem; }
  .brand-copy small { display: none; }
  .brand-copy strong { max-width: 215px; font-size: .84rem; line-height: 1.15; }
  .main-nav { inset-block-start: 72px; max-height: calc(100vh - 72px); }
  .hero { min-height: 680px; }
  .hero-content { padding: 7rem 0 5rem; }
  .hero-shade { background: linear-gradient(0deg, rgba(7,25,21,.94) 0%, rgba(7,25,21,.6) 64%, rgba(7,25,21,.18)); }
  .hero-index { display: none; }
  .button-row { align-items: flex-start; flex-direction: column; }
  .topic-grid, .article-grid, .facts, .related-links, .contact-grid, .contact-form, .footer-grid { grid-template-columns: 1fr; }
  .topic-card { min-height: 275px; }
  .feature-band { grid-template-columns: 1fr; }
  .feature-band .button { justify-self: start; }
  .route { grid-template-columns: 60px 1fr; }
  .route-distance { grid-column: 2; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
