:root {
  --color-dark: #0e1411;
  --color-deep-green: #13221b;
  --color-gold: #c9a45c;
  --color-gold-soft: #e3c77d;
  --color-cream: #f6f1e8;
  --color-white: #ffffff;
  --color-muted: #b8aa92;
  --color-border: rgba(201, 164, 92, 0.22);
  --charcoal: var(--color-dark);
  --forest: var(--color-deep-green);
  --gold: var(--color-gold);
  --cream: var(--color-cream);
  --white: var(--color-white);
  --brown: #8b6f47;
  --ink: #141c17;
  --muted: #756957;
  --line: var(--color-border);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
}

main,
section,
.site-header,
.site-footer {
  max-width: 100vw;
  overflow-x: clip;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

body.menu-open,
body.modal-open {
  overflow: hidden;
}

.font-serif {
  font-family: "Playfair Display", Georgia, serif;
}

/* Local fallbacks for the Tailwind utility classes used in the static pages. */
.relative { position: relative; }
.z-10 { z-index: 10; }
.mx-auto { margin-left: auto; margin-right: auto; }
.block { display: block; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }
.place-items-center { place-items: center; }
.items-center { align-items: center; }
.items-end { align-items: end; }
.justify-between { justify-content: space-between; }
.text-center { text-align: center; }
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.w-full { width: 100%; }
.w-fit { width: fit-content; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-7xl { max-width: 80rem; }
.min-h-28 { min-height: 7rem; }
.min-h-36 { min-height: 9rem; }
.min-h-80 { min-height: 20rem; }
.break-words { overflow-wrap: break-word; }
.overflow-hidden { overflow: hidden; }
.rounded-lg { border-radius: 0.5rem; }
.bg-white { background: var(--white); }
.font-bold { font-weight: 700; }
.leading-none { line-height: 1; }
.leading-tight { line-height: 1.15; }
.leading-8 { line-height: 2rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.pt-24 { padding-top: 6rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-7 { margin-top: 1.75rem; }
.mt-8 { margin-top: 2rem; }
.mt-9 { margin-top: 2.25rem; }
.mt-10 { margin-top: 2.5rem; }
.mt-12 { margin-top: 3rem; }
.mb-3 { margin-bottom: 0.75rem; }
.-mt-16 { margin-top: -4rem; }
.gap-2 { gap: 0.5rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-10 { gap: 2.5rem; }
.gap-12 { gap: 3rem; }
.space-y-5 > * + * { margin-top: 1.25rem; }

@media (min-width: 640px) {
  .sm\:flex-row { flex-direction: row; }
  .sm\:w-fit { width: fit-content; }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:flex-row { flex-direction: row; }
  .md\:items-center { align-items: center; }
  .md\:justify-between { justify-content: space-between; }
  .md\:p-10 { padding: 2.5rem; }
  .md\:p-12 { padding: 3rem; }
}

@media (min-width: 1024px) {
  .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  [class*="lg:grid-cols-[0.82fr_1.18fr]"] { grid-template-columns: 0.82fr 1.18fr; }
  [class*="lg:grid-cols-[0.85fr_1.15fr]"] { grid-template-columns: 0.85fr 1.15fr; }
  [class*="lg:grid-cols-[0.9fr_1.1fr]"] { grid-template-columns: 0.9fr 1.1fr; }
  [class*="lg:grid-cols-[0.95fr_1.05fr]"] { grid-template-columns: 0.95fr 1.05fr; }
  [class*="lg:grid-cols-[1fr_0.9fr]"] { grid-template-columns: 1fr 0.9fr; }
}

.site-shell {
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(201, 164, 92, 0.12), transparent 32rem),
    radial-gradient(circle at 85% 12%, rgba(19, 34, 27, 0.08), transparent 28rem),
    linear-gradient(180deg, #fffaf1 0%, var(--cream) 32rem);
}

.nav-link {
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.45rem;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--gold);
  transition: transform 180ms ease;
}

.nav-link:hover,
.nav-link.active {
  color: var(--white);
}

.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}

.mobile-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-0.5rem);
  transition: max-height 260ms ease, opacity 220ms ease, transform 220ms ease;
}

.mobile-panel.open {
  max-height: 28rem;
  opacity: 1;
  transform: translateY(0);
}

.btn-primary,
.btn-secondary,
.btn-dark,
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3rem;
  border-radius: 999px;
  padding: 0.85rem 1.35rem;
  font-weight: 700;
  font-size: 0.92rem;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.btn-primary {
  color: var(--charcoal);
  background: var(--gold);
  box-shadow: 0 18px 40px rgba(201, 164, 92, 0.24);
}

.btn-primary:hover {
  transform: translateY(-2px);
  background: #d8b66b;
  box-shadow: 0 22px 52px rgba(201, 164, 92, 0.34);
}

.btn-secondary {
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.btn-secondary:hover {
  transform: translateY(-2px);
  border-color: var(--gold);
  color: var(--gold);
}

.btn-dark {
  color: var(--white);
  background: var(--charcoal);
}

.btn-dark:hover {
  transform: translateY(-2px);
  background: var(--forest);
}

.btn-ghost {
  color: var(--charcoal);
  border: 1px solid rgba(14, 20, 17, 0.16);
  background: rgba(255, 255, 255, 0.48);
}

.btn-ghost:hover,
.filter-btn.active {
  transform: translateY(-2px);
  color: var(--charcoal);
  border-color: var(--gold);
  background: rgba(201, 164, 92, 0.22);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: end;
  padding: 9rem 0 7rem;
  isolation: isolate;
  color: var(--white);
  background-color: var(--charcoal);
  background-image:
    linear-gradient(90deg, rgba(14, 20, 17, 0.9), rgba(14, 20, 17, 0.58) 45%, rgba(14, 20, 17, 0.22)),
    linear-gradient(180deg, rgba(14, 20, 17, 0.2), rgba(14, 20, 17, 0.86)),
    var(--hero-image);
  background-position: center;
  background-size: cover;
}

.hero > div,
.section-pad > div {
  width: min(calc(100% - 2.5rem), 80rem);
}

.section-pad > .page-content {
  width: min(calc(100% - 2.5rem), 56rem);
}

.sub-hero {
  min-height: 62svh;
  padding-bottom: 5.5rem;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 7.5rem;
  background: linear-gradient(180deg, transparent, var(--cream));
  pointer-events: none;
}

.hero-kicker {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-content {
  position: relative;
  max-width: 100%;
}

.hero-content::before {
  content: "";
  position: absolute;
  left: -1.15rem;
  top: 0.15rem;
  width: 1px;
  height: min(100%, 18rem);
  background: linear-gradient(180deg, var(--gold), transparent);
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(3rem, 8vw, 7.25rem);
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.sub-hero h1 {
  max-width: 13ch;
  font-size: clamp(2.75rem, 6.2vw, 5.8rem);
}

.hero-actions {
  align-items: stretch;
}

.section-pad {
  padding: clamp(4.75rem, 7vw, 7.5rem) 0;
}

.section-title {
  font-family: "Playfair Display", Georgia, serif;
  color: var(--charcoal);
  font-size: clamp(2.2rem, 5vw, 4.9rem);
  line-height: 0.98;
}

.section-copy {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.8;
}

.gold-rule {
  width: 4.5rem;
  height: 1px;
  background: var(--gold);
}

.luxury-card {
  border: 1px solid rgba(139, 111, 71, 0.18);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 22px 60px rgba(14, 20, 17, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.luxury-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 164, 92, 0.34);
  box-shadow: 0 30px 80px rgba(14, 20, 17, 0.13);
}

.value-card {
  padding: 1.55rem;
  min-height: 10.5rem;
  border-radius: 0.5rem;
}

.media-card {
  position: relative;
  overflow: hidden;
  min-height: 25rem;
  border-radius: 0.5rem;
  background: var(--forest);
  box-shadow: 0 26px 70px rgba(14, 20, 17, 0.14);
}

.media-card img,
.tour-card img,
.modal-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms ease;
}

.media-card:hover img,
.tour-card:hover img {
  transform: scale(1.06);
}

.media-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 28%, rgba(14, 20, 17, 0.88));
}

.media-card-content {
  position: absolute;
  z-index: 1;
  inset: auto 1.35rem 1.35rem;
  color: var(--white);
}

.dark-section {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(19, 34, 27, 0.97), rgba(14, 20, 17, 1)),
    radial-gradient(circle at 20% 20%, rgba(201, 164, 92, 0.18), transparent 22rem);
}

