﻿@font-face {
  font-family: "Sofia Sans Condensed";
  src: url("../indexdata/fonts/SofiaSansCondensed-VariableFont_wght.ttf");
}

@font-face {
  font-family: "Century Gothic";
  src: url("../indexdata/fonts/Century Gothic.ttf");
}

:root {
  --black: #140b07;
  --graphite: #20120c;
  --panel: rgba(255, 238, 215, 0.12);
  --milk: #fff2df;
  --mist: #f4dcc0;
  --muted: #c8aa8c;
  --accent: #c9783d;
  --amber: #f1bd78;
  --glass: rgba(255, 238, 215, 0.13);
  --glass-strong: rgba(255, 238, 215, 0.22);
  --line: rgba(255, 238, 215, 0.28);
  --dark-line: rgba(20, 11, 7, 0.14);
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--milk);
  background: var(--black);
  font-family: "Century Gothic", Arial, sans-serif;
}

img,
video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.site-header {
  position: fixed;
  top: 16px;
  left: 50%;
  z-index: 40;
  width: min(1180px, calc(100% - 28px));
  min-height: 62px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 8px 10px 8px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--milk);
  background: rgba(246, 241, 232, 0.1);
  backdrop-filter: blur(22px) saturate(1.25);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.26);
  transition: transform 240ms ease, opacity 240ms ease;
}

.site-header.solid {
  color: var(--milk);
  background: rgba(18, 18, 18, 0.52);
}

.site-header.nav-hidden {
  transform: translate(-50%, -125%);
  opacity: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  font-weight: 900;
  white-space: nowrap;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: var(--black);
  background: var(--accent);
  font-family: "Sofia Sans Condensed", Arial, sans-serif;
  font-size: 19px;
  font-weight: 900;
}

.site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a,
.nav-cta,
.button,
.text-link,
.filter-bar button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
}

.site-nav a {
  padding: 0 12px;
  color: var(--mist);
}

.site-nav a:hover,
body[data-page="home"] .site-nav a[href="index.html"],
body[data-page="gallery"] .site-nav a[href="gallery.html"],
body[data-page="about"] .site-nav a[href="about.html"],
body[data-page="contact"] .site-nav a[href="contact.html"] {
  color: var(--black);
  background: var(--accent);
}

.nav-cta,
.button.primary {
  padding: 0 18px;
  color: var(--black);
  background: var(--accent);
}

.button.ghost {
  padding: 0 18px;
  border: 1px solid var(--line);
  color: var(--milk);
  background: var(--glass);
  backdrop-filter: blur(18px);
}

.text-link {
  width: max-content;
  padding: 0 18px;
  color: var(--black);
  background: var(--amber);
}

.home-hero {
  position: relative;
  min-height: 96vh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 154px max(22px, calc((100vw - 1180px) / 2)) 76px;
}

.video-tint {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.video-tint {
  background:
    radial-gradient(circle at 74% 32%, rgba(201, 120, 61, 0.36), transparent 30%),
    linear-gradient(90deg, rgba(20, 11, 7, 0.94), rgba(20, 11, 7, 0.58) 52%, rgba(20, 11, 7, 0.86)),
    linear-gradient(0deg, rgba(20, 11, 7, 0.9), rgba(20, 11, 7, 0.08) 62%);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  align-items: end;
  width: 100%;
}

.hero-copy {
  width: min(760px, 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Sofia Sans Condensed", "Century Gothic", Arial, sans-serif;
  line-height: 0.94;
  letter-spacing: 0;
}

h1 {
  max-width: 900px;
  font-size: clamp(62px, 12vw, 150px);
  font-weight: 900;
}

h2 {
  font-size: clamp(38px, 6vw, 82px);
  font-weight: 880;
}

h3 {
  font-size: 30px;
}

.hero-copy p:not(.eyebrow),
.editorial-band > p,
.split-feature p,
.about-hero p,
.contact-hero p,
.detail-grid p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.hero-copy p:not(.eyebrow) {
  max-width: 640px;
  margin: 20px 0 0;
  color: var(--mist);
  font-size: clamp(18px, 2.1vw, 24px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.editorial-band,
.booking-calendar,
.dcg-info,
.activity-widget,
.split-feature,
.gallery-page,
.subpage,
.site-footer {
  width: min(1180px, calc(100% - 28px));
  margin-inline: auto;
}

.editorial-band {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  gap: 36px;
  align-items: end;
  padding: 88px 0 34px;
}

.booking-calendar {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
  gap: 24px;
  align-items: stretch;
  padding: 34px 0;
}

.calendar-card {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--glass);
  backdrop-filter: blur(24px) saturate(1.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
  box-shadow: var(--shadow);
}

.calendar-card label {
  display: grid;
  gap: 8px;
}

.calendar-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.calendar-card input,
.calendar-card select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  color: var(--milk);
  background: rgba(8, 9, 7, 0.32);
  outline: none;
}

.calendar-card input:focus,
.calendar-card select:focus {
  border-color: var(--accent);
}

.dcg-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding: 18px 0 34px;
}

.dcg-info article {
  min-height: 210px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--glass);
  backdrop-filter: blur(20px);
}

.dcg-info span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.dcg-info h3 {
  margin-top: 20px;
}

.dcg-info p {
  color: var(--muted);
  line-height: 1.6;
}

.activity-widget {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 238, 215, 0.18), rgba(201, 120, 61, 0.12));
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow);
}

.activity-widget p {
  color: var(--muted);
  line-height: 1.6;
}

.activity-widget-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.split-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 26px;
  align-items: stretch;
  padding-bottom: 28px;
}

.split-feature img {
  width: 100%;
  height: min(65vh, 620px);
  min-height: 440px;
  object-fit: cover;
  border-radius: 8px;
}

.split-feature > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--glass);
  backdrop-filter: blur(22px);
}

.gallery-page,
.subpage {
  padding-top: 126px;
}

.gallery-hero,
.about-hero,
.contact-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 28px;
  align-items: center;
  min-height: 580px;
}

.gallery-hero img,
.about-hero img,
.contact-hero img {
  width: 100%;
  height: min(66vh, 620px);
  min-height: 430px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.gallery-hero p,
.about-hero p,
.contact-hero p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.media-viewer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 18px;
  margin-top: 34px;
}

.viewer-stage {
  height: clamp(360px, 58vh, 560px);
  min-height: 360px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}

.viewer-button {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 0;
  border: 0;
  color: var(--milk);
  background: #000;
  cursor: zoom-in;
}

.viewer-button img,
#viewerVideo {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: contain;
}

#viewerVideo {
  display: none;
}

.viewer-stage.is-video .viewer-button {
  display: none;
}

.viewer-stage.is-video #viewerVideo {
  display: block;
}

#viewerLabel {
  position: absolute;
  left: 16px;
  bottom: 16px;
  max-width: calc(100% - 32px);
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(8, 9, 7, 0.68);
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.viewer-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--glass);
  backdrop-filter: blur(22px);
}

#viewerMeta {
  color: var(--muted);
  font-weight: 800;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-bar button {
  border: 1px solid var(--line);
  padding: 0 12px;
  color: var(--mist);
  background: transparent;
  cursor: pointer;
}

.filter-bar button.is-active {
  color: var(--black);
  background: var(--accent);
}

.media-rail {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  padding-top: 18px;
}

.media-thumb {
  min-height: 142px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 8px;
  overflow: hidden;
  color: var(--milk);
  background: var(--graphite);
  cursor: pointer;
}

.media-thumb.is-active {
  border-color: var(--accent);
}

.media-thumb img,
.media-thumb video {
  width: 100%;
  height: 108px;
  object-fit: contain;
  background: rgba(20, 11, 7, 0.72);
}

.media-thumb span {
  display: block;
  padding: 10px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detail-grid,
.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  padding-top: 28px;
}

.detail-grid article,
.contact-card {
  min-height: 176px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--glass);
  backdrop-filter: blur(18px);
}

.detail-grid span,
.contact-card span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-grid h2 {
  margin-top: 14px;
  font-size: 34px;
}

.contact-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.contact-card strong {
  color: var(--milk);
  font-size: 21px;
  line-height: 1.25;
}

.booking-widgets {
  position: fixed;
  right: 16px;
  top: 50%;
  z-index: 45;
  transform: translateY(-50%);
  display: grid;
  gap: 10px;
}

.booking-widgets a {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(244, 240, 232, 0.8);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
}

.booking-widgets img {
  max-width: 36px;
  max-height: 36px;
  object-fit: contain;
}

.site-footer {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 82px;
  padding: 26px 0;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(8, 9, 7, 0.9);
}

.lightbox.is-open {
  display: grid;
}

.lightbox button {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--milk);
  background: rgba(244, 240, 232, 0.08);
  font-size: 28px;
  cursor: pointer;
}

.lightbox figure {
  margin: 0;
  width: min(1120px, 100%);
}

.lightbox img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
}

.lightbox figcaption {
  margin-top: 12px;
  color: var(--milk);
  text-align: center;
  font-weight: 900;
}

.activity-page {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding-top: 126px;
}

.activity-hero {
  min-height: 430px;
  display: grid;
  align-items: end;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 238, 215, 0.15), rgba(201, 120, 61, 0.12)),
    url("dream-images/01-a-frame-cottages-in-the-pine-garden.jpg") center/cover;
  box-shadow: var(--shadow);
}

.activity-hero.compact {
  min-height: 300px;
  margin-bottom: 22px;
}

.activity-hero p {
  max-width: 680px;
  color: var(--mist);
  line-height: 1.6;
}

.option-picker,
.activity-card-grid,
.planner-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.option-picker a,
.activity-card,
.planner-filters,
.map-route-card,
.builder-route {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--glass);
  backdrop-filter: blur(20px);
}

.option-picker span,
.activity-card > span,
.map-route-card > span {
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.option-picker p,
.activity-card p,
.planner-filters p,
.map-route-card p {
  color: var(--muted);
  line-height: 1.55;
}

.activity-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.activity-pill {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--mist);
  background: rgba(20, 11, 7, 0.22);
  font-size: 12px;
  font-weight: 900;
}

.activity-actions,
.activity-filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.activity-actions button,
.activity-filter-list button,
.builder-route button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--milk);
  background: rgba(255, 238, 215, 0.08);
  font-weight: 900;
  cursor: pointer;
}

.activity-filter-list button.is-active {
  color: var(--black);
  background: var(--accent);
}

.planner-shell,
.route-map-layout,
.builder-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 16px;
}

.planner-filters {
  align-self: start;
  position: sticky;
  top: 100px;
}

.route-map-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.route-side {
  display: grid;
  gap: 12px;
}

.warm-map {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 72% 24%, rgba(241, 189, 120, 0.32), transparent 18%),
    linear-gradient(145deg, rgba(93, 51, 28, 0.92), rgba(31, 17, 11, 0.96));
  box-shadow: var(--shadow);
}

.warm-map::before {
  content: "";
  position: absolute;
  inset: 16% -10% auto -10%;
  height: 52%;
  border: 7px solid rgba(255, 238, 215, 0.22);
  border-color: transparent transparent rgba(255, 238, 215, 0.32) rgba(255, 238, 215, 0.22);
  border-radius: 50%;
  transform: rotate(-18deg);
}

.warm-map > span {
  position: absolute;
  left: 18px;
  top: 18px;
  padding: 12px 14px;
  border-radius: 8px;
  color: var(--black);
  background: var(--amber);
  font-weight: 900;
}

.pin {
  position: absolute;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50% 50% 50% 0;
  color: var(--black);
  background: var(--accent);
  font-style: normal;
  font-weight: 900;
  transform: rotate(-45deg);
}

.pin::first-letter {
  transform: rotate(45deg);
}

.p1 { left: 15%; top: 68%; }
.p2 { left: 38%; top: 48%; background: var(--amber); }
.p3 { left: 62%; top: 34%; }
.p4 { left: 75%; top: 18%; background: var(--mist); }

.builder-check {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 10px;
  background: rgba(20, 11, 7, 0.22);
}

.builder-check input {
  grid-row: span 2;
}

.builder-check span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
}

.builder-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 16px 0;
}

.builder-metrics div {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(20, 11, 7, 0.2);
}

.builder-metrics b,
.builder-metrics span {
  display: block;
}

.builder-route li {
  margin-bottom: 10px;
  color: var(--mist);
}

/* Reference-inspired visual refresh */
:root {
  --black: #142b2c;
  --graphite: #f4efe6;
  --panel: rgba(255, 255, 255, 0.5);
  --milk: #fffaf2;
  --mist: #e8f1ed;
  --muted: #657574;
  --accent: #d99a45;
  --amber: #f0c477;
  --sage: #8da99a;
  --ink: #162728;
  --glass: rgba(255, 255, 255, 0.34);
  --glass-strong: rgba(255, 255, 255, 0.58);
  --line: rgba(255, 255, 255, 0.52);
  --dark-line: rgba(22, 39, 40, 0.14);
  --shadow: 0 26px 80px rgba(28, 42, 38, 0.18);
}

body {
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 8%, rgba(141, 169, 154, 0.24), transparent 32%),
    radial-gradient(circle at 86% 2%, rgba(240, 196, 119, 0.22), transparent 30%),
    linear-gradient(180deg, #eef5f1 0%, #fbf1e2 58%, #edf4ef 100%);
}

.site-header {
  color: var(--milk);
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 70px rgba(16, 35, 36, 0.18);
}

.site-header.solid {
  color: var(--ink);
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.66);
}

.site-header.solid .site-nav a {
  color: rgba(22, 39, 40, 0.78);
}

.site-header.solid .brand-mark {
  color: var(--ink);
}

.site-nav a {
  color: rgba(255, 250, 242, 0.9);
}

.site-nav a:hover,
body[data-page="home"] .site-nav a[href="index.html"],
body[data-page="gallery"] .site-nav a[href="gallery.html"],
body[data-page="about"] .site-nav a[href="about.html"],
body[data-page="contact"] .site-nav a[href="contact.html"] {
  color: #172524;
  background: rgba(255, 250, 242, 0.72);
}

.site-header.solid .site-nav a:hover,
body[data-page="home"] .site-header.solid .site-nav a[href="index.html"],
body[data-page="gallery"] .site-header.solid .site-nav a[href="gallery.html"],
body[data-page="about"] .site-header.solid .site-nav a[href="about.html"],
body[data-page="contact"] .site-header.solid .site-nav a[href="contact.html"] {
  color: #172524;
}

.brand-mark,
.nav-cta,
.button.primary,
.filter-bar button.is-active,
.activity-filter-list button.is-active {
  color: #172524;
  background: linear-gradient(135deg, #f3c779, #d99a45);
}

.button.ghost {
  border-color: rgba(255, 255, 255, 0.42);
  color: var(--milk);
  background: rgba(255, 255, 255, 0.14);
}

.home-hero {
  isolation: isolate;
  min-height: 100vh;
  padding-bottom: 64px;
}

.hero-scene,
.video-tint {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-scene {
  inset: -3%;
  width: 106%;
  height: 106%;
  object-fit: cover;
  filter: saturate(0.86) contrast(0.95) brightness(0.78);
  transform-origin: 58% 46%;
  animation: heroAerialDrift 22s ease-in-out infinite alternate;
}

.video-tint {
  z-index: 2;
  background:
    radial-gradient(circle at 79% 38%, rgba(240, 196, 119, 0.2), transparent 28%),
    linear-gradient(90deg, rgba(14, 42, 43, 0.82), rgba(24, 69, 70, 0.28) 58%, rgba(13, 36, 38, 0.62)),
    linear-gradient(0deg, rgba(8, 27, 29, 0.7), rgba(8, 27, 29, 0.08) 60%);
}

.hero-grid {
  z-index: 3;
  grid-template-columns: minmax(0, 1fr) minmax(292px, 360px);
  align-items: end;
}

.hero-copy {
  color: var(--milk);
}

.hero-copy .eyebrow {
  color: rgba(255, 250, 242, 0.78);
}

.hero-copy p:not(.eyebrow) {
  color: rgba(255, 250, 242, 0.84);
}

.hero-booking-card {
  align-self: end;
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 8px;
  color: var(--milk);
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(26px) saturate(1.24);
  -webkit-backdrop-filter: blur(26px) saturate(1.24);
  box-shadow: 0 30px 90px rgba(8, 27, 29, 0.28);
}

.booking-card-top span,
.booking-card-row span {
  display: block;
  color: rgba(255, 250, 242, 0.68);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.booking-card-top strong {
  display: block;
  margin-top: 8px;
  font-family: "Sofia Sans Condensed", Arial, sans-serif;
  font-size: 34px;
  line-height: 0.98;
}

.mini-date-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.mini-date-grid span,
.booking-card-row {
  min-height: 64px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.mini-date-grid b {
  display: block;
  margin-top: 7px;
  font-size: 18px;
}

.booking-card-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.booking-card-cta {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #172524;
  background: rgba(255, 250, 242, 0.78);
  font-weight: 900;
}

.editorial-band,
.booking-calendar,
.dcg-info,
.activity-widget,
.split-feature,
.gallery-page,
.subpage,
.activity-page,
.site-footer {
  color: var(--ink);
}

.editorial-band > p,
.split-feature p,
.about-hero p,
.contact-hero p,
.detail-grid p,
.gallery-hero p,
.activity-widget p,
.dcg-info p,
.option-picker p,
.activity-card p,
.planner-filters p,
.map-route-card p {
  color: var(--muted);
}

.calendar-card,
.dcg-info article,
.activity-widget,
.split-feature > div,
.viewer-side,
.detail-grid article,
.contact-card,
.option-picker a,
.activity-card,
.planner-filters,
.map-route-card,
.builder-route {
  border-color: rgba(255, 255, 255, 0.68);
  background: rgba(255, 255, 255, 0.52);
  box-shadow: var(--shadow);
}

.activity-widget {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), rgba(240, 196, 119, 0.2)),
    rgba(255, 255, 255, 0.42);
}

.calendar-card input,
.calendar-card select {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.62);
}

.activity-widget .button.ghost,
.filter-bar button,
.activity-actions button,
.activity-filter-list button,
.builder-route button {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.32);
}

.contact-card strong,
.builder-route li {
  color: var(--ink);
}

.activity-pill {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.34);
}

.activity-hero {
  color: var(--milk);
  background:
    linear-gradient(90deg, rgba(20, 43, 44, 0.78), rgba(20, 43, 44, 0.2)),
    url("dream-images/01-a-frame-cottages-in-the-pine-garden.jpg") center/cover;
}

.activity-hero p {
  color: rgba(255, 250, 242, 0.84);
}

.warm-map {
  background:
    radial-gradient(circle at 70% 22%, rgba(240, 196, 119, 0.42), transparent 20%),
    linear-gradient(145deg, rgba(118, 151, 135, 0.92), rgba(28, 60, 61, 0.96));
}

.booking-widgets a {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 20px 54px rgba(22, 39, 40, 0.18);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.booking-widgets a:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 64px rgba(22, 39, 40, 0.24);
}

.booking-widgets a[aria-label="Airbnb"] {
  background: rgba(255, 237, 235, 0.74);
}

.booking-widgets a[aria-label="Booking.com"] {
  background: rgba(232, 239, 255, 0.76);
}

.booking-widgets a[aria-label="WhatsApp"] {
  background: rgba(229, 247, 236, 0.76);
}

.site-footer {
  border-color: rgba(22, 39, 40, 0.14);
}

.activity-toolbar {
  width: min(1180px, 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 18px 0;
}

.activity-toolbar span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.52);
  color: var(--ink);
  font-weight: 900;
}

.activity-search,
.activity-select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--dark-line);
  border-radius: 8px;
  padding: 0 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  outline: none;
}

.activity-search:focus,
.activity-select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(217, 154, 69, 0.16);
}

.activity-select-label,
.filter-group strong {
  display: block;
  margin: 18px 0 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.planner-results {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.activity-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.activity-card h2,
.map-route-card h2 {
  font-size: clamp(28px, 3.2vw, 46px);
}

.activity-note {
  margin-top: auto;
  font-size: 14px;
}

.source-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--dark-line);
  border-radius: 8px;
  padding: 0 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.42);
  font-weight: 900;
}

.activity-map-layout {
  grid-template-columns: 330px minmax(0, 1fr);
  align-items: stretch;
}

.real-map {
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: var(--shadow);
}

.real-map iframe {
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
}

.map-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 16px;
}

.map-route-card.is-selected {
  border-color: rgba(217, 154, 69, 0.78);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(240, 196, 119, 0.24)),
    rgba(255, 255, 255, 0.58);
}

.map-route-card button,
.activity-actions button {
  min-height: 42px;
  border: 1px solid var(--dark-line);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.42);
  font-weight: 900;
  cursor: pointer;
}

@keyframes heroAerialDrift {
  from {
    transform: scale(1.02) translate3d(-1.4%, -0.8%, 0);
  }
  to {
    transform: scale(1.12) translate3d(1.6%, 1.1%, 0);
  }
}

/* Shared interaction and optimized hero pass */
.site-header {
  grid-template-columns: 64px 1fr auto;
}

.site-header .brand {
  min-width: 52px;
}

.site-header .site-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.site-nav a,
.nav-cta,
.button,
.text-link,
.booking-card-cta,
.booking-widgets a,
.option-picker a,
.activity-card,
.map-route-card,
.contact-card,
.media-thumb,
.filter-bar button,
.activity-filter-list button {
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.nav-cta:hover,
.button:hover,
.text-link:hover,
.booking-card-cta:hover,
.option-picker a:hover,
.activity-card:hover,
.map-route-card:hover,
.contact-card:hover,
.media-thumb:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 62px rgba(22, 39, 40, 0.18);
}

body[data-page="home"] h1 {
  max-width: 760px;
  font-size: clamp(54px, 8vw, 112px);
  line-height: 0.96;
}

.hero-scene {
  inset: -9%;
  width: 118%;
  height: 118%;
  object-position: 42% center;
  filter: saturate(0.9) contrast(0.96) brightness(0.8);
  animation: heroAerialDrift 28s ease-in-out infinite alternate;
  will-change: transform;
}

