:root {
  --ink: #062638;
  --ink-soft: #4c6d78;
  --paper: #f8fffb;
  --sea: #00c2ff;
  --coral: #ff4f7b;
  --sun: #ffe45c;
  --mint: #55f2b4;
  --navy: #073449;
  --lime: #c8ff4d;
  --sky: #8ee7ff;
  --line: rgba(6, 38, 56, 0.12);
  --shadow: 0 24px 70px rgba(0, 146, 180, 0.2);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  overflow-x: hidden;
  transition:
    background 260ms ease,
    color 260ms ease;
}

html.lightbox-active,
body.lightbox-active {
  overflow: hidden;
  touch-action: none;
}

body[data-theme="dark"] {
  --ink: #f8fffb;
  --ink-soft: #bddbe2;
  --paper: #071824;
  --line: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(160px, 0.8fr) auto minmax(220px, 0.8fr);
  align-items: center;
  width: 100%;
  padding: 18px clamp(18px, 4vw, 56px);
  color: white;
}

.brand,
.nav-links {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(4, 19, 28, 0.38);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(18px);
}

.header-controls {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: visible;
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  max-width: min(320px, 28vw);
  min-height: clamp(48px, 5vw, 62px);
  padding: 7px 18px 7px 8px;
  border-radius: 999px;
  font-weight: 950;
  letter-spacing: 0;
  overflow: hidden;
}

.brand span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-logo {
  width: clamp(42px, 4.2vw, 58px);
  height: clamp(42px, 4.2vw, 58px);
  max-width: 58px;
  max-height: 58px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 10px 24px rgba(0, 146, 180, 0.22),
    0 0 0 3px rgba(255, 255, 255, 0.28);
}

.nav-links {
  display: flex;
  gap: 4px;
  padding: 6px;
  border-radius: 999px;
}

.nav-links a {
  padding: 10px 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.nav-links a:hover {
  color: white;
  background: rgba(255, 255, 255, 0.12);
}

.header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 999px;
  color: #06202a;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), transparent 38%),
    linear-gradient(135deg, var(--sun), var(--lime) 42%, var(--mint));
  box-shadow:
    0 18px 44px rgba(118, 228, 196, 0.34),
    0 0 0 5px rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
  font-weight: 950;
  min-height: 44px;
  text-shadow: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.header-action:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow:
    0 22px 54px rgba(118, 228, 196, 0.44),
    0 0 0 6px rgba(255, 255, 255, 0.2);
}

.booking-action-icon {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.booking-action-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.header-action:hover .booking-action-icon {
  animation: bookingShake 520ms ease-in-out;
}

body[data-theme="dark"] .header-action {
  border-color: rgba(255, 209, 102, 0.72);
  box-shadow:
    0 18px 44px rgba(255, 209, 102, 0.22),
    0 0 0 5px rgba(255, 209, 102, 0.12);
}

.language-switcher,
.theme-toggle {
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(4, 19, 28, 0.38);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(18px);
}

.language-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0;
  border-radius: 999px;
  overflow: visible;
}

.language-toggle {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  color: white;
  background: transparent;
  cursor: pointer;
}

.language-icon {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sun), var(--lime), var(--mint));
  color: rgba(255, 255, 255, 0.86);
  box-shadow: 0 10px 24px rgba(85, 242, 180, 0.24);
}

.language-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: var(--navy);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.language-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 80;
  display: grid;
  gap: 6px;
  min-width: 132px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  background: rgba(4, 19, 28, 0.72);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px) scale(0.98);
  transform-origin: top right;
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.language-switcher.open .language-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.lang-btn,
.theme-toggle {
  border: 0;
  color: white;
  font: inherit;
  cursor: pointer;
}

.lang-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  width: 100%;
  min-width: 0;
  height: 38px;
  padding: 0 12px;
  border-radius: 12px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.flag-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.42);
}