.step-card {
  min-height: 15rem;
  border: 1px solid rgba(201, 164, 92, 0.25);
  border-radius: 0.5rem;
  padding: 1.6rem;
  background: rgba(255, 255, 255, 0.045);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(227, 199, 125, 0.52);
  background: rgba(255, 255, 255, 0.07);
}

.tour-card {
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid rgba(139, 111, 71, 0.18);
  background: var(--white);
  box-shadow: 0 24px 60px rgba(14, 20, 17, 0.09);
}

.tour-image {
  height: 15.5rem;
  overflow: hidden;
  background: linear-gradient(135deg, var(--forest), var(--brown));
}

.label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 999px;
  padding: 0.36rem 0.7rem;
  color: var(--brown);
  background: rgba(201, 164, 92, 0.16);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial-card {
  border-radius: 0.5rem;
  background: var(--charcoal);
  color: var(--white);
  box-shadow: 0 30px 80px rgba(14, 20, 17, 0.2);
}

.gallery-section {
  position: relative;
  background:
    linear-gradient(180deg, rgba(246, 241, 232, 0.86), rgba(255, 255, 255, 0.58)),
    radial-gradient(circle at 82% 12%, rgba(201, 164, 92, 0.18), transparent 26rem);
}

.gallery-grid {
  display: grid;
  grid-auto-flow: dense;
  grid-auto-rows: 13.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(201, 164, 92, 0.22);
  border-radius: 0.85rem;
  background: var(--forest);
  box-shadow: 0 24px 70px rgba(14, 20, 17, 0.12);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 620ms ease, filter 620ms ease;
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 36%, rgba(14, 20, 17, 0.82));
  opacity: 0.72;
  transition: opacity 220ms ease;
}