@keyframes heroAerialDrift {
  from {
    transform: scale(1.02) translate3d(-0.5%, -0.3%, 0);
  }
  to {
    transform: scale(1.09) translate3d(0.5%, 0.45%, 0);
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    align-items: start;
  }

  .site-nav {
    position: static;
    transform: none;
    grid-column: 1 / -1;
    justify-self: stretch;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero-grid,
  .editorial-band,
  .booking-calendar,
  .calendar-card,
  .dcg-info,
  .activity-widget,
  .split-feature,
  .gallery-hero,
  .media-viewer,
  .about-hero,
  .contact-hero,
  .detail-grid,
  .contact-grid,
  .planner-shell,
  .route-map-layout,
  .builder-layout,
  .activity-map-layout {
    grid-template-columns: 1fr;
  }

  .home-hero {
    min-height: 92vh;
    padding-top: 180px;
  }

  .hero-booking-card {
    width: min(100%, 420px);
  }

  .media-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .planner-filters {
    position: static;
  }

  .planner-results,
  .map-card-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 10px;
    width: calc(100% - 20px);
    display: block;
    padding: 6px;
    background: rgba(246, 241, 232, 0.13);
    backdrop-filter: blur(24px) saturate(1.35);
    -webkit-backdrop-filter: blur(24px) saturate(1.35);
  }

  .brand,
  .nav-cta {
    display: none;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 3px;
    overflow: visible;
    padding: 0;
  }

  .site-nav a {
    min-height: 36px;
    padding: 0 2px;
    border-radius: 7px;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
  }

  .home-hero {
    min-height: 100vh;
    padding-top: 92px;
    padding-inline: 18px;
    padding-bottom: 54px;
  }

  .hero-copy p:not(.eyebrow) {
    margin-top: 14px;
    font-size: 16px;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .hero-booking-card {
    gap: 9px;
    padding: 14px;
  }

  .booking-card-top strong {
    margin-top: 5px;
    font-size: 25px;
  }

  .mini-date-grid {
    gap: 7px;
  }

  .mini-date-grid span,
  .booking-card-row {
    min-height: 50px;
    padding: 9px;
  }

  .booking-card-cta {
    min-height: 42px;
  }

  .hero-actions,
  .site-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .media-rail {
    grid-template-columns: 1fr;
  }

  .booking-calendar {
    padding-top: 18px;
  }

  .calendar-card {
    grid-template-columns: 1fr;
  }

  .dcg-info {
    grid-template-columns: 1fr;
  }

  .activity-widget-actions {
    justify-content: stretch;
  }

  .activity-widget-actions a {
    width: 100%;
  }

  .activity-card-grid,
  .planner-results,
  .option-picker,
  .builder-metrics,
  .map-card-grid {
    grid-template-columns: 1fr;
  }

  .activity-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .activity-toolbar .button,
  .activity-toolbar span {
    width: 100%;
  }

  .real-map,
  .real-map iframe {
    min-height: 380px;
  }

  .viewer-stage,
  .viewer-button,
  .viewer-button img,
  #viewerVideo {
    min-height: 320px;
  }

  .booking-widgets {
    top: auto;
    right: 12px;
    bottom: 12px;
    transform: none;
    grid-template-columns: repeat(3, 52px);
  }

  .booking-widgets a {
    width: 52px;
    height: 52px;
  }
}

/* Final polish pass */
.site-header {
  min-height: 50px;
  grid-template-columns: 48px 1fr auto auto;
  gap: 10px;
  padding: 4px 8px;
}

.site-header .brand {
  min-width: 40px;
  justify-self: start;
}

.brand-mark {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 10px;
  background: url("dcg-logo-mark.png") center/cover no-repeat;
  color: transparent;
  font-size: 0;
  box-shadow: 0 10px 26px rgba(20, 43, 44, 0.18);
}

.site-nav a,
.nav-cta,
.theme-toggle {
  min-height: 36px;
  border-radius: 8px;
  font-size: 14px;
}

.site-nav a {
  padding: 0 13px;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  padding: 0 13px;
  color: var(--milk);
  background: rgba(255, 255, 255, 0.14);
  font-weight: 900;
  cursor: pointer;
  backdrop-filter: blur(16px);
}

.site-header.solid .theme-toggle {
  color: var(--ink);
  border-color: rgba(22, 39, 40, 0.14);
  background: rgba(255, 255, 255, 0.42);
}

html[data-theme="dark"] body {
  color: var(--milk);
  background:
    radial-gradient(circle at 22% 8%, rgba(141, 169, 154, 0.16), transparent 34%),
    radial-gradient(circle at 86% 2%, rgba(217, 154, 69, 0.14), transparent 30%),
    linear-gradient(180deg, #132828 0%, #241a13 60%, #152827 100%);
}

html[data-theme="dark"] .editorial-band,
html[data-theme="dark"] .booking-calendar,
html[data-theme="dark"] .dcg-info,
html[data-theme="dark"] .activity-widget,
html[data-theme="dark"] .split-feature,
html[data-theme="dark"] .gallery-page,
html[data-theme="dark"] .subpage,
html[data-theme="dark"] .activity-page,
html[data-theme="dark"] .site-footer {
  color: var(--milk);
}

html[data-theme="dark"] .calendar-card,
html[data-theme="dark"] .dcg-info article,
html[data-theme="dark"] .activity-widget,
html[data-theme="dark"] .split-feature > div,
html[data-theme="dark"] .viewer-side,
html[data-theme="dark"] .detail-grid article,
html[data-theme="dark"] .contact-card,
html[data-theme="dark"] .option-picker a,
html[data-theme="dark"] .activity-card,
html[data-theme="dark"] .planner-filters,
html[data-theme="dark"] .map-route-card,
html[data-theme="dark"] .builder-route,
html[data-theme="dark"] .visitor-notice,
html[data-theme="dark"] .contact-form-section,
html[data-theme="dark"] .real-map {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
}

html[data-theme="dark"] .editorial-band > p,
html[data-theme="dark"] .split-feature p,
html[data-theme="dark"] .about-hero p,
html[data-theme="dark"] .contact-hero p,
html[data-theme="dark"] .detail-grid p,
html[data-theme="dark"] .gallery-hero p,
html[data-theme="dark"] .activity-widget p,
html[data-theme="dark"] .dcg-info p,
html[data-theme="dark"] .option-picker p,
html[data-theme="dark"] .activity-card p,
html[data-theme="dark"] .planner-filters p,
html[data-theme="dark"] .map-route-card p,
html[data-theme="dark"] .visitor-notice p,
html[data-theme="dark"] .contact-form-section p {
  color: rgba(255, 250, 242, 0.72);
}

.hero-scene {
  inset: -18%;
  width: 136%;
  height: 136%;
  object-position: 22% center;
  animation: heroAerialDriftTight 30s ease-in-out infinite alternate;
}

.video-tint {
  background:
    radial-gradient(circle at 70% 42%, rgba(240, 196, 119, 0.14), transparent 25%),
    linear-gradient(90deg, rgba(14, 42, 43, 0.86), rgba(19, 58, 58, 0.38) 48%, rgba(13, 36, 38, 0.88) 100%),
    linear-gradient(0deg, rgba(8, 27, 29, 0.74), rgba(8, 27, 29, 0.12) 60%);
}

@keyframes heroAerialDriftTight {
  from {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.12) translate3d(-0.35%, 0.25%, 0);
  }
}

.visitor-notice,
.contact-form-section {
  width: min(1180px, calc(100% - 28px));
  margin: 28px auto;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px);
}

.visitor-notice {
  display: grid;
  grid-template-columns: minmax(220px, 0.35fr) minmax(0, 1fr);
  gap: 22px;
}

.visitor-notice h2,
.contact-form-section h2 {
  font-size: clamp(34px, 4vw, 56px);
}

.notice-languages {
  display: grid;
  gap: 12px;
}

.notice-languages p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.notice-languages strong {
  color: var(--accent);
  margin-right: 8px;
}

.contact-form-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.45fr) minmax(0, 1fr);
  gap: 24px;
}

.contact-form {
  display: grid;
  gap: 12px;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--dark-line);
  border-radius: 8px;
  padding: 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.72);
  font: inherit;
  outline: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(217, 154, 69, 0.16);
}

.contact-form-actions,
.design-toggle {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.design-toggle {
  width: min(1180px, 100%);
  margin: 18px 0;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.48);
}

.design-toggle button {
  min-height: 42px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 16px;
  color: var(--ink);
  background: transparent;
  font-weight: 900;
  cursor: pointer;
}

.design-toggle button.is-active {
  background: linear-gradient(135deg, #f3c779, #d99a45);
}

.vacation-mode {
  display: none;
}

.vacation-mode.is-active {
  display: block;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 44px 1fr auto;
  }

  .site-header .site-nav {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .site-header {
    display: grid;
    grid-template-columns: 1fr;
    min-height: 44px;
  }

  .brand,
  .nav-cta {
    display: none;
  }

  .theme-toggle {
    position: fixed;
    right: 12px;
    bottom: 74px;
    z-index: 60;
    min-height: 42px;
    display: inline-flex;
    color: var(--ink);
    border-color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 18px 44px rgba(22, 39, 40, 0.16);
  }

  .visitor-notice,
  .contact-form-section {
    grid-template-columns: 1fr;
  }

  .design-toggle button,
  .contact-form-actions .button {
    flex: 1 1 160px;
  }
}

/* Recovery pass: original hero framing + liquid glass header */
.site-header {
  top: 18px;
  min-height: 64px;
  grid-template-columns: 56px minmax(0, 1fr) auto auto;
  gap: 12px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08)),
    rgba(20, 43, 44, 0.16);
  backdrop-filter: blur(28px) saturate(1.45);
  -webkit-backdrop-filter: blur(28px) saturate(1.45);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.36),
    inset 0 -18px 42px rgba(255, 255, 255, 0.05),
    0 22px 70px rgba(10, 30, 31, 0.22);
}

.site-header::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.28), transparent 18%),
    radial-gradient(circle at 72% 0%, rgba(240, 196, 119, 0.18), transparent 28%);
  pointer-events: none;
}

.site-header.solid {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.36)),
    rgba(255, 255, 255, 0.52);
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 15px;
}

.site-header .site-nav {
  position: static;
  transform: none;
  justify-self: center;
  gap: 6px;
  max-width: 100%;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.site-nav a,
.nav-cta,
.theme-toggle {
  min-height: 44px;
  border-radius: 14px;
  font-family: "Century Gothic", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.site-nav a {
  position: relative;
  overflow: hidden;
  padding: 0 15px;
  color: rgba(255, 250, 242, 0.88);
  background: transparent;
  transform: translate3d(var(--hover-x, 0), var(--hover-y, 0), 0) rotate(var(--hover-r, 0deg));
}

.site-nav a::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 50%), rgba(255, 255, 255, 0.72), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.12));
  transition: opacity 220ms ease;
}

.site-nav a:hover::before,
.site-nav a.is-wobbling::before {
  opacity: 1;
}

.site-nav a:hover,
.site-nav a.is-wobbling,
body[data-page="home"] .site-nav a[href="index.html"],
body[data-page="gallery"] .site-nav a[href="gallery.html"],
body[data-page="about"] .site-nav a[href="about.html"],
body[data-page="contact"] .site-nav a[href="contact.html"] {
  color: #142b2c;
  background: rgba(255, 250, 242, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 12px 30px rgba(20, 43, 44, 0.13);
}

.site-nav a {
  transition:
    transform 360ms cubic-bezier(.18, .9, .2, 1.25),
    background 220ms ease,
    color 220ms ease,
    box-shadow 220ms ease;
}

.nav-cta,
.theme-toggle {
  justify-self: end;
  width: auto;
  flex: 0 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #142b2c;
  background: linear-gradient(135deg, rgba(255, 250, 242, 0.88), rgba(240, 196, 119, 0.82));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.theme-toggle {
  color: #142b2c;
  min-width: 76px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.22)),
    rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 86% 42%, rgba(232, 241, 237, 0.2), transparent 26%),
    linear-gradient(90deg, transparent 0%, transparent 54%, rgba(15, 42, 43, 0.34) 74%, rgba(14, 36, 37, 0.82) 100%);
}

.hero-scene {
  inset: -5%;
  width: 110%;
  height: 110%;
  object-position: 50% center;
  filter: saturate(0.9) contrast(0.96) brightness(0.8);
  animation: heroAerialRestore 28s ease-in-out infinite alternate;
}

.video-tint {
  background:
    radial-gradient(circle at 72% 38%, rgba(240, 196, 119, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(14, 42, 43, 0.8), rgba(19, 58, 58, 0.26) 50%, rgba(13, 36, 38, 0.68) 100%),
    linear-gradient(0deg, rgba(8, 27, 29, 0.7), rgba(8, 27, 29, 0.08) 60%);
}

.hero-grid {
  z-index: 4;
}

@keyframes heroAerialRestore {
  from {
    transform: scale(1.02) translate3d(-0.4%, -0.25%, 0);
  }
  to {
    transform: scale(1.075) translate3d(0.45%, 0.35%, 0);
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 56px 1fr auto;
    min-height: 64px;
  }

  .site-header .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: stretch;
  }

  .theme-toggle {
    grid-column: 2;
  }

  .nav-cta {
    grid-column: 3;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 10px;
    min-height: 44px;
    display: block;
    padding: 6px;
    border-radius: 14px;
  }

  .site-nav a {
    min-height: 38px;
    padding: 0 2px;
    border-radius: 10px;
    font-size: 11px;
  }

  .site-header .site-nav {
    padding: 3px;
    border-radius: 12px;
  }
}

/* Edge-safe hero zoom and lighter liquid nav */
.site-header {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.045)),
    rgba(20, 43, 44, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    inset 0 -18px 42px rgba(255, 255, 255, 0.035),
    0 22px 70px rgba(10, 30, 31, 0.16);
}

.site-header .site-nav {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(255, 255, 255, 0.16);
}

.site-header.solid {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2)),
    rgba(255, 255, 255, 0.34);
}

.theme-toggle {
  position: relative;
  min-width: 108px;
  min-height: 40px;
  gap: 0;
  padding: 3px;
  border-radius: 999px;
  color: rgba(255, 250, 242, 0.78);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.24);
  overflow: hidden;
}

.theme-toggle-label {
  position: relative;
  z-index: 2;
  width: 50%;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  line-height: 34px;
}

.theme-toggle-knob {
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 3px;
  width: calc(50% - 3px);
  height: calc(100% - 6px);
  border-radius: 999px;
  background: rgba(255, 250, 242, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 22px rgba(20, 43, 44, 0.18);
  transition: transform 240ms cubic-bezier(.2, .8, .2, 1);
}

html[data-theme="light"] .theme-toggle .theme-toggle-label:first-child,
html[data-theme="dark"] .theme-toggle .theme-toggle-label:last-child {
  color: #142b2c;
}

html[data-theme="dark"] .theme-toggle-knob {
  transform: translateX(100%);
  background: linear-gradient(135deg, #f3c779, #d99a45);
}

.hero-scene {
  inset: -14%;
  width: 128%;
  height: 128%;
  object-position: 50% center;
  animation: heroSafeZoom 34s ease-in-out infinite alternate;
}

.home-hero::after {
  background:
    radial-gradient(ellipse at 86% 42%, rgba(232, 241, 237, 0.14), transparent 24%),
    linear-gradient(90deg, transparent 0%, transparent 60%, rgba(15, 42, 43, 0.24) 82%, rgba(14, 36, 37, 0.62) 100%);
}

@keyframes heroSafeZoom {
  from {
    transform: scale(1.12) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.18) translate3d(-0.2%, 0.16%, 0);
  }
}

@media (max-width: 620px) {
  .theme-toggle {
    min-width: 104px;
  }
}

/* Final hero framing: use the aerial photo without exposing side edges. */
.hero-scene {
  inset: -10%;
  width: 120%;
  height: 120%;
  object-position: center center;
  filter: saturate(1.02) contrast(0.98) brightness(0.78);
  animation: heroAerialFullBleed 36s ease-in-out infinite alternate;
}

.video-tint {
  background:
    linear-gradient(90deg, rgba(11, 39, 38, 0.66) 0%, rgba(11, 39, 38, 0.36) 42%, rgba(11, 39, 38, 0.24) 100%),
    radial-gradient(ellipse at 64% 42%, rgba(255, 226, 163, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(5, 25, 25, 0.22) 0%, rgba(5, 25, 25, 0.1) 45%, rgba(5, 25, 25, 0.44) 100%);
}

.home-hero::after {
  background:
    radial-gradient(ellipse at 18% 50%, rgba(6, 30, 29, 0.34), transparent 36%),
    radial-gradient(ellipse at 88% 45%, rgba(255, 238, 200, 0.08), transparent 30%);
}

@keyframes heroAerialFullBleed {
  from {
    transform: scale(1.1) translate3d(0, 0, 0);
  }
  to {
    transform: scale(1.17) translate3d(-0.4%, 0.22%, 0);
  }
}

@media (max-width: 900px) {
  .hero-scene {
    inset: -14%;
    width: 128%;
    height: 128%;
    object-position: 55% center;
  }
}

/* Polished glass pass: smoother header glow, real full-bleed hero, compact booking. */
.site-header {
  grid-template-columns: auto 1fr auto auto auto;
  width: min(1770px, calc(100% - 120px));
  min-height: 86px;
  padding: 10px 18px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045)),
    rgba(20, 43, 44, 0.055);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    0 24px 80px rgba(7, 26, 27, 0.14);
}

.site-header .site-nav {
  gap: 8px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.site-nav a {
  position: relative;
  min-height: 54px;
  padding: 0 24px;
  color: rgba(255, 250, 242, 0.86);
  background: transparent;
  overflow: hidden;
  transition:
    transform 540ms cubic-bezier(.18, .86, .24, 1),
    color 420ms ease,
    background 520ms ease,
    box-shadow 560ms ease,
    text-shadow 560ms ease;
}

.site-nav a::before {
  opacity: 0;
  transition:
    opacity 560ms ease,
    transform 720ms cubic-bezier(.18, .86, .24, 1);
}

.site-nav a::after {
  content: "";
  position: absolute;
  inset: 4px;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 50%), rgba(255, 244, 220, 0.52), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.28), rgba(240, 196, 119, 0.16));
  opacity: 0;
  filter: blur(0);
  transform: scale(0.94);
  transition:
    opacity 560ms ease,
    transform 620ms cubic-bezier(.18, .86, .24, 1),
    filter 620ms ease;
}

.site-nav a:hover,
.site-nav a.is-wobbling,
body[data-page="home"] .site-nav a[href="index.html"],
body[data-page="gallery"] .site-nav a[href="gallery.html"],
body[data-page="about"] .site-nav a[href="about.html"],
body[data-page="contact"] .site-nav a[href="contact.html"] {
  color: #152827;
  background: rgba(255, 250, 242, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.54),
    0 16px 38px rgba(255, 210, 136, 0.16);
  text-shadow: 0 0 16px rgba(255, 250, 242, 0.34);
  transform: translate3d(var(--hover-x, 0), var(--hover-y, 0), 0) rotate(var(--hover-r, 0deg));
}

.site-nav a:hover::after,
.site-nav a.is-wobbling::after,
body[data-page="home"] .site-nav a[href="index.html"]::after,
body[data-page="gallery"] .site-nav a[href="gallery.html"]::after,
body[data-page="about"] .site-nav a[href="about.html"]::after,
body[data-page="contact"] .site-nav a[href="contact.html"]::after {
  opacity: 1;
  filter: blur(0.2px);
  transform: scale(1);
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
}

.language-switch button {
  min-width: 38px;
  min-height: 34px;
  border: 0;
  border-radius: 999px;
  color: rgba(255, 250, 242, 0.78);
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 900;
  transition: background 260ms ease, color 260ms ease, box-shadow 260ms ease;
}

.language-switch button:hover,
.language-switch button.is-active {
  color: #142b2c;
  background: rgba(255, 250, 242, 0.72);
  box-shadow: 0 8px 20px rgba(20, 43, 44, 0.14);
}

.home-hero {
  width: 100vw;
  max-width: none;
  min-height: 100vh;
  padding: 146px 0 64px;
  background: #143231;
}

.hero-scene {
  inset: auto;
  left: 50%;
  top: 50%;
  width: 124vw;
  height: 122vh;
  max-width: none;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  transform-origin: center center;
  filter: saturate(0.98) contrast(0.96) brightness(0.76);
  animation: heroImageNoEdge 42s ease-in-out infinite alternate;
}

.hero-grid {
  width: min(1720px, calc(100vw - 150px));
  margin-inline: auto;
  transform: translateX(-44px);
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 500px);
  gap: clamp(34px, 5.2vw, 90px);
}

.hero-copy {
  width: min(880px, 100%);
}

.hero-copy h1 {
  max-width: 800px;
  font-size: clamp(56px, 7.8vw, 112px);
}

.hero-copy p:not(.eyebrow) {
  max-width: 700px;
  font-size: clamp(18px, 1.65vw, 30px);
}

.hero-booking-card {
  padding: 22px;
  background: rgba(255, 255, 255, 0.12);
}

.booking-card-top strong {
  font-size: 30px;
}

.video-tint {
  background:
    linear-gradient(90deg, rgba(11, 39, 38, 0.7) 0%, rgba(11, 39, 38, 0.34) 43%, rgba(11, 39, 38, 0.18) 100%),
    radial-gradient(ellipse at 58% 46%, rgba(255, 226, 163, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(5, 25, 25, 0.2) 0%, rgba(5, 25, 25, 0.06) 45%, rgba(5, 25, 25, 0.48) 100%);
}

.home-hero::after {
  background:
    radial-gradient(ellipse at 12% 52%, rgba(6, 30, 29, 0.34), transparent 38%),
    radial-gradient(ellipse at 88% 42%, rgba(255, 238, 200, 0.06), transparent 32%);
}

@keyframes heroImageNoEdge {
  from {
    transform: translate3d(-52.5%, -50%, 0) scale(1.02);
  }
  to {
    transform: translate3d(-54%, -49.6%, 0) scale(1.065);
  }
}

.booking-calendar {
  grid-template-columns: minmax(260px, 0.46fr) minmax(520px, 0.82fr);
  gap: 24px;
  align-items: start;
  padding-block: 42px;
}

.booking-calendar-copy {
  max-width: 440px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.6;
}

.calendar-card {
  grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr) minmax(130px, 0.65fr) minmax(170px, 0.8fr);
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.78), rgba(255, 238, 215, 0.42)),
    rgba(255, 255, 255, 0.24);
  border-color: rgba(96, 71, 49, 0.12);
  box-shadow: 0 24px 70px rgba(53, 39, 29, 0.12);
}

.calendar-card input,
.calendar-card select {
  min-height: 52px;
  color: #152827;
  background: rgba(255, 255, 255, 0.64);
  border-color: rgba(98, 75, 53, 0.12);
}

