:root {
  --navy: #0a0a0a;
  --navy-2: #121820;
  --ink: #2a2f38;
  --muted: #6b7280;
  --line: #e5e7eb;
  --paper: #f8f9fb;
  --white: #ffffff;
  --gold: #c5a059;
  --gold-2: #d8b14f;
  --gold-muted: rgba(197, 160, 89, 0.72);
  --shadow: 0 20px 50px rgba(10, 15, 25, 0.12);
  --radius: 12px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

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

body.is-loading {
  background: var(--paper);
}

.container {
  width: min(var(--max), calc(100% - 48px));
  margin-inline: auto;
}

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

.media-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 40;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  width: min(1320px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 10px 12px 10px 18px;
  color: var(--white);
  background: rgba(72, 76, 88, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  backdrop-filter: blur(20px);
  left: 50%;
  transform: translateX(-50%);
}

.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 16px;
  height: 2px;
  margin-inline: auto;
  background: var(--white);
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.mobile-nav-panel {
  position: fixed;
  inset: 72px 16px auto;
  z-index: 39;
  padding: 20px;
  background: rgba(12, 16, 26, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.mobile-nav-panel nav {
  display: grid;
  gap: 4px;
}

.mobile-nav-panel a {
  display: block;
  padding: 14px 16px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.92rem;
  font-weight: 600;
  border-radius: 12px;
}

.mobile-nav-panel a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--gold-2);
}

.mobile-nav-panel a.nav-highlight {
  color: var(--gold-2);
}

.mobile-nav-panel .button.primary {
  margin-top: 8px;
  width: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  line-height: 1;
}

.brand-logo {
  display: block;
  width: auto;
  height: 44px;
  max-width: min(156px, 46vw);
  object-fit: contain;
  object-position: left center;
}

.brand-logo-sm {
  height: 38px;
  max-width: 140px;
}

.brand-mark {
  display: none;
}

.brand-word {
  display: none;
}

.brand-word small {
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0;
}

.desktop-nav {
  display: flex;
  gap: 0;
  justify-self: center;
  justify-content: center;
  min-width: min(520px, 50vw);
  padding: 6px 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  background: rgba(8, 10, 20, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}

.desktop-nav a {
  padding: 6px 14px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.82);
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--gold-2);
}

.desktop-nav a.is-active,
.desktop-nav a[aria-current="page"],
.desktop-nav a.nav-highlight {
  color: var(--gold-2);
}

.mobile-nav-panel a.is-active,
.mobile-nav-panel a[aria-current="page"],
.mobile-nav-panel a.nav-highlight {
  color: var(--gold-2);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  border: 1px solid transparent;
}

.header-cta,
.button.primary {
  color: #071123;
  background: linear-gradient(135deg, #dfb830, #c99f28);
  box-shadow: 0 10px 18px rgba(212, 167, 44, 0.22);
}

.button.ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.08);
}

.section-dark,
.section-light {
  position: relative;
  padding: 84px max(22px, calc((100vw - var(--max)) / 2));
}

.section-dark {
  color: var(--white);
  background: var(--navy);
}

.section-light {
  color: var(--ink);
  background: var(--paper);
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: max(720px, 100vh);
  overflow: hidden;
  padding: 128px max(22px, calc((100vw - 1040px) / 2)) 52px;
  background-color: #0a0f18;
  background-image:
    linear-gradient(180deg, rgba(8, 12, 22, 0.35) 0%, rgba(8, 12, 22, 0.25) 35%, rgba(8, 12, 22, 0.72) 78%, rgba(8, 12, 22, 0.88) 100%),
    url("/assets/hero-background.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero.section-dark {
  padding: 128px max(22px, calc((100vw - 1040px) / 2)) 52px;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 22%, rgba(255, 200, 100, 0.06), transparent 32%),
    linear-gradient(90deg, rgba(8, 12, 22, 0.42) 0%, rgba(8, 12, 22, 0.08) 50%, rgba(8, 12, 22, 0.42) 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  gap: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 860px;
  margin: 0 auto 32px;
  text-align: center;
}

.hero-content h1 {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(2.15rem, 4.8vw, 3.35rem);
  font-weight: 800;
  font-style: normal;
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: #ffffff;
  text-wrap: balance;
}

.hero-content p:not(.eyebrow) {
  width: min(680px, 100%);
  margin: 16px auto 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.92rem, 1.35vw, 1.02rem);
  font-weight: 400;
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

.hero-actions .button.primary {
  min-height: 44px;
  padding-inline: 26px;
  font-size: 0.82rem;
}

.hero-ghost-cta,
.hero-actions .button.ghost {
  min-height: 44px;
  padding-inline: 26px;
  color: #ffffff;
  font-size: 0.82rem;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.52);
  box-shadow: none;
}

.hero-ghost-cta:hover,
.hero-actions .button.ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.72);
}

.hero-trust {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 28px;
  justify-content: center;
  width: 100%;
  max-width: 920px;
  margin: 0 auto 36px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 600;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.hero-trust span::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 4px;
  margin-right: 8px;
  border-bottom: 2px solid var(--gold-2);
  border-left: 2px solid var(--gold-2);
  transform: translateY(-2px) rotate(-45deg);
  flex-shrink: 0;
}

.hero-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: min(780px, 100%);
  margin: 0 auto;
}

.hero-stats article {
  padding: 22px 18px 18px;
  text-align: left;
  background: rgba(12, 16, 28, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  backdrop-filter: blur(16px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.hero-stats strong {
  display: block;
  color: var(--gold-2);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 1.85rem);
  font-weight: 800;
  line-height: 1;
}

.hero-stats span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.68rem;
  font-weight: 500;
  line-height: 1.35;
}

.eyebrow,
.section-kicker,
.mini-label {
  margin: 0 0 9px;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

h1,
h2 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 700;
  line-height: 0.98;
}

h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.6rem, 5.5vw, 4.5rem);
  font-weight: 600;
  font-style: italic;
  line-height: 1.08;
  color: var(--gold-2);
  text-wrap: balance;
}

h2 {
  font-size: clamp(1.85rem, 3.8vw, 3rem);
  font-weight: 600;
  line-height: 1.12;
  text-wrap: balance;
}

h3 {
  margin: 0;
  font-size: 1rem;
}

p {
  line-height: 1.65;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 42px;
  align-items: center;
}

.about {
  padding-top: clamp(64px, 8vw, 96px);
  padding-bottom: clamp(64px, 8vw, 96px);
  background: #f4f5f8;
}

.about-split {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(32px, 4.5vw, 64px);
  align-items: stretch;
}

.about-media {
  min-width: 0;
  align-self: stretch;
  width: 100%;
}

.about-image-frame,
.about-media .image-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(520px, 62vh, 680px);
  overflow: hidden;
  line-height: 0;
  border-radius: 28px;
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
  background: #eef1f5;
}

.about-media .image-frame img,
.about-image-frame img,
#aboutImage {
  display: block;
  width: 100%;
  height: 100%;
  min-height: clamp(520px, 62vh, 680px);
  max-width: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 28px;
}

.about-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  min-width: 0;
}

.about-kicker,
.about-copy .section-kicker {
  margin: 0 0 18px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 4.2vw, 3.35rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: none;
  color: #c9a24e;
}

.about-title {
  margin: 0 0 14px;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  font-weight: 700;
  line-height: 1.15;
}

.about-story {
  max-width: none;
  margin: 0 0 28px;
  color: #5f6775;
  font-size: clamp(0.95rem, 1.05vw, 1.02rem);
  line-height: 1.75;
}

