:root {
  --bg: #efefef;
  --card: #f7f7f5;
  --text: #121212;
  --muted: #6f6f6d;
  --border: rgba(0, 0, 0, 0.08);
  --dark: #1b1c1f;
  --accent: #d7e3dc;
  --shadow: 0 18px 40px rgba(15, 24, 28, 0.08);
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --container: 1240px;
  --section-pad: 48px;
  --gutter: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  background: #ffffff;
  color: var(--text);
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

button,
input {
  font: inherit;
}

.page-shell {
  min-height: 100vh;
  padding: 0;
}

.container {
  width: min(var(--container), calc(100% - (var(--gutter) * 2)));
  margin: 0 auto;
}

.hero {
  position: relative;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(15, 25, 33, 0.18) 0%, rgba(10, 14, 18, 0.1) 28%, rgba(12, 22, 26, 0.62) 100%),
    url("../images/1.webp") center/cover no-repeat;
}

.hero .container {
  min-height: 720px;
  padding: 28px var(--section-pad) 36px;
  display: flex;
  flex-direction: column;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-links,
.hero-meta,
.section-head {
  display: flex;
  align-items: center;
}

.nav-links {
  gap: 28px;
  justify-content: flex-end;
  flex: 1 1 auto;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  backdrop-filter: blur(8px);
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.topbar.menu-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.topbar.menu-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.topbar.menu-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-links a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
}

.brand {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.04em;
  flex: 0 0 auto;
}

.icon-btn,
.small-btn,
.pill-btn,
.newsletter button {
  border: 0;
  cursor: pointer;
}

.icon-btn {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(8px);
  font-size: 14px;
}

.icon-btn.dark {
  background: #1f2023;
}

.hero-content {
  max-width: 580px;
  margin-top: auto;
  padding-top: 120px;
}

.hero-content h1 {
  margin: 0;
  font-size: clamp(48px, 6vw, 74px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.hero-meta {
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 28px;
}

.hero-meta span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

.hero-meta i {
  margin-right: 5px;
}

.small-btn,
.pill-btn,
.newsletter button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 999px;
  background: #fff;
  color: var(--dark);
  font-size: 12px;
  font-weight: 700;
}

.dark-btn,
.newsletter button {
  background: #1e2022;
  color: #fff;
}

.pill-btn {
  padding: 10px 16px;
  background: #1e2022;
  color: #fff;
}

.section {
  position: relative;
  background: #ffffff;
}

.section .container {
  padding: 78px var(--section-pad);
}

.page-shell > section.section:nth-of-type(even) {
  background: #f6f4ef;
}

.page-shell > section.section:nth-of-type(odd) {
  background: #ffffff;
}

.section-kicker {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: var(--text);
}

h2,
h3,
h4,
p {
  margin: 0;
}

h2 {
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
  color: var(--muted);
}

h3 {
  max-width: 440px;
  font-size: 34px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: -0.04em;
}

h4 {
  font-size: 22px;
  font-weight: 800;
}

.about-grid,
.why-grid,
.reviews-grid,
.contact-banner {
  display: grid;
  gap: 28px;
}

.about-grid {
  grid-template-columns: 160px 1fr 220px;
  align-items: center;
}

.image-note {
  height: 140px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.tilt-left {
  transform: rotate(-8deg);
}

.tilt-right {
  transform: rotate(7deg);
}

.why-grid {
  grid-template-columns: minmax(320px, 0.9fr) minmax(420px, 1.1fr);
  align-items: center;
}

.feature-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: var(--muted);
  margin-bottom: 14px;
}

.feature-list i {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(28, 31, 35, 0.08);
  color: var(--text);
  font-size: 10px;
}

.wide-photo {
  height: 340px;
  overflow: hidden;
  border-radius: 24px;
}

.section-head {
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.section-head.simple {
  align-items: flex-start;
}

.card-grid {
  display: grid;
  gap: 18px;
}

.four-up {
  grid-template-columns: repeat(4, 1fr);
}

.five-up {
  grid-template-columns: repeat(5, 1fr);
}

.destination-card,
.package-card,
.mosaic-card {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: #ddd;
}

.destination-card.tall {
  height: 300px;
}

.package-card {
  height: 230px;
}

.package-card.active {
  outline: 2px solid #1c1d20;
  outline-offset: -2px;
}

.destination-card::after,
.package-card::after,
.mosaic-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 18, 22, 0.02) 25%, rgba(10, 10, 10, 0.7) 100%);
}

.overlay,
.bottom-bar {
  position: absolute;
  left: 16px;
  right: 16px;
  z-index: 1;
}

.overlay {
  bottom: 16px;
}

