
:root {
  --ink: #092c4d;
  --ink-soft: #596874;
  --green: #0b3b62;
  --green-dark: #062844;
  --lime: #f2aa2b;
  --gold-deep: #a85f00;
  --sand: #f6efe4;
  --paper: #fffdf8;
  --line: rgba(9, 44, 77, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
}

body.admin-bar .site-header {
  top: 32px;
}

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

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  width: min(100% - 64px, 1440px);
  margin: 0 auto;
  padding: 24px 0;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: max-content;
}

.brand-mark {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.82),
    0 8px 24px rgba(3, 29, 50, 0.22);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-family: Georgia, serif;
  font-size: 21px;
  font-weight: 500;
}

.brand small {
  margin-top: 2px;
  font-size: 9px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  opacity: 0.76;
}

.main-nav {
  display: flex;
  gap: 30px;
  font-size: 13px;
}

.main-nav a,
.header-cta {
  transition: opacity 160ms ease;
}

.main-nav a:hover,
.header-cta:hover {
  opacity: 0.68;
}

.header-cta {
  justify-self: end;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 700;
}

.hero {
  position: relative;
  min-height: 850px;
  height: 100vh;
  max-height: 1040px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: white;
}

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

.hero-media {
  background-image: url("../media/highlands-sunrise.jpg");
  background-position: center 52%;
  background-size: cover;
  transform: scale(1.01);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(4, 28, 49, 0.88) 0%, rgba(4, 28, 49, 0.52) 45%, rgba(4, 28, 49, 0.1) 78%),
    linear-gradient(0deg, rgba(4, 28, 49, 0.5) 0%, transparent 48%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100% - 64px, 1440px);
  margin: 40px auto 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow.light {
  color: var(--lime);
}

.hero h1,
.section h2,
.journey-card h2,
.contact-strip h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(62px, 7.4vw, 116px);
  line-height: 0.92;
}

h1 em,
h2 em {
  color: var(--lime);
  font-weight: 400;
}

.hero-copy {
  max-width: 650px;
  margin: 30px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  transition: transform 170ms ease, background-color 170ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--lime);
  color: var(--ink);
}

.button-primary:hover {
  background: #ffc35a;
}

.button-dark {
  background: var(--ink);
  color: white;
}

.button-white {
  background: white;
  color: var(--green-dark);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid currentColor;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.light-link {
  color: white;
}

.hero-trust {
  position: absolute;
  z-index: 2;
  right: max(32px, calc((100% - 1440px) / 2));
  bottom: 34px;
  display: flex;
  gap: 26px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 11px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hero-trust span::before {
  content: "✓";
  margin-right: 7px;
  color: var(--lime);
}

.section {
  width: min(100% - 64px, 1260px);
  margin: 0 auto;
  padding: 132px 0;
}

.intro {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 90px;
  align-items: start;
}

.section h2 {
  font-size: clamp(44px, 4.6vw, 72px);
  line-height: 1.06;
}

.section h2 em {
  color: var(--green);
}

.intro-heading {
  position: sticky;
  top: 40px;
}

.intro-profile {
  display: grid;
  grid-template-columns: minmax(210px, 0.78fr) 1fr;
  gap: 42px;
  align-items: center;
}

.portrait-frame {
  position: relative;
  min-height: 570px;
  margin: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 58% 26%, rgba(242, 170, 43, 0.32), transparent 26%),
    linear-gradient(145deg, #edf2ec 0%, #c8d9d2 46%, #0b3b62 100%);
}

.portrait-frame img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  object-position: center top;
  filter: drop-shadow(0 20px 24px rgba(4, 28, 49, 0.24));
}

.portrait-frame figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 16px 18px;
  background: rgba(255, 253, 248, 0.92);
  backdrop-filter: blur(10px);
}

.portrait-frame strong,
.portrait-frame span {
  display: block;
}

.portrait-frame strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  font-weight: 400;
}

