:root {
  --brand-red: #a81010;
  --brand-teal: #098599;
  --brand-ice: #f7f8f9;
  --brand-black: #000000;
  --card-bg: #ffffff;
  --text-main: #0e1519;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", "Segoe UI", sans-serif;
  font-weight: 300;
  color: var(--text-main);
  background: var(--brand-ice);
}

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

.container {
  width: min(1120px, 92%);
  margin-inline: auto;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 5rem 0 3rem;
  min-height: 78vh;
  background: var(--brand-red);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(168, 16, 16, 0.72);
  z-index: 1;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  background: var(--brand-teal);
  z-index: 3;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-bg-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
}

.hero-bg-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(78vh - 8px);
  align-items: stretch;
}

.logo {
  width: 180px;
  margin-bottom: 1rem;
}

.hero .logo {
  filter: brightness(0) invert(1);
}

.hero-copy {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  max-width: 900px;
  color: #fff;
  padding-right: 1rem;
  position: relative;
}

.hero-copy .eyebrow,
.hero-copy h1,
.hero-copy .subhead,
.hero-copy .summary {
  color: #fff;
}

.hero-copy .eyebrow {
  opacity: 0.92;
}

.hero-copy .lead {
  color: #fff;
  opacity: 0.95;
}

.eyebrow {
  color: var(--brand-teal);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8rem;
}

h1,
h2,
h3 {
  font-family: "Montserrat", "Segoe UI", sans-serif;
  letter-spacing: 0.01em;
  margin: 0;
  color: #0e1113;
}

h1 {
  font-size: clamp(2.1rem, 4.6vw, 3.7rem);
  line-height: 1.02;
  font-weight: 600;
  margin-block: 0.3rem 0.8rem;
}

h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.4rem);
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--brand-teal);
  font-weight: 500;
}

h3 {
  font-size: 1.35rem;
  font-weight: 600;
}

.subhead {
  font-size: clamp(1.1rem, 2.2vw, 1.5rem);
  font-weight: 500;
  margin: 0 0 0.35rem;
}

.destination-list {
  display: inline;
}

.destination-trigger {
  background: transparent;
  border: 0;
  color: #fff;
  font: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.16em;
  cursor: pointer;
  padding: 0;
}

.destination-trigger:hover,
.destination-trigger:focus-visible {
  color: #d8f5fb;
}

.destination-preview {
  position: fixed;
  left: 0;
  top: 0;
  width: min(280px, 42vw);
  background: #fff;
  color: #0e1519;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px) scale(0.98);
  transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  z-index: 4;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.26);
  pointer-events: none;
}

.destination-preview.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

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

.lead {
  margin: 0;
  color: var(--brand-red);
  font-weight: 600;
}

.summary {
  margin: 1rem 0 1.3rem;
  max-width: 58ch;
  line-height: 1.58;
  font-weight: 400;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 1.4rem;
}

.btn {
  text-decoration: none;
  padding: 0.72rem 1.15rem;
  border-radius: 999px;
  font-weight: 500;
  border: 2px solid transparent;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

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

.btn-primary {
  background: var(--brand-red);
  color: #fff;
  border-color: var(--brand-red);
  box-shadow: none;
}

.hero .btn-primary {
  background: #fff;
  color: var(--brand-red);
  border-color: #fff;
}

.hero .btn-primary:hover {
  background: #f2f2f2;
}

.hero .btn-outline {
  border-color: #fff;
  color: #fff;
}

.hero .btn-outline:hover {
  background: rgba(255, 255, 255, 0.14);
}

.btn-outline {
  border-color: var(--brand-teal);
  color: var(--brand-teal);
}

.section {
  padding: 4.5rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.section-how {
  background: #ffffff;
}

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

.step {
  background: #fff;
  border: 1px solid rgba(9, 133, 153, 0.2);
  border-radius: 1rem;
  padding: 1.15rem;
}

.step span {
  color: var(--brand-red);
  font-weight: 800;
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}

.step p {
  line-height: 1.52;
  margin: 0.5rem 0 0;
}

.step h3 {
  margin-top: 0.35rem;
}

.section-details {
  background: var(--brand-ice);
}

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

.detail-card {
  background: var(--card-bg);
  border-radius: 0.95rem;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.05);
}

.detail-card strong {
  display: block;
  color: var(--brand-black);
  margin-bottom: 0.35rem;
}

.detail-card span {
  color: #3b454c;
  font-size: 0.95rem;
}

.small-copy {
  margin-top: 1.6rem;
  margin-bottom: 0.4rem;
  line-height: 1.6;
  max-width: 78ch;
  font-size: 0.95rem;
}

.details-cta {
  margin-top: 1.6rem;
  margin-bottom: 0.4rem;
}

.section-gallery {
  background: var(--brand-teal);
}

.section-gallery h2 {
  color: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.gallery-grid img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 0;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.22);
  transition: filter 0.25s ease, box-shadow 0.25s ease;
}

.gallery-grid img:hover {
  filter: brightness(1.08) saturate(1.15);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7), 0 12px 20px rgba(0, 0, 0, 0.28);
}

.section-mission {
  background: #ffffff;
  color: var(--text-main);
}

.section-mission h2 {
  color: #ffffff;
}

.mission-wrap {
  padding: 0.6rem 0;
}

.mission-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.16);
}

.mission-image {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}

.mission-panel {
  background: #098599;
  color: #f3fcfd;
  padding: 2rem;
}

.mission-panel p {
  max-width: 62ch;
  line-height: 1.65;
}

.site-footer {
  background: #000000;
  color: #e8f3f4;
  padding: 3.2rem 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
}

.site-footer h3 {
  color: #fff;
  margin-bottom: 0.8rem;
}

.site-footer p {
  margin: 0 0 0.75rem;
}

.site-footer p:last-child {
  margin-bottom: 0;
}

address {
  font-style: normal;
  line-height: 1.58;
}

.legal {
  color: #d5e0e2;
  line-height: 1.58;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
}

@media (max-width: 980px) {
  .hero-wrap {
    gap: 1rem;
  }

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

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

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

  .mission-split {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .section {
    padding: 3.5rem 0;
  }

  .logo {
    width: 140px;
  }

  .steps,
  .details-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid img {
    height: 240px;
  }

  .destination-preview {
    display: none;
  }
}
