:root {
  --bg: #f4fbfd;
  --surface: #ffffff;
  --panel: #ffffff;
  --ink: #112b3d;
  --muted: #5d7180;
  --deep: #00345f;
  --water: #0877d8;
  --sky: var(--water);
  --pine: oklch(0.43 0.09 156);
  --sun: oklch(0.78 0.16 72);
  --accent: #d95a45;
  --line: #c8dce6;
  --white: #ffffff;
  --wrap: min(1180px, calc(100% - 32px));
  --radius: 8px;
  --type-xs: 12px;
  --type-sm: 14px;
  --type-base: 16px;
  --type-md: 18px;
  --type-lg: 24px;
  --type-xl: 32px;
  --type-hero: 48px;
}

@font-face {
  font-family: "Gilroy";
  src: url("/assets/fonts/Gilroylight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("/assets/fonts/Gilroy-SemiBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

* { box-sizing: border-box; }
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--bg);
  font-family: "Gilroy", sans-serif;
  font-size: var(--type-base);
  font-weight: 300;
  line-height: 1.55;
}
button, input, select, textarea, .btn, .brand, .nav a, .leaflet-container, .leaflet-pane {
  font-family: "Gilroy", sans-serif !important;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
p { margin-top: 0; }

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: oklch(0.99 0.004 205 / .94);
  backdrop-filter: blur(14px);
}
.topbar-inner {
  width: var(--wrap);
  min-height: 68px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  gap: 24px;
  align-items: center;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--deep);
  font-size: var(--type-lg);
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}
.brand-mark {
  flex: 0 0 auto;
  width: 56px;
  height: 46px;
  background: url("/assets/brand-boat-logo-deep.png") center / contain no-repeat;
}
.weather-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  order: 0;
  flex: 1;
  color: var(--deep);
  font-size: var(--type-sm);
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.weather-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 34px;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--panel);
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", "Gilroy", sans-serif;
}
.sun-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--sun);
  box-shadow: 0 0 0 4px oklch(0.78 0.16 72 / .18);
}
.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px;
  font-size: 14px;
}
.nav a {
  padding: 8px 9px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 700;
  text-decoration: none;
}
.nav a:hover,
.nav a[aria-current="page"] {
  color: var(--deep);
  background: var(--surface);
}

.hero {
  position: relative;
  min-height: min(760px, calc(100svh - 68px));
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--deep);
}
.hero.compact { min-height: 520px; }
.hero img.hero-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero img.hero-photo[src*="gallery-red-sails-clouds"],
.hero img.hero-photo[src*="gallery-gold-sunset-water"] {
  object-position: center 78%;
}
.hero img.hero-photo[src*="gallery-foggy-island-sunset"] {
  object-position: center 58%;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, oklch(0.16 0.06 230 / .8), oklch(0.18 0.05 220 / .28) 58%, transparent),
    linear-gradient(0deg, oklch(0.12 0.03 230 / .48), transparent 48%);
}
.hero-body {
  position: relative;
  z-index: 1;
  width: var(--wrap);
  margin: 0 auto;
  padding: clamp(54px, 8vw, 110px) 0 clamp(32px, 5vw, 70px);
}
.lake-hero {
  min-height: min(760px, calc(100svh - 68px));
  align-items: center;
  color: var(--ink);
  background:
    radial-gradient(circle at 32% 44%, oklch(0.82 0.07 198 / .54), transparent 38%),
    linear-gradient(115deg, oklch(0.88 0.04 194), oklch(0.985 0.004 205) 72%);
}
.lake-hero::after { display: none; }
.lake-hero .hero-body {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .9fr);
  gap: clamp(20px, 4vw, 58px);
  align-items: center;
}
.lake-hero h1 {
  font-size: clamp(42px, 5.5vw, 76px);
}
.lake-hero h1 { color: var(--deep); }
.lake-hero .lead { color: var(--muted); }
.lake-hero .eyebrow {
  color: var(--white);
  background: var(--deep);
}
.lake-hero .hero-fact {
  border-color: var(--line);
  background: oklch(1 0 0 / .76);
}
.lake-hero .hero-fact span { color: var(--muted); }
.hero-lake-diagram {
  position: relative;
  min-width: 0;
  min-height: clamp(420px, 45vw, 560px);
  margin: 0;
  display: grid;
  place-items: center;
}
.hero-lake-diagram::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 45% 55% 52% 48%;
  background: radial-gradient(circle, oklch(0.72 0.13 218 / .34), transparent 68%);
  filter: blur(18px);
}
.hero-lake-inner {
  position: relative;
  width: min(100%, 560px);
  aspect-ratio: .96;
}
.hero-lake-inner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero-lake-inner .depth-fill {
  filter: drop-shadow(0 24px 30px oklch(0.2 0.08 238 / .22));
}
.hero-lake-inner .outline {
  opacity: .85;
  mix-blend-mode: multiply;
}
.hero-photo-showcase {
  position: relative;
  min-width: 0;
  min-height: clamp(420px, 45vw, 560px);
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--deep);
}
.hero-photo-showcase img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
}
.hero-photo-showcase::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, oklch(0.12 0.04 230 / .54), transparent 55%);
}
.hero-photo-showcase figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  max-width: 360px;
  padding: 14px;
  border-radius: var(--radius);
  color: var(--white);
  background: oklch(0.18 0.055 230 / .78);
}
.hero-photo-showcase b {
  display: block;
  margin-bottom: 4px;
  color: var(--sky);
  font-size: 28px;
  line-height: 1;
}
.hero-photo-showcase span {
  display: block;
  font-size: 13px;
}
.hero-depth-note {
  position: absolute;
  right: 6%;
  bottom: 12%;
  max-width: 180px;
  padding: 12px;
  border-radius: var(--radius);
  color: var(--white);
  background: var(--deep);
  font-size: 13px;
}
.hero-depth-note b {
  display: block;
  margin-bottom: 4px;
  color: var(--cyan);
  font-size: 28px;
  line-height: 1;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--white);
  background: oklch(1 0 0 / .18);
  font-size: var(--type-sm);
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  color: var(--deep);
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
  text-wrap: balance;
}
h1 {
  max-width: 850px;
  margin-bottom: 18px;
  color: var(--white);
  font-size: var(--type-hero);
  line-height: 1.1;
}
h2 {
  margin-bottom: 24px;
  font-size: 38.4px !important;
  line-height: 1.2;
}
h3 {
  margin-bottom: 8px;
  font-size: var(--type-lg) !important;
  line-height: 1.2;
}
.lead {
  max-width: 740px;
  color: var(--white);
  font-size: var(--type-md);
  line-height: 1.55;
  text-wrap: pretty;
}
p, li {
  font-size: var(--type-base) !important;
  line-height: 1.55;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 17px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--deep);
  background: var(--white);
  font-size: var(--type-base);
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.btn.primary {
  color: var(--white);
  border-color: transparent;
  background: var(--accent);
}
.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.island-hero .hero-facts {
  max-width: 820px;
}
.hero-fact {
  min-width: 132px;
  max-width: 53%;
  padding: 12px 14px;
  border: 1px solid oklch(1 0 0 / .28);
  border-radius: var(--radius);
  background: oklch(1 0 0 / .14);
}
.hero-fact b {
  display: block;
  color: var(--accent);
  font-size: var(--type-xl) !important;
  font-weight: 700;
  line-height: 1.1;
}
.hero-fact span {
  display: block;
  margin-top: 5px;
  color: oklch(0.93 0.01 205);
  font-size: var(--type-sm) !important;
  font-weight: 600;
  letter-spacing: 0;
}

