:root {
  --forest: #233b35;
  --charcoal: #182426;
  --fog: #e8e8e1;
  --paper: #f5f1e8;
  --cedar: #79513e;
  --clay: #b96850;
  --storm: #536b72;
  --slate: #536b72;
  --lichen: #c6ae67;
  --white: #fffdf8;
  --display: Georgia, Cambria, "Times New Roman", serif;
  --body: "Segoe UI", Arial, sans-serif;
  --utility: "Arial Narrow", "Roboto Condensed", "Segoe UI", sans-serif;
  --rail: min(1280px, calc(100vw - 64px));
  --reading: 720px;
  --focus: #ffd56a;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--charcoal); background: var(--fog); font: 18px/1.66 var(--body); text-rendering: optimizeLegibility; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
figure { margin: 2rem 0; }
figcaption, .wp-caption-text { margin-top: .65rem; color: var(--slate); font: 13px/1.5 var(--utility); }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--clay); }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 4px; }
::selection { color: var(--charcoal); background: var(--lichen); }
h1, h2, h3, h4 { margin: 0 0 .65em; font-family: var(--display); font-weight: 600; line-height: .98; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(3rem, 7vw, 7.4rem); }
h2 { font-size: clamp(2.15rem, 4.6vw, 4.8rem); }
h3 { font-size: clamp(1.45rem, 2.4vw, 2.25rem); }
p { margin: 0 0 1.15em; }
ul, ol { padding-left: 1.35em; }
blockquote { margin: 2.5rem 0; padding: .4rem 0 .4rem 1.6rem; border-left: 6px solid var(--clay); color: var(--forest); font: 600 clamp(1.4rem, 3vw, 2.3rem)/1.2 var(--display); }
hr { border: 0; border-top: 1px solid color-mix(in srgb, var(--charcoal) 28%, transparent); margin: 3rem 0; }
.section-wrap { width: var(--rail); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; transform: translateY(-180%); padding: .75rem 1rem; color: var(--charcoal); background: var(--focus); font-weight: 700; }
.skip-link:focus { transform: none; }
.eyebrow { margin: 0 0 1rem; color: var(--cedar); font: 800 12px/1.2 var(--utility); letter-spacing: .16em; text-transform: uppercase; }
.eyebrow a { text-decoration: none; }
.eyebrow--light { color: var(--lichen); }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: .75rem 1.1rem; border: 1px solid var(--charcoal); color: var(--charcoal); background: transparent; font: 800 13px/1 var(--utility); letter-spacing: .06em; text-decoration: none; text-transform: uppercase; cursor: pointer; }
.button:hover { color: var(--paper); background: var(--charcoal); }
.button--accent { border-color: var(--clay); color: var(--charcoal); background: var(--clay); }
.button--accent:hover { border-color: var(--paper); color: var(--charcoal); background: var(--paper); }
.button--dark { color: var(--paper); background: var(--charcoal); }
.text-link { display: inline-flex; gap: .6rem; align-items: center; font-weight: 750; text-decoration: none; border-bottom: 1px solid currentColor; }
.text-link--light { color: var(--paper); }
.tide-rule { display: inline-flex; width: 150px; height: 11px; align-items: flex-end; gap: 10px; border-bottom: 1px solid currentColor; }
.tide-rule i { display: block; width: 1px; height: 6px; background: currentColor; }
.tide-rule i:nth-child(2), .tide-rule i:nth-child(4) { height: 10px; }
.harbour-number { color: var(--lichen); font: 700 clamp(3rem, 8vw, 7rem)/.8 var(--utility); letter-spacing: -.06em; }

