:root {
  --ink: #1d1814;
  --muted: #70665d;
  --paper: #fbf6ee;
  --paper-2: #f0e5d6;
  --white: #ffffff;
  --night: #081522;
  --blue: #0d3567;
  --teal: #1e6e72;
  --clay: #bf6f2f;
  --clay-dark: #934d20;
  --gold: #e3ae68;
  --line: rgba(29, 24, 20, 0.13);
  --shadow: 0 18px 46px rgba(32, 25, 18, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section,
footer {
  scroll-margin-top: 78px;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  line-height: 1.6;
  margin: 0;
  overflow-x: hidden;
}

img {
  display: block;
  width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  align-items: center;
  background: rgba(8, 21, 34, 0.72);
  color: var(--white);
  display: flex;
  gap: 22px;
  height: 78px;
  justify-content: space-between;
  left: 0;
  padding: 0 clamp(18px, 4vw, 56px);
  position: fixed;
  right: 0;
  top: 0;
  transition: background 180ms ease, box-shadow 180ms ease;
  z-index: 30;
}

.site-header.is-scrolled {
  background: rgba(8, 21, 34, 0.96);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 13px;
  min-width: max-content;
  text-transform: uppercase;
}

.brand-logo {
  display: block;
  height: 52px;
  width: auto;
}

.brand-symbol {
  display: block;
  height: 62px;
  object-fit: contain;
  width: auto;
}

.brand-wordmark {
  display: grid;
  gap: 3px;
  line-height: 1;
  white-space: nowrap;
}

.brand-wordmark strong {
  color: #ffffff;
  font-family: "Space Grotesk", "Inter", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 0.95;
}

.brand-wordmark small {
  color: #e3ae68;
  font-family: "Space Grotesk", "Inter", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
}

.brand .brand-wordmark strong {
  color: #ffffff;
  font-family: "Space Grotesk", "Inter", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.01em;
  line-height: 0.95;
}

.brand .brand-wordmark small {
  color: #e3ae68;
  font-family: "Space Grotesk", "Inter", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
}

.brand-mark {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: var(--gold);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  transform: skewX(-8deg);
  width: 42px;
}

.brand-mark i {
  transform: skewX(8deg);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.15;
}

.brand strong {
  font-size: 13px;
  font-weight: 800;
}

.brand small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
}

.site-nav {
  align-items: center;
  display: flex;
  flex: 1;
  gap: clamp(14px, 2vw, 28px);
  justify-content: center;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: var(--gold);
}

.btn,
.header-action {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 10px;
  justify-content: center;
  min-height: 46px;
  padding: 12px 20px;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.btn:hover,
.header-action:hover {
  transform: translateY(-2px);
}

.btn-primary,
.btn-small,
.header-action {
  background: var(--clay);
  color: var(--white);
}

.btn-primary:hover,
.btn-small:hover,
.header-action:hover {
  background: var(--clay-dark);
}

.btn-outline {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white);
}

.btn-outline:hover {
  background: var(--white);
  color: var(--night);
}

.btn-small {
  font-size: 12px;
  min-height: 40px;
  padding: 10px 16px;
}

.menu-toggle {
  align-items: center;
  background: var(--clay);
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: var(--white);
  display: none;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.hero {
  align-items: center;
  color: var(--white);
  display: grid;
  min-height: 760px;
  overflow: hidden;
  padding: 118px 24px 84px;
  position: relative;
}

.hero-media,
.hero-overlay {
  inset: 0;
  position: absolute;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(5, 15, 27, 0.96) 0%, rgba(5, 21, 39, 0.78) 42%, rgba(5, 15, 27, 0.22) 100%),
    linear-gradient(0deg, rgba(5, 12, 22, 0.75), rgba(5, 12, 22, 0.08) 48%, rgba(5, 12, 22, 0.18)),
    url("../assets/images/portfolio/hero-blue-garden.jpg") 68% 50% / cover no-repeat;
  transform: scale(1.01);
}

.hero-overlay {
  background:
    linear-gradient(135deg, rgba(191, 111, 47, 0.2), transparent 32%),
    radial-gradient(circle at 86% 36%, rgba(30, 110, 114, 0.22), transparent 32%);
}

.hero-content {
  margin-left: clamp(24px, 8vw, 118px);
  max-width: 720px;
  position: relative;
  z-index: 1;
}

.script-label {
  color: var(--gold);
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 -6px;
}

.hero h1,
h2 {
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
}

.hero h1 {
  font-size: clamp(68px, 9vw, 118px);
  font-weight: 800;
  line-height: 0.94;
  margin: 0;
  text-transform: uppercase;
}

.hero-kicker {
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 700;
  margin: 4px 0 0;
  text-transform: uppercase;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(17px, 1.6vw, 22px);
  margin: 22px 0 30px;
  max-width: 590px;
}

.hero-actions,
.center-action {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.center-action {
  justify-content: center;
  margin-top: 30px;
}

.hero-stats {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, max-content);
  margin-top: 34px;
  padding-top: 22px;
}

.hero-stats span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-stats strong {
  color: var(--gold);
  display: block;
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  font-size: 29px;
  line-height: 1;
}

.scroll-cue {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.38);
  bottom: 28px;
  color: var(--white);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  width: 38px;
  z-index: 1;
}