.about .feature-grid.two {
  gap: 12px;
  margin-top: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about .feature-grid article {
  display: flex;
  flex-direction: column;
  min-height: 132px;
  padding: 18px 18px 20px;
  border: 1px solid #e7ebf1;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(21, 35, 57, 0.07);
}

.about .feature-grid h3 {
  margin: 0;
  color: #1f2d42;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.25;
}

.about .feature-grid p {
  max-width: none;
  margin: 8px 0 0;
  color: #6d7786;
  font-size: 0.76rem;
  line-height: 1.5;
}

.icon-dot.hotel {
  border-radius: 4px;
}

.icon-dot.hotel::after {
  inset: 4px 3px 7px;
  border-radius: 2px 2px 0 0;
  border-bottom: 0;
}

.split.compact {
  gap: 64px;
}

.image-frame {
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-frame.tall {
  min-height: 540px;
}

.about .content-card {
  padding: 0;
}

.content-card > p:not(.section-kicker),
.section-heading p:not(.section-kicker) {
  color: var(--muted);
}

.feature-grid {
  display: grid;
  gap: 18px;
}

.feature-grid.two {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 28px;
}

.content-card {
  padding: 36px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

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

.feature-grid article,
.process-grid article,
.why-grid article,
.offer-grid article,
.destination-grid article,
.service-cards article {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 10px 26px rgba(13, 28, 49, 0.08);
}

.feature-grid article {
  padding: 20px;
}

.feature-grid p,
.process-grid p,
.why-grid p,
.offer-grid p,
.destination-grid p,
.service-cards p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.icon-dot {
  display: block;
  position: relative;
  width: 21px;
  height: 21px;
  margin-bottom: 12px;
  border: 2px solid var(--gold);
  background: transparent;
  border-radius: 5px;
}

.icon-dot::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 2px solid var(--gold);
  border-radius: 2px;
}

.icon-dot.map {
  border-radius: 50%;
}

.icon-dot.coach::after {
  inset: auto 4px 3px;
  height: 4px;
}

.icon-dot.support {
  border-radius: 50% 50% 46% 46%;
}

.icon-dot.diamond {
  transform: rotate(45deg);
  border-radius: 3px;
}

.icon-dot.diamond::after {
  display: none;
}

.icon-dot.mice-icon::before,
.icon-dot.mice-icon::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border: 2px solid var(--gold);
  border-radius: 50%;
}

.icon-dot.mice-icon::before {
  left: -6px;
  top: 8px;
}

.icon-dot.mice-icon::after {
  right: -6px;
  top: 8px;
}

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

.section-heading.centered {
  text-align: center;
}

.section-heading h2 {
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
}

.section-dark .section-heading h2 {
  color: var(--white);
}

.mosaic-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 155px;
  gap: 16px;
}

.scotland-wrap {
  width: 100%;
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: clamp(24px, 5vw, 48px);
}

.scotland-heading {
  margin-bottom: clamp(24px, 4vw, 32px);
}

.scotland-heading h2 {
  max-width: 560px;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.78);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.92rem, 1.5vw, 1.02rem);
  font-weight: 400;
  line-height: 1.55;
}

.attractions .scotland-heading .section-kicker {
  margin-bottom: 10px;
  color: #ffffff;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.scotland-attractions-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: minmax(160px, 19vw) minmax(160px, 19vw) auto;
  grid-template-areas:
    "loch kelpies tall"
    "wide wide tall"
    "skye whisky whisky";
  gap: clamp(10px, 1.2vw, 14px);
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  align-items: stretch;
}

.scotland-tile {
  position: relative;
  overflow: hidden;
  margin: 0;
  min-height: 0;
  min-width: 0;
  line-height: 0;
  border-radius: 16px;
  background: transparent;
  box-shadow: none;
}

.scotland-tile-loch { grid-area: loch; }
.scotland-tile-kelpies { grid-area: kelpies; }
.scotland-tile-tall { grid-area: tall; }
.scotland-tile-wide { grid-area: wide; }
.scotland-tile-skye { grid-area: skye; }
.scotland-tile-whisky { grid-area: whisky; }

.scotland-tile img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  border-radius: 16px;
}

.scotland-tile-loch,
.scotland-tile-kelpies,
.scotland-tile-tall,
.scotland-tile-wide,
.scotland-tile-skye,
.scotland-tile-whisky {
  display: grid;
  min-height: 0;
}

.scotland-tile-skye,
.scotland-tile-whisky {
  min-height: clamp(150px, 18vw, 210px);
}

.scotland-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.tile {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
}

.tile.blank {
  background: #f7f8fb;
}

.tile.wide {
  grid-column: span 2;
  grid-row: span 2;
}

.tile.portrait {
  grid-row: span 2;
}

.leaders {
  display: grid;
  gap: 48px;
  padding-top: 72px;
  padding-bottom: 72px;
}

.leaders-heading {
  max-width: 760px;
  margin-bottom: 12px;
}

.leaders-eyebrow {
  margin: 0 0 10px;
  color: #c9a24e;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.leaders-kicker {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.4rem, 4.5vw, 3.5rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.05;
  color: #c9a24e;
}

.leaders-rule {
  display: block;
  width: 42px;
  height: 2px;
  margin: 16px auto 0;
  background: rgba(201, 162, 78, 0.75);
  border-radius: 999px;
}

.leaders-subtitle {
  max-width: 560px;
  margin: 14px auto 0;
  color: #6d7786;
  font-size: 0.95rem;
  line-height: 1.55;
}

.leader-row {
  display: grid;
  grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 42px);
  align-items: center;
  max-width: 920px;
  margin-inline: auto;
}

.leader-row.reverse {
  grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
}

.leader-row.reverse img {
  order: 0;
}

.leader-photo {
  overflow: hidden;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 720 / 560;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.leader-row img,
.leader-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: none;
  object-fit: cover;
  object-position: center center;
  border-radius: 18px;
  box-shadow: none;
  transform: none;
  background: transparent;
}

.leader-copy h3 {
  margin: 0 0 8px;
  color: #1f2d42;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.85rem, 3vw, 2.35rem);
  font-weight: 700;
  line-height: 1.08;
}

.leader-role {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 16px;
  color: #c9a24e;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.leader-role span {
  color: #c9a24e;
  font-weight: 800;
}

.leader-bio,
.leader-copy > p:last-child {
  margin: 0;
  color: #5f6775;
  font-size: 0.92rem;
  line-height: 1.72;
}

.owned-assets {
  padding-top: 44px;
  padding-bottom: 52px;
}

.owned-assets .section-heading {
  max-width: 720px;
  margin-bottom: 22px;
}

.owned-assets .section-heading p:not(.section-kicker) {
  max-width: 660px;
  margin: 12px auto 0;
  line-height: 1.55;
}

.owned-assets .section-heading h2 {
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-style: italic;
  font-size: clamp(2.2rem, 4.2vw, 3.25rem);
  font-weight: 600;
  line-height: 1.05;
}

.owned-assets .section-heading h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: 12px auto 0;
  background: rgba(202, 169, 87, 0.75);
  border-radius: 999px;
}

.owned-assets-card {
  display: grid;
  overflow: hidden;
  max-width: 1240px;
  min-height: 165px;
  margin: 30px auto 0;
  padding: 26px 30px 28px;
  background: linear-gradient(135deg, #071635 0%, #062041 55%, #081b39 100%);
  border: 1px solid rgba(202, 169, 87, 0.12);
  border-radius: 24px;
  box-shadow: 0 22px 50px rgba(9, 18, 35, 0.18);
}

.owned-assets-copy {
  display: grid;
  align-content: start;
  gap: 8px;
  max-width: 620px;
  padding: 0;
  color: var(--white);
}

.owned-assets-copy h3 {
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.95rem, 3vw, 2.5rem);
  font-weight: 800;
}

.owned-assets-copy .mini-label {
  margin-top: 0;
  margin-bottom: 8px;
  color: #d8b65a;
}