.site-header { position: relative; z-index: 100; color: var(--paper); background: var(--charcoal); border-bottom: 1px solid rgba(255,255,255,.12); }
.site-header__inner { width: var(--rail); min-height: 88px; margin-inline: auto; display: grid; grid-template-columns: minmax(245px, 320px) 1fr; gap: 2rem; align-items: center; }
.site-brand { display: inline-flex; align-items: center; max-width: 310px; }
.site-brand > a { display: inline-flex; align-items: center; max-width: 100%; text-decoration: none; }
.site-brand img, .site-brand .custom-logo { width: min(310px, 100%); max-height: 64px; object-fit: contain; object-position: left center; }
.site-navigation { display: flex; justify-content: flex-end; align-items: center; gap: clamp(1rem, 2.4vw, 2.6rem); }
.site-menu { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: clamp(.9rem, 1.7vw, 1.8rem); margin: 0; padding: 0; list-style: none; }
.site-menu a { font: 700 13px/1.2 var(--utility); letter-spacing: .02em; text-decoration: none; }
.header-tour-link { padding: .72rem .85rem; color: var(--paper); border: 1px solid var(--clay); font: 800 12px/1 var(--utility); letter-spacing: .06em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.header-tour-link:hover { color: var(--charcoal); background: var(--clay); }
.menu-toggle { display: none; }

.hero-transect { position: relative; min-height: 760px; display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(420px, .85fr); color: var(--paper); background: var(--forest); overflow: hidden; }
.hero-transect__image { position: relative; min-height: 760px; clip-path: polygon(0 0, 100% 0, 97% 29%, 100% 52%, 96% 75%, 100% 100%, 0 100%); }
.hero-transect__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(24,36,38,.12), rgba(24,36,38,.35)); }
.hero-transect__image img { width: 100%; height: 100%; object-fit: cover; object-position: 46% center; }
.hero-transect__copy { align-self: center; padding: clamp(3rem, 5vw, 6rem) clamp(2rem, 4vw, 5rem); }
.hero-transect__copy h1 { max-width: 9ch; margin-bottom: .28em; color: var(--paper); font-size: clamp(4rem, 7.4vw, 8.7rem); }
.hero-transect__copy > p:not(.eyebrow) { max-width: 38rem; color: rgba(245,241,232,.82); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 1.3rem; align-items: center; margin-top: 2rem; }
.hero-transect__ahead { position: absolute; right: auto; bottom: 0; left: calc(66% - clamp(210px, 17vw, 260px)); width: clamp(210px, 17vw, 260px); transform: translateY(24%); color: var(--paper); background: var(--charcoal); text-decoration: none; transition: transform .35s ease; }
.hero-transect__ahead:hover { transform: translateY(10%); color: var(--paper); }
.hero-transect__ahead img { aspect-ratio: 16/10; width: 100%; object-fit: cover; }
.hero-transect__ahead span { display: grid; gap: .2rem; padding: 1rem 1.2rem 1.6rem; font-size: .8rem; }
.hero-transect__ahead b { color: var(--lichen); font: 700 11px/1 var(--utility); letter-spacing: .14em; text-transform: uppercase; }
.orientation-strip { display: flex; justify-content: space-between; gap: 2rem; align-items: center; padding: 1.4rem max(32px, calc((100vw - min(1280px, calc(100vw - 64px))) / 2)); color: var(--paper); background: var(--cedar); }
.orientation-strip p { margin: 0; }

.section-heading { margin-bottom: clamp(2rem, 5vw, 4.5rem); }
.section-heading h2 { max-width: 15ch; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(280px, .55fr); gap: clamp(2rem, 7vw, 7rem); align-items: end; }
.section-heading--split > p { max-width: 40rem; color: var(--slate); }
.chapter-grid { padding-block: clamp(5rem, 10vw, 10rem); }
.chapter-grid__items { display: grid; grid-template-columns: 1.2fr .75fr .95fr; gap: 1px; background: rgba(24,36,38,.25); }
.chapter { position: relative; min-height: 440px; color: var(--paper); background: var(--charcoal); overflow: hidden; text-decoration: none; }
.chapter--wide { grid-column: span 2; min-height: 560px; }
.chapter--portrait { min-height: 560px; }
.chapter--calm { grid-column: span 2; }
.chapter img { width: 100%; height: 100%; object-fit: cover; opacity: .83; transition: transform .7s cubic-bezier(.2,.8,.2,1), opacity .35s ease; }
.chapter::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(24,36,38,.9)); }
.chapter:hover img { transform: scale(1.025); opacity: .95; }
.chapter__number { position: absolute; z-index: 1; top: 1.4rem; left: 1.4rem; font: 800 clamp(2.2rem, 4vw, 4.5rem)/1 var(--utility); color: var(--lichen); }
.chapter__label { position: absolute; z-index: 1; right: 1.5rem; bottom: 1.5rem; left: 1.5rem; display: grid; gap: .3rem; }
.chapter__label b { font: 600 clamp(1.8rem, 3vw, 3.2rem)/1 var(--display); }
.chapter__label:not(b) { font-size: .85rem; }
.two-coast-edge { clip-path: polygon(0 0, 100% 0, 98% 24%, 100% 49%, 97% 72%, 100% 100%, 0 100%); }