.portrait-frame span {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.intro-copy {
  padding-top: 0;
}

.intro-copy p,
.journey-card p {
  margin: 0 0 20px;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.85;
}

.intro-copy .text-link {
  margin-top: 16px;
}

.video-note {
  display: inline-flex;
  align-items: center;
  margin: 4px 0 24px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.video-story {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(380px, 0.65fr);
  min-height: 0;
  margin: 0 54px 54px;
  background: var(--green-dark);
  color: white;
}

.video-frame {
  display: grid;
  place-items: start stretch;
  min-width: 0;
  padding: 0;
  background: transparent;
}

.video-player {
  position: relative;
  width: 100%;
}

.video-player video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 620px;
  background: #020d16;
  object-fit: cover;
}

.video-player video:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

.video-sound-toggle {
  position: absolute;
  right: 12px;
  top: 12px;
  display: grid;
  place-items: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(3, 29, 50, 0.48);
  color: white;
  font: inherit;
  cursor: pointer;
  opacity: 0.72;
  backdrop-filter: blur(5px);
  transition: opacity 160ms ease, background-color 160ms ease;
}

.video-sound-toggle:hover,
.video-sound-toggle:focus-visible {
  background: rgba(3, 29, 50, 0.78);
  opacity: 1;
  outline: 2px solid rgba(255, 255, 255, 0.72);
  outline-offset: 2px;
}

.sound-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sound-icon path:not(:first-child) {
  fill: none;
}

.sound-on-stroke {
  display: none;
}

.video-sound-toggle.is-sound-on .sound-muted-stroke {
  display: none;
}

.video-sound-toggle.is-sound-on .sound-on-stroke {
  display: block;
}

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

.video-copy {
  align-self: center;
  padding: 24px 50px;
}

.video-copy h2 {
  margin: 0 0 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 3.7vw, 54px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.video-copy > p:not(.eyebrow):not(.video-note) {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  line-height: 1.8;
}

.journey-preview {
  position: relative;
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  min-height: 760px;
  background: var(--sand);
}

.journey-image {
  min-height: 670px;
  margin: 54px 0 54px 54px;
  background-image: url("../media/palm-fields.jpg");
  background-position: center 58%;
  background-size: cover;
  border-radius: 2px;
}

.journey-card {
  align-self: center;
  max-width: 520px;
  margin: 70px 70px 70px -42px;
  padding: 64px;
  background: var(--paper);
  box-shadow: 0 30px 90px rgba(32, 53, 45, 0.12);
}

.journey-card h2 {
  margin-bottom: 24px;
  font-size: clamp(42px, 4vw, 62px);
  line-height: 1.02;
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 30px 0;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
  color: var(--ink);
  font-size: 13px;
}

.check-list li::before {
  content: "✓";
  margin-right: 12px;
  color: var(--green);
  font-weight: 900;
}

.contact-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  padding: 80px max(32px, calc((100% - 1260px) / 2));
  background: var(--green);
  color: white;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr 0.66fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 58px;
}

.section-heading > p {
  max-width: 520px;
  margin: 0 0 6px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.8;
}

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

.map-section {
  padding: 118px max(32px, calc((100% - 1260px) / 2));
  background: var(--green-dark);
  color: white;
}

.map-section-heading {
  display: grid;
  grid-template-columns: 1fr 0.68fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 62px;
}

.map-section-heading h2,
.gallery-heading h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 4.6vw, 72px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.map-section-heading h2 em {
  color: var(--lime);
  font-weight: 400;
}

.map-section-heading > p {
  max-width: 520px;
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.8;
}

.tour-map-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  gap: 24px;
  align-items: stretch;
}

