/*
Theme Name: Tahiti Lagoon Tour
Theme URI: https://tahiti-lagoon.com
Author: Tahiti Lagoon Tour
Description: Theme WordPress sur mesure pour Tahiti Lagoon Tour.
Version: 1.0.0
Text Domain: tahiti-lagoon-tour
*/

:root {
  --background: #fbfaf6;
  --foreground: #082a32;
  --card: #fffdf9;
  --card-foreground: #082a32;
  --primary: #0aa59f;
  --primary-foreground: #ffffff;
  --secondary: #073740;
  --secondary-foreground: #ffffff;
  --muted: #f2f2ed;
  --muted-foreground: #63757a;
  --accent: #f49a76;
  --accent-foreground: #082a32;
  --border: #d7ddda;
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid #f49a76;
  outline-offset: 4px;
}

.scrollbar-thin {
  scrollbar-width: thin;
}

.scrollbar-none {
  scrollbar-width: none;
}

.scrollbar-stable {
  scrollbar-gutter: stable;
}

svg {
  width: 1.15rem;
  height: 1.15rem;
  flex: 0 0 auto;
  stroke-width: 1.75;
}

.shell {
  width: min(1180px, calc(100% - 56px));
  margin-inline: auto;
}

.hero {
  min-height: 96svh;
  color: #ffffff;
  position: relative;
  background:
    linear-gradient(180deg, rgba(3, 34, 42, 0.74) 0%, rgba(3, 34, 42, 0.28) 42%, rgba(3, 34, 42, 0.16) 62%, rgba(3, 34, 42, 0.72) 100%),
    url("assets/images/journee-lagon-catamaran.jpg") center 48%/cover;
}

.nav {
  min-height: 96px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.brand {
  width: max-content;
  display: flex;
  align-items: center;
  line-height: 1;
}

.brand-logo {
  width: 142px;
  display: block;
}

.brand-logo img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(1.28) drop-shadow(0 2px 10px rgba(0, 0, 0, 0.38));
}

.footer .brand-logo img {
  filter: none;
}

.nav-links {
  display: flex;
  gap: 30px;
  font-size: 14px;
}

.nav-links a,
.text-link {
  transition: opacity 0.2s ease;
}

.nav-links a:hover,
.text-link:hover {
  opacity: 0.72;
}

.nav-cta {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  padding: 14px 20px;
  font-weight: 700;
  line-height: 1.15;
}

.hero-content {
  display: grid;
  justify-items: center;
  padding-top: clamp(74px, 8vw, 108px);
  padding-bottom: clamp(54px, 8vw, 90px);
  text-align: center;
}

.kicker {
  color: #129d98;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 24px;
}

.kicker.light {
  color: #ffffff;
}

h1,
h2,
h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
}

.hero h1 {
  max-width: 930px;
  font-size: 5.2rem;
  line-height: 0.94;
}

.hero-copy {
  max-width: 1040px;
  font-size: 18px;
  line-height: 1.7;
  margin: 30px 0 20px;
}