.gallery-item figcaption {
  position: absolute;
  z-index: 1;
  left: 1.15rem;
  right: 1.15rem;
  bottom: 1rem;
  color: var(--white);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  line-height: 1.05;
  transform: translateY(0.5rem);
  transition: transform 220ms ease;
}

.gallery-item:hover img {
  transform: scale(1.07);
  filter: saturate(1.06);
}

.gallery-item:hover::after {
  opacity: 0.9;
}

.gallery-item:hover figcaption {
  transform: translateY(0);
}

.gallery-wide {
  grid-column: span 2;
}

.gallery-tall {
  grid-row: span 2;
}

.story-section,
.local-expertise-section {
  background: rgba(255, 255, 255, 0.38);
}

.luxury-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(201, 164, 92, 0.26);
  border-radius: 0.9rem;
  padding: clamp(1.5rem, 4vw, 3rem);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(246, 241, 232, 0.64)),
    radial-gradient(circle at top right, rgba(201, 164, 92, 0.2), transparent 18rem);
  box-shadow: 0 28px 80px rgba(14, 20, 17, 0.1);
}

.luxury-panel::after {
  content: "";
  position: absolute;
  inset: auto 1.5rem 1.5rem auto;
  width: 5rem;
  height: 5rem;
  border-right: 1px solid rgba(201, 164, 92, 0.44);
  border-bottom: 1px solid rgba(201, 164, 92, 0.44);
  pointer-events: none;
}

.lead-copy {
  color: var(--charcoal) !important;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  line-height: 1.65 !important;
}

.about-list {
  border: 1px solid rgba(201, 164, 92, 0.24);
  border-radius: 0.9rem;
  background: var(--charcoal);
  box-shadow: 0 30px 80px rgba(14, 20, 17, 0.18);
  padding: clamp(1.35rem, 4vw, 2.4rem);
}

.about-list ul {
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-list li {
  position: relative;
  padding-left: 1.8rem;
  color: rgba(246, 241, 232, 0.84);
  line-height: 1.65;
}

.about-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 0.35rem rgba(201, 164, 92, 0.12);
}

.dark-copy p,
.dark-copy li {
  color: rgba(246, 241, 232, 0.75);
}

.image-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid rgba(201, 164, 92, 0.28);
  border-radius: 0.95rem;
  background: var(--forest);
  box-shadow: 0 30px 80px rgba(14, 20, 17, 0.16);
}

.image-frame::after {
  content: "";
  position: absolute;
  inset: 1rem;
  border: 1px solid rgba(246, 241, 232, 0.24);
  border-radius: 0.7rem;
  pointer-events: none;
}