.owned-assets-copy p:not(.mini-label) {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
  line-height: 1.55;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.badge-row span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  color: #f2cf71;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  border: 1px solid rgba(202, 169, 87, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.02);
}

.premium-services .section-heading {
  max-width: 820px;
}

.premium-services .section-heading p:not(.section-kicker) {
  max-width: 680px;
  margin: 14px auto 0;
}

.premium-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1240px;
  margin: 34px auto 0;
}

.premium-service-grid article {
  overflow: hidden;
  background: var(--white);
  border: 1px solid #e5e8ee;
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(21, 35, 57, 0.08);
}

.premium-service-grid img {
  display: block;
  width: 100%;
  height: 200px;
  min-height: 200px;
  object-fit: cover;
  object-position: center center;
  border-radius: 18px 18px 0 0;
}

.premium-service-grid div {
  padding: 18px 18px 20px;
}

.premium-service-grid h3 {
  color: #28364a;
  font-size: 1.02rem;
  font-weight: 800;
}

.premium-service-grid p {
  min-height: 66px;
  margin-top: 10px;
  color: #5f6977;
  font-size: 0.88rem;
}

.premium-service-grid a,
.premium-service-grid .learn-more-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 0.25s ease, transform 0.25s ease, gap 0.25s ease;
}

.premium-service-grid a::after,
.premium-service-grid .learn-more-link::after {
  content: "→";
  transition: transform 0.25s ease;
}

.premium-service-grid a:hover,
.premium-service-grid .learn-more-link:hover {
  color: var(--gold-2);
  gap: 10px;
}

.premium-service-grid a:hover::after,
.premium-service-grid .learn-more-link:hover::after {
  transform: translateX(3px);
}

.premium-service-grid article {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease;
}

.premium-service-grid article:hover {
  transform: translateY(-6px);
}

.fit {
  background: #ffffff;
}

.fit-intro {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.fit-intro-kicker {
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 3.9vw, 2.95rem);
  font-style: italic;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.fit-intro-lead {
  max-width: 720px;
  margin: 0 auto;
  color: #404852;
  font-size: clamp(0.98rem, 1.6vw, 1.12rem);
  font-weight: 500;
  line-height: 1.55;
}

.fit-rule {
  display: block;
  width: 34px;
  height: 2px;
  margin: 18px auto 0;
  background: rgba(202, 169, 87, 0.72);
  border-radius: 999px;
}

.fit-panel {
  max-width: 1240px;
  margin: 0 auto;
  padding-inline: 16px;
}

.fit-intro h2 {
  max-width: 720px;
  margin: 0 auto;
  color: #404852;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.98rem, 1.6vw, 1.18rem);
  font-weight: 500;
  line-height: 1.5;
}

.fit-lead {
  max-width: 760px;
  margin: 0 0 28px;
  text-align: left;
}

.fit-lead-kicker {
  margin-bottom: 8px;
  color: #c9a24e;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.fit-lead h3 {
  margin: 0;
  color: #1f2d42;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.85rem, 3.2vw, 2.45rem);
  line-height: 1.12;
  font-weight: 700;
}

.fit-lead p:not(.section-kicker) {
  max-width: 700px;
  margin: 12px 0 0;
  color: #6d7786;
  font-size: 0.92rem;
  line-height: 1.6;
}

.fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.fit-grid article {
  min-height: 148px;
  padding: 18px 18px 16px;
  background: #ffffff;
  border: 1px solid #e6ebf1;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(15, 31, 52, 0.06);
}

.fit-icon {
  display: grid;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  place-items: center;
  color: #b99a52;
  font-size: 0.95rem;
  background: rgba(201, 162, 78, 0.14);
  border-radius: 50%;
}

.fit-icon::before {
  content: none;
}

.fit-grid h3 {
  color: #1f2d42;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.25;
}

.fit-grid p {
  margin: 8px 0 0;
  color: #6d7786;
  font-size: 0.78rem;
  line-height: 1.5;
}

.quote-panel {
  max-width: 980px;
  margin-inline: auto;
  text-align: center;
}

.service-cards,
.featured-grid,
.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 34px;
}

.service-cards article,
.offer-grid article {
  overflow: hidden;
  text-align: left;
}

.service-cards img,
.offer-grid img {
  height: 170px;
}

.service-cards h3,
.service-cards p,
.offer-grid h3,
.offer-grid p {
  padding-inline: 18px;
}

.service-cards h3,
.offer-grid h3 {
  padding-top: 18px;
}

.service-cards p,
.offer-grid p {
  padding-bottom: 20px;
}

.map-panel {
  display: grid;
  min-height: 260px;
  place-items: center;
  margin: 0 auto 28px;
  border-radius: var(--radius);
  background:
    linear-gradient(rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.72)),
    url("https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=1300&q=80");
  background-position: center;
  background-size: cover;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.map-shape {
  padding: 34px 58px;
  color: var(--navy);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 6vw, 5rem);
  font-weight: 700;
  background: rgba(212, 167, 44, 0.32);
  clip-path: polygon(7% 22%, 30% 8%, 46% 20%, 63% 11%, 92% 30%, 78% 69%, 55% 84%, 33% 72%, 12% 88%, 0 56%);
}

.destination-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.destination-grid article {
  overflow: hidden;
}

.destination-grid img {
  display: block;
  width: 100%;
  height: 122px;
  object-fit: cover;
  object-position: center center;
}

.destination-grid h3,
.destination-grid p {
  padding-inline: 14px;
}

.destination-grid h3 {
  padding-top: 12px;
}

.destination-grid p {
  padding-bottom: 14px;
}

.featured-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  max-width: 1240px;
  margin: 0 auto;
}

.packages-featured {
  background: #ffffff;
  padding-top: clamp(72px, 8vw, 96px);
  padding-bottom: clamp(72px, 8vw, 96px);
}

.packages-featured .featured-intro {
  margin-bottom: 12px;
}

.featured-experiences-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 32px auto 0;
  padding: 0 4px;
  width: 100%;
}

.featured-experiences-grid .featured-experience-card:nth-child(1),
.featured-experiences-grid .featured-experience-card:nth-child(2) {
  grid-column: span 3;
}

.featured-experiences-grid .featured-experience-card:nth-child(3),
.featured-experiences-grid .featured-experience-card:nth-child(4),
.featured-experiences-grid .featured-experience-card:nth-child(5) {
  grid-column: span 2;
}

.featured-experience-card.package-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.featured-experience-card {
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  overflow: hidden;
  background: #0f1425;
  box-shadow: 0 16px 40px rgba(15, 20, 37, 0.14);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.featured-experience-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 48px rgba(15, 20, 37, 0.22);
}

.featured-experience-card::after {
  display: none;
}

.featured-card-media {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  line-height: 0;
}

.featured-experiences-grid .featured-experience-card:nth-child(1) .featured-card-media img,
.featured-experiences-grid .featured-experience-card:nth-child(2) .featured-card-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.featured-experiences-grid .featured-experience-card:nth-child(3) .featured-card-media img,
.featured-experiences-grid .featured-experience-card:nth-child(4) .featured-card-media img,
.featured-experiences-grid .featured-experience-card:nth-child(5) .featured-card-media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.featured-country-tag {
  position: static;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 24px;
  margin-bottom: 12px;
  padding: 0 10px;
  border: 1px solid rgba(197, 160, 89, 0.85);
  border-radius: 999px;
  background: transparent;
  color: #c5a059;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.featured-experience-card .featured-card-body {
  flex: 1 1 auto;
  padding: 20px 20px 22px;
  background: #0f1425;
}

.featured-experience-card .featured-card-body h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.4rem, 2.1vw, 1.85rem);
  font-weight: 700;
  line-height: 1.06;
  color: #ffffff;
}

