:root {
  --ink: #102426;
  --muted: #5b6867;
  --paper: #fbfaf5;
  --surface: #ffffff;
  --teal: #0d4f4a;
  --teal-2: #16786f;
  --brand-deep: #0d4f4a;
  --coral: #c25a3d;
  --gold: #e3ad45;
  --line: #dfe5df;
  --shadow: 0 18px 45px rgba(16, 36, 38, .12);
  --header-bg: rgba(251, 250, 245, .94);
  --nav-text: #31413f;
  --nav-active-bg: #e8efe9;
  --control-bg: #ffffff;
  --table-head: #edf2ed;
  --footer-bg: #102426;
  --footer-text: #f8f1dd;
  --footer-muted: #dce7df;
}
[data-theme="dark"] {
  --ink: #f4f7f2;
  --muted: #c1cfca;
  --paper: #0b1517;
  --surface: #122225;
  --teal: #82d8cf;
  --teal-2: #9be7df;
  --brand-deep: #071012;
  --coral: #ffb29b;
  --gold: #f4ca68;
  --line: #2b4348;
  --shadow: 0 20px 50px rgba(0, 0, 0, .34);
  --header-bg: rgba(11, 21, 23, .95);
  --nav-text: #e6f1ed;
  --nav-active-bg: #17363a;
  --control-bg: #0f1d20;
  --table-head: #183236;
  --footer-bg: #071012;
  --footer-text: #fff6de;
  --footer-muted: #d8e4df;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; color-scheme: light; overflow-x: hidden; }
[data-theme="dark"] { color-scheme: dark; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip-link {
  position: absolute;
  left: 12px;
  top: 12px;
  opacity: 0;
  pointer-events: none;
  background: var(--ink);
  color: white;
  padding: 10px 14px;
  z-index: 99;
}
.skip-link:focus {
  opacity: 1;
  pointer-events: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 76px;
  padding: 14px clamp(18px, 5vw, 72px);
  background: var(--header-bg);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  min-width: 190px;
}
.brand-logo {
  width: 220px;
  max-width: min(44vw, 240px);
  height: auto;
}
.logo-dark { display: none; }
[data-theme="dark"] .site-header .logo-light { display: none; }
[data-theme="dark"] .site-header .logo-dark { display: block; }
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: contain;
  background: white;
  box-shadow: 0 4px 14px rgba(16, 36, 38, .08);
}
.brand strong { display: block; letter-spacing: .04em; }
.brand small { display: block; color: var(--muted); font-size: 12px; margin-top: -2px; }
.site-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px;
}
.site-nav a {
  text-decoration: none;
  padding: 9px 10px;
  border-radius: 6px;
  color: var(--nav-text);
  font-size: 14px;
}
.site-nav a:hover,
.site-nav a.active { background: var(--nav-active-bg); color: var(--teal); }
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  order: 3;
}
.theme-toggle,
.nav-toggle {
  border: 1px solid var(--line);
  background: var(--control-bg);
  color: var(--ink);
  border-radius: 6px;
  min-height: 42px;
}
.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  font-weight: 800;
  cursor: pointer;
}
.theme-icon {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--brand-deep);
  color: #fff6de;
  font-size: 12px;
}
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  font-size: 22px;
}
.hero {
  position: relative;
  min-height: min(780px, calc(100vh - 76px));
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--brand-deep);
}
.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.03);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 65% 45%, rgba(227, 173, 69, .12) 0%, transparent 62%),
    linear-gradient(160deg, rgba(6, 14, 14, .84) 0%, rgba(13, 79, 74, .38) 55%, rgba(6, 14, 14, .88) 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
  width: min(820px, calc(100% - 36px));
  margin: 0 auto;
  color: white;
  text-align: center;
  padding: clamp(44px, 8vw, 96px) 0;
}
.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 700;
  font-size: 13px;
}
.hero h1 {
  margin: 0;
  font-size: clamp(44px, 8vw, 96px);
  line-height: .95;
}
.hero p:not(.eyebrow) {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(18px, 2vw, 24px);
  color: rgba(255, 248, 233, .86);
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  justify-content: center;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 6px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.btn-primary { background: var(--gold); color: #172525; }
.btn-secondary { background: rgba(255,255,255,.12); color: white; border-color: rgba(255,255,255,.48); }
.section {
  padding: clamp(56px, 8vw, 104px) clamp(18px, 5vw, 72px);
  max-width: 1280px;
  margin: 0 auto;
}
.narrow { max-width: 980px; }
.section h2 {
  margin: 0 0 18px;
  font-size: clamp(30px, 4vw, 54px);
  line-height: 1.05;
}
.section-lead,
.section > p,
.feature p,
.note p {
  color: var(--muted);
  font-size: 18px;
}
.card-grid,
.journey-grid,
.service-grid,
.destination-grid,
.pricing-grid {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}
.card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.journey-grid,
.destination-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pricing-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; }
.card,
.journey-card,
.service-card,
.destination-card,
.price-card,
.contact-card,
.note,
details {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 6px 24px rgba(16, 36, 38, .06);
}
.card,
.journey-card,
.service-card,
.destination-card,
.price-card,
.contact-card,
details { padding: 24px; }
.card h3,
.journey-card h3,
.service-card h3,
.destination-card h3,
.price-card h2 { margin: 0 0 10px; }
.service-card span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--coral);
  font-weight: 800;
}
.journey-card a {
  display: inline-block;
  margin-top: 8px;
  color: var(--teal);
  font-weight: 800;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--brand-deep);
  color: white;
}
.stats div {
  padding: 34px 18px;
  text-align: center;
  background: rgba(255,255,255,.06);
}
.stats strong {
  display: block;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  color: var(--gold);
}
.stats span { color: #eef5ee; }
.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}
.feature img {
  border-radius: 8px;
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}
.photo-card {
  margin: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(16, 36, 38, .06);
}
.photo-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.photo-card figcaption {
  padding: 16px 18px 18px;
  color: var(--muted);
  font-weight: 700;
}
.service-photo-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}
.service-photo {
  margin: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(16, 36, 38, .06);
}
.service-photo img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}
.service-photo figcaption {
  min-height: 72px;
  padding: 15px 16px 18px;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.25;
}
.check-list {
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 10px;
  list-style: none;
}
.check-list li::before {
  content: "+";
  color: var(--teal);
  font-weight: 900;
  margin-right: 10px;
}
.process ol,
.timeline ol {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  display: grid;
  gap: 14px;
}
  .process li,