.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promise-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.36), rgba(246, 241, 232, 0.92)),
    radial-gradient(circle at 15% 12%, rgba(201, 164, 92, 0.12), transparent 24rem);
}

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

.promise-card {
  min-height: 10rem;
  border: 1px solid rgba(201, 164, 92, 0.26);
  border-radius: 0.8rem;
  padding: 1.35rem;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 22px 60px rgba(14, 20, 17, 0.08);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.promise-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 164, 92, 0.48);
  box-shadow: 0 30px 80px rgba(14, 20, 17, 0.13);
}

.promise-card span {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.promise-card h3 {
  margin-top: 2.1rem;
  color: var(--charcoal);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  line-height: 1.06;
}

.page-content h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: var(--charcoal);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
}

.page-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.55rem;
  color: var(--forest);
  font-weight: 800;
}

.page-content p,
.page-content li {
  color: var(--muted);
  line-height: 1.85;
}

.page-content ul {
  margin: 0.7rem 0 1.4rem;
  padding-left: 1.25rem;
}

.form-field {
  width: 100%;
  border: 1px solid rgba(139, 111, 71, 0.22);
  border-radius: 0.45rem;
  background: rgba(255, 255, 255, 0.82);
  padding: 0.9rem 1rem;
  color: var(--charcoal);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.form-field:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(201, 164, 92, 0.16);
}

.contact-card,
.contact-form-card,
.location-card {
  overflow: hidden;
}

.contact-value {
  color: var(--color-dark);
  font-size: clamp(1.35rem, 3vw, 1.9rem);
  line-height: 1.16;
}

.contact-address {
  color: #6f6557;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.65;
}

.contact-form-card .section-title {
  font-size: clamp(2.15rem, 4.4vw, 4.4rem);
}

.location-address {
  font-size: clamp(1.65rem, 3.8vw, 2.4rem);
  line-height: 1.2;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(14, 20, 17, 0.76);
  backdrop-filter: blur(10px);
}

.modal-backdrop.open {
  display: flex;
}

.modal-panel {
  width: min(72rem, 100%);
  max-height: min(90vh, 58rem);
  overflow: hidden;
  border-radius: 0.75rem;
  background: var(--cream);
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.38);
  opacity: 0;
  transform: translateY(1rem) scale(0.98);
  animation: modalIn 220ms ease forwards;
}

.modal-scroll {
  max-height: min(90vh, 58rem);
  overflow-y: auto;
}

.modal-hero {
  position: relative;
  height: min(44vh, 24rem);
  overflow: hidden;
  background: var(--charcoal);
}

.modal-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 20, 17, 0.1), rgba(14, 20, 17, 0.82));
}

.modal-hero-content {
  position: absolute;
  z-index: 1;
  inset: auto 1.5rem 1.5rem;
  color: var(--white);
}