.scroll-cue i {
  transform: rotate(-45deg);
}

/* Redesigned hero */
.hero {
  align-items: center;
  background: #0a1715;
  color: var(--white);
  display: grid;
  min-height: 780px;
  overflow: hidden;
  padding: 120px clamp(20px, 5vw, 72px) 88px;
  position: relative;
}

.hero-media {
  background:
    linear-gradient(90deg, rgba(10, 23, 21, 0.86) 0%, rgba(10, 23, 21, 0.62) 44%, rgba(10, 23, 21, 0.08) 100%),
    url("../assets/images/portfolio/hero-blue-garden.jpg") 72% center / cover no-repeat;
  clip-path: polygon(40% 0, 100% 0, 100% 100%, 52% 100%);
  filter: saturate(1.02) contrast(1.02);
  inset: 0;
  position: absolute;
  transform: none;
}

.hero-overlay {
  background:
    radial-gradient(circle at 12% 24%, rgba(227, 174, 104, 0.22), transparent 24%),
    linear-gradient(180deg, transparent 0%, rgba(10, 23, 21, 0.24) 100%);
  inset: 0;
  position: absolute;
}

.hero-content {
  margin: 0;
  max-width: 700px;
  position: relative;
  z-index: 2;
}

.script-label {
  color: #e3ae68;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.hero h1 {
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  font-size: clamp(58px, 8vw, 112px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.9;
  margin: 0;
  max-width: 780px;
  text-transform: none;
}

.hero-kicker {
  display: none;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.55;
  margin: 26px 0 30px;
  max-width: 520px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-stats {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, max-content);
  margin-top: 34px;
  max-width: 620px;
  padding-top: 22px;
}

.hero-stats strong {
  color: #e3ae68;
  display: block;
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  font-size: 27px;
  letter-spacing: -0.04em;
  line-height: 1;
}

.hero-card {
  background: rgba(255, 250, 243, 0.94);
  bottom: 46px;
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.22);
  color: #17110d;
  display: grid;
  gap: 8px;
  max-width: 320px;
  padding: 20px;
  position: absolute;
  right: clamp(20px, 5vw, 72px);
  z-index: 3;
}

.hero-card span {
  color: #8f4d1f;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-card strong {
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  font-size: 24px;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.hero-card a {
  align-items: center;
  background: #496d55;
  color: white;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 8px;
  justify-content: center;
  margin-top: 8px;
  min-height: 42px;
  padding: 0 14px;
  text-transform: uppercase;
}

.scroll-cue {
  background: rgba(255, 255, 255, 0.08);
  bottom: 34px;
}

.section {
  padding: clamp(56px, 8vw, 96px) 20px;
}

.section-inner {
  margin: 0 auto;
  max-width: min(1180px, calc(100vw - 40px));
}

.about {
  background: #fffaf3;
}

.about-grid {
  align-items: center;
  display: grid;
  gap: clamp(34px, 6vw, 76px);
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1.12fr);
}

.eyebrow {
  align-items: center;
  color: var(--clay);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 10px;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.eyebrow::before {
  background: var(--clay);
  content: "";
  height: 2px;
  width: 28px;
}

h2 {
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.04;
  margin: 0 0 10px;
}

h3,
p {
  overflow-wrap: anywhere;
}

.signature {
  color: var(--clay);
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 20px;
}

.about-copy > p:not(.eyebrow):not(.signature) {
  color: var(--muted);
  margin: 0 0 22px;
}

.feature-list,
.contact-list {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}

.feature-list li,
.contact-list li {
  align-items: center;
  display: flex;
  gap: 12px;
  margin: 10px 0;
}

.feature-list i,
.contact-list i {
  align-items: center;
  background: rgba(191, 111, 47, 0.12);
  color: var(--clay-dark);
  display: inline-flex;
  flex: 0 0 auto;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.about-image-wrap {
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.about-image-wrap::after {
  border: 1px solid rgba(255, 255, 255, 0.72);
  content: "";
  inset: 14px;
  pointer-events: none;
  position: absolute;
}

.about-image-wrap img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 62%;
}

.tours-section {
  background: var(--paper);
}

.section-heading {
  margin: 0 auto 32px;
  max-width: 780px;
  text-align: center;
}

.tour-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tour-card {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(43, 31, 21, 0.08);
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
}

.tour-card img {
  aspect-ratio: 5 / 3.4;
  object-fit: cover;
  transition: transform 220ms ease;
}

.tour-card:hover img {
  transform: scale(1.035);
}

.tour-body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.tour-body h3 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0;
}

.tour-body p {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}

.tour-meta {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-top: 8px;
  padding-top: 14px;
}

.tour-meta strong {
  color: var(--clay-dark);
  font-size: 15px;
}

.tour-meta span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
}

.tour-meta a {
  align-items: center;
  color: var(--teal);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 7px;
  text-transform: uppercase;
  white-space: nowrap;
}

