:root {
  --cream-50: #fffdf8;
  --cream-100: #fbf6ec;
  --cream-200: #f2e7d3;
  --cream-300: #e5d0a9;
  --ink: #171514;
  --muted: #716a60;
  --gold-dark: #8b5f12;
  --gold: #c9922a;
  --gold-soft: #e6bd62;
  --gold-light: #fff1b8;
  --line: rgba(139, 95, 18, 0.18);
  --shadow: 0 24px 80px rgba(73, 50, 12, 0.16);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --header-height: 92px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 20% 0%, rgba(230, 189, 98, 0.20), transparent 34rem),
    radial-gradient(circle at 88% 8%, rgba(201, 146, 42, 0.14), transparent 28rem),
    linear-gradient(180deg, var(--cream-50), var(--cream-100) 42%, #f8efe0 100%);
  overflow-x: hidden;
}

body::selection {
  background: rgba(201, 146, 42, 0.28);
}

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

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

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

.page-grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 0;
  opacity: 0.18;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.35'/%3E%3C/svg%3E");
  mix-blend-mode: multiply;
}

.site-header,
main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  position: relative;
  height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px clamp(18px, 4vw, 64px);
  background: rgba(255, 253, 248, 0.76);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(139, 95, 18, 0.10);
  transition: opacity 180ms ease, transform 180ms ease, box-shadow 260ms ease, background 260ms ease;
}

.site-header.is-scrolled {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
  background: rgba(255, 253, 248, 0.92);
  box-shadow: 0 10px 40px rgba(73, 50, 12, 0.08);
}

.brand {
  width: 148px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 36px rgba(139, 95, 18, 0.10);
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(16px, 3vw, 36px);
  color: rgba(23, 21, 20, 0.76);
  font-size: 0.83rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.main-nav a {
  position: relative;
  padding: 8px 0;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  transform: scaleX(0);
  transform-origin: right;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  transition: transform 220ms ease;
}

.main-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

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

.language-select,
.header-phone {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.78);
  color: var(--ink);
  box-shadow: 0 8px 24px rgba(73, 50, 12, 0.06);
}

