:root {
  --ink: #18352f;
  --ink-soft: #33554d;
  --paper: #f4efe3;
  --cream: #fffaf0;
  --orange: #df6845;
  --sun: #edbf55;
  --water: #79a7b3;
  --reed: #9cab72;
  --muted: #68736d;
  --line: rgba(24, 53, 47, .28);
  --display: Georgia, 'Times New Roman', serif;
  --body: Arial, Helvetica, sans-serif;
  --mono: 'Courier New', monospace;
  --max: 1180px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 16px/1.7 var(--body); }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: -1; opacity: .26; background-image: radial-gradient(rgba(24,53,47,.22) .55px, transparent .7px); background-size: 8px 8px; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
.skip { position: fixed; top: -70px; left: 12px; z-index: 100; padding: 10px 15px; background: var(--cream); border: 2px solid var(--ink); }
.skip:focus { top: 12px; }
.wrap { width: min(100% - 42px, var(--max)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(244,239,227,.96); border-bottom: 1px solid var(--ink); backdrop-filter: blur(10px); }
.header-row { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 13px; font: 700 22px/1 var(--display); }
.brand-mark { width: 38px; height: 38px; position: relative; border: 2px solid var(--ink); border-radius: 50%; background: var(--sun); }
.brand-mark::before, .brand-mark::after { content: ''; position: absolute; background: var(--ink); }
.brand-mark::before { width: 2px; height: 26px; left: 17px; top: 4px; transform: rotate(38deg); }
.brand-mark::after { width: 8px; height: 8px; border-radius: 50%; left: 12px; top: 13px; border: 2px solid var(--paper); }
.brand small { display: block; margin-top: 6px; color: var(--muted); font: 700 9px var(--mono); letter-spacing: .15em; text-transform: uppercase; }
.site-nav { display: flex; gap: 25px; align-items: center; font: 700 10px var(--mono); text-transform: uppercase; letter-spacing: .05em; }
.site-nav a { padding: 10px 0 7px; border-bottom: 3px solid transparent; }
.site-nav a:hover, .site-nav a[aria-current='page'] { border-color: var(--orange); }
.menu-button { display: none; padding: 10px 13px; background: var(--cream); border: 1px solid var(--ink); font: 700 10px var(--mono); text-transform: uppercase; }

.hero { min-height: 700px; display: grid; align-items: center; overflow: hidden; border-bottom: 1px solid var(--ink); }
.hero-grid { padding-block: 65px; display: grid; grid-template-columns: .92fr 1.08fr; gap: 70px; align-items: center; }
.eyebrow { color: var(--orange); font: 700 10px var(--mono); letter-spacing: .16em; text-transform: uppercase; }
.hero h1, .page-hero h1 { margin: 24px 0 26px; font: 400 clamp(60px, 8vw, 112px)/.88 var(--display); letter-spacing: -.055em; }
.hero h1 span { color: var(--orange); font-style: italic; }
.lead { max-width: 720px; font-size: 19px; color: var(--ink-soft); }
.actions { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 19px; border: 1px solid var(--ink); background: var(--ink); color: white; font: 700 10px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.button.light { background: transparent; color: var(--ink); }
.button:hover { background: var(--orange); border-color: var(--orange); color: white; }
.hero-map { position: relative; margin: 0; padding: 22px 22px 56px; }
.hero-map::before { content: ''; position: absolute; inset: 0 0 34px; background: var(--water); clip-path: polygon(8% 5%, 90% 0, 100% 86%, 18% 100%, 0 34%); }
.hero-map img { position: relative; width: 100%; aspect-ratio: 4/3; object-fit: cover; clip-path: polygon(5% 0, 100% 8%, 94% 100%, 0 91%); }
.route-line { position: absolute; z-index: 2; width: 78%; left: 8%; bottom: 25px; border-top: 3px dashed var(--ink); transform: rotate(-3deg); }
.route-line i { position: absolute; width: 13px; height: 13px; top: -8px; border-radius: 50%; background: var(--sun); border: 2px solid var(--ink); }
.route-line i:nth-child(1) { left: 4%; }.route-line i:nth-child(2) { left: 49%; }.route-line i:nth-child(3) { right: 0; }
.hero-map figcaption { position: absolute; right: 24px; bottom: 0; width: 78%; }
figcaption { color: var(--muted); font: 10px/1.55 var(--mono); }
figcaption a, .prose p a, .article-body p a { text-decoration: underline; text-underline-offset: 3px; }

.quick-strip { background: var(--ink); color: white; }
.quick-row { min-height: 68px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; gap: 20px; }
.quick-row span { font: 700 10px var(--mono); text-transform: uppercase; }
.quick-row b { color: var(--sun); margin-right: 7px; }
.section { padding-block: 105px; }
.section.white { background: var(--cream); border-block: 1px solid var(--ink); }
.section-head { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 60px; margin-bottom: 48px; }
.section-head h2, .feature-copy h2, .closing h2 { margin: 10px 0 0; font: 400 clamp(44px, 5.3vw, 73px)/.96 var(--display); letter-spacing: -.045em; }
.section-head > p { max-width: 540px; margin: 0; color: var(--muted); font-size: 18px; }
.place-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.place-card { background: var(--cream); border: 1px solid var(--ink); transition: transform .2s var(--ease), box-shadow .2s var(--ease); }
.place-card:hover { transform: translate(-3px,-3px); box-shadow: 7px 7px 0 var(--ink); }
.place-card img { width: 100%; aspect-ratio: 1.35; object-fit: cover; }
.place-card-copy { min-height: 270px; padding: 23px; display: flex; flex-direction: column; }
.tag { font: 700 9px var(--mono); letter-spacing: .1em; color: var(--orange); text-transform: uppercase; }
.place-card h3 { margin: 28px 0 13px; font: 400 34px/1 var(--display); }
.place-card p { margin: 0; font-size: 14px; }
.more { margin-top: auto; padding-top: 20px; font: 700 10px var(--mono); text-transform: uppercase; }
.feature { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 650px; border-block: 1px solid var(--ink); }
.feature figure { margin: 0; position: relative; }
.feature figure img { width: 100%; height: 100%; object-fit: cover; }
.feature figure figcaption { position: absolute; left: 18px; bottom: 18px; max-width: 80%; padding: 8px 10px; background: var(--cream); }
.feature-copy { padding: 8vw 6vw; display: flex; flex-direction: column; justify-content: center; background: var(--orange); color: white; }
.feature-copy .eyebrow { color: var(--sun); }
.feature-copy p { font-size: 18px; }
.route-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.route-card { position: relative; min-height: 360px; padding: 34px; border: 1px solid var(--ink); background: var(--cream); display: flex; flex-direction: column; overflow: hidden; }
.route-card::after { content: ''; position: absolute; width: 190px; height: 190px; right: -35px; top: -55px; border: 2px dashed var(--water); border-radius: 50%; }
.route-card:nth-child(2)::after { border-color: var(--orange); border-radius: 30% 70% 50% 40%; }
.route-card .number { font: 700 11px var(--mono); color: var(--orange); }
.route-card h3 { max-width: 430px; margin: 80px 0 15px; font: 400 43px/1 var(--display); }
.route-card a { margin-top: auto; font: 700 10px var(--mono); text-transform: uppercase; }
.principles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--ink); border: 1px solid var(--ink); }
.principle { min-height: 245px; padding: 25px; background: var(--paper); }
.principle b { font: 700 10px var(--mono); color: var(--orange); }
.principle h3 { margin: 45px 0 15px; font: 400 28px/1.05 var(--display); }
.principle p { font-size: 14px; }
.closing { padding: 90px 25px; text-align: center; background: var(--water); color: var(--ink); }
.closing p { max-width: 700px; margin: 25px auto 32px; font-size: 18px; }