.language-switcher {
  position: absolute;
  top: clamp(112px, 14vh, 150px);
  right: clamp(24px, 4vw, 68px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  background: rgba(7, 55, 64, 0.36);
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  padding: 7px;
  backdrop-filter: blur(8px);
}

.language-options {
  display: flex;
  align-items: center;
  gap: 7px;
}

.language-option {
  width: 36px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  font: inherit;
  line-height: 1;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.language-option:hover,
.language-option[aria-current="true"],
.language-option[aria-pressed="true"] {
  background: #ffffff;
  border-color: #ffffff;
  transform: translateY(-1px);
}

.flag-icon {
  width: 25px;
  height: 17px;
  display: block;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(7, 55, 64, 0.18) inset;
}

.flag-fr {
  background: linear-gradient(90deg, #0055a4 0 33.33%, #ffffff 33.33% 66.66%, #ef4135 66.66%);
}

.flag-en {
  position: relative;
  background: #012169;
}

.flag-en::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(33deg, transparent 0 41%, #ffffff 41% 47%, #c8102e 47% 53%, #ffffff 53% 59%, transparent 59%),
    linear-gradient(-33deg, transparent 0 41%, #ffffff 41% 47%, #c8102e 47% 53%, #ffffff 53% 59%, transparent 59%),
    linear-gradient(90deg, transparent 0 40%, #ffffff 40% 60%, transparent 60%),
    linear-gradient(180deg, transparent 0 34%, #ffffff 34% 66%, transparent 66%),
    linear-gradient(90deg, transparent 0 45%, #c8102e 45% 55%, transparent 55%),
    linear-gradient(180deg, transparent 0 41%, #c8102e 41% 59%, transparent 59%);
}

.flag-es {
  background: linear-gradient(180deg, #aa151b 0 25%, #f1bf00 25% 75%, #aa151b 75%);
}

.flag-it {
  background: linear-gradient(90deg, #009246 0 33.33%, #ffffff 33.33% 66.66%, #ce2b37 66.66%);
}

.flag-de {
  background: linear-gradient(180deg, #000000 0 33.33%, #dd0000 33.33% 66.66%, #ffce00 66.66%);
}

.hero-actions {
  width: min(900px, 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-inline: auto;
}

.button {
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
  padding: 17px 24px;
  font-weight: 700;
  line-height: 1.18;
  text-align: center;
}

.button.white {
  color: #082a32;
  background: #ffffff;
}

.button.turquoise {
  color: #073740;
  background: #21cfc4;
  padding: 18px 26px;
}

.button.ghost-light {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
}

.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  font-weight: 700;
}

.hero-capacity {
  z-index: 2;
  justify-self: center;
  max-width: 360px;
  display: inline-grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 3px 10px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(7, 55, 64, 0.46);
  color: #ffffff;
  margin: 0 0 24px;
  padding: 9px 14px 9px 12px;
  text-align: left;
  backdrop-filter: blur(8px);
}

.hero-capacity svg {
  grid-row: 1 / span 2;
  color: #21cfc4;
  width: 22px;
  height: 22px;
}

.hero-capacity span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
}

.hero-capacity strong {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.18;
}

.hero-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 92px;
}

.hero-stats span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
}

.hero-note {
  justify-self: start;
  max-width: 640px;
  display: grid;
  gap: 7px;
  border-left: 3px solid #21cfc4;
  border-radius: var(--radius);
  background: rgba(7, 55, 64, 0.5);
  backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, 0.82);
  margin-top: clamp(38px, 10vh, 112px);
  padding: 15px 18px;
  text-align: left;
}

.hero-note strong {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-note p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}

.coordinates {
  position: absolute;
  right: clamp(24px, 4vw, 68px);
  bottom: clamp(24px, 4vw, 54px);
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 3px 9px;
  max-width: 360px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(7, 55, 64, 0.42);
  color: rgba(255, 255, 255, 0.86);
  padding: 8px 13px 8px 11px;
  backdrop-filter: blur(8px);
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.coordinates:hover,
.coordinates:focus-visible {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(7, 55, 64, 0.58);
  transform: translateY(-1px);
}

.coordinates:focus-visible {
  outline: 2px solid rgba(33, 207, 196, 0.86);
  outline-offset: 4px;
}

.coordinates svg {
  grid-row: 1 / span 2;
  color: #21cfc4;
  width: 22px;
  height: 22px;
}

.coordinates span {
  grid-column: 2 / -1;
  color: rgba(255, 255, 255, 0.72);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
}

.coordinates strong {
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.1;
}

.intro {
  padding: 112px 0 70px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: end;
  gap: 80px;
}

.intro h2,
.spirit h2,
.booking h2 {
  font-size: 5rem;
  line-height: 1;
}

em {
  color: #0fa59f;
  font-weight: 400;
}

.lead {
  max-width: 520px;
  color: #63757a;
  font-size: 17px;
  line-height: 1.8;
  margin: 0 0 4px;
}

.tour-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-bottom: 130px;
}

.tour-card {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  background: var(--card);
  border: 1px solid #d6ddda;
  border-radius: var(--radius);
  padding: 32px;
}

.card-top {
  display: flex;
  justify-content: space-between;
  color: #81969a;
  margin-bottom: 44px;
  font-size: 13px;
}

.card-top svg {
  width: 28px;
  height: 28px;
  color: #0aa59f;
}

.tour-card .kicker {
  font-size: 10px;
  margin-bottom: 16px;
}

.tour-card h3 {
  font-size: 1.85rem;
  line-height: 1.12;
}

.tour-description {
  min-height: 78px;
  color: #63757a;
  line-height: 1.65;
  margin: 20px 0 14px;
}

.best-for {
  border-left: 3px solid var(--accent);
  color: #355158;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 18px;
  padding-left: 12px;
}

.price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 3px 8px;
  border-bottom: 1px solid #d8ddda;
  padding-bottom: 22px;
  margin: 0;
}

.price span:first-child {
  flex-basis: 100%;
  color: #63757a;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.price strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
  font-weight: 400;
}

.price span:last-child {
  color: #63757a;
  font-size: 12px;
}

.tour-card ul {
  list-style: none;
  padding: 20px 0;
  margin: 0;
  color: #506369;
  font-size: 13px;
  line-height: 2.2;
}

.tour-card li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tour-card li svg {
  width: 14px;
  height: 14px;
  color: #0aa59f;
}

.card-link {
  margin-top: auto;
  border-top: 1px solid #082a32;
  padding-top: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.activity-showcase {
  display: grid;
  gap: 26px;
  padding-bottom: 118px;
}

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

.activity-callout {
  min-width: 0;
  min-height: 168px;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  grid-template-rows: 1fr auto;
  gap: 14px;
  border: 1px solid #cbd7d4;
  border-radius: var(--radius);
  background: #fffdf9;
  color: #082a32;
  cursor: pointer;
  font: inherit;
  padding: 14px;
  text-align: left;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.activity-callout:hover,
.activity-callout[aria-pressed="true"] {
  border-color: #0aa59f;
  box-shadow: 0 18px 38px rgba(7, 55, 64, 0.12);
  transform: translateY(-2px);
}

.activity-callout[aria-pressed="true"] {
  background: #f6fffd;
}

.activity-callout-image {
  grid-row: 1 / span 2;
  min-height: 138px;
  overflow: hidden;
  border-radius: calc(var(--radius) - 2px);
  background: #073740;
}

.activity-callout-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.activity-callout-content {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: 6px;
}

.activity-callout-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: #6f8589;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.activity-callout strong {
  color: #082a32;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 400;
  line-height: 1.08;
}

.activity-callout-content > span:not(.activity-callout-top) {
  color: #63757a;
  font-size: 13px;
}

.activity-callout small {
  color: #0c6c68;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.activity-callout-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #073740;
  border-top: 1px solid #d8ddda;
  padding-top: 10px;
  font-size: 13px;
  font-weight: 700;
}

.activity-callout-action svg {
  color: #0aa59f;
  width: 16px;
  height: 16px;
}

.activity-detail {
  scroll-margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  background: #fffdf9;
  border: 1px solid #d6ddda;
  border-radius: var(--radius);
}

.activity-detail.reverse .activity-media {
  order: 2;
}

.activity-media {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  position: relative;
  background: #073740;
}

.activity-gallery,
.activity-gallery [data-slot="carousel-content"],
.activity-carousel-track,
.activity-slide,
.activity-photo {
  height: 100%;
}

.activity-gallery {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 9;
  max-height: 720px;
  min-height: 380px;
}

.activity-photo {
  position: relative;
  display: grid;
  place-items: center;
  margin: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(33, 207, 196, 0.12), transparent 44%),
    #073740;
}

.activity-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: saturate(1.04) contrast(1.02);
}

.activity-photo::after {
  content: none;
}

.activity-photo figcaption {
  position: absolute;
  left: 28px;
  bottom: 24px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100% - 56px);
  border-radius: 999px;
  background: rgba(7, 55, 64, 0.72);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
  padding: 10px 14px;
}

.gallery-controls {
  position: static;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding: 16px 22px;
}

.gallery-controls button {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  cursor: pointer;
}

.gallery-controls button:disabled {
  cursor: default;
  opacity: 0.45;
}

.gallery-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 80px;
}

.gallery-dots button {
  width: 28px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.38);
  border: 0;
}

.gallery-dots button[aria-current="true"] {
  background: #21cfc4;
}

.photo-cta {
  position: static;
  align-self: center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  margin: 16px 22px 16px 0;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.92);
  color: #073740;
  font-size: 13px;
  font-weight: 700;
}

.activity-body {
  display: flex;
  flex-direction: column;
  padding: 42px;
}

.activity-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.activity-heading h3 {
  font-size: 3rem;
  line-height: 1;
}

.activity-heading > span {
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.24em;
}

.activity-summary {
  color: #4e666c;
  font-size: 16px;
  line-height: 1.75;
  margin: 22px 0 26px;
}

.activity-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.activity-facts > div {
  min-height: 106px;
  display: grid;
  grid-template-columns: 28px 1fr;
  grid-template-rows: auto 1fr;
  gap: 7px 12px;
  align-items: start;
  border: 1px solid #d8ddda;
  border-radius: var(--radius);
  background: #fbfaf6;
  padding: 15px;
}

.activity-facts svg {
  grid-row: 1 / span 2;
  color: #0aa59f;
  width: 22px;
  height: 22px;
}

.activity-facts dt {
  color: #63757a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.activity-facts dd {
  margin: 0;
  color: #082a32;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.activity-minimum-note {
  display: block;
  color: #63757a;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
  margin-top: 6px;
}

.activity-price-list {
  display: grid;
  gap: 5px;
  list-style: disc;
  margin: 0;
  padding-left: 17px;
}

.activity-price-list li {
  padding-left: 1px;
}

.price-note {
  color: #63757a;
  font-size: 12px;
  margin: 10px 0 18px;
}

.activity-notes {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
}

.activity-note {
  border: 1px solid rgba(244, 154, 118, 0.6);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
  background: #fff8f3;
  color: #355158;
  margin: 0;
  padding: 15px 18px;
}

.activity-note strong {
  display: block;
  color: #073740;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.activity-note p {
  margin: 7px 0 0;
  font-size: 13px;
  line-height: 1.6;
}

.activity-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.button.outline-dark {
  color: #073740;
  border: 1px solid #9fb0ae;
  background: transparent;
}

.activity-columns {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 16px;
}

.activity-panel,
.route-choices section {
  border-top: 1px solid #d8ddda;
  padding-top: 20px;
}

.activity-panel h4,
.route-choices h4 {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #073740;
  font-size: 13px;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.activity-panel ul,
.route-choices ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 9px;
  color: #506369;
  font-size: 13px;
  line-height: 1.55;
}

.activity-panel li,
.route-choices li {
  position: relative;
  padding-left: 18px;
}

.activity-panel li::before,
.route-choices li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #0aa59f;
}