main > section:not(.hero):not(.cta-band):not(.excursion-cta):not(.island-crosslink):not(.route-crosslink):not(.yandex-profile-informer):not(.access-routes):not(.burial-compare-single), .section {
  width: var(--wrap);
  margin: 0 auto;
  padding: clamp(38px, 5vw, 70px) 0;
}
.section-intro {
  max-width: 800px;
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 18px;
  text-wrap: pretty;
}
.split {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, 1.05fr);
  gap: clamp(20px, 4vw, 44px);
  align-items: start;
}
.panel {
  padding: clamp(22px, 4vw, 36px);
  border-radius: var(--radius);
  color: var(--white);
  background: var(--deep);
}
.panel h2, .panel h3 { color: var(--white); }
.panel p { color: oklch(0.91 0.015 205); }
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 14px;
}
.photo-grid {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 14px;
  margin-top: 24px;
}
.photo-grid img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
  border-radius: var(--radius);
}
.photo-stack {
  display: grid;
  gap: 14px;
}
.photo-stack img { min-height: 160px; }
.visual-gallery {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.visual-tile {
  position: relative;
  min-width: 0;
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--deep);
  isolation: isolate;
}
.visual-tile.large {
  grid-column: span 4;
  min-height: 380px;
}
.visual-tile.wide {
  grid-column: span 3;
  min-height: 300px;
}
.visual-tile.tall {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 520px;
}
.visual-tile.small {
  grid-column: span 2;
  min-height: 250px;
}
.visual-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.22, 1, .36, 1);
}
.visual-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(0deg, oklch(0.12 0.04 230 / .82), oklch(0.16 0.04 230 / .18) 58%, transparent);
}
.visual-tile figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 18px;
  color: var(--white);
}
.visual-tile b {
  display: block;
  margin-bottom: 5px;
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.08;
}
.visual-tile span {
  display: block;
  max-width: 52ch;
  color: oklch(0.93 0.012 205);
  font-size: 14px;
  line-height: 1.45;
  text-wrap: pretty;
}
.visual-note {
  max-width: 860px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 15px;
}
.megalith-gallery .visual-gallery {
  grid-auto-flow: dense;
}
.megalith-gallery .visual-tile img {
  filter: saturate(1.04) contrast(1.03);
}
.megalith-gallery .visual-tile:nth-child(3) img,
.megalith-gallery .visual-tile:nth-child(4) img,
.megalith-gallery .visual-tile:nth-child(8) img,
.megalith-gallery .visual-tile:nth-child(9) img {
  object-position: center 56%;
}
.megalith-gallery .visual-tile:nth-child(5) img {
  object-position: center 44%;
}
.megalith-gallery .visual-tile:nth-child(6) img {
  object-position: center 48%;
}
.megalith-gallery .visual-tile:nth-child(7) img {
  object-position: center 42%;
}
@media (hover: hover) {
  .visual-tile:hover img { transform: scale(1.035); }
}
.story-figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.story-figure img {
  width: 100%;
  height: clamp(260px, 32vw, 430px);
  object-fit: cover;
}
.story-figure figcaption {
  padding: 14px 16px 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}