.calendar-card .button.primary {
  min-height: 52px;
  border: 1px solid rgba(121, 85, 43, 0.2);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255, 215, 147, 0.98), rgba(211, 144, 66, 0.94));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    0 16px 32px rgba(197, 128, 49, 0.22);
  cursor: pointer;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.calendar-card .button.primary:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 22px 42px rgba(197, 128, 49, 0.26);
}

.date-picker-shell {
  grid-column: 1 / -1;
  width: min(390px, 100%);
  justify-self: center;
  display: grid;
  gap: 9px;
  padding: 12px;
  border: 1px solid rgba(98, 75, 53, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.4);
}

.date-picker-top {
  display: grid;
  grid-template-columns: 34px 1fr 34px;
  align-items: center;
  gap: 8px;
}

.date-picker-top strong {
  color: #152827;
  text-align: center;
  font-weight: 900;
}

.date-picker-top button,
.calendar-days button {
  border: 0;
  cursor: pointer;
}

.date-picker-top button {
  min-height: 32px;
  border-radius: 12px;
  color: #152827;
  background: rgba(255, 255, 255, 0.72);
  font-size: 22px;
}

.date-picker-top button:disabled,
.calendar-days button:disabled {
  opacity: 0.32;
  cursor: not-allowed;
}

.weekday-row,
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 5px;
}

.weekday-row span {
  color: rgba(21, 40, 39, 0.58);
  text-align: center;
  font-size: 11px;
  font-weight: 900;
}

.calendar-days button,
.calendar-empty {
  min-height: 32px;
  border-radius: 10px;
}

.calendar-days button {
  color: #152827;
  background: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  font-weight: 900;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.calendar-days button:hover {
  transform: translateY(-1px);
  background: rgba(255, 230, 183, 0.92);
}

.calendar-days button.is-today {
  box-shadow: inset 0 0 0 1px rgba(201, 120, 61, 0.52);
}

.calendar-days button.is-start,
.calendar-days button.is-end {
  color: #152827;
  background: linear-gradient(135deg, #ffd994, #d99042);
}

.calendar-days button.is-range {
  background: rgba(226, 170, 93, 0.32);
}

.booking-hint {
  margin: 2px 0 0;
  color: rgba(21, 40, 39, 0.58);
  font-size: 12px;
  line-height: 1.45;
}

.tour-floating-widget {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 42;
  display: grid;
  gap: 2px;
  min-width: 132px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #142b2c;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.82), rgba(240, 196, 119, 0.7)),
    rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 20px 54px rgba(13, 36, 38, 0.18);
  backdrop-filter: blur(20px) saturate(1.22);
  -webkit-backdrop-filter: blur(20px) saturate(1.22);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.tour-floating-widget span {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  opacity: 0.66;
}

.tour-floating-widget strong {
  font-size: 15px;
}

.tour-floating-widget:hover {
  transform: translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 26px 70px rgba(201, 120, 61, 0.24);
}

html[dir="rtl"] body {
  direction: rtl;
}

html[dir="rtl"] .site-header,
html[dir="rtl"] .hero-grid,
html[dir="rtl"] .calendar-card,
html[dir="rtl"] .date-picker-shell {
  direction: rtl;
}

html[dir="rtl"] .hero-grid {
  transform: translateX(20px);
}

@media (max-width: 980px) {
  .site-header {
    width: min(720px, calc(100% - 20px));
    min-height: auto;
    grid-template-columns: auto 1fr auto;
    gap: 8px;
  }

  .language-switch,
  .theme-toggle {
    grid-row: 1;
  }

  .site-header .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .hero-grid,
  html[dir="rtl"] .hero-grid {
    width: min(720px, calc(100vw - 28px));
    transform: none;
    grid-template-columns: 1fr;
  }

  .booking-calendar {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 10px;
    display: grid;
    grid-template-columns: 44px auto auto auto;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 7px;
    border-radius: 18px;
  }

  .site-header .brand {
    grid-column: 1;
  }

  .site-header .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 3px;
    width: 100%;
  }

  .theme-toggle {
    grid-column: 3;
    justify-self: center;
    min-width: 78px;
    min-height: 34px;
  }

  .language-switch {
    grid-column: 2;
    justify-self: center;
  }

  .nav-cta {
    grid-column: 4;
    justify-self: end;
    min-height: 38px;
    padding-inline: 12px;
  }

  .site-nav a {
    min-height: 36px;
    padding: 0 4px;
    font-size: 11px;
  }

  .language-switch button {
    min-width: 28px;
    min-height: 30px;
    font-size: 10px;
  }

  .theme-toggle-label {
    font-size: 9px;
    line-height: 28px;
  }

  .home-hero {
    padding-top: 146px;
  }

  .hero-scene {
    width: 150vw;
    height: 118vh;
  }

  .hero-copy h1 {
    font-size: clamp(48px, 17vw, 78px);
  }

  .calendar-card {
    grid-template-columns: 1fr;
  }

  .date-picker-shell {
    width: min(330px, 100%);
  }

  .tour-floating-widget {
    left: 12px;
    bottom: 12px;
    min-width: 116px;
    padding: 10px 13px;
  }
}

/* Detached preferences panel and cleaner header after moving language/theme out. */
.site-header {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.site-preferences {
  position: fixed;
  top: 124px;
  right: 22px;
  z-index: 43;
  display: grid;
  gap: 8px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.055)),
    rgba(18, 42, 43, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 22px 62px rgba(9, 28, 29, 0.16);
  backdrop-filter: blur(24px) saturate(1.25);
  -webkit-backdrop-filter: blur(24px) saturate(1.25);
}

.site-preferences .language-switch,
.site-preferences .theme-toggle {
  margin: 0;
}

.site-preferences .theme-toggle {
  min-width: 112px;
}

html[dir="rtl"] .site-nav a,
html[dir="rtl"] .nav-cta,
html[dir="rtl"] .button,
html[dir="rtl"] .booking-card-cta,
html[dir="rtl"] .text-link,
html[dir="rtl"] .theme-toggle,
html[dir="rtl"] .language-switch button,
html[dir="rtl"] .calendar-card input,
html[dir="rtl"] .calendar-card select {
  font-family: "Frank Ruhl Libre", "Noto Serif Hebrew", "Times New Roman", serif;
  font-weight: 700;
}

html[dir="rtl"] .site-nav a,
html[dir="rtl"] .button,
html[dir="rtl"] .nav-cta {
  font-size: 15px;
}

html[dir="rtl"] .theme-toggle-label,
html[dir="rtl"] .language-switch button {
  font-size: 12px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
}

@media (max-width: 620px) {
  .site-header {
    grid-template-columns: 44px auto;
    justify-content: space-between;
  }

  .site-header .site-nav {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .nav-cta {
    grid-column: 2;
  }

  .site-preferences {
    top: auto;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: calc(100vw - 20px);
    padding: 6px;
    border-radius: 999px;
  }

  .site-preferences .theme-toggle {
    min-width: 88px;
    min-height: 34px;
  }

  .site-preferences .language-switch button {
    min-width: 29px;
  }

  .tour-floating-widget {
    bottom: 72px;
  }
}

/* Option 3 final Apple-luxury pass */
body {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, sans-serif;
}

h1,
h2,
h3,
.booking-card-top strong {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, sans-serif;
  font-weight: 760;
}

.site-header {
  grid-template-columns: auto minmax(420px, 1fr) auto auto;
  width: min(1760px, calc(100% - 92px));
  min-height: 78px;
  padding: 10px 16px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.24), rgba(255,255,255,.07)),
    rgba(16, 39, 38, .12);
  border-color: rgba(255,255,255,.28);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.48),
    inset 0 -24px 52px rgba(255,255,255,.035),
    0 28px 90px rgba(5,24,24,.18);
  backdrop-filter: blur(34px) saturate(1.38);
  -webkit-backdrop-filter: blur(34px) saturate(1.38);
}

.site-header .site-nav {
  justify-self: center;
  padding: 5px;
  border-radius: 999px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.13);
}

.header-tools {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-self: end;
  min-width: 0;
}

.site-preferences {
  display: none !important;
}

.site-nav a,
.nav-cta,
.theme-toggle,
.language-switch button {
  border-radius: 999px;
  transition:
    background 520ms cubic-bezier(.18,.86,.24,1),
    box-shadow 560ms cubic-bezier(.18,.86,.24,1),
    color 420ms ease,
    transform 520ms cubic-bezier(.18,.86,.24,1);
}

.site-nav a:hover,
.site-nav a.is-wobbling,
body[data-page="home"] .site-nav a[href="index.html"],
body[data-page="gallery"] .site-nav a[href="gallery.html"],
body[data-page="about"] .site-nav a[href="about.html"],
body[data-page="contact"] .site-nav a[href="contact.html"] {
  color: #122625;
  background:
    radial-gradient(circle at var(--shine-x, 50%) var(--shine-y, 50%), rgba(255,255,255,.74), rgba(255,255,255,.2) 48%, rgba(255,255,255,.1)),
    rgba(255, 250, 242, .44);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.72),
    inset 0 -14px 34px rgba(255,255,255,.16),
    0 18px 44px rgba(242, 202, 127, .16);
}

.hero-video {
  opacity: 1;
  filter: saturate(1.02) contrast(.98) brightness(.74);
}

.hero-booking-card {
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.19), rgba(255,255,255,.08)),
    rgba(12, 35, 35, .16);
  border-color: rgba(255,255,255,.34);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.4),
    0 28px 86px rgba(0,0,0,.2);
}

.hero-booking-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hero-booking-fields label {
  display: grid;
  gap: 8px;
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 18px;
  background: rgba(255,255,255,.1);
}

.hero-booking-fields span {
  color: rgba(255,250,242,.72);
  font-size: 11px;
  font-weight: 760;
  text-transform: uppercase;
}

.hero-booking-fields input,
.hero-booking-fields select {
  width: 100%;
  min-height: 34px;
  border: 0;
  color: #fff8ef;
  background: transparent;
  outline: none;
  font: 680 18px -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Arial, sans-serif;
}

.hero-booking-fields option {
  color: #122625;
}

.booking-card-cta {
  border: 0;
  cursor: pointer;
  color: #122625;
  background: rgba(255,248,239,.86);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.75),
    0 18px 44px rgba(0,0,0,.14);
}

html[dir="rtl"] .site-nav a,
html[dir="rtl"] .nav-cta,
html[dir="rtl"] .button,
html[dir="rtl"] .booking-card-cta,
html[dir="rtl"] .theme-toggle,
html[dir="rtl"] .language-switch button,
html[dir="rtl"] .hero-booking-fields input,
html[dir="rtl"] .hero-booking-fields select {
  font-family: "Noto Sans Hebrew", Arial, sans-serif;
  font-weight: 650;
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    width: min(920px, calc(100% - 28px));
  }

  .header-tools {
    grid-column: 2 / 4;
    grid-row: 2;
    justify-self: end;
  }

  .site-header .site-nav {
    grid-column: 1 / -1;
    grid-row: 3;
    width: 100%;
  }
}

@media (max-width: 620px) {
  .site-header {
    width: min(420px, calc(100% - 18px));
    grid-template-columns: 44px 1fr auto;
    gap: 6px;
    padding: 7px;
  }

  .header-tools {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: stretch;
    justify-content: space-between;
  }

  .site-header .site-nav {
    grid-row: 3;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .hero-booking-fields {
    grid-template-columns: 1fr;
  }
}

/* Final consistency pass: softer glass, readable cards, premium button glow. */
:root {
  --dcg-forest: #102625;
  --dcg-forest-2: #173836;
  --dcg-ivory: #fff8ef;
  --dcg-paper: #f4f0e8;
  --dcg-muted: #607270;
  --dcg-line: rgba(22, 44, 42, 0.14);
  --dcg-glow-mint: rgba(148, 214, 187, 0.34);
  --dcg-glow-gold: rgba(236, 199, 126, 0.28);
  --dcg-glow-sky: rgba(162, 204, 213, 0.26);
}

body {
  color: var(--dcg-forest);
  background:
    radial-gradient(circle at 12% 10%, rgba(215, 226, 211, 0.56), transparent 24%),
    linear-gradient(135deg, #f7f2e8, #edf2e9);
}

body[data-page="home"] {
  color: var(--dcg-ivory);
  background: #102625;
}

body:not([data-page="home"]) main,
.gallery-page,
.subpage,
.activity-page,
.editorial-band,
.booking-calendar,
.dcg-info,
.activity-widget,
.split-feature,
.site-footer {
  color: var(--dcg-forest);
}

.site-header {
  color: var(--dcg-ivory);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.062)),
    rgba(14, 34, 33, 0.2);
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    inset 0 -26px 54px rgba(255, 255, 255, 0.035),
    0 26px 82px rgba(8, 28, 28, 0.18);
}

.site-header.solid {
  color: var(--dcg-forest);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.34)),
    rgba(255, 248, 239, 0.46);
}

.site-header .site-nav {
  background: rgba(255, 255, 255, 0.072);
  border-color: rgba(255, 255, 255, 0.14);
  overflow: visible;
}

.site-nav a {
  isolation: isolate;
  overflow: visible;
  color: rgba(255, 248, 239, 0.88);
  text-shadow: none;
  transform: none !important;
}

.site-header.solid .site-nav a {
  color: rgba(16, 38, 37, 0.76);
}

.site-nav a::before {
  display: none;
}

.site-nav a::after {
  content: "";
  position: absolute;
  inset: -10px;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  transform: translateY(8px) scale(0.78);
  filter: blur(16px);
  background:
    radial-gradient(circle at 30% 70%, var(--dcg-glow-mint), transparent 34%),
    radial-gradient(circle at 76% 28%, var(--dcg-glow-gold), transparent 32%);
}

.site-nav a[data-glow="2"]::after {
  background:
    radial-gradient(circle at 18% 36%, rgba(255, 248, 239, 0.36), transparent 30%),
    radial-gradient(circle at 72% 76%, var(--dcg-glow-sky), transparent 34%);
}

.site-nav a[data-glow="3"]::after {
  background:
    radial-gradient(circle at 76% 28%, rgba(162, 214, 184, 0.38), transparent 32%),
    radial-gradient(circle at 22% 80%, rgba(236, 199, 126, 0.26), transparent 34%);
}

.site-nav a[data-glow="4"]::after {
  background:
    radial-gradient(circle at 48% 78%, rgba(255, 248, 239, 0.34), transparent 30%),
    radial-gradient(circle at 82% 40%, rgba(143, 200, 207, 0.3), transparent 34%),
    radial-gradient(circle at 16% 34%, rgba(164, 214, 184, 0.26), transparent 30%);
}

.site-nav a:hover,
.site-nav a.is-wobbling,
body[data-page="home"] .site-nav a[href="index.html"],
body[data-page="gallery"] .site-nav a[href="gallery.html"],
body[data-page="about"] .site-nav a[href="about.html"],
body[data-page="contact"] .site-nav a[href="contact.html"],
body[data-page="activities"] .site-nav a[href="activities.html"] {
  color: var(--dcg-forest);
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.88), rgba(255, 250, 242, 0.54)),
    rgba(255, 255, 255, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 14px 34px rgba(14, 37, 36, 0.1);
  text-shadow: none;
}

.site-nav a:hover::after,
.site-nav a.is-wobbling::after {
  animation: dcgBubbleGlow 780ms cubic-bezier(.2, .86, .22, 1) forwards;
}

@keyframes dcgBubbleGlow {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.72);
    filter: blur(18px);
  }
  56% {
    opacity: 0.8;
    transform: translateY(-2px) scale(1.06);
    filter: blur(18px);
  }
  100% {
    opacity: 0.44;
    transform: translateY(0) scale(1);
    filter: blur(14px);
  }
}

.language-switch {
  gap: 4px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.18);
}

.language-switch button {
  min-width: 52px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: rgba(255, 248, 239, 0.84);
  font-weight: 700;
}

.language-switch .flag {
  font-size: 14px;
  line-height: 1;
}

.language-switch button:hover,
.language-switch button.is-active,
html[data-theme="light"] .theme-toggle .theme-toggle-label:first-child,
html[data-theme="dark"] .theme-toggle .theme-toggle-label:last-child {
  color: var(--dcg-forest);
}

.language-switch button:hover,
.language-switch button.is-active {
  background: rgba(255, 250, 242, 0.82);
  box-shadow: 0 10px 24px rgba(14, 37, 36, 0.12);
}

.theme-toggle {
  color: rgba(255, 248, 239, 0.84);
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.18);
}

.button.primary,
.calendar-card .button.primary,
.booking-card-cta,
.text-link,
.nav-cta {
  color: var(--dcg-forest);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.92), rgba(237, 222, 192, 0.74)),
    rgba(255, 255, 255, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 18px 46px rgba(15, 38, 37, 0.14);
}

.button.primary:hover,
.calendar-card .button.primary:hover,
.booking-card-cta:hover,
.text-link:hover,
.nav-cta:hover {
  transform: translateY(-2px);
  background:
    linear-gradient(135deg, rgba(255, 255, 249, 0.98), rgba(226, 214, 184, 0.82)),
    rgba(255, 255, 255, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 24px 62px rgba(107, 137, 117, 0.24),
    0 0 38px rgba(236, 199, 126, 0.16);
}

.button.ghost {
  color: var(--dcg-forest);
  border-color: rgba(18, 38, 37, 0.16);
  background: rgba(255, 255, 255, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.58);
}

body[data-page="home"] .button.ghost {
  color: var(--dcg-ivory);
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.12);
}

.calendar-card,
.date-picker-shell,
.dcg-info article,
.visitor-notice,
.activity-widget,
.split-feature > div,
.contact-card,
.contact-form,
.detail-grid article,
.planner-filters,
.activity-card,
.map-route-card,
.option-card {
  color: var(--dcg-forest);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(255, 248, 239, 0.62)),
    rgba(255, 255, 255, 0.54);
  border-color: rgba(18, 38, 37, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 22px 58px rgba(18, 38, 37, 0.08);
}

.activity-card p,
.map-route-card p,
.option-card p,
.planner-filters p,
.contact-card span,
.dcg-info p,
.activity-widget p,
.split-feature p,
.editorial-band > p,
.gallery-hero p,
.about-hero p,
.contact-hero p,
.detail-grid p {
  color: var(--dcg-muted);
}

.activity-pill,
.filter-bar button,
.planner-filters button,
.source-link,
.route-link {
  color: var(--dcg-forest);
  background: rgba(255, 255, 255, 0.62);
  border-color: rgba(18, 38, 37, 0.12);
}

.media-thumb {
  background: rgba(255, 255, 255, 0.58);
  border-color: rgba(18, 38, 37, 0.14);
  overflow: hidden;
}

.media-thumb span {
  color: var(--dcg-forest);
  background: rgba(255, 248, 239, 0.92);
  text-shadow: none;
}

.media-thumb.is-active {
  border-color: rgba(197, 158, 86, 0.8);
  box-shadow: 0 18px 46px rgba(18, 38, 37, 0.12);
}

.booking-widgets a {
  background: rgba(255, 250, 242, 0.74);
  border-color: rgba(255, 255, 255, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.75),
    0 16px 44px rgba(18, 38, 37, 0.14);
}

.tour-floating-widget {
  color: var(--dcg-forest);
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.88), rgba(225, 215, 187, 0.76)),
    rgba(255, 255, 255, 0.22);
  border-color: rgba(255, 255, 255, 0.5);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(220px, 1.15fr);
  gap: 18px 28px;
  align-items: start;
  padding: 30px;
  margin-block: 48px 22px;
  border: 1px solid rgba(18, 38, 37, 0.12);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 248, 239, 0.54)),
    rgba(255, 255, 255, 0.44);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.76),
    0 22px 62px rgba(18, 38, 37, 0.08);
}

.footer-brand {
  display: grid;
  gap: 6px;
}

.footer-brand strong {
  font-size: 20px;
}

.footer-brand span,
.footer-rights {
  color: var(--dcg-muted);
}

.footer-map,
.footer-contact,
.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-map a,
.footer-contact a,
.footer-social a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(18, 38, 37, 0.1);
  border-radius: 999px;
  padding: 0 13px;
  color: var(--dcg-forest);
  background: rgba(255, 255, 255, 0.5);
  font-weight: 700;
}

.footer-rights {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 13px;
}

html[data-theme="dark"] body:not([data-page="home"]) {
  color: var(--dcg-ivory);
  background:
    radial-gradient(circle at 12% 10%, rgba(67, 96, 82, 0.34), transparent 26%),
    linear-gradient(135deg, #102322, #182923);
}

html[data-theme="dark"] .calendar-card,
html[data-theme="dark"] .date-picker-shell,
html[data-theme="dark"] .dcg-info article,
html[data-theme="dark"] .visitor-notice,
html[data-theme="dark"] .activity-widget,
html[data-theme="dark"] .split-feature > div,
html[data-theme="dark"] .contact-card,
html[data-theme="dark"] .contact-form,
html[data-theme="dark"] .detail-grid article,
html[data-theme="dark"] .planner-filters,
html[data-theme="dark"] .activity-card,
html[data-theme="dark"] .map-route-card,
html[data-theme="dark"] .option-card,
html[data-theme="dark"] .site-footer {
  color: var(--dcg-ivory);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045)),
    rgba(17, 43, 40, 0.78);
  border-color: rgba(255, 255, 255, 0.16);
}

html[data-theme="dark"] .activity-card p,
html[data-theme="dark"] .map-route-card p,
html[data-theme="dark"] .option-card p,
html[data-theme="dark"] .planner-filters p,
html[data-theme="dark"] .dcg-info p,
html[data-theme="dark"] .activity-widget p,
html[data-theme="dark"] .split-feature p,
html[data-theme="dark"] .footer-brand span,
html[data-theme="dark"] .footer-rights {
  color: rgba(255, 248, 239, 0.68);
}

html[data-theme="dark"] .media-thumb span,
html[data-theme="dark"] .footer-map a,
html[data-theme="dark"] .footer-contact a,
html[data-theme="dark"] .footer-social a,
html[data-theme="dark"] .button.ghost {
  color: var(--dcg-ivory);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
}

@media (max-width: 900px) {
  .site-footer {
    grid-template-columns: 1fr;
    padding: 22px;
  }
}

@media (max-width: 760px) {
  .tour-floating-widget {
    display: none;
  }
}

@media (max-width: 620px) {
  .language-switch button {
    min-width: 45px;
    padding-inline: 6px;
  }

  .language-switch .flag {
    font-size: 12px;
  }

  .site-footer {
    width: min(100% - 20px, 420px);
    border-radius: 22px;
  }
}

/* Final responsive polish: premium controls, no mobile overflow, cleaner fixed widgets. */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

