:root {
  --color-forest-950: #17231e;
  --color-forest-800: #263a32;
  --color-forest-600: #52685e;
  --color-sand-50: #faf9f5;
  --color-sand-100: #f4f1e9;
  --color-sand-200: #e9e4d9;
  --color-mist-100: #edf1ed;
  --color-mist-300: #dde3de;
  --color-heath-500: #7c8064;
  --color-charcoal: #202522;
  --color-muted: #68706b;
  --color-white: #fff;
  --page-max: 1440px;
  --content: 1240px;
  --reading: 720px;
  --wide-reading: 960px;
  --gutter: max(64px, calc((100vw - var(--content)) / 2));
  --shadow-panel: 0 12px 40px rgba(23, 35, 30, .08);
  --ease: cubic-bezier(.22, .68, 0, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--color-sand-50); color: var(--color-charcoal); font: 400 18px/1.7 Inter, system-ui, sans-serif; overflow-x: hidden; }
body.menu-open, body.search-open { overflow: hidden; }
[hidden] { display: none !important; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, select { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Manrope, system-ui, sans-serif; font-weight: 500; letter-spacing: -.045em; line-height: 1.04; }
h1 { font-size: clamp(4rem, 6vw, 7.5rem); }
h2 { font-size: clamp(2.7rem, 4.5vw, 4.6rem); }
h3 { font-size: clamp(1.55rem, 2vw, 2.15rem); }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid #d9c96f; outline-offset: 4px; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; min-height: 44px; padding: 8px 16px; background: #fff; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.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; }
.section-shell { width: min(var(--content), calc(100% - 128px)); margin-inline: auto; }
.eyebrow { margin: 0 0 22px; color: var(--color-forest-600); font-size: 12px; font-weight: 600; letter-spacing: .18em; line-height: 1.2; text-transform: uppercase; }
.eyebrow.light { color: rgba(255,255,255,.72); }
.lead { font-size: 21px; line-height: 1.64; }
.button, .text-button, .underlink, .all-link { display: inline-flex; align-items: center; min-height: 48px; gap: 28px; font-size: 14px; font-weight: 600; letter-spacing: .01em; transition: .2s ease; }
.button { padding: 13px 18px 13px 22px; border: 1px solid transparent; border-radius: 7px; }
.button span, .text-button span, .underlink span, .all-link span { transition: transform .2s ease; }
.button:hover span, .text-button:hover span, .underlink:hover span, .all-link:hover span { transform: translateX(4px); }
.button-light { background: #fff; color: var(--color-forest-950); }
.button-dark { background: var(--color-forest-950); color: #fff; }
.button-outline { border-color: rgba(255,255,255,.35); color: #fff; }
.button-outline:hover { background: #fff; color: var(--color-forest-950); }
.text-button, .underlink { border-bottom: 1px solid currentColor; }
.light { color: #fff; }
.reveal { opacity: 1; transform: none; }
.has-js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.has-js .reveal.is-visible { opacity: 1; transform: none; }

/* Header */
.site-header { position: fixed; z-index: 100; inset: 0 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 88px; padding-inline: 44px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.22); transition: color .2s ease, background .2s ease, height .2s ease; }
.site-header.is-scrolled { height: 74px; color: var(--color-charcoal); background: rgba(250,249,245,.94); border-color: var(--color-sand-200); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; justify-self: start; gap: 12px; font: 600 15px/1 Manrope, system-ui, sans-serif; letter-spacing: .04em; }
.brand > span:last-child { display: grid; gap: 3px; }
.brand strong { font-size: 14px; font-weight: 650; letter-spacing: .035em; white-space: nowrap; }
.brand small { font-size: 7px; letter-spacing: .18em; text-transform: uppercase; opacity: .68; }
.brand-mark { display: inline-block; flex: 0 0 auto; width: 36px; height: 30px; }
.brand-mark svg { display: block; width: 100%; height: 100%; overflow: visible; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
.brand-peaks { stroke-width: 1.8; }
.brand-ground { stroke-width: 1.2; opacity: .62; }
.brand-trail { stroke-width: 2.2; }
.desktop-nav { display: flex; align-items: center; gap: 30px; font-size: 13px; font-weight: 500; }
.desktop-nav a { position: relative; display: inline-flex; align-items: center; min-height: 44px; }
.desktop-nav a::after { content: ''; position: absolute; inset: auto 0 -8px; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: left; transition: transform .2s ease; }
.desktop-nav a:hover::after { transform: none; }
.header-actions { display: flex; justify-self: end; align-items: center; gap: 16px; }
.icon-button, .menu-button { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; color: inherit; background: none; border: 0; }
.icon-button svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.header-cta { padding: 10px 15px; color: var(--color-forest-950); background: #fff; border-radius: 6px; font-size: 13px; font-weight: 600; }
.is-scrolled .header-cta { color: #fff; background: var(--color-forest-950); }
.header-cta span { margin-left: 12px; }
.menu-button { display: none; }
.mobile-menu { position: fixed; z-index: 90; inset: 0; padding: 130px 32px 40px; color: #fff; background: var(--color-forest-950); }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { padding: 10px 0; font: 500 clamp(2rem, 8vw, 3.2rem)/1.1 Manrope, sans-serif; border-bottom: 1px solid rgba(255,255,255,.16); }
.mobile-menu p { position: absolute; bottom: 30px; font-size: 14px; color: rgba(255,255,255,.62); }
.search-dialog { position: fixed; z-index: 220; inset: 0; display: grid; place-items: start center; padding: 120px 20px 20px; background: rgba(9,16,13,.76); backdrop-filter: blur(10px); }
.search-dialog__inner { position: relative; width: min(720px, 100%); padding: 42px; color: var(--color-charcoal); background: var(--color-sand-50); border-radius: 12px; box-shadow: var(--shadow-panel); }
.search-dialog__close { position: absolute; top: 15px; right: 15px; width: 44px; height: 44px; color: inherit; background: transparent; border: 0; font-size: 28px; }
.search-dialog form label { display: block; margin-bottom: 9px; font-size: 13px; font-weight: 600; }
.search-dialog form > div { display: flex; border-bottom: 2px solid var(--color-forest-950); }
.search-dialog input { flex: 1; min-width: 0; min-height: 58px; padding: 8px 2px; background: transparent; border: 0; font-size: clamp(1.2rem, 3vw, 2rem); }
.search-dialog form button { min-height: 48px; padding: 0 18px; color: #fff; background: var(--color-forest-950); border: 0; border-radius: 6px 6px 0 0; }

/* Hero */
.hero { position: relative; min-height: min(900px, 86vh); color: #fff; overflow: hidden; background: var(--color-forest-800); }
.hero > img { position: absolute; inset: 0; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9,16,13,.62) 0%, rgba(9,16,13,.18) 58%, rgba(9,16,13,.07)), linear-gradient(0deg, rgba(9,16,13,.52), transparent 48%); }
.hero-content { position: absolute; z-index: 1; left: var(--gutter); bottom: 115px; width: min(850px, 72vw); }
.hero h1 { margin-bottom: 24px; font-weight: 500; }
.hero-copy { width: min(650px, 100%); margin-bottom: 35px; color: rgba(255,255,255,.88); font-size: 19px; line-height: 1.58; }
.button-row { display: flex; align-items: center; gap: 34px; }
.image-meta { position: absolute; z-index: 1; right: 48px; bottom: 42px; margin: 0; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }
.image-meta span { display: inline-block; width: 1px; height: 28px; margin: 10px 0; background: rgba(255,255,255,.6); }
.scroll-cue { position: absolute; z-index: 1; left: 50%; bottom: 26px; display: grid; place-items: center; gap: 8px; color: rgba(255,255,255,.75); font-size: 9px; letter-spacing: .17em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { width: 1px; height: 24px; background: rgba(255,255,255,.5); }

/* Finder */
.finder-wrap { position: relative; z-index: 4; width: min(1180px, calc(100% - 80px)); margin: -70px auto 0; }
.tour-finder { padding: 27px 30px 24px; background: #fff; border-radius: 14px; box-shadow: var(--shadow-panel); }
.finder-topline { display: flex; justify-content: space-between; align-items: center; margin-bottom: 19px; }
.finder-topline p { margin: 0; color: var(--color-muted); font-size: 12px; }
.finder-topline .eyebrow { color: var(--color-forest-800); }
.finder-fields { display: grid; grid-template-columns: 1.25fr 1fr 1fr 1fr auto; align-items: stretch; border-block: 1px solid var(--color-sand-200); }
.finder-fields label { min-width: 0; padding: 16px 18px; border-right: 1px solid var(--color-sand-200); }
.finder-fields label:first-child { padding-left: 0; }
.finder-fields label span { display: block; margin-bottom: 3px; color: var(--color-muted); font-size: 10px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.finder-fields select { width: 100%; padding: 0 20px 0 0; color: var(--color-charcoal); background: transparent; border: 0; font-size: 14px; font-weight: 500; outline: 0; }
.finder-fields button { margin: 8px 0 8px 22px; padding: 12px 19px; color: #fff; background: var(--color-forest-950); border: 0; border-radius: 7px; font-size: 13px; font-weight: 600; white-space: nowrap; }
.finder-fields button span { margin-left: 22px; }
.suggestions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding-top: 16px; font-size: 11px; }
.suggestions > span { margin-right: 5px; color: var(--color-muted); }
.suggestions a { padding: 5px 10px; border: 1px solid var(--color-sand-200); border-radius: 999px; transition: .2s ease; }
.suggestions a:hover { background: var(--color-sand-100); border-color: var(--color-heath-500); }
.home-filter-trigger, .filter-sheet-head { display: none; }
.filter-backdrop { display: none; position: fixed; z-index: 155; inset: 0; background: rgba(9,16,13,.55); backdrop-filter: blur(3px); }
.filter-backdrop[hidden] { display: none !important; }

/* Intro */
.intro { position: relative; display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; padding-block: 150px 165px; }
.intro-copy { grid-column: 1 / span 6; align-self: center; padding-right: 70px; }
.intro-copy h2 { margin-bottom: 40px; }
.intro-copy p { color: var(--color-muted); }
.intro-copy .lead { color: var(--color-charcoal); }
.intro-copy .underlink { margin-top: 14px; }
.intro-image { grid-column: 8 / span 5; margin: 0; }
.intro-image img { aspect-ratio: 4/5; }
.intro-image figcaption { display: grid; grid-template-columns: 40px 1fr; margin-top: 13px; color: var(--color-muted); font-size: 11px; line-height: 1.5; letter-spacing: .04em; }
.intro-image figcaption span { color: var(--color-charcoal); }
.intro-note { position: absolute; right: calc(41.666% - 30px); bottom: 115px; padding: 16px 22px; color: #fff; background: var(--color-forest-800); font: 500 12px/1.55 Manrope, sans-serif; letter-spacing: .05em; }

/* Featured */
.featured { padding-bottom: 160px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 65px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { max-width: 330px; margin-bottom: 8px; color: var(--color-muted); font-size: 16px; }
.feature-tour { display: grid; grid-template-columns: 60% 40%; min-height: 620px; background: var(--color-sand-100); }
.feature-image { position: relative; min-height: 100%; overflow: hidden; }
.photo-index { position: absolute; bottom: 18px; left: 18px; padding: 7px 11px; color: #fff; background: rgba(23,35,30,.78); font-size: 10px; letter-spacing: .12em; }
.feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 55px 50px; }
.feature-kicker { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 30px; color: var(--color-forest-600); font-size: 11px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.feature-kicker strong { color: var(--color-charcoal); }
.feature-copy h3 { margin-bottom: 25px; font-size: clamp(2rem, 3.2vw, 3.2rem); }
.feature-copy > p { color: var(--color-muted); font-size: 16px; }
.tour-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin: 26px 0 22px; padding-block: 18px; border-block: 1px solid var(--color-sand-200); }
.tour-facts div + div { padding-left: 13px; border-left: 1px solid var(--color-sand-200); }
.tour-facts dt { color: var(--color-muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.tour-facts dd { margin: 3px 0 0; font: 600 14px Manrope, sans-serif; }
.tag-row { display: flex; gap: 7px; margin-bottom: 34px; }
.tag-row span { padding: 4px 9px; color: var(--color-muted); border: 1px solid var(--color-sand-200); border-radius: 20px; font-size: 10px; }
.feature-copy .button { align-self: start; }
.tour-trio { display: grid; grid-template-columns: 1.08fr .92fr; gap: 74px 30px; margin-top: 72px; }
.tour-card { min-width: 0; }
.tour-card .image-link { position: relative; display: block; overflow: hidden; }
.image-link img { transition: transform .45s var(--ease); }
.image-link:hover img { transform: scale(1.035); }
.tour-card > .image-link { aspect-ratio: 4/3; }
.distance-stamp { position: absolute; right: 12px; bottom: 12px; padding: 6px 9px; background: rgba(250,249,245,.93); font-size: 11px; font-weight: 600; }
.tour-card .eyebrow { margin-top: 23px; margin-bottom: 14px; }
.tour-card h3 { margin-bottom: 14px; }
.tour-card > p:not(.eyebrow), .wide-copy > p:not(.eyebrow) { max-width: 490px; color: var(--color-muted); font-size: 15px; }
.card-meta { display: flex; justify-content: space-between; gap: 12px; margin-top: 20px; padding-top: 13px; color: var(--color-muted); border-top: 1px solid var(--color-sand-200); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.card-wide { display: grid; grid-template-columns: 47% 53%; align-self: end; background: var(--color-mist-100); }
.card-wide > .image-link { aspect-ratio: auto; }
.wide-copy { padding: 30px; }
.wide-copy .eyebrow { margin-top: 0; }
.card-compact { grid-column: 1 / -1; display: grid; grid-template-columns: 42% 1fr; align-items: center; gap: 54px; padding-right: 8%; }
.card-compact > .image-link { aspect-ratio: 16/9; }
.card-compact .eyebrow { margin-top: 0; }
.all-link { float: right; margin-top: 46px; border-bottom: 1px solid; }

/* Map */
.map-section { padding: 110px max(0px, calc((100vw - 1440px) / 2)); color: #fff; background: var(--color-forest-950); overflow: hidden; }
.map-inner { display: grid; grid-template-columns: 35% 65%; min-height: 720px; }
.map-copy { align-self: center; padding: 20px 70px 20px max(64px, calc((100vw - 1240px) / 2)); }
.map-copy h2 { margin-bottom: 30px; font-size: clamp(2.7rem, 4vw, 4.3rem); }
.map-copy > p:not(.eyebrow) { color: rgba(255,255,255,.63); font-size: 16px; }
.region-list { display: grid; margin: 38px 0; border-top: 1px solid rgba(255,255,255,.14); }
.region-list button { display: grid; grid-template-columns: 32px 1fr auto; align-items: center; min-height: 51px; padding: 0; color: rgba(255,255,255,.58); background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.14); text-align: left; font-size: 13px; }
.region-list button span, .region-list button em { font-size: 9px; font-style: normal; letter-spacing: .08em; }
.region-list button.active, .region-list button:hover { color: #fff; }
.map-visual { position: relative; min-height: 720px; overflow: hidden; background: #263a32; }
.map-visual > svg { width: 100%; height: 100%; }
.map-water { fill: #1d3028; }
.map-land { fill: #3b5147; }
.river { fill: none; stroke: #80948b; stroke-width: 13; opacity: .4; }
.road { fill: none; stroke: rgba(244,241,233,.24); stroke-width: 2; stroke-dasharray: 7 7; }
.road.thin { stroke-width: 1; }
.map-labels text { fill: rgba(255,255,255,.38); font: 9px Inter, sans-serif; letter-spacing: .18em; }
.pin { position: absolute; width: 28px; height: 28px; padding: 0; background: rgba(244,241,233,.22); border: 1px solid rgba(255,255,255,.5); border-radius: 50%; }
.pin span { display: block; width: 7px; height: 7px; margin: auto; background: var(--color-sand-100); border-radius: 50%; }
.pin.active { width: 38px; height: 38px; border-color: #fff; box-shadow: 0 0 0 8px rgba(255,255,255,.1); }
.pin-1 { top: 20%; left: 44%; }.pin-2 { top: 36%; left: 70%; }.pin-3 { top: 61%; left: 39%; }.pin-4 { top: 58%; left: 61%; }.pin-5 { top: 78%; left: 29%; }
.map-popup { position: absolute; left: 45%; top: 51%; width: 230px; padding: 19px; color: var(--color-charcoal); background: var(--color-sand-50); box-shadow: var(--shadow-panel); }
.map-popup::before { content: ''; position: absolute; left: -9px; top: 28px; width: 18px; height: 18px; background: inherit; transform: rotate(45deg); }
.map-popup p { margin-bottom: 8px; color: var(--color-muted); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.map-popup h3 { margin-bottom: 18px; font-size: 19px; }
.map-popup div { display: flex; gap: 18px; padding-top: 11px; border-top: 1px solid var(--color-sand-200); font-size: 11px; }
.map-popup a { margin-left: auto; font-size: 16px; }
.map-controls { position: absolute; right: 18px; bottom: 18px; display: grid; }
.map-controls button { width: 38px; height: 38px; color: #fff; background: rgba(23,35,30,.8); border: 0; border-bottom: 1px solid rgba(255,255,255,.2); }

/* Landscape grid */
.landscapes { padding-block: 155px; }
.landscape-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: 300px 255px; gap: 16px; }
.landscape-tile { position: relative; overflow: hidden; color: #fff; }
.landscape-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(10,18,14,.68), transparent 65%); }
.landscape-tile img { transition: transform .6s var(--ease); }
.landscape-tile:hover img { transform: scale(1.035); }
.landscape-tile > div { position: absolute; z-index: 2; left: 25px; bottom: 20px; }
.landscape-tile p { margin: 0 0 2px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.landscape-tile h3 { margin: 0; font-size: 30px; }
.landscape-tile i { position: absolute; z-index: 2; right: 22px; bottom: 22px; display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.65); border-radius: 50%; font-style: normal; transition: .2s ease; }
.landscape-tile:hover i { color: var(--color-forest-950); background: #fff; }
.tile-number { position: absolute; z-index: 2; top: 18px; left: 22px; font-size: 10px; letter-spacing: .12em; }
.heath { grid-row: 1 / 3; }.coast { grid-row: 1 / 3; }.forest { grid-column: 3; }.moor, .water { grid-row: 2; }.water { display: none; }

/* Video */
.video-section { padding: 135px var(--gutter); color: #fff; background: #111815; }
.video-inner { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(340px, .75fr); gap: 8%; width: min(var(--content), 100%); margin: auto; }
.video-preview { position: relative; align-self: center; aspect-ratio: 16/10; }
.video-preview::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, rgba(17,24,21,.18)); pointer-events: none; }
.play-button { position: absolute; z-index: 2; top: 50%; left: 50%; display: grid; place-items: center; width: 116px; height: 116px; color: #fff; background: rgba(23,35,30,.72); border: 1px solid rgba(255,255,255,.6); border-radius: 50%; transform: translate(-50%,-50%); backdrop-filter: blur(7px); }
.play-button span { margin-left: 4px; font-size: 25px; }
.play-button small { position: absolute; top: 128px; white-space: nowrap; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.video-time { position: absolute; right: 14px; bottom: 14px; padding: 5px 8px; color: #fff; background: rgba(0,0,0,.6); font-size: 10px; }
.video-copy { align-self: center; }
.video-copy h2 { margin-bottom: 30px; font-size: clamp(2.6rem, 4.1vw, 4.4rem); }
.video-copy > p:not(.eyebrow) { color: rgba(255,255,255,.62); font-size: 16px; }
.video-meta { display: flex; gap: 13px; margin: 31px 0; color: rgba(255,255,255,.65); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.video-meta span + span { padding-left: 13px; border-left: 1px solid rgba(255,255,255,.25); }
.video-copy .underlink { margin-left: 24px; }

/* Journal */
.journal { padding-block: 155px; }
.journal-grid { display: grid; grid-template-columns: 1.45fr .75fr; grid-template-rows: 1fr 1fr; gap: 55px 50px; }
.story-main { grid-row: 1 / 3; }
.story-main > .image-link { display: block; aspect-ratio: 4/3; overflow: hidden; }
.story-main > div { width: 88%; padding: 28px 0 0; }
.story-main h3 { font-size: clamp(2rem, 3vw, 3rem); }
.story-main p:not(.eyebrow) { color: var(--color-muted); font-size: 16px; }
.story-small .image-link { display: block; aspect-ratio: 16/9; overflow: hidden; }
.story-small .eyebrow { margin: 19px 0 13px; }
.story-small h3 { margin-bottom: 12px; font-size: 25px; }
.story-small > span { color: var(--color-muted); font-size: 11px; }
.text-story { display: flex; flex-direction: column; justify-content: center; padding: 35px; background: var(--color-sand-100); border-top: 2px solid var(--color-heath-500); }
.text-story .eyebrow { margin-top: 0; }
.text-story > p:not(.eyebrow) { color: var(--color-muted); font-size: 14px; }

/* About */
.about-section { padding: 135px var(--gutter); color: #fff; background: var(--color-forest-800); }
.about-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10%; width: min(1080px, 100%); margin: auto; }
.about-image { margin: 0; }
.about-image img { aspect-ratio: 4/5; }
.about-image figcaption { margin-top: 12px; color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .08em; }
.about-copy { align-self: center; }
.about-copy h2 { margin-bottom: 32px; }
.about-copy > p { color: rgba(255,255,255,.66); }
.about-copy .lead { color: #fff; }
.about-copy blockquote { margin: 55px 0 0 80px; padding-left: 20px; color: rgba(255,255,255,.7); border-left: 1px solid rgba(255,255,255,.4); font: 400 15px/1.6 Manrope, sans-serif; }

/* Newsletter + footer */
.newsletter { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; align-items: center; padding-block: 125px; }
.newsletter h2 { margin-bottom: 0; }
.newsletter > div:last-child > p { color: var(--color-muted); font-size: 16px; }
.newsletter form { display: flex; margin: 28px 0 11px; border-bottom: 1px solid var(--color-charcoal); }
.newsletter input { flex: 1; min-width: 0; padding: 15px 0; background: transparent; border: 0; outline: 0; }
.newsletter button { padding: 0 0 0 20px; background: transparent; border: 0; font-size: 13px; font-weight: 600; }
.newsletter button span { margin-left: 15px; }
.newsletter small { color: var(--color-muted); font-size: 9px; }
.site-footer { padding: 85px var(--gutter) 28px; color: #fff; background: var(--color-forest-950); }
.footer-top { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; padding-bottom: 80px; }
.footer-brand { margin-bottom: 28px; }
.footer-top > div > p { color: rgba(255,255,255,.5); font-size: 13px; }
.footer-top nav { display: flex; flex-direction: column; gap: 9px; font-size: 13px; }
.footer-top nav strong { margin-bottom: 13px; color: rgba(255,255,255,.4); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.footer-top nav a:hover { color: #d9c96f; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 24px; color: rgba(255,255,255,.4); border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; }
.footer-bottom div { display: flex; gap: 25px; }

@media (max-width: 1100px) {
  :root { --gutter: 32px; }
  .section-shell { width: calc(100% - 64px); }
  .site-header { padding-inline: 30px; }
  .desktop-nav { gap: 17px; }
  .map-copy { padding-left: 34px; padding-right: 38px; }
  .feature-copy { padding: 38px; }
  .tour-facts { grid-template-columns: repeat(2, 1fr); row-gap: 15px; }
  .tour-facts div:nth-child(3) { border-left: 0; padding-left: 0; }
  .video-inner { grid-template-columns: 1.35fr .8fr; gap: 5%; }
}

@media (max-width: 820px) {
  body { font-size: 17px; }
  .desktop-nav, .header-cta { display: none; }
  .site-header { grid-template-columns: 1fr auto; height: 72px; }
  .header-actions { grid-column: 2; }
  .menu-button { position: relative; display: block; }
  .menu-button span { position: absolute; top: 50%; left: 50%; width: 20px; height: 1px; background: currentColor; transition: .2s; transform: translate(-50%, -4px); }
  .menu-button span:last-child { transform: translate(-50%, 4px); }
  .menu-button[aria-expanded="true"] span:first-child { transform: translate(-50%, 0) rotate(45deg); }
  .menu-button[aria-expanded="true"] span:last-child { transform: translate(-50%, 0) rotate(-45deg); }
  .menu-open .site-header { color: #fff; background: var(--color-forest-950); border-color: rgba(255,255,255,.14); }
  .hero { min-height: 78svh; }
  .hero-content { width: calc(100% - 64px); bottom: 90px; }
  .hero h1 { font-size: clamp(3.5rem, 11vw, 5.4rem); }
  .image-meta { display: none; }
  .finder-wrap { width: calc(100% - 64px); margin-top: -45px; }
  .tour-finder { padding: 24px; }
  .finder-fields { grid-template-columns: 1fr 1fr; }
  .finder-fields label { border-bottom: 1px solid var(--color-sand-200); }
  .finder-fields label:nth-child(2) { border-right: 0; }
  .finder-fields button { grid-column: 1 / -1; min-height: 48px; margin: 15px 0; }
  .intro { padding-block: 110px; }
  .intro-copy { grid-column: 1 / span 7; padding-right: 25px; }
  .intro-image { grid-column: 8 / span 5; }
  .intro-note { display: none; }
  .section-heading { align-items: start; gap: 40px; }
  .feature-tour { grid-template-columns: 1fr; }
  .feature-image { aspect-ratio: 16/10; }
  .tour-trio { gap: 50px 20px; }
  .card-wide { display: block; }
  .card-wide > .image-link { aspect-ratio: 4/3; }
  .card-compact { gap: 30px; padding-right: 0; }
  .map-section { padding-block: 90px; }
  .map-inner { grid-template-columns: 1fr; }
  .map-copy { width: calc(100% - 64px); margin: auto; padding: 0 0 60px; }
  .map-visual { min-height: 600px; }
  .landscape-grid { grid-template-columns: 1.2fr .8fr; grid-template-rows: 320px 250px 250px; }
  .heath { grid-row: 1 / 3; }.coast { grid-row: 1; }.forest { grid-column: 2; grid-row: 2; }.moor { grid-column: 1; grid-row: 3; }.water { display: block; grid-column: 2; grid-row: 3; }
  .video-inner { grid-template-columns: 1fr; gap: 65px; }
  .video-preview { aspect-ratio: 16/9; }
  .video-copy { max-width: 620px; }
  .journal-grid { gap: 40px 30px; }
  .about-inner { gap: 7%; }
  .about-copy blockquote { margin-left: 0; }
}

@media (max-width: 600px) {
	.search-dialog { padding-top: 88px; }
	.search-dialog__inner { padding: 56px 20px 28px; }
	.search-dialog form > div { display: grid; }
	.search-dialog form button { margin-top: 10px; border-radius: 6px; }
  :root { --gutter: 20px; }
  body { font-size: 16px; }
  h2 { font-size: clamp(2.4rem, 11vw, 3.2rem); }
  .section-shell { width: calc(100% - 40px); }
  .site-header { height: 68px; padding-inline: 20px; }
  .site-header.is-scrolled { height: 64px; }
  .brand { font-size: 13px; }
  .brand-mark { width: 31px; height: 26px; }
  .brand strong { font-size: 12px; }
  .brand small { font-size: 6px; }
  .icon-button, .menu-button { width: 38px; }
  .header-actions { gap: 2px; }
  .hero { min-height: 78svh; }
  .hero > img { object-position: 56% center; }
  .hero-content { left: 20px; bottom: 72px; width: calc(100% - 40px); }
  .hero .eyebrow { margin-bottom: 15px; }
  .hero h1 { margin-bottom: 19px; font-size: clamp(2.8rem, 13.35vw, 3.25rem); }
  .hero-copy { margin-bottom: 27px; font-size: 15px; line-height: 1.55; }
  .button-row { align-items: start; flex-direction: column; gap: 16px; }
  .scroll-cue { display: none; }
  .finder-wrap { width: calc(100% - 40px); margin-top: -28px; }
  .tour-finder { padding: 22px 18px 16px; }
  .finder-topline { margin-bottom: 12px; }
  .finder-topline > p:last-child { display: none; }
  .home-filter-trigger { display: grid; grid-template-columns: 1fr auto auto; align-items: center; width: 100%; min-height: 55px; padding: 0 16px; color: #fff; background: var(--color-forest-950); border: 0; border-radius: 7px; text-align: left; }
  .home-filter-trigger span { font-size: 13px; font-weight: 600; }
  .home-filter-trigger em { margin-right: 13px; color: rgba(255,255,255,.55); font-size: 8px; font-style: normal; letter-spacing: .04em; }
  .home-filter-trigger i { font-size: 18px; font-style: normal; font-weight: 400; }
  .finder-fields { position: fixed; z-index: 170; inset: auto 0 0; display: none; max-height: 88svh; padding: 22px 20px 25px; overflow-y: auto; background: var(--color-sand-50); border: 0; border-radius: 14px 14px 0 0; box-shadow: 0 -18px 55px rgba(23,35,30,.2); }
  .finder-fields.is-open { display: block; }
  .finder-fields .filter-sheet-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; padding-bottom: 18px; border-bottom: 1px solid var(--color-sand-200); }
  .filter-sheet-head > div { display: grid; gap: 3px; }
  .filter-sheet-head > div span { color: var(--color-forest-600); font-size: 9px; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
  .filter-sheet-head > div strong { font: 500 25px Manrope, sans-serif; letter-spacing: -.03em; }
  .filter-sheet-head > button { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; color: var(--color-charcoal); background: transparent; border: 1px solid var(--color-sand-200); border-radius: 50%; font-size: 25px; font-weight: 300; }
  .finder-fields label { display: block; padding: 14px 2px; border-right: 0; border-bottom: 1px solid var(--color-sand-200); }
  .finder-fields label:first-of-type { padding-left: 2px; }
  .finder-fields label span { margin-bottom: 5px; }
  .finder-fields select { min-height: 28px; font-size: 15px; }
  .finder-fields > button[type="submit"] { display: flex; justify-content: space-between; width: 100%; min-height: 54px; margin: 20px 0 0; padding: 0 17px; font-size: 13px; }
  .finder-fields > button[type="submit"]::before { content: none; }
  .finder-fields > button[type="submit"] span { margin-left: 15px; font-size: 13px; }
  .filter-backdrop:not([hidden]) { display: block; }
  body.filter-sheet-open { overflow: hidden; }
  body.filter-sheet-open .finder-wrap { z-index: 160; }
  .suggestions { overflow: auto; flex-wrap: nowrap; margin-inline: -18px; padding: 7px 18px 0; scrollbar-width: none; }
  .suggestions > span { display: none; }
  .suggestions a { white-space: nowrap; }
  .intro { display: flex; flex-direction: column; padding-block: 86px 95px; }
  .intro-copy { padding-right: 0; }
  .intro-copy h2 { margin-bottom: 28px; }
  .intro-copy .lead { font-size: 18px; }
  .intro-image { width: 86%; margin: 45px 0 0 auto; }
  .section-heading { display: block; margin-bottom: 40px; }
  .section-heading > p { margin-top: 22px; }
  .featured { padding-bottom: 95px; }
  .feature-tour { min-height: 0; margin-inline: -20px; }
  .feature-image { aspect-ratio: 4/3; }
  .feature-copy { padding: 34px 20px 40px; }
  .feature-copy h3 { font-size: 2rem; }
  .feature-kicker { margin-bottom: 22px; }
  .tour-trio { display: block; margin-top: 55px; }
  .tour-card { margin-bottom: 60px; }
  .card-wide, .card-compact { display: block; background: transparent; }
  .wide-copy { padding: 0; }
  .card-wide > .image-link, .card-compact > .image-link { aspect-ratio: 4/3; }
  .card-wide .eyebrow, .card-compact .eyebrow { margin-top: 23px; }
  .all-link { float: none; margin-top: 0; }
  .map-section { padding-block: 80px 0; }
  .map-copy { width: calc(100% - 40px); padding-bottom: 50px; }
  .map-copy h2 { font-size: 2.65rem; }
  .region-list button:nth-child(n+4) { display: none; }
  .map-visual { min-height: 480px; }
  .map-popup { top: 48%; left: 16%; width: 215px; }
  .pin-3 { top: 62%; left: 48%; }
  .landscapes { padding-block: 90px; }
  .landscape-grid { display: flex; margin-inline: -20px; padding-inline: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .landscape-tile { flex: 0 0 82vw; height: 430px; scroll-snap-align: center; }
  .video-section { padding-block: 80px; }
  .video-inner { gap: 48px; }
  .video-preview { margin-inline: -20px; }
  .play-button { width: 84px; height: 84px; }
  .play-button small { top: 96px; }
  .video-copy h2 { font-size: 2.65rem; }
  .video-copy .button { margin-bottom: 20px; }
  .video-copy .button, .video-copy .underlink { display: flex; width: max-content; }
  .video-copy .underlink { margin-left: 0; }
  .journal { padding-block: 90px; }
  .journal-grid { display: block; }
  .story-main, .story-small { margin-bottom: 65px; }
  .story-main > div { width: 100%; }
  .text-story { margin-bottom: 0; }
  .about-section { padding-block: 80px; }
  .about-inner { display: block; }
  .about-image { width: 88%; margin-bottom: 55px; }
  .about-copy blockquote { margin-top: 40px; }
  .newsletter { display: block; padding-block: 85px; }
  .newsletter > div + div { margin-top: 40px; }
  .newsletter form { align-items: stretch; flex-direction: column; border: 0; }
  .newsletter input { border-bottom: 1px solid; }
  .newsletter button { align-self: start; min-height: 48px; margin-top: 12px; padding: 0 16px; color: #fff; background: var(--color-forest-950); border-radius: 6px; }
  .site-footer { padding-top: 65px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 50px 25px; }
  .footer-top > div { grid-column: 1 / -1; }
  .footer-top nav:last-child { display: none; }
  .footer-bottom { align-items: start; flex-direction: column; gap: 18px; }
  .footer-bottom > a { position: absolute; right: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .has-js .reveal { opacity: 1; transform: none; }
}
/* Shared, keyboard-friendly pagination for archives and region pages. */
.nw-pagination { margin-top: 75px; }
.nw-pagination ul { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 8px; margin: 0; padding: 0; list-style: none; }
.nw-pagination a, .nw-pagination .current, .nw-pagination .dots { display: grid; place-items: center; min-width: 46px; min-height: 46px; padding: 0 13px; border: 1px solid var(--color-sand-200); border-radius: 50%; font: 600 11px Manrope, system-ui, sans-serif; }
.nw-pagination .prev, .nw-pagination .next { width: auto; padding-inline: 20px; border-radius: 24px; }
.nw-pagination .current { color: #fff; background: var(--color-forest-950); border-color: var(--color-forest-950); }
.nw-pagination a:hover { color: #fff; background: var(--color-forest-700); border-color: var(--color-forest-700); }
@media (max-width: 600px) {
  .nw-pagination { margin-top: 45px; }
  .nw-pagination a, .nw-pagination .current, .nw-pagination .dots { min-width: 42px; min-height: 42px; }
  .nw-pagination .prev, .nw-pagination .next { padding-inline: 14px; }
}