.close-modal {
  position: absolute;
  z-index: 2;
  top: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--white);
  background: rgba(14, 20, 17, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.footer-link {
  color: rgba(255, 255, 255, 0.68);
  transition: color 180ms ease;
}

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

.reveal {
  opacity: 0;
  transform: translateY(1.6rem);
  transition: opacity 640ms ease, transform 640ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.image-fallback {
  object-fit: cover;
  background: linear-gradient(135deg, #13221b, #8b6f47 48%, #c9a45c);
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid var(--color-border);
  background: rgba(14, 20, 17, 0.9);
  color: var(--color-cream);
  backdrop-filter: blur(18px);
  transition: background 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.site-header.scrolled {
  background: rgba(14, 20, 17, 0.96);
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.24);
}

.nav-wrap {
  width: min(calc(100% - 2.5rem), 80rem);
  min-height: 5.35rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: var(--color-cream);
}

.nav-logo {
  display: block;
  width: auto;
  height: clamp(3.375rem, 5vw, 4rem);
  max-width: min(18rem, 42vw);
  object-fit: contain;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 164, 92, 0.62);
  background: rgba(201, 164, 92, 0.12);
  color: var(--color-gold-soft);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.05rem;
  font-weight: 800;
}

.brand-name {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.25rem;
  line-height: 1;
  color: var(--color-white);
}

.brand-tagline {
  display: block;
  margin-top: 0.18rem;
  color: rgba(246, 241, 232, 0.68);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 2.1rem;
}

.site-header .nav-link {
  color: var(--color-cream);
}

.site-header .nav-link:hover,
.site-header .nav-link.active {
  color: var(--color-gold-soft);
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 164, 92, 0.82);
  background: rgba(201, 164, 92, 0.12);
  color: var(--color-gold-soft);
  padding: 0.75rem 1.25rem;
  font-size: 0.86rem;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.nav-cta:hover {
  transform: translateY(-2px);
  background: var(--color-gold);
  color: var(--color-dark);
}

.mobile-toggle {
  display: none;
  width: 2.85rem;
  height: 2.85rem;
  place-items: center;
  border-radius: 999px;
  border: 1px solid rgba(201, 164, 92, 0.38);
  background: rgba(255, 255, 255, 0.06);
  color: var(--color-cream);
}

.mobile-toggle span {
  display: block;
  width: 1.25rem;
  height: 2px;
  margin: 3px 0;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.mobile-toggle.open span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.mobile-toggle.open span:nth-child(2) {
  opacity: 0;
}

.mobile-toggle.open span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.mobile-nav-link {
  color: var(--color-cream);
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
  color: var(--color-gold-soft);
}

.site-footer {
  color: var(--color-cream);
  background:
    radial-gradient(circle at 15% 10%, rgba(201, 164, 92, 0.14), transparent 28rem),
    linear-gradient(135deg, #0e1411 0%, #101814 54%, #13221b 100%);
}

.footer-inner {
  width: min(calc(100% - 2.5rem), 80rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 0.75fr 0.9fr 1fr;
  gap: 3rem;
  padding: 4.3rem 0;
}

.footer-logo {
  display: inline-flex;
  width: min(13.75rem, 100%);
  padding: 0.35rem;
  border-radius: 0.5rem;
}

.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.footer-brand p,
.footer-contact p {
  color: rgba(246, 241, 232, 0.68);
  line-height: 1.8;
}

.footer-brand p {
  margin-top: 1.15rem;
  max-width: 22rem;
  font-size: 0.94rem;
}

.footer-socials {
  display: flex;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.footer-socials a {
  display: grid;
  place-items: center;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 999px;
  border: 1px solid rgba(201, 164, 92, 0.34);
  color: var(--color-gold-soft);
  font-size: 0.76rem;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.footer-socials a:hover {
  transform: translateY(-2px);
  background: var(--color-gold);
  color: var(--color-dark);
}

.site-footer h3 {
  color: var(--color-gold-soft);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-list {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.25rem;
  font-size: 0.94rem;
}

.footer-bottom {
  width: min(calc(100% - 2.5rem), 80rem);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(201, 164, 92, 0.18);
  padding: 1.15rem 0;
  color: rgba(246, 241, 232, 0.56);
  font-size: 0.78rem;
}

.footer-bottom a {
  color: rgba(246, 241, 232, 0.72);
}

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

.tour-card {
  border: 1px solid rgba(201, 164, 92, 0.24);
  border-radius: 0.8rem;
  background: var(--color-white);
  box-shadow: 0 24px 70px rgba(14, 20, 17, 0.11);
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tour-card:hover {
  transform: translateY(-6px);
  border-color: rgba(201, 164, 92, 0.48);
  box-shadow: 0 34px 90px rgba(14, 20, 17, 0.16);
}

.tour-image {
  position: relative;
  height: 15.75rem;
}

.tour-duration-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-radius: 999px;
  background: var(--color-gold);
  color: var(--color-dark);
  padding: 0.45rem 0.8rem;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
}

.tour-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.45rem;
}

.tour-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.tour-content h3 {
  color: var(--color-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.16;
  min-height: 5.05rem;
}

.tour-content p {
  flex: 1;
  min-height: 7.65rem;
  margin-top: 0.95rem;
  color: #675b4b;
  font-size: 0.93rem;
  line-height: 1.75;
}

.tour-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  align-items: stretch;
  margin-top: 1.3rem;
  width: 100%;
}

#featuredToursGrid,
#allToursGrid {
  scroll-margin-top: 7rem;
}

.btn-read,
.btn-book,
.tour-filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  border-radius: 999px;
  padding: 0.7rem 1rem;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.btn-read,
.btn-book {
  width: 100%;
}

.btn-read {
  border: 1px solid rgba(201, 164, 92, 0.78);
  color: var(--color-deep-green);
  background: transparent;
}

.btn-read:hover {
  transform: translateY(-2px);
  border-color: var(--color-gold);
  color: var(--color-dark);
  background: rgba(201, 164, 92, 0.16);
}

.btn-book {
  color: var(--color-dark);
  background: var(--color-gold);
  box-shadow: 0 12px 26px rgba(201, 164, 92, 0.22);
}

.btn-book:hover {
  transform: translateY(-2px);
  background: var(--color-gold-soft);
}

.tour-filter {
  width: auto;
  flex: 0 0 auto;
  white-space: nowrap;
  border: 1px solid rgba(201, 164, 92, 0.38);
  color: var(--color-deep-green);
  background: rgba(255, 255, 255, 0.56);
}

[aria-label="Tour filters"] {
  position: sticky;
  top: 6.1rem;
  z-index: 10;
  width: fit-content;
  max-width: 100%;
  border: 1px solid rgba(201, 164, 92, 0.22);
  border-radius: 999px;
  padding: 0.45rem;
  background: rgba(246, 241, 232, 0.82);
  box-shadow: 0 18px 50px rgba(14, 20, 17, 0.1);
  backdrop-filter: blur(16px);
}

.tour-filter:hover,
.tour-filter.active {
  transform: translateY(-2px);
  border-color: var(--color-gold);
  color: var(--color-dark);
  background: var(--color-gold);
}

.modal-label {
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.16);
}

.modal-body-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2.5rem;
  padding: 2.5rem;
}

.modal-section {
  margin-top: 2rem;
}

.modal-section h3,
.modal-inclusions h3,
.booking-panel h3 {
  color: var(--color-dark);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.8rem;
}

.modal-section ul,
.modal-inclusions ul {
  display: grid;
  gap: 0.7rem;
  margin-top: 1rem;
  color: #675b4b;
  line-height: 1.7;
}

.modal-inclusions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}

.booking-panel {
  height: fit-content;
  border: 1px solid rgba(201, 164, 92, 0.28);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 24px 70px rgba(14, 20, 17, 0.1);
  padding: 1.5rem;
}

.booking-panel h3 {
  margin-top: 1rem;
}

.booking-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

@keyframes modalIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

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

  .gallery-wide {
    grid-column: span 2;
  }

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

  .tour-content h3,
  .tour-content p {
    min-height: 0;
  }
}

@media (max-width: 1100px) {
  .desktop-nav,
  .nav-cta {
    display: none;
  }

  .nav-wrap {
    position: relative;
  }

  .mobile-toggle {
    display: grid;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 768px) {
  .desktop-nav,
  .nav-cta {
    display: none;
  }

  .mobile-toggle {
    display: grid;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .brand-tagline {
    display: none;
  }

  .nav-logo {
    height: 2.85rem;
    max-width: 13rem;
  }

  .mobile-panel {
    display: grid;
    gap: 1.1rem;
    padding: 0 1.25rem;
    border-top: 1px solid rgba(201, 164, 92, 0.18);
    background: rgba(14, 20, 17, 0.98);
  }

  .mobile-panel.open {
    padding-top: 1rem;
    padding-bottom: 1.25rem;
  }

  .hero {
    min-height: 84svh;
    align-items: end;
    padding: 7.25rem 0 4.6rem;
    background-image:
      linear-gradient(180deg, rgba(14, 20, 17, 0.72), rgba(14, 20, 17, 0.92)),
      var(--hero-image);
  }

  .sub-hero {
    min-height: 56svh;
  }

  .hero h1,
  .sub-hero h1 {
    max-width: min(100%, 8.4ch);
    font-size: clamp(2.45rem, 11vw, 3.35rem);
  }

  .sub-hero h1 {
    max-width: min(100%, 10ch);
  }

  .hero-content::before {
    left: -0.75rem;
  }

  .hero-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.18em;
  }

  .hero-actions .btn-primary,
  .hero-actions .btn-secondary {
    width: 100%;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 3.4rem 0;
  }

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

  .tour-actions {
    grid-template-columns: 1fr;
  }

  .tour-content h3,
  .tour-content p {
    min-height: 0;
  }

  .modal-body-grid,
  .modal-inclusions {
    grid-template-columns: 1fr;
  }

  .modal-body-grid {
    padding: 1.4rem;
  }

  .home-hero {
    min-height: 88svh;
  }

  .contact-section .label {
    padding: 0.3rem 0.62rem;
    font-size: 0.66rem;
  }

  .section-pad {
    padding: 4.4rem 0;
  }

  .media-card {
    min-height: 21rem;
  }

  .tour-image {
    height: 13rem;
  }

  .modal-backdrop {
    padding: 0;
    align-items: stretch;
  }

  .modal-panel {
    max-height: 100vh;
    border-radius: 0;
  }

  .modal-scroll {
    max-height: 100vh;
  }

  [aria-label="Tour filters"] {
    position: relative;
    top: auto;
    width: 100%;
    border-radius: 1rem;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    scrollbar-width: none;
  }

  [aria-label="Tour filters"]::-webkit-scrollbar {
    display: none;
  }

  .tour-filter {
    flex: 0 0 auto;
  }

  .gallery-grid {
    grid-auto-rows: 14rem;
    grid-template-columns: 1fr;
  }

  .gallery-wide,
  .gallery-tall {
    grid-column: span 1;
    grid-row: span 1;
  }

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

  .luxury-panel,
  .about-list,
  .booking-panel {
    border-radius: 0.75rem;
  }

  .contact-section {
    padding-top: 3rem;
    padding-bottom: 3.6rem;
  }

  .contact-layout {
    gap: 1.25rem;
  }

  .contact-info-stack.space-y-5 > * + * {
    margin-top: 0.8rem;
  }

  .contact-card,
  .contact-form-card {
    padding: 1.05rem;
    border-radius: 0.75rem;
  }

  .contact-value {
    margin-top: 0.8rem;
    font-size: clamp(1.12rem, 5.5vw, 1.45rem);
    line-height: 1.2;
  }

  .contact-address {
    margin-top: 0.75rem;
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .contact-form-card .section-title {
    margin-top: 1rem;
    font-size: clamp(2rem, 9vw, 2.55rem);
  }

  .contact-form-card form {
    margin-top: 1.25rem;
    gap: 0.75rem;
  }

  .contact-form-card .form-field {
    min-height: 2.85rem;
    padding: 0.72rem 0.85rem;
    font-size: 0.95rem;
  }

  .contact-form-card textarea.form-field {
    min-height: 7.25rem;
  }

  .contact-location-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .contact-location-section h2 {
    font-size: clamp(2.25rem, 11vw, 3.2rem);
  }

  .location-card {
    min-height: 13rem;
    padding: 1.25rem;
  }

  .location-address {
    font-size: clamp(1.45rem, 7vw, 2rem);
  }

  .image-frame {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 480px) {
  .nav-wrap,
  .footer-inner,
  .footer-bottom {
    width: min(calc(100% - 1.5rem), 80rem);
  }

  .nav-logo {
    height: 2.65rem;
    max-width: 10.5rem;
  }

  .hero {
    padding-bottom: 4rem;
  }

  .hero h1,
  .sub-hero h1 {
    font-size: clamp(2.35rem, 10.4vw, 3.05rem);
  }

  .hero p {
    max-width: 100%;
  }

  .hero-content {
    width: min(100%, 20rem);
  }

  .btn-primary,
  .btn-secondary,
  .btn-dark,
  .btn-ghost,
  .btn-read,
  .btn-book,
  .tour-filter {
    min-height: 2.9rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .media-card {
    min-height: 18rem;
  }

  .testimonial-card blockquote {
    font-size: 2rem;
  }
}

/* Contact page responsive hardening */
.contact-section,
.contact-section *,
.contact-location-section,
.contact-location-section * {
  max-width: 100%;
}

.contact-container {
  width: min(calc(100% - 2rem), 80rem);
  margin-inline: auto;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  width: 100%;
}

.contact-card {
  min-width: 0;
  border-radius: 0.95rem;
  padding: clamp(1.15rem, 2.4vw, 1.65rem);
  background: rgba(255, 255, 255, 0.78);
}

.contact-card-value {
  display: block;
  max-width: 100%;
  margin-top: 0.95rem;
  color: var(--color-dark);
  font-size: clamp(1rem, 4vw, 1.4rem);
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-card .font-serif.contact-card-value {
  font-size: clamp(1.08rem, 2.2vw, 1.65rem);
}

.contact-card .contact-address {
  font-family: "Inter", system-ui, sans-serif;
  color: #6f6557;
  font-size: clamp(0.98rem, 2vw, 1.08rem);
}

.whatsapp-btn {
  width: 100%;
  max-width: 32.5rem;
  margin: 1.25rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal;
}

.contact-form-card {
  width: min(100%, 47.5rem);
  margin: 2rem auto 0;
  padding: clamp(1.25rem, 5vw, 3rem);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(201, 164, 92, 0.18);
  box-shadow: 0 20px 60px rgba(14, 20, 17, 0.08);
}

.contact-form-card form,
.contact-form-card input,
.contact-form-card textarea,
.contact-form-card button {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.contact-form-card .btn-primary {
  width: 100%;
}

.contact-location-section .section-pad,
.location-card {
  max-width: 100%;
}

.footer-contact a,
.footer-contact p {
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 900px) {
  .contact-info-grid {
    grid-template-columns: 1fr;
    gap: 0.9rem;
  }

  .contact-form-card {
    margin-top: 1.25rem;
  }
}

@media (max-width: 768px) {
  .contact-container {
    width: min(calc(100% - 1.5rem), 80rem);
  }

  .contact-card {
    padding: 1rem;
    border-radius: 0.85rem;
  }

  .contact-card-value,
  .contact-card .font-serif.contact-card-value {
    font-size: clamp(1rem, 5vw, 1.28rem);
    line-height: 1.38;
  }

  .contact-form-card {
    padding: 1.1rem;
    border-radius: 0.9rem;
  }

  .contact-form-card .section-title {
    font-size: clamp(1.9rem, 8vw, 2.4rem);
  }
}

@media (max-width: 480px) {
  .nav-wrap {
    width: min(calc(100% - 1.25rem), 80rem);
    gap: 0.75rem;
  }

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

  .nav-logo {
    height: clamp(2.35rem, 10vw, 2.8rem);
    max-width: 7.5rem;
  }

  .mobile-toggle {
    width: 2.5rem;
    height: 2.5rem;
    position: static !important;
    flex: 0 0 auto;
    transform: none !important;
  }

  .contact-container {
    width: min(calc(100% - 1.25rem), 80rem);
  }

  .contact-section {
    padding-top: 2.5rem;
    padding-bottom: 3rem;
  }

  .contact-card {
    padding: 0.95rem;
  }

  .contact-card-value,
  .contact-card .font-serif.contact-card-value {
    font-size: clamp(0.98rem, 4.8vw, 1.16rem);
  }

  .contact-form-card {
    padding: 1rem;
  }

  .contact-form-card form {
    margin-top: 1rem;
  }

  .contact-form-card .form-field {
    padding: 0.72rem 0.82rem;
    font-size: 0.95rem;
  }

  .whatsapp-btn {
    min-height: 3rem;
  padding-inline: 1rem;
  }
}

.whatsapp-float {
  position: fixed;
  right: calc(28px + env(safe-area-inset-right));
  bottom: calc(28px + env(safe-area-inset-bottom));
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.34), transparent 34%),
    linear-gradient(135deg, #2de375 0%, #25d366 46%, #149447 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.18) inset;
  text-decoration: none;
  transition: transform 260ms ease, box-shadow 260ms ease, filter 260ms ease;
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.05);
  filter: saturate(1.05);
  box-shadow:
    0 22px 50px rgba(37, 211, 102, 0.35),
    0 18px 44px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.28) inset;
}

.whatsapp-float svg {
  position: relative;
  z-index: 1;
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  border: 1px solid rgba(37, 211, 102, 0.45);
  animation: whatsappPulse 1.8s infinite;
}

.whatsapp-tooltip {
  position: absolute;
  right: 78px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid rgba(201, 164, 92, 0.25);
  border-radius: 999px;
  background: var(--color-dark, #0e1411);
  color: #fff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
  padding: 0.62rem 0.88rem;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(-4px);
}

@keyframes whatsappPulse {
  0% {
    transform: scale(0.9);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

@media (max-width: 640px) {
  .whatsapp-float {
    right: calc(18px + env(safe-area-inset-right));
    bottom: calc(18px + env(safe-area-inset-bottom));
    width: 56px;
    height: 56px;
  }

  .whatsapp-float svg {
    width: 28px;
    height: 28px;
  }

  .whatsapp-tooltip {
    display: none;
  }
}

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