:root {
  --teal: #174a86;
  --teal-deep: #123b70;
  --coral: #ed6d23;
  --coral-dark: #d85c17;
  --sand: #d8c3a5;
  --cream: #f7f3ec;
  --paper: #fffdf9;
  --ink: #18312f;
  --muted: #667572;
  --line: rgba(11, 77, 75, 0.16);
  --shadow: 0 24px 70px rgba(12, 50, 48, 0.12);
}

/* Current CMS homepage components */
.section-tint { background: #f3f6fa; }

.tour-card > a {
  display: block;
  height: 280px;
  overflow: hidden;
  background: #e9edf2;
}

.tour-card > a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.tour-card:hover > a img { transform: scale(1.025); }

.tour-card-body {
  display: flex;
  min-height: 285px;
  padding: 26px;
  flex-direction: column;
}

.tour-card-body .eyebrow { margin: 0 0 10px; }

.tour-card-body h3 {
  margin: 0;
  color: var(--teal-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 1.2;
}

.tour-card-body > p:not(.eyebrow) {
  margin: 15px 0 24px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.tour-card-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 13px;
}

.tour-card-footer span { display: grid; gap: 4px; }
.tour-card-footer strong { color: var(--teal-deep); font-size: 16px; }
.tour-card-footer a { color: var(--coral-dark); font-weight: 800; white-space: nowrap; }

.destination-visual-card,
.service-photo-card {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(18, 59, 112, 0.08);
}

.destination-visual-card h3,
.service-photo-card h3 {
  margin: 10px 0 12px;
  color: var(--teal-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
}

.destination-visual-card p,
.service-photo-card p { color: var(--muted); font-size: 14px; line-height: 1.65; }

.about .about-grid {
  align-items: center;
  gap: 70px;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
}

.about .about-grid > div:first-child { padding: 30px 0; }

.about .about-grid h2 {
  margin: 0 0 24px;
  color: var(--teal-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4vw, 62px);
  font-weight: 400;
  line-height: 1.08;
}

.about .about-grid > div:first-child > p:last-child {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.about-collage {
  display: grid;
  height: 640px;
  gap: 12px;
  grid-template-columns: 1.15fr .85fr;
  grid-template-rows: 1fr 1fr;
}

.about-collage img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; }
.about-collage img:first-child { grid-row: 1 / 3; }

.enquiry-section { background: #fff; }

.enquiry-grid {
  display: grid;
  align-items: start;
  gap: 80px;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
}

.enquiry-grid h2 {
  margin: 0 0 20px;
  color: var(--teal-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 400;
}

.enquiry-grid > div > p:last-child { color: var(--muted); line-height: 1.75; }

.enquiry-form {
  padding: 38px;
  border-top: 4px solid var(--coral);
  border-radius: 6px;
  background: #f3f6fa;
  box-shadow: 0 16px 42px rgba(18, 59, 112, 0.08);
}

.form-grid { display: grid; gap: 20px; grid-template-columns: 1fr 1fr; margin-bottom: 24px; }
.form-grid .full { grid-column: 1 / -1; }
.enquiry-form label { color: var(--teal-deep); font-size: 13px; font-weight: 700; }
.enquiry-form input,
.enquiry-form select,
.enquiry-form textarea { min-height: 50px; border-radius: 4px; background: #fff; }
.enquiry-form textarea { min-height: 130px; resize: vertical; }

@media (max-width: 900px) {
  .about .about-grid,
  .enquiry-grid { grid-template-columns: 1fr; gap: 40px; }
  .about-collage { height: 520px; }
}

@media (max-width: 620px) {
  .tour-card > a { height: 235px; }
  .tour-card-body { min-height: 0; }
  .tour-card-footer { align-items: flex-start; flex-direction: column; }
  .about-collage { height: auto; grid-template-columns: 1fr; grid-template-rows: repeat(3, 250px); }
  .about-collage img:first-child { grid-row: auto; }
  .enquiry-form { padding: 24px 18px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid .full { grid-column: auto; }
}

/* Dynamic catalogue and CMS detail pages */
.destination-card-grid,.service-photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.destination-visual-card,.service-photo-card{background:#fff;border:1px solid #e2e5e9}.destination-visual-card img,.service-photo-card img{width:100%;height:240px;object-fit:cover}.destination-visual-card>div,.service-photo-card>div{padding:24px}.destination-visual-card span{color:#133d77;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.destination-visual-card a{color:#ed6d23;font-weight:800}.detail-nav{height:92px;display:flex;align-items:center;justify-content:space-between}.detail-nav .brand img{width:120px}.detail-hero{position:relative;min-height:520px;display:flex;align-items:flex-end;color:#fff;padding:70px 0}.detail-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.detail-hero:after{content:"";position:absolute;inset:0;background:rgba(0,25,58,.62);z-index:-1}.detail-hero h1{font-size:clamp(2.6rem,6vw,5.5rem);max-width:900px}.detail-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(290px,1fr);gap:70px;padding-top:80px;padding-bottom:90px}.detail-layout article h2{margin-top:42px}.enquiry-card{border-top:5px solid #ed6d23;background:#f5f7fa;padding:28px;align-self:start}.enquiry-card label{display:grid;gap:6px;margin:14px 0;font-weight:700}.enquiry-card input,.enquiry-card select,.enquiry-card textarea{padding:12px;border:1px solid #ccd2da;width:100%}.itinerary-day,.related-package{display:grid;gap:8px;border-bottom:1px solid #e2e5e9;padding:20px 0}.related-package span{color:#667}.include-grid,.highlight-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.highlight-grid div{padding:20px;border-left:4px solid #ed6d23;background:#f5f7fa}.enquiry-form input,.enquiry-form select,.enquiry-form textarea{width:100%;padding:13px;border:1px solid #ccd2da}.enquiry-form label{display:grid;gap:7px}.success-page{max-width:650px;margin:12vh auto;padding:40px;text-align:center}.success-page img{width:160px}.footer{background:#133d77;color:#fff;padding:45px 0}.button.secondary{background:#677386}.link-button{border:0;background:none;color:#a22;padding:0;font-weight:700}.enquiry-admin{display:grid;grid-template-columns:1fr 380px;gap:30px;margin-bottom:20px}@media(max-width:900px){.destination-card-grid,.service-photo-grid{grid-template-columns:1fr 1fr}.detail-layout,.enquiry-admin{grid-template-columns:1fr}}@media(max-width:620px){.destination-card-grid,.service-photo-grid,.include-grid,.highlight-grid{grid-template-columns:1fr}.detail-hero{min-height:430px}}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, Avenir, "Segoe UI", Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

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

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

button,
a,
select,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}

.shell {
  width: min(1280px, calc(100% - 64px));
  margin-inline: auto;
}

.topbar {
  position: relative;
  z-index: 40;
  background: var(--teal-deep);
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  letter-spacing: 0.035em;
}

.topbar-inner,
.topbar-actions,
.currency-control {
  display: flex;
  align-items: center;
}

.topbar-inner {
  min-height: 38px;
  justify-content: space-between;
}

.topbar-inner p {
  margin: 0;
}

.topbar-actions {
  gap: 24px;
}

.topbar-actions > a {
  transition: color 180ms ease;
}

.topbar-actions > a:hover {
  color: white;
}

.currency-control {
  gap: 8px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.currency-control select {
  border: 0;
  outline: 0;
  background: transparent;
  color: white;
  cursor: pointer;
  font-weight: 700;
}

.currency-control option {
  color: var(--ink);
}

.site-header {
  position: absolute;
  z-index: 30;
  top: 38px;
  left: 0;
  right: 0;
  background: rgba(247, 243, 236, 0.94);
  border-bottom: 1px solid rgba(11, 77, 75, 0.09);
  backdrop-filter: blur(14px);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 250px;
}

.brand img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.brand span {
  display: grid;
  line-height: 1;
  text-transform: uppercase;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--teal-deep);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.brand small {
  margin-top: 7px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.28em;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.4vw, 38px);
  color: var(--teal-deep);
  font-size: 14px;
  font-weight: 600;
}

.nav-links > a:not(.nav-cta) {
  position: relative;
  padding-block: 12px;
}

.nav-links > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 4px;
  height: 1px;
  background: var(--coral);
  transition: right 180ms ease;
}

.nav-links > a:not(.nav-cta):hover::after {
  right: 0;
}

.nav-cta {
  padding: 13px 19px;
  border: 1px solid var(--teal);
  border-radius: 5px;
  transition: background 180ms ease, color 180ms ease;
}

.nav-cta:hover {
  background: var(--teal);
  color: white;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  background: var(--cream);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 220px;
  height: 220px;
  top: 188px;
  left: calc(50% - 20px);
  border: 1px solid rgba(232, 120, 93, 0.72);
  border-radius: 50%;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 300px;
  left: calc(50% + 88px);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--coral);
  pointer-events: none;
}

.hero-media {
  position: absolute;
  z-index: 1;
  top: 88px;
  right: 0;
  bottom: 0;
  width: 55%;
  overflow: hidden;
  border-radius: 50% 0 0 46% / 18% 0 0 72%;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 60, 59, 0.04), transparent 34%);
}

.hero-grid {
  position: relative;
  z-index: 5;
  display: grid;
  min-height: 900px;
  align-items: center;
  grid-template-columns: 49% 51%;
  padding-top: 96px;
}

.hero-copy {
  padding: 92px 0 44px;
}

.eyebrow {
  margin: 0 0 20px;
  color: var(--coral-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.19em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 690px;
  margin: 0;
  color: var(--teal-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(60px, 6vw, 92px);
  font-weight: 400;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

.hero h1 em {
  color: var(--teal);
  font-weight: 400;
}

.hero-intro {
  max-width: 570px;
  margin: 28px 0 0;
  color: #415653;
  font-size: 18px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 750;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

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

.button-primary {
  background: var(--coral);
  color: white;
  box-shadow: 0 12px 28px rgba(213, 95, 68, 0.22);
}

.button-primary:hover {
  background: var(--coral-dark);
}

.button-secondary {
  border-color: var(--teal);
  color: var(--teal);
}

.button-secondary:hover {
  background: var(--teal);
  color: white;
}

.trust-row {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 42px;
}

.trust-row > div {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 0 20px;
  border-left: 1px solid rgba(232, 120, 93, 0.44);
}

.trust-row > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.trust-row span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid var(--teal);
  border-radius: 50%;
  color: var(--teal);
  font-size: 9px;
  font-weight: 800;
}

.trust-row p {
  margin: 0;
  color: #405552;
  font-size: 12px;
  font-weight: 650;
  white-space: nowrap;
}

.hero-scroll {
  position: absolute;
  z-index: 6;
  bottom: 28px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hero-scroll span {
  width: 34px;
  height: 1px;
  background: var(--coral);
}

.first-glimpse {
  min-height: 360px;
  padding: 105px 32px;
  background: var(--paper);
  text-align: center;
}

.first-glimpse h2 {
  max-width: 800px;
  margin: 0 auto;
  color: var(--teal-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.section {
  padding: 120px 0;
}

.section-heading {
  margin-bottom: 52px;
}

.section-heading h2,
.services-intro h2,
.about-copy h2,
.contact-copy h2 {
  margin: 0;
  color: var(--teal-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 70px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.split-heading,
.tours-heading {
  display: grid;
  align-items: end;
  gap: 70px;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
}

.split-heading > p {
  max-width: 480px;
  margin: 0 0 5px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

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

.destination-board {
  overflow: hidden;
  border-radius: 14px;
  background: var(--teal-deep);
  box-shadow: var(--shadow);
}

.destination-group {
  display: grid;
  align-items: start;
  gap: 52px;
  padding: 34px 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  grid-template-columns: 290px minmax(0, 1fr);
}

.destination-group:first-child {
  border-top: 0;
}

.destination-title {
  display: flex;
  align-items: center;
  gap: 18px;
}

.destination-title > span {
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-style: italic;
}

.destination-title h3 {
  margin: 0;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}

.destination-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.destination-list a {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 600;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.destination-list a:hover {
  border-color: var(--coral);
  background: rgba(232, 120, 93, 0.13);
  color: white;
}

.tours-section {
  background: #f1e9dd;
}

.tours-heading {
  grid-template-columns: minmax(0, 1.2fr) auto;
}

.tours-heading h2 {
  max-width: 780px;
}

.tour-filters {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.tour-filters button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(11, 77, 75, 0.18);
  border-radius: 4px;
  background: transparent;
  color: var(--teal);
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
}

.tour-filters button.is-active {
  border-color: var(--teal);
  background: var(--teal);
  color: white;
}

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

.tour-card {
  overflow: hidden;
  border-radius: 10px;
  background: var(--paper);
  box-shadow: 0 16px 44px rgba(17, 59, 56, 0.09);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.tour-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 54px rgba(17, 59, 56, 0.15);
}

.tour-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--sand);
}

.tour-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 56%, rgba(7, 59, 58, 0.3));
}

.tour-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

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

.tour-image > span {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  padding: 8px 11px;
  border-radius: 4px;
  background: rgba(247, 243, 236, 0.94);
  color: var(--teal-deep);
  font-size: 11px;
  font-weight: 800;
}

.tour-body {
  padding: 26px;
}

.tour-location {
  min-height: 17px;
  margin: 0 0 8px;
  color: var(--coral-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tour-body h3 {
  margin: 0;
  color: var(--teal-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.15;
}

.tour-summary {
  min-height: 70px;
  margin: 14px 0 18px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.tour-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-height: 52px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.tour-highlights span {
  padding: 6px 8px;
  border-radius: 3px;
  background: rgba(216, 195, 165, 0.27);
  color: #49605c;
  font-size: 10px;
  font-weight: 700;
}

.tour-footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 15px;
  padding-top: 20px;
}

.tour-footer > div {
  display: grid;
  gap: 4px;
}

.tour-footer small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 650;
  text-transform: uppercase;
}

.tour-footer strong {
  color: var(--teal-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  font-weight: 400;
}

.tour-footer > a {
  padding-bottom: 4px;
  border-bottom: 1px solid var(--coral);
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
}

.pricing-note {
  max-width: 820px;
  margin: 30px auto 0;
  color: #6e7876;
  font-size: 11px;
  line-height: 1.7;
  text-align: center;
}

.services-section {
  background: var(--teal-deep);
}

.services-layout {
  display: grid;
  align-items: start;
  gap: 80px;
  grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.35fr);
}

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

.services-intro .eyebrow {
  color: #f09a84;
}

.services-intro h2 {
  color: white;
}

.services-intro > p:not(.eyebrow) {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 15px;
  line-height: 1.8;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding-bottom: 7px;
  border-bottom: 1px solid var(--coral);
  color: white;
  font-size: 13px;
  font-weight: 750;
}

.text-link span {
  color: var(--coral);
}

.services-grid {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.13);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-card {
  min-height: 220px;
  padding: 30px;
  background: var(--teal-deep);
  transition: background 180ms ease;
}

.service-card:hover {
  background: #0d5654;
}

.service-card > span {
  color: var(--coral);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
}

.service-card h3 {
  margin: 35px 0 12px;
  color: white;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}

.service-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.7;
}

.about-section {
  overflow: hidden;
  background: var(--paper);
}

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

.about-images {
  position: relative;
  min-height: 720px;
}

.about-image-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 82%;
  height: 610px;
  border-radius: 48% 48% 12px 12px / 25% 25% 12px 12px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.about-image-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48%;
  aspect-ratio: 4 / 3;
  border: 10px solid var(--paper);
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 20px 50px rgba(7, 59, 58, 0.18);
}

.about-mark {
  position: absolute;
  top: 40px;
  right: 0;
  display: grid;
  width: 142px;
  height: 142px;
  align-content: center;
  border-radius: 50%;
  background: var(--coral);
  color: white;
  text-align: center;
  transform: rotate(7deg);
}

.about-mark strong,
.about-mark span {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.about-mark strong {
  font-size: 19px;
}

.about-mark span {
  font-size: 14px;
  font-style: italic;
}

.about-lead {
  margin: 30px 0 16px;
  color: var(--teal-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 23px;
  line-height: 1.5;
}

.about-copy > p:not(.eyebrow):not(.about-lead) {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.values-grid {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.values-grid > div {
  display: grid;
  align-items: start;
  gap: 5px 15px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  grid-template-columns: 34px 1fr;
}

.values-grid span {
  grid-row: 1 / 3;
  color: var(--coral-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
}

.values-grid h3 {
  margin: 0;
  color: var(--teal-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 19px;
  font-weight: 400;
}

.values-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.process-section {
  background: var(--cream);
}

.centered-heading {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

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

.process-grid article {
  position: relative;
  min-height: 300px;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(255, 253, 249, 0.52);
}

.process-grid article::after {
  content: "";
  position: absolute;
  right: 38px;
  bottom: 38px;
  width: 54px;
  height: 1px;
  background: var(--coral);
}

.process-grid span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid var(--teal);
  border-radius: 50%;
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
}

.process-grid h3 {
  margin: 38px 0 15px;
  color: var(--teal-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 400;
}

.process-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
}

.contact-section {
  padding: 120px 0;
  background: #d9c6a8;
}

.contact-grid {
  display: grid;
  align-items: start;
  gap: 80px;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.contact-copy > p:not(.eyebrow) {
  max-width: 550px;
  margin: 26px 0 0;
  color: #4f5d5a;
  font-size: 15px;
  line-height: 1.8;
}

.contact-details {
  display: grid;
  gap: 24px;
  margin-top: 42px;
}

.contact-details > a,
.contact-details > div {
  display: grid;
  gap: 5px;
  padding-top: 18px;
  border-top: 1px solid rgba(7, 59, 58, 0.18);
}

.contact-details small {
  color: var(--coral-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-details strong {
  color: var(--teal-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
}

.contact-details span {
  color: #5d6a67;
  font-size: 12px;
}

.trip-form {
  display: grid;
  gap: 22px;
  padding: 40px;
  border-radius: 12px;
  background: var(--paper);
  box-shadow: 0 28px 70px rgba(43, 68, 64, 0.13);
}

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

.trip-form label {
  display: grid;
  gap: 9px;
  color: var(--teal-deep);
  font-size: 11px;
  font-weight: 750;
}

.trip-form input,
.trip-form textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid rgba(11, 77, 75, 0.25);
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 13px;
  font-weight: 400;
  transition: border-color 180ms ease;
}

.trip-form input {
  height: 45px;
}

.trip-form textarea {
  padding: 11px 0;
  resize: vertical;
}

.trip-form input:focus,
.trip-form textarea:focus {
  border-color: var(--coral);
}

.trip-form input::placeholder,
.trip-form textarea::placeholder {
  color: #98a19f;
}

.trip-form .button {
  justify-self: start;
  border: 0;
  cursor: pointer;
}

.trip-form > p {
  margin: -5px 0 0;
  color: #7b8582;
  font-size: 10px;
  line-height: 1.5;
}

.site-footer {
  padding: 72px 0 25px;
  background: #062f2e;
  color: rgba(255, 255, 255, 0.72);
}

.footer-top {
  display: grid;
  align-items: start;
  gap: 70px;
  padding-bottom: 55px;
  grid-template-columns: auto minmax(260px, 1fr) auto;
}

.footer-brand strong {
  color: white;
}

.footer-brand small {
  color: rgba(255, 255, 255, 0.52);
}

.footer-top > p {
  max-width: 510px;
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.8;
}

.footer-nav {
  display: grid;
  gap: 13px;
  font-size: 12px;
  font-weight: 700;
}

.footer-nav a:hover {
  color: white;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 1080px) {
  .nav-links {
    gap: 18px;
  }

  .nav-links > a:not(.nav-cta) {
    display: none;
  }

  .hero {
    min-height: 820px;
  }

  .hero-grid {
    min-height: 820px;
  }

  .hero h1 {
    font-size: clamp(54px, 7vw, 76px);
  }

  .trust-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .trust-row > div {
    padding: 0;
    border-left: 0;
  }

  .split-heading,
  .tours-heading {
    gap: 40px;
  }

  .destination-group {
    gap: 30px;
    grid-template-columns: 245px minmax(0, 1fr);
  }

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

  .services-layout,
  .about-grid,
  .contact-grid {
    gap: 50px;
  }

  .about-images {
    min-height: 620px;
  }

  .about-image-main {
    height: 530px;
  }

  .footer-top {
    gap: 35px;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(100% - 36px, 620px);
  }

  .topbar-inner > p {
    display: none;
  }

  .topbar-inner {
    justify-content: flex-end;
  }

  .topbar-actions {
    width: 100%;
    justify-content: space-between;
  }

  .site-header {
    top: 38px;
  }

  .nav-wrap {
    min-height: 78px;
  }

  .brand {
    min-width: 0;
  }

  .brand img {
    width: 54px;
    height: 54px;
  }

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

  .menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    place-content: center;
    gap: 7px;
    border: 1px solid var(--line);
    border-radius: 4px;
    background: transparent;
  }

  .menu-toggle span {
    display: block;
    width: 20px;
    height: 1px;
    background: var(--teal);
  }

  .nav-links {
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    display: none;
    align-items: stretch;
    padding: 20px;
    background: var(--cream);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 40px rgba(7, 59, 58, 0.09);
    flex-direction: column;
  }

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

  .nav-links > a:not(.nav-cta) {
    display: block;
    padding: 10px 4px;
  }

  .nav-cta {
    margin-top: 4px;
    text-align: center;
  }

  .hero,
  .hero-grid {
    min-height: 920px;
  }

  .hero::before,
  .hero::after {
    display: none;
  }

  .hero-grid {
    display: block;
    padding-top: 152px;
  }

  .hero-copy {
    padding: 42px 0 0;
  }

  .hero h1 {
    font-size: clamp(48px, 14vw, 68px);
    line-height: 1.01;
  }

  .hero-intro {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 26px;
  }

  .button {
    min-height: 54px;
    padding: 0 14px;
    font-size: 13px;
  }

  .trust-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 16px;
    margin-top: 25px;
  }

  .trust-row > div:last-child {
    grid-column: 1 / -1;
  }

  .hero-media {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 330px;
    border-radius: 44% 44% 0 0 / 18% 18% 0 0;
  }

  .hero-media img {
    object-position: 60% center;
  }

  .hero-scroll {
    right: 18px;
    bottom: 18px;
    left: auto;
  }

  .section,
  .contact-section {
    padding: 82px 0;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .section-heading h2,
  .services-intro h2,
  .about-copy h2,
  .contact-copy h2 {
    font-size: clamp(39px, 12vw, 54px);
  }

  .split-heading,
  .tours-heading,
  .services-layout,
  .about-grid,
  .contact-grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
  }

  .split-heading > p {
    font-size: 14px;
  }

  .destination-group {
    gap: 22px;
    padding: 28px 22px;
    grid-template-columns: 1fr;
  }

  .destination-title h3 {
    font-size: 21px;
  }

  .destination-list {
    gap: 8px;
  }

  .destination-list a {
    padding: 8px 10px;
    font-size: 11px;
  }

  .tour-filters {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .tour-filters button {
    flex: 0 0 auto;
  }

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

  .tour-body h3 {
    font-size: 26px;
  }

  .tour-summary {
    min-height: 0;
  }

  .services-intro {
    position: static;
    padding-bottom: 20px;
  }

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

  .service-card {
    min-height: 0;
    padding: 26px;
  }

  .service-card h3 {
    margin-top: 25px;
  }

  .about-grid {
    gap: 55px;
  }

  .about-images {
    min-height: 520px;
  }

  .about-image-main {
    width: 88%;
    height: 445px;
  }

  .about-image-small {
    width: 52%;
    border-width: 7px;
  }

  .about-mark {
    top: 25px;
    width: 110px;
    height: 110px;
  }

  .about-mark strong {
    font-size: 16px;
  }

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

  .process-grid article {
    min-height: 245px;
    padding: 30px;
  }

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

  .trip-form {
    padding: 28px 22px;
  }

  .trip-form .button {
    width: 100%;
  }

  .footer-top {
    gap: 30px;
    grid-template-columns: 1fr;
  }

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

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

/* Expandable services and full company footer */
.service-photo-card { display: block; }
.service-photo-card summary { cursor: pointer; list-style: none; }
.service-photo-card summary::-webkit-details-marker { display: none; }
.service-photo-card summary > img { display: block; width: 100%; height: 240px; object-fit: cover; }
.service-summary { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 24px; }
.service-summary > span { display: grid; gap: 10px; }
.service-summary strong { color: var(--teal-deep); font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 400; }
.service-summary small { color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-summary b { display: grid; place-items: center; flex: 0 0 34px; height: 34px; border: 1px solid var(--coral); border-radius: 50%; color: var(--coral-dark); font-size: 22px; font-weight: 400; transition: transform 180ms ease; }
.service-photo-card[open] .service-summary b { transform: rotate(45deg); }
.service-expanded { padding: 0 24px 26px; border-top: 1px solid var(--line); }
.service-expanded p { margin-top: 20px; }
.service-expanded a { color: var(--coral-dark); font-size: 13px; font-weight: 800; }
.footer { padding: 70px 0 24px; background: #0f315f; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr 1fr; gap: 48px; }
.footer h3 { margin: 0 0 18px; color: #fff; font-size: 15px; text-transform: uppercase; letter-spacing: .08em; }
.footer p, .footer address, .footer small { color: rgba(255,255,255,.72); font-style: normal; line-height: 1.75; }
.footer-brand img { width: 150px; max-height: 90px; object-fit: contain; padding: 8px; border-radius: 6px; background: #fff; }
.social-links { display: flex; gap: 10px; margin-top: 20px; }
.social-links a { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-weight: 800; }
.accreditation-list { display: grid; gap: 12px; }
.accreditation-list span { display: grid; gap: 4px; padding: 15px; border: 1px solid rgba(255,255,255,.2); border-left: 3px solid var(--coral); }
.accreditation-list small { font-size: 11px; }
.payment-methods { display: flex; flex-wrap: wrap; gap: 8px; }
.payment-methods span { padding: 9px 11px; border-radius: 4px; background: #fff; color: #143760; font-size: 11px; font-weight: 800; }
.payment-copy { font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.62); font-size: 12px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .footer-grid { grid-template-columns: 1fr; } .footer-bottom { flex-direction: column; } }

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