.featured-experience-card .featured-card-body p {
  margin: 10px 0 0;
  color: rgba(176, 176, 176, 0.95);
  font-size: 0.8rem;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.featured-intro-rule {
  display: block;
  width: 56px;
  height: 2px;
  margin: 18px auto 0;
  background: #c5a059;
  border-radius: 999px;
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1240px;
  margin: 28px auto 0;
}

.popular-tours-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  max-width: 1240px;
  margin: 0 auto;
}

.featured-intro {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.featured-kicker {
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.15rem, 4vw, 3.15rem);
  font-style: italic;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.featured-subtitle {
  max-width: 660px;
  margin: 0 auto;
  color: #6c7583;
  font-size: 0.95rem;
  line-height: 1.55;
}

.featured-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #0c1730;
  box-shadow: 0 12px 28px rgba(13, 28, 49, 0.14);
}

.package-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.package-card-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(13, 28, 49, 0.22);
}

.pkg-explore {
  display: inline-block;
  margin-top: 10px;
  color: #d8b14f;
  font-size: 0.82rem;
  font-weight: 700;
}

.featured-wide {
  grid-column: span 3;
}

.featured-card img {
  display: block;
  width: 100%;
  height: 214px;
  object-fit: cover;
}

.featured-card-body {
  padding: 14px 16px 16px;
  color: var(--white);
  background: linear-gradient(180deg, #081025 0%, #0c1428 100%);
}

.featured-card-body span {
  display: inline-flex;
  align-items: center;
  min-height: 18px;
  padding: 0 9px;
  color: #d8b14f;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(216, 177, 79, 0.4);
  border-radius: 999px;
}

.featured-card-body h3 {
  margin-top: 10px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.05;
  color: #ffffff;
}

.featured-card-body p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.72rem;
  line-height: 1.45;
}

.featured-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 -92px 80px rgba(7, 11, 23, 0.68);
}

.featured-card-body,
.featured-card img {
  position: relative;
  z-index: 1;
}

.featured-grid > .featured-card:nth-child(n + 3),
.popular-tours-grid > .featured-card:nth-child(n + 3) {
  grid-column: span 2;
}

.featured-experiences-grid > .featured-card {
  grid-column: auto;
}

.featured-experiences-grid > .featured-card::after {
  display: none;
}

.featured-card:nth-child(3) img,
.featured-card:nth-child(4) img,
.featured-card:nth-child(5) img {
  height: 220px;
}

.mice {
  background: #071124;
}

.mice-panel {
  max-width: 1240px;
  margin: 0 auto;
  padding: 18px 18px 20px;
}

.mice-intro {
  max-width: 760px;
  margin-bottom: 18px;
}

.mice-intro .featured-kicker {
  margin-bottom: 10px;
}

.mice-intro .featured-subtitle {
  color: rgba(255, 255, 255, 0.74);
}

.mice-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) minmax(340px, 0.95fr);
  gap: 22px;
  align-items: start;
}

.mice-list {
  display: grid;
  gap: 12px;
}

.mice-list article {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 74px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
}

.mice-icon {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #caa957;
  background: rgba(202, 169, 87, 0.14);
  border-radius: 8px;
  font-size: 0.78rem;
}

.mice-list h3 {
  color: var(--white);
  font-size: 0.95rem;
  font-weight: 800;
}

.mice-list p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.74rem;
  line-height: 1.45;
}

.mice-visual {
  display: grid;
  gap: 14px;
}

.mice-visual img {
  height: 260px;
  border-radius: 12px;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

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

.mice-stats article {
  padding: 16px 12px 14px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  text-align: center;
}

.mice-stats strong {
  display: block;
  color: #d7b24f;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1;
}

.mice-stats span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  line-height: 1.35;
}

.mice-panel .featured-intro {
  margin-bottom: 18px;
  padding: 0 12px;
}

.mice-panel .featured-kicker {
  color: #d7b24f;
}

.mice-panel .featured-subtitle {
  color: rgba(255, 255, 255, 0.76);
}

.process {
  background: #f7f8fb;
}

.process-panel,
.testimonials-panel {
  max-width: 1240px;
  margin: 0 auto;
}

.process-panel {
  padding: 0 10px;
}

.process-intro {
  max-width: 1200px;
  margin: 0 auto 12px;
  padding: 14px 22px 16px;
}

.process-intro::after {
  content: "";
  display: block;
  width: 34px;
  height: 2px;
  margin: 10px auto 0;
  background: rgba(213, 175, 79, 0.8);
  border-radius: 999px;
}

.process-kicker {
  color: #d5af4f;
  margin-bottom: 8px;
}

.process-subtitle {
  margin: 0;
  color: #596170;
  font-size: 0.92rem;
  line-height: 1.45;
}

.process-body {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 14px 16px;
}

.process-header {
  max-width: 100%;
  padding: 0 2px 18px;
}

.process-eyebrow {
  margin-bottom: 8px;
}

.process-header h2 {
  margin: 0;
  color: #17385e;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(2.35rem, 4.8vw, 3.55rem);
  font-weight: 800;
  line-height: 1.02;
}

.process-header p:not(.section-kicker) {
  max-width: 820px;
  margin: 12px 0 0;
  color: #666f7d;
  font-size: 0.9rem;
  line-height: 1.55;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
  max-width: 100%;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.process-grid article {
  position: relative;
  min-height: 142px;
  padding: 42px 14px 16px;
  background: #ffffff;
  border: 1px solid #eef1f4;
  border-radius: 12px;
  box-shadow: 0 14px 26px rgba(20, 34, 57, 0.08);
  text-align: left;
}

.process-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 1px;
  height: 26px;
  background: rgba(213, 175, 79, 0.45);
}

.process-grid span {
  position: absolute;
  top: -18px;
  left: 50%;
  display: grid;
  width: 40px;
  height: 40px;
  margin: 0;
  place-items: center;
  color: #d5af4f;
  background: #ffffff;
  border: 2px solid #d5af4f;
  border-radius: 50%;
  transform: translateX(-50%);
  font-size: 1.02rem;
  font-weight: 800;
}

.process-grid h3 {
  color: #182f4d;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.2;
}

.process-grid p {
  margin: 8px 0 0;
  color: #66707d;
  font-size: 0.72rem;
  line-height: 1.5;
}

.testimonials {
  color: var(--white);
  background: #071124;
}

.testimonials-panel {
  padding: 18px 0 6px;
}

.testimonials-intro {
  max-width: 760px;
  margin-bottom: 28px;
}

.testimonials-kicker {
  color: #d5af4f;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 3rem);
  font-style: italic;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.testimonials-subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  line-height: 1.5;
}

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

.testimonial-grid article {
  min-height: 174px;
  padding: 18px 18px 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
}

.stars {
  color: #d9b24f;
  letter-spacing: 0.18em;
  font-size: 0.75rem;
}

.quote {
  margin: 14px 0 18px;
  color: rgba(255, 255, 255, 0.82);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.05rem;
  font-style: italic;
  line-height: 1.5;
}

.testimonial-grid h3 {
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 800;
}

.testimonial-grid span {
  display: block;
  margin-top: 4px;
  color: #d5af4f;
  font-size: 0.68rem;
  font-weight: 700;
}

.success-stories {
  background: #f4f5f8;
  padding-top: clamp(64px, 8vw, 92px);
  padding-bottom: clamp(64px, 8vw, 92px);
}

.success-stories-panel {
  max-width: 1240px;
  margin: 0 auto;
  padding-inline: clamp(16px, 3vw, 24px);
}

.success-intro {
  max-width: 720px;
  margin: 0 auto 36px;
  text-align: center;
}

.success-kicker {
  color: #c9a24e;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.2rem, 4.5vw, 3.2rem);
  font-style: italic;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 10px;
}