.language-select {
  padding: 0 34px 0 16px;
  cursor: pointer;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

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

.hero {
  min-height: calc(100vh - var(--header-height));
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  align-items: center;
  gap: clamp(28px, 6vw, 82px);
  padding: clamp(44px, 7vw, 94px) 0 70px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Cinzel", Georgia, serif;
  line-height: 1.03;
  letter-spacing: -0.04em;
  font-weight: 500;
}

h1 {
  font-size: clamp(3.2rem, 7.6vw, 7.8rem);
  max-width: 780px;
}

h2 {
  font-size: clamp(2.35rem, 5.2vw, 5.1rem);
  max-width: 760px;
}

h3 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.gold-script {
  display: block;
  width: fit-content;
  background:
    linear-gradient(90deg, #8b5f12 0%, #d9a83e 18%, #fff1b8 31%, #a46c12 48%, #e7bd62 68%, #7e5411 100%),
    repeating-linear-gradient(100deg, rgba(255,255,255,0.12) 0 1px, rgba(0,0,0,0.04) 1px 3px);
  background-size: 180% 100%, 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: brushedGold 7s ease-in-out infinite;
}

.hero-lead,
.section-heading p,
.experience-copy p,
.booking-copy p,
.intro-band p,
.thank-you-card p {
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.85;
}

.hero-lead {
  max-width: 650px;
  margin: 28px 0 0;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  letter-spacing: 0.03em;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.btn::before {
  content: "";
  position: absolute;
  inset: -80% -30%;
  z-index: -1;
  background: linear-gradient(110deg, transparent 38%, rgba(255,255,255,0.46), transparent 58%);
  transform: translateX(-70%);
  transition: transform 700ms ease;
}

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

.btn:hover::before {
  transform: translateX(62%);
}

.btn-primary {
  color: #fffdf6;
  background: linear-gradient(135deg, #8b5f12, #c9922a 42%, #e6bd62 62%, #8f6418);
  box-shadow: 0 18px 46px rgba(139, 95, 18, 0.28);
}

.btn-secondary {
  color: var(--ink);
  background: rgba(255, 253, 248, 0.58);
  border-color: var(--line);
  box-shadow: 0 16px 46px rgba(73, 50, 12, 0.08);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.trust-strip span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(139, 95, 18, 0.15);
  background: rgba(255, 253, 248, 0.55);
  color: rgba(23, 21, 20, 0.68);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-card {
  position: relative;
  min-height: 610px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(139, 95, 18, 0.16);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(145deg, rgba(255, 253, 248, 0.90), rgba(246, 239, 225, 0.70)),
    radial-gradient(circle at 60% 20%, rgba(230, 189, 98, 0.20), transparent 28rem);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-card::before,
.hero-card::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(201, 146, 42, 0.28), transparent);
  transform: rotate(-18deg);
}

.hero-card::before {
  width: 440px;
  height: 1px;
  top: 108px;
  right: -110px;
}

.hero-card::after {
  width: 540px;
  height: 1px;
  bottom: 156px;
  left: -180px;
}

.logo-stage {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-height: 376px;
  border-radius: 28px;
  background: rgba(255, 253, 248, 0.74);
  border: 1px solid rgba(139, 95, 18, 0.10);
  overflow: hidden;
}

.logo-stage::after {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(from 90deg, transparent, rgba(230, 189, 98, 0.23), transparent 30%);
  animation: slowRotate 15s linear infinite;
}

.logo-stage img {
  position: relative;
  z-index: 1;
  width: min(390px, 88%);
  border-radius: 20px;
  filter: drop-shadow(0 20px 42px rgba(139, 95, 18, 0.13));
}

.route-line {
  position: relative;
  height: 110px;
  margin: 18px 0;
}

.route-line::before,
.route-line::after {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  top: 52%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.route-line::after {
  top: 36%;
  left: 20%;
  right: 22%;
  transform: skewX(-22deg);
  opacity: 0.42;
}

.hero-card-footer {
  position: relative;
  z-index: 1;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid rgba(139, 95, 18, 0.12);
}

.hero-card-footer p {
  margin: 0 0 8px;
  color: var(--gold-dark);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-card-footer strong {
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 500;
}

.intro-band {
  width: min(980px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(32px, 6vw, 62px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}

.intro-band p {
  margin: 0;
  font-family: "Cinzel", Georgia, serif;
  color: rgba(23, 21, 20, 0.72);
  font-size: clamp(1.35rem, 2.6vw, 2.25rem);
  line-height: 1.55;
}

.section-block {
  padding: clamp(76px, 10vw, 138px) 0 0;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(260px, 0.55fr);
  gap: 38px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.section-heading p:not(.eyebrow) {
  margin: 0;
}

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

.service-card {
  min-height: 310px;
  padding: 26px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(139, 95, 18, 0.13);
  background: rgba(255, 253, 248, 0.64);
  box-shadow: 0 18px 46px rgba(73, 50, 12, 0.06);
  transition: transform 260ms ease, box-shadow 260ms ease, background 260ms ease;
}

.service-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 24px 70px rgba(73, 50, 12, 0.12);
}

.service-card span {
  display: inline-flex;
  margin-bottom: 58px;
  color: var(--gold);
  font-family: "Cinzel", Georgia, serif;
  font-size: 0.95rem;
}

.service-card p {
  color: var(--muted);
  line-height: 1.75;
}

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

.transfer-copy-card {
  position: relative;
  min-height: 310px;
  padding: 26px;
  border: 1px solid rgba(139, 95, 18, 0.13);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.78), rgba(246, 239, 225, 0.54)),
    radial-gradient(circle at 80% 0%, rgba(230, 189, 98, 0.16), transparent 18rem);
  box-shadow: 0 18px 46px rgba(73, 50, 12, 0.06);
  overflow: hidden;
}

.transfer-copy-card::before {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(201, 146, 42, 0.8), transparent);
}

.transfer-copy-card span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--gold-dark);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.transfer-copy-card h3 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.transfer-copy-card p {
  margin: 18px 0 0;
  color: var(--muted);
  line-height: 1.78;
}

.experience {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
  padding: clamp(76px, 12vw, 160px) 0 0;
}

.experience-visual {
  min-height: 550px;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 45% 42%, rgba(255, 241, 184, 0.40), transparent 16rem),
    linear-gradient(145deg, rgba(23,21,20,0.94), rgba(83,56,15,0.86));
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.experience-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0 48%, rgba(255,255,255,0.08) 48% 49%, transparent 49% 100%);
}

.abstract-road {
  position: absolute;
  left: -16%;
  right: -8%;
  bottom: 14%;
  height: 180px;
  border-top: 3px solid rgba(230, 189, 98, 0.86);
  border-radius: 50% 50% 0 0;
  transform: rotate(-11deg);
}

.abstract-road::before,
.abstract-road::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255,241,184,0.9), transparent);
}