.flag-th {
  background: linear-gradient(180deg, #ef4444 0 25%, white 25% 38%, #1d4ed8 38% 62%, white 62% 75%, #ef4444 75%);
}

.flag-en {
  background: linear-gradient(135deg, #1d4ed8 0 45%, white 45% 55%, #ef4444 55%);
}

.flag-zh {
  background: radial-gradient(circle at 32% 32%, #ffe45c 0 24%, transparent 26%), #ef4444;
}

.flag-ru {
  background: linear-gradient(180deg, white 0 33%, #2563eb 33% 66%, #ef4444 66%);
}

.lang-btn.active {
  color: var(--navy);
  background: linear-gradient(135deg, var(--sun), var(--lime), var(--mint));
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 13px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 900;
}

.theme-icon {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--sun);
  box-shadow: 0 0 0 4px rgba(255, 209, 102, 0.16);
}

body[data-theme="dark"] .theme-icon {
  background: #dbeafe;
  box-shadow: inset -6px -4px 0 #66839a;
}

.hero {
  position: relative;
  display: grid;
  align-items: end;
  min-height: 100svh;
  padding: 150px clamp(20px, 5vw, 72px) 36px;
  color: white;
  isolation: isolate;
  overflow: hidden;
}

.hero-video,
.hero-tint {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  z-index: -3;
  object-fit: cover;
  filter: saturate(1.14) contrast(1.02);
}

.hero-tint {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(1, 13, 20, 0.82), rgba(1, 19, 26, 0.38) 50%, rgba(1, 13, 20, 0.18)),
    linear-gradient(0deg, rgba(1, 13, 20, 0.84), rgba(1, 13, 20, 0.08) 54%);
}

.flight-lines {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.flight-lines span {
  position: absolute;
  left: -18vw;
  width: 48vw;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent);
  transform: rotate(-18deg);
  animation: windLine 5s linear infinite;
}

.flight-lines span:nth-child(1) {
  top: 24%;
}

.flight-lines span:nth-child(2) {
  top: 45%;
  animation-delay: 1.4s;
}

.flight-lines span:nth-child(3) {
  top: 64%;
  animation-delay: 2.8s;
}

.parasail-motion {
  position: absolute;
  top: 20%;
  right: 9vw;
  width: clamp(160px, 22vw, 340px);
  height: clamp(150px, 20vw, 300px);
  animation: floatSail 6s ease-in-out infinite;
}

.canopy {
  width: 100%;
  height: 42%;
  border-radius: 999px 999px 24px 24px;
  background:
    radial-gradient(circle at 28% 30%, rgba(255, 255, 255, 0.55), transparent 18%),
    linear-gradient(90deg, var(--coral), var(--sun) 38%, var(--lime) 62%, var(--mint));
  clip-path: polygon(0 76%, 10% 28%, 24% 8%, 50% 0, 76% 8%, 90% 28%, 100% 76%, 76% 58%, 50% 52%, 24% 58%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.22);
}

.lines {
  width: 54%;
  height: 38%;
  margin: -4px auto 0;
  background:
    linear-gradient(104deg, transparent 49%, rgba(255, 255, 255, 0.68) 50%, transparent 51%),
    linear-gradient(76deg, transparent 49%, rgba(255, 255, 255, 0.68) 50%, transparent 51%);
}

.rider {
  width: 26px;
  height: 38px;
  margin: -2px auto 0;
  border-radius: 14px 14px 8px 8px;
  background: white;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}


.hero-content {
  width: min(760px, 100%);
  padding-bottom: clamp(26px, 6vw, 86px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--sun);
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(54px, 10vw, 132px);
  line-height: 0.88;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(32px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 12px;
  font-size: 22px;
}

.hero-copy {
  max-width: 600px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(17px, 2vw, 22px);
  line-height: 1.65;
}

.hero-actions,
.booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.primary-btn,
.ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 900;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.primary-btn {
  color: var(--navy);
  background: linear-gradient(135deg, var(--sun), var(--lime) 42%, var(--mint));
  box-shadow: 0 16px 46px rgba(0, 194, 255, 0.24);
}

.primary-btn.dark {
  color: white;
  background: linear-gradient(135deg, var(--navy), #123f4c);
}

.ghost-btn {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.ghost-btn.light {
  color: white;
  border-color: rgba(255, 255, 255, 0.36);
}

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

.hero-stats {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: 36px;
  display: grid;
  grid-template-columns: repeat(3, minmax(132px, 1fr));
  gap: 10px;
  width: min(620px, calc(100% - 40px));
}

.hero-stats article {
  position: relative;
  min-height: 168px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(3, 17, 24, 0.36);
  backdrop-filter: blur(18px);
  overflow: hidden;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
}

.hero-stats article::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 228, 92, 0.16), transparent 30%),
    linear-gradient(135deg, transparent, rgba(85, 242, 180, 0.08));
  content: "";
}

.hero-stats article::after {
  position: absolute;
  right: 14px;
  bottom: 12px;
  color: rgba(255, 255, 255, 0.14);
  font-size: 42px;
  font-weight: 950;
  line-height: 1;
}

.stat-parasail::after {
  content: "FLY";
}

.photo-card::after {
  content: "VIEW";
}

.safety-card::after {
  content: "SAFE";
}

.hero-stats article:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 228, 92, 0.5);
  background: rgba(3, 32, 44, 0.5);
}