.prose-with-float {
  display: flow-root;
}
.source-inline-figure,
.source-map-figure {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.source-inline-figure {
  width: min(46%, 440px);
  margin: 4px 24px 16px 0;
}
.source-inline-figure-left {
  float: left;
}
.ford-copy-layout {
  display: grid;
  grid-template-columns: min(32.2%, 308px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}
.ford-inline-figure {
  width: 100%;
  margin: 0;
}
.ford-copy > p:first-child {
  margin-top: 0;
}
.source-map-figure {
  margin: 28px 0 0;
}
.source-map-image-crop {
  overflow: hidden;
  aspect-ratio: 1075 / 706;
}
.source-inline-figure img,
.source-map-figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  background: var(--panel);
}
.source-grave-image-crop {
  overflow: hidden;
  aspect-ratio: 748 / 705;
}
.source-grave-image-crop img {
  width: calc(100% * 775 / 748);
  max-width: none;
  transform: translateY(-0.704225%);
}
.source-inline-figure figcaption,
.source-map-figure figcaption {
  padding: 12px 14px 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.burial-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.burial-compare-single {
  width: min(940px, var(--wrap));
  max-width: none;
  margin-right: auto;
  margin-left: calc((100% - var(--wrap)) / 2);
  grid-template-columns: minmax(0, 1fr);
}
.burial-compare figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.burial-compare img {
  display: block;
  width: 100%;
  height: clamp(280px, 34vw, 520px);
  object-fit: cover;
  object-position: center;
  background: var(--deep);
}
.burial-compare.burial-compare-single img {
  height: auto;
  max-height: none;
  object-fit: contain;
}
.burial-compare figcaption {
  padding: 14px 16px 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}
.burial-compare b {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 16px;
}
.island-map-card {
  overflow: hidden;
  margin-top: clamp(20px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 16px 34px oklch(0.32 0.045 220 / .08);
}
.ford-map-section .island-map-card {
  clear: both;
}
.vera-island-osm-map {
  position: relative;
  width: 100%;
  height: clamp(420px, 52vw, 620px);
  min-height: 420px;
  background: oklch(0.88 0.045 205);
}
.vera-island-osm-map .leaflet-container,
.vera-island-osm-map .leaflet-pane {
  font-family: "Segoe UI", Arial, sans-serif;
}
.vera-island-osm-map .leaflet-control-attribution,
.access-route-map .leaflet-control-attribution {
  margin: 0 4px 2px 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: oklch(0.38 0.025 220);
  font-size: 10px;
  line-height: 1.2;
  text-shadow: 0 1px 2px oklch(1 0 0 / .9);
}
.vera-island-osm-map .leaflet-control-attribution a,
.access-route-map .leaflet-control-attribution a {
  color: inherit;
}
.vera-island-osm-map .leaflet-popup-content {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
}
.osm-map-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  padding: 20px;
  color: var(--deep);
  text-align: center;
  text-decoration: none;
}
.osm-map-fallback span {
  padding: 10px 14px;
  border-radius: 999px;
  background: oklch(1 0 0 / .9);
  font-weight: 900;
}
.vera-island-osm-map.is-loaded .osm-map-fallback {
  display: none;
}
.megalith-excursion-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  margin: clamp(22px, 4vw, 34px) 0 clamp(26px, 5vw, 42px);
}
.megalith-excursion-card {
  overflow: hidden;
  min-width: 0;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(300px, 2fr);
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 16px 34px oklch(0.32 0.045 220 / .08);
}
.megalith-excursion-card > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  background: var(--deep);
}
.megalith-excursion-copy {
  min-width: 0;
  align-self: stretch;
  padding: 18px 20px 20px;
}
.megalith-excursion-copy > span {
  display: inline-block;
  margin: 0;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--deep);
  background: oklch(0.93 0.045 205);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.megalith-excursion-card h3 {
  margin: 10px 0 10px;
  color: var(--deep);
  font-size: clamp(21px, 2.3vw, 28px);
  line-height: 1.1;
}
.megalith-excursion-card p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.55;
}
.megalith-excursion-card em {
  display: block;
  margin: 0 0 18px;
  color: var(--water);
  font-size: 14px;
  font-style: normal;
  font-weight: 850;
}
.megalith-excursion-card figure {
  margin: 16px 0 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: calc(var(--radius) - 4px);
  background: oklch(1 0 0 / .66);
}
.megalith-excursion-card figure img {
  display: block;
  width: 100%;
  height: clamp(180px, 22vw, 260px);
  object-fit: contain;
  background: oklch(0.96 0.01 205);
}
.megalith-excursion-card figcaption {
  padding: 10px 12px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}