.success-subtitle {
  margin: 0;
  color: #5f6775;
  font-size: clamp(0.88rem, 1vw, 0.95rem);
  line-height: 1.6;
}

.success-rule {
  display: block;
  width: 44px;
  height: 2px;
  margin: 16px auto 0;
  background: #c9a24e;
  border-radius: 999px;
}

.success-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.success-grid article {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e7ebf1;
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(21, 35, 57, 0.08);
}

.success-grid img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center center;
}

.success-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px 20px 22px;
}

.success-body h3 {
  margin: 0 0 6px;
  color: #1a2d45;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.25;
}

.success-label {
  margin: 14px 0 0;
  color: #c9a24e;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.success-body p:not(.success-label) {
  margin: 5px 0 0;
  color: #667080;
  font-size: 0.8rem;
  line-height: 1.55;
}

.dark-list {
  display: grid;
  gap: 16px;
  margin-top: 30px;
}

.dark-list article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
}

.dark-list span {
  color: var(--gold-2);
  font-weight: 900;
}

.dark-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.mice-card {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
}

.mice-card img {
  height: 390px;
}

.mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 18px;
}

.mini-stats span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.mini-stats strong {
  display: block;
  color: var(--gold-2);
  font-size: 1.1rem;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.process-grid article {
  padding: 24px;
  text-align: center;
}

.process-grid span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  place-items: center;
  color: var(--gold);
  border: 1px solid rgba(212, 167, 44, 0.45);
  border-radius: 50%;
  font-weight: 900;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.why-grid article {
  color: var(--white);
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  padding: 24px;
}

.numbers {
  overflow: hidden;
}

.numbers-bg,
.contact-bg {
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image: url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1600&q=80");
  background-position: center;
  background-size: cover;
}

.numbers {
  position: relative;
  padding-top: 92px;
  padding-bottom: 104px;
  background: #071124;
}

.numbers > *:not(.numbers-bg) {
  position: relative;
  z-index: 1;
}

.numbers-heading {
  max-width: 760px;
  margin: 0 auto 44px;
}

.numbers-kicker {
  color: #d5af4f;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 3rem);
  font-style: italic;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.numbers-subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  line-height: 1.5;
}

.numbers-rule {
  display: block;
  width: 34px;
  height: 2px;
  margin: 14px auto 0;
  background: rgba(213, 175, 79, 0.82);
  border-radius: 999px;
}

.numbers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  max-width: 1240px;
  margin: 0 auto;
}

.numbers-grid article {
  padding: 28px 26px 26px;
  background: rgba(11, 17, 34, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.24);
  text-align: left;
}
.numbers-grid strong {
  display: block;
  color: #d5af4f;
  font-size: clamp(3rem, 5vw, 4.35rem);
  font-weight: 800;
  line-height: 1;
}

.numbers-grid span {
  display: block;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
}

.inline {
  margin-top: 28px;
}

.gallery-dark {
  background: #08111f;
  color: var(--white);
}

.gallery-head {
  max-width: 1120px;
  margin: 0 auto 28px;
  padding-inline: 16px;
  text-align: left;
}

.gallery-head-label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.gallery-head-line {
  display: block;
  width: 28px;
  height: 2px;
  background: rgba(201, 162, 78, 0.85);
  border-radius: 999px;
}

.gallery-kicker {
  margin: 0;
  color: rgba(201, 162, 78, 0.92);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gallery-head h2 {
  margin: 0;
  color: #ffffff;
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  font-weight: 800;
}

.gallery-rule {
  display: none;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: 140px 140px 190px;
  gap: 12px;
  max-width: 1120px;
  margin: 0 auto;
  padding-inline: 16px;
}

.gallery-cell {
  margin: 0;
  min-height: 0;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25);
}