.hero-stats strong,
.hero-stats span {
  display: block;
}

.hero-stats strong {
  position: relative;
  z-index: 1;
  font-size: clamp(24px, 4vw, 40px);
}

.hero-stats span {
  position: relative;
  z-index: 1;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.stat-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 14px;
}

.stat-icon svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.stat-icon-parasail {
  width: 70px;
  height: 70px;
  margin: -6px 0 8px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.7), transparent 24%),
    linear-gradient(135deg, rgba(0, 194, 255, 0.22), rgba(85, 242, 180, 0.18));
  box-shadow: 0 12px 34px rgba(0, 194, 255, 0.18);
}

.parachute-group {
  animation: floatAndTilt 4s infinite ease-in-out;
  transform-origin: center;
}

.boat-group {
  animation: boatRock 3s infinite ease-in-out;
  transform-origin: center;
}

.wave-line {
  stroke-dasharray: 36 62;
  animation: waveMove 2s infinite linear;
}

.camera-icon {
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 228, 92, 0.22), rgba(0, 194, 255, 0.18));
  color: white;
}

.camera-icon svg {
  fill: none;
  stroke: currentColor;
}

.camera-body {
  fill: rgba(255, 255, 255, 0.16);
  stroke: rgba(255, 255, 255, 0.9);
  stroke-width: 3;
}

.camera-lens {
  fill: rgba(0, 194, 255, 0.18);
  stroke: var(--sun);
  stroke-width: 3;
}

.aperture-lines {
  transform-origin: 32px 37px;
  transition: transform 320ms ease;
}

.aperture-lines path {
  stroke: white;
  stroke-linecap: round;
  stroke-width: 2.2;
}

.photo-card:hover .camera-icon {
  animation: cameraFlash 800ms ease-in-out;
  color: var(--mint);
}

.photo-card:hover .aperture-lines {
  transform: rotate(22deg) scale(1.12);
}

.safety-icon-wrapper {
  width: 62px;
  height: 62px;
  margin-bottom: 12px;
  border-radius: 50%;
  background: rgba(240, 255, 255, 0.16);
  box-shadow:
    0 12px 34px rgba(0, 210, 211, 0.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.16);
  overflow: hidden;
  animation: calmPulse 3s infinite ease-in-out;
}

.safety-icon {
  width: 42px;
  height: 42px;
  z-index: 2;
}

.shine-effect {
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.65), transparent);
  animation: shineMove 3s infinite;
}

.section {
  padding: clamp(72px, 10vw, 140px) clamp(20px, 5vw, 72px);
}

.section-heading {
  width: min(900px, 100%);
  margin-bottom: 34px;
}

