:root {
  color-scheme: light;
  --ink: #172225;
  --muted: #617074;
  --line: #dde7e5;
  --paper: #ffffff;
  --canvas: #f7faf9;
  --mist: #eaf6f4;
  --teal: #2f9a8e;
  --teal-dark: #147568;
  --gold: #f4c545;
  --rose: #c96f5f;
  --charcoal: #173033;
  --shadow: 0 18px 50px rgba(23, 48, 51, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans SC", sans-serif;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

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

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

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

.en,
.lang-en .zh {
  display: none;
}

.lang-en .en {
  display: inline;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 78px;
  padding: 12px clamp(18px, 4vw, 58px);
  border-bottom: 1px solid rgba(221, 231, 229, 0.9);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand img {
  width: 154px;
  height: 54px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #314347;
  font-size: 15px;
  font-weight: 750;
}

.site-nav a {
  padding: 9px 0;
}

.site-nav a:hover {
  color: var(--teal-dark);
}

.nav-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 0 16px !important;
  background: var(--charcoal);
  color: white;
}

.language-toggle,
.menu-toggle {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  color: var(--charcoal);
  cursor: pointer;
}

.language-toggle {
  min-height: 38px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 850;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  min-height: calc(100vh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: clamp(30px, 5vw, 70px);
  align-items: center;
  padding: clamp(32px, 5vw, 74px) clamp(18px, 5vw, 72px);
  overflow: hidden;
  background: #f7f5ef;
  color: var(--charcoal);
}

.hero-content {
  width: min(720px, 100%);
  padding: 0;
}

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

.hero .eyebrow,
.contact-copy .eyebrow {
  color: var(--teal-dark);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 18px;
  font-size: clamp(38px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1.1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 23px;
  line-height: 1.18;
}

.hero p {
  max-width: 660px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

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

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 680px;
  margin-top: 24px;
}

.hero-proof span {
  border: 1px solid rgba(47, 154, 142, 0.18);
  border-radius: 999px;
  padding: 8px 11px;
  background: white;
  color: #405457;
  font-size: 13px;
  font-weight: 900;
}

.hero-slideshow {
  position: relative;
  min-height: clamp(480px, 58vw, 680px);
  border-radius: 8px;
  overflow: hidden;
  background: #dcecea;
  box-shadow: 0 22px 58px rgba(23, 48, 51, 0.16);
  isolation: isolate;
}

.hero-slideshow::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(10, 38, 40, 0.04), transparent 42%, rgba(10, 38, 40, 0.5)),
    linear-gradient(90deg, rgba(10, 38, 40, 0.18), transparent 45%);
  pointer-events: none;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04);
  animation: heroSlideShow 45s infinite;
  animation-delay: calc(var(--slide-index, 0) * 5s);
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-slide-badge,
.hero-slide-caption,
.hero-slide-dots {
  position: absolute;
  z-index: 3;
}

.hero-slide-badge {
  top: 18px;
  left: 18px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.86);
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 950;
  backdrop-filter: blur(12px);
}

.hero-slide-caption {
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: grid;
  gap: 4px;
  max-width: 440px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(12, 44, 47, 0.72);
  color: white;
  backdrop-filter: blur(14px);
}

.hero-slide-caption strong {
  font-size: 15px;
  line-height: 1.2;
}

.hero-slide-caption span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 800;
}

.hero-slide-dots {
  right: 18px;
  top: 18px;
  display: flex;
  gap: 6px;
}

.hero-slide-dots span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  box-shadow: 0 0 0 1px rgba(10, 38, 40, 0.12);
  animation: heroDotShow 45s infinite;
  animation-delay: calc(var(--slide-index, 0) * 5s);
}

@keyframes heroSlideShow {
  0%,
  8% {
    opacity: 1;
    transform: scale(1);
  }

  12%,
  100% {
    opacity: 0;
    transform: scale(1.04);
  }
}

@keyframes heroDotShow {
  0%,
  8% {
    background: white;
    transform: scale(1.25);
  }

  12%,
  100% {
    background: rgba(255, 255, 255, 0.52);
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide,
  .hero-slide-dots span {
    animation: none;
  }

  .hero-slide.is-active {
    opacity: 1;
    transform: none;
  }
}

.button,
.filters button {
  min-height: 46px;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 18px;
  cursor: pointer;
  font-weight: 900;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.primary {
  background: var(--teal);
  color: white;
}

.ghost {
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.13);
  color: white;
}

.product-entry-band {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  padding: 14px clamp(14px, 4vw, 34px);
  background: #f7f5ef;
}

.product-entry-band article {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 0;
  border: 1px solid rgba(221, 231, 229, 0.95);
  border-radius: 8px;
  background: white;
  box-shadow: 0 14px 34px rgba(23, 48, 51, 0.06);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.product-entry-band article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--teal);
  z-index: 1;
}