.timeline li {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  padding: 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
}
.process li span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--brand-deep);
  color: white;
  font-weight: 800;
}
.process h3 { margin: 0 0 4px; }
.timeline li {
  grid-template-columns: 150px 1fr;
}
.timeline strong { color: var(--teal); }
.price-card {
  display: flex;
  flex-direction: column;
}
.price-card.featured {
  border-color: var(--gold);
  box-shadow: var(--shadow);
}
.price-card > p {
  margin: 0;
  color: var(--coral);
  font-weight: 800;
}
.price-card strong {
  display: block;
  margin: 8px 0 16px;
  font-size: 26px;
}
.price-card ul {
  padding-left: 18px;
  margin: 0 0 24px;
  flex: 1;
}
.price-card .btn {
  width: 100%;
  color: #172525;
}
.table-wrap {
  overflow-x: auto;
  background: var(--surface);
  border-radius: 8px;
  border: 1px solid var(--line);
}
table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}
th,
td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}
th { background: var(--table-head); }
.destination-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.destination-card strong {
  display: block;
  margin-top: 14px;
  color: var(--teal);
}
.quote-band {
  padding: clamp(54px, 8vw, 100px) clamp(18px, 8vw, 120px);
  background: var(--brand-deep);
  color: white;
}
.quote-band blockquote {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.1;
}
.faq-list {
  display: grid;
  gap: 12px;
}
summary {
  cursor: pointer;
  font-weight: 800;
  font-size: 18px;
}
details p { color: var(--muted); margin-bottom: 0; }
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: start;
}
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}
.contact-form label {
  display: grid;
  gap: 7px;
  font-weight: 700;
}
.contact-form label:nth-last-of-type(1),
.contact-form button,
.form-status { grid-column: 1 / -1; }
input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 13px;
  font: inherit;
  background: var(--control-bg);
  color: var(--ink);
}
input::placeholder,
textarea::placeholder { color: var(--muted); opacity: .9; }
textarea { resize: vertical; }
.contact-form .btn { border: 0; width: max-content; }
.contact-card {
  position: sticky;
  top: 104px;
}
.legal p { color: var(--muted); font-size: 18px; }
.site-footer {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 30px;
  padding: 44px clamp(18px, 5vw, 72px);
  background: var(--footer-bg);
  color: var(--footer-text);
}
.site-footer p,
.site-footer a { color: var(--footer-muted); }
.site-footer h2 {
  margin: 0 0 12px;
  font-size: 18px;
}
.footer-brand small { color: var(--footer-muted); }
.footer-brand .brand-logo {
  opacity: .96;
}
@media (max-width: 1050px) {
  .card-grid,
  .service-grid,
  .pricing-grid,
  .destination-grid,
  .photo-grid,
  .service-photo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .journey-grid { grid-template-columns: 1fr; }
  .site-header { align-items: flex-start; }
}
@media (max-width: 820px) {
  .nav-toggle { display: grid; place-items: center; }
  .site-nav {
    display: none;
    position: absolute;
    left: 18px;
    right: 18px;
    top: 68px;
    padding: 12px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }
  .site-nav.open { display: grid; grid-template-columns: 1fr 1fr; }
  .feature,
  .contact-layout,
  .site-footer { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-card { position: static; }
}
@media (max-width: 620px) {
  .site-header {
    gap: 8px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .brand { min-width: 0; }
  .brand-logo { max-width: min(46vw, 158px); }
  .header-actions { gap: 8px; }
  .theme-toggle {
    width: 42px;
    padding: 0;
    justify-content: center;
  }
  .theme-label { display: none; }
  .hero { min-height: 640px; }
  .hero-actions,
  .contact-form { display: grid; grid-template-columns: 1fr; }
  .btn,
  .contact-form .btn { width: 100%; }
  .card-grid,
  .service-grid,
  .pricing-grid,
  .destination-grid,
  .photo-grid,
  .service-photo-grid,
  .stats,
  .site-nav.open { grid-template-columns: 1fr; }
  .process li,
  .timeline li { grid-template-columns: 1fr; }
  .timeline strong { font-size: 18px; }
}