.experience-section {
  background:
    radial-gradient(circle at 82% 14%, rgba(255, 79, 123, 0.16), transparent 32%),
    radial-gradient(circle at 15% 24%, rgba(0, 194, 255, 0.2), transparent 34%),
    linear-gradient(180deg, #fbfff5, #e9fbff);
}

body[data-theme="dark"] .experience-section {
  background:
    radial-gradient(circle at 82% 14%, rgba(255, 79, 123, 0.18), transparent 32%),
    radial-gradient(circle at 15% 24%, rgba(0, 194, 255, 0.22), transparent 34%),
    linear-gradient(180deg, #071824, #073449);
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.feature-card {
  min-height: 210px;
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 60px rgba(0, 146, 180, 0.12);
  transform: translateY(0);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

body[data-theme="dark"] .feature-card {
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 228, 92, 0.42);
  box-shadow: 0 22px 64px rgba(0, 146, 180, 0.16);
}

.feature-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  border-radius: 50%;
  color: var(--navy);
  background: linear-gradient(135deg, var(--sun), var(--lime));
  font-weight: 900;
  animation: softNumberPulse 3.6s infinite ease-in-out;
}

.feature-card h3 {
  margin-bottom: 10px;
}

.feature-card p,
.video-copy p,
.tiktok-copy p,
.booking-inner p {
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.62;
}

.promotion-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 228, 92, 0.34), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(255, 79, 123, 0.18), transparent 32%),
    linear-gradient(135deg, #f8fffb, #e9fbff 54%, #fff8e6);
}

body[data-theme="dark"] .promotion-section {
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 228, 92, 0.18), transparent 30%),
    radial-gradient(circle at 88% 18%, rgba(255, 79, 123, 0.2), transparent 32%),
    linear-gradient(135deg, #071824, #073449 58%, #0b3a4a);
}

.promotion-section::before {
  position: absolute;
  inset: 30px clamp(20px, 5vw, 72px);
  border: 1px solid rgba(0, 194, 255, 0.16);
  border-radius: 28px;
  content: "";
  pointer-events: none;
}

.promotion-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(360px, 1.18fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.promotion-copy {
  max-width: 620px;
}

.promotion-copy p {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.75;
}

.promotion-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 28px;
}

.promotion-badges span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(0, 146, 180, 0.08);
}

body[data-theme="dark"] .promotion-badges span {
  background: rgba(255, 255, 255, 0.08);
}

.promotion-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  min-height: 0;
}

.promotion-card {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 18px;
  background: white;
  box-shadow: var(--shadow);
  cursor: zoom-in;
  transform: translateY(0) rotate(0);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease;
}

.promotion-card:hover {
  transform: translateY(-8px) rotate(-1deg);
  box-shadow: 0 34px 90px rgba(0, 146, 180, 0.28);
}

.promotion-card-featured {
  grid-row: auto;
}

.promotion-card {
  aspect-ratio: 3 / 4;
}

.promotion-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.promotion-card::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(0deg, rgba(6, 38, 56, 0.76), transparent);
  content: "";
}

.promotion-card::before {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--navy);
  background: linear-gradient(135deg, var(--sun), var(--mint));
  content: "+";
  font-size: 22px;
  font-weight: 950;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.promotion-card:hover::before,
.promotion-card:focus-visible::before {
  opacity: 1;
  transform: translateY(0);
}

.promotion-card:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 3px;
}

.promotion-card figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  max-width: calc(100% - 28px);
  min-height: 38px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #062638;
  background: linear-gradient(135deg, var(--sun), var(--lime), var(--mint));
  font-size: 13px;
  font-weight: 950;
}

.promotion-cta {
  width: fit-content;
}

.packet-section {
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 194, 255, 0.16), transparent 30%),
    linear-gradient(135deg, #f8fffb, #eefbff);
}

body[data-theme="dark"] .packet-section {
  background:
    radial-gradient(circle at 18% 12%, rgba(0, 194, 255, 0.14), transparent 30%),
    linear-gradient(135deg, #071824, #0b3a4a);
}

.packet-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.packet-item {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 54px rgba(0, 146, 180, 0.12);
  cursor: zoom-in;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.packet-item::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--navy);
  background: linear-gradient(135deg, var(--sun), var(--mint));
  content: "+";
  font-size: 22px;
  font-weight: 950;
  opacity: 0;
  transform: translateY(8px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.packet-item:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 228, 92, 0.5);
  box-shadow: 0 28px 76px rgba(0, 146, 180, 0.2);
}