.tour-map {
  position: relative;
  min-width: 0;
  aspect-ratio: 520 / 740;
  max-height: 780px;
  overflow: hidden;
  background:
    radial-gradient(circle at 22% 20%, rgba(242, 170, 43, 0.11), transparent 25%),
    linear-gradient(145deg, #0a3d65 0%, #062844 70%);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.tour-map::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}

.tour-map-svg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.map-island-shadow {
  fill: rgba(0, 0, 0, 0.2);
  transform: translate(8px, 10px);
}

.map-island {
  fill: url("#island-fill");
  stroke: rgba(255, 255, 255, 0.66);
  stroke-width: 1.5;
}

.map-marker {
  position: absolute;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: translate(-50%, -50%);
  border: 2px solid #fff4d2;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  box-shadow: 0 6px 18px rgba(2, 19, 32, 0.32);
  cursor: pointer;
  font: 800 10px/1 Arial, sans-serif;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.map-marker:hover,
.map-marker:focus-visible,
.map-marker.is-active {
  z-index: 5;
  transform: translate(-50%, -50%) scale(1.18);
  background: #ffc34a;
  box-shadow: 0 0 0 6px rgba(242, 170, 43, 0.22), 0 8px 22px rgba(2, 19, 32, 0.38);
}

.map-marker.is-photo {
  border-color: #fff4d2;
  background: var(--lime);
  color: var(--ink);
}

.map-marker.is-photo.is-active {
  box-shadow: 0 0 0 7px rgba(242, 170, 43, 0.22), 0 8px 22px rgba(2, 19, 32, 0.38);
}

.map-source {
  position: absolute;
  right: 14px;
  bottom: 12px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 9px;
}

.map-detail {
  display: grid;
  grid-template-rows: minmax(310px, 0.95fr) auto;
  min-width: 0;
  margin: 0;
  background: var(--paper);
  color: var(--ink);
}

.map-detail-image {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  background: var(--sand);
}

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

.map-detail-image > span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--lime);
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
}

.map-detail-copy {
  padding: 42px 42px 38px;
}

.map-detail-copy h3 {
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3vw, 46px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.map-detail-copy > p:not(.eyebrow) {
  margin: 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.75;
}

.map-detail-meta {
  display: grid;
  gap: 13px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 11px;
}

.map-detail-meta > span {
  color: var(--ink-soft);
}

.map-detail-meta a {
  width: max-content;
  color: var(--green);
  font-weight: 800;
  border-bottom: 1px solid currentColor;
}

.gallery-heading {
  display: grid;
  grid-template-columns: 1fr 0.66fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 58px;
}

.gallery-heading h2 em {
  color: var(--green);
  font-weight: 400;
}

.gallery-heading > p {
  max-width: 520px;
  margin: 0 0 6px;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.8;
}

.travel-gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-flow: dense;
  grid-auto-rows: 250px;
  gap: 14px;
}

.gallery-item {
  position: relative;
  grid-column: span 4;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: var(--sand);
}

.gallery-item.gallery-wide {
  grid-column: span 8;
}

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

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.gallery-item:hover img {
  transform: scale(1.035);
}

.gallery-item::after {
  content: "";
  position: absolute;
  inset: 48% 0 0;
  background: linear-gradient(0deg, rgba(4, 28, 49, 0.78), transparent);
  pointer-events: none;
}

.gallery-item figcaption {
  position: absolute;
  z-index: 2;
  right: 18px;
  bottom: 16px;
  left: 18px;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
}

.tour-card {
  position: relative;
  min-height: 550px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  color: white;
}

.tour-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: inherit;
  transition: transform 700ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.tour-card:hover::before {
  transform: scale(1.045);
}

.tour-culture {
  background-image: url("../media/sigiriya-loewenfelsen-draufsicht.jpg");
  background-position: center;
}

.tour-highlands {
  background-image: url("../media/ella-nine-arches-bridge.jpg");
}

.tour-coast {
  background-image: url("../media/galle-fort-leuchtturm.jpg");
}

.tour-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 28, 49, 0.9) 0%, rgba(4, 28, 49, 0.08) 72%);
}

.tour-card-content {
  position: absolute;
  z-index: 2;
  inset: auto 30px 30px;
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.38);
}

.tour-card-content > span {
  color: var(--lime);
  font-size: 11px;
  font-weight: 800;
}

.tour-card-content p,
.tour-card-content h3,
.tour-card-content small {
  margin: 0;
}