.continuation-band { display: grid; grid-template-columns: 1.3fr .7fr; min-height: 640px; color: var(--paper); background: var(--charcoal); }
.continuation-band__image img { width: 100%; height: 100%; min-height: 640px; object-fit: cover; object-position: center; }
.continuation-band__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 6vw, 7rem); background: linear-gradient(135deg, var(--forest), var(--charcoal)); }
.continuation-band__copy h2 { color: var(--paper); font-size: clamp(2.8rem, 5vw, 5.7rem); }
.continuation-band__copy p { color: rgba(245,241,232,.8); }

.experience-section { padding-block: clamp(5rem, 9vw, 9rem); }
.integration-fallback { display: flex; justify-content: space-between; gap: 3rem; align-items: center; padding: clamp(2rem, 5vw, 4rem); color: var(--paper); background: var(--forest); border-left: 10px solid var(--clay); }
.integration-fallback h3 { color: var(--paper); max-width: 20ch; }
.integration-fallback p { max-width: 55ch; color: rgba(245,241,232,.76); }
.integration-fallback .button { color: var(--paper); border-color: var(--paper); flex: 0 0 auto; }
.integration-fallback--large { align-items: flex-start; }

.planning-atlas { display: grid; grid-template-columns: minmax(300px, .78fr) minmax(420px, 1.22fr); gap: clamp(3rem, 8vw, 9rem); align-items: center; padding-block: clamp(5rem, 9vw, 9rem); border-top: 1px solid rgba(24,36,38,.22); }
.planning-atlas__map { position: relative; padding: 1.2rem; background: var(--paper); box-shadow: 14px 14px 0 var(--cedar); }
.planning-atlas__map img { width: 100%; mix-blend-mode: multiply; }
.planning-atlas__copy h2 { max-width: 11ch; }
.harbour-steps { display: grid; gap: 0; margin: 2.5rem 0; padding: 0; list-style: none; border-top: 1px solid rgba(24,36,38,.25); }
.harbour-steps li { display: grid; grid-template-columns: 60px 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid rgba(24,36,38,.25); }
.harbour-steps span { color: var(--clay); font: 800 1.7rem/1 var(--utility); }
.harbour-steps b { font-family: var(--display); font-size: 1.25rem; }
.harbour-steps p { margin: .25rem 0 0; color: var(--slate); font-size: .92rem; }

.latest-guides { padding-block: clamp(5rem, 9vw, 9rem); }
.guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1.4rem, 3vw, 3rem); }
.guide-grid--index { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.guide-card { min-width: 0; border-top: 1px solid var(--charcoal); }
.guide-card__image { display: block; margin-top: 1rem; background: var(--forest); overflow: hidden; }
.guide-card__image img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform .5s ease; }
.guide-card:hover .guide-card__image img { transform: scale(1.025); }
.guide-card__content { padding: 1.35rem 0; }
.guide-card__content h2 { margin-top: .4rem; font-size: clamp(1.5rem, 2.2vw, 2.15rem); line-height: 1.08; }
.guide-card__content h2 a { text-decoration: none; }
.guide-card__content p { color: var(--slate); font-size: .92rem; }
.guide-card__meta { color: var(--cedar); font: 700 12px/1 var(--utility); letter-spacing: .05em; text-transform: uppercase; }
.latest-guides > .text-link { margin-top: 3rem; }