.gallery-cell:nth-child(1) {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.gallery-cell:nth-child(2) {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.gallery-cell:nth-child(3) {
  grid-column: 4;
  grid-row: 1 / span 2;
}

.gallery-cell:nth-child(4) {
  grid-column: 5 / span 2;
  grid-row: 1 / span 2;
}

.gallery-cell:nth-child(5) { grid-column: 1; grid-row: 3; }
.gallery-cell:nth-child(6) { grid-column: 2; grid-row: 3; }
.gallery-cell:nth-child(7) { grid-column: 3; grid-row: 3; }
.gallery-cell:nth-child(8) { grid-column: 4; grid-row: 3; }
.gallery-cell:nth-child(9) { grid-column: 5; grid-row: 3; }
.gallery-cell:nth-child(10) { grid-column: 6; grid-row: 3; }

.gallery-cell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.gallery-cell:first-child {
  aspect-ratio: auto;
}

.gallery-cell-hero {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.gallery-cell-hero img {
  object-position: center center;
}

.blog {
  background: #f7f8fb;
}

.blog-intro {
  max-width: 760px;
  margin: 0 auto 22px;
  text-align: center;
}

.blog-kicker {
  color: #d5af4f;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 3rem);
  font-style: italic;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.blog-subtitle {
  margin: 0;
  color: #687381;
  font-size: 0.92rem;
  line-height: 1.5;
}

.blog-rule {
  display: block;
  width: 34px;
  height: 2px;
  margin: 12px auto 0;
  background: rgba(213, 175, 79, 0.82);
  border-radius: 999px;
}

.blog-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  max-width: 1240px;
  margin: 0 auto 18px;
}

.blog-tab {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 14px;
  color: #6c7481;
  font-size: 0.68rem;
  font-weight: 700;
  background: #ffffff;
  border: 1px solid #e2e6ec;
  border-radius: 999px;
}

.blog-tab.active {
  color: #0e1530;
  background: #d5af4f;
  border-color: #d5af4f;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 1240px;
  margin: 0 auto;
}

.blog-grid article {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e8ebf0;
  border-radius: 16px;
  box-shadow: 0 14px 30px rgba(17, 30, 49, 0.08);
}

.blog-grid img {
  display: block;
  width: calc(100% - 24px);
  height: 120px;
  margin: 12px 12px 0;
  object-fit: cover;
  border-radius: 10px;
}

.blog-grid article div {
  padding: 10px 12px 14px;
}

.blog-tag {
  display: inline-block;
  color: #d5af4f;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-grid h3 {
  margin-top: 8px;
  color: #173458;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.25;
}

.blog-grid p {
  margin: 8px 0 0;
  color: #67727f;
  font-size: 0.74rem;
  line-height: 1.45;
}

.blog-grid a {
  display: inline-flex;
  margin-top: 8px;
  color: #d5af4f;
  font-size: 0.68rem;
  font-weight: 700;
}

.faq {
  background: linear-gradient(180deg, #071123, #0b162a);
}

.faq-intro {
  max-width: 760px;
  margin: 0 auto 22px;
  text-align: center;
}

.faq-kicker {
  color: #d5af4f;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 3rem);
  font-style: italic;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.faq-subtitle {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  line-height: 1.5;
}

.faq-rule {
  display: block;
  width: 34px;
  height: 2px;
  margin: 12px auto 0;
  background: rgba(213, 175, 79, 0.82);
  border-radius: 999px;
}

.accordion {
  display: grid;
  gap: 10px;
  max-width: 1240px;
  margin-inline: auto;
}

details {
  padding: 18px 22px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
}

summary {
  cursor: pointer;
  color: #ffffff;
  font-weight: 800;
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  float: right;
  color: #d5af4f;
  font-size: 1rem;
  font-weight: 800;
}

details[open] summary::after {
  content: "−";
}

details p {
  margin-top: 8px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.86rem;
  line-height: 1.5;
}

.contact {
  overflow: hidden;
  background: linear-gradient(180deg, rgba(7, 17, 35, 0.9), #071123);
}

.contact > *:not(.contact-bg) {
  position: relative;
  z-index: 1;
}

.contact-cta {
  position: relative;
  display: grid;
  min-height: clamp(400px, 52vh, 540px);
  place-items: center;
  padding: clamp(80px, 11vw, 128px) 24px;
  overflow: hidden;
  background: #050a14;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translate3d(0, 36px, 0);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: none;
}

.reveal-delay-1 { transition-delay: 0.08s; }
.reveal-delay-2 { transition-delay: 0.16s; }
.reveal-delay-3 { transition-delay: 0.24s; }

.featured-experience-card,
.featured-card,
.scotland-tile,
.leader-card,
.destination-card,
.gallery-cell {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease, filter 0.4s ease;
}

.featured-experience-card:hover,
.featured-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(8, 12, 22, 0.16);
}

.scotland-tile:hover,
.gallery-cell:hover {
  transform: translateY(-4px) scale(1.01);
  filter: brightness(1.04);
}

.leader-card:hover,
.destination-card:hover {
  transform: translateY(-6px);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal-on-scroll,
  .featured-experience-card,
  .featured-card,
  .scotland-tile,
  .leader-card,
  .destination-card,
  .gallery-cell,
  .premium-service-grid article,
  .premium-service-grid a,
  .premium-service-grid .learn-more-link {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}

.contact-cta .contact-bg {
  opacity: 1;
  background-image:
    linear-gradient(180deg, rgba(5, 10, 20, 0.42) 0%, rgba(5, 10, 20, 0.68) 100%),
    url("/assets/final-cta-castle.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-cta-content {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto;
  padding-inline: 12px;
  text-align: center;
}

.contact-cta-content h2 {
  margin: 0;
  color: #ffffff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.35rem, 5.2vw, 3.75rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0.01em;
  text-wrap: balance;
}

.contact-cta-content p {
  max-width: 720px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-family: Inter, system-ui, sans-serif;
  font-size: clamp(0.92rem, 1.4vw, 1.05rem);
  font-weight: 400;
  line-height: 1.55;
}

.contact-cta .contact-button {
  margin-top: 28px;
  min-height: 46px;
  padding: 0 30px;
  color: #ffffff;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: transparent;
  border: 1.5px solid rgba(213, 175, 79, 0.92);
  box-shadow: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.contact-cta .contact-button:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: #e2bd35;
}

.request-proposal {
  position: relative;
  padding: 92px 18px 118px;
  background: linear-gradient(180deg, #090f1f, #070d1a);
}

.request-proposal-inner {
  width: min(860px, 100%);
  margin: 0 auto;
  text-align: center;
}

.request-proposal-title {
  margin: 0;
  color: var(--gold-2);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-style: italic;
  font-weight: 600;
  line-height: 1.05;
}

.request-proposal-subtitle {
  max-width: 520px;
  margin: 10px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  line-height: 1.5;
}

.request-proposal-rule {
  display: block;
  width: 52px;
  height: 2px;
  margin: 12px auto 0;
  background: var(--gold);
}

.proposal-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
  padding: clamp(18px, 4vw, 28px);
  text-align: left;
  background: rgba(9, 14, 31, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.28);
}

.proposal-form label {
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.proposal-form label.full {
  grid-column: 1 / -1;
}

.proposal-form input,
.proposal-form textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(255, 255, 255, 0.03);
  font: inherit;
  font-size: 0.82rem;
}

.proposal-form input::placeholder,
.proposal-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.36);
}

.proposal-form textarea {
  min-height: 104px;
  resize: vertical;
}

.proposal-button {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 48px;
  margin-top: 4px;
  border: none;
  border-radius: 8px;
  color: #09111f;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
  background: linear-gradient(135deg, #e7bf38, #cfa836);
  box-shadow: 0 12px 24px rgba(207, 168, 54, 0.24);
}

.footer {
  padding: 56px max(22px, calc((100vw - var(--max)) / 2)) 24px;
  background: #060910;
}

.footer.section-dark {
  padding: 56px max(22px, calc((100vw - var(--max)) / 2)) 24px;
  background: #060910;
}

.footer-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(220px, 1.55fr) repeat(3, minmax(88px, 1fr)) minmax(190px, 1.12fr);
  gap: clamp(22px, 3.2vw, 38px);
  align-items: start;
}

.footer-brand-block {
  min-width: 0;
}

.footer-brand-title {
  margin: 0 0 10px;
  color: #ffffff;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.footer-brand-block > p:first-of-type {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  line-height: 1.65;
  max-width: 34ch;
}

.footer-brand-block p,
.footer-contact-block p,
.footer-col a {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  line-height: 1.65;
}

.footer-brand-legal {
  margin-top: 12px !important;
  color: rgba(255, 255, 255, 0.42) !important;
  font-size: 0.74rem !important;
  line-height: 1.55 !important;
  max-width: 36ch;
}

.footer-columns {
  display: contents;
}

.footer-col,
.footer-contact-block {
  min-width: 0;
}

.footer-col h3,
.footer-contact-block h3,
.footer-newsletter h3 {
  margin: 0 0 12px;
  color: #c9a24e;
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-col a {
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-col a:hover {
  color: #ffffff;
}

.footer-contact-block p {
  margin: 0 0 4px;
}

.footer-newsletter {
  margin-top: 24px;
  padding-top: 0;
  border: 0;
}

.footer-newsletter .newsletter-form {
  display: flex;
  gap: 0;
  max-width: 100%;
  width: 100%;
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
}

.footer-newsletter input {
  flex: 1;
  min-width: 0;
  padding: 11px 14px;
  color: #ffffff;
  font-size: 0.82rem;
  background: transparent;
  border: 0;
  outline: none;
}

.footer-newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.38);
}

.footer-newsletter button {
  flex-shrink: 0;
  padding: 0 16px;
  color: #111;
  font-size: 0.76rem;
  font-weight: 800;
  background: linear-gradient(135deg, #e7bf38, #cfa836);
  border: 0;
  cursor: pointer;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 36px;
  padding-top: 0;
  border-top: 0;
}

.footer-bottom .copyright {
  margin: 0;
  padding: 0;
  border: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.78rem;
}

.footer-policy-links {
  display: none;
}

.footer-social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}

.footer-social-row a {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #ffffff;
  background: transparent;
  border: 0;
  border-radius: 0;
  transition: opacity 0.2s ease;
}

.footer-social-row a:hover {
  opacity: 0.75;
}

.footer-social-row a svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.chat-bubble {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, #7b35bf, #a44fd8);
  border: 4px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.24);
  font-weight: 900;
}

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

  .nav-toggle {
    display: flex;
    justify-self: end;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    padding: 10px 14px 10px 18px;
  }

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

  .about-media {
    order: -1;
  }

  .about-image-frame,
  .about-media .image-frame {
    border-radius: 24px;
  }

  .about-media .image-frame img,
  .about-image-frame img,
  #aboutImage {
    border-radius: 24px;
    min-height: 460px;
  }

  .about-image-frame,
  .about-media .image-frame {
    min-height: 460px;
  }

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

  .section-dark,
  .section-light {
    padding: 64px 18px;
  }

  .hero {
    min-height: max(640px, 100svh);
    padding-top: 100px;
    padding-bottom: 32px;
  }

  .hero-trust {
    gap: 10px 18px;
    margin-bottom: 28px;
  }

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

  .feature-grid.two,
  .feature-grid.four,
  .featured-grid,
  .fit-grid,
  .premium-service-grid,
  .service-cards,
  .destination-grid,
  .process-grid,
  .testimonial-grid,
  .offer-grid,
  .footer-grid,
  .contact-form,
  .proposal-form,
  .split,
  .leader-row,
  .leader-row.reverse {
    grid-template-columns: 1fr;
  }

  .package-grid,
  .popular-tours-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .leader-row.reverse img {
    order: 0;
  }

  .mosaic-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 135px;
  }

  .scotland-attractions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "loch kelpies"
      "tall tall"
      "wide wide"
      "skye whisky";
    gap: 10px;
    max-width: 100%;
  }

  .scotland-tile-loch,
  .scotland-tile-kelpies,
  .scotland-tile-tall,
  .scotland-tile-wide,
  .scotland-tile-skye,
  .scotland-tile-whisky {
    grid-column: auto;
    grid-row: auto;
  }

  .scotland-tile-tall img {
    aspect-ratio: 987 / 1024;
    height: auto;
    min-height: 0;
  }

  .featured-wide,
  .featured-grid > .featured-card:nth-child(n + 3),
  .popular-tours-grid > .featured-card:nth-child(n + 3) {
    grid-column: span 1;
  }

  .featured-card img,
  .featured-card:nth-child(3) img,
  .featured-card:nth-child(4) img,
  .featured-card:nth-child(5) img {
    height: 200px;
  }

  .featured-card-body h3 {
    font-size: 1.55rem;
  }

  .mice-layout {
    grid-template-columns: 1fr;
  }

  .mice-visual img {
    height: 240px;
  }

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

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

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

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

  .success-grid article:last-child {
    grid-column: 1 / -1;
    max-width: 520px;
    margin-inline: auto;
    width: 100%;
  }

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

  .proposal-form {
    padding: 22px;
  }

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

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: 160px;
  }

  .gallery-cell:nth-child(1),
  .gallery-cell:nth-child(2),
  .gallery-cell:nth-child(3),
  .gallery-cell:nth-child(4),
  .gallery-cell:nth-child(5),
  .gallery-cell:nth-child(6),
  .gallery-cell:nth-child(7),
  .gallery-cell:nth-child(8),
  .gallery-cell:nth-child(9),
  .gallery-cell:nth-child(10) {
    grid-column: auto;
    grid-row: auto;
  }

  .gallery-cell:nth-child(1) {
    grid-column: span 2;
    min-height: 200px;
  }

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

  .fit-lead {
    text-align: left;
  }

  .leader-row,
  .leader-row.reverse {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .leader-photo {
    max-width: 260px;
    margin-inline: auto;
  }

  .owned-assets-card {
    padding: 24px 22px 26px;
  }

  .premium-service-grid {
    grid-template-columns: 1fr;
  }

  .tile.wide,
  .tile.portrait {
    grid-column: span 1;
    grid-row: span 1;
  }

  .content-card,
  .content-card {
    padding: 22px;
  }

  .image-frame.tall {
    min-height: 360px;
  }
}

