:root {
  --bg: #100b08;
  --band: #17100c;
  --card: #211610;
  --card-2: #261912;
  --line: #38271f;
  --text: #eee4d8;
  --muted: #a99484;
  --soft: #7f695b;
  --accent: #f0782d;
  --accent-2: #c8874e;
  --max: 1100px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.75;
  overflow-x: hidden;
}

body::selection {
  background: var(--accent);
  color: #120b07;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 48px);
  max-width: var(--max);
  margin: 0 auto;
  padding: 30px 0 18px;
  background: rgba(16, 11, 8, 0.82);
  backdrop-filter: blur(12px);
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 18px;
}

.brand {
  display: grid;
  gap: 2px;
  color: #f0dfcf;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand small {
  color: var(--soft);
  font-size: 7px;
  letter-spacing: 2px;
}

.vision-logo-img {
  width: 82px;
  height: auto;
  object-fit: contain;
}

nav {
  display: flex;
  gap: 34px;
  color: var(--soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

nav a,
.reserve-link {
  transition: color 180ms ease;
}

nav a:hover,
.reserve-link:hover {
  color: var(--accent);
}

.reserve-link {
  color: #bfae9d;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-pad {
  width: calc(100% - 48px);
  max-width: var(--max);
  margin: 0 auto;
  padding: 116px 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.9fr);
  gap: 86px;
  min-height: 830px;
  align-items: center;
  padding-top: 40px;
}

.overline {
  margin: 0 0 22px;
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 600;
  line-height: 0.98;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(72px, 6.2vw, 96px);
}

h1 em,
footer em {
  color: var(--accent);
  font-style: italic;
}

h2 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(38px, 3.7vw, 54px);
}

h3 {
  margin-bottom: 18px;
  font-size: 30px;
}

.subtitle {
  margin-bottom: 18px;
  color: var(--accent-2);
  font-size: 14px;
  font-weight: 700;
}

.date-pill {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 10px 18px;
  border-radius: 5px;
  background: var(--card);
  color: #e0b275;
  font-size: 12px;
  font-weight: 800;
}

.lead,
.intro,
.guide-text p,
.place p,
.hotel p,
.pricing p {
  color: var(--muted);
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.btn.primary {
  background: var(--accent);
  color: #160c07;
}

.btn.ghost {
  border: 1px solid var(--line);
  color: #d8c7b7;
}

.stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 150px;
  margin-top: 70px;
}

.stats span {
  display: grid;
  gap: 4px;
}

.stats strong {
  color: var(--accent-2);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  line-height: 1;
}

.stats small {
  color: var(--soft);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero-media {
  margin: 0;
}

.hero-media img {
  width: 100%;
  aspect-ratio: 0.79;
  object-fit: cover;
  border-radius: 18px;
}

.guide,
.mission,
.itinerary,
.hotel,
.pricing {
  border-top: 1px solid rgba(56, 39, 31, 0.62);
}

.guide-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
}

.guide-points,
.hotel ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 30px;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
}

.guide-points li,
.hotel li {
  position: relative;
  padding-left: 18px;
  color: #c7b5a5;
  font-size: 13px;
  font-weight: 600;
}

.guide-points li::before,
.hotel li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
}

.mission,
.place,
.tours,
.pricing {
  width: 100%;
  max-width: none;
  padding-left: max(24px, calc((100% - var(--max)) / 2));
  padding-right: max(24px, calc((100% - var(--max)) / 2));
}

.mission {
  background: var(--band);
}

.mission .intro {
  max-width: 660px;
  margin-bottom: 60px;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px 48px;
}