.product-entry-band article:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 154, 142, 0.28);
  box-shadow: 0 20px 46px rgba(23, 48, 51, 0.11);
}

.product-entry-band article > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.entry-card-body {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px clamp(18px, 3vw, 26px) 24px;
}

.product-entry-band strong {
  color: var(--teal-dark);
  font-size: 24px;
  line-height: 1.2;
}

.product-entry-band small {
  color: #405457;
  font-size: 13px;
  font-weight: 950;
  line-height: 1.45;
}

.product-entry-band p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.product-entry-band a {
  width: fit-content;
  align-self: end;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(47, 154, 142, 0.2);
  border-radius: 8px;
  padding: 0 12px;
  background: #f5fbfa;
  color: var(--teal-dark);
  font-weight: 950;
}

.section,
.story,
.contact-section {
  padding: 84px clamp(18px, 5vw, 72px);
}

.tinted {
  background: var(--mist);
}

.semporna-preview {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 15%, rgba(255, 255, 255, 0.8), transparent 22%),
    radial-gradient(circle at 90% 18%, rgba(94, 219, 220, 0.26), transparent 24%),
    linear-gradient(180deg, #e9fbff 0%, #f5fffd 58%, #fffaf1 100%);
}

.semporna-preview::before {
  content: "";
  position: absolute;
  inset: auto -8% -90px;
  height: 180px;
  background:
    radial-gradient(80% 80% at 50% 0%, rgba(47, 154, 142, 0.16), transparent 65%);
  pointer-events: none;
}

.semporna-preview .section-head {
  position: relative;
  z-index: 1;
  align-items: start;
}

.semporna-preview .section-note {
  max-width: 520px;
  text-align: left;
}

.semporna-feature-grid {
  position: relative;
  z-index: 1;
}

.semporna-feature-card {
  border-color: rgba(47, 154, 142, 0.14);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(246, 255, 253, 0.9));
  box-shadow: 0 16px 38px rgba(23, 48, 51, 0.1);
}

.semporna-feature-card img {
  aspect-ratio: 1.18 / 1;
}

.semporna-feature-card:nth-child(4) img {
  object-position: center 42%;
}

.semporna-feature-card .feature-card-copy {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.semporna-feature-card .feature-card-copy > span {
  width: fit-content;
  border-radius: 999px;
  padding: 5px 9px;
  background: rgba(47, 154, 142, 0.1);
  color: var(--teal-dark);
  font-size: 12px;
  font-weight: 950;
}

.semporna-feature-card h3 {
  margin: 0;
  color: var(--charcoal);
  font-size: 23px;
  line-height: 1.18;
}

.semporna-feature-card p {
  margin: 0;
  color: #496267;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.55;
}

.guide-card {
  min-height: 100%;
  align-content: stretch;
  background:
    radial-gradient(circle at 80% 16%, rgba(255, 255, 255, 0.76), transparent 28%),
    linear-gradient(135deg, #e8fbff, #ffffff 54%, #ecfbf8);
}

.guide-card-icon {
  min-height: 180px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle, rgba(94, 219, 220, 0.28), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(234, 250, 250, 0.7));
}

.guide-card-icon svg {
  width: 82px;
  height: 82px;
  fill: none;
  stroke: var(--teal-dark);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.semporna-preview-cta {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.semporna-preview-cta .button {
  min-width: min(100%, 260px);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 28px;
}

.section-head a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 14px;
  background: white;
  color: var(--teal-dark);
  font-weight: 900;
}

.section-note {
  max-width: 330px;
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
  text-align: right;
}

.showcase-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
  gap: 18px;
}

.showcase-card,
.package-card,
.tour-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.package-card {
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.package-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 54px rgba(23, 48, 51, 0.16);
}

.showcase-card {
  min-height: 420px;
  position: relative;
  display: grid;
  align-items: end;
  color: white;
}

.showcase-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14, 35, 45, 0.06), rgba(14, 35, 45, 0.82));
}

.showcase-card div {
  position: relative;
  z-index: 1;
  padding: 28px;
}