.abstract-road::before {
  width: 70%;
  height: 2px;
  left: 18%;
  top: 62px;
}

.abstract-road::after {
  width: 42%;
  height: 2px;
  right: 6%;
  top: 104px;
}

.experience-copy p {
  margin: 24px 0;
}

.check-list {
  display: grid;
  gap: 14px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 16px 18px 16px 48px;
  border: 1px solid rgba(139, 95, 18, 0.12);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.58);
  color: rgba(23, 21, 20, 0.74);
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid var(--gold);
  border-right: 2px solid var(--gold);
}

.coverage-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(320px, 1fr);
  gap: 22px;
  align-items: center;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(139, 95, 18, 0.13);
  border-radius: var(--radius-xl);
  background: rgba(255, 253, 248, 0.62);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.coverage-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(230, 189, 98, 0.20), transparent 24rem);
  pointer-events: none;
}

.island-outline {
  position: relative;
  min-height: 280px;
  border-radius: 28px;
  border: 1px solid rgba(139, 95, 18, 0.14);
  background: rgba(255,253,248,0.56);
  overflow: hidden;
}

.island-outline::before {
  content: "";
  position: absolute;
  left: 11%;
  right: 9%;
  top: 41%;
  height: 78px;
  border: 4px solid rgba(201, 146, 42, 0.82);
  border-left-width: 8px;
  border-right-width: 3px;
  border-radius: 56% 44% 48% 52% / 55% 45% 55% 45%;
  transform: rotate(-5deg);
  filter: drop-shadow(0 14px 20px rgba(139,95,18,0.16));
}

.island-outline::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 16%;
  top: 55%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(139,95,18,0.38), transparent);
}

.locations {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.locations span {
  padding: 12px 15px;
  border-radius: 999px;
  border: 1px solid rgba(139, 95, 18, 0.14);
  background: rgba(255, 253, 248, 0.74);
  color: rgba(23, 21, 20, 0.72);
  font-weight: 800;
}

.booking {
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
  padding: clamp(76px, 12vw, 154px) 0;
}

.booking-copy {
  position: sticky;
  top: calc(var(--header-height) + 34px);
}

.contact-cards {
  display: grid;
  gap: 14px;
  margin-top: 30px;
}

.contact-card {
  padding: 20px;
  border: 1px solid rgba(139, 95, 18, 0.14);
  border-radius: var(--radius-md);
  background: rgba(255, 253, 248, 0.62);
  box-shadow: 0 16px 46px rgba(73, 50, 12, 0.07);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.contact-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 64px rgba(73, 50, 12, 0.12);
}

.contact-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-dark);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.contact-card strong {
  word-break: break-word;
}

.booking-form {
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid rgba(139, 95, 18, 0.14);
  border-radius: var(--radius-xl);
  background: rgba(255, 253, 248, 0.68);
  box-shadow: var(--shadow);
}

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

.booking-form label {
  display: grid;
  gap: 8px;
  color: rgba(23, 21, 20, 0.75);
  font-size: 0.86rem;
  font-weight: 800;
}

.booking-form input,
.booking-form textarea,
.booking-form select {
  width: 100%;
  border: 1px solid rgba(139, 95, 18, 0.16);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.86);
  color: var(--ink);
  padding: 14px 15px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.booking-form textarea {
  resize: vertical;
}

.booking-form input:focus,
.booking-form textarea:focus {
  border-color: rgba(201, 146, 42, 0.66);
  box-shadow: 0 0 0 4px rgba(201, 146, 42, 0.12);
  background: #fff;
}

.full-field {
  margin-top: 16px;
}

.hidden-field {
  display: none;
}

.form-submit {
  width: 100%;
  margin-top: 18px;
  border: 0;
  cursor: pointer;
}

.form-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 34px clamp(18px, 4vw, 64px);
  border-top: 1px solid rgba(139, 95, 18, 0.12);
  background: rgba(255, 253, 248, 0.60);
}

.site-footer img {
  width: 138px;
  border-radius: 16px;
  margin-bottom: 10px;
}

.site-footer p {
  margin: 0;
  color: var(--muted);
}

.footer-links {
  display: grid;
  gap: 8px;
  text-align: right;
  font-weight: 800;
}

.thank-you-page {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 24px;
}