.site-header {
  width: min(100% - 56px, 1780px);
  min-height: 74px;
  padding: 12px 18px;
  gap: 18px;
  backdrop-filter: blur(30px) saturate(1.28);
  -webkit-backdrop-filter: blur(30px) saturate(1.28);
}

.site-header .brand {
  flex: 0 0 auto;
}

.site-header .site-nav {
  justify-self: center;
  margin-inline: auto;
  padding: 6px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.045)),
    rgba(13, 35, 33, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 16px 44px rgba(6, 22, 21, 0.12);
}

.site-nav a {
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  transition:
    color 220ms ease,
    background 260ms ease,
    box-shadow 260ms ease;
}

.site-nav a:hover,
.site-nav a.is-wobbling,
body[data-page="home"] .site-nav a[href="index.html"],
body[data-page="gallery"] .site-nav a[href="gallery.html"],
body[data-page="about"] .site-nav a[href="about.html"],
body[data-page="contact"] .site-nav a[href="contact.html"],
body[data-page="activities"] .site-nav a[href="activities.html"] {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(245, 236, 219, 0.62)),
    rgba(255, 255, 255, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    0 16px 38px rgba(13, 35, 33, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.28);
}

.site-nav a:hover::after,
.site-nav a.is-wobbling::after {
  animation: dcgAuraLift 720ms cubic-bezier(.18, .82, .2, 1) forwards;
}

@keyframes dcgAuraLift {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(0.74);
    filter: blur(18px);
  }
  52% {
    opacity: 0.72;
    transform: translateY(-3px) scale(1.08);
    filter: blur(20px);
  }
  100% {
    opacity: 0.38;
    transform: translateY(0) scale(1);
    filter: blur(15px);
  }
}

.header-tools {
  flex: 0 0 auto;
}

.language-switch,
.theme-toggle,
.nav-cta {
  backdrop-filter: blur(22px) saturate(1.18);
  -webkit-backdrop-filter: blur(22px) saturate(1.18);
}

.language-switch {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.055)),
    rgba(13, 35, 33, 0.18);
}

.theme-toggle {
  min-width: 108px;
}

.button.primary,
.calendar-card .button.primary,
.booking-card-cta,
.text-link,
.nav-cta {
  background:
    linear-gradient(135deg, rgba(255, 255, 252, 0.95), rgba(232, 222, 199, 0.72)),
    rgba(255, 255, 255, 0.24);
}

.button.primary:hover,
.calendar-card .button.primary:hover,
.booking-card-cta:hover,
.text-link:hover,
.nav-cta:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 22px 56px rgba(14, 42, 38, 0.2),
    0 0 44px rgba(153, 198, 174, 0.24);
}

.tour-floating-widget {
  left: 28px;
  bottom: 28px;
  min-width: 142px;
  padding: 13px 16px;
  border-radius: 999px;
  color: var(--dcg-ivory);
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.34), transparent 30%),
    linear-gradient(135deg, rgba(22, 56, 51, 0.72), rgba(255, 255, 255, 0.12)),
    rgba(14, 36, 34, 0.48);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    0 18px 54px rgba(6, 22, 21, 0.18);
  backdrop-filter: blur(24px) saturate(1.2);
  -webkit-backdrop-filter: blur(24px) saturate(1.2);
}

.tour-floating-widget span {
  color: rgba(255, 248, 239, 0.72);
  letter-spacing: 0.08em;
}

.tour-floating-widget strong {
  color: var(--dcg-ivory);
  font-size: 15px;
}

.tour-floating-widget:hover {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.4), transparent 30%),
    linear-gradient(135deg, rgba(31, 75, 67, 0.78), rgba(231, 215, 179, 0.18)),
    rgba(14, 36, 34, 0.5);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.54),
    0 22px 62px rgba(6, 22, 21, 0.2),
    0 0 42px rgba(151, 199, 174, 0.22);
}

body[data-page="activities"] .tour-floating-widget {
  top: 132px;
  bottom: auto;
  left: auto;
  right: 28px;
}

.design-toggle {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(255, 248, 239, 0.46)),
    rgba(255, 255, 255, 0.36);
  border-color: rgba(18, 38, 37, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 18px 48px rgba(18, 38, 37, 0.08);
}

.design-toggle button {
  color: rgba(16, 38, 37, 0.78);
}

.design-toggle button.is-active {
  color: var(--dcg-forest);
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.94), rgba(222, 212, 186, 0.76)),
    rgba(255, 255, 255, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.84),
    0 14px 36px rgba(18, 38, 37, 0.1);
}

.booking-widgets {
  left: 50%;
  right: auto;
  top: auto;
  bottom: 20px;
  transform: translateX(-50%);
  grid-template-columns: repeat(3, 60px);
  z-index: 55;
  gap: 12px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.075)),
    rgba(16, 38, 37, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 18px 54px rgba(7, 23, 22, 0.18);
  backdrop-filter: blur(24px) saturate(1.18);
  -webkit-backdrop-filter: blur(24px) saturate(1.18);
}

.booking-widgets a {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(241, 236, 223, 0.58)),
    rgba(255, 255, 255, 0.44);
}

.booking-widgets a:hover {
  transform: translateY(-3px) scale(1.02);
}

.booking-widgets.is-hidden-over-hero {
  opacity: 0;
  pointer-events: none;
}

.media-thumb span {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  color: #122725;
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.96), rgba(241, 234, 219, 0.9));
}

.media-thumb img,
.media-thumb video {
  background-color: rgba(18, 30, 28, 0.16);
}

@media (max-width: 1180px) {
  .site-header {
    width: min(100% - 28px, 1120px);
    gap: 12px;
  }

  .site-nav a {
    padding-inline: 16px;
  }

  .language-switch button {
    min-width: 46px;
  }

  .theme-toggle {
    min-width: 96px;
  }
}

@media (max-width: 820px) {
  body {
    overflow-x: hidden;
  }

  body.has-fixed-dock {
    padding-bottom: 84px;
  }

  .site-header {
    width: calc(100% - 20px);
    min-height: 0;
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "brand tools cta"
      "nav nav nav";
    align-items: center;
    padding: 10px;
    gap: 10px;
    border-radius: 28px;
  }

  .site-header .brand {
    grid-area: brand;
    display: inline-flex !important;
  }

  .site-header .brand-mark {
    width: 58px;
    height: 58px;
  }

  .header-tools {
    grid-area: tools;
    display: inline-flex !important;
    justify-self: end;
    gap: 6px;
  }

  .site-header .site-nav {
    grid-area: nav;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 4px;
    padding: 4px;
    overflow: visible;
  }

  .site-nav a {
    min-width: 0;
    min-height: 42px;
    padding: 0 6px;
    font-size: clamp(12px, 3vw, 14px);
    white-space: nowrap;
  }

  .nav-cta {
    grid-area: cta;
    display: inline-flex !important;
    min-width: 74px;
    min-height: 50px;
    padding: 0 14px;
  }

  .theme-toggle {
    position: static;
    inset: auto;
    z-index: auto;
    display: inline-flex !important;
  }

  .language-switch {
    padding: 3px;
    gap: 2px;
  }

  .language-switch button {
    min-width: 38px;
    min-height: 32px;
    gap: 3px;
    padding-inline: 4px;
    font-size: 11px;
  }

  .language-switch .flag {
    font-size: 11px;
  }

  .theme-toggle {
    min-width: 74px;
    min-height: 36px;
    padding: 3px;
  }

  .theme-toggle-label {
    font-size: 11px;
  }

  .hero-shell {
    width: min(100% - 24px, 520px);
    margin-inline: auto;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-booking-card {
    width: 100%;
    min-width: 0;
  }

  .hero-booking-fields {
    grid-template-columns: 1fr;
  }

  .booking-widgets {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 14px;
    transform: translateX(-50%);
    flex-direction: row;
    z-index: 55;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 24px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.08)),
      rgba(16, 38, 37, 0.42);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.32),
      0 18px 50px rgba(7, 23, 22, 0.22);
    backdrop-filter: blur(24px) saturate(1.18);
    -webkit-backdrop-filter: blur(24px) saturate(1.18);
    transition: opacity 220ms ease, transform 220ms ease;
  }

  .booking-widgets.is-hidden-over-hero {
    transform: translateX(-50%) translateY(18px);
  }

  .booking-widgets a {
    width: 54px;
    height: 54px;
    border-radius: 17px;
  }
}

@media (max-width: 430px) {
  .site-header {
    width: calc(100% - 16px);
    padding: 8px;
    border-radius: 24px;
  }

  .site-header .brand-mark {
    width: 50px;
    height: 50px;
  }

  .header-tools {
    gap: 4px;
  }

  .language-switch button {
    min-width: 33px;
    font-size: 10px;
  }

  .language-switch .flag {
    display: inline;
    font-size: 13px;
  }

  .language-switch button span:not(.flag) {
    display: none;
  }

  .theme-toggle {
    min-width: 66px;
  }

  .theme-toggle-label {
    font-size: 10px;
  }

  .nav-cta {
    min-width: 62px;
    min-height: 44px;
    padding-inline: 10px;
  }

  .site-nav a {
    min-height: 38px;
    font-size: 12px;
  }

  .hero-copy h1 {
    font-size: clamp(46px, 15vw, 68px);
  }

  .booking-widgets a {
    width: 40px;
    height: 40px;
    border-radius: 14px;
  }

  .booking-widgets {
    bottom: 8px;
    gap: 5px;
    padding: 5px;
    border-radius: 18px;
  }

  .booking-widgets img {
    max-width: 25px;
    max-height: 25px;
  }
}

.activity-page .activity-hero {
  min-height: clamp(420px, 58vh, 620px);
  align-items: center;
  padding: clamp(28px, 5vw, 64px);
  overflow: hidden;
}

.activity-page .activity-hero > div {
  max-width: min(900px, 92%);
}

.activity-page .activity-hero h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(54px, 7.4vw, 108px);
  line-height: 0.96;
  text-wrap: balance;
  text-shadow: 0 20px 70px rgba(5, 18, 17, 0.34);
}

.activity-page .activity-hero p:not(.eyebrow) {
  max-width: 660px;
  margin-top: 22px;
  color: rgba(255, 250, 242, 0.86);
}

@media (max-width: 760px) {
  .activity-page .activity-hero {
    min-height: 460px;
    padding: 28px;
  }

  .activity-page .activity-hero > div {
    max-width: 100%;
  }

  .activity-page .activity-hero h1 {
    font-size: clamp(42px, 13vw, 64px);
    line-height: 1;
  }
}

/* Clean footer, minimal gallery, and unified soft hover language. */
:root {
  --dcg-soft-bg: #eef3ee;
  --dcg-soft-highlight: rgba(255, 255, 255, 0.84);
  --dcg-soft-shadow: rgba(96, 113, 106, 0.22);
  --dcg-soft-shadow-cool: rgba(83, 137, 153, 0.14);
}

.site-nav a,
.nav-cta,
.button,
.booking-card-cta,
.text-link,
.filter-bar button,
.design-toggle button,
.footer-links a,
.footer-icon-links a,
.media-thumb,
.viewer-arrow,
.viewer-open-cue,
.tour-floating-widget,
.booking-widgets a,
.contact-card,
.activity-card,
.map-route-card,
.option-card {
  transition:
    color 220ms ease,
    background 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    opacity 220ms ease,
    transform 260ms cubic-bezier(.2, .8, .2, 1);
}

.tour-floating-widget.is-hidden-near-footer {
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
}

.tour-floating-widget.is-hidden-over-hero {
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
}

.button.primary,
.booking-card-cta,
.calendar-card .button.primary,
.nav-cta,
.text-link,
.filter-bar button,
.design-toggle button,
.viewer-open-cue {
  color: #19302d;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(229, 237, 229, 0.72)),
    var(--dcg-soft-bg);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow:
    -6px -4px 18px rgba(255, 255, 255, 0.62),
    7px 5px 22px var(--dcg-soft-shadow-cool),
    inset 1px 1px 0 rgba(255, 255, 255, 0.54);
}

.button.primary:hover,
.booking-card-cta:hover,
.calendar-card .button.primary:hover,
.nav-cta:hover,
.text-link:hover,
.filter-bar button:hover,
.filter-bar button.is-active,
.design-toggle button:hover,
.design-toggle button.is-active,
.viewer-open-cue:hover {
  color: #102625;
  transform: translateY(-1px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(238, 243, 238, 0.78)),
    #f3f7f2;
  box-shadow:
    -3px -2px 10px rgba(255, 255, 255, 0.68),
    4px 3px 14px rgba(88, 132, 143, 0.18),
    inset 1px 1px 0 rgba(255, 255, 255, 0.68);
}

.button.primary:active,
.booking-card-cta:active,
.calendar-card .button.primary:active,
.nav-cta:active,
.text-link:active,
.filter-bar button:active,
.design-toggle button:active {
  transform: translateY(0);
  box-shadow: inset 3px 3px 8px rgba(55, 75, 71, 0.12), inset -3px -3px 8px rgba(255, 255, 255, 0.64);
}

.site-nav a::before {
  display: block;
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  right: var(--shine-x, 18%);
  top: var(--shine-y, 18%);
  z-index: -1;
  border-radius: 999px;
  opacity: 0;
  filter: blur(14px);
  transform: translate3d(14px, 12px, 0) scale(0.65);
  background: rgba(169, 218, 191, 0.66);
  pointer-events: none;
}

.site-nav a[data-glow="2"]::before {
  background: rgba(218, 201, 160, 0.66);
}

.site-nav a[data-glow="3"]::before {
  background: rgba(158, 199, 210, 0.62);
}

.site-nav a[data-glow="4"]::before {
  background: rgba(232, 187, 173, 0.58);
}

.site-nav a:hover::before,
.site-nav a.is-wobbling::before {
  animation: dcgSoftBubble 640ms cubic-bezier(.18, .82, .2, 1) forwards;
}

@keyframes dcgSoftBubble {
  0% {
    opacity: 0;
    transform: translate3d(18px, 18px, 0) scale(0.5);
  }
  58% {
    opacity: 0.78;
    transform: translate3d(-8px, -8px, 0) scale(1.16);
  }
  100% {
    opacity: 0.42;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.categorized-footer {
  grid-template-columns:
    minmax(220px, 1.2fr)
    minmax(170px, 1fr)
    minmax(150px, 0.9fr)
    minmax(250px, 1.35fr)
    minmax(130px, 0.75fr);
  gap: 14px;
  padding: 16px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(244, 240, 232, 0.44)),
    rgba(255, 255, 255, 0.38);
}

.footer-card,
.footer-section {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(18, 38, 37, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.66), rgba(255, 255, 255, 0.32)),
    rgba(255, 255, 255, 0.36);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 16px 42px rgba(18, 38, 37, 0.055);
}

.footer-section[data-tone="sage"] {
  --footer-tone: #6f9a83;
  --footer-tint: rgba(111, 154, 131, 0.16);
}

.footer-section[data-tone="amber"] {
  --footer-tone: #b88c43;
  --footer-tint: rgba(184, 140, 67, 0.18);
}

.footer-section[data-tone="ocean"] {
  --footer-tone: #5d91a0;
  --footer-tint: rgba(93, 145, 160, 0.16);
}

.footer-section[data-tone="rose"] {
  --footer-tone: #b98076;
  --footer-tint: rgba(185, 128, 118, 0.16);
}

.footer-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), var(--footer-tint)),
    rgba(255, 255, 255, 0.34);
}

.footer-mini-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #102625;
  background: linear-gradient(135deg, #ffe6a7, #d7a64f);
  font-weight: 900;
  font-size: 13px;
}

.footer-heading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--footer-tone);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.footer-heading::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 18px currentColor;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-links a {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(18, 38, 37, 0.09);
  border-radius: 999px;
  padding: 0 12px;
  color: #142a28;
  background: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  font-weight: 800;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.62),
    0 8px 20px rgba(18, 38, 37, 0.045);
}

.footer-links a:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--footer-tone) 50%, transparent);
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 14px 30px rgba(18, 38, 37, 0.08),
    0 0 28px var(--footer-tint);
}

.footer-contact-links {
  flex-direction: column;
  align-items: flex-start;
}

.footer-contact-links a {
  max-width: 100%;
  min-height: 38px;
  padding-block: 7px;
  line-height: 1.2;
  white-space: normal;
}

.footer-contact-links span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.footer-contact-links svg,
.footer-icon-links svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.footer-icon-links {
  display: flex;
  gap: 10px;
}

.footer-icon-links a {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--footer-tone);
  border-radius: 16px;
}

.categorized-footer .footer-rights {
  grid-column: 1 / -1;
  padding: 0 4px;
}

.gallery-minimal {
  width: min(1240px, calc(100% - 28px));
}

.gallery-studio {
  display: grid;
  gap: 18px;
  padding: clamp(16px, 2vw, 26px);
  border: 1px solid rgba(18, 38, 37, 0.12);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 10%, rgba(184, 140, 67, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(240, 245, 239, 0.48)),
    rgba(255, 255, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.78),
    0 26px 72px rgba(18, 38, 37, 0.08);
}

.gallery-studio-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
}

.gallery-studio h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 6vw, 92px);
  line-height: 0.96;
  text-wrap: balance;
}

.gallery-counter {
  flex: 0 0 auto;
  border: 1px solid rgba(18, 38, 37, 0.1);
  border-radius: 999px;
  padding: 10px 14px;
  color: rgba(18, 38, 37, 0.72);
  background: rgba(255, 255, 255, 0.46);
  font-weight: 900;
}

.gallery-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

.gallery-filter-bar button {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 12px;
}

.gallery-one-viewer {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 58px;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.gallery-one-viewer .viewer-stage {
  min-height: clamp(360px, 62vh, 680px);
  border-radius: 24px;
  overflow: hidden;
  background: #172522;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 24px 68px rgba(18, 38, 37, 0.18);
}

.gallery-one-viewer .viewer-button,
.gallery-one-viewer #viewerVideo {
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.gallery-one-viewer .viewer-button {
  position: relative;
  display: block;
  border: 0;
  padding: 0;
  cursor: zoom-in;
  background: transparent;
}

.gallery-one-viewer .viewer-button img,
.gallery-one-viewer #viewerVideo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.06), transparent 34%),
    #172522;
}

.gallery-one-viewer .viewer-stage.is-video .viewer-button {
  display: none;
}

.gallery-one-viewer .viewer-stage:not(.is-video) #viewerVideo {
  display: none;
}

.gallery-one-viewer .viewer-stage.is-video #viewerVideo {
  display: block;
  cursor: zoom-in;
}

.viewer-open-cue {
  position: absolute;
  right: 18px;
  bottom: 18px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 16px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.viewer-arrow {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(18, 38, 37, 0.1);
  border-radius: 999px;
  color: #17312e;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(230, 238, 230, 0.72)),
    #eef3ee;
  box-shadow:
    -5px -3px 14px rgba(255, 255, 255, 0.68),
    6px 4px 18px rgba(83, 137, 153, 0.14);
  cursor: pointer;
}

.viewer-arrow span {
  transform: translateY(-1px);
  font-size: 36px;
  line-height: 1;
}

.viewer-arrow:hover {
  transform: translateY(-2px);
  box-shadow:
    -3px -2px 10px rgba(255, 255, 255, 0.74),
    4px 3px 16px rgba(83, 137, 153, 0.2),
    0 0 30px rgba(142, 196, 176, 0.18);
}

.compact-media-rail {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(82px, 1fr));
  gap: 10px;
  margin: 0;
}

.compact-media-rail .media-thumb {
  min-height: 82px;
  aspect-ratio: 1;
  position: relative;
  padding: 0;
  border-radius: 18px;
  border: 1px solid rgba(18, 38, 37, 0.1);
  background: rgba(255, 255, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 10px 28px rgba(18, 38, 37, 0.055);
  overflow: hidden;
}

.compact-media-rail .media-thumb:hover,
.compact-media-rail .media-thumb.is-active {
  transform: translateY(-2px);
  border-color: rgba(111, 154, 131, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 16px 34px rgba(18, 38, 37, 0.1),
    0 0 26px rgba(142, 196, 176, 0.18);
}

.compact-media-rail .media-thumb img,
.compact-media-rail .media-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #172522;
}

.compact-media-rail .media-thumb span {
  position: absolute;
  right: 8px;
  bottom: 8px;
  min-height: 0;
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 999px;
  color: #102625;
  background: rgba(255, 248, 239, 0.86);
  font-size: 0;
}

.compact-media-rail .media-thumb span::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid currentColor;
  margin-left: 3px;
}

.lightbox {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  background: rgba(7, 18, 17, 0.78);
}

.lightbox figure {
  width: min(92vw, 1240px);
  height: min(86vh, 820px);
  display: grid;
  place-items: center;
  margin: 0;
}

.lightbox img,
.lightbox video {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
}

.lightbox:not(.is-video) video,
.lightbox.is-video img {
  display: none;
}

.lightbox-close,
.lightbox-nav {
  position: fixed;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff8ef;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  cursor: pointer;
}

.lightbox-close {
  top: 22px;
  right: 22px;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  font-size: 28px;
}

.lightbox-nav {
  top: 50%;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  transform: translateY(-50%);
  font-size: 36px;
}

.lightbox-prev {
  left: 24px;
}

.lightbox-next {
  right: 24px;
}

.lightbox-close:hover,
.lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 0 36px rgba(169, 218, 191, 0.18);
}

html[data-theme="dark"] .categorized-footer,
html[data-theme="dark"] .footer-card,
html[data-theme="dark"] .footer-section,
html[data-theme="dark"] .gallery-studio {
  color: var(--dcg-ivory);
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045)),
    rgba(17, 43, 40, 0.78);
}