.showcase-card span {
  color: var(--gold);
  font-weight: 900;
}

.showcase-card p {
  max-width: 560px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

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

.package-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.tour-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.package-card div,
.tour-card-body {
  padding: 18px;
}

.package-card p,
.tour-card p {
  margin-bottom: 8px;
  color: var(--muted);
  line-height: 1.55;
}

.package-card span,
.tour-card span {
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 900;
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filters button {
  background: white;
  border-color: var(--line);
  color: var(--charcoal);
}

.filters button.active {
  background: var(--teal);
  color: white;
}

.group-tour-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: white;
  box-shadow: var(--shadow);
}

.group-tour-intro h3 {
  max-width: 520px;
  font-size: clamp(26px, 3vw, 38px);
}

.group-tour-intro p {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.75;
}

.group-tour-intro ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.group-tour-intro li {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px 16px 16px 42px;
  background: #f8fcfb;
}

.group-tour-intro li span {
  color: #344654;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.45;
}

.group-tour-intro li::before {
  content: "✓";
  position: absolute;
  left: 16px;
  top: 16px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--teal);
  color: white;
  font-size: 12px;
  font-weight: 950;
}

.experience-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
}

.experience-tags > span {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 9px 13px;
  background: white;
  color: var(--charcoal);
  font-size: 14px;
  font-weight: 900;
}

.tour-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
}

.card-cover-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.tour-card-body {
  position: relative;
  z-index: 2;
  display: grid;
  align-content: space-between;
  gap: 14px;
  min-height: 310px;
}

.tour-card h3 {
  font-size: 30px;
}

.tour-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.tour-meta span {
  border-radius: 8px;
  padding: 5px 8px;
  background: var(--mist);
  color: var(--teal-dark);
  font-size: 12px;
  line-height: 1;
}

.pdf-link {
  position: relative;
  z-index: 3;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 12px;
  background: var(--charcoal);
  color: white;
  font-size: 14px;
  font-weight: 900;
}

.availability-section {
  margin-top: 44px;
  border-top: 1px solid var(--line);
  padding-top: 42px;
  background: white;
}

.compact-head h2 {
  font-size: clamp(26px, 3vw, 38px);
}

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

.availability-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--canvas);
}

.availability-card h3 {
  margin-bottom: 6px;
}

.availability-card p {
  color: var(--muted);
  line-height: 1.6;
}

.availability-card ul {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.availability-card li {
  display: grid;
  gap: 4px;
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.availability-card time {
  color: var(--charcoal);
  font-size: 14px;
  font-weight: 950;
}

.availability-card li span {
  color: var(--teal-dark);
  font-size: 14px;
  font-weight: 850;
}

.trust-section {
  background: var(--mist);
}

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

.trust-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: white;
  box-shadow: var(--shadow);
}

.trust-card strong {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin-bottom: 16px;
  border-radius: 8px;
  padding: 0 12px;
  background: var(--mist);
  color: var(--teal-dark);
  font-size: 20px;
}

.trust-card h3 {
  font-size: 22px;
}

.trust-card p {
  color: var(--muted);
  line-height: 1.7;
}

.story {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(26px, 5vw, 62px);
  align-items: center;
  background: white;
}

.story-image {
  margin: 0;
  min-height: 520px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(23, 48, 51, 0.14);
}

.story-image img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center 58%;
}

.story-copy p,
.contact-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.8;
}

.story-copy ul {
  padding-left: 20px;
  color: #344654;
  line-height: 2;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.65fr);
  gap: clamp(24px, 6vw, 74px);
  background:
    radial-gradient(circle at 12% 18%, rgba(244, 197, 69, 0.14), transparent 28%),
    linear-gradient(135deg, #12383d, #173033 62%, #23474a);
  color: white;
}

.contact-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-copy h2 {
  color: white;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  border-radius: 8px;
  background: white;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #344654;
  font-size: 14px;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
  color: var(--ink);
  resize: vertical;
}

.contact-form .primary {
  border: 0;
}

.contact-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.contact-actions .button {
  width: 100%;
  font-size: 15px;
}

.contact-actions .secondary {
  border-color: rgba(47, 154, 142, 0.36);
  background: #e4f8f5;
  color: var(--teal-dark);
}

.contact-actions .secondary:hover {
  border-color: rgba(47, 154, 142, 0.5);
  background: #d7f2ee;
}

.form-note {
  margin: 0;
  color: #5d6e72;
  font-size: 13px;
  font-weight: 800;
}