.packet-item:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.packet-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lightbox {
  position: fixed;
  inset: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  padding: 24px;
  background: rgba(3, 17, 24, 0.84);
  backdrop-filter: blur(12px);
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  overscroll-behavior: contain;
  transition: opacity 180ms ease;
}

.lightbox.open {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

.lightbox-image {
  max-width: min(920px, 94vw);
  max-height: 88vh;
  border-radius: 12px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.42);
  object-fit: contain;
}

.lightbox-close {
  position: fixed;
  top: max(18px, env(safe-area-inset-top));
  right: max(18px, env(safe-area-inset-right));
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  color: white;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
}

.video-section {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  background:
    radial-gradient(circle at 78% 12%, rgba(200, 255, 77, 0.18), transparent 30%),
    linear-gradient(135deg, #073449, #007ea4 58%, #00a6c8);
  color: white;
}

body[data-theme="dark"] .video-section {
  background:
    radial-gradient(circle at 78% 12%, rgba(200, 255, 77, 0.16), transparent 30%),
    linear-gradient(135deg, #041016, #073449 60%, #005f7d);
}

.video-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.video-frame {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.video-frame::before {
  position: absolute;
  inset: 18px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 6px;
  content: "";
  pointer-events: none;
}

.video-frame video {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #102731;
}

.youtube-section {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(26px, 5vw, 70px);
  align-items: center;
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 79, 123, 0.18), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(200, 255, 77, 0.28), transparent 30%),
    linear-gradient(135deg, #fff8e6, #e9fbff);
}

body[data-theme="dark"] .youtube-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 79, 123, 0.2), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(0, 194, 255, 0.2), transparent 30%),
    linear-gradient(135deg, #071824, #0b3a4a);
}

.youtube-copy p {
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.75;
}

.youtube-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--navy), #008fbd);
  box-shadow: var(--shadow);
}

.youtube-frame::before {
  position: absolute;
  inset: 16px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  content: "";
  pointer-events: none;
}

.youtube-frame iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.gallery-section {
  background:
    radial-gradient(circle at 18% 14%, rgba(0, 194, 255, 0.18), transparent 28%),
    #f8fffb;
}

body[data-theme="dark"] .gallery-section {
  background:
    radial-gradient(circle at 18% 14%, rgba(0, 194, 255, 0.18), transparent 28%),
    #071824;
}

.slider {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.slider input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.slides {
  display: flex;
  width: 100%;
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
}

.slide img {
  display: block;
  width: 100%;
  height: clamp(360px, 66vw, 720px);
  object-fit: cover;
}

.slide::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent 55%);
  content: "";
}

.slide figcaption {
  position: absolute;
  left: clamp(20px, 5vw, 52px);
  bottom: clamp(22px, 5vw, 52px);
  z-index: 2;
  color: white;
  font-size: clamp(28px, 5vw, 64px);
  font-weight: 900;
  line-height: 1;
}

#slide-1:checked ~ .slides {
  transform: translateX(0);
}

#slide-2:checked ~ .slides {
  transform: translateX(-100%);
}

#slide-3:checked ~ .slides {
  transform: translateX(-200%);
}

#slide-4:checked ~ .slides {
  transform: translateX(-300%);
}
/* เลื่อนไปรูปที่ 5 */
.slider:has(#slide-5:checked) .slides {
  transform: translateX(-400%);
}

/* เลื่อนไปรูปที่ 6 */
.slider:has(#slide-6:checked) .slides {
  transform: translateX(-500%);
}

.slide-controls {
  position: absolute;
  right: clamp(18px, 4vw, 42px);
  bottom: clamp(18px, 4vw, 42px);
  z-index: 3;
  display: flex;
  gap: 10px;
}

.slide-controls label {
  width: 42px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  cursor: pointer;
  transition: background 180ms ease, width 180ms ease;
}