.activity-timeline {
  display: grid;
  gap: 12px;
}

.activity-timeline-row {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
}

.activity-timeline-row > span {
  color: #0aa59f;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.activity-timeline-row strong {
  display: block;
  color: #082a32;
  font-size: 14px;
}

.activity-timeline-row p {
  color: #63757a;
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0;
}

.route-choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 26px;
}

.day-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 820px;
  background: #073740;
  color: #ffffff;
}

.day-visual {
  min-height: 820px;
  position: relative;
  background:
    linear-gradient(transparent 55%, rgba(3, 32, 40, 0.58)),
    url("assets/images/demi-journee-bord-lagon.jpg") center/cover;
}

.photo-caption {
  position: absolute;
  left: 38px;
  bottom: 50px;
  display: grid;
  gap: 10px;
  border-left: 2px solid #1ecbc0;
  padding-left: 18px;
}

.photo-caption span {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 10px;
}

.photo-caption strong {
  font: 400 24px Georgia, "Times New Roman", serif;
}

.day-content {
  padding: 88px clamp(46px, 7vw, 95px);
}

.day-content h2 {
  font-size: 4.15rem;
  line-height: 1;
}

.schedule {
  margin-top: 62px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.schedule-row {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.schedule-row time,
.schedule-label {
  color: #1fc3b9;
  font-size: 12px;
}

.schedule-row h3 {
  font-size: 20px;
}

.schedule-row p,
.weather {
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  margin: 7px 0 0;
  line-height: 1.5;
}

.weather {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}

.weather svg {
  width: 17px;
}

.spirit {
  padding: 140px 0 125px;
}

.spirit h2 {
  max-width: 760px;
}

.values {
  margin-top: 92px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}

.spirit-capacity {
  max-width: 780px;
  display: flex;
  align-items: center;
  gap: 18px;
  border: 1px solid #cfd9d6;
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 24px 55px rgba(7, 55, 64, 0.08);
  margin-top: 34px;
  padding: 22px 24px;
}

.spirit-capacity-mark {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #e7faf8;
  color: #0aa59f;
}

.spirit-capacity-mark svg {
  width: 28px;
  height: 28px;
}

.spirit-capacity span {
  color: #63757a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.spirit-capacity strong {
  display: block;
  color: #073740;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.05;
  margin-top: 5px;
}

.spirit-capacity p {
  color: #355158;
  font-size: 14px;
  font-weight: 700;
  margin: 8px 0 4px;
}

.spirit-capacity small {
  color: #63757a;
  display: block;
  font-size: 13px;
  line-height: 1.45;
}

.values article {
  border-top: 1px solid #9eafac;
  padding-top: 30px;
}

.values article > span {
  color: var(--accent);
  font-size: 10px;
  letter-spacing: 0.25em;
}

.values h3 {
  font-size: 23px;
  margin: 42px 0 16px;
}

.values p {
  color: #63757a;
  line-height: 1.65;
  font-size: 14px;
}

.reassurance {
  border-top: 1px solid #d7ddda;
  border-bottom: 1px solid #d7ddda;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #ffffff;
}

.feature {
  min-height: 115px;
  padding: 28px 7%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-right: 1px solid #d7ddda;
}

.feature:last-child {
  border-right: 0;
}

.feature > svg {
  color: #0da59f;
  width: 28px;
  height: 28px;
}

.feature p {
  margin: 0;
  display: grid;
  gap: 6px;
  font-size: 14px;
}

.feature span {
  color: #7a898d;
  font-size: 12px;
}

.booking {
  min-height: 650px;
  display: grid;
  place-items: center;
  color: #ffffff;
  text-align: center;
  background:
    linear-gradient(rgba(2, 44, 51, 0.86), rgba(2, 44, 51, 0.9)),
    url("assets/images/sunset-catamarans.jpg") center/cover;
}

.booking-inner {
  display: grid;
  justify-items: center;
}

.booking-inner > p:not(.kicker) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.76);
  margin: 28px 0 30px;
}