.site-footer {
  background: #102528;
  color: rgba(255, 255, 255, 0.76);
}

.footer-cta,
.footer-main,
.footer-bottom {
  width: min(1320px, calc(100% - 36px));
  margin: 0 auto;
}

.footer-cta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: clamp(28px, 5vw, 48px) 0;
}

.footer-cta h2 {
  margin-bottom: 8px;
  color: white;
  font-size: clamp(28px, 4vw, 46px);
}

.footer-cta p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr 1.2fr;
  gap: clamp(22px, 4vw, 44px);
  padding: clamp(30px, 5vw, 54px) 0;
}

.footer-col {
  min-width: 0;
}

.footer-col summary {
  margin-bottom: 16px;
  color: white;
  cursor: pointer;
  font-size: 18px;
  font-weight: 950;
  list-style: none;
}

.footer-col summary::-webkit-details-marker {
  display: none;
}

.footer-col p {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.footer-col nav {
  display: grid;
  gap: 10px;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.76);
}

.footer-col a:hover {
  color: var(--gold);
}

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

.footer-badges span {
  border: 1px solid rgba(244, 197, 69, 0.28);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(244, 197, 69, 0.09);
  color: #f7d777;
  font-size: 12px;
  font-weight: 900;
}

.footer-socials a,
.maps-button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.09);
  color: white;
  font-size: 13px;
  font-weight: 900;
}

.maps-button {
  width: fit-content;
  margin-top: 8px;
  background: var(--gold);
  color: #102528 !important;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 0 22px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom a {
  color: rgba(255, 255, 255, 0.72);
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.social-links a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 25;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  border-radius: 8px;
  padding: 0 16px;
  background: #25d366;
  color: white;
  box-shadow: 0 12px 30px rgba(23, 48, 51, 0.22);
  font-weight: 950;
}

.is-hidden {
  display: none;
}

@media (max-width: 1040px) {
  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 78px 0 auto;
    display: none;
    padding: 18px;
    border-bottom: 1px solid var(--line);
    background: white;
    box-shadow: var(--shadow);
  }

  body.nav-open .site-nav {
    display: grid;
  }

  .nav-cta {
    justify-content: center;
  }

  .language-toggle {
    width: 100%;
  }

  .showcase-grid,
  .group-tour-intro,
  .story,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .package-grid,
  .tour-grid,
  .availability-grid,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .story-image {
    min-height: 360px;
  }

  .story-image img {
    height: 360px;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 70px;
  }

  .site-header {
    min-height: 70px;
    padding: 10px 16px;
  }

  .brand img {
    width: 128px;
    height: 48px;
  }

  .site-nav {
    inset: 70px 0 auto;
  }

  .hero {
    min-height: auto;
    padding: 18px 18px 34px;
  }

  .hero-content {
    order: 2;
  }

  .hero-slideshow {
    order: 1;
    min-height: 330px;
    border-radius: 8px;
  }

  .hero-slide-badge,
  .hero-slide-dots {
    top: 12px;
  }

  .hero-slide-badge {
    left: 12px;
  }

  .hero-slide-dots {
    right: 12px;
  }

  .hero-slide-caption {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 12px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  .hero p {
    font-size: 16px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    gap: 7px;
  }

  .section,
  .story,
  .contact-section {
    padding: 58px 18px;
  }

  .section-head {
    display: grid;
    align-items: start;
  }

  .section-note {
    max-width: none;
    text-align: left;
  }

  .product-entry-band,
  .group-tour-intro ul,
  .package-grid,
  .tour-grid,
  .availability-grid {
    grid-template-columns: 1fr;
  }

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

  .showcase-card {
    min-height: 360px;
  }

  .contact-form {
    padding: 18px;
  }

  .contact-actions {
    grid-template-columns: 1fr;
  }

  .floating-whatsapp {
    right: 14px;
    left: 14px;
    bottom: 12px;
    justify-content: center;
  }

  .footer-cta {
    display: grid;
  }

  .footer-cta .button {
    width: 100%;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 18px 0;
  }

  .footer-col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 16px 0;
  }

  .footer-col summary {
    position: relative;
    margin-bottom: 0;
    padding-right: 24px;
  }

  .footer-col summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    color: var(--gold);
  }

  .footer-col[open] summary {
    margin-bottom: 14px;
  }

  .footer-col[open] summary::after {
    content: "-";
  }

  .footer-bottom {
    display: grid;
  }
}