#slide-1:checked ~ .slide-controls label:nth-child(1),
#slide-2:checked ~ .slide-controls label:nth-child(2),
#slide-3:checked ~ .slide-controls label:nth-child(3),
#slide-4:checked ~ .slide-controls label:nth-child(4) {
  width: 68px;
  background: var(--sun);
}

.tiktok-section {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 79, 123, 0.14), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(85, 242, 180, 0.28), transparent 34%),
    linear-gradient(135deg, #f0fdff, #fff8e6);
}

body[data-theme="dark"] .tiktok-section {
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 79, 123, 0.18), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(0, 194, 255, 0.18), transparent 34%),
    linear-gradient(135deg, #071824, #0e3742);
}

.tiktok-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(28px, 6vw, 80px);
  align-items: center;
}

.phone-shell {
  position: relative;
  min-height: 620px;
  padding: 18px;
  border: 10px solid var(--ink);
  border-radius: 34px;
  background:
    linear-gradient(var(--paper), var(--paper)) padding-box,
    linear-gradient(145deg, var(--sea), var(--mint), var(--coral)) border-box;
  box-shadow: var(--shadow);
  overflow: auto;
}

body[data-theme="dark"] .phone-shell {
  background:
    linear-gradient(#0d222b, #0d222b) padding-box,
    linear-gradient(145deg, var(--sea), var(--coral)) border-box;
}

.phone-shell::before {
  position: sticky;
  top: 0;
  display: block;
  width: 92px;
  height: 20px;
  margin: -8px auto 14px;
  border-radius: 0 0 18px 18px;
  background: var(--ink);
  content: "";
}

.reviews-section {
  position: relative;
  color: white;
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 228, 92, 0.28), transparent 32%),
    radial-gradient(circle at 84% 18%, rgba(255, 79, 123, 0.18), transparent 30%),
    linear-gradient(135deg, #006b86, #00a6c8 50%, #34d6b6);
  overflow: hidden;
}

body[data-theme="light"] .reviews-section {
  color: white;
}

.reviews-section::before,
.reviews-section::after {
  position: absolute;
  width: 38vw;
  height: 38vw;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.reviews-section::before {
  top: -18vw;
  right: -10vw;
  animation: slowDrift 12s ease-in-out infinite;
}

.reviews-section::after {
  bottom: -22vw;
  left: -14vw;
  animation: slowDrift 14s ease-in-out infinite reverse;
}

.reviews-head {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 22px;
  margin-bottom: 34px;
}

.reviews-head h2 {
  max-width: 720px;
}

.review-page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(16px);
  color: white;
  font-weight: 900;
  white-space: nowrap;
}

.reviews-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(300px, 500px) 1fr;
  gap: clamp(22px, 5vw, 56px);
  align-items: stretch;
}

.facebook-panel {
  min-height: 620px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.facebook-panel iframe {
  width: 100%;
  max-width: 100%;
  background: white;
}

.review-cards {
  display: grid;
  gap: 16px;
  align-content: center;
}

.review-card {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.16);
}

.review-card p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  line-height: 1.75;
}

.review-card span {
  display: block;
  margin-top: 18px;
  color: var(--sun);
  font-weight: 900;
}

.review-card.accent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  background: linear-gradient(135deg, rgba(255, 228, 92, 0.34), rgba(85, 242, 180, 0.24));
}

.review-card.accent strong {
  color: var(--sun);
  font-size: clamp(42px, 7vw, 82px);
  line-height: 0.9;
}

.review-card.accent p {
  margin: 0;
}

.stars {
  color: var(--sun);
  font-size: 18px;
  letter-spacing: 0;
}

.booking-section {
  position: relative;
  padding: clamp(82px, 12vw, 160px) clamp(20px, 5vw, 72px);
  color: white;
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 228, 92, 0.22), transparent 28%),
    linear-gradient(90deg, rgba(6, 38, 56, 0.72), rgba(0, 166, 200, 0.28)),
    url("https://images.unsplash.com/photo-1655734260983-232e5bf3378b?auto=format&fit=crop&w=2200&q=85") center/cover;
}