html[data-theme="dark"] .footer-links a,
html[data-theme="dark"] .gallery-counter,
html[data-theme="dark"] .viewer-arrow {
  color: var(--dcg-ivory);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1080px) {
  .categorized-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .categorized-footer {
    width: min(100% - 20px, 520px);
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .footer-card,
  .footer-section {
    min-height: auto;
    padding: 16px;
  }

  .gallery-studio-top {
    align-items: start;
    flex-direction: column;
  }

  .gallery-one-viewer {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .gallery-one-viewer .viewer-stage {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
    border-radius: 18px;
  }

  .gallery-one-viewer .viewer-button,
  .gallery-one-viewer #viewerVideo {
    min-height: 0;
    aspect-ratio: inherit;
  }

  .viewer-arrow {
    position: absolute;
    top: 50%;
    z-index: 4;
    width: 44px;
    height: 44px;
    transform: translateY(-50%);
  }

  .viewer-arrow-prev {
    left: 10px;
  }

  .viewer-arrow-next {
    right: 10px;
  }

  .viewer-arrow:hover {
    transform: translateY(-50%) scale(1.02);
  }

  .viewer-arrow span {
    font-size: 30px;
  }

  .compact-media-rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .compact-media-rail .media-thumb {
    min-height: 72px;
    border-radius: 15px;
  }

  .lightbox-nav {
    top: auto;
    bottom: 22px;
    transform: none;
  }
}

/* Final light-mode repair: keep the video hero cinematic, make the page itself daylight. */
html[data-theme="light"] body,
html[data-theme="light"] body[data-page="home"] {
  color: var(--dcg-forest);
  background:
    radial-gradient(circle at 10% 8%, rgba(232, 218, 183, 0.42), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(170, 207, 188, 0.34), transparent 30%),
    linear-gradient(145deg, #fbf7ee 0%, #eef4ec 50%, #e7efe7 100%);
}

html[data-theme="light"] .home-hero,
html[data-theme="light"] .hero-copy,
html[data-theme="light"] .hero-copy .eyebrow,
html[data-theme="light"] .hero-copy h1,
html[data-theme="light"] .hero-copy p:not(.eyebrow),
html[data-theme="light"] .hero-booking-card,
html[data-theme="light"] .hero-booking-fields span {
  color: var(--dcg-ivory);
}

html[data-theme="light"] .editorial-band,
html[data-theme="light"] .booking-calendar,
html[data-theme="light"] .dcg-info,
html[data-theme="light"] .visitor-notice,
html[data-theme="light"] .activity-widget,
html[data-theme="light"] .split-feature,
html[data-theme="light"] .gallery-page,
html[data-theme="light"] .gallery-studio,
html[data-theme="light"] .subpage,
html[data-theme="light"] .activity-page,
html[data-theme="light"] .site-footer,
html[data-theme="light"] .categorized-footer {
  color: var(--dcg-forest);
}

html[data-theme="light"] .editorial-band h2,
html[data-theme="light"] .booking-calendar h2,
html[data-theme="light"] .activity-widget h2,
html[data-theme="light"] .split-feature h2,
html[data-theme="light"] .visitor-notice h2,
html[data-theme="light"] .gallery-studio h1,
html[data-theme="light"] .subpage h1,
html[data-theme="light"] .activity-page h1,
html[data-theme="light"] .activity-card h2,
html[data-theme="light"] .dcg-info h3 {
  color: var(--dcg-forest);
}

html[data-theme="light"] .editorial-band > p,
html[data-theme="light"] .booking-calendar-copy,
html[data-theme="light"] .activity-widget p,
html[data-theme="light"] .split-feature p,
html[data-theme="light"] .visitor-notice p,
html[data-theme="light"] .gallery-studio p,
html[data-theme="light"] .subpage p,
html[data-theme="light"] .activity-page p,
html[data-theme="light"] .activity-card p,
html[data-theme="light"] .dcg-info p {
  color: rgba(16, 38, 37, 0.68);
}

html[data-theme="light"] .calendar-card,
html[data-theme="light"] .date-picker-shell,
html[data-theme="light"] .dcg-info article,
html[data-theme="light"] .visitor-notice,
html[data-theme="light"] .activity-widget,
html[data-theme="light"] .split-feature > div,
html[data-theme="light"] .contact-card,
html[data-theme="light"] .contact-form,
html[data-theme="light"] .detail-grid article,
html[data-theme="light"] .planner-filters,
html[data-theme="light"] .activity-card,
html[data-theme="light"] .map-route-card,
html[data-theme="light"] .option-card,
html[data-theme="light"] .footer-card,
html[data-theme="light"] .footer-section,
html[data-theme="light"] .gallery-studio {
  color: var(--dcg-forest);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 248, 239, 0.66)),
    rgba(255, 255, 255, 0.5);
  border-color: rgba(18, 38, 37, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.82),
    0 22px 60px rgba(18, 38, 37, 0.08);
}

html[data-theme="light"] .site-header {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.075)),
    rgba(19, 47, 44, 0.14);
}

html[data-theme="light"] .site-header.solid {
  color: var(--dcg-forest);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(255, 248, 239, 0.5)),
    rgba(255, 255, 255, 0.48);
}

html[data-theme="light"] .tour-floating-widget {
  color: var(--dcg-forest);
  background:
    linear-gradient(135deg, rgba(255, 250, 242, 0.9), rgba(232, 218, 183, 0.74)),
    rgba(255, 255, 255, 0.28);
  border-color: rgba(255, 255, 255, 0.52);
}

html[data-theme="light"] .tour-floating-widget span,
html[data-theme="light"] .tour-floating-widget strong {
  color: var(--dcg-forest);
}

html[data-theme="light"] .booking-widgets {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.12)),
    rgba(255, 248, 239, 0.32);
  border-color: rgba(255, 255, 255, 0.38);
}

/* Compact desktop controls + softer Stylewind-inspired button language. */
:root {
  --dcg-button-ink: #102625;
  --dcg-button-milk: #fbf8f1;
  --dcg-button-sage: rgba(220, 230, 222, 0.74);
  --dcg-button-sage-deep: rgba(139, 177, 158, 0.28);
  --dcg-button-shadow: rgba(22, 48, 45, 0.18);
  --dcg-button-sky: rgba(124, 174, 188, 0.18);
  --dcg-button-gold: rgba(224, 183, 111, 0.22);
}

.site-nav a,
.nav-cta,
.button.primary,
.button.ghost,
.booking-card-cta,
.calendar-card .button.primary,
.text-link,
.filter-bar button,
.design-toggle button,
.viewer-open-cue {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.38);
  transition:
    color 260ms ease,
    background 320ms cubic-bezier(.18, .86, .24, 1),
    border-color 320ms ease,
    box-shadow 320ms cubic-bezier(.18, .86, .24, 1),
    transform 320ms cubic-bezier(.18, .86, .24, 1);
}

.site-nav a::before,
.nav-cta::before,
.button.primary::before,
.button.ghost::before,
.booking-card-cta::before,
.calendar-card .button.primary::before,
.text-link::before,
.filter-bar button::before,
.design-toggle button::before,
.viewer-open-cue::before {
  content: "";
  position: absolute;
  inset: -72%;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  transform: translate3d(-18%, 18%, 0) scale(0.62);
  filter: blur(10px);
  background:
    radial-gradient(circle at 24% 64%, rgba(255, 255, 255, 0.72), transparent 20%),
    radial-gradient(circle at 72% 28%, var(--dcg-button-gold), transparent 24%),
    radial-gradient(circle at 54% 76%, rgba(142, 197, 170, 0.34), transparent 24%);
  pointer-events: none;
}

.site-nav a[data-glow="2"]::before,
.nav-cta:hover::before,
.button.primary:hover::before {
  background:
    radial-gradient(circle at 28% 28%, rgba(255, 255, 255, 0.7), transparent 20%),
    radial-gradient(circle at 76% 74%, var(--dcg-button-sky), transparent 25%),
    radial-gradient(circle at 38% 80%, rgba(236, 205, 142, 0.25), transparent 24%);
}

.site-nav a[data-glow="3"]::before,
.button.ghost:hover::before,
.filter-bar button:hover::before {
  background:
    radial-gradient(circle at 76% 30%, rgba(255, 255, 255, 0.64), transparent 20%),
    radial-gradient(circle at 22% 74%, rgba(162, 211, 185, 0.34), transparent 24%),
    radial-gradient(circle at 64% 80%, rgba(143, 198, 211, 0.22), transparent 24%);
}

.site-nav a:hover::before,
.site-nav a.is-wobbling::before,
.nav-cta:hover::before,
.button.primary:hover::before,
.button.ghost:hover::before,
.booking-card-cta:hover::before,
.calendar-card .button.primary:hover::before,
.text-link:hover::before,
.filter-bar button:hover::before,
.filter-bar button.is-active::before,
.design-toggle button:hover::before,
.design-toggle button.is-active::before,
.viewer-open-cue:hover::before {
  animation: dcgStylewindBloom 720ms cubic-bezier(.18, .82, .2, 1) forwards;
}

@keyframes dcgStylewindBloom {
  0% {
    opacity: 0;
    transform: translate3d(-18%, 18%, 0) scale(0.62);
  }
  58% {
    opacity: 0.88;
    transform: translate3d(4%, -3%, 0) scale(1.08);
  }
  100% {
    opacity: 0.42;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.site-nav a {
  color: rgba(255, 248, 239, 0.9);
  background: transparent;
  box-shadow: none;
}

.site-nav a:hover,
.site-nav a.is-wobbling,
body[data-page="home"] .site-nav a[href="index.html"],
body[data-page="gallery"] .site-nav a[href="gallery.html"],
body[data-page="about"] .site-nav a[href="about.html"],
body[data-page="contact"] .site-nav a[href="contact.html"],
body[data-page="activities"] .site-nav a[href="activities.html"] {
  color: var(--dcg-button-ink);
  border-color: rgba(255, 255, 255, 0.58);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(225, 235, 227, 0.54)),
    rgba(255, 255, 255, 0.22);
  box-shadow:
    -4px -2px 14px rgba(255, 255, 255, 0.2),
    5px 4px 18px rgba(13, 38, 36, 0.16),
    inset 1px 1px 0 rgba(255, 255, 255, 0.66);
}

.nav-cta,
.button.primary,
.booking-card-cta,
.calendar-card .button.primary,
.text-link,
.viewer-open-cue {
  color: var(--dcg-button-ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(226, 235, 228, 0.72)),
    var(--dcg-button-sage);
  box-shadow:
    -4px -2px 16px rgba(255, 255, 255, 0.48),
    5px 4px 18px var(--dcg-button-sky),
    inset 1px 1px 0 rgba(255, 255, 255, 0.6);
}

.button.ghost,
.filter-bar button,
.design-toggle button {
  color: rgba(255, 248, 239, 0.9);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(16, 38, 37, 0.16);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.18),
    0 10px 24px rgba(8, 25, 24, 0.08);
}

.nav-cta:hover,
.button.primary:hover,
.button.ghost:hover,
.booking-card-cta:hover,
.calendar-card .button.primary:hover,
.text-link:hover,
.filter-bar button:hover,
.filter-bar button.is-active,
.design-toggle button:hover,
.design-toggle button.is-active,
.viewer-open-cue:hover {
  color: var(--dcg-button-ink);
  transform: translateY(-1px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(234, 241, 235, 0.82)),
    rgba(239, 244, 239, 0.72);
  box-shadow:
    -2px -1px 8px rgba(255, 255, 255, 0.58),
    3px 2px 12px rgba(98, 145, 157, 0.2),
    0 0 34px rgba(158, 207, 183, 0.18),
    inset 1px 1px 0 rgba(255, 255, 255, 0.72);
}

.nav-cta:active,
.button.primary:active,
.button.ghost:active,
.booking-card-cta:active,
.calendar-card .button.primary:active,
.text-link:active,
.filter-bar button:active,
.design-toggle button:active,
.viewer-open-cue:active {
  transform: translateY(0);
  box-shadow:
    inset 4px 4px 10px rgba(39, 65, 60, 0.14),
    inset -4px -4px 10px rgba(255, 255, 255, 0.58);
}

html[data-theme="light"] .button.ghost,
html[data-theme="light"] .filter-bar button,
html[data-theme="light"] .design-toggle button {
  color: var(--dcg-button-ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(226, 235, 228, 0.58)),
    rgba(238, 244, 238, 0.5);
  border-color: rgba(18, 38, 37, 0.08);
}

@media (min-width: 1025px) {
  .site-header {
    width: min(1680px, calc(100% - 74px));
    min-height: 60px;
    padding: 8px 13px;
    gap: 14px;
    border-radius: 25px;
  }

  .site-header .brand-mark {
    width: 48px;
    height: 48px;
  }

  .site-header .site-nav {
    padding: 4px;
    gap: 4px;
    border-radius: 999px;
  }

  .site-nav a {
    min-height: 37px;
    padding: 0 18px;
    font-size: 16px;
  }

  .header-tools {
    gap: 6px;
  }

  .language-switch {
    padding: 3px;
  }

  .language-switch button {
    min-width: 43px;
    min-height: 30px;
    font-size: 11px;
  }

  .theme-toggle {
    min-width: 88px;
    min-height: 36px;
  }

  .theme-toggle-label {
    font-size: 11px;
  }

  .nav-cta {
    min-width: 76px;
    min-height: 42px;
    padding: 0 18px;
    font-size: 16px;
  }

  .hero-grid {
    width: min(1600px, calc(100vw - 136px));
    grid-template-columns: minmax(0, 0.98fr) minmax(300px, 420px);
    gap: clamp(30px, 4.2vw, 72px);
  }

  .hero-copy h1 {
    max-width: 720px;
    font-size: clamp(48px, 6.4vw, 90px);
  }

  body[data-page="home"] .hero-copy h1 {
    max-width: 720px;
    font-size: clamp(48px, 6.4vw, 90px);
  }

  .hero-copy p:not(.eyebrow) {
    max-width: 610px;
    font-size: clamp(16px, 1.35vw, 23px);
  }

  .hero-actions {
    gap: 10px;
    margin-top: 24px;
  }

  .hero-actions .button,
  .text-link {
    min-height: 42px;
    padding: 0 19px;
    font-size: 14px;
  }

  .hero-booking-card {
    max-width: 420px;
    gap: 14px;
    padding: 18px;
    border-radius: 23px;
  }

  .booking-card-top strong {
    font-size: 24px;
    line-height: 1.05;
  }

  .booking-card-top span,
  .hero-booking-fields span {
    font-size: 10px;
  }

  .hero-booking-fields {
    gap: 10px;
  }

  .hero-booking-fields label {
    min-height: 74px;
    gap: 6px;
    padding: 11px 12px;
    border-radius: 15px;
  }

  .hero-booking-fields input,
  .hero-booking-fields select {
    min-height: 30px;
    font-size: 16px;
  }

  .booking-card-cta {
    min-height: 46px;
    border-radius: 14px;
    font-size: 14px;
  }
}

/* Shipping polish: visible nav motion, clean activity planner, light hero contrast. */
.site-header .site-nav a {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 248, 239, 0.9);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.025);
}

.site-header.solid .site-nav a {
  color: rgba(16, 38, 37, 0.74);
}

.site-header .site-nav a::before {
  content: "";
  display: block;
  position: absolute;
  inset: -54%;
  z-index: -2;
  width: auto;
  height: auto;
  border-radius: inherit;
  opacity: 0;
  filter: blur(16px);
  transform: translate3d(-18%, 20%, 0) scale(0.72);
  background:
    radial-gradient(circle at 28% 68%, rgba(255, 255, 255, 0.72), transparent 18%),
    radial-gradient(circle at 72% 30%, rgba(230, 196, 130, 0.36), transparent 24%),
    radial-gradient(circle at 52% 78%, rgba(136, 205, 176, 0.42), transparent 26%);
  pointer-events: none;
}

.site-header .site-nav a[data-glow="2"]::before {
  background:
    radial-gradient(circle at 24% 28%, rgba(255, 255, 255, 0.72), transparent 18%),
    radial-gradient(circle at 74% 72%, rgba(124, 184, 198, 0.34), transparent 26%),
    radial-gradient(circle at 42% 80%, rgba(236, 205, 142, 0.28), transparent 24%);
}

.site-header .site-nav a[data-glow="3"]::before {
  background:
    radial-gradient(circle at 74% 28%, rgba(255, 255, 255, 0.62), transparent 18%),
    radial-gradient(circle at 24% 76%, rgba(169, 216, 186, 0.44), transparent 26%),
    radial-gradient(circle at 62% 82%, rgba(217, 154, 69, 0.24), transparent 24%);
}

.site-header .site-nav a[data-glow="4"]::before {
  background:
    radial-gradient(circle at 44% 22%, rgba(255, 255, 255, 0.7), transparent 18%),
    radial-gradient(circle at 78% 72%, rgba(232, 187, 173, 0.32), transparent 25%),
    radial-gradient(circle at 20% 78%, rgba(143, 198, 211, 0.32), transparent 26%);
}

.site-header .site-nav a::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  opacity: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(226, 236, 228, 0.58)),
    rgba(255, 255, 255, 0.24);
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.72),
    inset -10px -10px 28px rgba(255, 255, 255, 0.1);
  transition: opacity 280ms cubic-bezier(.18, .86, .24, 1);
}

.site-header .site-nav a:hover,
.site-header .site-nav a.is-wobbling,
body[data-page="home"] .site-header .site-nav a[href="index.html"],
body[data-page="gallery"] .site-header .site-nav a[href="gallery.html"],
body[data-page="about"] .site-header .site-nav a[href="about.html"],
body[data-page="contact"] .site-header .site-nav a[href="contact.html"],
body[data-page="activities"] .site-header .site-nav a[href="activities.html"] {
  color: #102625;
  border-color: rgba(255, 255, 255, 0.54);
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    -2px -1px 10px rgba(255, 255, 255, 0.3),
    5px 4px 18px rgba(9, 29, 28, 0.16),
    0 0 34px rgba(159, 211, 185, 0.16);
}

.site-header .site-nav a:hover::before,
.site-header .site-nav a.is-wobbling::before {
  animation: dcgShippingNavBloom 760ms cubic-bezier(.18, .82, .2, 1) forwards;
}

.site-header .site-nav a:hover::after,
.site-header .site-nav a.is-wobbling::after,
body[data-page="home"] .site-header .site-nav a[href="index.html"]::after,
body[data-page="gallery"] .site-header .site-nav a[href="gallery.html"]::after,
body[data-page="about"] .site-header .site-nav a[href="about.html"]::after,
body[data-page="contact"] .site-header .site-nav a[href="contact.html"]::after,
body[data-page="activities"] .site-header .site-nav a[href="activities.html"]::after {
  opacity: 1;
}

@keyframes dcgShippingNavBloom {
  0% {
    opacity: 0;
    transform: translate3d(-18%, 20%, 0) scale(0.72);
  }
  54% {
    opacity: 0.96;
    transform: translate3d(5%, -4%, 0) scale(1.16);
  }
  100% {
    opacity: 0.48;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.activity-page .activity-hero {
  position: relative;
  border-radius: 18px;
  background-position: center center;
}

.activity-page .activity-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(8, 31, 30, 0.72), rgba(8, 31, 30, 0.28) 56%, rgba(8, 31, 30, 0.1)),
    radial-gradient(ellipse at 18% 46%, rgba(8, 31, 30, 0.46), transparent 48%);
  pointer-events: none;
}

.activity-page .activity-hero > div {
  position: relative;
  z-index: 1;
}

.activity-page .activity-hero .eyebrow,
.activity-page .activity-hero h1,
.activity-page .activity-hero p:not(.eyebrow),
html[data-theme="light"] .activity-page .activity-hero .eyebrow,
html[data-theme="light"] .activity-page .activity-hero h1,
html[data-theme="light"] .activity-page .activity-hero p:not(.eyebrow) {
  color: #fff8ef;
}

.activity-page .activity-hero h1,
html[data-theme="light"] .activity-page .activity-hero h1 {
  max-width: 820px;
  font-size: clamp(48px, 6.2vw, 94px);
  text-shadow: 0 24px 70px rgba(2, 16, 15, 0.46);
}

.activity-page .activity-hero p:not(.eyebrow),
html[data-theme="light"] .activity-page .activity-hero p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 248, 239, 0.86);
  text-shadow: 0 12px 36px rgba(2, 16, 15, 0.42);
}

.activity-client-menu {
  width: min(1180px, calc(100% - 28px));
  margin: 22px auto 16px;
  display: grid;
  gap: 12px;
}

.activity-client-menu-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.activity-client-menu-top > div,
.activity-direction-tabs,
.activity-mood-rail {
  border: 1px solid rgba(18, 38, 37, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(244, 239, 230, 0.54)),
    rgba(255, 255, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 18px 48px rgba(18, 38, 37, 0.08);
}

.activity-client-menu-top > div {
  min-height: 82px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 18px 20px;
}

.activity-client-menu-top span,
.activity-card-kicker span,
.activity-card-kicker b {
  color: rgba(16, 38, 37, 0.58);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.activity-client-menu-top strong {
  color: #102625;
  font-size: clamp(18px, 2.2vw, 26px);
}

.activity-direction-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 7px;
  padding: 8px;
}

.activity-direction-tabs button,
.activity-mood-rail button,
.activity-load-more {
  position: relative;
  min-height: 58px;
  border: 1px solid transparent;
  border-radius: 17px;
  padding: 10px 12px;
  color: #102625;
  background: transparent;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
  transition:
    color 220ms ease,
    background 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    transform 260ms cubic-bezier(.2, .8, .2, 1);
}

.activity-direction-tabs button {
  display: grid;
  justify-items: start;
  gap: 2px;
  text-align: left;
}

.activity-direction-tabs button strong {
  font-size: 24px;
  line-height: 1;
}

.activity-direction-tabs button small {
  color: rgba(16, 38, 37, 0.58);
  font-weight: 750;
}

.activity-mood-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 8px;
}

.activity-mood-rail button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding-inline: 14px;
}

.activity-mood-rail button span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.58;
}

.activity-direction-tabs button:hover,
.activity-direction-tabs button.is-active,
.activity-mood-rail button:hover,
.activity-mood-rail button.is-active,
.activity-load-more:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.62);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(226, 235, 228, 0.7)),
    rgba(255, 255, 255, 0.56);
  box-shadow:
    -3px -2px 12px rgba(255, 255, 255, 0.58),
    4px 4px 18px rgba(98, 145, 157, 0.14),
    0 0 30px rgba(159, 211, 185, 0.16);
}