.reviews-section {
  background: #efe2d2;
}

.reviews-shell {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
}

.reviews-track {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.review-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(191, 111, 47, 0.18);
  min-height: 176px;
  padding: 24px;
}

.review-card p {
  color: #4e4035;
  margin: 0 0 18px;
}

.review-card p::before {
  color: var(--clay);
  content: open-quote;
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  font-size: 34px;
  line-height: 0;
}

.review-card p::after {
  content: close-quote;
}

.review-card strong,
.review-card span {
  display: block;
}

.review-card span {
  color: var(--muted);
  font-size: 12px;
}

.round-btn {
  align-items: center;
  background: var(--white);
  border: 1px solid var(--line);
  color: var(--clay-dark);
  cursor: pointer;
  display: inline-flex;
  height: 44px;
  justify-content: center;
  transform: rotate(45deg);
  width: 44px;
}

.round-btn i {
  transform: rotate(-45deg);
}

.gallery-section {
  background: #fffaf3;
  padding-top: 54px;
  position: relative;
  text-align: center;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}

.gallery-grid img {
  aspect-ratio: 1 / 1;
  height: 100%;
  object-fit: cover;
}

.instagram-link {
  align-items: center;
  background: var(--clay);
  color: var(--white);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 9px;
  left: 50%;
  min-height: 42px;
  padding: 12px 18px;
  position: absolute;
  text-transform: uppercase;
  top: calc(100% - 78px);
  transform: translateX(-50%);
  z-index: 3;
}

.site-footer {
  background: #18110c;
  color: #f7eadc;
  padding: 62px 20px 0;
}

.footer-inner {
  display: grid;
  gap: 34px;
  grid-template-columns: 1.05fr 0.75fr 0.9fr;
  margin: 0 auto;
  max-width: 1180px;
}

.site-footer h2 {
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1.1;
  margin: 0 0 14px;
}

.site-footer p,
.site-footer li,
.footer-links a,
.rating span {
  color: #cbbcac;
  font-size: 14px;
}

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

.footer-links a:hover {
  color: var(--gold);
}

.contact-form {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 12px;
  padding: 20px;
}