.stay-section { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 640px; color: var(--paper); background: var(--forest); }
.stay-section__image img { width: 100%; height: 100%; min-height: 640px; object-fit: cover; }
.stay-section__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(3rem, 7vw, 8rem); }
.stay-section__content h2 { color: var(--paper); }
.stay-section__content > p { color: rgba(245,241,232,.8); }
.stay-links { display: grid; gap: 1rem; margin-top: 1.6rem; }
.stay-links a { display: flex; justify-content: space-between; padding: 1rem 0; border-top: 1px solid rgba(245,241,232,.3); text-decoration: none; }
.newsletter-section { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; padding-block: clamp(4rem, 8vw, 8rem); }
.newsletter-form label, .contact-form label, .search-form label { display: block; margin-bottom: .45rem; font: 750 13px/1.3 var(--utility); letter-spacing: .04em; }
.newsletter-form__row, .search-form > div { display: flex; }
input, textarea { width: 100%; min-height: 50px; border: 1px solid rgba(24,36,38,.46); border-radius: 0; padding: .75rem .9rem; color: var(--charcoal); background: var(--white); }
textarea { resize: vertical; }
input:disabled { color: var(--slate); background: rgba(255,255,255,.35); }
input[type="checkbox"], input[type="radio"] { width: 18px; min-height: 18px; height: 18px; vertical-align: middle; }
.newsletter-form .sib-default-btn { cursor: pointer; background: var(--charcoal); color: var(--paper); border: 0; font-weight: 700; }
.newsletter-form .sib-form-message-panel { padding: 1rem; border: 1px solid var(--forest); }
.newsletter-form button, .search-form button { flex: 0 0 auto; border: 0; padding: .7rem 1.2rem; color: var(--paper); background: var(--charcoal); font: 800 12px/1 var(--utility); letter-spacing: .04em; text-transform: uppercase; }
.newsletter-form button:disabled { color: var(--paper); background: var(--slate); cursor: not-allowed; }
.form-note { margin-top: .7rem; color: var(--slate); font-size: .8rem; }

.editorial-hero, .category-hero { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 600px; color: var(--paper); background: var(--forest); }
.editorial-hero__copy, .category-hero__copy { align-self: center; padding: clamp(3rem, 7vw, 8rem); }
.editorial-hero h1, .category-hero h1 { color: var(--paper); font-size: clamp(3.5rem, 7vw, 7rem); }
.editorial-hero__copy > p:not(.eyebrow), .category-hero__copy > p:not(.eyebrow) { color: rgba(245,241,232,.8); }
.editorial-hero__image img, .category-hero__image img { width: 100%; height: 100%; min-height: 600px; object-fit: cover; clip-path: polygon(3% 0, 100% 0, 100% 100%, 0 100%, 2% 72%, 0 48%, 3% 25%); }
.category-index { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); padding-block: 2.2rem; border-bottom: 1px solid rgba(24,36,38,.25); }
.category-index a { display: flex; justify-content: space-between; gap: .8rem; padding: 1rem; border-right: 1px solid rgba(24,36,38,.2); font: 750 14px/1.2 var(--utility); text-decoration: none; }
.guide-listing { padding-block: clamp(4rem, 8vw, 8rem); }
.pagination, .nav-links { display: flex; gap: .75rem; align-items: center; justify-content: center; margin-top: 4rem; }
.page-numbers { display: inline-grid; min-width: 44px; min-height: 44px; place-items: center; padding: .5rem; border: 1px solid rgba(24,36,38,.35); text-decoration: none; }
.page-numbers.current { color: var(--paper); background: var(--charcoal); }
.category-supporting { margin-top: 5rem; padding-top: 3rem; border-top: 1px solid rgba(24,36,38,.25); }