.planner-shell {
  width: min(1180px, calc(100% - 28px));
  margin-inline: auto;
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.planner-filters {
  position: sticky;
  top: 104px;
  border-radius: 22px;
}

.planner-results {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.activity-card-compact {
  min-height: 0;
  gap: 10px;
  padding: 20px;
  border-radius: 20px;
}

.activity-card-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.activity-card-compact h2,
.map-route-card h2 {
  font-size: clamp(24px, 2.1vw, 34px);
  line-height: 1;
}

.activity-card-compact p,
.map-route-card p {
  font-size: 15px;
  line-height: 1.55;
}

.activity-card-compact .activity-meta {
  gap: 7px;
}

.activity-card-compact .activity-pill {
  min-height: 30px;
  padding-inline: 10px;
  font-size: 12px;
}

.activity-load-more {
  grid-column: 1 / -1;
  min-height: 52px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(226, 235, 228, 0.62)),
    rgba(255, 255, 255, 0.42);
}

.activity-map-layout {
  width: min(1180px, calc(100% - 28px));
  margin-inline: auto;
  grid-template-columns: minmax(250px, 300px) minmax(0, 1fr);
}

.map-card-grid {
  width: min(1180px, calc(100% - 28px));
  margin-inline: auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html[data-theme="dark"] .activity-client-menu-top > div,
html[data-theme="dark"] .activity-direction-tabs,
html[data-theme="dark"] .activity-mood-rail {
  color: var(--dcg-ivory);
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    rgba(17, 43, 40, 0.78);
}

html[data-theme="dark"] .activity-client-menu-top strong,
html[data-theme="dark"] .activity-direction-tabs button,
html[data-theme="dark"] .activity-mood-rail button,
html[data-theme="dark"] .activity-load-more {
  color: var(--dcg-ivory);
}

html[data-theme="dark"] .activity-direction-tabs button small,
html[data-theme="dark"] .activity-client-menu-top span {
  color: rgba(255, 248, 239, 0.62);
}

@media (max-width: 1080px) {
  .activity-direction-tabs,
  .planner-results,
  .map-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .planner-shell,
  .activity-map-layout {
    grid-template-columns: 1fr;
  }

  .planner-filters {
    position: static;
  }
}

@media (max-width: 700px) {
  .activity-page .activity-hero h1,
  html[data-theme="light"] .activity-page .activity-hero h1 {
    font-size: clamp(42px, 14vw, 62px);
  }

  .activity-client-menu-top,
  .activity-direction-tabs,
  .planner-results,
  .map-card-grid {
    grid-template-columns: 1fr;
  }

  .activity-mood-rail {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .activity-mood-rail button {
    flex: 0 0 auto;
  }
}

.language-switch .flag {
  width: 17px;
  height: 12px;
  display: inline-grid;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(16, 38, 37, 0.12);
}

.language-switch .flag-he {
  background:
    linear-gradient(#ffffff 0 22%, #2d67c8 22% 36%, #ffffff 36% 64%, #2d67c8 64% 78%, #ffffff 78%);
}

.language-switch .flag-ru {
  background:
    linear-gradient(#ffffff 0 33%, #2d58b8 33% 66%, #d33b35 66%);
}

.language-switch .flag-en {
  background:
    linear-gradient(90deg, transparent 42%, #ffffff 42% 58%, transparent 58%),
    linear-gradient(transparent 38%, #ffffff 38% 62%, transparent 62%),
    linear-gradient(90deg, transparent 46%, #c7353a 46% 54%, transparent 54%),
    linear-gradient(transparent 44%, #c7353a 44% 56%, transparent 56%),
    #1d4f9a;
}

/* Shipping fixes: restore compact header, real logo marks, native flags, and usable planner/map. */
.brand-mark,
.footer-mini-mark {
  display: inline-flex;
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  border-radius: 999px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background:
    url("dcg-logo-mark.png") center / cover no-repeat,
    linear-gradient(135deg, #fff8ef, #e7d39f);
  box-shadow:
    0 10px 28px rgba(14, 32, 32, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.46);
}

.site-header .brand-mark {
  width: 48px;
  height: 48px;
}

.footer-mini-mark {
  width: 44px;
  height: 44px;
}

.language-switch .flag,
.language-switch .flag-he,
.language-switch .flag-ru,
.language-switch .flag-en {
  display: none;
}

.language-switch .flag-emoji {
  display: inline-block;
  font-size: 15px;
  line-height: 1;
}

.site-header .site-nav {
  gap: 4px;
  padding: 4px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045)),
    rgba(13, 34, 33, 0.22);
}

.site-header .site-nav a {
  min-height: 38px;
  padding: 0 16px;
  border-color: transparent;
  border-radius: 999px;
  color: rgba(255, 248, 239, 0.9);
  background: transparent;
  box-shadow: none;
  font-size: clamp(13px, 0.95vw, 16px);
  font-weight: 500;
  letter-spacing: 0;
}

.site-header.solid .site-nav a {
  color: rgba(16, 38, 37, 0.76);
}

.site-header .site-nav a::before {
  inset: 3px auto 3px 6px;
  width: 30%;
  height: auto;
  opacity: 0;
  filter: blur(12px);
  transform: translate3d(-28%, 0, 0) scale(0.84);
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0) 66%),
    radial-gradient(circle, rgba(225, 186, 109, 0.34), rgba(225, 186, 109, 0) 70%);
  animation: none !important;
  transition:
    opacity 260ms ease,
    transform 360ms cubic-bezier(.18, .86, .24, 1);
}

.site-header .site-nav a::after {
  inset: 1px;
  opacity: 0;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(237, 240, 232, 0.46)),
    rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.66),
    inset -8px -8px 24px rgba(255, 255, 255, 0.08);
  transition: opacity 260ms ease;
}

.site-header .site-nav a:hover,
.site-header .site-nav a.is-wobbling,
body[data-page="home"] .site-header .site-nav a[href="index.html"],
body[data-page="gallery"] .site-header .site-nav a[href="gallery.html"],
body[data-page="about"] .site-header .site-nav a[href="about.html"],
body[data-page="contact"] .site-header .site-nav a[href="contact.html"],
body[data-page="activities"] .site-header .site-nav a[href="activities.html"] {
  color: #102625;
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.04);
  box-shadow:
    0 12px 32px rgba(6, 20, 19, 0.12),
    inset 1px 1px 0 rgba(255, 255, 255, 0.48);
  transform: translateY(-1px);
}

.site-header .site-nav a:hover::before,
.site-header .site-nav a.is-wobbling::before {
  opacity: 0.74;
  transform: translate3d(22%, 0, 0) scale(1.08);
}

.site-header .site-nav a:hover::after,
.site-header .site-nav a.is-wobbling::after,
body[data-page="home"] .site-header .site-nav a[href="index.html"]::after,
body[data-page="gallery"] .site-header .site-nav a[href="gallery.html"]::after,
body[data-page="about"] .site-header .site-nav a[href="about.html"]::after,
body[data-page="contact"] .site-header .site-nav a[href="contact.html"]::after,
body[data-page="activities"] .site-header .site-nav a[href="activities.html"]::after {
  opacity: 1;
}

.planner-filters {
  max-height: calc(100vh - 132px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 18px;
  scrollbar-width: thin;
}

.planner-filters h2 {
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 0.98;
}

.planner-filters p {
  font-size: 13px;
}

.planner-filters .activity-search,
.planner-filters .activity-select {
  min-height: 42px;
}

.planner-filters .activity-filter-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.planner-filters .activity-filter-list button {
  min-height: 34px;
  padding: 7px 9px;
  font-size: 12px;
}

.real-map,
.activity-map-canvas {
  min-height: 560px;
  border-radius: 24px;
  overflow: hidden;
}

.activity-map-canvas {
  width: 100%;
  height: min(68vh, 680px);
  background:
    linear-gradient(135deg, rgba(255, 248, 239, 0.84), rgba(225, 235, 227, 0.68)),
    rgba(255, 255, 255, 0.58);
}

.activity-map-fallback {
  display: grid;
  min-height: inherit;
  place-items: center;
  padding: 28px;
  color: #102625;
  text-align: center;
}

.activity-pin {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: rgba(255, 248, 239, 0.92);
  box-shadow:
    0 9px 22px rgba(16, 38, 37, 0.24),
    0 0 0 6px rgba(225, 186, 109, 0.22);
}

.activity-pin span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 7px;
  border-radius: inherit;
  background: #c79643;
}

.map-popup {
  display: grid;
  gap: 6px;
  min-width: 180px;
  color: #102625;
  font-family: inherit;
}

.map-popup strong {
  font-size: 15px;
}

.map-popup span {
  color: rgba(16, 38, 37, 0.68);
  font-size: 12px;
}

.map-popup a {
  width: fit-content;
  margin-top: 4px;
  border-radius: 999px;
  padding: 8px 11px;
  color: #102625;
  background: #e6b565;
  font-weight: 800;
  text-decoration: none;
}

.visual-info-pair,
.faq-page {
  width: min(1180px, calc(100% - 32px));
  margin: 38px auto;
}

.visual-info-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.visual-info-pair article,
.faq-hero,
.review-grid article,
.faq-list {
  border: 1px solid rgba(16, 38, 37, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(244, 239, 230, 0.58)),
    rgba(255, 255, 255, 0.42);
  box-shadow: 0 22px 60px rgba(16, 38, 37, 0.08);
  overflow: hidden;
}

.visual-info-pair img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.visual-info-pair div {
  padding: 22px;
}

.visual-info-pair h2,
.faq-hero h1 {
  color: #102625;
  line-height: 1;
}

.faq-page {
  padding-top: 120px;
}

.faq-hero {
  padding: clamp(28px, 5vw, 64px);
}

.faq-hero h1 {
  max-width: 780px;
  font-size: clamp(44px, 7vw, 96px);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0;
}

.review-grid article {
  padding: 24px;
}

.review-grid span,
.faq-list h2 {
  color: #102625;
  font-weight: 900;
}

.faq-list {
  padding: 12px;
}

.faq-list h2 {
  padding: 12px;
}

.faq-list details {
  border-top: 1px solid rgba(16, 38, 37, 0.1);
  padding: 16px 12px;
}

.faq-list summary {
  cursor: pointer;
  color: #102625;
  font-weight: 800;
}

.faq-list p {
  max-width: 820px;
  margin: 10px 0 0;
}

html[data-theme="dark"] .visual-info-pair article,
html[data-theme="dark"] .faq-hero,
html[data-theme="dark"] .review-grid article,
html[data-theme="dark"] .faq-list {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    rgba(17, 43, 40, 0.82);
}

html[data-theme="dark"] .visual-info-pair h2,
html[data-theme="dark"] .faq-hero h1,
html[data-theme="dark"] .review-grid span,
html[data-theme="dark"] .faq-list h2,
html[data-theme="dark"] .faq-list summary {
  color: var(--dcg-ivory);
}

@media (max-width: 980px) {
  .site-header .site-nav a {
    padding-inline: 10px;
    font-size: 13px;
  }

  .visual-info-pair,
  .review-grid {
    grid-template-columns: 1fr;
  }

  .planner-filters {
    max-height: none;
  }
}

@media (max-width: 620px) {
  .site-header .brand-mark {
    width: 42px;
    height: 42px;
  }

  .site-header .site-nav {
    width: 100%;
    justify-content: center;
  }

  .site-header .site-nav a {
    min-height: 34px;
    padding-inline: 8px;
    font-size: 12px;
  }

  .planner-filters .activity-filter-list {
    grid-template-columns: 1fr;
  }

  .activity-map-canvas {
    height: 420px;
    min-height: 420px;
  }
}

@media (max-width: 430px) {
  .language-switch {
    gap: 2px;
  }

  .language-switch button {
    min-width: 38px;
    gap: 2px;
    padding-inline: 5px;
  }

  .language-switch button .flag-emoji,
  .language-switch button span {
    display: inline-block !important;
  }

  .language-switch button span:not(.flag-emoji) {
    font-size: 9px;
  }
}

/* Current polish pass: faster glass hover, special tour pill, activity visuals, and contrast fixes. */
.site-header .site-nav a {
  will-change: transform, background, box-shadow;
  transition:
    color 120ms ease,
    background 130ms ease,
    border-color 130ms ease,
    box-shadow 130ms ease,
    transform 130ms cubic-bezier(.2, .8, .2, 1);
}

.site-header .site-nav a::before,
.site-header .site-nav a::after {
  transition:
    opacity 120ms ease,
    transform 160ms cubic-bezier(.2, .8, .2, 1);
}

.site-header .site-nav a[href="360-tour.html"] {
  margin-inline: 10px;
  color: #fff8ef;
  border-color: rgba(255, 255, 255, 0.36);
  background:
    linear-gradient(135deg, rgba(247, 201, 108, 0.92), rgba(111, 187, 177, 0.7) 48%, rgba(42, 83, 81, 0.9)),
    rgba(255, 255, 255, 0.12);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.18) inset,
    0 0 24px rgba(235, 189, 95, 0.24),
    0 12px 32px rgba(11, 32, 31, 0.12);
  font-weight: 850;
}

.site-header .site-nav a[href="360-tour.html"]::before {
  opacity: 0.52;
  width: 68%;
  background:
    radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.9), transparent 38%),
    radial-gradient(circle at 86% 44%, rgba(255, 212, 126, 0.56), transparent 46%);
}

.site-header .site-nav a[href="360-tour.html"]:hover,
.site-header .site-nav a[href="360-tour.html"].is-wobbling {
  color: #102625;
  background:
    linear-gradient(135deg, #fff6df, #edbc63 46%, #95d4bf),
    rgba(255, 255, 255, 0.28);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.58) inset,
    0 0 34px rgba(238, 190, 88, 0.34),
    0 16px 34px rgba(11, 32, 31, 0.16);
}

.language-switch button {
  min-width: 48px;
}

.language-switch .flag-emoji {
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.18));
}

.design-toggle {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 12px;
}

.design-toggle button {
  min-width: 132px;
  min-height: 48px;
  border-radius: 18px;
  font-size: 15px;
  font-weight: 900;
}

.design-toggle button[data-vacation-view="map"] {
  color: #102625;
  background:
    linear-gradient(135deg, rgba(255, 248, 239, 0.98), rgba(232, 185, 92, 0.68)),
    rgba(255, 255, 255, 0.72);
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow:
    0 0 26px rgba(232, 185, 92, 0.22),
    0 12px 28px rgba(16, 38, 37, 0.12);
}

.activity-card-compact,
.map-route-card {
  padding: 0;
  overflow: hidden;
}

.activity-card-media {
  position: relative;
  width: 100%;
  height: clamp(116px, 15vw, 162px);
  overflow: hidden;
  background: rgba(16, 38, 37, 0.12);
}

.activity-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 22, 21, 0) 40%, rgba(5, 22, 21, 0.3)),
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.22), transparent 38%);
  pointer-events: none;
}

.activity-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.01);
}

.credits-page {
  width: min(1180px, calc(100% - 32px));
  margin: 112px auto 64px;
}

.credit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.credit-card {
  display: grid;
  gap: 9px;
  padding: 12px;
  border: 1px solid rgba(16, 38, 37, 0.1);
  border-radius: 18px;
  background: rgba(255, 252, 246, 0.72);
  box-shadow: 0 18px 42px rgba(16, 38, 37, 0.08);
}

.credit-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 12px;
}

.credit-card strong {
  text-transform: capitalize;
  color: #102625;
}

.credit-card span {
  color: rgba(16, 38, 37, 0.7);
  font-size: 0.88rem;
  line-height: 1.5;
}

.credit-card a {
  justify-self: start;
  color: #102625;
  font-weight: 800;
}

html[data-theme="dark"] .credit-card {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .credit-card strong,
html[data-theme="dark"] .credit-card a {
  color: var(--dcg-ivory);
}

html[data-theme="dark"] .credit-card span {
  color: rgba(255, 248, 239, 0.72);
}

.activity-card-body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.activity-card-compact h2,
.map-route-card h2 {
  color: #102625;
}

html[data-theme="dark"] .activity-card-compact h2,
html[data-theme="dark"] .map-route-card h2,
html[data-theme="dark"] .activity-card-kicker span,
html[data-theme="dark"] .activity-card-kicker b {
  color: var(--dcg-ivory);
}

html[data-theme="dark"] .activity-direction-tabs button.is-active,
html[data-theme="dark"] .activity-mood-rail button.is-active,
html[data-theme="dark"] .activity-filter-list button.is-active,
html[data-theme="dark"] .activity-load-more:hover {
  color: #102625;
  border-color: rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(230, 217, 183, 0.8)),
    rgba(255, 248, 239, 0.78);
  box-shadow:
    0 0 30px rgba(226, 185, 100, 0.22),
    inset 1px 1px 0 rgba(255, 255, 255, 0.8);
}

html[data-theme="dark"] .activity-direction-tabs button.is-active small,
html[data-theme="dark"] .activity-mood-rail button.is-active span {
  color: rgba(16, 38, 37, 0.72);
}

.home-bottom-highlights {
  margin-top: 46px;
  margin-bottom: 54px;
}

.home-bottom-highlights article {
  min-height: 250px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(242, 234, 218, 0.54)),
    rgba(255, 255, 255, 0.48);
  box-shadow:
    0 24px 70px rgba(16, 38, 37, 0.08),
    inset 1px 1px 0 rgba(255, 255, 255, 0.68);
}

.home-bottom-highlights h3 {
  font-size: clamp(28px, 3vw, 42px);
}

.home-bottom-highlights p {
  font-size: 16px;
  line-height: 1.62;
}

.about-hero h1 {
  max-width: 760px;
  font-size: clamp(38px, 5.4vw, 72px);
}

.about-reviews-faq {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.about-section-heading {
  max-width: 820px;
}

.about-section-heading h2 {
  color: #102625;
  font-size: clamp(34px, 4.5vw, 64px);
  line-height: 1;
}

html[data-theme="dark"] .about-section-heading h2 {
  color: var(--dcg-ivory);
}

.compact-faq {
  margin-top: 0;
}

.exit-offer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 22px;
  background: rgba(4, 16, 15, 0.42);
  opacity: 0;
  pointer-events: none;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: opacity 160ms ease;
}

.exit-offer.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.exit-offer-panel {
  position: relative;
  width: min(520px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 28px;
  padding: 30px;
  color: #102625;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(238, 228, 205, 0.86)),
    rgba(255, 255, 255, 0.72);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.28),
    inset 1px 1px 0 rgba(255, 255, 255, 0.76);
}

.exit-offer-panel span {
  color: #c28b35;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.exit-offer-panel h2 {
  margin: 8px 0 10px;
  color: #102625;
  font-size: clamp(38px, 6vw, 66px);
  line-height: 0.94;
}

.exit-offer-form {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.exit-offer-form input,
.exit-offer-form button {
  min-height: 48px;
  border: 1px solid rgba(16, 38, 37, 0.12);
  border-radius: 15px;
  padding: 0 14px;
  font: inherit;
}

.exit-offer-form button {
  color: #102625;
  background: linear-gradient(135deg, #fff3d6, #e8b45e);
  font-weight: 900;
  cursor: pointer;
}

.exit-offer-panel > a {
  display: inline-flex;
  margin-top: 12px;
  color: #102625;
  font-weight: 800;
}

.exit-offer-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  color: #102625;
  background: rgba(255, 255, 255, 0.72);
  font-size: 22px;
  cursor: pointer;
}

@media (max-width: 760px) {
  .site-header .site-nav a[href="360-tour.html"] {
    margin-inline: 3px;
  }

  .design-toggle button {
    min-width: 112px;
  }

  .activity-card-media {
    height: 132px;
  }
}

/* Final header restore: compact glass nav plus separate 360 tour pill. */
.site-header {
  gap: 10px;
  padding: 10px 14px;
}

.site-header .site-nav {
  flex: 0 1 auto;
  width: auto;
  max-width: none;
  gap: 3px;
  padding: 4px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.055)),
    rgba(13, 34, 33, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 10px 30px rgba(8, 24, 23, 0.08);
  backdrop-filter: blur(24px) saturate(1.22);
}

.site-header .site-nav a {
  min-height: 38px;
  min-width: 0;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: rgba(255, 248, 239, 0.9);
  background: transparent;
  box-shadow: none;
  font-size: clamp(13px, 0.9vw, 15px);
  font-weight: 560;
  letter-spacing: 0;
  transform: translateZ(0);
  transition:
    color 90ms ease,
    background 105ms ease,
    border-color 105ms ease,
    box-shadow 125ms ease,
    transform 125ms cubic-bezier(.2, .8, .2, 1);
}

.site-header.solid .site-nav a {
  color: rgba(16, 38, 37, 0.72);
}

.site-header .site-nav a::before {
  content: "";
  position: absolute;
  inset: 2px;
  width: auto;
  height: auto;
  border-radius: inherit;
  opacity: 0;
  filter: blur(10px);
  transform: scale(0.92);
  background:
    radial-gradient(circle at 20% 35%, rgba(255, 255, 255, 0.86), transparent 34%),
    radial-gradient(circle at 80% 70%, rgba(232, 185, 92, 0.34), transparent 42%);
  animation: none !important;
  transition:
    opacity 115ms ease,
    transform 150ms cubic-bezier(.2, .8, .2, 1);
}

.site-header .site-nav a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.32)),
    rgba(255, 255, 255, 0.18);
  box-shadow:
    inset 1px 1px 0 rgba(255, 255, 255, 0.6),
    inset -10px -10px 24px rgba(255, 255, 255, 0.06);
  transition: opacity 115ms ease;
}

.site-header .site-nav a:hover,
.site-header .site-nav a.is-wobbling,
body[data-page="home"] .site-header .site-nav a[href="index.html"],
body[data-page="gallery"] .site-header .site-nav a[href="gallery.html"],
body[data-page="about"] .site-header .site-nav a[href="about.html"],
body[data-page="contact"] .site-header .site-nav a[href="contact.html"],
body[data-page="activities"] .site-header .site-nav a[href="activities.html"],
body[data-page="faq"] .site-header .site-nav a[href="about.html"] {
  color: #102625;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow:
    0 10px 24px rgba(8, 24, 23, 0.1),
    inset 1px 1px 0 rgba(255, 255, 255, 0.5);
  transform: translate3d(0, -1px, 0);
}

.site-header .site-nav a:hover::before,
.site-header .site-nav a.is-wobbling::before {
  opacity: 0.72;
  transform: scale(1.04);
}

.site-header .site-nav a:hover::after,
.site-header .site-nav a.is-wobbling::after,
body[data-page="home"] .site-header .site-nav a[href="index.html"]::after,
body[data-page="gallery"] .site-header .site-nav a[href="gallery.html"]::after,
body[data-page="about"] .site-header .site-nav a[href="about.html"]::after,
body[data-page="contact"] .site-header .site-nav a[href="contact.html"]::after,
body[data-page="activities"] .site-header .site-nav a[href="activities.html"]::after,
body[data-page="faq"] .site-header .site-nav a[href="about.html"]::after {
  opacity: 1;
}