.booking-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

.booking small {
  color: rgba(255, 255, 255, 0.52);
  margin-top: 18px;
}

.footer {
  min-height: 180px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  color: #738186;
  font-size: 11px;
}

.footer .dark {
  color: #082a32;
}

.footer p {
  margin: 0;
  text-align: center;
}

.footer p:last-child {
  justify-self: end;
}

.footer a:not(.brand) {
  border-bottom: 1px solid rgba(115, 129, 134, 0.3);
}

@media (max-width: 1120px) {
  .activity-detail {
    grid-template-columns: 1fr;
  }

  .activity-detail.reverse .activity-media {
    order: 0;
  }

  .activity-gallery {
    min-height: 340px;
  }

  .activity-columns,
  .route-choices {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 950px) {
  .nav {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .activity-picker {
    grid-template-columns: 1fr;
  }

  .activity-callout {
    grid-template-columns: 118px minmax(0, 1fr);
    min-height: 150px;
  }

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

  .tour-card {
    min-height: auto;
  }
}

@media (max-width: 850px) {
  .shell {
    width: min(100% - 32px, 680px);
  }

  .nav {
    min-height: 82px;
  }

  .brand-logo {
    width: 118px;
  }

  .nav-cta {
    padding: 12px 15px;
    gap: 8px;
    font-size: 13px;
  }

  .hero {
    min-height: 94svh;
  }

  .hero-content {
    padding-top: 132px;
    padding-bottom: 96px;
  }

  .hero h1 {
    font-size: 4.45rem;
    line-height: 0.98;
  }

  .hero-copy {
    max-width: 720px;
    font-size: 16px;
    margin: 26px 0 18px;
  }

  .language-switcher {
    top: 92px;
    right: 16px;
  }

  .coordinates {
    right: 16px;
    bottom: 24px;
    max-width: 285px;
  }

  .hero-capacity {
    max-width: 285px;
    margin-bottom: 20px;
  }

  .hero-actions {
    align-items: center;
    flex-direction: column;
    width: auto;
    gap: 12px;
  }

  .hero-stats {
    margin-top: 46px;
  }

  .hero-note {
    justify-self: stretch;
    margin-top: 20px;
    padding: 14px 16px;
  }

  .hero-note p {
    font-size: 12px;
    line-height: 1.55;
  }

  .intro {
    grid-template-columns: 1fr;
    padding: 86px 0 52px;
    gap: 34px;
  }

  .intro h2,
  .spirit h2,
  .booking h2 {
    font-size: 3.55rem;
  }

  .tour-grid {
    padding-bottom: 88px;
  }

  .activity-showcase {
    gap: 28px;
    padding-bottom: 90px;
  }

  .activity-media {
    grid-template-columns: 1fr;
  }

  .gallery-controls,
  .photo-cta {
    grid-column: 1;
  }

  .gallery-controls {
    justify-content: space-between;
  }

  .photo-cta {
    width: calc(100% - 44px);
    justify-content: center;
    margin: 0 22px 18px;
  }

  .activity-body {
    padding: 30px;
  }

  .activity-heading {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 12px;
  }

  .activity-heading h3 {
    font-size: 2.55rem;
  }

  .activity-facts {
    grid-template-columns: 1fr 1fr;
  }

  .activity-gallery {
    min-height: 300px;
  }

  .day-section {
    grid-template-columns: 1fr;
  }

  .day-visual {
    min-height: 520px;
  }

  .day-content {
    padding: 72px 28px;
  }

  .day-content h2 {
    font-size: 3.35rem;
  }

  .values {
    grid-template-columns: 1fr;
    margin-top: 70px;
    gap: 42px;
  }

  .spirit-capacity {
    align-items: flex-start;
    margin-top: 28px;
    padding: 20px;
  }

  .spirit {
    padding: 96px 0 86px;
  }

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

  .feature {
    justify-content: flex-start;
    border-bottom: 1px solid #d7ddda;
    padding: 24px;
  }

  .booking {
    min-height: 600px;
  }

  .footer {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 14px;
    padding: 42px 0;
  }

  .footer p:last-child {
    justify-self: center;
  }
}

@media (max-width: 480px) {
  .shell {
    width: min(100% - 26px, 680px);
  }

  .hero-content {
    padding-top: 170px;
  }

  .language-switcher {
    top: 90px;
    right: 13px;
    padding: 6px;
  }

  .language-options {
    gap: 5px;
  }

  .language-option {
    width: 32px;
    height: 28px;
  }

  .flag-icon {
    width: 22px;
    height: 15px;
  }

  .hero h1 {
    font-size: 3.2rem;
  }

  .hero-capacity {
    max-width: none;
    grid-template-columns: auto minmax(0, 1fr);
    justify-items: start;
    padding: 9px 12px;
    text-align: left;
  }

  .hero-capacity svg {
    grid-row: 1 / span 2;
  }

  .coordinates {
    right: 13px;
    bottom: 20px;
    max-width: calc(100% - 26px);
    padding: 8px 11px;
  }

  .coordinates span {
    display: block;
  }

  .hero-note {
    border-left-width: 0;
    border-top: 3px solid #21cfc4;
  }

  .intro h2,
  .spirit h2,
  .booking h2,
  .day-content h2 {
    font-size: 2.85rem;
  }

  .tour-card {
    padding: 26px;
  }

  .activity-callout {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 12px;
    min-height: 136px;
    padding: 12px;
  }

  .activity-callout-image {
    min-height: 112px;
  }

  .activity-callout strong {
    font-size: 1.18rem;
  }

  .activity-callout-action {
    font-size: 12px;
  }

  .activity-body {
    padding: 24px;
  }

  .activity-heading h3 {
    font-size: 2.25rem;
  }

  .activity-summary {
    font-size: 15px;
  }

  .activity-facts {
    grid-template-columns: 1fr;
  }

  .activity-actions {
    flex-direction: column;
  }

  .activity-gallery {
    min-height: 230px;
  }

  .activity-photo figcaption {
    left: 18px;
    right: 18px;
    bottom: 14px;
    max-width: none;
  }

  .gallery-controls {
    justify-content: space-between;
    padding: 14px 16px;
  }

  .photo-cta {
    width: calc(100% - 32px);
    justify-content: center;
    margin: 0 16px 16px;
  }

  .activity-timeline-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .spirit-capacity {
    flex-direction: column;
    text-align: center;
  }

  .card-link {
    align-items: flex-start;
    flex-direction: column;
  }

  .schedule-row {
    grid-template-columns: 56px 1fr;
  }

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

  .feature {
    border-right: 0;
  }

  .button {
    width: 100%;
  }
}