.article-header { max-width: 1080px; padding-top: clamp(4rem, 9vw, 9rem); }
.article-header h1 { max-width: 13ch; font-size: clamp(3.4rem, 7vw, 7.5rem); }
.article-deck { max-width: 800px; color: var(--slate); font: 1.2rem/1.55 var(--body); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .6rem; margin-bottom: 3rem; color: var(--slate); font: 700 12px/1.4 var(--utility); }
.breadcrumbs a { text-decoration: none; }
.article-meta { display: flex; flex-wrap: wrap; gap: 1.2rem; align-items: center; margin-top: 2rem; color: var(--cedar); font: 750 12px/1 var(--utility); letter-spacing: .04em; text-transform: uppercase; }
.article-featured { margin-top: 3rem; }
.article-featured img { width: 100%; max-height: 760px; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(3rem, 7vw, 7.5rem); align-items: start; padding-block: clamp(4rem, 8vw, 8rem); }
.article-content, .article-sidebar { min-width: 0; }
.prose { max-width: var(--reading); }
.prose > *:first-child { margin-top: 0; }
.prose h2 { margin-top: 2.2em; font-size: clamp(2rem, 3.5vw, 3.3rem); line-height: 1.06; }
.prose h3 { margin-top: 1.8em; line-height: 1.14; }
.prose a { color: var(--cedar); }
.prose ul li::marker, .prose ol li::marker { color: var(--clay); font-weight: 800; }
.prose table { display: block; width: 100%; max-width: 100%; margin: 2rem 0; border-collapse: collapse; overflow-x: auto; font-size: .88rem; }
.prose th, .prose td { min-width: 140px; padding: .8rem; border: 1px solid rgba(24,36,38,.28); text-align: left; vertical-align: top; }
.prose th { color: var(--paper); background: var(--forest); }
.prose .wp-block-image.alignwide { width: min(100vw - 40px, 1040px); max-width: none; margin-left: min(0px, calc((var(--reading) - min(100vw - 40px, 1040px)) / 2)); }
.prose .wp-block-button__link { border-radius: 0; color: var(--paper); background: var(--charcoal); }
.article-sidebar { position: sticky; top: 24px; display: grid; gap: 1.4rem; }
.sidebar-note, .sidebar-provider-pending, .widget { padding: 1.5rem; background: var(--paper); border-top: 6px solid var(--clay); }
.sidebar-note h2, .widget-title { font-size: 1.65rem; line-height: 1.08; }
.sidebar-note a { font-weight: 750; text-decoration: none; }
.sidebar-provider-pending { color: var(--paper); background: var(--forest); border-top-color: var(--lichen); }
.sidebar-provider-pending p { margin: .6rem 0 0; color: rgba(245,241,232,.78); font-size: .86rem; }
.related-guides { padding-block: clamp(4rem, 8vw, 8rem); border-top: 1px solid rgba(24,36,38,.2); }

.page-hero { padding-block: clamp(4rem, 9vw, 9rem) clamp(2rem, 5vw, 5rem); }
.page-hero h1 { max-width: 13ch; }
.page-hero > p:not(.eyebrow) { max-width: 720px; color: var(--slate); }
.page-content { padding-bottom: clamp(5rem, 10vw, 10rem); }
.tours-hero { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 660px; color: var(--paper); background: var(--charcoal); }
.tours-hero__copy { align-self: center; padding: clamp(3rem, 6vw, 7rem); }
.tours-hero__copy h1 { color: var(--paper); }
.tours-hero__copy > p:not(.eyebrow) { color: rgba(245,241,232,.78); }
.tours-hero__mosaic { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: 4px; }
.tours-hero__mosaic > div:first-child { grid-row: span 2; }
.tours-hero__mosaic img { width: 100%; height: 100%; object-fit: cover; }
.tour-themes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; padding-block: 4rem; background: rgba(24,36,38,.2); }
.tour-themes > div { padding: 2rem; background: var(--fog); }
.tour-themes span { color: var(--clay); font: 800 2rem/1 var(--utility); }
.tour-themes h2 { margin-top: 1rem; font-size: 2rem; }
.tour-themes p { color: var(--slate); }
.tour-results { padding-block: clamp(4rem, 8vw, 8rem); }