body[data-theme="dark"] .booking-section {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 228, 92, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.74), rgba(0, 104, 130, 0.42)),
    url("https://images.unsplash.com/photo-1655734260983-232e5bf3378b?auto=format&fit=crop&w=2200&q=85") center/cover;
}

.booking-inner {
  width: min(760px, 100%);
}

.booking-inner p {
  color: rgba(255, 255, 255, 0.78);
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: clamp(46px, 7vw, 82px) clamp(20px, 5vw, 72px) 24px;
  color: white;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 228, 92, 0.22), transparent 28%),
    radial-gradient(circle at 88% 16%, rgba(85, 242, 180, 0.18), transparent 30%),
    linear-gradient(135deg, #073449, #006b86 54%, #00a6c8);
}

.site-footer::before {
  position: absolute;
  right: -10vw;
  bottom: -22vw;
  width: 42vw;
  height: 42vw;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  content: "";
}

.footer-main {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) repeat(3, minmax(190px, 1fr));
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.footer-brand {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.footer-brand img {
  width: clamp(76px, 7vw, 108px);
  height: clamp(76px, 7vw, 108px);
  max-width: 108px;
  max-height: 108px;
  flex: 0 0 auto;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
  object-fit: contain;
}

.footer-brand strong {
  display: block;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1;
}

.footer-brand p,
.footer-column a,
.footer-column span,
.footer-bottom,
.footer-cta span {
  color: rgba(255, 255, 255, 0.78);
}

.footer-brand p {
  max-width: 460px;
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.75;
}

.footer-column,
.footer-cta {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.footer-column h3 {
  margin: 0 0 8px;
  color: var(--sun);
  font-size: 15px;
  text-transform: uppercase;
}

.footer-column a,
.footer-column span {
  display: block;
  font-weight: 800;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.footer-column a:hover,
.footer-socials a:hover {
  color: white;
}

.footer-cta {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(16px);
}

.footer-cta .primary-btn {
  width: 100%;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-socials a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  font-weight: 900;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  margin-top: clamp(34px, 6vw, 64px);
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-weight: 800;
}

@keyframes windLine {
  from {
    transform: translateX(-12vw) rotate(-18deg);
    opacity: 0;
  }
  18%,
  76% {
    opacity: 1;
  }
  to {
    transform: translateX(128vw) rotate(-18deg);
    opacity: 0;
  }
}

@keyframes floatSail {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(-4deg);
  }
  50% {
    transform: translate3d(-22px, 18px, 0) rotate(3deg);
  }
}

@keyframes cardRise {
  to {
    transform: translateY(0);
  }
}

@keyframes softNumberPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 228, 92, 0.18);
  }
  50% {
    transform: scale(1.04);
    box-shadow: 0 0 0 8px rgba(255, 228, 92, 0);
  }
}

@keyframes slowDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(18px, -12px, 0) scale(1.05);
  }
}

@keyframes floatAndTilt {
  0%,
  100% {
    transform: translateY(0) rotate(2deg);
  }
  50% {
    transform: translateY(-10px) rotate(-2deg);
  }
}

@keyframes boatRock {
  0%,
  100% {
    transform: rotate(-1deg);
  }
  50% {
    transform: rotate(1deg);
  }
}

@keyframes waveMove {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -98;
  }
}