.thank-you-card {
  width: min(720px, 100%);
  padding: clamp(28px, 6vw, 54px);
  border: 1px solid rgba(139, 95, 18, 0.14);
  border-radius: var(--radius-xl);
  background: rgba(255, 253, 248, 0.72);
  box-shadow: var(--shadow);
  text-align: center;
}

.thank-you-card img {
  width: min(320px, 82%);
  margin: 0 auto 24px;
  border-radius: 20px;
}

.thank-you-card .hero-cta {
  justify-content: center;
}

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

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 760ms ease, transform 760ms ease;
}

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

.reveal-delay-1 {
  transition-delay: 120ms;
}

.reveal-delay-2 {
  transition-delay: 220ms;
}

.reveal-delay-3 {
  transition-delay: 320ms;
}

@keyframes brushedGold {
  0%, 100% { background-position: 0% 50%, 0 0; }
  50% { background-position: 100% 50%, 0 0; }
}

@keyframes slowRotate {
  to { transform: rotate(360deg); }
}

@media (max-width: 980px) {
  .site-header {
    height: auto;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .brand {
    width: 126px;
  }

  .main-nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero,
  .experience,
  .booking,
  .coverage-panel,
  .section-heading {
    grid-template-columns: 1fr;
  }

  .hero-card,
  .experience-visual {
    min-height: 440px;
  }

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

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

  .booking-copy {
    position: static;
  }
}

@media (max-width: 650px) {
  :root {
    --header-height: 126px;
  }

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

  .header-actions {
    margin-left: auto;
  }

  .header-phone {
    display: none;
  }

  .main-nav {
    gap: 18px;
    font-size: 0.74rem;
  }

  .hero {
    padding-top: 40px;
  }

  h1 {
    font-size: clamp(3rem, 17vw, 4.9rem);
  }

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

  .logo-stage {
    min-height: 280px;
  }

  .service-grid,
  .transfer-copy-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .transfer-copy-card {
    min-height: auto;
  }

  .service-card span {
    margin-bottom: 28px;
  }

  .experience-visual {
    min-height: 380px;
  }

  .locations span {
    font-size: 0.88rem;
  }

  .site-footer {
    display: grid;
    text-align: left;
  }

  .footer-links {
    text-align: left;
  }
}

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


/* Price calculator page */
.price-page-hero {
  min-height: calc(100vh - var(--header-height));
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: start;
  padding: clamp(58px, 8vw, 112px) 0 clamp(76px, 12vw, 154px);
}

.price-page-hero > .booking-copy {
  position: static;
  min-width: 0;
}

.price-page-hero h1 {
  max-width: 100%;
  font-size: clamp(2.6rem, 4.8vw, 4.2rem);
  overflow-wrap: normal;
}

.price-rules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.price-rules > div {
  padding: 20px;
  border: 1px solid rgba(139, 95, 18, 0.14);
  border-radius: var(--radius-md);
  background: rgba(255, 253, 248, 0.62);
  box-shadow: 0 16px 46px rgba(73, 50, 12, 0.07);
}

.price-rules span,
.price-result-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--gold-dark);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.price-rules strong {
  display: block;
  margin-top: 8px;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  font-weight: 500;
}

.price-rules small {
  display: block;
  color: var(--muted);
  font-weight: 800;
}

.price-calculator-form select {
  min-height: 51px;
}

.price-result {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(139, 95, 18, 0.14);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.78), rgba(246, 239, 225, 0.54)),
    radial-gradient(circle at 80% 0%, rgba(230, 189, 98, 0.16), transparent 18rem);
}

.price-result p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

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

.price-result-card {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(139, 95, 18, 0.12);
  background: rgba(255, 253, 248, 0.66);
}

.price-result-card strong {
  display: block;
  word-break: break-word;
  font-size: 1.1rem;
}

.price-result-card.price-total strong {
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.85rem, 4vw, 3.1rem);
  font-weight: 500;
  color: var(--gold-dark);
}

.price-result-note {
  margin-top: 14px !important;
}

.price-error {
  color: #8b2f12 !important;
  font-weight: 800;
}

.price-whatsapp-button:disabled {
  cursor: not-allowed;
  opacity: 0.52;
  transform: none;
}