.about-hero { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 650px; color: var(--paper); background: var(--forest); }
.about-hero > div:first-child img { width: 100%; height: 100%; min-height: 650px; object-fit: cover; }
.about-hero > div:last-child { align-self: center; padding: clamp(3rem, 7vw, 8rem); }
.about-hero h1 { color: var(--paper); }
.about-hero > div:last-child > p:not(.eyebrow) { color: rgba(245,241,232,.8); }
.about-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: clamp(3rem, 8vw, 8rem); padding-block: clamp(5rem, 9vw, 9rem); }
.about-layout aside { align-self: start; padding: 2rem; color: var(--paper); background: var(--cedar); }
.about-layout aside .tide-rule { margin: 1rem 0 2rem; }
.contact-hero { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; padding-block: clamp(4rem, 8vw, 8rem); }
.contact-hero > div:last-child { padding: 12px; background: var(--cedar); }
.contact-hero img { aspect-ratio: 16/9; width: 100%; object-fit: cover; }
.contact-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(3rem, 8vw, 8rem); padding-bottom: clamp(5rem, 10vw, 10rem); }
.contact-form { padding: clamp(1.5rem, 4vw, 3rem); background: var(--paper); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-message, .contact-pending { padding: 1.4rem; border-left: 6px solid var(--clay); background: var(--paper); }
.form-message--success { border-color: var(--forest); }
.legal-page { background: var(--paper); padding-bottom: clamp(5rem, 10vw, 10rem); }
.legal-header { width: min(900px, calc(100vw - 48px)); margin-inline: auto; padding-block: clamp(4rem, 9vw, 9rem) 3rem; border-bottom: 1px solid rgba(24,36,38,.25); }
.legal-header h1 { font-size: clamp(3rem, 6vw, 6rem); }
.legal-content { width: min(760px, calc(100vw - 48px)); margin: 3rem auto 0; }
.not-found { min-height: calc(100vh - 88px); display: grid; grid-template-columns: 1.25fr .75fr; color: var(--paper); background: var(--charcoal); }
.not-found__image img { width: 100%; height: 100%; min-height: 700px; object-fit: cover; }
.not-found__copy { align-self: center; padding: clamp(3rem, 6vw, 7rem); }
.not-found__copy h1 { color: var(--paper); font-size: clamp(3.3rem, 6vw, 6.5rem); }
.not-found__copy > p:not(.eyebrow) { color: rgba(245,241,232,.78); }
.not-found .search-form { margin-top: 2rem; }
.not-found .search-form input { color: var(--charcoal); }

.provider-surface { width: 100%; }
.provider-surface :where(.tsva-card,.travelspark-card,.viator-card,.tour-card,.hotel-card,[class*="tour-card"],[class*="hotel-card"]) { border-radius: 0 !important; border: 1px solid rgba(24,36,38,.22) !important; box-shadow: none !important; overflow: hidden; background: var(--paper) !important; }
.provider-surface :where(.tsva-grid,.travelspark-grid,[class*="tour-grid"],[class*="hotel-grid"]) { display: grid !important; grid-template-columns: repeat(3,minmax(0,1fr)) !important; gap: 1.2rem !important; }
.provider-surface :where(img) { aspect-ratio: 4/3; object-fit: cover; }
.provider-surface :where(button,.button,a[class*="button"],a[class*="cta"]) { min-height: 44px; border-radius: 0 !important; color: var(--paper) !important; background: var(--charcoal) !important; }
.article-sidebar .provider-surface :where(.tsva-grid,.travelspark-grid,[class*="tour-grid"],[class*="hotel-grid"]) { grid-template-columns: 1fr !important; }
.empty-state { padding: 2rem; border: 1px solid rgba(24,36,38,.25); background: var(--paper); }

.site-footer { position: relative; overflow: hidden; color: var(--paper); background: var(--forest); }
.site-footer__mark { position: absolute; right: 3vw; top: 8%; opacity: .08; }
.site-footer__mark img { width: clamp(130px, 20vw, 300px); max-height: 520px; object-fit: contain; }
.site-footer__inner { position: relative; z-index: 1; width: var(--rail); margin-inline: auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(4rem, 10vw, 10rem); padding-block: clamp(5rem, 9vw, 9rem); }
.site-footer__logo { display: inline-flex; max-width: 340px; }
.site-footer__logo img { max-height: 92px; object-fit: contain; object-position: left; }
.site-footer__slogan { margin: 2rem 0 .5rem; font: 600 clamp(2.4rem, 4vw, 4.5rem)/.98 var(--display); max-width: 9ch; }
.site-footer__lead > p:last-child { max-width: 34rem; color: rgba(245,241,232,.68); }
.site-footer__nav { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.site-footer__nav h2 { color: var(--lichen); font: 800 12px/1 var(--utility); letter-spacing: .15em; text-transform: uppercase; }
.site-footer__nav ul { margin: 0; padding: 0; list-style: none; }
.site-footer__nav li + li { margin-top: .65rem; }
.site-footer__nav a { font-size: .88rem; text-decoration: none; }
.site-footer__base { position: relative; z-index: 1; width: var(--rail); margin-inline: auto; display: flex; justify-content: space-between; gap: 2rem; padding-block: 1.2rem; border-top: 1px solid rgba(245,241,232,.18); color: rgba(245,241,232,.62); font: 12px/1.4 var(--utility); }
.site-footer__base p { margin: 0; }

@media (max-width: 1100px) {
  :root { --rail: min(100% - 48px, 980px); }
  .site-header__inner { grid-template-columns: minmax(220px, 280px) 1fr; }
  .site-menu { gap: .8rem; }
  .site-menu li:nth-child(n+5) { display: none; }
  .hero-transect { grid-template-columns: 1.15fr .85fr; min-height: 680px; }
  .hero-transect__image { min-height: 680px; }
  .hero-transect__ahead { display: none; }
  .chapter-grid__items { grid-template-columns: 1fr 1fr; }
  .chapter--wide, .chapter--portrait, .chapter--calm { grid-column: auto; min-height: 460px; }
  .category-index { grid-template-columns: repeat(3,1fr); }
  .article-layout { grid-template-columns: minmax(0,1fr) 290px; gap: 3rem; }
}

@media (max-width: 820px) {
  :root { --rail: min(100% - 36px, 720px); }
  body { font-size: 17px; }
  .site-header__inner { min-height: 76px; grid-template-columns: minmax(190px, 240px) 1fr; }
  .site-brand img, .site-brand .custom-logo { max-height: 52px; }
  .menu-toggle { display: inline-flex; justify-self: end; gap: .75rem; align-items: center; border: 0; padding: .75rem; color: var(--paper); background: transparent; font: 800 12px/1 var(--utility); letter-spacing: .08em; text-transform: uppercase; }
  .menu-toggle__icon { display: grid; gap: 6px; width: 24px; }
  .menu-toggle__icon i { height: 1px; background: currentColor; transition: transform .25s ease; }
  .site-navigation { display: grid; grid-column: 1 / -1; gap: 1.4rem; padding: 1rem 0 2rem; }
  .has-js .site-navigation { position: fixed; inset: 76px 0 0; z-index: 90; align-content: start; padding: 2.5rem 24px; background: var(--forest); overflow-y: auto; visibility: hidden; opacity: 0; transform: translateY(-12px); pointer-events: none; transition: opacity .22s ease, transform .22s ease, visibility 0s .22s; }
  .has-js .site-navigation.is-open { visibility: visible; opacity: 1; transform: none; pointer-events: auto; transition-delay: 0s; }
  .site-menu { display: grid; justify-content: stretch; gap: 0; }
  .site-menu li:nth-child(n) { display: block; }
  .site-menu a { display: flex; padding: 1rem 0; border-bottom: 1px solid rgba(245,241,232,.2); font: 600 clamp(1.55rem, 5vw, 2.5rem)/1.1 var(--display); }
  .header-tour-link { justify-content: space-between; padding: 1rem; }
  .nav-open .menu-toggle__icon i:first-child { transform: translateY(3.5px) rotate(45deg); }
  .nav-open .menu-toggle__icon i:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .hero-transect { min-height: auto; grid-template-columns: 1fr; }
  .hero-transect__image { min-height: 62vh; clip-path: polygon(0 0,100% 0,100% 95%,73% 100%,49% 96%,27% 100%,0 96%); }
  .hero-transect__copy { padding: 3rem 24px 4rem; }
  .orientation-strip { padding-inline: 24px; }
  .orientation-strip .tide-rule { display: none; }
  .section-heading--split { grid-template-columns: 1fr; gap: 1rem; }
  .chapter-grid__items { grid-template-columns: 1fr; }
  .chapter, .chapter--wide, .chapter--portrait, .chapter--calm { min-height: 430px; }
  .continuation-band, .stay-section, .planning-atlas, .editorial-hero, .category-hero, .tours-hero, .about-hero, .contact-hero, .contact-layout, .newsletter-section, .not-found { grid-template-columns: 1fr; }
  .continuation-band__image img, .stay-section__image img { min-height: 480px; }
  .continuation-band__copy, .stay-section__content { padding: 3.5rem 24px; }
  .planning-atlas { gap: 4rem; }
  .guide-grid, .guide-grid--index { grid-template-columns: 1fr 1fr; }
  .editorial-hero__image img, .category-hero__image img { min-height: 430px; clip-path: none; }
  .category-index { grid-template-columns: 1fr 1fr; }
  .article-layout { grid-template-columns: minmax(0, 1fr); }
  .article-sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .article-sidebar .provider-surface { grid-column: 1 / -1; }
  .tours-hero__mosaic { min-height: 480px; }
  .tour-themes { grid-template-columns: 1fr; }
  .about-hero > div:first-child img { min-height: 480px; }
  .about-layout { grid-template-columns: 1fr; }
  .contact-layout { gap: 2rem; }
  .not-found__image img { min-height: 52vh; }
  .site-footer__inner { grid-template-columns: 1fr; gap: 4rem; }
}

@media (max-width: 560px) {
  :root { --rail: calc(100% - 28px); }
  h1 { font-size: clamp(2.8rem, 15vw, 4.5rem); }
  h2 { font-size: clamp(2rem, 11vw, 3.2rem); }
  .site-header__inner { grid-template-columns: minmax(170px, 220px) 1fr; }
  .menu-toggle__label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .hero-transect__image { min-height: 54vh; }
  .hero-transect__copy h1 { font-size: clamp(3.4rem, 17vw, 5.6rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .hero-actions .text-link { justify-content: center; }
  .chapter, .chapter--wide, .chapter--portrait, .chapter--calm { min-height: 380px; }
  .guide-grid, .guide-grid--index { grid-template-columns: 1fr; }
  .integration-fallback { align-items: stretch; flex-direction: column; }
  .newsletter-form__row, .search-form > div { flex-direction: column; }
  .newsletter-form button, .search-form button { min-height: 48px; }
  .category-index { grid-template-columns: 1fr; }
  .category-index a { border-right: 0; border-bottom: 1px solid rgba(24,36,38,.2); }
  .article-sidebar { grid-template-columns: 1fr; }
  .article-featured { width: 100%; }
  .article-layout { width: calc(100% - 28px); }
  .form-grid { grid-template-columns: 1fr; }
  .tours-hero__mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 1.25fr .75fr; min-height: 420px; }
  .tours-hero__mosaic > div:first-child { grid-column: span 2; grid-row: auto; }
  .provider-surface :where(.tsva-grid,.travelspark-grid,[class*="tour-grid"],[class*="hotel-grid"]) { grid-template-columns: 1fr !important; }
  .site-footer__nav { grid-template-columns: 1fr 1fr; }
  .site-footer__base { align-items: flex-start; flex-direction: column; }
}

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

@media print {
  .site-header, .site-footer, .article-sidebar, .newsletter-section { display: none !important; }
  body { color: #000; background: #fff; font-size: 12pt; }
  .section-wrap, .prose { width: 100%; max-width: none; }
  a { color: #000; }
}