.tour-card-content p {
  margin-bottom: 10px;
  color: var(--lime);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.tour-card-content h3 {
  max-width: 310px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.16;
}

.tour-card-content small {
  display: block;
  margin-top: 13px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
}

.voices-section {
  padding: 120px max(32px, calc((100% - 1260px) / 2));
  background: var(--green-dark);
  color: white;
}

.voices-heading {
  display: grid;
  grid-template-columns: 1fr 0.68fr;
  gap: 80px;
  align-items: end;
  margin-bottom: 62px;
}

.voices-heading h2 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 4.6vw, 72px);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.voices-heading > p,
.sample-voices-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.75;
}

.featured-voice {
  display: grid;
  grid-template-columns: 0.48fr 1.52fr;
  gap: 72px;
  padding: 54px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.voice-meta > span:last-child {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.featured-voice blockquote {
  max-width: 850px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.025em;
}

.voice-status {
  display: inline-flex;
  width: max-content;
  margin-bottom: 22px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.75);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.voice-status.is-real {
  border-color: rgba(242, 170, 43, 0.5);
  background: rgba(242, 170, 43, 0.12);
  color: var(--lime);
}

.live-google-reviews {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  min-height: 390px;
  margin-top: 24px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.live-google-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 52px;
  background: rgba(255, 255, 255, 0.06);
}

.live-google-copy h3 {
  max-width: 430px;
  margin: 0 0 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3vw, 46px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.live-google-copy > p:not(.eyebrow) {
  max-width: 470px;
  margin: 0 0 34px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.75;
}

.google-rating-card {
  display: flex;
  min-height: 390px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 48px 58px;
  background: var(--paper);
  color: var(--ink);
}

.google-rating-card .eyebrow {
  margin-bottom: 18px;
}

.google-stars-visual {
  color: var(--lime);
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0.11em;
}

.google-rating-card h4 {
  margin: 22px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.15;
}

.google-rating-card > p:not(.eyebrow) {
  margin: 0 0 18px;
  color: var(--ink-soft);
  font-size: 13px;
}

.google-rating-live {
  position: relative;
  width: 190px;
  height: 26px;
  margin-bottom: 20px;
  overflow: hidden;
  background: white;
}

.google-rating-live iframe {
  position: absolute;
  top: -91px;
  left: -9px;
  width: 760px;
  height: 430px;
  border: 0;
  pointer-events: none;
}

.google-rating-consent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  min-height: 30px;
  margin: 0 0 16px;
  padding: 7px 12px;
  border: 1px solid rgba(9, 44, 77, 0.2);
  background: transparent;
  color: var(--green);
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  transition:
    border-color 160ms ease,
    background-color 160ms ease;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

.google-rating-consent:hover,
.google-rating-consent:focus-visible {
  border-color: var(--green);
  background: rgba(9, 44, 77, 0.04);
}

.sample-voices-intro {
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 40px;
  margin: 64px 0 24px;
}

.sample-voices-intro strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}

.short-voices-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.short-voice-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  background: var(--paper);
  color: var(--ink);
}

.short-voice-card > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.short-voice-card .voice-status {
  margin: 0;
  border-color: var(--line);
  color: var(--green);
}

.short-voice-card small {
  color: var(--ink-soft);
  font-size: 10px;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.short-voice-card blockquote,
.short-voice-card > p {
  margin: 42px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.35;
}

.planning {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 110px;
}

.planning-heading h2 {
  max-width: 530px;
  font-size: clamp(42px, 4vw, 64px);
}

.planning-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.planning-steps li {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 24px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.planning-steps li > span {
  padding-top: 5px;
  color: var(--green);
  font-size: 11px;
  font-weight: 800;
}

.planning-steps h3,
.planning-steps p {
  margin: 0;
}

.planning-steps h3 {
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
}

.planning-steps p {
  max-width: 580px;
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.7;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  padding: 64px max(32px, calc((100% - 1260px) / 2)) 30px;
  background: #f2ede4;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-mark {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(9, 44, 77, 0.18);
}

.footer-brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 400;
}

.footer-brand p {
  margin: 5px 0 0;
  color: var(--ink-soft);
  font-size: 11px;
}

.footer-contact {
  display: grid;
  align-content: center;
  justify-items: end;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
}

.footer-meta {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 26px;
  border-top: 1px solid var(--line);
  color: #75817c;
  font-size: 10px;
}

.footer-meta a {
  text-decoration: underline;
}

.footer-legal {
  display: flex;
  gap: 16px;
}

.footer-legal a {
  text-underline-offset: 3px;
}

.photo-credits {
  grid-column: 1 / -1;
  color: #75817c;
  font-size: 9px;
  line-height: 1.65;
}

.photo-credits summary {
  width: fit-content;
  cursor: pointer;
  font-weight: 700;
}

.photo-credits p {
  max-width: 1080px;
  margin: 10px 0 0;
}

.photo-credits a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-page {
  min-height: 100vh;
  background: var(--paper);
}

.legal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(100% - 64px, 1260px);
  margin: 0 auto;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.legal-header .brand-mark {
  width: 52px;
  height: 52px;
  box-shadow: 0 0 0 1px rgba(9, 44, 77, 0.16);
}

.legal-back {
  padding-bottom: 5px;
  border-bottom: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.legal-hero {
  padding: 82px max(32px, calc((100% - 1260px) / 2)) 72px;
  background: var(--green-dark);
  color: white;
}

.legal-hero h1 {
  max-width: 820px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(52px, 7vw, 88px);
  font-weight: 400;
  letter-spacing: -0.045em;
}

.legal-content {
  width: min(100% - 64px, 900px);
  margin: 0 auto;
  padding: 72px 0 90px;
}

.legal-lead {
  max-width: 720px;
  margin: 0 0 58px;
  color: var(--ink-soft);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.35;
}

.legal-content section {
  display: grid;
  grid-template-columns: minmax(190px, 0.36fr) 1fr;
  gap: 52px;
  padding: 30px 0;
  border-top: 1px solid var(--line);
}

.legal-content h2,
.legal-content p {
  margin: 0;
}

.legal-content h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}

.legal-content p {
  color: var(--ink-soft);
  font-size: 14px;
  line-height: 1.8;
}

.legal-content a {
  color: var(--green);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 26px max(32px, calc((100% - 1260px) / 2));
  border-top: 1px solid var(--line);
  background: #f2ede4;
  color: #75817c;
  font-size: 10px;
}

.legal-footer nav {
  display: flex;
  gap: 18px;
}

.legal-footer a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-strip h2 {
  margin-bottom: 12px;
  font-size: clamp(42px, 4.5vw, 70px);
}

.contact-strip p:not(.eyebrow) {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
    width: min(100% - 36px, 1440px);
  }

  .main-nav {
    display: none;
  }

  .hero {
    min-height: 760px;
  }

  .hero-content {
    width: min(100% - 36px, 1440px);
  }

  .hero-copy {
    max-width: 560px;
    font-size: 16px;
  }

  .hero-trust {
    left: 18px;
    right: 18px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .section {
    width: min(100% - 36px, 1260px);
    padding: 90px 0;
  }

  .intro {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .intro-heading {
    position: static;
  }

  .intro-profile {
    grid-template-columns: minmax(220px, 0.7fr) 1fr;
  }

  .intro-copy {
    max-width: 660px;
    padding-top: 0;
  }

  .journey-preview {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .journey-image {
    min-height: 560px;
    margin: 0;
  }

  .journey-card {
    max-width: none;
    margin: -90px 24px 30px;
    padding: 48px;
  }

  .contact-strip {
    grid-template-columns: 1fr;
  }

  .video-story {
    grid-template-columns: 1fr;
    margin: 0 18px 18px;
  }

  .video-copy {
    padding: 56px 44px 64px;
  }

  .section-heading,
  .map-section-heading,
  .gallery-heading,
  .voices-heading,
  .featured-voice,
  .planning {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .short-voices-grid {
    grid-template-columns: 1fr;
  }

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

  .short-voice-card {
    min-height: 250px;
  }

  .map-section {
    padding: 90px 18px;
  }

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

  .tour-map {
    width: min(100%, 620px);
    max-height: none;
    margin: 0 auto;
  }

  .map-detail {
    grid-template-columns: minmax(260px, 0.85fr) 1.15fr;
    grid-template-rows: none;
  }

  .travel-gallery {
    grid-auto-rows: 220px;
  }

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

  .tour-card {
    min-height: 520px;
  }

  .voices-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media (max-width: 580px) {
  .site-header {
    padding-top: 18px;
  }

  .brand small,
  .header-cta span {
    display: none;
  }

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

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

  .header-cta {
    font-size: 11px;
  }

  .hero {
    min-height: 740px;
    height: 100svh;
  }

  .hero-media {
    background-position: 58% center;
  }

  .hero h1 {
    font-size: clamp(52px, 17vw, 72px);
  }

  .hero-copy {
    line-height: 1.55;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .hero-trust {
    bottom: 20px;
    gap: 8px 16px;
    font-size: 9px;
  }

  .section h2 {
    font-size: 42px;
  }

  .map-section-heading h2,
  .gallery-heading h2 {
    font-size: 42px;
  }

  .intro-profile {
    grid-template-columns: 1fr;
  }

  .portrait-frame,
  .portrait-frame img {
    min-height: 500px;
    height: 500px;
  }

  .video-frame {
    padding: 0;
  }

  .video-copy {
    padding: 48px 28px 54px;
  }

  .video-copy h2 {
    font-size: 42px;
  }

  .journey-image {
    min-height: 420px;
  }

  .journey-card {
    margin: -58px 12px 18px;
    padding: 36px 26px;
  }

  .journey-card h2 {
    font-size: 42px;
  }

  .contact-strip {
    padding: 70px 24px;
  }

  .section-heading {
    gap: 24px;
  }

  .tour-card {
    min-height: 440px;
  }

  .map-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .map-section-heading {
    gap: 24px;
  }

  .tour-map {
    aspect-ratio: 520 / 740;
  }

  .map-marker {
    width: 28px;
    height: 28px;
    font-size: 9px;
  }

  .map-detail {
    grid-template-columns: 1fr;
  }

  .map-detail-image {
    min-height: 300px;
    aspect-ratio: 4 / 3;
  }

  .map-detail-copy {
    padding: 36px 26px 32px;
  }

  .travel-gallery {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 10px;
  }

  .gallery-item,
  .gallery-item.gallery-wide,
  .gallery-item.gallery-tall {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .gallery-item.gallery-tall {
    aspect-ratio: 3 / 4;
  }

  .voices-section {
    padding: 74px 24px;
  }

  .voices-heading h2 {
    font-size: 42px;
  }

  .featured-voice {
    padding: 32px 26px;
  }

  .featured-voice blockquote {
    font-size: 30px;
  }

  .live-google-copy {
    min-height: 0;
    padding: 30px 26px;
  }

  .live-google-copy h3 {
    font-size: 34px;
  }

  .google-rating-card {
    min-height: 0;
    padding: 38px 26px;
  }

  .sample-voices-intro {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 50px;
  }

  .short-voice-card {
    min-height: 270px;
    padding: 28px 24px;
  }

  .short-voice-card blockquote,
  .short-voice-card > p {
    font-size: 24px;
  }

  .planning-steps li {
    grid-template-columns: 40px 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 54px 24px 26px;
  }

  .footer-contact {
    justify-items: start;
  }

  .footer-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .legal-header {
    width: min(100% - 36px, 1260px);
  }

  .legal-header .brand small {
    display: none;
  }

  .legal-hero {
    padding: 62px 24px 56px;
  }

  .legal-content {
    width: min(100% - 48px, 900px);
    padding: 56px 0 70px;
  }

  .legal-lead {
    margin-bottom: 44px;
  }

  .legal-content section {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .legal-footer {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}