@media (max-width: 980px) {
  .price-page-hero {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .price-rules,
  .price-result-grid {
    grid-template-columns: 1fr;
  }
}


@media (max-width: 760px) {
  .public-price-result-grid {
    grid-template-columns: 1fr;
  }
}


/* Static popular destinations board */
.popular-routes-page {
  align-items: start;
}

.route-board-note {
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 0.96rem;
}

.routes-board-header {
  margin-bottom: 22px;
}

.routes-board-header h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.routes-board-header p:not(.eyebrow) {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

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

.route-card {
  position: relative;
  padding: 20px;
  border: 1px solid rgba(139, 95, 18, 0.13);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.82), rgba(246, 239, 225, 0.56)),
    radial-gradient(circle at 80% 0%, rgba(230, 189, 98, 0.14), transparent 18rem);
  box-shadow: 0 16px 42px rgba(73, 50, 12, 0.06);
  overflow: hidden;
}

.route-card::before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(201, 146, 42, 0.82), transparent);
}

.route-card-top span,
.route-price-option span {
  display: block;
  color: var(--gold-dark);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.route-card-top h3 {
  margin-top: 8px;
  font-size: clamp(1.45rem, 2.3vw, 2.15rem);
}

.route-price-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.route-price-option {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(139, 95, 18, 0.12);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.66);
}

.route-price-option strong {
  font-family: "Cinzel", Georgia, serif;
  color: var(--gold-dark);
  font-size: clamp(1.12rem, 2vw, 1.55rem);
  line-height: 1.14;
  font-weight: 500;
}

.route-whatsapp-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  color: #fffdf6;
  background: linear-gradient(135deg, #8b5f12, #c9922a 48%, #8f6418);
  font-size: 0.78rem;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 12px 28px rgba(139, 95, 18, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.route-whatsapp-chip:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(139, 95, 18, 0.24);
}

@media (max-width: 760px) {
  .popular-routes-grid,
  .route-price-options {
    grid-template-columns: 1fr;
  }
}


/* Legacy transfer table styles */
.transfer-price-list-page {
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
}

.transfer-price-board {
  overflow: hidden;
}

.transfer-price-board-header h2 {
  font-size: clamp(2.2rem, 4.4vw, 4.4rem);
}

.price-list-stack {
  display: grid;
  gap: 22px;
}

.price-list-panel {
  border: 1px solid rgba(139, 95, 18, 0.14);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.88), rgba(246, 239, 225, 0.62)),
    radial-gradient(circle at 90% 0%, rgba(230, 189, 98, 0.16), transparent 18rem);
  overflow: hidden;
  box-shadow: 0 18px 46px rgba(73, 50, 12, 0.06);
}

.price-list-panel-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(139, 95, 18, 0.13);
  background: linear-gradient(135deg, rgba(23, 21, 20, 0.96), rgba(45, 31, 10, 0.90));
}