@media (max-width: 560px) {
  .site-header {
    width: calc(100% - 18px);
    padding: 8px 10px;
  }

  .brand span:last-child {
    max-width: 126px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .header-cta {
    min-height: 34px;
    padding-inline: 12px;
    font-size: 0.72rem;
  }

  .hero {
    min-height: 660px;
  }

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

  .hero-content {
    margin-bottom: 34px;
  }

  .map-shape {
    padding: 26px 34px;
  }

  .mini-stats {
    grid-template-columns: 1fr;
  }

  .mice-panel {
    padding: 14px;
  }

  .mice-panel .featured-intro {
    padding: 0 8px;
  }

  .mice-list article {
    min-height: 68px;
    padding: 12px 14px;
  }

  .mice-stats {
    grid-template-columns: 1fr;
  }

  .process-intro {
    padding: 12px 14px 14px;
  }

  .process-header h2 {
    font-size: 2rem;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .process-grid article {
    min-height: 0;
  }

  .testimonials-panel {
    padding-top: 12px;
  }

  .testimonial-grid article {
    min-height: 0;
  }

  .success-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .success-grid article:last-child {
    grid-column: auto;
    max-width: none;
  }

  .success-grid img {
    aspect-ratio: 16 / 10;
    height: auto;
  }

  .numbers-grid article {
    padding: 24px 22px 22px;
  }

  .fit-grid article {
    min-height: 118px;
  }

  .owned-assets-copy {
    gap: 6px;
  }

  .badge-row {
    gap: 8px;
  }

  .badge-row span {
    font-size: 0.68rem;
  }

  .premium-service-grid img {
    height: 180px;
  }

  .featured-intro {
    margin-bottom: 20px;
  }

  .featured-subtitle {
    font-size: 0.9rem;
  }

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

  .package-grid,
  .popular-tours-grid {
    grid-template-columns: 1fr;
  }

  .scotland-attractions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas:
      "loch kelpies"
      "tall tall"
      "wide wide"
      "skye whisky";
    gap: 10px;
  }

  .scotland-tile-tall img {
    aspect-ratio: 987 / 1024;
    height: auto;
    min-height: 0;
  }

  .featured-card,
  .featured-wide,
  .featured-card:nth-child(n + 3) {
    grid-column: auto;
  }

  .featured-card img,
  .featured-card:nth-child(3) img,
  .featured-card:nth-child(4) img,
  .featured-card:nth-child(5) img {
    height: 210px;
  }

  .fit-intro {
    margin-bottom: 22px;
  }

  .fit-lead h3 {
    font-size: 1.8rem;
  }

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

  .numbers {
    padding-top: 72px;
    padding-bottom: 82px;
  }

  .numbers-heading {
    margin-bottom: 28px;
  }

  .numbers-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .contact-cta {
    min-height: 360px;
    padding: 72px 20px;
  }

  .contact-cta-content h2 {
    font-size: clamp(1.85rem, 7vw, 2.35rem);
    line-height: 1.15;
  }

  .contact-cta-content p {
    font-size: 0.88rem;
    margin-top: 14px;
  }

  .contact-cta .contact-button {
    margin-top: 22px;
    min-height: 44px;
    padding-inline: 24px;
  }

  .proposal-form {
    grid-template-columns: 1fr;
  }

  .proposal-button {
    width: 100%;
  }

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

  .about-kicker,
  .about-copy .section-kicker {
    font-size: clamp(2rem, 8vw, 2.6rem);
  }

  .about-image-frame,
  .about-media .image-frame {
    border-radius: 20px;
  }

  .about-media .image-frame img,
  .about-image-frame img,
  #aboutImage {
    border-radius: 20px;
  }

  .gallery-grid {
    columns: 1;
    column-gap: 10px;
  }

  .gallery-cell {
    margin-bottom: 10px;
  }

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

  .blog-grid img {
    width: calc(100% - 20px);
    height: 150px;
    margin: 10px 10px 0;
  }
}

.about-stats {
  margin-top: 24px;
}

.mission-vision .mission-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px 48px;
}

.mission-card {
  padding: 28px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.mission-icon {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 1.6rem;
}

.team-socials {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.team-socials a {
  color: #b8922e;
  font-size: 0.85rem;
  font-weight: 600;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto 24px;
  padding: 0 24px;
}

.contact-info-grid article {
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
}

.contact-info-grid h3 {
  margin: 0 0 8px;
  font-size: 0.95rem;
}

.contact-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding-bottom: 32px;
}

.contact-socials a {
  padding: 8px 14px;
  color: #1a1d24;
  background: rgba(213, 175, 79, 0.2);
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
}

.contact-map {
  padding: 0 24px 48px;
}

.contact-map iframe {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  border: 0;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .mission-vision .mission-grid {
    grid-template-columns: 1fr;
  }
}

#footerNavCols {
  display: contents;
}

@media (max-width: 900px) {
  .footer-top {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

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

  .footer-social-row {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .footer-columns {
    grid-template-columns: 1fr;
  }
}

.packages .featured-intro {
  margin-bottom: 8px;
}

.packages-hero {
  position: relative;
  min-height: 280px;
  margin-bottom: 28px;
  border-radius: 18px;
  overflow: hidden;
}

.packages-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.packages-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 15, 33, 0.35), rgba(8, 15, 33, 0.82));
}