.features article {
  min-height: 170px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

.features span,
.timeline span {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.features h3 {
  margin: 12px 0 12px;
  font-size: 24px;
}

.features p,
.timeline p,
.tour-card p,
.transfer p,
.fact-grid span,
.conditions p {
  color: var(--muted);
  font-size: 14px;
}

.place {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 520px;
  gap: 72px;
  background: #120d09;
}

.place-copy p {
  max-width: 660px;
}

.fact-grid {
  align-self: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.fact-grid article,
.transfer,
.price-card,
.conditions,
.hotel-note {
  border: 1px solid rgba(72, 49, 38, 0.72);
  border-radius: 8px;
  background: var(--card);
}

.fact-grid article {
  min-height: 170px;
  padding: 30px 28px;
}

.fact-grid strong {
  display: block;
  margin-bottom: 14px;
  color: #dda56d;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 25px;
  line-height: 1;
}

.itinerary {
  background: var(--band);
}

.timeline {
  display: grid;
}

.timeline article {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 70px;
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.timeline h3 {
  margin-bottom: 8px;
  font-size: 25px;
}

.tours {
  background: #0f0a07;
}

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

.tour-card {
  overflow: hidden;
  min-height: 398px;
  border: 1px solid rgba(72, 49, 38, 0.82);
  border-radius: 8px;
  background: var(--card);
}

.tour-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.tour-card h3 {
  padding: 34px 32px 0;
  margin-bottom: 18px;
}

.tour-card p {
  padding: 0 32px 34px;
  margin: 0;
}

.tour-card.last {
  grid-column: 1;
}

.transfer {
  max-width: 100%;
  margin-top: 62px;
  padding: 42px 48px;
}

.transfer h3 {
  font-size: 34px;
}

.transfer p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  font-size: 18px;
}

.hotel {
  display: grid;
  grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1fr);
  gap: 80px;
  align-items: center;
}

.hotel > img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  border-radius: 8px;
}

.hotel-note {
  margin: 34px 0 28px;
  padding: 30px;
}

.hotel-note h3 {
  color: #dda56d;
  font-size: 23px;
}

.pricing {
  background: var(--band);
}

.pricing .intro {
  max-width: 680px;
  margin-bottom: 46px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: 28px;
}

.pricing-single {
  grid-template-columns: minmax(280px, 520px);
}

.price-card,
.conditions {
  min-height: 410px;
  padding: 42px;
}

.price-card {
  display: grid;
  align-content: start;
  gap: 22px;
}

.price-card div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
}

.price-card span {
  color: var(--soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.price-card strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 22px;
}

.price-card .total {
  padding-top: 0;
}

.price-card .total strong {
  color: #e0a15f;
  font-size: 40px;
}

.single-price .total strong {
  font-size: 56px;
}

.single-price {
  min-height: 260px;
}

.price-card .btn {
  justify-self: start;
  margin-top: 12px;
}

.conditions h3 {
  font-size: 34px;
}

.conditions strong,
.date-box strong {
  color: #e9daca;
}

.date-box {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.date-box span {
  display: block;
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.date-box strong {
  display: block;
  margin-top: 8px;
  color: #e0a15f;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
}

.footer {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 90px 24px 120px;
  text-align: center;
}

.footer-vision {
  width: 112px;
  height: auto;
  margin-bottom: 8px;
}

.footer p {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
}

.footer small {
  color: var(--muted);
  font-size: 12px;
}

.footer .btn {
  margin-top: 18px;
}

@media (max-width: 900px) {
  .site-header {
    position: static;
    gap: 18px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  nav {
    display: none;
  }

  .section-pad {
    width: calc(100% - 34px);
    max-width: var(--max);
    padding: 78px 0;
  }

  .hero,
  .guide-grid,
  .place,
  .hotel,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 48px;
    min-height: auto;
    min-width: 0;
  }

  .hero > * {
    min-width: 0;
  }

  .hero-media {
    max-width: 520px;
  }

  .mission,
  .place,
  .tours,
  .pricing {
    padding-left: 17px;
    padding-right: 17px;
  }

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

  .fact-grid,
  .guide-points,
  .hotel ul {
    grid-template-columns: 1fr;
  }

  .timeline article {
    grid-template-columns: 70px 1fr;
    gap: 18px;
  }

  .pricing-grid,
  .tour-grid {
    gap: 18px;
  }

  .pricing-single {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 14px;
  }

  .site-header {
    width: calc(100% - 28px);
    max-width: var(--max);
    padding-top: 22px;
  }

  h1 {
    font-size: 50px;
  }

  .hero-copy,
  .hero-actions,
  .hero-media,
  .stats {
    max-width: 356px;
  }

  .brand-lockup {
    align-items: flex-start;
    gap: 12px;
  }

  .vision-logo-img {
    width: 78px;
    height: auto;
  }

  h2 {
    font-size: 40px;
  }

  .stats {
    grid-template-columns: 1fr;
    margin-top: 46px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .tour-card,
  .price-card,
  .conditions {
    min-height: 0;
  }

  .tour-card img {
    height: 170px;
  }

  .tour-card h3,
  .tour-card p,
  .transfer,
  .price-card,
  .conditions {
    padding-left: 24px;
    padding-right: 24px;
  }

  .place {
    gap: 42px;
  }

  .price-card .total strong {
    font-size: 32px;
  }
}