.tour-nav-pill {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 17px;
  border-radius: 999px;
  overflow: hidden;
  color: #fff8ef;
  text-decoration: none;
  font-size: clamp(13px, 0.92vw, 15px);
  font-weight: 850;
  letter-spacing: 0;
  border: 1px solid rgba(255, 255, 255, 0.44);
  background:
    linear-gradient(135deg, rgba(255, 246, 223, 0.24), rgba(255, 255, 255, 0.04)),
    linear-gradient(135deg, #ecb24f 0%, #7fc7b4 48%, #1e5955 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 0 22px rgba(236, 178, 79, 0.3),
    0 12px 28px rgba(8, 24, 23, 0.12);
  backdrop-filter: blur(22px) saturate(1.28);
  transform: translateZ(0);
  transition:
    color 95ms ease,
    box-shadow 130ms ease,
    transform 130ms cubic-bezier(.2, .8, .2, 1),
    filter 130ms ease;
}

.tour-nav-pill::before {
  content: "";
  position: absolute;
  inset: -30% -60%;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 42%, rgba(255, 255, 255, 0.9), transparent 22%),
    radial-gradient(circle at 72% 46%, rgba(255, 211, 116, 0.74), transparent 25%),
    radial-gradient(circle at 48% 78%, rgba(121, 213, 188, 0.6), transparent 24%);
  opacity: 0.45;
  transform: translateX(-12%) scale(0.96);
  transition:
    opacity 120ms ease,
    transform 170ms cubic-bezier(.2, .8, .2, 1);
}

.tour-nav-pill:hover,
.tour-nav-pill.is-wobbling {
  color: #102625;
  filter: saturate(1.05);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.48) inset,
    0 0 34px rgba(236, 178, 79, 0.48),
    0 16px 34px rgba(8, 24, 23, 0.16);
  transform: translate3d(0, -1px, 0);
}

.tour-nav-pill:hover::before,
.tour-nav-pill.is-wobbling::before {
  opacity: 0.82;
  transform: translateX(8%) scale(1.04);
}

html[data-theme="light"] .tour-nav-pill {
  color: #102625;
}

html[data-theme="dark"] .activity-direction-tabs button.is-active,
html[data-theme="dark"] .activity-mood-rail button.is-active,
html[data-theme="dark"] .activity-filter-list button.is-active {
  color: #102625;
  text-shadow: none;
}

html[data-theme="dark"] .activity-direction-tabs button.is-active *,
html[data-theme="dark"] .activity-mood-rail button.is-active *,
html[data-theme="dark"] .activity-filter-list button.is-active * {
  color: #102625;
}

@media (min-width: 981px) {
  .site-header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    min-height: 0;
  }

  .site-header .brand,
  .site-header .site-nav,
  .tour-nav-pill,
  .header-tools,
  .nav-cta {
    grid-area: auto !important;
  }

  .site-header .site-nav {
    justify-content: center;
  }

  .nav-cta {
    flex: 0 0 auto;
    min-height: 42px;
  }
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
      "brand tools cta"
      "nav nav nav"
      "tour tour tour";
  }

  .site-header .site-nav {
    grid-area: nav;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .tour-nav-pill {
    grid-area: tour;
    width: 100%;
    min-height: 38px;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 8px;
    gap: 7px;
    border-radius: 24px;
  }

  .site-header .brand-mark {
    width: 42px;
    height: 42px;
  }

  .site-header .site-nav {
    gap: 3px;
    padding: 3px;
  }

  .site-header .site-nav a {
    min-height: 34px;
    padding: 0 4px;
    font-size: 11px;
  }

  .tour-nav-pill {
    min-height: 34px;
    font-size: 12px;
  }

  .nav-cta {
    min-width: 64px;
    min-height: 42px;
    padding: 0 12px;
  }
}

.about-hero h1 {
  font-size: clamp(34px, 4.6vw, 58px);
}

.review-card {
  display: block;
}

.planner-filters {
  max-height: min(520px, calc(100vh - 142px));
  padding: 14px;
}

.planner-filters h2 {
  font-size: clamp(22px, 2vw, 30px);
}

.planner-filters p {
  font-size: 12px;
  line-height: 1.45;
}

.planner-filters .activity-search,
.planner-filters .activity-select {
  min-height: 38px;
  font-size: 12px;
}

.planner-filters .activity-filter-list {
  gap: 6px;
}

.planner-filters .activity-filter-list button {
  min-height: 31px;
  padding: 5px 7px;
  font-size: 11px;
}

.language-switch .flag-emoji {
  width: 18px;
  height: 13px;
  flex: 0 0 18px;
  border-radius: 3px;
  overflow: hidden;
  font-size: 0 !important;
  line-height: 0;
  background-position: center;
  background-size: cover;
  box-shadow:
    inset 0 0 0 1px rgba(16, 38, 37, 0.16),
    0 1px 1px rgba(0, 0, 0, 0.14);
}

.language-switch button[data-lang="ka"] .flag-emoji {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12'%3E%3Crect width='18' height='12' fill='white'/%3E%3Cpath d='M7 0h4v12H7zM0 4h18v4H0z' fill='%23d71920'/%3E%3Cpath d='M3 1.5h1v3H3zM2 2.5h3v1H2zM14 1.5h1v3h-1zM13 2.5h3v1h-3zM3 7.5h1v3H3zM2 8.5h3v1H2zM14 7.5h1v3h-1zM13 8.5h3v1h-3z' fill='%23d71920'/%3E%3C/svg%3E");
}

.language-switch button[data-lang="he"] .flag-emoji {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12'%3E%3Crect width='18' height='12' fill='white'/%3E%3Cpath d='M0 1h18v2H0zM0 9h18v2H0z' fill='%230038b8'/%3E%3Cpath d='M9 3.1l1.3 2.2h2.4l-1.9 1.5 1 2.1L9 7.6 6.2 8.9l1-2.1-1.9-1.5h2.4z' fill='none' stroke='%230038b8' stroke-width='.7' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.language-switch button[data-lang="ru"] .flag-emoji {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12'%3E%3Crect width='18' height='4' fill='white'/%3E%3Crect y='4' width='18' height='4' fill='%230039a6'/%3E%3Crect y='8' width='18' height='4' fill='%23d52b1e'/%3E%3C/svg%3E");
}

.language-switch button[data-lang="en"] .flag-emoji {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12'%3E%3Crect width='18' height='12' fill='%23012169'/%3E%3Cpath d='M0 0l18 12M18 0L0 12' stroke='white' stroke-width='2.4'/%3E%3Cpath d='M0 0l18 12M18 0L0 12' stroke='%23c8102e' stroke-width='1.1'/%3E%3Cpath d='M9 0v12M0 6h18' stroke='white' stroke-width='4'/%3E%3Cpath d='M9 0v12M0 6h18' stroke='%23c8102e' stroke-width='2.2'/%3E%3C/svg%3E");
}

/* Multilingual QA: Georgian/Russian/Hebrew need calmer heading scale than English. */
html[lang="ka"] body,
html[lang="ru"] body,
html[lang="he"] body {
  font-family: "Century Gothic", "Segoe UI", Arial, sans-serif;
}