.site-footer { padding: 64px 0 26px; background: var(--ink); color: white; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 42px; }
.footer-grid section { display: flex; flex-direction: column; gap: 9px; }
.footer-grid strong { margin-bottom: 8px; color: var(--sun); font: 700 10px var(--mono); text-transform: uppercase; }
.footer-grid p, .footer-grid a { margin: 0; color: #d8e2dd; font-size: 13px; }
.site-footer .brand-mark { border-color: white; }
.footer-bottom { margin-top: 45px; padding-top: 20px; border-top: 1px solid #527069; display: flex; justify-content: space-between; color: #b9c9c4; font: 10px var(--mono); }

.page-hero { padding: 85px 0 72px; background: var(--cream); border-bottom: 1px solid var(--ink); }
.page-hero.orange { background: var(--orange); color: white; }
.page-hero.water { background: var(--water); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; color: var(--muted); font: 700 10px var(--mono); text-transform: uppercase; }
.breadcrumbs span::before { content: '→'; margin-right: 9px; }
.page-hero.orange .breadcrumbs { color: #ffe1d8; }
.page-hero h1 { max-width: 1050px; font-size: clamp(56px, 7.5vw, 98px); }
.page-hero.orange .lead { color: white; }
.article-image { width: min(100% - 42px, 1180px); margin: 48px auto 0; }
.article-image img { width: 100%; height: min(58vw, 650px); object-fit: cover; }
.article-image figcaption { padding-top: 8px; }
.facts { width: min(100% - 42px, 1020px); margin: 50px auto 0; display: grid; grid-template-columns: repeat(3, 1fr); }
.facts div { padding: 15px 20px 18px 0; border-top: 1px solid var(--ink); }
.facts small { display: block; color: var(--muted); font: 700 9px var(--mono); text-transform: uppercase; }
.facts strong { display: block; margin-top: 7px; font: 400 25px var(--display); }
.article-layout { width: min(100% - 42px, 1040px); margin: 70px auto 115px; display: grid; grid-template-columns: 205px minmax(0,1fr); gap: 80px; }
.toc { position: sticky; top: 102px; align-self: start; display: grid; gap: 11px; padding-top: 16px; border-top: 5px solid var(--orange); font: 700 10px var(--mono); text-transform: uppercase; }
.toc a { color: var(--muted); }
.article-body section { margin-bottom: 55px; scroll-margin-top: 100px; }
.article-body h2, .prose h2 { margin: 0 0 21px; font: 400 40px/1.08 var(--display); }
.article-body h3, .prose h3 { font: 400 26px var(--display); }
.article-body p, .article-body li, .prose p, .prose li { font-size: 17px; }
.article-body p a, .prose p a { color: var(--ink-soft); }
.editor-note { margin-bottom: 48px; padding: 22px; border: 1px solid var(--ink); background: var(--cream); box-shadow: 7px 7px 0 var(--sun); }
.editor-note b { font: 700 10px var(--mono); text-transform: uppercase; }
.editor-note p { margin: 8px 0 0; font: 400 21px/1.35 var(--display); }
.notice { margin: 28px 0; padding: 18px 20px; background: var(--cream); border-left: 5px solid var(--orange); }
.source-list { padding: 0; list-style: none; }
.source-list li { padding: 12px 0; border-top: 1px solid var(--line); }
.source-list a { font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.prose { width: min(100% - 42px, 820px); margin: 70px auto 115px; }
.prose h2 { margin-top: 55px; }
.season-table { width: 100%; border-collapse: collapse; margin: 28px 0; background: var(--cream); border: 1px solid var(--ink); }
.season-table th, .season-table td { padding: 15px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.season-table th { background: #dce2cf; font: 700 10px var(--mono); text-transform: uppercase; }
.credit-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 15px; }
.credit { padding: 20px; border: 1px solid var(--ink); background: var(--cream); }
.credit h3 { margin-top: 0; }.credit p { font-size: 14px; }
.error { min-height: 76vh; display: grid; place-items: center; padding: 30px; text-align: center; }
.error h1 { margin: 0; color: var(--orange); font: 400 clamp(115px, 25vw, 280px)/.7 var(--display); }
.error h2 { margin: 35px 0 10px; font: 400 44px var(--display); }
.error p { max-width: 520px; }

@media (max-width: 900px) {
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 76px; padding: 18px 22px; background: var(--cream); border-bottom: 1px solid var(--ink); }
  .site-nav.is-open { display: grid; }
  .menu-button { display: block; }
  .hero-grid, .section-head, .feature { grid-template-columns: 1fr; }
  .place-grid { grid-template-columns: repeat(2,1fr); }
  .feature figure { min-height: 520px; }
  .principles { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .article-layout { grid-template-columns: 1fr; }
  .toc { position: static; grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 600px) {
  .wrap, .article-image, .facts, .article-layout, .prose { width: min(100% - 32px, var(--max)); }
  .header-row { min-height: 68px; }.brand { font-size: 18px; }.brand small { display: none; }.brand-mark { width: 33px; height: 33px; }.brand-mark::before { height: 22px; left: 15px; }.brand-mark::after { left: 10px; top: 11px; }
  .site-nav { top: 68px; }
  .hero { min-height: auto; }.hero-grid { padding-block: 48px; gap: 36px; }.hero h1 { font-size: 61px; }.hero-map { padding: 12px 12px 46px; }
  .quick-row { display: flex; overflow: hidden; white-space: nowrap; justify-content: flex-start; }
  .section { padding-block: 75px; }.section-head { gap: 18px; }.place-grid, .route-grid { grid-template-columns: 1fr; }.place-card-copy { min-height: 245px; }
  .feature figure { min-height: 400px; }.feature-copy { padding: 70px 22px; }.route-card { min-height: 330px; padding: 25px; }.route-card h3 { margin-top: 70px; }
  .principles { grid-template-columns: 1fr; }.principle { min-height: 210px; }
  .footer-grid { grid-template-columns: 1fr; }.footer-bottom { display: grid; gap: 8px; }
  .page-hero { padding: 58px 0; }.page-hero h1 { font-size: 52px; }.page-hero .lead { font-size: 17px; }
  .article-image { width: 100%; margin-top: 30px; }.article-image img { height: 74vw; }.article-image figcaption { padding-inline: 16px; }
  .facts { grid-template-columns: 1fr; }.article-layout { margin-top: 50px; gap: 40px; }.toc { grid-template-columns: 1fr; }
  .article-body h2, .prose h2 { font-size: 34px; }.article-body p, .article-body li, .prose p, .prose li { font-size: 16px; }
  .season-table { display: block; overflow-x: auto; }.credit-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.place-card { transition: none; } }