@keyframes cameraFlash {
  0% {
    filter: brightness(1);
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 0.58;
    transform: scale(1.1);
  }
  50% {
    filter: brightness(2.2);
    opacity: 1;
    transform: scale(1);
  }
  100% {
    filter: brightness(1);
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes calmPulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
}

@keyframes shineMove {
  0% {
    left: -150%;
  }
  30%,
  100% {
    left: 150%;
  }
}

@keyframes bookingShake {
  0%,
  100% {
    transform: translateX(0) rotate(0);
  }
  20% {
    transform: translateX(-1px) rotate(-8deg);
  }
  40% {
    transform: translateX(2px) rotate(8deg);
  }
  60% {
    transform: translateX(-1px) rotate(-6deg);
  }
  80% {
    transform: translateX(1px) rotate(5deg);
  }
}

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

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .header-controls {
    gap: 6px;
  }

  .language-switcher {
    max-width: none;
    overflow: visible;
  }

  .hero {
    min-height: 980px;
  }

  .parasail-motion {
    top: 16%;
    right: -2vw;
    opacity: 0.85;
  }

  .hero-stats,
  .experience-grid,
  .promotion-shell,
  .video-section,
  .youtube-section,
  .tiktok-card,
  .reviews-layout {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
    padding: 20px;
  }

  .feature-icon {
    margin-bottom: 18px;
  }

  .hero-stats {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
  }

  .hero-stats article {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    column-gap: 16px;
    min-height: 112px;
    padding: 18px;
  }

  .hero-stats article::after {
    position: relative;
    right: auto;
    bottom: auto;
    align-self: center;
    font-size: clamp(32px, 8vw, 54px);
    opacity: 0.7;
  }

  .hero-stats .stat-icon {
    grid-row: 1 / span 2;
    margin: 0;
  }

  .hero-stats strong,
  .hero-stats span {
    grid-column: 2;
  }

  .hero-stats strong {
    align-self: end;
  }

  .hero-stats span {
    align-self: start;
  }

  .phone-shell {
    min-height: 560px;
  }

  .reviews-head {
    align-items: start;
    flex-direction: column;
  }

  .promotion-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: none;
    min-height: 0;
  }

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

  .promotion-card,
  .promotion-card-featured {
    grid-row: auto;
    aspect-ratio: 3 / 4;
  }

  .brand {
    max-width: 220px;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 12px;
  }

  .brand {
    max-width: 54px;
    min-height: 50px;
    gap: 8px;
    padding: 5px;
    font-size: 13px;
  }

  .brand span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .brand-logo {
    width: 40px;
    height: 40px;
  }

  .header-action {
    display: inline-grid;
    width: 44px;
    min-height: 44px;
    padding: 0;
    place-items: center;
    border-radius: 50%;
  }

  .header-action span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .booking-action-icon {
    width: 21px;
    height: 21px;
  }

  .theme-toggle {
    width: 44px;
    padding: 0;
    justify-content: center;
  }

  .theme-toggle span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .lang-btn {
    height: 38px;
    padding: 0 12px;
    font-size: 12px;
  }

  .language-icon {
    width: 34px;
    flex: 0 0 auto;
  }

  .language-menu {
    right: auto;
    left: 0;
    transform-origin: top left;
  }

  .flag-dot {
    width: 8px;
    height: 8px;
  }

  .hero {
    min-height: 900px;
    padding: 118px 18px 24px;
  }

  .feature-card {
    padding: 18px;
  }

  .feature-card p {
    font-size: 15px;
    line-height: 1.55;
  }

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

  .hero-stats {
    gap: 8px;
  }

  .hero-stats article {
    grid-template-columns: auto 1fr;
    min-height: 104px;
    padding: 16px;
  }

  .hero-stats article::after {
    position: absolute;
    right: 14px;
    bottom: 10px;
    font-size: 32px;
  }

  .hero-stats .stat-icon {
    width: 58px;
    height: 58px;
  }

  .hero-stats .stat-icon-parasail {
    width: 64px;
    height: 64px;
  }

  .section,
  .booking-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .slide-controls {
    left: 20px;
    right: auto;
  }

  .slide-controls label {
    width: 30px;
  }

  .facebook-panel {
    min-height: 560px;
  }

  .promotion-section::before {
    inset: 18px;
    border-radius: 18px;
  }

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

  .packet-grid {
    gap: 10px;
  }

  .packet-item {
    border-radius: 10px;
  }

  .lightbox {
    padding: 14px;
  }

  .promotion-card,
  .promotion-card-featured {
    aspect-ratio: 4 / 5;
  }

  .promotion-cta {
    width: 100%;
  }

  .review-card.accent {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-right: 18px;
    padding-left: 18px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    flex-direction: column;
  }

  .footer-brand img {
    width: 92px;
    height: 92px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}