.price-list-panel-heading span {
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.price-list-panel-heading h3 {
  color: #fffdf6;
  font-size: clamp(1.2rem, 2.3vw, 2rem);
  letter-spacing: -0.03em;
  text-align: right;
}

.price-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.transfer-price-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.transfer-price-table th,
.transfer-price-table td {
  padding: 15px 18px;
  border-bottom: 1px solid rgba(139, 95, 18, 0.13);
  text-align: left;
}

.transfer-price-table th {
  color: rgba(23, 21, 20, 0.72);
  background: rgba(255, 253, 248, 0.66);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.transfer-price-table th small {
  display: block;
  margin-top: 3px;
  color: var(--gold-dark);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
}

.transfer-price-table td:first-child {
  color: var(--ink);
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.transfer-price-table td:nth-child(2),
.transfer-price-table td:nth-child(3) {
  color: #102845;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.12rem, 2.2vw, 1.58rem);
  font-weight: 600;
  white-space: nowrap;
}

.transfer-price-table tr:last-child td {
  border-bottom: 0;
}

.transfer-price-table tbody tr {
  transition: background 180ms ease;
}

.transfer-price-table tbody tr:hover {
  background: rgba(230, 189, 98, 0.11);
}

.price-list-footer-cta {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

@media (max-width: 980px) {
  .transfer-price-list-page {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .price-list-panel-heading {
    display: grid;
    align-items: start;
  }

  .price-list-panel-heading h3 {
    text-align: left;
  }

  .transfer-price-table {
    min-width: 0;
  }

  .transfer-price-table thead {
    display: none;
  }

  .transfer-price-table,
  .transfer-price-table tbody,
  .transfer-price-table tr,
  .transfer-price-table td {
    display: block;
    width: 100%;
  }

  .transfer-price-table tr {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(139, 95, 18, 0.13);
  }

  .transfer-price-table tr:last-child {
    border-bottom: 0;
  }

  .transfer-price-table td {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 9px 0;
    border-bottom: 0;
    text-align: right;
  }

  .transfer-price-table td::before {
    content: attr(data-label);
    color: var(--gold-dark);
    font-family: "Inter", system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-align: left;
    text-transform: uppercase;
  }

  .transfer-price-table td:first-child {
    display: block;
    padding-bottom: 12px;
    text-align: left;
    font-size: 1rem;
  }

  .transfer-price-table td:first-child::before {
    display: block;
    margin-bottom: 6px;
  }
}

/* Clickable booking prices */
.price-book-link {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-width: 132px;
  padding: 9px 10px 9px 14px;
  border: 1px solid rgba(139, 95, 18, 0.13);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.70);
  box-shadow: 0 10px 26px rgba(73, 50, 12, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.price-book-link:hover {
  transform: translateY(-2px);
  background: rgba(255, 253, 248, 0.95);
  box-shadow: 0 14px 34px rgba(139, 95, 18, 0.16);
}

.price-book-link strong {
  color: #102845;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
}

.price-book-link span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #fffdf6;
  background: linear-gradient(135deg, #8b5f12, #c9922a 48%, #8f6418);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

@media (max-width: 650px) {
  .price-book-link {
    justify-self: end;
    min-width: 126px;
  }
}

/* Popular destinations static table */
.popular-destinations-board {
  overflow: hidden;
}

.popular-destinations-board .routes-board-header h2 {
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.destination-price-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(139, 95, 18, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.88), rgba(246, 239, 225, 0.64)),
    radial-gradient(circle at 90% 0%, rgba(230, 189, 98, 0.14), transparent 18rem);
  box-shadow: 0 18px 46px rgba(73, 50, 12, 0.06);
}

.destination-price-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
}

.destination-price-table th,
.destination-price-table td {
  padding: 15px 18px;
  border-bottom: 1px solid rgba(139, 95, 18, 0.13);
  text-align: left;
}

.destination-price-table th {
  color: rgba(23, 21, 20, 0.72);
  background: rgba(255, 253, 248, 0.72);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.destination-price-table td:first-child {
  color: var(--ink);
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.destination-price-table tr:last-child td {
  border-bottom: 0;
}

.destination-price-table tbody tr {
  transition: background 180ms ease;
}

.destination-price-table tbody tr:hover {
  background: rgba(230, 189, 98, 0.11);
}

.destination-price-table .price-book-link,
.price-book-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-width: 126px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(139, 95, 18, 0.16);
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.76);
  color: #102845;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(1.05rem, 1.8vw, 1.34rem);
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 10px 26px rgba(73, 50, 12, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.destination-price-table .price-book-link:hover,
.price-book-link:hover {
  transform: translateY(-2px);
  border-color: rgba(201, 146, 42, 0.42);
  background: rgba(255, 253, 248, 0.98);
  box-shadow: 0 14px 34px rgba(139, 95, 18, 0.16);
}

@media (max-width: 650px) {
  .destination-price-table-wrap {
    overflow-x: visible;
    border-radius: 22px;
  }

  .destination-price-table {
    min-width: 0;
  }

  .destination-price-table thead {
    display: none;
  }

  .destination-price-table,
  .destination-price-table tbody,
  .destination-price-table tr,
  .destination-price-table td {
    display: block;
    width: 100%;
  }

  .destination-price-table tr {
    padding: 15px 16px;
    border-bottom: 1px solid rgba(139, 95, 18, 0.13);
  }

  .destination-price-table tr:last-child {
    border-bottom: 0;
  }

  .destination-price-table td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 9px 0;
    border-bottom: 0;
    text-align: right;
  }

  .destination-price-table td::before {
    content: attr(data-label);
    color: var(--gold-dark);
    font-family: "Inter", system-ui, sans-serif;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-align: left;
    text-transform: uppercase;
  }

  .destination-price-table td:first-child {
    display: block;
    padding-bottom: 12px;
    text-align: left;
    font-size: 1rem;
  }

  .destination-price-table td:first-child::before {
    display: block;
    margin-bottom: 6px;
  }

  .destination-price-table .price-book-link,
  .price-book-link {
    justify-self: end;
    min-width: 116px;
    max-width: 100%;
  }
}