.tag {
  display: inline-flex;
  margin-bottom: 120px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
}

.overlay-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.overlay-row strong,
.bottom-bar span {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 600;
  color: #fff;
}

.overlay-row i,
.bottom-bar i {
  color: #fff;
  font-size: 18px;
}

.bottom-bar {
  bottom: 14px;
}

.compact {
  gap: 14px;
}

.reviews-grid {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
}

.review-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.review-gallery img {
  height: 180px;
  border-radius: 16px;
}

.review-copy p {
  margin-top: 8px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}

.stars {
  display: flex;
  gap: 5px;
  margin-top: 14px;
  color: #f4aa1d;
  font-size: 14px;
}

.mosaic-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1.2fr;
  gap: 18px;
}

.mosaic-card {
  height: 260px;
}

.mosaic-card.wide {
  grid-column: span 1;
}

.play-btn {
  position: absolute;
  left: 26px;
  top: 104px;
  z-index: 1;
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  backdrop-filter: blur(6px);
  font-size: 16px;
}

.contact-banner {
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-copy h3 {
  max-width: 300px;
}

.contact-copy .small-btn {
  margin-top: 18px;
}

.contact-photo {
  height: 220px;
  overflow: hidden;
  border-radius: 18px;
  transform: rotate(7deg);
  transform-origin: center;
}

.footer {
  background: #121518;
  color: #ffffff;
}

.footer .container {
  padding: 28px var(--section-pad);
}

.footer-copy,
.footer-links {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.78);
}

.footer-links {
  margin-top: 4px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.86);
}

.nav-links a.active {
  color: #ffffff;
  font-weight: 700;
}

.page-banner {
  position: relative;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(12, 20, 28, 0.3) 0%, rgba(9, 14, 18, 0.35) 100%),
    url("../images/1.webp") center/cover no-repeat;
}

.page-banner .container {
  min-height: 360px;
  padding: 28px var(--section-pad) 54px;
  display: flex;
  flex-direction: column;
}

.page-banner .topbar {
  margin-bottom: auto;
}

.page-intro {
  max-width: 760px;
}

.page-intro h1 {
  margin: 0;
  font-size: clamp(38px, 4.5vw, 58px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.page-intro p {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
}

.content-band {
  background: #ffffff;
}

.content-band.alt {
  background: #f6f4ef;
}

.content-band .container {
  padding: 78px var(--section-pad);
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 28px;
}

.contact-single {
  max-width: 760px;
}

.content-card,
.info-card,
.license-card {
  background: #ffffff;
  border: 1px solid rgba(18, 18, 18, 0.08);
  border-radius: 22px;
  padding: 30px;
  box-shadow: 0 12px 28px rgba(15, 24, 28, 0.05);
}

.content-card h2,
.info-card h2,
.license-card h2,
.policy-card h2 {
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.content-card h3,
.policy-card h3 {
  max-width: none;
  margin: 28px 0 12px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
}

.content-card p,
.policy-card p {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.9;
  color: #454545;
}

.content-card ul,
.policy-card ul {
  margin: 0 0 16px;
  padding-left: 20px;
}

.content-card li,
.policy-card li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.85;
  color: #454545;
}

.info-stack {
  display: grid;
  gap: 18px;
}

.info-card h3,
.license-card h3 {
  max-width: none;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.info-list {
  display: grid;
  gap: 12px;
}

.info-item {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.08);
}

.info-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.info-label {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #6c6c6a;
}

.info-value {
  font-size: 15px;
  line-height: 1.75;
  color: #1d1d1d;
  word-break: break-word;
}

.license-card img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid rgba(18, 18, 18, 0.08);
}

.license-card p,
.policy-meta p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.8;
  color: #4c4c4c;
}

.policy-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 12px 30px rgba(15, 24, 28, 0.06);
}

.policy-meta {
  margin-bottom: 24px;
  padding: 18px 20px;
  border-radius: 16px;
  background: #f5f2eb;
}