.megalith-inline-feature {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(320px, .75fr);
  gap: 16px;
  margin: clamp(20px, 4vw, 34px) 0 clamp(26px, 5vw, 42px);
  align-items: stretch;
}
.megalith-inline-main,
.megalith-inline-copy figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 16px 34px oklch(0.32 0.045 220 / .08);
}
.megalith-inline-main img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(360px, 45vw, 560px);
  object-fit: cover;
}
.megalith-inline-copy {
  min-width: 0;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.megalith-inline-copy > span {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--deep);
  background: oklch(0.93 0.045 205);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.megalith-inline-copy h3 {
  margin: 12px 0 10px;
  color: var(--deep);
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1.08;
}
.megalith-inline-copy p {
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}
.megalith-inline-copy em {
  display: block;
  margin-bottom: 18px;
  color: var(--water);
  font-size: 14px;
  font-style: normal;
  font-weight: 850;
}
.megalith-inline-copy figure img {
  display: block;
  width: 100%;
  height: clamp(190px, 22vw, 260px);
  object-fit: cover;
}
.megalith-inline-copy figcaption {
  padding: 12px 14px 14px;
}
.megalith-inline-copy figcaption b,
.megalith-inline-copy figcaption span {
  display: block;
}
.megalith-inline-copy figcaption b {
  margin-bottom: 5px;
  color: var(--deep);
}
.megalith-inline-copy figcaption span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.legend-gallery,
.skit-gallery {
  grid-auto-flow: dense;
}
.inline-gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 22px 0 34px;
}
.inline-gallery .visual-tile,
.inline-gallery .visual-tile.large,
.inline-gallery .visual-tile.wide,
.inline-gallery .visual-tile.tall,
.inline-gallery .visual-tile.small {
  grid-column: auto;
  grid-row: auto;
  min-height: clamp(260px, 28vw, 360px);
}
.card,
.route-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.card strong,
.route-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--water);
  font-size: 24px;
  line-height: 1;
}
.card p,
.route-card p { color: var(--muted); }
.card h3,
.route-card h3,
.card p,
.route-card p {
  min-width: 0;
  overflow-wrap: anywhere;
}
.card p:last-child,
.route-card p:last-child { margin-bottom: 0; }
.facts-table,
.keyword-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--panel);
}
.facts-table th,
.facts-table td,
.keyword-table th,
.keyword-table td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
.facts-table th,
.keyword-table th {
  color: var(--deep);
  background: var(--surface);
}
.facts-table td:first-child { width: 38%; color: var(--muted); font-weight: 750; }
.anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}
.anchor-nav a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--deep);
  background: oklch(1 0 0 / .74);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.article-grid {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(280px, .34fr);
  gap: clamp(20px, 4vw, 46px);
  align-items: start;
}
.article-aside {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 12px;
}
.fact-stack {
  display: grid;
  gap: 10px;
}
.fact-chip {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.fact-chip b {
  display: block;
  color: var(--water);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1;
}
.fact-chip span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
}
.prose {
  width: min(940px, var(--wrap));
  max-width: none;
  margin-right: auto;
  margin-left: calc((100% - var(--wrap)) / 2);
}
.prose h2 {
  max-width: 920px;
}
.prose p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}
.prose h3 {
  margin-top: 30px;
  color: var(--deep);
}
.access-route-figure {
  margin: 28px 0 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 16px 34px rgba(0, 52, 95, .1);
}
.access-route-zoom {
  display: block;
  background: #d8ead2;
}
.access-route-zoom:focus-visible {
  outline: 3px solid var(--water);
  outline-offset: -3px;
}
.access-route-figure img {
  width: 100%;
  height: auto;
}
.access-route-figure figcaption {
  display: grid;
  gap: 4px;
  padding: 14px 16px 16px;
  color: var(--muted);
  line-height: 1.5;
}
.access-route-figure figcaption b {
  color: var(--deep);
  font-size: var(--type-base);
}
.access-route-figure figcaption span {
  font-size: var(--type-sm);
}
.access-routes {
  --access-active: var(--pine);
  width: min(940px, var(--wrap));
  max-width: none;
  margin-right: auto;
  margin-left: calc((100% - var(--wrap)) / 2);
}
.access-routes-head {
  max-width: 920px;
}
.access-routes-head .eyebrow {
  color: var(--water);
}
.access-routes-head .section-intro {
  margin-bottom: 28px;
}
.access-route-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 12px;
}
.access-route-tab {
  --tab-color: var(--water);
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 64px;
  overflow: hidden;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--ink);
  background: var(--panel);
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}
.access-route-tab:hover {
  border-color: var(--tab-color);
  transform: translateY(-1px);
}
.access-route-tab:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--tab-color) 38%, transparent);
  outline-offset: 2px;
}
.access-route-tab[aria-pressed="true"] {
  border-color: var(--tab-color);
  background: color-mix(in srgb, var(--tab-color) 8%, white);
  box-shadow: 0 10px 24px rgba(0, 52, 95, .1);
}
.access-route-tab-title {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}
.access-route-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 18px 40px rgba(0, 52, 95, .1);
}
.access-route-summary {
  padding: 24px;
}
.access-route-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.access-route-metric {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--bg);
}
.access-route-metric-label {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  line-height: 1.2;
  text-transform: uppercase;
}
.access-route-metric strong {
  display: block;
  margin-top: 8px;
  color: var(--deep);
  font-size: 27px;
  line-height: 1;
}
.access-route-metric > span:last-child {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}
.access-route-booking {
  color: var(--white);
  border-color: var(--accent);
  background: color-mix(in srgb, var(--accent) 84%, black);
  text-decoration: none;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease;
}
.access-route-booking .access-route-metric-label,
.access-route-booking strong,
.access-route-booking > span:last-child {
  color: var(--white);
}
.access-route-booking:hover {
  border-color: var(--accent);
  background: color-mix(in srgb, var(--accent) 74%, black);
}
.access-route-booking:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--access-active) 38%, transparent);
  outline-offset: 2px;
}
.access-route-booking strong {
  font-size: 23px;
  line-height: 1.1;
}
.access-route-map {
  width: 100%;
  height: clamp(470px, 62vh, 650px);
  background: #dff2f4;
}
.access-route-legend {
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: var(--panel);
}
.access-route-legend summary {
  padding: 14px 20px 10px;
  color: var(--deep);
  font-size: 14px;
  font-weight: 700;
}
.access-route-legend-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 20px;
  padding: 0 20px 16px;
}
.access-route-legend-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}
.access-route-legend-line {
  width: 32px;
  border-top: 5px solid var(--legend-color);
  border-radius: 99px;
}
.access-route-legend-line.is-dashed {
  border-top-style: dashed;
}
.access-route-warning {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 15px 20px 17px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: color-mix(in srgb, var(--access-active) 5%, white);
  font-size: 13px;
  line-height: 1.5;
}
.access-route-warning-mark {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--access-active);
  font-weight: 700;
}
.access-route-note {
  max-width: 900px;
  margin: 15px auto 0;
  color: var(--muted);
  font-size: 13px !important;
  line-height: 1.5;
  text-align: center;
}
.access-route-pin-wrap {
  border: 0;
  background: transparent;
}
.access-route-pin {
  display: flex;
  width: 100%;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 2px solid #111;
  border-radius: 999px;
  color: #111;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .18);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.fact-callout,
.law-box,
.review-widget {
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.fact-callout {
  border-left: 5px solid var(--water);
}
.fact-callout p:last-child,
.law-box p:last-child,
.review-widget p:last-child {
  margin-bottom: 0;
}
.timeline {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}
.timeline-row {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.timeline-row b {
  color: var(--water);
  font-size: 20px;
  line-height: 1.2;
}
.timeline-row p {
  margin: 0;
  color: var(--muted);
}
.law-list {
  display: grid;
  gap: 10px;
}
.law-list div {
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.law-list b {
  display: block;
  color: var(--deep);
  margin-bottom: 5px;
}
.review-widget {
  min-height: 220px;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--muted);
  background:
    linear-gradient(135deg, oklch(0.965 0.012 205), oklch(1 0 0)),
    var(--panel);
}
.guide-list {
  display: grid;
  gap: 10px;
}
.guide-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}
.guide-row b { color: var(--deep); }
.guide-row span { color: var(--muted); }
.nearby-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.nearby-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.nearby-card-feature {
  grid-column: span 3;
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
}
.nearby-card img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
}
.nearby-card-body {
  padding: clamp(18px, 3vw, 28px);
}
.nearby-card h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: var(--deep);
  font-size: clamp(23px, 2.2vw, 31px);
  line-height: 1.08;
}
.nearby-card p {
  margin-bottom: 0;
  color: var(--muted);
}
.resort-feature {
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(360px, 1.22fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
}
.resort-feature-logo {
  width: clamp(82px, 7vw, 112px);
  height: auto;
  margin: 0 0 18px;
}
.resort-feature-copy h2 {
  margin-top: 0;
}
.resort-feature-copy .section-intro {
  margin-bottom: 18px;
}
.resort-feature-photo {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--deep);
}
.resort-feature-photo img {
  width: 100%;
  height: clamp(320px, 36vw, 500px);
  object-fit: cover;
  object-position: center 54%;
}
.resort-feature-photo figcaption {
  padding: 12px 14px;
  color: var(--muted);
  background: var(--panel);
  font-size: 14px;
}
.beach-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.beach-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.beach-card-wide {
  grid-column: span 3;
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(0, 1.1fr);
}
.beach-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.beach-card-wide img {
  height: 100%;
  min-height: 360px;
  object-position: center 74%;
}
.beach-card-body {
  padding: clamp(18px, 3vw, 28px);
}
.beach-card h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: var(--deep);
  font-size: clamp(23px, 2.4vw, 32px);
  line-height: 1.08;
}
.beach-card p {
  color: var(--muted);
}
.beach-card p:last-child { margin-bottom: 0; }
.beach-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.beach-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--deep);
  background: var(--surface);
  font-size: 12px;
  font-weight: 800;
}
.season-table {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}
.season-cell {
  min-height: 150px;
  padding: 18px;
  background: var(--panel);
}
.season-cell b {
  display: block;
  margin-bottom: 8px;
  color: var(--water);
}
.season-cell p { margin: 0; color: var(--muted); }
.season-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.season-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.season-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.season-card div {
  padding: 18px;
}
.season-card b {
  display: block;
  margin-bottom: 8px;
  color: var(--water);
  font-size: 18px;
}
.season-card p {
  margin: 0;
  color: var(--muted);
}
.route-detail {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}
.route-detail b {
  color: var(--accent);
  font-size: 22px;
  line-height: 1.1;
}
.route-detail p,
.route-detail strong {
  min-width: 0;
  overflow-wrap: anywhere;
}
.source-note {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
}
.map-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
}
.map-card img { width: 100%; height: auto; }
.lake-diagram {
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: 22px;
}
.lake-diagram-inner {
  position: relative;
  width: min(100%, 440px);
  aspect-ratio: .96;
}
.lake-diagram-inner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lake-diagram-inner .outline {
  opacity: .85;
  mix-blend-mode: multiply;
}
.feature-band {
  width: 100%;
  color: var(--white);
  background: var(--deep);
}
.feature-band .section { width: var(--wrap); }
.feature-band h2,
.feature-band .section-intro { color: var(--white); }
.feature-band .card {
  border-color: oklch(1 0 0 / .25);
  color: var(--white);
  background: oklch(1 0 0 / .1);
}
.feature-band .card h3 { color: var(--white); }
.feature-band .card p { color: oklch(0.92 0.012 205); }
.island-crosslink {
  position: relative;
  width: 100%;
  min-height: 560px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--deep);
}
.island-crosslink > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}
.island-crosslink::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, oklch(0.12 0.055 232 / .76), oklch(0.12 0.055 232 / .42) 44%, oklch(0.12 0.055 232 / .04) 78%),
    linear-gradient(0deg, oklch(0.09 0.04 232 / .18), transparent 46%);
}
.island-crosslink-inner {
  position: relative;
  z-index: 1;
  width: var(--wrap);
  margin: 0 auto;
  padding: clamp(58px, 7vw, 90px) 0;
}
.island-crosslink-copy {
  max-width: 660px;
  text-shadow: 0 2px 15px oklch(0.08 0.035 232 / .7);
}
.island-crosslink .eyebrow {
  color: var(--white);
  background: oklch(0.08 0.035 232 / .35);
}
.island-crosslink h2 {
  max-width: 720px;
  color: var(--white);
  font-size: clamp(42px, 6vw, 82px);
  line-height: .96;
}
.island-crosslink p:not(.eyebrow) {
  max-width: 620px;
  color: oklch(0.96 0.01 205);
  font-size: 19px;
  text-wrap: pretty;
}
.island-crosslink .btn:not(.primary) {
  border-color: oklch(1 0 0 / .5);
  color: var(--white);
  background: oklch(1 0 0 / .16);
}
.excursion-cta {
  position: relative;
  width: 100%;
  min-height: clamp(560px, 56vw, 700px);
  overflow: hidden;
  color: var(--white);
  background: oklch(0.11 0.045 232);
}
.excursion-cta::before,
.excursion-cta::after {
  content: "";
  position: absolute;
  inset: 0;
}
.excursion-cta::after {
  background: url("/assets/gallery-pontoon-storm-beach.jpg") center / cover no-repeat;
}
.excursion-cta::before {
  z-index: 1;
  pointer-events: none;
  background: none;
}
.excursion-cta .section {
  position: relative;
  z-index: 2;
  min-height: clamp(560px, 56vw, 700px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: clamp(58px, 7vw, 92px) 0;
}
.excursion-cta-copy {
  width: min(100%, 460px);
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  text-shadow: 0 2px 14px oklch(0.08 0.03 232 / .78), 0 1px 2px oklch(0.08 0.03 232 / .9);
}
.excursion-cta .eyebrow {
  margin-left: 0;
  padding: 0;
  color: var(--white);
  background: transparent;
}
.excursion-cta h2 {
  max-width: 460px;
  color: var(--white);
  font-size: clamp(36px, 4vw, 58px);
  line-height: 1.04;
}
.excursion-cta p {
  max-width: 460px;
  color: oklch(0.93 0.012 205);
  font-size: 19px;
  line-height: 1.58;
  text-wrap: pretty;
}
.excursion-cta .btn:not(.primary) {
  border-color: oklch(1 0 0 / .32);
  color: var(--white);
  background: oklch(1 0 0 / .12);
}
.excursion-cta .actions {
  justify-content: flex-start;
}
.cta-band {
  position: relative;
  width: 100%;
  min-height: 430px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--deep);
}
main > section:not(.excursion-cta) + .excursion-cta {
  margin-top: clamp(32px, 5vw, 76px);
}
.route-crosslink {
  width: var(--wrap);
  margin: clamp(42px, 6vw, 82px) auto;
  display: grid;
  grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.route-crosslink > img {
  width: 100%;
  height: 100%;
  min-height: clamp(340px, 32vw, 460px);
  object-fit: cover;
}
.route-crosslink-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(24px, 4vw, 48px);
}
.route-crosslink-copy .eyebrow {
  color: var(--white);
  background: var(--deep);
}
.route-crosslink h2 {
  max-width: 680px;
  margin-top: 0;
  margin-bottom: 14px;
  color: var(--deep);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.04;
}
.route-crosslink p {
  max-width: 650px;
  color: var(--muted);
  font-size: 18px;
  text-wrap: pretty;
}
.route-points {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 6px 0 20px;
}
.route-points span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 999px;
  color: var(--deep);
  background: var(--surface);
  font-size: 13px;
  font-weight: 800;
}
.route-crosslink .actions {
  margin-top: 2px;
}
.cta-band img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cta-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, oklch(0.15 0.05 230 / .86), oklch(0.16 0.04 230 / .2));
}
.cta-content {
  position: relative;
  z-index: 1;
  width: var(--wrap);
  margin: 0 auto;
  padding: 58px 0;
}
.cta-content h2 {
  max-width: 780px;
  color: var(--white);
}
.cta-content p {
  max-width: 680px;
  color: oklch(0.93 0.012 205);
  font-size: 19px;
}
.compact-head {
  max-width: 820px;
  margin-bottom: 22px;
}
.compact-head p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}
.spotlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.spotlight-card {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(190px, .72fr) minmax(0, 1fr);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
.spotlight-card img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}
.spotlight-card > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(20px, 3vw, 30px);
}
.spotlight-card h3 {
  margin: 0 0 10px;
  color: var(--deep);
  font-size: clamp(25px, 2.7vw, 38px);
  line-height: 1.04;
}
.spotlight-card p {
  color: var(--muted);
  text-wrap: pretty;
}
.faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}
summary {
  cursor: pointer;
  padding: 16px 18px;
  color: var(--deep);
  font-weight: 850;
}
details p { margin: 0; padding: 0 18px 18px; color: var(--muted); }
.footer {
  color: oklch(0.9 0.015 205);
  background: oklch(0.19 0.055 230);
}
.footer-inner {
  width: var(--wrap);
  margin: 0 auto;
  padding: 42px 0;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(160px, .7fr));
  gap: 26px;
}
.footer h3, .footer h4 { margin-top: 0; color: var(--white); }
.footer a { color: oklch(0.86 0.08 205); text-decoration: none; }
.footer span { color: oklch(0.78 0.018 205); }
.footer p { margin-bottom: 8px; }
.footer-bottom {
  width: var(--wrap);
  margin: 0 auto;
  padding: 16px 0 28px;
  border-top: 1px solid oklch(1 0 0 / .14);
  color: oklch(0.78 0.018 205);
  font-size: 13px;
}
.site-footer h4 {
  color: var(--white);
}