html[lang="ka"] h1,
html[lang="ka"] h2,
html[lang="ka"] h3,
html[lang="ru"] h1,
html[lang="ru"] h2,
html[lang="ru"] h3,
html[lang="he"] h1,
html[lang="he"] h2,
html[lang="he"] h3 {
  font-family: "Century Gothic", "Segoe UI", Arial, sans-serif;
  line-height: 1.06;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

html[lang="ka"] h1,
html[lang="ru"] h1,
html[lang="he"] h1 {
  font-size: clamp(42px, 7vw, 96px);
}

html[lang="ka"] h2,
html[lang="ru"] h2,
html[lang="he"] h2 {
  font-size: clamp(30px, 4.2vw, 58px);
}

html[lang="ka"] .hero-copy h1,
html[lang="ru"] .hero-copy h1,
html[lang="he"] .hero-copy h1 {
  max-width: 780px;
  font-size: clamp(46px, 7.4vw, 104px);
}

html[lang="ka"] .booking-calendar h2,
html[lang="ka"] .visitor-notice h2,
html[lang="ka"] .visual-info-pair h2,
html[lang="ka"] .activity-widget h2,
html[lang="ru"] .booking-calendar h2,
html[lang="ru"] .visitor-notice h2,
html[lang="ru"] .visual-info-pair h2,
html[lang="ru"] .activity-widget h2,
html[lang="he"] .booking-calendar h2,
html[lang="he"] .visitor-notice h2,
html[lang="he"] .visual-info-pair h2,
html[lang="he"] .activity-widget h2 {
  font-size: clamp(28px, 3.7vw, 52px);
  line-height: 1.1;
}

html[lang="ka"] .activity-page .activity-hero h1,
html[lang="ru"] .activity-page .activity-hero h1,
html[lang="he"] .activity-page .activity-hero h1 {
  max-width: 980px;
  font-size: clamp(40px, 6.2vw, 84px);
  line-height: 1.05;
}

html[lang="ka"] .about-hero h1,
html[lang="ru"] .about-hero h1,
html[lang="he"] .about-hero h1,
html[lang="ka"] .faq-hero h1,
html[lang="ru"] .faq-hero h1,
html[lang="he"] .faq-hero h1 {
  font-size: clamp(32px, 4.3vw, 56px);
}

html[lang="ka"] .home-bottom-highlights h3,
html[lang="ru"] .home-bottom-highlights h3,
html[lang="he"] .home-bottom-highlights h3,
html[lang="ka"] .detail-grid h2,
html[lang="ru"] .detail-grid h2,
html[lang="he"] .detail-grid h2 {
  font-size: clamp(24px, 2.6vw, 36px);
  line-height: 1.14;
}

html[lang="ka"] .hero-copy p:not(.eyebrow),
html[lang="ka"] .booking-calendar-copy,
html[lang="ka"] .visitor-notice p,
html[lang="ka"] .visual-info-pair p,
html[lang="ru"] .hero-copy p:not(.eyebrow),
html[lang="ru"] .booking-calendar-copy,
html[lang="ru"] .visitor-notice p,
html[lang="ru"] .visual-info-pair p,
html[lang="he"] .hero-copy p:not(.eyebrow),
html[lang="he"] .booking-calendar-copy,
html[lang="he"] .visitor-notice p,
html[lang="he"] .visual-info-pair p {
  font-size: clamp(15px, 1.45vw, 19px);
  line-height: 1.58;
}

html[lang="ka"] .booking-calendar,
html[lang="ru"] .booking-calendar,
html[lang="he"] .booking-calendar,
html[lang="ka"] .visitor-notice,
html[lang="ru"] .visitor-notice,
html[lang="he"] .visitor-notice,
html[lang="ka"] .visual-info-pair article,
html[lang="ru"] .visual-info-pair article,
html[lang="he"] .visual-info-pair article {
  overflow: hidden;
}

@media (max-width: 760px) {
  html[lang="ka"] h1,
  html[lang="ru"] h1,
  html[lang="he"] h1 {
    font-size: clamp(34px, 10vw, 58px);
  }

  html[lang="ka"] h2,
  html[lang="ru"] h2,
  html[lang="he"] h2,
  html[lang="ka"] .booking-calendar h2,
  html[lang="ka"] .visitor-notice h2,
  html[lang="ka"] .visual-info-pair h2,
  html[lang="ru"] .booking-calendar h2,
  html[lang="ru"] .visitor-notice h2,
  html[lang="ru"] .visual-info-pair h2,
  html[lang="he"] .booking-calendar h2,
  html[lang="he"] .visitor-notice h2,
  html[lang="he"] .visual-info-pair h2 {
    font-size: clamp(26px, 8vw, 42px);
  }
}

/* Final multilingual ship check: keep real emoji flags and prevent translated copy overflow. */
.language-switch .flag-emoji {
  width: auto !important;
  height: auto !important;
  flex: 0 0 auto !important;
  border-radius: 0 !important;
  overflow: visible !important;
  font-size: 15px !important;
  line-height: 1 !important;
  background-image: none !important;
  background: none !important;
  box-shadow: none !important;
}

html[lang="ka"] .activity-page .activity-hero h1 {
  max-width: 900px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.08;
}

html[lang="ka"] .booking-calendar h2,
html[lang="ka"] .visitor-notice h2,
html[lang="ka"] .visual-info-pair h2,
html[lang="ka"] .activity-widget h2 {
  font-size: clamp(26px, 3.2vw, 42px);
  line-height: 1.14;
}

html[lang="ka"] .home-bottom-highlights h3,
html[lang="ka"] .detail-grid h2 {
  font-size: clamp(23px, 2.2vw, 32px);
  line-height: 1.18;
}

html[lang="ru"] .activity-page .activity-hero h1,
html[lang="he"] .activity-page .activity-hero h1 {
  max-width: 980px;
  font-size: clamp(36px, 5.4vw, 72px);
  line-height: 1.08;
}

html[lang="ru"] .booking-calendar h2,
html[lang="ru"] .visitor-notice h2,
html[lang="ru"] .visual-info-pair h2,
html[lang="ru"] .activity-widget h2,
html[lang="he"] .booking-calendar h2,
html[lang="he"] .visitor-notice h2,
html[lang="he"] .visual-info-pair h2,
html[lang="he"] .activity-widget h2 {
  font-size: clamp(27px, 3.35vw, 46px);
}

html[lang="ka"] .calendar-card label span,
html[lang="ka"] .calendar-card button,
html[lang="ka"] .date-picker-shell,
html[lang="ka"] .booking-hint,
html[lang="ru"] .calendar-card label span,
html[lang="ru"] .calendar-card button,
html[lang="ru"] .date-picker-shell,
html[lang="ru"] .booking-hint,
html[lang="he"] .calendar-card label span,
html[lang="he"] .calendar-card button,
html[lang="he"] .date-picker-shell,
html[lang="he"] .booking-hint {
  overflow-wrap: anywhere;
}

html[lang="ka"] .notice-languages,
html[lang="ru"] .notice-languages,
html[lang="he"] .notice-languages {
  min-width: 0;
}

html[lang="ka"] .notice-languages p,
html[lang="ru"] .notice-languages p,
html[lang="he"] .notice-languages p {
  font-size: clamp(14px, 1.05vw, 17px);
  line-height: 1.55;
}

@media (max-width: 900px) {
  html[lang="ka"] .activity-page .activity-hero h1,
  html[lang="ru"] .activity-page .activity-hero h1,
  html[lang="he"] .activity-page .activity-hero h1 {
    font-size: clamp(31px, 8.6vw, 54px);
  }
}

@media (max-width: 560px) {
  html[lang="ka"] .booking-calendar h2,
  html[lang="ka"] .visitor-notice h2,
  html[lang="ka"] .visual-info-pair h2,
  html[lang="ka"] .activity-widget h2,
  html[lang="ru"] .booking-calendar h2,
  html[lang="ru"] .visitor-notice h2,
  html[lang="ru"] .visual-info-pair h2,
  html[lang="ru"] .activity-widget h2,
  html[lang="he"] .booking-calendar h2,
  html[lang="he"] .visitor-notice h2,
  html[lang="he"] .visual-info-pair h2,
  html[lang="he"] .activity-widget h2 {
    font-size: clamp(23px, 7vw, 34px);
  }
}

.recommended-trips {
  width: min(1180px, calc(100% - 28px));
  margin: 18px auto 22px;
  display: grid;
  gap: 14px;
}

.recommended-trips-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(280px, 0.52fr);
  gap: 18px;
  align-items: end;
  padding: clamp(18px, 2.2vw, 28px);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 16%, rgba(236, 178, 79, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(235, 241, 235, 0.54)),
    rgba(255, 255, 255, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 24px 70px rgba(18, 38, 37, 0.08);
}

.recommended-trips-heading h2 {
  max-width: 780px;
  margin: 0;
  color: #102625;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.02;
}

.recommended-trips-heading p:last-child {
  margin: 0;
  color: rgba(16, 38, 37, 0.66);
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.55;
}

.recommended-trip-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.recommended-trip-card {
  position: relative;
  min-height: 310px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: clamp(18px, 2vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 24px;
  overflow: hidden;
  color: #102625;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.84), rgba(235, 241, 235, 0.58)),
    rgba(255, 255, 255, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 24px 58px rgba(18, 38, 37, 0.09);
  transition:
    transform 180ms cubic-bezier(.2, .8, .2, 1),
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.recommended-trip-card::before {
  content: "";
  position: absolute;
  inset: auto -18% -32% 36%;
  height: 140px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(236, 178, 79, 0.28), transparent 68%);
  pointer-events: none;
}

.recommended-trip-card:hover {
  transform: translateY(-3px);
  border-color: rgba(236, 178, 79, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    0 30px 74px rgba(18, 38, 37, 0.13),
    0 0 34px rgba(236, 178, 79, 0.14);
}

.recommended-trip-card > span {
  width: max-content;
  max-width: 100%;
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border-radius: 999px;
  color: #102625;
  background: rgba(236, 178, 79, 0.22);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.recommended-trip-card h3 {
  margin: 0;
  color: #102625;
  font-size: clamp(23px, 2vw, 34px);
  line-height: 1.02;
}

.recommended-trip-card p {
  margin: 0;
  color: rgba(16, 38, 37, 0.67);
  font-size: 15px;
  line-height: 1.55;
}

.recommended-trip-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 2px;
}

.recommended-trip-meta b {
  min-height: 29px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(16, 38, 37, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: rgba(16, 38, 37, 0.74);
  font-size: 11px;
  font-weight: 900;
}

.recommended-trip-card .button {
  align-self: end;
  width: max-content;
  margin-top: auto;
}

.recommended-trip-card.is-featured {
  background:
    radial-gradient(circle at 16% 10%, rgba(255, 255, 255, 0.72), transparent 24%),
    linear-gradient(135deg, rgba(236, 178, 79, 0.28), rgba(255, 255, 255, 0.74) 42%, rgba(174, 215, 195, 0.46)),
    rgba(255, 255, 255, 0.5);
}

html[data-theme="dark"] .recommended-trips-heading,
html[data-theme="dark"] .recommended-trip-card {
  border-color: rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 88% 16%, rgba(236, 178, 79, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    rgba(17, 43, 40, 0.78);
}

html[data-theme="dark"] .recommended-trips-heading h2,
html[data-theme="dark"] .recommended-trip-card h3,
html[data-theme="dark"] .recommended-trip-card > span {
  color: var(--dcg-ivory);
}

html[data-theme="dark"] .recommended-trips-heading p:last-child,
html[data-theme="dark"] .recommended-trip-card p {
  color: rgba(255, 248, 239, 0.68);
}

html[data-theme="dark"] .recommended-trip-meta b {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 248, 239, 0.76);
}

@media (max-width: 1080px) {
  .recommended-trip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .recommended-trips-heading,
  .recommended-trip-grid {
    grid-template-columns: 1fr;
  }

  .recommended-trip-card {
    min-height: 0;
  }
}

/* Home hero compacting: keep the cinematic background dominant. */
@media (min-width: 981px) {
  body[data-page="home"] .home-hero {
    min-height: 100svh;
    padding-top: clamp(118px, 12vh, 156px);
    padding-bottom: clamp(58px, 8vh, 96px);
  }

  body[data-page="home"] .hero-grid {
    width: min(1320px, calc(100vw - 168px));
    grid-template-columns: minmax(0, 0.86fr) minmax(280px, 340px);
    gap: clamp(36px, 5.4vw, 96px);
    align-items: center;
  }

  body[data-page="home"] .hero-copy {
    max-width: 660px;
  }

  body[data-page="home"] .hero-copy .eyebrow {
    margin-bottom: 12px;
    font-size: 12px;
  }

  body[data-page="home"] .hero-copy h1 {
    max-width: 630px !important;
    font-size: clamp(42px, 5vw, 76px) !important;
    line-height: 0.94;
  }

  body[data-page="home"] .hero-copy p:not(.eyebrow) {
    max-width: 500px !important;
    font-size: clamp(14px, 1.05vw, 18px) !important;
    line-height: 1.56;
  }

  body[data-page="home"] .hero-actions {
    gap: 9px;
    margin-top: 20px;
  }

  body[data-page="home"] .hero-actions .button {
    min-height: 38px;
    padding: 0 16px;
    font-size: 13px;
  }

  body[data-page="home"] .hero-booking-card {
    max-width: 340px !important;
    gap: 10px !important;
    padding: 14px !important;
    border-radius: 20px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.05)),
      rgba(20, 44, 42, 0.24);
  }

  body[data-page="home"] .booking-card-top {
    gap: 5px;
  }

  body[data-page="home"] .booking-card-top span,
  body[data-page="home"] .hero-booking-fields span {
    font-size: 9px;
  }

  body[data-page="home"] .booking-card-top strong {
    font-size: 20px;
    line-height: 1.04;
  }

  body[data-page="home"] .hero-booking-fields {
    gap: 8px;
  }

  body[data-page="home"] .hero-booking-fields label {
    min-height: 62px !important;
    gap: 4px;
    padding: 8px 10px !important;
    border-radius: 13px;
  }

  body[data-page="home"] .hero-booking-fields input,
  body[data-page="home"] .hero-booking-fields select {
    min-height: 26px;
    font-size: 13px;
  }

  body[data-page="home"] .booking-card-cta {
    min-height: 40px;
    border-radius: 13px;
    font-size: 13px;
  }
}

/* Shipping polish: footer credit, compact recommendations, and map-first planner page. */
.footer-credit {
  display: inline-flex;
  align-items: center;
  margin-inline-start: 8px;
  color: inherit;
  font-size: 0.82em;
  font-weight: 800;
  opacity: 0.64;
  text-decoration: none;
}

.footer-credit:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.recommended-trips-copy {
  display: grid;
  gap: 8px;
}

.recommended-trips .events-link {
  margin: 0;
  font-size: 13px;
  font-weight: 850;
}

.recommended-trips .events-link a {
  color: #102625;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.recommended-trip-card {
  min-height: 248px;
  gap: 10px;
}

.recommended-trip-card h3 {
  font-size: clamp(21px, 1.7vw, 29px);
}

.recommended-trip-card p {
  font-size: 14px;
  line-height: 1.47;
}

.recommended-trip-card .button {
  min-height: 40px;
  padding: 0 15px;
}

.plan-by-map-link {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(236, 178, 79, 0.42);
  border-radius: 999px;
  color: #102625;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.92), transparent 36%),
    linear-gradient(135deg, rgba(236, 178, 79, 0.72), rgba(162, 201, 182, 0.48));
  box-shadow: 0 12px 28px rgba(18, 38, 37, 0.11), 0 0 26px rgba(236, 178, 79, 0.18);
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
}

.plan-by-map-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 34px rgba(18, 38, 37, 0.14), 0 0 34px rgba(236, 178, 79, 0.24);
}

html[data-theme="dark"] .recommended-trips .events-link a,
html[data-theme="dark"] .footer-credit {
  color: var(--dcg-ivory);
}

.plan-map-page {
  min-height: 100svh;
  padding: clamp(104px, 12vw, 138px) 0 clamp(36px, 5vw, 70px);
  background:
    radial-gradient(circle at 12% 6%, rgba(236, 178, 79, 0.22), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(151, 188, 177, 0.26), transparent 34%),
    linear-gradient(135deg, #f7f1e3, #e5eee5 56%, #f4efe5);
}

html[data-theme="dark"] .plan-map-page {
  background:
    radial-gradient(circle at 12% 6%, rgba(236, 178, 79, 0.16), transparent 30%),
    radial-gradient(circle at 80% 10%, rgba(151, 188, 177, 0.15), transparent 34%),
    linear-gradient(135deg, #10201e, #16342f 56%, #1d251f);
}

.map-trip-hero,
.map-trip-shell {
  width: min(1240px, calc(100% - 30px));
  margin-inline: auto;
}

.map-trip-hero {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 22px;
  margin-bottom: 18px;
}

.map-trip-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #102625;
  font-size: clamp(38px, 5.2vw, 78px);
  line-height: 0.96;
}

.map-trip-hero p:not(.eyebrow) {
  max-width: 660px;
  margin: 14px 0 0;
  color: rgba(16, 38, 37, 0.68);
  font-size: clamp(16px, 1.4vw, 20px);
}

html[data-theme="dark"] .map-trip-hero h1,
html[data-theme="dark"] .map-trip-panel-head strong,
html[data-theme="dark"] .map-trip-card h2,
html[data-theme="dark"] .map-trip-legend {
  color: var(--dcg-ivory);
}

html[data-theme="dark"] .map-trip-hero p:not(.eyebrow),
html[data-theme="dark"] .map-trip-card p,
html[data-theme="dark"] .map-trip-panel-head span,
html[data-theme="dark"] .map-trip-note {
  color: rgba(255, 248, 239, 0.7);
}

.map-trip-shell {
  display: grid;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.map-trip-panel,
.map-trip-stage {
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 30px 80px rgba(18, 38, 37, 0.12);
  backdrop-filter: blur(24px) saturate(1.25);
}

html[data-theme="dark"] .map-trip-panel,
html[data-theme="dark"] .map-trip-stage {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(17, 43, 40, 0.72);
}

.map-trip-panel {
  max-height: min(760px, calc(100svh - 170px));
  display: grid;
  grid-template-rows: auto auto auto auto minmax(0, 1fr);
  gap: 12px;
  padding: 16px;
  overflow: hidden;
}

.map-trip-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.map-trip-panel-head span,
.map-trip-card span,
.map-trip-note strong {
  color: rgba(16, 38, 37, 0.58);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.map-trip-panel-head strong {
  color: #102625;
  font-size: 16px;
}

.map-trip-filter-rail {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.map-trip-filter-rail button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(16, 38, 37, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: #102625;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.map-trip-filter-rail button.is-active {
  border-color: rgba(236, 178, 79, 0.48);
  background: linear-gradient(135deg, rgba(236, 178, 79, 0.76), rgba(255, 255, 255, 0.78));
  box-shadow: 0 10px 24px rgba(236, 178, 79, 0.16);
}

.map-trip-note {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 18px;
  background: rgba(236, 178, 79, 0.12);
  color: rgba(16, 38, 37, 0.68);
  font-size: 13px;
}

.map-trip-note a {
  color: inherit;
  font-weight: 950;
}

.map-trip-list {
  display: grid;
  gap: 10px;
  min-height: 0;
  overflow: auto;
  padding-right: 4px;
}

.map-trip-card {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 12px;
  padding: 10px;
  border: 1px solid rgba(16, 38, 37, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.62);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.map-trip-card:hover {
  transform: translateY(-2px);
  border-color: rgba(236, 178, 79, 0.42);
  box-shadow: 0 18px 36px rgba(18, 38, 37, 0.12);
}

.map-trip-card img {
  width: 88px;
  height: 96px;
  border-radius: 14px;
  object-fit: cover;
}

.map-trip-card h2 {
  margin: 3px 0 5px;
  color: #102625;
  font-size: 17px;
  line-height: 1.04;
}

.map-trip-card p {
  display: -webkit-box;
  margin: 0;
  color: rgba(16, 38, 37, 0.66);
  font-size: 12px;
  line-height: 1.38;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.map-trip-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}

.map-trip-meta span {
  min-height: 23px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(16, 38, 37, 0.07);
  color: #102625;
  font-size: 10px;
  text-transform: none;
}

html[data-theme="dark"] .map-trip-card,
html[data-theme="dark"] .map-trip-filter-rail button {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: var(--dcg-ivory);
}

html[data-theme="dark"] .map-trip-meta span {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 248, 239, 0.84);
}

.map-trip-stage {
  position: relative;
  min-height: min(760px, calc(100svh - 170px));
  overflow: hidden;
  padding: 10px;
}

.plan-by-map-canvas {
  width: 100%;
  height: 100%;
  min-height: 620px;
  border-radius: 22px;
  overflow: hidden;
}

.map-trip-legend {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 450;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #102625;
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(16px);
}

.map-trip-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.map-trip-legend i,
.map-trip-pin span {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: #ecb24f;
  box-shadow: 0 0 0 7px rgba(236, 178, 79, 0.24), 0 0 18px rgba(16, 38, 37, 0.24);
}

.map-trip-legend a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.map-trip-popup {
  display: grid;
  gap: 4px;
  min-width: 190px;
  color: #102625;
}

.map-trip-popup strong {
  font-size: 15px;
}

.map-trip-popup a {
  width: max-content;
  margin-top: 4px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #ecb24f;
  color: #102625;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 900px) {
  .map-trip-hero {
    display: grid;
    align-items: start;
  }

  .map-trip-shell {
    grid-template-columns: 1fr;
  }

  .map-trip-panel {
    max-height: none;
    overflow: visible;
  }

  .map-trip-list {
    max-height: 420px;
  }

  .map-trip-stage,
  .plan-by-map-canvas {
    min-height: 520px;
  }
}

@media (max-width: 620px) {
  .design-toggle {
    gap: 8px;
  }

  .design-toggle button,
  .plan-by-map-link {
    min-height: 42px;
    padding-inline: 12px;
    font-size: 12px;
  }

  .map-trip-card {
    grid-template-columns: 76px minmax(0, 1fr);
  }

  .map-trip-card img {
    width: 76px;
    height: 88px;
  }
}

@media (min-width: 981px) and (max-width: 1280px) {
  body[data-page="home"] .hero-grid {
    width: min(1160px, calc(100vw - 96px));
    grid-template-columns: minmax(0, 0.9fr) minmax(270px, 330px);
    gap: clamp(28px, 4vw, 58px);
  }
}

/* Turkish language pass: keep translated headings compact and the 5-language switch usable. */
html[lang="tr"] h1,
html[lang="tr"] h2,
html[lang="tr"] h3 {
  line-height: 1.04;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

html[lang="tr"] .activity-page .activity-hero h1 {
  max-width: 980px;
  font-size: clamp(38px, 5.6vw, 76px);
}

html[lang="tr"] .booking-calendar h2,
html[lang="tr"] .visitor-notice h2,
html[lang="tr"] .visual-info-pair h2,
html[lang="tr"] .activity-widget h2 {
  font-size: clamp(28px, 3.4vw, 48px);
}

html[lang="tr"] .calendar-card label span,
html[lang="tr"] .calendar-card button,
html[lang="tr"] .date-picker-shell,
html[lang="tr"] .booking-hint {
  overflow-wrap: anywhere;
}

@media (max-width: 560px) {
  .header-tools {
    gap: 4px;
  }

  .language-switch {
    gap: 1px;
    padding: 2px;
  }

  .language-switch button {
    min-width: 30px;
    min-height: 30px;
    padding-inline: 3px;
  }

  .language-switch button span:not(.flag-emoji) {
    width: 0;
    font-size: 0;
    overflow: hidden;
  }
}

/* Long-language sizing guard for Georgian, Russian, Hebrew, and Turkish. */
html[lang="ka"] .activity-page .activity-hero h1,
html[lang="ru"] .activity-page .activity-hero h1,
html[lang="he"] .activity-page .activity-hero h1,
html[lang="tr"] .activity-page .activity-hero h1,
html[lang="ka"] .about-hero h1,
html[lang="ru"] .about-hero h1,
html[lang="he"] .about-hero h1,
html[lang="tr"] .about-hero h1,
html[lang="ka"] .contact-hero h1,
html[lang="ru"] .contact-hero h1,
html[lang="he"] .contact-hero h1,
html[lang="tr"] .contact-hero h1,
html[lang="ka"] .gallery-studio h1,
html[lang="ru"] .gallery-studio h1,
html[lang="he"] .gallery-studio h1,
html[lang="tr"] .gallery-studio h1 {
  max-width: min(100%, 980px);
  font-size: clamp(32px, 4.8vw, 68px);
  line-height: 1.06;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

html[lang="ka"] .activity-card-compact h2,
html[lang="ru"] .activity-card-compact h2,
html[lang="he"] .activity-card-compact h2,
html[lang="tr"] .activity-card-compact h2 {
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.08;
  overflow-wrap: anywhere;
}

html[lang="ka"] .activity-filter-panel,
html[lang="ru"] .activity-filter-panel,
html[lang="he"] .activity-filter-panel,
html[lang="tr"] .activity-filter-panel,
html[lang="ka"] .activity-map-panel,
html[lang="ru"] .activity-map-panel,
html[lang="he"] .activity-map-panel,
html[lang="tr"] .activity-map-panel {
  overflow-wrap: anywhere;
}

.cookie-notice {
  position: fixed;
  right: 18px;
  bottom: 18px;
  left: 18px;
  z-index: 9300;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.cookie-notice-panel {
  width: min(760px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 24px;
  color: #102625;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(238, 228, 205, 0.68)),
    rgba(255, 255, 255, 0.62);
  box-shadow:
    0 24px 70px rgba(8, 24, 23, 0.22),
    inset 1px 1px 0 rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(22px) saturate(1.25);
  -webkit-backdrop-filter: blur(22px) saturate(1.25);
  pointer-events: auto;
}

.cookie-notice-panel strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 900;
}

.cookie-notice-panel p {
  margin: 0;
  color: rgba(16, 38, 37, 0.72);
  font-size: 13px;
  line-height: 1.45;
}

.cookie-notice-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.cookie-notice-actions button {
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(16, 38, 37, 0.12);
  border-radius: 999px;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 140ms ease, box-shadow 140ms ease, background 140ms ease;
}

.cookie-notice-actions button:hover {
  transform: translateY(-1px);
}

.cookie-secondary {
  color: #102625;
  background: rgba(255, 255, 255, 0.54);
}

.cookie-primary {
  color: #102625;
  background: linear-gradient(135deg, #fff3d6, #e8b45e);
  box-shadow: 0 12px 28px rgba(194, 139, 53, 0.18);
}

html[data-theme="dark"] .cookie-notice-panel {
  color: var(--dcg-ivory);
  background:
    linear-gradient(135deg, rgba(34, 61, 57, 0.86), rgba(19, 43, 41, 0.74)),
    rgba(10, 27, 26, 0.8);
  border-color: rgba(255, 255, 255, 0.22);
}

html[data-theme="dark"] .cookie-notice-panel p {
  color: rgba(255, 248, 239, 0.72);
}

html[data-theme="dark"] .cookie-secondary {
  color: var(--dcg-ivory);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

@media (max-width: 980px) {
  body {
    scroll-padding-top: 190px;
  }

  body[data-page="home"] .home-hero {
    padding-top: clamp(178px, 27vw, 230px) !important;
  }

  main.activity-page,
  main.gallery-page,
  main.subpage,
  main.faq-page,
  main.credits-page {
    padding-top: clamp(172px, 23vw, 214px) !important;
  }

  .site-header {
    max-height: calc(100svh - 20px);
    overflow: visible;
  }
}

@media (max-width: 620px) {
  body {
    scroll-padding-top: 204px;
  }

  body[data-page="home"] .home-hero {
    padding-top: 198px !important;
  }

  main.activity-page,
  main.gallery-page,
  main.subpage,
  main.faq-page,
  main.credits-page {
    padding-top: 192px !important;
  }

  .cookie-notice {
    right: 10px;
    bottom: calc(82px + env(safe-area-inset-bottom, 0px));
    left: 10px;
  }

  .cookie-notice-panel {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px;
    border-radius: 20px;
  }

  .cookie-notice-actions {
    justify-content: stretch;
  }

  .cookie-notice-actions button {
    flex: 1 1 130px;
  }
}

/* Shipping pass: customer planner, safer dark hovers, and mobile drawer nav. */
.mobile-menu-toggle,
.mobile-menu-backdrop {
  display: none;
}

.activity-actions .button,
.activity-actions button,
.source-link,
.activity-load-more,
.design-toggle button,
.planner-filters .activity-filter-list button,
.activity-direction-tabs button,
.activity-mood-rail button {
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow:
    -5px -3px 14px rgba(255, 255, 255, 0.58),
    6px 8px 20px rgba(80, 112, 104, 0.14);
  transition:
    color 140ms ease,
    background 150ms ease,
    border-color 150ms ease,
    box-shadow 150ms ease,
    transform 150ms cubic-bezier(.2, .8, .2, 1);
}

.activity-actions .button.primary,
.activity-actions a.button.primary,
.recommended-trip-card .button.primary {
  color: #102625;
  background:
    linear-gradient(135deg, #ffe1a0, #e5aa4f),
    rgba(255, 255, 255, 0.72);
}

.activity-actions .button.ghost,
.activity-actions button,
.source-link,
.activity-load-more,
.recommended-trip-card .button.ghost {
  color: #102625;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(238, 244, 238, 0.58)),
    rgba(255, 255, 255, 0.62);
}

.activity-actions .button:hover,
.activity-actions button:hover,
.source-link:hover,
.activity-load-more:hover,
.recommended-trip-card .button:hover {
  color: #102625;
  transform: translateY(-1px);
  background:
    linear-gradient(135deg, rgba(255, 247, 228, 0.96), rgba(220, 238, 226, 0.78)),
    rgba(255, 255, 255, 0.76);
  box-shadow:
    -2px -1px 8px rgba(255, 255, 255, 0.72),
    4px 6px 16px rgba(80, 112, 104, 0.12),
    0 0 22px rgba(229, 170, 79, 0.12);
}

html[data-theme="dark"] .activity-actions .button.primary,
html[data-theme="dark"] .activity-actions a.button.primary,
html[data-theme="dark"] .recommended-trip-card .button.primary,
html[data-theme="dark"] .design-toggle button.is-active {
  color: #102625 !important;
  background:
    linear-gradient(135deg, #f4d38a, #d79a43),
    rgba(255, 255, 255, 0.82);
  border-color: rgba(255, 236, 190, 0.62);
}

html[data-theme="dark"] .activity-actions .button.ghost,
html[data-theme="dark"] .activity-actions button,
html[data-theme="dark"] .source-link,
html[data-theme="dark"] .activity-load-more,
html[data-theme="dark"] .recommended-trip-card .button.ghost,
html[data-theme="dark"] .design-toggle button:not(.is-active),
html[data-theme="dark"] .planner-filters .activity-filter-list button:not(.is-active),
html[data-theme="dark"] .activity-direction-tabs button:not(.is-active),
html[data-theme="dark"] .activity-mood-rail button:not(.is-active) {
  color: var(--dcg-ivory) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(95, 133, 117, 0.16)),
    rgba(12, 34, 32, 0.58);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow:
    -5px -3px 14px rgba(255, 255, 255, 0.035),
    8px 10px 24px rgba(0, 0, 0, 0.2);
}

html[data-theme="dark"] .activity-actions .button:hover,
html[data-theme="dark"] .activity-actions button:hover,
html[data-theme="dark"] .source-link:hover,
html[data-theme="dark"] .activity-load-more:hover,
html[data-theme="dark"] .recommended-trip-card .button:hover,
html[data-theme="dark"] .design-toggle button:not(.is-active):hover,
html[data-theme="dark"] .planner-filters .activity-filter-list button:not(.is-active):hover,
html[data-theme="dark"] .activity-direction-tabs button:not(.is-active):hover,
html[data-theme="dark"] .activity-mood-rail button:not(.is-active):hover {
  color: var(--dcg-ivory) !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(241, 211, 150, 0.18), transparent 36%),
    linear-gradient(135deg, rgba(58, 102, 91, 0.72), rgba(22, 58, 55, 0.88));
  border-color: rgba(239, 210, 153, 0.3);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 28px rgba(151, 209, 188, 0.18),
    0 14px 32px rgba(0, 0, 0, 0.24);
}

html[data-theme="dark"] .activity-direction-tabs button.is-active,
html[data-theme="dark"] .activity-mood-rail button.is-active,
html[data-theme="dark"] .activity-filter-list button.is-active {
  color: #102625 !important;
  background:
    linear-gradient(135deg, #f5d898, #dba04b),
    rgba(255, 255, 255, 0.82);
  border-color: rgba(255, 239, 202, 0.72);
}

html[data-theme="dark"] .activity-direction-tabs button.is-active *,
html[data-theme="dark"] .activity-mood-rail button.is-active *,
html[data-theme="dark"] .activity-filter-list button.is-active * {
  color: #102625 !important;
}

.activity-source-details {
  grid-column: 1 / -1;
  color: rgba(16, 38, 37, 0.72);
}

.activity-source-details summary {
  width: fit-content;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.activity-source-details div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

html[data-theme="dark"] .activity-source-details {
  color: rgba(255, 248, 239, 0.7);
}

body[data-page="activities"] .activity-toolbar span {
  border-radius: 999px;
  padding: 10px 14px;
  color: #102625;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(238, 244, 238, 0.58)),
    rgba(255, 255, 255, 0.56);
  box-shadow: 0 10px 24px rgba(16, 38, 37, 0.08);
}

html[data-theme="dark"] body[data-page="activities"] .activity-toolbar span {
  color: var(--dcg-ivory);
  background: rgba(255, 255, 255, 0.08);
}

body[data-page="activities"] #map .activity-map-layout {
  grid-template-columns: 1fr;
}

body[data-page="activities"] #mapFilters {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 1.15fr) minmax(220px, 0.9fr);
  align-items: end;
  gap: 12px;
  max-height: none;
  overflow: visible;
}

body[data-page="activities"] #mapFilters h2,
body[data-page="activities"] #mapFilters p {
  margin: 0;
}

body[data-page="activities"] #mapFilters p {
  font-size: 13px;
}

body[data-page="activities"] #mapFilters .activity-search {
  min-height: 46px;
}

body[data-page="activities"] #mapFilters .filter-group {
  margin: 0;
}

body[data-page="activities"] #mapFilters .filter-group strong {
  font-size: 11px;
}

body[data-page="activities"] #mapFilters .activity-filter-list {
  display: flex;
  flex-wrap: wrap;
}

body[data-page="activities"] #map .real-map,
body[data-page="activities"] #map .activity-map-canvas {
  min-height: 620px;
}

body[data-page="activities"] #mapRouteCards {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

@media (max-width: 900px) {
  body[data-page="activities"] #mapFilters {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body {
    scroll-padding-top: 106px;
  }

  .site-header {
    grid-template-columns: auto auto minmax(0, 1fr) auto !important;
    grid-template-areas: "brand menu tools cta" !important;
    align-items: center;
    width: calc(100% - 20px);
    padding: 8px 10px;
    gap: 8px;
    border-radius: 24px;
  }

  .site-header .brand {
    grid-area: brand !important;
    display: inline-flex !important;
    min-width: 0;
  }

  .site-header .brand-mark {
    width: 42px;
    height: 42px;
  }

  .mobile-menu-toggle {
    grid-area: menu;
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, 0.34);
    border-radius: 999px;
    background:
      linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.1)),
      rgba(255, 255, 255, 0.1);
    box-shadow: 0 12px 26px rgba(8, 24, 23, 0.12);
    backdrop-filter: blur(18px) saturate(1.2);
    -webkit-backdrop-filter: blur(18px) saturate(1.2);
  }

  .mobile-menu-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  .header-tools {
    grid-area: tools !important;
    justify-self: end;
    min-width: 0;
  }

  .nav-cta {
    grid-area: cta !important;
    display: inline-flex !important;
    min-width: 58px;
    min-height: 42px;
    padding-inline: 12px;
  }

  .site-header .site-nav {
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto !important;
    z-index: 9401;
    width: min(310px, 84vw) !important;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
    padding: 92px 18px 22px;
    border-radius: 28px 0 0 28px;
    background:
      linear-gradient(145deg, rgba(255, 253, 247, 0.94), rgba(227, 237, 229, 0.88)),
      rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(255, 255, 255, 0.58);
    box-shadow: -30px 0 80px rgba(4, 16, 15, 0.26);
    transform: translateX(112%) !important;
    transition: transform 220ms cubic-bezier(.2, .8, .2, 1);
  }

  html[data-theme="dark"] .site-header .site-nav {
    background:
      linear-gradient(145deg, rgba(25, 54, 50, 0.96), rgba(11, 33, 31, 0.92)),
      rgba(9, 27, 26, 0.92);
    border-color: rgba(255, 255, 255, 0.16);
  }

  body.mobile-menu-open .site-header .site-nav {
    transform: translateX(0) !important;
  }

  .site-header .site-nav a {
    width: 100%;
    min-height: 48px;
    justify-content: flex-start;
    padding: 0 18px;
    font-size: 15px;
  }

  .tour-nav-pill {
    display: none !important;
  }

  .mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 9399;
    border: 0;
    background: rgba(4, 16, 15, 0.34);
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    transition: opacity 180ms ease;
  }

  body.mobile-menu-open .mobile-menu-backdrop {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  body[data-page="home"] .home-hero {
    padding-top: 116px !important;
  }

  main.activity-page,
  main.gallery-page,
  main.subpage,
  main.faq-page,
  main.credits-page {
    padding-top: 112px !important;
  }

  .activity-direction-tabs button,
  .activity-mood-rail button,
  .planner-filters .activity-filter-list button {
    min-height: 44px !important;
    padding: 9px 12px !important;
    font-size: 13px !important;
  }
}

@media (max-width: 430px) {
  .language-switch button {
    min-width: 34px;
    min-height: 34px;
  }

  .theme-toggle {
    min-width: 64px;
    min-height: 34px;
  }

  .theme-toggle-label {
    font-size: 0;
    width: 0;
    overflow: hidden;
  }
}