.form-row {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

label {
  display: grid;
  gap: 6px;
}

label span {
  color: #d8c9b8;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

input,
select,
textarea {
  background: #211812;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--white);
  min-width: 0;
  padding: 13px 12px;
}

select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

.contact-form .btn {
  cursor: pointer;
  width: 100%;
}

.form-status {
  margin: 0;
  min-height: 21px;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.socials a {
  align-items: center;
  border: 1px solid rgba(227, 174, 104, 0.48);
  color: var(--gold);
  display: inline-flex;
  height: 40px;
  justify-content: center;
  transform: skewX(-8deg);
  width: 40px;
}

.socials i {
  transform: skewX(8deg);
}

.rating {
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 14px;
}

.rating > i {
  color: var(--gold);
  margin-bottom: 8px;
}

.rating strong,
.rating span {
  display: block;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin: 36px auto 0;
  max-width: 1180px;
  padding: 18px 0;
}

.footer-bottom span {
  color: #9f9184;
  font-size: 12px;
}

.booking-dock {
  background: rgba(8, 21, 34, 0.95);
  bottom: 14px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.26);
  display: none;
  gap: 1px;
  left: 50%;
  overflow: hidden;
  position: fixed;
  transform: translateX(-50%);
  z-index: 35;
}

.booking-dock a {
  align-items: center;
  color: var(--white);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  gap: 8px;
  min-height: 44px;
  padding: 0 18px;
  text-transform: uppercase;
}

.booking-dock a:first-child {
  background: var(--clay);
}

.contact-page {
  background: var(--paper);
  padding-top: 78px;
}

.contact-hero {
  align-items: center;
  background: var(--night);
  color: var(--white);
  display: grid;
  gap: clamp(24px, 5vw, 58px);
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.85fr);
  min-height: 520px;
  overflow: hidden;
  padding: clamp(34px, 7vw, 88px) clamp(20px, 5vw, 70px);
  position: relative;
}

.contact-hero::before {
  background: linear-gradient(90deg, rgba(8, 21, 34, 0.9), rgba(8, 21, 34, 0.72));
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.contact-hero img {
  inset: 0;
  height: 100%;
  opacity: 0.55;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.contact-hero-copy {
  align-self: center;
  position: relative;
  z-index: 2;
}

.back-link {
  align-items: center;
  color: var(--gold);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  gap: 8px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.contact-hero h1 {
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  font-size: clamp(42px, 7vw, 74px);
  letter-spacing: 0;
  line-height: 0.94;
  margin: 0 0 18px;
  max-width: 8ch;
}

.contact-hero p:not(.eyebrow) {
  color: #e7d8c8;
  font-size: 18px;
  margin: 0;
  max-width: 36ch;
}

.contact-layout {
  margin: 0 auto;
  max-width: 1120px;
  padding: clamp(34px, 6vw, 62px) 20px;
}

.contact-page-form {
  background: #18110c;
  box-shadow: var(--shadow);
  padding: clamp(22px, 4vw, 34px);
  position: relative;
  z-index: 2;
}

.contact-page-form h2,
.contact-details h2 {
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  line-height: 1.1;
  margin: 0;
}

.contact-page-form h2 {
  color: var(--white);
  font-size: 30px;
  margin-bottom: 8px;
}

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

.contact-details > div {
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: 0 12px 28px rgba(32, 25, 18, 0.08);
  padding: 22px;
}

.contact-icon {
  align-items: center;
  background: rgba(191, 111, 47, 0.12);
  color: var(--clay);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  margin-bottom: 16px;
  width: 42px;
}

.contact-details h2 {
  font-size: 19px;
  margin-bottom: 6px;
}

.contact-details a,
.contact-details p {
  color: var(--muted);
  margin: 0;
  overflow-wrap: anywhere;
}

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

  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .contact-hero,
  .contact-details {
    grid-template-columns: 1fr;
  }

  .contact-hero {
    min-height: auto;
  }

  .contact-hero img {
    height: 100%;
  }
}

@media (max-width: 860px) {
  .site-header {
    height: 70px;
  }

  .menu-toggle {
    display: inline-flex;
    left: auto;
    position: fixed;
    right: 18px;
    top: 13px;
    z-index: 40;
  }

  .site-nav {
    background: rgba(8, 21, 34, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 16px 20px 24px;
    position: absolute;
    right: 0;
    top: 70px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px;
    width: 100%;
  }

  .header-action {
    display: none;
  }

  .hero {
    min-height: 660px;
    text-align: center;
  }

  .hero-media {
    background:
      linear-gradient(0deg, rgba(5, 12, 22, 0.84), rgba(5, 12, 22, 0.2) 48%, rgba(5, 12, 22, 0.34)),
      url("../assets/images/portfolio/hero-blue-garden.jpg") center 48% / cover no-repeat;
  }

  .hero-content {
    margin-inline: auto;
    max-width: min(680px, calc(100vw - 36px));
  }

  .hero-actions,
  .hero-stats {
    justify-content: center;
  }

  .hero-stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .reviews-shell {
    grid-template-columns: 38px minmax(0, 1fr) 38px;
  }

  .reviews-track {
    grid-template-columns: 1fr;
  }

  .review-card {
    display: none;
  }

  .review-card.is-visible {
    display: block;
  }

  .gallery-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 70px;
  }

  .site-header {
    padding-inline: 18px;
  }

  .menu-toggle {
    left: min(328px, calc(100vw - 62px));
    right: auto;
  }

  .brand strong {
    font-size: 12px;
  }

  .brand small {
    font-size: 10px;
  }

  .brand-logo {
    height: 42px;
    max-width: 188px;
  }

  .brand-symbol {
    height: 46px;
  }

  .brand-wordmark strong {
    font-size: 13px;
  }

  .brand-wordmark small {
    font-size: 10px;
  }

  .brand .brand-wordmark strong {
    font-size: 13px;
  }

  .brand .brand-wordmark small {
    font-size: 11px;
  }

  .hero {
    min-height: 620px;
    padding: 108px 18px 70px;
  }

  .hero-content,
  .section-inner {
    margin-left: 0;
    margin-right: auto;
    max-width: min(300px, calc(100vw - 40px));
    width: min(300px, calc(100vw - 40px));
  }

  .script-label {
    font-size: 31px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero-kicker {
    font-size: 21px;
  }

  .hero-copy {
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
    max-width: 32ch;
  }

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

  .hero-stats {
    display: none;
  }

  h2 {
    font-size: 31px;
  }

  .signature {
    font-size: 20px;
  }

  .tour-grid,
  .footer-inner,
  .contact-layout,
  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-page {
    padding-top: 70px;
  }

  .contact-hero h1 {
    font-size: 40px;
    max-width: 10ch;
  }

  .contact-hero p:not(.eyebrow) {
    font-size: 15px;
  }

  .contact-layout {
    padding: 34px 20px 48px;
  }

  .tour-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .feature-list li {
    align-items: flex-start;
    overflow-wrap: anywhere;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .instagram-link {
    margin: 16px auto 0;
    position: static;
    transform: none;
  }

  .site-footer {
    padding-top: 44px;
  }

  .booking-dock {
    display: flex;
  }
}

@media (max-width: 860px) {
  .hero {
    min-height: 730px;
    padding: 110px 20px 180px;
    text-align: center;
  }

  .hero-media {
    background:
      linear-gradient(0deg, rgba(10, 23, 21, 0.88), rgba(10, 23, 21, 0.18)),
      url("../assets/images/portfolio/hero-blue-garden.jpg") center 44% / cover no-repeat;
    clip-path: none;
  }

  .hero-content {
    margin-inline: auto;
    max-width: min(680px, calc(100vw - 40px));
    width: auto;
  }

  .hero-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-card {
    bottom: 24px;
    left: 50%;
    max-width: min(340px, calc(100vw - 40px));
    right: auto;
    text-align: left;
    transform: translateX(-50%);
    width: min(340px, calc(100vw - 40px));
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: 780px;
    padding: 104px 20px 210px;
  }

  .hero-content {
    max-width: min(330px, calc(100vw - 40px));
  }

  .script-label {
    font-size: 12px;
  }

  .hero h1 {
    font-size: 38px;
    line-height: 0.94;
    max-width: 10ch;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy {
    font-size: 15px;
    max-width: 32ch;
  }

  .hero-actions {
    display: grid;
  }

  .hero-stats {
    display: none;
  }

  .hero-card {
    bottom: 22px;
  }
}

/* Mockup-inspired hero refresh */
.site-header {
  background: rgba(255, 250, 243, 0.78);
  color: #0b2c47;
}

.site-header.is-scrolled {
  background: rgba(255, 250, 243, 0.96);
  box-shadow: 0 12px 30px rgba(15, 34, 48, 0.12);
}

.brand-mark {
  border-color: rgba(11, 44, 71, 0.18);
  color: #c67521;
}

.brand small {
  color: #c67521;
}

.site-nav a {
  color: #0b2c47;
}

.site-nav a:hover,
.site-nav a.is-active {
  color: #c67521;
}

.hero {
  background: #fff7ea;
  color: #0b2c47;
  min-height: 720px;
  padding: 116px clamp(22px, 6vw, 92px) 72px;
}

.hero-media {
  background: url("../assets/images/portfolio/hero-blue-garden.jpg") 66% 46% / cover no-repeat;
  clip-path: none;
  inset: 0;
  left: 32%;
  opacity: 1;
  position: absolute;
}

.hero-overlay {
  background:
    linear-gradient(90deg, #fff7ea 0%, #fff7ea 35%, rgba(255, 247, 234, 0.82) 50%, rgba(255, 247, 234, 0.1) 70%, rgba(255, 247, 234, 0) 100%),
    radial-gradient(circle at 19% 20%, rgba(198, 117, 33, 0.12), transparent 25%);
  inset: 0;
  position: absolute;
}

.hero-skyline {
  background:
    linear-gradient(to top, rgba(198, 117, 33, 0.2), rgba(198, 117, 33, 0)),
    url("data:image/svg+xml,%3Csvg width='900' height='170' viewBox='0 0 900 170' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c67521' fill-opacity='.22'%3E%3Cpath d='M0 145h900v25H0z'/%3E%3Cpath d='M52 125h28v45H52zM64 99h4v26h-4zM180 112h38v58h-38zM194 88h8v24h-8zM318 118h64v52h-64zM340 80h16v38h-16zM550 105h42v65h-42zM568 60h7v45h-7zM690 123h75v47h-75z'/%3E%3Cpath d='M104 170c2-45 24-66 49-66s47 21 49 66H104zM790 170c5-42 23-60 47-60s42 18 47 60H790z'/%3E%3Cpath d='M435 170V95h18v75h-18zm-18 0v-48h54v48h-54z'/%3E%3C/g%3E%3C/svg%3E") left bottom / contain no-repeat;
  bottom: 0;
  height: 180px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 48%;
  z-index: 1;
}

.hero-content {
  margin: 0;
  max-width: 560px;
  position: relative;
  z-index: 2;
}

.script-label {
  align-items: center;
  color: #c67521;
  display: inline-flex;
  font-size: 13px;
  gap: 10px;
  letter-spacing: 0.16em;
  margin-bottom: 18px;
}

.script-label::after {
  background: #c67521;
  content: "";
  height: 1px;
  width: 86px;
}

.hero h1 {
  color: #0b2c47;
  font-size: clamp(54px, 6.8vw, 82px);
  letter-spacing: -0.055em;
  line-height: 0.94;
  max-width: 560px;
}

.hero h1 span {
  color: #c67521;
  display: block;
}

.hero-copy {
  color: #23455e;
  font-size: 17px;
  line-height: 1.55;
  margin: 20px 0 24px;
  max-width: 480px;
}

.hero-copy strong {
  color: #0b2c47;
}

.hero .btn-primary {
  background: #c67521;
}

.hero .btn-outline {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(198, 117, 33, 0.38);
  color: #0b2c47;
}

.hero-stats {
  background: #0b2c47;
  border: 0;
  border-radius: 7px;
  box-shadow: 0 24px 58px rgba(11, 44, 71, 0.24);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 84px;
  max-width: 720px;
  padding: 20px 22px;
  position: relative;
  z-index: 3;
}

.hero-stats span {
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.78);
  display: grid;
  gap: 2px 10px;
  grid-template-columns: auto minmax(0, 1fr);
  min-width: 0;
  padding: 0 18px;
}

.hero-stats i {
  color: #d9912c;
  font-size: 22px;
  grid-row: 1 / span 2;
}

.hero-stats span:first-child {
  padding-left: 0;
}

.hero-stats span:last-child {
  border-right: 0;
  padding-right: 0;
}

.hero-stats strong {
  color: #d9912c;
  font-size: 24px;
  line-height: 1;
}

.hero-card {
  background: rgba(255, 250, 243, 0.94);
  border-radius: 8px;
  bottom: 170px;
  box-shadow: 0 26px 68px rgba(11, 44, 71, 0.18);
  max-width: 290px;
  padding: 20px;
  right: clamp(26px, 3vw, 54px);
}

.hero-card a {
  background: #0f5b43;
  border-radius: 5px;
}

.hero-trust {
  align-items: center;
  background: rgba(255, 250, 243, 0.95);
  border-radius: 9px;
  bottom: 72px;
  box-shadow: 0 22px 54px rgba(11, 44, 71, 0.16);
  color: #0b2c47;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 500px;
  padding: 16px 18px;
  position: absolute;
  right: clamp(18px, 3vw, 42px);
  z-index: 3;
}

.hero-trust span {
  align-items: center;
  display: grid;
  font-size: 11px;
  font-weight: 800;
  gap: 6px;
  justify-items: center;
  line-height: 1.15;
  text-align: center;
}

.hero-trust i {
  color: #0f5b43;
  font-size: 19px;
}

.scroll-cue {
  display: none;
}

@media (max-width: 1040px) {
  .hero-media {
    left: 26%;
  }

  .hero-card,
  .hero-trust {
    display: none;
  }
}

@media (max-width: 860px) {
  .site-header {
    background: rgba(8, 21, 34, 0.94);
    color: white;
  }

  .site-nav a {
    color: white;
  }

  .hero {
    background: #07182c;
    color: white;
    min-height: 720px;
    padding: 108px 20px 72px;
    text-align: center;
  }

  .hero-media {
    background:
      linear-gradient(0deg, rgba(7, 24, 44, 0.86), rgba(7, 24, 44, 0.18)),
      url("../assets/images/portfolio/hero-blue-garden.jpg") center 44% / cover no-repeat;
    left: 0;
  }

  .hero-overlay {
    background: linear-gradient(0deg, rgba(7, 24, 44, 0.82), rgba(7, 24, 44, 0.12));
  }

  .hero-skyline {
    display: none;
  }

  .hero-content {
    margin-inline: auto;
    max-width: min(680px, calc(100vw - 40px));
  }

  .script-label {
    color: #e3ae68;
  }

  .script-label::after {
    display: none;
  }

  .hero h1 {
    color: white;
    margin-inline: auto;
  }

  .hero h1 span {
    color: #e3ae68;
  }

  .hero-copy {
    color: rgba(255, 255, 255, 0.86);
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy strong {
    color: white;
  }

  .hero-stats {
    margin: 30px auto 0;
    max-width: 520px;
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: 690px;
    padding: 104px 20px 58px;
  }

  .hero h1 {
    font-size: 42px;
    max-width: 12ch;
  }

  .hero-copy {
    font-size: 15px;
    max-width: 32ch;
  }

  .hero-actions {
    display: grid;
  }

  .hero-stats {
    display: none;
  }
}

/* Full-image hero update */
.site-header {
  background: rgba(8, 21, 34, 0.82);
  color: white;
}

.site-header.is-scrolled {
  background: rgba(8, 21, 34, 0.96);
  box-shadow: 0 12px 30px rgba(3, 13, 24, 0.24);
}

.brand small,
.site-nav a:hover,
.site-nav a.is-active {
  color: #e09a35;
}

.site-nav a {
  color: white;
}

.hero {
  background:
    linear-gradient(90deg, #061421 0%, #071b31 46%, #07182c 100%);
  color: white;
}

.hero-media {
  background: url("../assets/images/portfolio/hero-blue-garden.jpg") center 47% / cover no-repeat;
  left: 46%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 15, 27, 0.96) 0%, rgba(5, 15, 27, 0.88) 42%, rgba(5, 15, 27, 0.28) 62%, rgba(5, 15, 27, 0.06) 100%),
    linear-gradient(0deg, rgba(5, 15, 27, 0.32), rgba(5, 15, 27, 0.04) 44%, rgba(5, 15, 27, 0.2));
}

.hero-skyline {
  display: none;
}

.script-label {
  color: #e3ae68;
}

.script-label::after {
  background: #e3ae68;
}

.hero h1 {
  color: white;
  text-shadow: 0 14px 42px rgba(0, 0, 0, 0.28);
}

.hero h1 span {
  color: #e3ae68;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.9);
}

.hero-copy strong {
  color: white;
}

.hero .btn-outline {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.45);
  color: #0b2c47;
}

.hero-card {
  bottom: 106px;
}

.hero-trust {
  display: none;
}

@media (max-width: 860px) {
  .hero-media {
    left: 0;
  }
}

/* Hero stats redesign */
.hero-actions {
  gap: 0;
}

.hero-stats {
  background: rgba(7, 31, 52, 0.78);
  border: 1px solid rgba(227, 174, 104, 0.18);
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 78px;
  max-width: 660px;
  padding: 14px;
  width: min(660px, 100%);
}

.hero-stats span {
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.78);
  display: grid;
  gap: 3px 12px;
  grid-template-columns: 42px minmax(0, 1fr);
  min-height: 82px;
  padding: 14px 16px;
}

.hero-stats span:first-child,
.hero-stats span:last-child {
  padding-left: 16px;
  padding-right: 16px;
}

.hero-stats i {
  align-items: center;
  background: rgba(224, 154, 53, 0.14);
  border-radius: 10px;
  color: #e3ae68;
  display: inline-flex;
  font-size: 20px;
  grid-row: 1 / span 2;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.hero-stats strong {
  color: #e3ae68;
  font-size: 25px;
  letter-spacing: -0.04em;
  line-height: 1;
}

@media (max-width: 860px) {
  .hero-stats {
    margin-top: 32px;
    max-width: 560px;
  }
}

@media (max-width: 620px) {
  .hero-stats {
    display: none;
  }
}

/* Cleaner hero stats strip */
.hero-stats {
  align-items: center;
  backdrop-filter: blur(16px);
  background: linear-gradient(90deg, rgba(7, 29, 48, 0.92), rgba(8, 39, 68, 0.72));
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 24px 68px rgba(0, 0, 0, 0.26);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 76px;
  max-width: 620px;
  padding: 20px 24px;
  width: min(620px, 100%);
}

.hero-stats span {
  align-items: center;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0;
  color: rgba(255, 255, 255, 0.78);
  display: grid;
  gap: 2px 12px;
  grid-template-columns: 32px minmax(0, 1fr);
  min-height: 58px;
  padding: 0 22px;
}

.hero-stats span:first-child {
  padding-left: 0;
}

.hero-stats span:last-child {
  border-right: 0;
  padding-right: 0;
}

.hero-stats i {
  align-items: center;
  background: transparent;
  border-radius: 0;
  color: #e3ae68;
  display: inline-flex;
  font-size: 24px;
  grid-row: 1 / span 2;
  height: auto;
  justify-content: center;
  width: 32px;
}

.hero-stats strong {
  color: #e3ae68;
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  font-size: 25px;
  letter-spacing: -0.04em;
  line-height: 1;
}

@media (max-width: 860px) {
  .hero-stats {
    margin: 30px auto 0;
    max-width: 520px;
  }
}

/* Final lightweight metric badges */
.hero-stats {
  backdrop-filter: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 72px;
  max-width: 650px;
  padding: 0;
  width: min(650px, 100%);
}

.hero-stats span {
  backdrop-filter: blur(14px);
  background: rgba(8, 34, 57, 0.72);
  border: 1px solid rgba(227, 174, 104, 0.2);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  color: rgba(255, 255, 255, 0.78);
  display: grid;
  gap: 2px 12px;
  grid-template-columns: 28px minmax(0, 1fr);
  min-height: 72px;
  padding: 14px 16px;
}

.hero-stats span:first-child,
.hero-stats span:last-child {
  border-right: 1px solid rgba(227, 174, 104, 0.2);
  padding-left: 16px;
  padding-right: 16px;
}

.hero-stats i {
  color: #e3ae68;
  font-size: 21px;
  width: 28px;
}

.hero-stats strong {
  font-size: 24px;
}

/* Route-marker stats: no cards */
.hero-stats {
  align-items: start;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  gap: clamp(28px, 4vw, 54px);
  margin-top: 72px;
  max-width: 620px;
  padding: 0;
  position: relative;
  width: min(620px, 100%);
}

.hero-stats::before {
  background: linear-gradient(90deg, rgba(227, 174, 104, 0), rgba(227, 174, 104, 0.8), rgba(227, 174, 104, 0));
  content: "";
  height: 1px;
  left: 22px;
  position: absolute;
  right: 82px;
  top: 21px;
}

.hero-stats span {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.78);
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr;
  min-height: 0;
  min-width: 118px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}

.hero-stats span:first-child,
.hero-stats span:last-child {
  border: 0;
  padding: 0;
}

.hero-stats i {
  align-items: center;
  background: #e3ae68;
  border-radius: 999px;
  box-shadow: 0 0 0 8px rgba(227, 174, 104, 0.12), 0 12px 28px rgba(0, 0, 0, 0.24);
  color: #061421;
  display: inline-flex;
  font-size: 18px;
  height: 42px;
  justify-content: center;
  margin-bottom: 14px;
  position: relative;
  width: 42px;
  z-index: 1;
}

.hero-stats strong {
  color: white;
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  font-size: clamp(25px, 2.5vw, 34px);
  letter-spacing: -0.045em;
  line-height: 0.95;
}

.hero-stats span:first-child strong {
  color: #e3ae68;
  font-size: clamp(22px, 2.1vw, 30px);
}

.hero-stats span::after {
  color: rgba(227, 174, 104, 0.72);
  content: "0" counter(metric);
  counter-increment: metric;
  font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 800;
  left: 56px;
  letter-spacing: 0.12em;
  position: absolute;
  top: 13px;
}

.hero-stats {
  counter-reset: metric;
}

/* Home page mobile responsiveness lock */
@media (max-width: 900px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-header {
    background: rgba(8, 21, 34, 0.96);
    height: 72px;
    padding: 0 16px;
  }

  .brand {
    gap: 9px;
    min-width: 0;
  }

  .brand-symbol {
    flex: 0 0 auto;
    height: 46px;
  }

  .brand-wordmark {
    min-width: 0;
  }

  .brand .brand-wordmark strong {
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
  }

  .brand .brand-wordmark small {
    color: #e3ae68;
    font-size: 11px;
    line-height: 1;
  }

  .menu-toggle {
    align-items: center;
    background: #c97822 !important;
    border: 0;
    color: #ffffff !important;
    display: inline-flex !important;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
    left: auto;
    opacity: 1 !important;
    position: fixed !important;
    right: 16px !important;
    top: 15px !important;
    visibility: visible !important;
    width: 42px;
    z-index: 1000;
  }

  .site-nav {
    background: rgba(8, 21, 34, 0.98);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.26);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 0;
    padding: 12px 16px 18px;
    position: fixed;
    right: 0;
    top: 72px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    color: #ffffff;
    min-height: 44px;
    padding: 11px 12px;
    width: 100%;
  }

  .header-action {
    display: none;
  }

  .hero {
    min-height: auto;
    padding: 112px 18px 64px;
    text-align: left;
  }

  .hero-media {
    background:
      linear-gradient(0deg, rgba(5, 15, 27, 0.92), rgba(5, 15, 27, 0.54)),
      url("../assets/images/portfolio/hero-blue-garden.jpg") center 42% / cover no-repeat;
    inset: 0;
    left: 0;
  }

  .hero-overlay {
    background: linear-gradient(90deg, rgba(5, 15, 27, 0.95), rgba(5, 15, 27, 0.62));
  }

  .hero-content,
  .section-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: min(720px, calc(100vw - 36px));
    width: min(720px, calc(100vw - 36px));
  }

  .script-label {
    font-size: 11px;
    gap: 8px;
    letter-spacing: 0.12em;
    margin-bottom: 14px;
  }

  .script-label::after {
    display: none;
  }

  .hero h1 {
    color: #ffffff;
    font-size: clamp(40px, 11vw, 64px);
    letter-spacing: -0.035em;
    line-height: 0.98;
    margin-left: 0;
    margin-right: 0;
    max-width: 11ch;
    text-align: left;
  }

  .hero h1 span {
    color: #e3ae68;
  }

  .hero-copy {
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    margin: 18px 0 22px;
    max-width: 31ch;
    text-align: left;
  }

  .hero-copy strong {
    color: #ffffff;
  }

  .hero-actions {
    align-items: stretch;
    display: grid;
    justify-content: stretch;
    max-width: 300px;
  }

  .hero-actions .btn {
    justify-content: center;
    min-height: 48px;
    width: 100%;
  }

  .hero-stats,
  .hero-stats::before,
  .hero-stats span::after {
    display: none;
  }

  .about-grid {
    gap: 28px;
    grid-template-columns: 1fr;
  }

  .about-image-wrap {
    order: -1;
  }

  .tour-grid,
  .footer-inner,
  .form-row {
    grid-template-columns: 1fr;
  }

  .reviews-shell {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
  }

  .reviews-track {
    grid-template-columns: 1fr;
  }

  .review-card {
    display: none;
  }

  .review-card.is-visible {
    display: block;
  }

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

  .gallery-section {
    padding: 48px 0 32px;
  }

  .instagram-link {
    margin: 16px auto 0;
    position: static;
    transform: none;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 70px;
  }

  .site-header {
    padding-inline: 12px;
  }

  .brand-symbol {
    height: 40px;
  }

  .brand .brand-wordmark strong {
    font-size: 12px;
  }

  .brand .brand-wordmark small {
    font-size: 10px;
  }

  .menu-toggle {
    right: 12px !important;
  }

  .hero {
    padding: 104px 18px 56px;
  }

  .hero-content,
  .section-inner {
    max-width: calc(100vw - 36px);
    width: calc(100vw - 36px);
  }

  .hero h1 {
    font-size: clamp(38px, 12vw, 52px);
    max-width: 10ch;
  }

  .hero-copy {
    font-size: 15px;
    max-width: 30ch;
  }

  .section {
    padding: 54px 18px;
  }

  .section-heading {
    margin-bottom: 24px;
    max-width: 100%;
  }

  h2 {
    font-size: 30px;
  }

  .tour-card,
  .review-card,
  .site-footer,
  .footer-inner > div {
    max-width: 100%;
  }

  .tour-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .tour-meta a {
    white-space: normal;
  }

  .reviews-shell {
    gap: 8px;
    grid-template-columns: 36px minmax(0, 1fr) 36px;
  }

  .round-btn {
    height: 36px;
    width: 36px;
  }

  .gallery-grid {
    gap: 6px;
  }

  .gallery-section .section-heading {
    padding-inline: 18px;
  }

  .footer-inner {
    gap: 26px;
  }

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

  .booking-dock {
    display: flex;
  }
}

@media (max-width: 380px) {
  .brand .brand-wordmark strong {
    font-size: 11px;
  }

  .brand .brand-wordmark small {
    font-size: 9px;
  }

  .hero h1 {
    font-size: 36px;
  }
}

@media (min-width: 901px) {
  .menu-toggle {
    display: none !important;
  }
}