@media (max-width: 980px) {
  .topbar-inner { grid-template-columns: 1fr; gap: 10px; padding: 12px 0; }
  .weather-strip { justify-self: start; }
  .nav { justify-content: flex-start; }
  .article-grid { grid-template-columns: 1fr; }
  .article-aside { position: static; }
  .access-route-tabs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .access-route-summary { grid-template-columns: 1fr; }
  .megalith-excursion-card {
    grid-template-columns: minmax(260px, .9fr) minmax(0, 1.1fr);
  }
  .fact-stack { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .split,
  .resort-feature { grid-template-columns: 1fr; }
  .nearby-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nearby-card-feature { grid-column: span 2; grid-template-columns: 1fr; }
  .nearby-card-feature img { height: 300px; min-height: 300px; }
  .route-crosslink { grid-template-columns: 1fr; }
  .route-crosslink > img { min-height: 300px; }
  .beach-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .beach-card-wide { grid-column: span 2; grid-template-columns: 1fr; }
  .beach-card-wide img { min-height: 280px; }
  .island-crosslink { min-height: 520px; }
  .spotlight-grid { grid-template-columns: 1fr; }
  .excursion-cta,
  .excursion-cta .section { min-height: 650px; }
  .hero-lake-diagram,
  .hero-photo-showcase { min-height: 390px; }
  .photo-grid { grid-template-columns: 1fr; }
  .visual-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .visual-tile,
  .visual-tile.small {
    grid-column: auto;
    grid-row: auto;
    min-height: 270px;
  }
  .visual-tile.large,
  .visual-tile.wide {
    grid-column: span 2;
    min-height: 320px;
  }
  .visual-tile.tall { min-height: 430px; }
  .season-table,
  .season-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  :root { --wrap: min(1180px, calc(100% - 22px)); }
  .topbar { position: static; }
  .nav a { padding: 7px 8px; }
  .hero { min-height: 640px; }
  .hero.compact { min-height: 500px; }
  .lake-hero { min-height: auto; }
  .lake-hero .hero-body { grid-template-columns: 1fr; }
  .hero-lake-diagram,
  .hero-photo-showcase { min-height: 350px; }
  .hero-lake-inner { width: min(100%, 360px); }
  .hero-depth-note { right: 8px; bottom: 8px; max-width: 146px; font-size: 12px; }
  .hero-depth-note b { font-size: 22px; }
  h1 { font-size: clamp(34px, 11vw, 50px); line-height: 1.06; }
  .anchor-nav { gap: 6px; }
  .anchor-nav a { font-size: 12px; }
  .access-route-tabs { grid-template-columns: 1fr; }
  .access-route-tab { min-height: 72px; }
  .access-route-summary { padding: 18px; }
  .access-route-metrics { grid-template-columns: 1fr; }
  .access-route-map { height: clamp(400px, 58vh, 520px); }
  .access-route-legend summary { padding-right: 14px; padding-left: 14px; }
  .access-route-legend-list {
    grid-template-columns: 1fr;
    padding-right: 14px;
    padding-left: 14px;
  }
  .access-route-warning { padding-right: 14px; padding-left: 14px; }
  .fact-stack { grid-template-columns: 1fr; }
  .timeline-row { grid-template-columns: 1fr; gap: 6px; }
  .actions { display: grid; grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .faq { grid-template-columns: 1fr; }
  .guide-row,
  .route-detail { grid-template-columns: 1fr; }
  .island-crosslink {
    min-height: 620px;
  }
  .island-crosslink > img {
    object-position: 54% center;
  }
  .island-crosslink::after {
    background:
      linear-gradient(180deg, oklch(0.1 0.045 232 / .18), oklch(0.1 0.045 232 / .72) 66%, oklch(0.1 0.045 232 / .84));
  }
  .island-crosslink-inner {
    min-height: 620px;
    display: flex;
    align-items: flex-end;
    padding: 250px 0 44px;
  }
  .island-crosslink h2 {
    font-size: clamp(38px, 11vw, 52px);
  }
  .island-crosslink p:not(.eyebrow) {
    font-size: 17px;
  }
  .resort-feature-photo img { height: 280px; }
  .nearby-grid { grid-template-columns: 1fr; }
  .nearby-card-feature { grid-column: auto; }
  .nearby-card img,
  .nearby-card-feature img { height: 230px; min-height: 230px; }
  .beach-grid { grid-template-columns: 1fr; }
  .beach-card-wide { grid-column: auto; }
  .beach-card img,
  .beach-card-wide img { height: 230px; min-height: 230px; }
  .visual-gallery { grid-template-columns: 1fr; }
  .megalith-excursion-grid { grid-template-columns: 1fr; }
  .megalith-excursion-card {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .megalith-inline-feature { grid-template-columns: 1fr; }
  .megalith-excursion-card > img {
    height: clamp(220px, 72vw, 340px);
    min-height: 0;
  }
  .megalith-inline-main img { min-height: clamp(260px, 78vw, 420px); }
  .inline-gallery { grid-template-columns: 1fr; }
  .source-inline-figure {
    float: none;
    width: 100%;
    margin: 20px 0;
  }
  .ford-copy-layout {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .ford-inline-figure {
    width: 70%;
    margin-top: 0;
  }
  .burial-compare { grid-template-columns: 1fr; }
  .burial-compare img { height: clamp(260px, 78vw, 420px); }
  .visual-tile,
  .visual-tile.large,
  .visual-tile.wide,
  .visual-tile.small {
    grid-column: auto;
    min-height: 270px;
  }
  .visual-tile.tall {
    grid-column: auto;
    min-height: 420px;
  }
  .route-crosslink {
    margin: 34px auto;
  }
  .route-crosslink-copy {
    padding: 24px;
  }
  .route-crosslink h2 {
    font-size: clamp(30px, 9vw, 42px);
  }
  .excursion-cta {
    min-height: 720px;
  }
  .excursion-cta::before {
    background: none;
  }
  .excursion-cta .section {
    min-height: 720px;
    align-items: flex-end;
    padding-top: 220px;
    padding-bottom: 34px;
  }
  .excursion-cta-copy {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  .excursion-cta .eyebrow {
    margin-left: 0;
  }
  .excursion-cta .actions {
    justify-content: stretch;
  }
  .excursion-cta h2 {
    font-size: clamp(34px, 10vw, 48px);
  }
  .spotlight-card { grid-template-columns: 1fr; }
  .spotlight-card img { min-height: 220px; }
  .season-table,
  .season-grid { grid-template-columns: 1fr; }
  .season-card img { height: 220px; }
  .facts-table td:first-child { width: auto; }
  .footer-inner { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .visual-tile img { transition: none; }
}

/* Типографика живой страницы turturgoyak.ru */
.weather-pill,
figcaption,
.footer-bottom {
  font-size: var(--type-sm) !important;
  font-weight: 600;
  letter-spacing: 0;
}

.excursion-cta h2 {
  color: var(--white) !important;
}

#sources {
  padding-bottom: clamp(18px, 2.5vw, 30px);
}

main > section.yandex-profile-informer {
  width: min(940px, var(--wrap));
  max-width: none;
  margin-right: auto;
  margin-left: calc((100% - var(--wrap)) / 2);
  padding: clamp(24px, 3vw, 38px) 0 clamp(38px, 5vw, 58px);
}

.yandex-profile-informer h2 {
  max-width: 920px;
}

.yandex-profile-frame,
.yandex-profile-actions {
  width: 100%;
}

.yandex-profile-frame {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
}

.yandex-profile-frame iframe {
  display: block;
  width: 100%;
  height: clamp(380px, 48vw, 520px);
  border: 0;
}

.yandex-profile-actions {
  justify-content: flex-start;
  align-items: center;
  margin-top: 18px;
}

.yandex-profile-link {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  margin-top: 0;
  color: var(--deep);
  font-weight: 700;
  text-decoration: none;
}

.yandex-profile-link:hover,
.yandex-profile-link:focus-visible {
  color: var(--water);
}

@media (max-width: 860px) {
  .brand { font-size: var(--type-md); }
  h1 { font-size: var(--type-xl); }
  h2 { font-size: 28.8px !important; }
  h3 {
    font-size: clamp(19px, 5.5vw, 23px) !important;
    line-height: 1.18;
  }
  .lead { font-size: var(--type-base) !important; }
  .eyebrow { font-size: var(--type-xs); }
}