@media (max-width: 1100px) {
  :root {
    --section-pad: 32px;
    --gutter: 22px;
  }

  .hero .container {
    min-height: 620px;
  }

  .hero-content {
    max-width: 500px;
    padding-top: 100px;
  }

  .about-grid {
    grid-template-columns: 120px 1fr 160px;
  }

  .why-grid,
  .reviews-grid,
  .contact-banner {
    grid-template-columns: 1fr;
  }

  .wide-photo {
    height: 300px;
  }

  .five-up {
    grid-template-columns: repeat(3, 1fr);
  }

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

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

@media (max-width: 768px) {
  :root {
    --section-pad: 18px;
    --gutter: 14px;
  }

  .container {
    width: min(var(--container), calc(100% - (var(--gutter) * 2)));
  }

  .hero .container {
    min-height: 380px;
    padding: 18px var(--section-pad) 18px;
  }

  .topbar {
    position: relative;
    gap: 10px;
    flex-wrap: wrap;
  }

  .nav-links {
    display: none;
    width: 100%;
    order: 3;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(12, 17, 23, 0.9);
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(10px);
  }

  .topbar.menu-open .nav-links {
    display: flex;
  }

  .nav-links a {
    width: 100%;
    padding: 10px 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .nav-links a:last-child {
    border-bottom: 0;
  }

  .brand {
    font-size: 18px;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
    flex: 0 0 auto;
  }

  .icon-btn {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }

  .hero-content {
    max-width: 270px;
    padding-top: 72px;
  }

  .hero-content h1 {
    font-size: 28px;
    line-height: 1.02;
  }

  .hero-meta {
    gap: 8px 14px;
    margin-top: 20px;
  }

  .hero-meta span {
    font-size: 10px;
  }

  .small-btn,
  .pill-btn {
    padding: 8px 12px;
    font-size: 10px;
  }

  .section {
    background: #ffffff;
  }

  .section .container {
    padding: 34px var(--section-pad);
  }

  .section-kicker {
    font-size: 12px;
  }

  h2 {
    font-size: 12px;
    line-height: 1.5;
  }

  h3 {
    max-width: 210px;
    font-size: 18px;
    line-height: 1.22;
  }

  h4 {
    font-size: 14px;
  }

  .about-grid,
  .why-grid,
  .reviews-grid,
  .contact-banner {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-grid {
    grid-template-columns: 64px 1fr 96px;
  }

  .image-note {
    height: 60px;
    border-radius: 10px;
  }

  .feature-list li {
    gap: 8px;
    font-size: 10px;
    margin-bottom: 8px;
  }

  .feature-list i {
    width: 14px;
    height: 14px;
    font-size: 7px;
  }

  .wide-photo {
    height: 160px;
    border-radius: 16px;
  }

  .section-head {
    gap: 12px;
    margin-bottom: 18px;
  }

  .card-grid,
  .compact,
  .mosaic-grid {
    gap: 8px;
  }

  .four-up,
  .five-up,
  .mosaic-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .destination-card.tall {
    height: 126px;
  }

  .package-card {
    height: 100px;
  }

  .overlay,
  .bottom-bar {
    left: 8px;
    right: 8px;
  }

  .overlay {
    bottom: 8px;
  }

  .tag {
    margin-bottom: 38px;
    padding: 4px 7px;
    font-size: 7px;
  }

  .overlay-row strong,
  .bottom-bar span {
    font-size: 8px;
  }

  .overlay-row i,
  .bottom-bar i {
    font-size: 11px;
  }

  .bottom-bar {
    bottom: 7px;
  }

  .review-gallery {
    gap: 6px;
  }

  .review-gallery img {
    height: 84px;
    border-radius: 10px;
  }

  .review-copy p {
    font-size: 10px;
    line-height: 1.5;
  }

  .stars {
    gap: 3px;
    margin-top: 8px;
    font-size: 10px;
  }

  .mosaic-card {
    height: 110px;
  }

  .play-btn {
    left: 18px;
    top: 40px;
    width: 28px;
    height: 28px;
    font-size: 10px;
  }

  .contact-copy h3 {
    max-width: 170px;
  }

  .contact-copy .small-btn {
    margin-top: 12px;
  }

  .contact-photo {
    height: 120px;
    border-radius: 12px;
  }

  .footer .container {
    padding: 24px var(--section-pad) 18px;
  }

  .footer-copy,
  .footer-links {
    font-size: 11px;
    line-height: 1.8;
  }

  .page-banner .container {
    min-height: 300px;
    padding: 18px var(--section-pad) 34px;
  }

  .page-intro h1 {
    font-size: 30px;
  }

  .page-intro p {
    font-size: 13px;
    margin-top: 12px;
  }

  .content-band .container {
    padding: 36px var(--section-pad);
  }

  .content-card,
  .info-card,
  .license-card,
  .policy-card {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .content-card h2,
  .info-card h2,
  .license-card h2,
  .policy-card h2 {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .content-card h3,
  .policy-card h3,
  .info-card h3,
  .license-card h3 {
    font-size: 17px;
  }

  .content-card p,
  .policy-card p,
  .content-card li,
  .policy-card li,
  .info-value,
  .license-card p,
  .policy-meta p {
    font-size: 13px;
    line-height: 1.8;
  }
}