.packages-hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto;
  padding: 64px 24px 48px;
  text-align: center;
  color: #fff;
}

.packages-search-wrap {
  margin-top: 18px;
}

.packages-search-wrap input,
.blog-search-wrap input {
  width: min(520px, 100%);
  min-height: 46px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.blog-search-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.blog-search-wrap input {
  color: #1a1d24;
  background: #fff;
  border-color: rgba(15, 23, 42, 0.12);
}

.package-tabs,
.blog-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 24px;
}

.package-tab,
.blog-tab {
  min-height: 36px;
  padding: 0 16px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 999px;
  background: #fff;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 600;
}

.package-tab.active,
.blog-tab.active {
  color: #1a1d24;
  background: rgba(213, 175, 79, 0.28);
  border-color: rgba(213, 175, 79, 0.55);
}

.packages-results-count {
  text-align: center;
  color: rgba(15, 23, 42, 0.62);
  margin-bottom: 16px;
}

.packages-cta {
  margin-top: 36px;
  padding: 36px 28px;
  text-align: center;
  border-radius: 18px;
  background: rgba(11, 17, 34, 0.92);
  color: #fff;
}

.packages-cta.gradient-dark {
  background: linear-gradient(135deg, rgba(11, 17, 34, 0.96), rgba(24, 36, 64, 0.92));
}

.packages-cta.gold-accent {
  background: linear-gradient(135deg, rgba(213, 175, 79, 0.18), rgba(255, 255, 255, 0.96));
  color: #1a1d24;
}

.blog-page-title {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.blog-description {
  max-width: 720px;
  margin: 0 auto 12px;
  color: rgba(15, 23, 42, 0.68);
}

.blog-meta {
  font-size: 0.78rem;
  color: rgba(15, 23, 42, 0.55);
}

.pkg-duration,
.pkg-price {
  display: block;
  margin-top: 8px;
}

.hero-content .eyebrow {
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.88);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.hero-content h1 + p,
.hero-content p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.88);
}

.centered,
.fit-intro.centered,
.featured-intro.centered,
.process-intro.centered,
.blog-intro.centered,
.faq-intro.centered,
.success-intro.centered {
  text-align: center;
  margin-inline: auto;
}

.leaders {
  display: grid;
  gap: 48px;
}

.leaders .section-heading {
  margin-bottom: 0;
}

#teamGrid {
  display: grid;
  gap: 48px;
  max-width: 920px;
  margin-inline: auto;
  padding-inline: 16px;
}

.process-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 32px;
}

.process-header h2 {
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--ink);
}

.premium-service-grid article img {
  aspect-ratio: 16 / 10;
  border-radius: 12px 12px 0 0;
}

.section-dark .section-kicker,
.section-light .section-kicker {
  color: var(--gold);
}

.fit-rule,
.numbers-rule,
.blog-rule,
.faq-rule,
.gallery-rule {
  display: block;
  width: 40px;
  height: 2px;
  margin: 16px auto 0;
  background: var(--gold-muted);
  border-radius: 999px;
}

body.nav-open {
  overflow: hidden;
}

.packages-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 32px 16px;
  color: rgba(15, 23, 42, 0.62);
}

/* ── Responsive polish: tablet + mobile ── */
@media (max-width: 900px) {
  .container {
    width: min(var(--max), calc(100% - 32px));
  }

  .package-grid,
  .popular-tours-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .hero-content p:not(.eyebrow) {
    font-size: 0.95rem;
    padding-inline: 4px;
  }

  .hero-actions {
    width: 100%;
    padding-inline: 4px;
  }

  .hero-actions .button {
    flex: 1 1 180px;
    min-height: 44px;
  }

  .destination-grid article img,
  .premium-service-grid article img,
  .success-grid img,
  .scotland-tile img,
  .gallery-cell img,
  .blog-grid article img,
  .featured-card img,
  .media-cover {
    width: 100%;
    object-fit: cover;
  }

  .destination-grid article img {
    height: 122px;
  }
}

@media (min-width: 901px) {
  .featured-experiences-grid {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }

  .featured-experiences-grid .featured-experience-card:nth-child(1),
  .featured-experiences-grid .featured-experience-card:nth-child(2) {
    grid-column: span 3 !important;
  }

  .featured-experiences-grid .featured-experience-card:nth-child(3),
  .featured-experiences-grid .featured-experience-card:nth-child(4),
  .featured-experiences-grid .featured-experience-card:nth-child(5) {
    grid-column: span 2 !important;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(var(--max), calc(100% - 24px));
  }

  .brand-logo {
    height: 38px;
    max-width: min(132px, 42vw);
  }

  .site-header {
    width: calc(100% - 16px);
    padding: 8px 12px;
  }

  .section-dark,
  .section-light {
    padding: 56px 16px;
  }

  .hero {
    min-height: max(580px, 100svh);
    padding-top: 96px;
    padding-bottom: 28px;
  }

  .hero-content h1 {
    font-size: clamp(1.75rem, 7.5vw, 2.15rem);
  }

  .hero-trust {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 0.68rem;
  }

  .hero-stats {
    gap: 8px;
  }

  .hero-stats article {
    padding: 14px 12px;
  }

  .hero-actions .button {
    flex: 1 1 100%;
    width: 100%;
    max-width: 280px;
  }

  .featured-experiences-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
    margin-top: 20px;
  }

  .featured-experiences-grid .featured-experience-card,
  .featured-experiences-grid .featured-experience-card:nth-child(n) {
    grid-column: span 1 !important;
  }

  .featured-experience-card .featured-card-media img {
    aspect-ratio: 16 / 10 !important;
    min-height: 0;
    max-height: none;
    border-radius: 0;
  }

  .featured-experience-card .featured-card-body {
    padding: 14px 16px 16px;
  }

  .featured-experience-card .featured-card-body h3 {
    font-size: 1.35rem;
  }

  .package-grid,
  .popular-tours-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .featured-card:not(.package-card-link) img {
    height: 190px;
    aspect-ratio: 16 / 10;
  }

  .about-split {
    gap: 24px;
  }

  .about .feature-grid.two {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .destination-grid,
  .premium-service-grid,
  .blog-grid,
  .contact-form,
  .footer-grid {
    grid-template-columns: 1fr !important;
  }

  .scotland-attractions-grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "loch"
      "kelpies"
      "tall"
      "wide"
      "skye"
      "whisky";
  }

  .scotland-tile-tall img {
    aspect-ratio: 987 / 1024;
    height: auto;
    min-height: 0;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 180px;
  }

  .gallery-cell:nth-child(1) {
    grid-column: auto;
  }

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

  .about-image-frame,
  .about-media .image-frame,
  .about-media .image-frame img,
  .about-image-frame img,
  #aboutImage {
    min-height: 420px;
  }

  .proposal-form,
  .contact-form {
    padding: 18px 16px;
  }

  .button,
  .header-cta {
    min-height: 44px;
    font-size: 0.8rem;
  }

  .mobile-nav-panel .button.primary {
    min-height: 46px;
  }

  .chat-bubble {
    width: 52px;
    height: 52px;
    right: 16px;
    bottom: 16px;
  }

  .packages-hero {
    min-height: 220px;
    margin-bottom: 20px;
    border-radius: 14px;
  }

  .packages-hero-content {
    padding: 52px 16px 40px;
  }

  .packages-search-wrap input,
  .blog-search-wrap input {
    width: 100%;
    min-height: 44px;
  }
}

@media (max-width: 400px) {
  .featured-experience-card .featured-card-body h3 {
    font-size: 1.22rem;
  }

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

  .packages-hero-content {
    padding: 48px 16px 36px;
  }
}
