﻿@font-face {
  font-family: "Bebas Site";
  src: url("../assets/fonts/bebas/Bebas-Regular.otf") format("opentype"),
       url("../assets/fonts/bebas/Bebas-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Compressed Site";
  src: url("../assets/fonts/helvetica/helvetica-compressed-5871d14b6903a.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Site";
  src: url("../assets/fonts/helvetica/Helvetica.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Site";
  src: url("../assets/fonts/helvetica/Helvetica-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Helvetica Site";
  src: url("../assets/fonts/helvetica/helvetica-light-587ebe5a59211.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink: #123342;
  --deep: #0c2f3d;
  --blue: #075683;
  --green: #57BF64;
  --coral: #E84E1A;
  --sidereal: #343a40;
  --sand: #f3e7d8;
  --label-sand: #d7b06a;
  --sun: #f4bd53;
  --paper: #fffaf3;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(10, 35, 46, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Helvetica Site", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

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

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

h1,
h2,
h3,
h4,
.eyebrow,
.hero-strip a,
.category-overview-card span,
.activity-card span,
.blog-card span {
  font-family: "Helvetica Compressed Site", "Bebas Site", Impact, "Arial Narrow", sans-serif;
  font-weight: 400;
  font-synthesis: none;
  letter-spacing: 0.035em;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(0.75rem, 1.4vw, 1.25rem);
  min-height: 82px;
  padding: 0.85rem clamp(1rem, 3vw, 3.25rem);
  background: rgba(12, 47, 61, 0.95);
  color: var(--white);
  box-shadow: 0 10px 30px rgba(5, 25, 32, 0.25);
  backdrop-filter: blur(14px);
}

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

#map {
    width: 100%;
    height: 660px;
}

.leaflet-container {
    z-index: 1 !important;
}

.leaflet-pane,
.leaflet-control,
.leaflet-top,
.leaflet-bottom {
    z-index: 1 !important;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-width: 0;
  font-size: clamp(0.78rem, 0.86vw, 0.9rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.55rem clamp(0.34rem, 0.72vw, 0.78rem);
  border-radius: 999px;
}

.main-nav .nav-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.55rem clamp(0.34rem, 0.72vw, 0.78rem);
  color: var(--white);
}

.main-nav a:hover,
.main-nav a:focus-visible {
  background: transparent;
  color: var(--sand);
  outline: none;
}

.main-nav .nav-cart guidap-cart-button,
.main-nav .nav-cart guidap-cart-button *,
.main-nav .nav-cart svg,
.main-nav .nav-cart path {
  color: var(--white) !important;
  fill: currentColor !important;
  stroke: currentColor !important;
}

.main-nav .nav-cart img {
  filter: brightness(0) invert(1);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  height: 3px;
  margin: 6px 0;
  border-radius: 999px;
  background: var(--white);
}

@media (min-width: 1061px) and (max-width: 1220px) {
  .site-header {
    gap: 0.65rem;
    padding-inline: 1rem;
  }

  .brand img {
    width: 104px;
  }

  .main-nav {
    font-size: 0.74rem;
    letter-spacing: 0.01em;
  }

  .main-nav a {
    padding-inline: 0.34rem;
  }
}

.hero {
  position: relative;
  min-height: min(780px, calc(100vh - 30px));
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
}

.hero-small {
  min-height: 560px;
}

.hero-home {
  min-height: min(640px, calc(100vh - 92px));
}

.hero-base-plongee .hero-media {
  background-image: linear-gradient(90deg, rgba(4, 28, 38, 0.84), rgba(4, 28, 38, 0.22)), url("../assets/activities/plongee-sites-balagne.jpeg");
}

.hero-base-velo .hero-media {
  background-image: linear-gradient(90deg, rgba(4, 28, 38, 0.82), rgba(4, 28, 38, 0.22)), url("../assets/activities/velo-accueil-balagne.jpg");
}

.hero-base-nautique .hero-media {
  background-image: linear-gradient(90deg, rgba(4, 28, 38, 0.82), rgba(4, 28, 38, 0.22)), url("../assets/activities/nautique-spot-baie-sup.jpeg");
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: linear-gradient(90deg, rgba(4, 28, 38, 0.78), rgba(4, 28, 38, 0.28)), url("../assets/activities/hero-balagne.jpeg");
  background-position: center;
  background-size: cover;
}

.hero-home .hero-media {
  background-image: linear-gradient(90deg, rgba(4, 28, 38, 0.72), rgba(4, 28, 38, 0.12)), url("../assets/activities/hero-home-20260617.jpeg");
  background-position: center 66%;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  z-index: -1;
  background: linear-gradient(0deg, rgba(12, 47, 61, 0.8), transparent);
}

.hero-content {
  width: min(830px, calc(100% - 2rem));
  margin-left: clamp(1rem, 5vw, 5rem);
  padding: clamp(4rem, 10vw, 8rem) 0 clamp(6rem, 12vw, 9rem);
}

.hero-home .hero-content {
  width: min(720px, calc(100% - 2rem));
  margin-left: clamp(0.25rem, 4.5vw, 3.25rem);
  padding-top: clamp(1.25rem, 2vw, 1.55rem);
  padding-bottom: clamp(4.5rem, 8vw, 6rem);
}

.hero-heading-lock {
  position: relative;
  width: min(720px, 100%);
  padding-top: 5.82rem;
}

.hero-skyline {
  display: block;
  position: absolute;
  left: clamp(3.55rem, 5.25vw, 3.95rem);
  top: 0.08rem;
  width: min(493px, 44.5vw);
  max-height: 132px;
  margin: 0;
  object-fit: contain;
  object-position: left center;
  opacity: 0.94;
  filter: brightness(0) invert(1);
}

.hero-home .hero-eyebrow {
  position: absolute;
  left: 0;
  top: 4.33rem;
  margin: 0;
  color: var(--sand);
  z-index: 2;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--label-sand) !important;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1 {
  max-width: 12ch;
  margin: 0;
  font-size: clamp(3.4rem, 9vw, 7.8rem);
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: uppercase;
  text-wrap: balance;
}

.hero-home h1 {
  max-width: 660px;
  font-size: clamp(3.05rem, 4.85vw, 4.35rem);
  line-height: 0.98;
  position: relative;
  z-index: 1;
}

.hero-home h1 span {
  display: block;
}

.hero-small h1 {
  max-width: min(900px, 100%);
  font-size: clamp(2.85rem, 6.2vw, 5.45rem);
  line-height: 0.95;
}

.hero-chapo {
  width: min(670px, 100%);
  margin: 1.4rem 0 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 600;
}

.hero-actions,
.group-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.2rem;
  border: 2px solid transparent;
  border-radius: 6px;
  font-weight: 900;
  text-transform: uppercase;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  background: var(--sand);
  border-color: var(--sand);
  color: var(--deep);
  transform: translateY(-2px);
  outline: none;
}

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

.hero-base-plongee .button-primary {
  background: var(--blue);
  color: var(--white);
}

.hero-base-nautique .button-primary {
  background: var(--green);
  color: var(--deep);
}

.hero-base-velo .button-primary {
  background: var(--coral);
  color: var(--white);
}

.hero-base-plongee,
.hero-base-nautique {
  --hero-reference-button-width: 252px;
}

.hero-action-reference,
.hero-contact-match {
  width: var(--hero-reference-button-width);
  max-width: 100%;
}

.hero-base-nautique .hero-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, var(--hero-reference-button-width)));
  align-items: stretch;
}

.hero-base-nautique .hero-actions .button {
  width: 100%;
  min-width: 0;
  text-align: center;
}

.button-secondary {
  border-color: currentColor;
  color: currentColor;
}

.hero-strip {
  position: absolute;
  right: clamp(1rem, 4vw, 4rem);
  bottom: 2rem;
  display: grid;
  gap: 0.55rem;
  width: min(330px, calc(100% - 2rem));
}

.hero-strip a {
  padding: 0.85rem 1rem;
  border-left: 6px solid var(--sun);
  background: rgba(255, 250, 243, 0.92);
  color: var(--deep);
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: var(--shadow);
}

.hero-strip a:nth-child(1) {
  border-color: var(--blue);
}

.hero-strip a:nth-child(2) {
  border-color: var(--coral);
}

.hero-strip a:nth-child(3) {
  border-color: var(--green);
}

.section {
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem);
}

.section-light {
  background: var(--paper);
}

.base-overview-section {
  padding-bottom: clamp(2rem, 4vw, 3.2rem);
}

.base-activities-section {
  padding-top: clamp(2.2rem, 4vw, 3.6rem);
}

.section-ink {
  background: var(--deep);
  color: var(--white);
}

.section-map {
  background: #e9f0eb;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  max-width: 1240px;
  margin: 0 auto 1.5rem;
  color: rgba(18, 51, 66, 0.72);
  font-size: 0.9rem;
  font-weight: 800;
}

.breadcrumb a {
  color: var(--blue);
}

.page-copy {
  max-width: 850px;
  margin: 0 auto 2rem;
  text-align: center;
  font-size: 1.12rem;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  gap: 1rem;
  max-width: 1240px;
  margin: 0 auto;
}

.content-panel,
.side-panel,
.info-card {
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.content-panel,
.side-panel {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.base-intro-panel {
  --base-color: var(--blue);
}

.base-intro-panel-plongee {
  --base-color: #075683;
}

.base-intro-panel-velo {
  --base-color: #E84E1A;
}

.base-intro-panel-nautique {
  --base-color: #57BF64;
}

.base-intro-panel .feature-list li::before {
  background: var(--base-color);
}

.base-welcome-block {
  --base-color: var(--blue);
  max-width: 1240px;
  margin: 1rem auto 1.35rem;
  padding: 1.1rem;
  border: 1px solid rgba(18, 51, 66, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 42px rgba(18, 51, 66, 0.08);
}

.base-welcome-plongee {
  --base-color: #075683;
}

.base-welcome-velo {
  --base-color: #E84E1A;
}

.base-welcome-nautique {
  --base-color: #57BF64;
}

.base-welcome-heading {
  margin-bottom: 0.9rem;
}

.base-welcome-heading h2 {
  position: relative;
  margin: 0;
  padding-left: 0.9rem;
  color: var(--deep);
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1;
  text-transform: uppercase;
}

.base-welcome-heading h2::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 999px;
  background: var(--base-color);
}

.base-welcome-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(260px, 0.95fr);
  gap: 0.8rem;
  overflow: hidden;
}

.base-welcome-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 7px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(18, 51, 66, 0.12);
}

.base-welcome-gallery img:first-child {
  border-top: 4px solid var(--base-color);
}

.content-panel h2,
.side-panel h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1;
  text-transform: uppercase;
}

.content-panel p,
.side-panel p {
  margin: 0 0 1rem;
}

.team-page-flow {
  display: grid;
  gap: 1rem;
  max-width: 1240px;
  margin: 0 auto;
}

.team-intro-grid,
.team-two-col {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
  gap: 1rem;
  align-items: stretch;
}

.team-photo-panel {
  overflow: hidden;
  padding: 0;
}

.team-photo-panel img,
.team-person-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-photo-panel img {
  min-height: 360px;
  aspect-ratio: 16 / 9;
}

.team-focus-panel {
  border-top: 4px solid var(--blue);
}

.base-topic-plongee .team-focus-panel {
  border-top-color: #075683;
}

.base-topic-velo .team-focus-panel {
  border-top-color: #E84E1A;
}

.base-topic-nautique .team-focus-panel {
  border-top-color: #57BF64;
}

.team-person-card {
  display: grid;
  grid-template-columns: minmax(210px, 0.38fr) minmax(0, 1fr);
  gap: 1.2rem;
  align-items: stretch;
}

.team-person-visual {
  min-height: 260px;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(18, 51, 66, 0.08);
}

.team-person-content {
  align-self: center;
}

.team-person-content .eyebrow {
  margin-bottom: 0.45rem;
}

.team-person-card h2 {
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.team-person-card ul {
  display: grid;
  gap: 0.45rem;
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
}

.team-person-card li {
  position: relative;
  padding-left: 1.15rem;
  color: rgba(18, 51, 66, 0.82);
  font-weight: 650;
}

.team-person-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: currentColor;
}

.team-person-card--text {
  grid-template-columns: 1fr;
}

.feature-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.feature-list li {
  padding-left: 1.6rem;
  position: relative;
  font-weight: 700;
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.62rem;
  height: 0.62rem;
  border-radius: 999px;
  background: var(--coral);
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1240px;
  margin: 0 auto;
}

.info-card {
  overflow: hidden;
}

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

.info-card-body {
  padding: 1.25rem;
}

.info-card h3 {
  margin: 0 0 0.55rem;
  font-size: 1.35rem;
  line-height: 1.1;
}

.info-card p {
  margin: 0 0 1rem;
}

.info-card a,
.side-panel a {
  color: var(--blue);
  font-weight: 900;
}

.side-panel a.route-link-plongee {
  color: #075683;
}

.side-panel a.route-link-velo {
  color: #E84E1A;
}

.side-panel a.route-link-nautique {
  color: #57BF64;
}

.base-more-block {
  --base-color: var(--blue);
  max-width: 1240px;
  margin: 1.6rem auto 0;
  padding: 1.2rem;
  border: 1px solid rgba(18, 51, 66, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 42px rgba(18, 51, 66, 0.08);
}

.base-more-block h2 {
  position: relative;
  margin: 0 0 0.9rem;
  padding-left: 0.9rem;
  color: var(--deep);
  font-size: clamp(1.25rem, 2.2vw, 1.75rem);
  line-height: 1;
  text-transform: uppercase;
}

.base-more-block h2::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 999px;
  background: var(--base-color);
}

.base-more-nautique {
  --base-color: var(--green);
}

.base-more-velo {
  --base-color: var(--coral);
}

.base-jump-nav {
  --base-color: var(--blue);
  --base-text: var(--white);
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  max-width: 1240px;
  margin: 0;
}

.base-inline-nav {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(18, 51, 66, 0.09);
}

.base-jump-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.65rem 0.9rem;
  border: 1px solid color-mix(in srgb, var(--base-color) 48%, transparent);
  border-left: 5px solid var(--base-color);
  border-radius: 6px;
  background: color-mix(in srgb, var(--base-color) 12%, var(--white));
  color: var(--deep);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.base-jump-nautique,
.base-info-nautique {
  --base-color: var(--green);
}

.base-jump-velo,
.base-info-velo {
  --base-color: var(--coral);
}

.base-info-section {
  --base-color: var(--blue);
}

.base-info-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1240px;
  margin: 0 auto;
}

.base-info-card {
  overflow: hidden;
  border: 1px solid rgba(18, 51, 66, 0.1);
  border-top: 5px solid var(--base-color);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(10, 35, 46, 0.1);
}

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

.base-info-card div {
  padding: 1.1rem;
}

.base-info-card h3 {
  margin: 0 0 0.55rem;
  color: var(--deep);
  font-size: 1.12rem;
  line-height: 1.08;
  text-transform: uppercase;
}

.base-info-card p {
  margin: 0;
  color: rgba(18, 51, 66, 0.78);
}

.base-info-link {
  display: inline-flex;
  margin-top: 1rem;
  color: var(--base-color);
  font-weight: 900;
  text-transform: uppercase;
}

.base-topic-page {
  --base-color: var(--blue);
  --base-text: var(--white);
}

.base-topic-nautique {
  --base-color: var(--green);
  --base-text: var(--deep);
}

.base-topic-velo {
  --base-color: var(--coral);
  --base-text: var(--white);
}

.base-topic-page .button-primary {
  background: var(--base-color);
  color: var(--base-text);
}

.button.booking-link,
.hero-actions .button.booking-link,
.cta-panel .button.booking-link,
.base-topic-page .button.booking-link {
  background: var(--coral);
  color: var(--white);
  box-shadow: 0 14px 28px rgba(232, 78, 26, 0.2);
}

.button.booking-link:hover,
.button.booking-link:focus-visible {
  background: var(--sand);
  color: var(--deep);
}

.hero-base-plongee .hero-actions .booking-link {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 14px 28px rgba(7, 86, 131, 0.24);
}

.hero-base-nautique .hero-actions .booking-link {
  background: var(--green);
  color: var(--deep);
  box-shadow: 0 14px 28px rgba(87, 191, 100, 0.24);
}

.hero-base-plongee .hero-actions .booking-link:hover,
.hero-base-plongee .hero-actions .booking-link:focus-visible,
.hero-base-nautique .hero-actions .booking-link:hover,
.hero-base-nautique .hero-actions .booking-link:focus-visible {
  background: var(--sand);
  color: var(--deep);
}

.base-topic-page .breadcrumb a,
.base-topic-page .side-panel a {
  color: var(--base-color);
}

.base-topic-visual {
  overflow: hidden;
  padding: 0;
}

.base-topic-visual img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.base-topic-practical {
  border-top: 5px solid var(--base-color);
}

.base-topic-points article {
  border-top: 5px solid var(--base-color);
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 0;
}

.tag-row span {
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  background: rgba(7, 86, 131, 0.1);
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.activity-detail {
  max-width: 1040px;
  margin: 0 auto;
}

.activity-detail .content-panel {
  margin-bottom: 1rem;
}

.base-activity-group {
  max-width: 1280px;
  margin: 0 auto 2rem;
}

.base-activity-group > h2 {
  margin: 0 0 1rem;
  color: var(--deep);
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  line-height: 1;
  text-transform: uppercase;
}

.category-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.1rem;
  margin: 0 0 clamp(2.8rem, 6vw, 5rem);
}

.category-overview-grid-nautique-families {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.activity-access-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  max-width: 1240px;
  margin: 0 auto 2.5rem;
  padding: 1rem;
  border: 1px solid rgba(18, 51, 66, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 44px rgba(18, 51, 66, 0.08);
}

.activity-access-card {
  display: grid;
  gap: 0.55rem;
  min-height: 122px;
  align-content: end;
  padding: 1rem;
  border-radius: 8px;
  color: var(--white);
  background: var(--blue);
  transition: transform 0.2s ease;
}

.activity-access-card span {
  width: fit-content;
  padding: 0.28rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.activity-access-card strong {
  max-width: 28ch;
  font-size: 1.05rem;
  line-height: 1.12;
}

.access-nautique {
  background: var(--green);
  color: var(--deep);
}

.access-nautique span {
  border-color: rgba(18, 51, 66, 0.35);
}

.access-velo {
  background: var(--coral);
}

.activity-access-links {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding-top: 0.15rem;
}

.activity-access-links a {
  padding: 0.58rem 0.78rem;
  border: 1px solid rgba(18, 51, 66, 0.12);
  border-radius: 999px;
  background: var(--paper);
  color: var(--deep);
  font-size: 0.86rem;
  font-weight: 850;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.activity-access-card:hover,
.activity-access-links a:hover {
  transform: translateY(-2px);
}

.category-overview-card {
  position: relative;
  z-index: 0;
  min-height: 360px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 8px;
  color: var(--white);
  text-decoration: none;
  cursor: pointer;
  touch-action: manipulation;
  box-shadow: 0 18px 42px rgba(10, 35, 46, 0.16);
  isolation: isolate;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.category-overview-card:hover,
.category-overview-card:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 26px 62px rgba(10, 35, 46, 0.22);
  outline: none;
}

.category-overview-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: transform 0.45s ease;
}

.category-overview-card:hover img,
.category-overview-card:focus-visible img {
  transform: scale(1.05);
}

.category-overview-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(6, 31, 42, 0.04), rgba(6, 31, 42, 0.82)),
    linear-gradient(90deg, rgba(7, 86, 131, 0.38), rgba(6, 31, 42, 0.18));
}

.category-overview-card div {
  width: 100%;
  padding: 1.8rem;
  pointer-events: none;
}

.category-overview-card span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 1rem;
  padding: 0.5rem 0.8rem;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 900;
  line-height: 1;
}

.category-overview-card h3 {
  margin: 0;
  color: var(--white) !important;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.05;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
}

.category-overview-card p {
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.category-overview-velo span {
  background: var(--coral);
  color: var(--white);
}

.category-overview-nautique span {
  background: var(--green);
  color: var(--deep);
}

.category-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(1.8rem, 4vw, 3.2rem);
}

.category-block {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  scroll-margin-top: 110px;
}

.category-block h3 {
  margin: 0;
  padding-left: 0.8rem;
  border-left: 5px solid var(--blue);
  color: var(--deep);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.1;
  text-transform: uppercase;
}

.category-block-velo h3 {
  border-color: var(--coral);
}

.category-block-nautique h3 {
  border-color: var(--green);
}

.category-count {
  width: fit-content;
  margin: -0.4rem 0 0.3rem;
  padding: 0.3rem 0.6rem;
  border-radius: 999px;
  background: rgba(7, 86, 131, 0.08);
  color: rgba(18, 51, 66, 0.68);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.category-block-velo .category-count {
  background: rgba(232, 78, 26, 0.12);
}

.category-block-nautique .category-count {
  background: rgba(87, 191, 100, 0.18);
}

.category-block-intro {
  max-width: 760px;
  margin: -0.25rem 0 0.4rem;
  color: rgba(18, 51, 66, 0.72);
  font-size: 1.06rem;
}

.catalogue-anchor-alias {
  position: relative;
  top: -110px;
  display: block;
  width: 1px;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.nautical-family-grid {
  gap: clamp(2rem, 4vw, 3rem);
}

.nautical-family-block {
  gap: 0.95rem;
}

.nautical-subgroups {
  display: grid;
  gap: 1.1rem;
}

.nautical-subgroup {
  display: grid;
  gap: 1rem;
  padding: clamp(0.9rem, 2vw, 1.2rem);
  border: 1px solid rgba(87, 191, 100, 0.24);
  border-left: 5px solid var(--green);
  border-radius: 8px;
  background: rgba(87, 191, 100, 0.055);
}

.nautical-subgroup-heading {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0;
  color: var(--deep);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1;
  text-transform: uppercase;
}

.nautical-subgroup-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(87, 191, 100, 0.42);
}

.nautical-subgroup .activity-card-grid {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 285px), 318px));
  align-items: stretch;
  justify-content: start;
}

.nautical-subgroup .activity-offer-card {
  width: 100%;
}

.activity-subgroups {
  display: grid;
  gap: 1.1rem;
}

.activity-subgroup {
  display: grid;
  gap: 1rem;
  padding: clamp(0.9rem, 2vw, 1.2rem);
  border: 1px solid rgba(18, 51, 66, 0.12);
  border-left: 5px solid var(--blue);
  border-radius: 8px;
  background: rgba(7, 86, 131, 0.045);
}

.activity-subgroup-velo {
  border-color: rgba(232, 78, 26, 0.24);
  border-left-color: var(--coral);
  background: rgba(232, 78, 26, 0.055);
}

.activity-subgroup-heading {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin: 0;
  color: var(--deep);
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1;
  text-transform: uppercase;
}

.activity-subgroup-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(7, 86, 131, 0.34);
}

.activity-subgroup-velo .activity-subgroup-heading::after {
  background: rgba(232, 78, 26, 0.42);
}

.activity-subgroup .activity-card-grid {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 285px), 318px));
  align-items: stretch;
  justify-content: start;
}

.activity-subgroup .activity-offer-card {
  width: 100%;
}

.activity-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 285px), 1fr));
  gap: 1rem;
}

.activity-offer-card {
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden;
  border: 1px solid rgba(18, 51, 66, 0.1);
  border-top: 5px solid var(--blue);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(10, 35, 46, 0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.activity-offer-card-clickable {
  cursor: pointer;
}

.activity-offer-velo {
  border-top-color: var(--coral);
}

.activity-offer-nautique {
  border-top-color: var(--green);
}

.activity-offer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(10, 35, 46, 0.18);
}

.activity-offer-media {
  display: block;
  overflow: hidden;
  background: var(--deep);
}

.activity-offer-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.activity-offer-media img[src*="plongee-aquaticus"],
.activity-offer-media img[src*="plongee-encadres-avec-location"],
.activity-offer-media img[src*="plongee-encadres-sans-location"],
.activity-offer-media img[src*="plongee-formation-francaise"],
.activity-offer-media img[src*="plongee-formation-niveau-3"],
.activity-offer-media img[src*="plongee-formation-padi"],
.activity-offer-media img[src*="plongee-pa40"],
.activity-offer-media img[src*="plongee-padi-advanced"],
.activity-offer-media img[src*="plongee-padi-scuba"],
.activity-offer-media img[src*="plongee-pe20"],
.activity-offer-media img[src*="plongee-reactivate"] {
  object-position: center 34%;
}

.activity-offer-media img[src*="plongee-pa20"] {
  object-position: center 18%;
}

.activity-offer-media img[src*="plongee-pe12"] {
  object-position: center top;
}

.activity-offer-media img[src*="plongee-pe40"],
.activity-offer-media img[src*="plongee-formation-niveau-2"] {
  object-position: center 20%;
}

.activity-offer-media img[src*="plongee-bateau-sortie"],
.activity-offer-media img[src*="plongee-randonnee-palmee"],
.activity-offer-media img[src*="plongee-snorkeling-sans-moniteur"],
.activity-offer-media img[src*="plongee-stage-tetardo"],
.activity-offer-media img[src*="plongee-tetardo"] {
  object-position: center 40%;
}

.activity-offer-card:hover .activity-offer-media img {
  transform: scale(1.04);
}

@media (max-width: 700px) {
  .activity-offer-velo.activity-offer-category-locations .activity-offer-media {
    background: #f4f4f2;
  }

  .activity-offer-velo.activity-offer-category-locations .activity-offer-media img {
    aspect-ratio: 4 / 3;
    object-fit: contain;
    object-position: center;
    transform: none;
  }

  .activity-offer-velo.activity-offer-category-locations:hover .activity-offer-media img {
    transform: none;
  }
}

.activity-offer-body {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 1.05rem;
}

.activity-offer-badge {
  width: fit-content;
  margin: 0 0 0.9rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: var(--blue);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

.activity-offer-velo .activity-offer-badge {
  background: var(--coral);
}

.activity-offer-badge-electric {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.activity-offer-badge-electric::after {
  content: "⚡";
  display: inline-grid;
  width: 1.18rem;
  height: 1.18rem;
  place-items: center;
  border: 2px solid var(--coral);
  border-radius: 50%;
  background: var(--white);
  color: var(--coral);
  font-size: 0.7rem;
  line-height: 1;
}

.activity-offer-nautique .activity-offer-badge {
  background: var(--green);
  color: var(--deep);
}

.activity-offer-card h4 {
  margin: 0;
  color: #061f2a;
  font-size: clamp(1.08rem, 1.7vw, 1.42rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.activity-offer-summary {
  display: -webkit-box;
  min-height: 4.2em;
  margin: 0.75rem 0 0.95rem;
  overflow: hidden;
  color: rgba(18, 51, 66, 0.78);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.activity-offer-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: auto 0 1.1rem;
  padding: 0.85rem 0 0;
  border-top: 1px solid rgba(18, 51, 66, 0.12);
  list-style: none;
}

.activity-offer-meta li {
  display: grid;
  gap: 0.34rem;
  align-content: center;
  justify-items: center;
  min-height: 58px;
  padding: 0 0.35rem;
  text-align: center;
}

.activity-offer-meta li + li {
  border-left: 1px solid var(--blue);
}

.activity-offer-velo .activity-offer-meta li + li {
  border-left-color: var(--coral);
}

.activity-offer-nautique .activity-offer-meta li + li {
  border-left-color: var(--green);
}

.activity-offer-meta span {
  color: rgba(18, 51, 66, 0.62);
  font-size: 0.62rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.activity-offer-meta strong {
  display: block;
  color: var(--deep);
  max-width: 100%;
  font-size: clamp(0.66rem, 0.72vw, 0.76rem);
  line-height: 1.14;
  font-weight: 600;
  text-align: center;
  overflow-wrap: anywhere;
  hyphens: auto;
  text-wrap: balance;
}

.activity-offer-actions {
  display: grid;
  gap: 0.5rem;
  margin-top: auto;
}

.activity-card-more,
.activity-card-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  width: 100%;
  border-radius: 6px;
  font-size: 0.86rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.activity-card-more {
  background: var(--blue);
  color: var(--white);
}

.activity-offer-velo .activity-card-more {
  background: var(--coral);
}

.activity-offer-nautique .activity-card-more {
  background: var(--green);
  color: var(--deep);
}

.activity-card-more:hover,
.activity-card-more:focus-visible {
  background: var(--sand);
  color: var(--deep);
  filter: none;
  outline: none;
}

.activity-card-book.booking-trigger {
  background: var(--coral);
  color: var(--white);
  box-shadow: 0 10px 20px rgba(232, 78, 26, 0.2);
}

.activity-card-book.booking-trigger:hover,
.activity-card-book.booking-trigger:focus-visible {
  background: var(--sand);
  color: var(--deep);
  filter: none;
  box-shadow: 0 14px 26px rgba(52, 58, 64, 0.18);
}

.booking-trigger {
  min-height: 38px;
  padding: 0.6rem 0.85rem;
  border: 0;
  border-radius: 6px;
  background: var(--coral);
  color: var(--white);
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(232, 78, 26, 0.2);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.booking-trigger:hover,
.booking-trigger:focus-visible {
  background: var(--sand);
  color: var(--deep);
  filter: none;
  box-shadow: 0 14px 26px rgba(52, 58, 64, 0.18);
  transform: translateY(-2px);
  outline: none;
}

.sticky-booking-trigger {
  position: fixed;
  right: 0;
  top: 58%;
  z-index: 850;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.78rem 1rem 0.78rem 1.15rem;
  border: 0;
  border-radius: 999px 0 0 999px;
  background: var(--coral);
  color: var(--white);
  font-family: var(--font-body);
  font-size: 0.86rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(11, 39, 51, 0.24);
  transform: translateY(-50%);
  cursor: pointer;
}

.sticky-booking-trigger:hover,
.sticky-booking-trigger:focus-visible {
  background: var(--sand);
  color: var(--deep);
  box-shadow: 0 16px 34px rgba(11, 39, 51, 0.22);
  transform: translateY(-50%);
}

.booking-open .sticky-booking-trigger {
  display: none;
}

.booking-open {
  overflow: hidden;
}

.booking-dialog {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.booking-dialog.is-open {
  display: flex;
}

.booking-dialog-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 31, 41, 0.72);
  backdrop-filter: blur(6px);
}

.booking-dialog-panel {
  position: relative;
  z-index: 1;
  width: min(940px, 100%);
  max-height: min(86vh, 760px);
  overflow: auto;
  padding: clamp(1rem, 3vw, 2rem);
  border-radius: 8px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.booking-dialog-panel h2 {
  margin: 0 2.5rem 1rem 0;
  font-size: clamp(1.5rem, 3vw, 2.6rem);
  line-height: 1;
  text-transform: uppercase;
}

.booking-dialog-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: var(--deep);
  color: var(--white);
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
}

.booking-dialog-body {
  min-height: 220px;
  padding: 1rem;
  border-radius: 8px;
  background: var(--white);
}

.booking-dialog-body guidap-booking-widget {
  display: block;
  width: 100%;
}

.detail-intro {
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) minmax(0, 1fr);
  gap: 1rem;
  max-width: 1240px;
  margin: 0 auto;
}

.detail-card {
  padding: clamp(1.1rem, 3vw, 1.6rem);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.detail-card h2,
.detail-card h3,
.activity-faq h2,
.activity-roadmap h2 {
  margin: 0 0 1rem;
  color: var(--deep);
  line-height: 1;
  text-transform: uppercase;
}

.detail-card h2,
.activity-faq h2,
.activity-roadmap h2 {
  font-size: clamp(1.7rem, 3vw, 2.8rem);
}

.detail-card h3 {
  font-size: 1.2rem;
}

.detail-card p {
  margin: 0 0 1rem;
}

.activity-logo-padi {
  display: block;
  width: min(150px, 45vw);
  height: auto;
  margin: 0 0 1rem;
}

.medical-download {
  margin: 0.9rem 0 0;
  font-weight: 800;
  line-height: 1.35;
}

.medical-download a {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.medical-download a:hover {
  color: var(--sand);
}

.quick-facts {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quick-facts li {
  display: grid;
  gap: 0.1rem;
  padding: 0.75rem;
  border-radius: 6px;
  background: #f8efe4;
}

.quick-facts strong {
  color: var(--deep);
}

.quick-facts .tariff-lines {
  display: grid;
  gap: 0.18rem;
  line-height: 1.35;
}

.quick-facts .tariff-lines span {
  display: block;
}

.activity-comfort {
  max-width: 1180px;
  margin: 0 auto;
}

.activity-detail-intro-section {
  padding-bottom: clamp(1.6rem, 3vw, 2.4rem);
}

.activity-comfort-section--compact {
  padding-top: clamp(1.6rem, 3vw, 2.4rem);
  padding-bottom: clamp(1.6rem, 3vw, 2.4rem);
}

.activity-faq-section--compact {
  padding-top: clamp(1.6rem, 3vw, 2.4rem);
}

.activity-comfort h2 {
  margin: 0 0 1.25rem;
  color: var(--deep);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 0.95;
  text-transform: uppercase;
}

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

.comfort-card {
  min-height: 100%;
  padding: 1rem;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(10, 35, 46, 0.08);
}

.comfort-card span {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 0.8rem;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-weight: 900;
}

.comfort-card h3 {
  margin: 0 0 0.35rem;
  color: var(--deep);
  font-size: 1rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.comfort-card p {
  margin: 0;
  color: rgba(18, 51, 66, 0.78);
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
  max-width: 1240px;
  margin: 1rem auto 0;
}

.included-grid article {
  padding: 1rem;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(10, 35, 46, 0.08);
}

.included-grid span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-bottom: 0.7rem;
  border-radius: 999px;
  background: var(--sun);
  color: var(--deep);
  font-weight: 900;
}

.included-grid h3 {
  margin: 0 0 0.4rem;
  font-size: 1rem;
  line-height: 1.12;
}

.included-grid p {
  margin: 0;
  color: rgba(18, 51, 66, 0.78);
}

.activity-roadmap,
.activity-faq {
  max-width: 1040px;
  margin: 0 auto;
}

.roadmap-list {
  display: grid;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.roadmap-list li {
  counter-increment: step;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 1rem;
  border-radius: 8px;
  background: var(--white);
  color: var(--deep);
  box-shadow: 0 12px 28px rgba(10, 35, 46, 0.08);
}

.roadmap-list li::before {
  content: counter(step);
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: var(--coral);
  color: var(--white);
  font-weight: 900;
}

.activity-roadmap .roadmap-list li > div,
.roadmap-list li div {
  display: grid;
  gap: 0.35rem;
  color: var(--deep) !important;
}

.activity-roadmap .roadmap-list li strong,
.roadmap-list li strong {
  display: block;
  color: var(--deep) !important;
  font-weight: 900;
  line-height: 1.2;
}

.activity-roadmap .roadmap-list li span,
.roadmap-list li span {
  display: block;
  color: var(--deep) !important;
  line-height: 1.45;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list details {
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(10, 35, 46, 0.08);
}

.faq-list summary {
  padding: 1rem 1.1rem;
  color: var(--deep);
  font-weight: 900;
  cursor: pointer;
}

.faq-list p {
  margin: 0;
  padding: 0 1.1rem 1.1rem;
}

.source-note {
  margin-top: 1rem;
  color: rgba(18, 51, 66, 0.68);
  font-size: 0.9rem;
}

.territory-note {
  margin-top: 1rem;
  padding-left: 1rem;
  border-left: 3px solid currentColor;
  color: rgba(18, 51, 66, 0.86);
  font-weight: 650;
}

.territory-note strong {
  color: inherit;
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  max-width: 1240px;
  margin: 2rem auto 0;
  padding: 1.4rem;
  border-radius: 8px;
  background: var(--deep);
  color: var(--white);
}

.cta-panel h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  line-height: 1;
  text-transform: uppercase;
}

.cta-panel p {
  margin: 0.5rem 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.section-heading {
  width: min(880px, 100%);
  margin: 0 auto 2.2rem;
  text-align: center;
}

.section-heading h2,
.split-layout h2,
.group-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.section-intro {
  margin: 1rem 0 0;
  font-size: 1.13rem;
  color: rgba(255, 255, 255, 0.82);
}

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

.base-card,
.activity-card,
.reason-grid article,
.location-item {
  border-radius: 8px;
}

.base-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--white);
  color: inherit;
  box-shadow: var(--shadow);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.base-card:hover,
.base-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(10, 35, 46, 0.16);
}

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

.base-card div {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  padding: 1.25rem 1.35rem 1.3rem;
  border-top: 8px solid currentColor;
}

.base-card h3,
.activity-card h3,
.reason-grid h3,
.social-copy h3 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  line-height: 1.12;
}

.base-card p,
.activity-card p,
.reason-grid p,
.social-copy p {
  margin: 0;
}

.base-card-cta {
  display: inline-flex;
  margin-top: 0.75rem;
  padding-top: 0;
  align-self: flex-start;
  font-weight: 900;
}

.base-card-blue {
  color: var(--blue);
}

.base-card-green {
  color: var(--green);
}

.base-card-coral {
  color: var(--coral);
}

.base-card h3,
.base-card p {
  color: var(--ink);
}

.split-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: start;
  max-width: 1240px;
  margin: 0 auto;
}

.why-section {
  background: var(--deep);
}

.why-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
}

.why-visual {
  position: relative;
  width: min(100%, 420px);
  justify-self: center;
}

.why-visual > img:not(.why-stamp) {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.9;
  object-fit: cover;
  border-radius: 12px;
}

.why-stamp {
  position: absolute;
  left: -62px;
  top: -58px;
  width: 190px;
  height: 190px;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}

.why-copy .eyebrow {
  color: var(--coral);
}

.why-copy h2 {
  max-width: 720px;
  margin: 0.8rem 0 0;
  color: var(--white);
  font-size: clamp(2.3rem, 5vw, 4.1rem);
  line-height: 1.02;
  text-transform: uppercase;
}

.why-copy .section-intro {
  max-width: 620px;
  margin-top: 1.4rem;
  padding-top: 1.2rem;
  border-top: 2px solid var(--coral);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 800;
}

.why-list {
  display: grid;
  gap: 1.25rem;
  max-width: 1120px;
  margin: clamp(2.5rem, 5vw, 4rem) auto 0;
}

.why-list article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.4rem;
  align-items: center;
  padding: clamp(1rem, 2.2vw, 1.45rem) clamp(1.1rem, 3vw, 2.1rem);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.why-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--coral);
  color: var(--white);
}

.why-icon svg {
  width: 35px;
  height: 35px;
}

.why-list h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  line-height: 1;
  text-transform: uppercase;
}

.why-list p {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
}

.why-actions {
  display: flex;
  justify-content: center;
  margin-top: 2.6rem;
}

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

.reason-grid article {
  padding: 1.25rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.reason-icon {
  display: inline-grid;
  place-items: center;
  min-width: 46px;
  height: 46px;
  margin-bottom: 1rem;
  padding: 0 0.6rem;
  border-radius: 999px;
  background: var(--sun);
  color: var(--deep);
  font-size: 0.8rem;
  font-weight: 900;
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  max-width: 1240px;
  margin: 0 auto;
}

.activity-card {
  min-height: 270px;
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: var(--white);
  box-shadow: var(--shadow);
}

.activity-card span {
  width: fit-content;
  margin-bottom: auto;
  padding: 0.3rem 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.activity-blue {
  background: linear-gradient(135deg, var(--blue), #063d5d);
}

.activity-green {
  background: linear-gradient(135deg, var(--green), #3f9f4d);
  color: var(--deep);
}

.activity-coral {
  background: linear-gradient(135deg, var(--coral), #b8462e);
}

.activity-sand {
  background: linear-gradient(135deg, #b9823f, #6e4f23);
}

.territory-section {
  background:
    linear-gradient(90deg, rgba(18, 51, 66, 0.94), rgba(18, 51, 66, 0.78)),
    url("../assets/activities/territoire-bg-pal54058-pano.jpeg") center / cover;
  color: var(--white);
}

.territory-layout,
.youtube-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}

.territory-layout {
  grid-template-columns: minmax(0, 0.86fr) minmax(380px, 1.18fr);
}

.territory-copy p,
.youtube-copy p {
  max-width: 700px;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.08rem;
}

.territory-copy p a {
  color: var(--white);
  font-weight: 900;
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
}

.territory-copy p a:hover {
  color: var(--coral);
}

.territory-copy .button,
.youtube-copy .button {
  margin-top: 1.5rem;
}

.territory-copy .button-secondary {
  color: var(--white);
  border-color: var(--white);
}

.territory-copy .button-secondary:hover,
.territory-copy .button-secondary:focus-visible {
  color: var(--deep);
  border-color: var(--sand);
}

.territory-copy h2,
.youtube-copy h2,
.blog-hero h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(2rem, 5vw, 4rem);
  line-height: 1;
  text-transform: uppercase;
}

.territory-copy h2 {
  color: var(--coral);
}

.territory-map {
  display: grid;
  place-items: center;
  margin: 0;
  padding: 0;
}

.territory-map img {
  display: block;
  width: min(140%, 800px);
  max-height: 620px;
  object-fit: contain;
  transform: scale(1.24);
  transform-origin: center;
  filter: drop-shadow(0 20px 34px rgba(232, 78, 26, 0.38));
}

.group-cta {
  padding-top: clamp(2.2rem, 4vw, 3.5rem);
  padding-bottom: clamp(2.2rem, 4vw, 3.5rem);
  color: var(--deep);
  background:
    linear-gradient(90deg, rgba(7, 86, 131, 0.05), rgba(87, 191, 100, 0.08) 58%, rgba(232, 78, 26, 0.05)),
    var(--paper);
  border-top: 1px solid rgba(18, 51, 66, 0.08);
  border-bottom: 1px solid rgba(18, 51, 66, 0.08);
}

.group-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(260px, 360px);
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(18, 51, 66, 0.09);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 250, 243, 0.92)),
    repeating-linear-gradient(90deg, rgba(18, 51, 66, 0.025) 0 1px, transparent 1px 120px);
  box-shadow: 0 14px 36px rgba(18, 51, 66, 0.06);
}

.group-copy {
  max-width: 820px;
}

.group-copy h2 {
  max-width: 680px;
  color: var(--deep);
  font-size: clamp(1.85rem, 3vw, 2.75rem);
  line-height: 1.02;
}

.group-copy p:last-child {
  margin: 0.8rem 0 0;
  color: rgba(18, 51, 66, 0.78);
  font-size: 1rem;
}

.group-actions {
}

.group-cta .group-actions {
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  margin-top: 0;
  padding: 0;
}

.group-cta .group-actions .button {
  width: 310px !important;
  max-width: 100%;
  flex: 0 0 auto;
}

.group-cta .button-secondary {
  border-color: rgba(18, 51, 66, 0.34);
  color: var(--deep);
}

.hero-mice .hero-media {
  background-image:
    linear-gradient(90deg, rgba(4, 28, 38, 0.84), rgba(4, 28, 38, 0.36)),
    url("../assets/activities/velo-sortie-groupe.jpeg");
  background-position: center 44%;
}

.mice-intro-grid,
.mice-format-grid,
.mice-program-grid,
.mice-activity-grid,
.mice-proof-grid {
  max-width: 1240px;
  margin: 0 auto;
}

.mice-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: start;
}

.mice-intro-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  line-height: 1;
  text-transform: uppercase;
}

.mice-intro-copy p {
  color: rgba(18, 51, 66, 0.82);
  font-size: 1.08rem;
}

.mice-commitments {
  display: grid;
  gap: 0.85rem;
}

.mice-commitments article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.mice-commitments span,
.mice-format-grid span,
.mice-proof-grid span {
  color: var(--coral);
  font-family: "Helvetica Compressed Site", "Bebas Site", Impact, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.mice-format-grid,
.mice-program-grid,
.mice-activity-grid,
.mice-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.mice-format-grid article,
.mice-proof-grid article {
  padding: 1.35rem;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.mice-format-grid article {
  border-top: 5px solid var(--coral);
}

.mice-format-grid h3,
.mice-proof-grid h3 {
  margin: 0.55rem 0 0.45rem;
  font-size: 1.5rem;
  line-height: 1.05;
}

.mice-format-grid p,
.mice-proof-grid p {
  margin: 0;
  color: rgba(18, 51, 66, 0.78);
}

.mice-program-grid article {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  gap: 1rem;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.mice-program-grid h3 {
  margin: 0.25rem 0 0.5rem;
  color: var(--white);
  font-size: 1.65rem;
  line-height: 1.05;
}

.mice-program-grid p,
.mice-program-grid li {
  color: rgba(255, 255, 255, 0.82);
}

.mice-program-grid ul {
  margin: auto 0 0;
  padding-left: 1.1rem;
}

.mice-activity-card {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.mice-activity-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 44px rgba(18, 51, 66, 0.18);
}

.mice-activity-card img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.mice-activity-card div {
  padding: 1.25rem;
  border-top: 6px solid currentColor;
}

.mice-activity-card span {
  color: currentColor;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mice-activity-card h3 {
  margin: 0.45rem 0;
  font-size: 1.55rem;
  line-height: 1.05;
}

.mice-activity-card p {
  margin: 0;
  color: rgba(18, 51, 66, 0.78);
}

.mice-activity-plongee {
  color: var(--blue);
}

.mice-activity-velo {
  color: var(--coral);
}

.mice-activity-nautique {
  color: var(--green);
}

.mice-proof-grid span {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
}

.mice-quote {
  max-width: 940px;
  margin: 2rem auto 0;
  padding: 1.4rem;
  border-left: 5px solid var(--coral);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.mice-quote p {
  margin: 0;
  color: var(--deep);
  font-weight: 800;
}

.mice-quote cite {
  display: block;
  margin-top: 0.8rem;
  color: rgba(18, 51, 66, 0.68);
  font-style: normal;
}

.mice-contact-details {
  margin: 0.9rem 0 0;
}

.mice-contact-details a {
  color: var(--coral);
  font-weight: 900;
  text-decoration: none;
}

.mice-contact-details a:hover {
  color: var(--sand);
}

.social-band {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.1fr;
  gap: 0.8rem;
  max-width: 1240px;
  margin: 0 auto;
  align-items: stretch;
}

.social-band img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  border-radius: 8px;
}

.social-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
  padding: 1.5rem;
  border-radius: 8px;
  background: var(--deep);
  color: var(--white);
}

.youtube-section {
  padding-top: clamp(3.5rem, 7vw, 6rem);
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
}

.youtube-frame {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #061f2a;
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.25);
}

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

.map-layout {
  max-width: 1240px;
  margin: 0 auto;
}

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

.map-shell iframe {
  width: 100%;
  min-height: 660px;
  display: block;
  border: 0;
}

.location-list {
  display: grid;
  gap: 0.75rem;
}

.location-item {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.85rem;
  align-items: center;
  padding: 1rem;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(10, 35, 46, 0.08);
}

.location-item small {
  grid-column: 2;
}

.pin {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: var(--white);
  font-weight: 900;
}

.location-blue .pin {
  background: var(--blue);
}

.location-green .pin {
  background: var(--green);
}

.location-coral .pin {
  background: var(--coral);
}

.parking-note {
  margin: 0;
  padding: 1rem;
  border-left: 6px solid var(--sun);
  border-radius: 8px;
  background: var(--white);
  font-weight: 800;
}

.map-pin {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: var(--white);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(10, 35, 46, 0.24);
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.map-pin::after {
  content: "";
  position: absolute;
  inset: -7px;
  border: 2px solid currentColor;
  border-radius: inherit;
  opacity: 0.28;
}

.map-pin span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: inherit;
}

.map-pin svg {
  width: 27px;
  height: 27px;
}

.map-pin:hover {
  transform: translate(-50%, -55%);
  box-shadow: 0 20px 42px rgba(10, 35, 46, 0.32);
}

.map-pin-blue {
  color: var(--blue);
}

.map-pin-blue span {
  background: var(--blue);
}

.map-pin-coral {
  color: var(--coral);
}

.map-pin-coral span {
  background: var(--coral);
}

.map-pin-green {
  color: var(--green);
}

.map-pin-green span {
  background: var(--green);
}

.map-pin-dive {
  left: 40%;
  top: 43%;
}

.map-pin-bike {
  left: 46%;
  top: 56%;
}

.map-pin-nautic {
  left: 53%;
  top: 60%;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(190px, 0.75fr) minmax(620px, 1.9fr) minmax(260px, 0.9fr);
  gap: clamp(1.1rem, 2.8vw, 2.5rem);
  align-items: center;
  padding: clamp(2.5rem, 5vw, 4.25rem) clamp(1rem, 3.5vw, 3.5rem);
  background: #123f4b;
  color: var(--white);
}

.footer-brand {
  display: grid;
  justify-items: center;
  gap: 1rem;
  text-align: center;
}

.footer-logo img {
  width: clamp(150px, 16vw, 210px);
  display: block;
}

.footer-brand p {
  max-width: 340px;
  margin: 0;
  color: var(--white);
  font-weight: 900;
  line-height: 1.35;
}

.footer-center,
.footer-actions {
  display: grid;
  justify-items: center;
  gap: 1.35rem;
  min-width: 0;
}

.footer-contacts {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(0.8rem, 1.4vw, 1.15rem);
  width: 100%;
}

.footer-contact-icons {
  display: grid;
  gap: 0.55rem;
  justify-items: center;
  flex: 0 0 auto;
}

.footer-phone-icon,
.footer-mail-icon {
  width: 54px;
  height: 54px;
  position: relative;
  display: block;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--coral);
  color: var(--white);
}

.footer-phone-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 25px;
  background: currentColor;
  transform: translate(-50%, -50%);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.footer-mail-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 25px;
  height: 18px;
  border: 3px solid currentColor;
  border-radius: 4px;
  transform: translate(-50%, -50%);
}

.footer-mail-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 48%;
  width: 16px;
  height: 16px;
  border-left: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.footer-contact-card {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 0.28rem;
  min-width: 0;
  text-align: center;
}

.footer-contact-card + .footer-contact-card {
  padding-left: clamp(0.8rem, 1.4vw, 1.1rem);
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}

.footer-contact-card a,
.footer-contact-card span {
  color: var(--white);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.25;
}

.footer-contact-card strong,
.footer-contact-card a,
.footer-contact-card span {
  display: block;
  white-space: nowrap;
}

.footer-contact-card strong {
  font-weight: 900;
  font-size: clamp(0.92rem, 1.15vw, 1.08rem);
}

.footer-contact-card a {
  font-size: clamp(0.82rem, 0.98vw, 0.94rem);
}

.footer-contact-card span {
  margin-top: 0.08rem;
  font-weight: 400;
  font-size: clamp(0.74rem, 0.9vw, 0.84rem);
  opacity: 0.9;
}

.footer-legal {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  font-size: 0.72rem;
  font-weight: 800;
  text-decoration: underline;
  text-align: center;
}

.footer-credit {
  width: 100%;
  margin: 0.55rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 700;
  text-align: center;
}

.footer-credit a {
  color: var(--white);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

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

.footer-legal a {
  color: var(--white);
}

.footer-legal a + a::before {
  content: "-";
  margin-right: 0.5rem;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.footer-booking {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 360px);
  min-height: 56px;
  padding: 0.95rem 1.4rem;
  border-radius: 10px;
  background: var(--coral);
  color: var(--white);
  font-family: var(--font-body);
  font-size: clamp(0.92rem, 1.2vw, 1.05rem);
  font-weight: 900;
  white-space: nowrap;
  text-align: center;
}

.footer-actions p {
  margin: 0;
  color: var(--white);
  font-weight: 900;
  font-size: clamp(1rem, 1.35vw, 1.15rem);
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.footer-socials a,
.footer-social-disabled {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--coral);
  font-family: var(--font-body);
  font-size: 2rem;
  font-weight: 950;
  line-height: 1;
}

.footer-socials svg {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-social-disabled {
  opacity: 0.5;
}

.site-footer a:hover {
  color: var(--sand);
}

.footer-booking:hover,
.footer-socials a:hover {
  color: var(--sand);
}

.legal-hero {
  padding: clamp(5rem, 10vw, 8rem) clamp(1rem, 5vw, 5rem) clamp(2.5rem, 6vw, 4rem);
  background: var(--deep);
  color: var(--white);
}

.legal-hero > div,
.legal-content {
  max-width: 980px;
  margin: 0 auto;
}

.legal-hero h1 {
  margin: 0.35rem 0 0;
  color: var(--white);
}

.legal-content {
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(1rem, 4vw, 2rem);
}

.legal-card {
  padding: clamp(1.5rem, 4vw, 2.6rem);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.legal-card h2 {
  margin-top: 2rem;
  color: var(--deep);
}

.legal-card h2:first-child,
.legal-card h1 + h2 {
  margin-top: 0;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  line-height: 1.65;
}

.tariff-hero {
  padding-bottom: clamp(2rem, 4vw, 3rem);
}

.tariff-content {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 4vw, 2rem);
}

.tariff-tabs {
  position: sticky;
  top: 82px;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: clamp(2rem, 4vw, 3rem);
  padding: 0.85rem;
  border: 1px solid rgba(18, 51, 66, 0.12);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.94);
  box-shadow: 0 12px 28px rgba(10, 35, 46, 0.08);
  backdrop-filter: blur(12px);
}

.tariff-tabs a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.65rem 0.95rem;
  border: 1px solid rgba(18, 51, 66, 0.18);
  border-radius: 8px;
  color: var(--deep);
  font-weight: 900;
  text-transform: uppercase;
}

.tariff-tabs a:hover,
.tariff-tabs a:focus-visible {
  background: var(--sand);
  outline: none;
}

.tariff-base {
  scroll-margin-top: 150px;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.tariff-base-heading {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
}

.tariff-base-heading span {
  width: 6px;
  height: 48px;
  border-radius: 999px;
  background: var(--coral);
}

.tariff-base-blue .tariff-base-heading span {
  background: var(--blue);
}

.tariff-base-green .tariff-base-heading span {
  background: var(--green);
}

.tariff-base-heading h2 {
  margin: 0;
  color: var(--deep);
}

.tariff-grid {
  display: grid;
  gap: 1.1rem;
}

.tariff-card {
  overflow: hidden;
  border: 1px solid rgba(18, 51, 66, 0.12);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 34px rgba(10, 35, 46, 0.09);
}

.tariff-card h3 {
  margin: 0;
  padding: 1rem 1.1rem;
  background: var(--deep);
  color: var(--white);
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.tariff-base-blue .tariff-card h3 {
  background: var(--blue);
}

.tariff-base-coral .tariff-card h3 {
  background: var(--coral);
}

.tariff-base-green .tariff-card h3 {
  background: var(--green);
  color: var(--deep);
}

.tariff-table-wrap {
  overflow-x: visible;
}

.tariff-scroll-hint {
  display: none;
}

.tariff-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 0.96rem;
}

.tariff-table th,
.tariff-table td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid rgba(18, 51, 66, 0.12);
  text-align: left;
  vertical-align: top;
}

.tariff-table thead th {
  background: rgba(243, 231, 216, 0.7);
  color: var(--deep);
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.tariff-table tbody th {
  width: 30%;
  color: var(--deep);
  font-weight: 900;
}

.tariff-table tbody tr:last-child th,
.tariff-table tbody tr:last-child td {
  border-bottom: 0;
}

.tariff-table td:last-child,
.tariff-table th:last-child {
  font-weight: 900;
}

.tariff-table tbody th a {
  color: inherit;
  font-weight: 950;
  text-decoration: underline;
  text-decoration-color: rgba(7, 86, 131, 0.36);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.16em;
}

.tariff-base-coral .tariff-table tbody th a {
  text-decoration-color: rgba(232, 78, 26, 0.42);
}

.tariff-base-green .tariff-table tbody th a {
  text-decoration-color: rgba(87, 191, 100, 0.52);
}

.tariff-table tbody th a:hover,
.tariff-table tbody th a:focus-visible {
  color: var(--blue);
  outline: none;
}

.tariff-cell-link {
  display: block;
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.tariff-cell-link:hover,
.tariff-cell-link:focus-visible {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 0.16em;
  outline: none;
}

@media (max-width: 720px) {
  .tariff-tabs {
    position: sticky;
    top: 64px;
    z-index: 18;
    gap: 0.45rem;
    margin-inline: -0.2rem;
    margin-bottom: 1.4rem;
    padding: 0.55rem;
  }

  .tariff-tabs a {
    flex: 1 1 calc(50% - 0.45rem);
    justify-content: center;
    min-height: 38px;
    padding: 0.55rem 0.45rem;
    font-size: 0.72rem;
    line-height: 1.1;
    text-align: center;
  }

  .tariff-base {
    scroll-margin-top: 150px;
  }

  .tariff-content {
    padding-inline: 0.85rem;
  }

  .tariff-grid {
    gap: 0.9rem;
  }

  .tariff-card h3 {
    padding: 0.85rem 0.95rem;
    font-size: 1.35rem;
  }

  .tariff-scroll-hint {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    padding: 0.72rem 0.95rem;
    border-bottom: 1px solid rgba(18, 51, 66, 0.1);
    background: rgba(243, 231, 216, 0.55);
    color: rgba(18, 51, 66, 0.78);
    font-size: 0.78rem;
    font-weight: 900;
    line-height: 1.2;
  }

  .tariff-scroll-hint::after {
    content: "→";
    flex: none;
    display: inline-grid;
    place-items: center;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 999px;
    background: var(--coral);
    color: var(--white);
    font-size: 1rem;
    line-height: 1;
  }

  .tariff-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(18, 51, 66, 0.35) rgba(18, 51, 66, 0.08);
  }

  .tariff-table {
    width: max-content;
    min-width: 640px;
    table-layout: auto;
    font-size: 0.88rem;
  }

  .tariff-table th,
  .tariff-table td,
  .tariff-table tbody th,
  .tariff-table tbody td {
    min-width: 8.25rem;
    padding: 0.8rem 0.95rem;
    border-bottom: 1px solid rgba(18, 51, 66, 0.12);
    white-space: normal;
    overflow-wrap: normal;
  }

  .tariff-table tbody th {
    min-width: 12.5rem;
    line-height: 1.2;
  }

  .tariff-table tbody td {
    color: var(--deep);
    font-weight: 800;
  }
}

.legal-card a {
  color: var(--blue);
  font-weight: 900;
}

.blog-hero {
  min-height: 420px;
  padding: clamp(5rem, 9vw, 8rem) clamp(1rem, 5vw, 5rem);
  display: grid;
  align-items: end;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(7, 31, 41, 0.86), rgba(7, 31, 41, 0.36)),
    url("../assets/activities/nautique-base-plage.jpeg") center / cover;
}

.blog-hero > div,
.blog-list {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.blog-hero p {
  max-width: 760px;
  margin: 1rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.12rem;
}

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

.blog-card {
  display: grid;
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.blog-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.blog-card div {
  padding: 1.25rem;
}

.blog-card span {
  color: var(--label-sand) !important;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.blog-card h2 {
  margin: 0.5rem 0;
  font-size: 1.35rem;
  line-height: 1.08;
  text-transform: uppercase;
}

.blog-card p {
  margin: 0 0 1rem;
  color: rgba(18, 51, 66, 0.78);
}

.blog-card a {
  color: var(--blue);
  font-weight: 900;
  text-transform: uppercase;
}

.blog-article-hero {
  padding: clamp(5rem, 9vw, 8rem) clamp(1rem, 5vw, 5rem) clamp(3rem, 6vw, 5rem);
  background:
    linear-gradient(135deg, rgba(255, 250, 243, 0.98), rgba(245, 250, 248, 0.94)),
    var(--paper);
}

.blog-article-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.68fr);
  gap: clamp(1.4rem, 4vw, 4rem);
  align-items: end;
  max-width: 1240px;
  margin: 0 auto;
}

.blog-article-hero h1 {
  max-width: 900px;
  margin: 0;
  color: var(--deep);
  font-size: clamp(2.1rem, 5vw, 4.6rem);
  line-height: 0.98;
  text-transform: uppercase;
}

.blog-article-hero .hero-chapo {
  color: rgba(18, 51, 66, 0.78);
}

.blog-article-hero img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(18, 51, 66, 0.16);
}

.article-content {
  max-width: 880px;
  margin: 0 auto;
}

.article-content h2 {
  margin: 2.8rem 0 1rem;
  color: var(--deep);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.08;
  text-transform: uppercase;
}

.article-content h3 {
  margin: 1.9rem 0 0.7rem;
  color: var(--blue);
  font-size: 1.22rem;
  line-height: 1.18;
}

.article-content p,
.article-content li {
  color: rgba(18, 51, 66, 0.8);
  font-size: 1.05rem;
  line-height: 1.78;
}

.article-content ul,
.article-content ol {
  padding-left: 1.25rem;
}

.article-content li + li {
  margin-top: 0.35rem;
}

.article-action-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.1rem;
  align-items: center;
  margin-top: 3rem;
  padding: 1.35rem;
  border-left: 6px solid var(--coral);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 42px rgba(18, 51, 66, 0.09);
}

.article-action-box h2 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.article-action-box p {
  margin: 0;
}

.google-reviews {
  background:
    linear-gradient(135deg, rgba(7, 86, 131, 0.06), rgba(87, 191, 100, 0.08)),
    var(--paper);
}

.reviews-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1rem, 4vw, 3rem);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  border: 1px solid rgba(18, 51, 66, 0.1);
  border-left: 8px solid #E84E1A;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 42px rgba(18, 51, 66, 0.08);
}

.reviews-panel h2 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  text-transform: uppercase;
}

.reviews-panel p:not(.eyebrow) {
  max-width: 760px;
  margin: 0.9rem 0 0;
  color: rgba(18, 51, 66, 0.76);
  font-size: 1.05rem;
}

.reviews-marquee {
  max-width: 1180px;
  margin: clamp(1rem, 3vw, 2rem) auto 0;
  display: grid;
  gap: 0.8rem;
  overflow: hidden;
}

.reviews-marquee-row {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.reviews-marquee-track {
  display: flex;
  width: max-content;
  gap: 0.8rem;
  will-change: transform;
}

.reviews-marquee-left .reviews-marquee-track {
  animation: reviews-scroll-left 72s linear infinite;
}

.reviews-marquee-right .reviews-marquee-track {
  animation: reviews-scroll-right 78s linear infinite;
}

.reviews-marquee-row:hover .reviews-marquee-track {
  animation-play-state: paused;
}

.google-review-card {
  flex: 0 0 min(560px, 82vw);
  min-height: 154px;
  padding: 1rem;
  border: 1px solid rgba(18, 51, 66, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 30px rgba(18, 51, 66, 0.08);
}

.google-review-card::before {
  content: "★★★★★";
  display: block;
  margin-bottom: 0.45rem;
  color: #f5b51b;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
}

.google-review-card header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.45rem;
}

.google-review-card strong {
  color: var(--deep);
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: 0;
}

.google-review-card span {
  color: rgba(18, 51, 66, 0.58);
  font-size: 0.78rem;
  white-space: nowrap;
}

.google-review-card p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  color: rgba(18, 51, 66, 0.78);
  font-size: 0.94rem;
  line-height: 1.45;
}

.google-review-card[data-base]::after {
  content: attr(data-base);
  display: inline-flex;
  margin-top: 0.75rem;
  padding: 0.24rem 0.55rem;
  border-radius: 999px;
  background: rgba(232, 78, 26, 0.1);
  color: #b83c13;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

@keyframes reviews-scroll-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes reviews-scroll-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
  .reviews-marquee-track {
    animation: none !important;
  }

  .reviews-marquee-row {
    overflow-x: auto;
    mask-image: none;
  }
}

.partners-preview {
  background: var(--paper);
}

.partners-preview-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(1rem, 3vw, 2rem);
  max-width: 1180px;
  margin: 0 auto;
  align-items: stretch;
}

.partners-preview-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: 8px;
  background: var(--deep);
  color: var(--white);
}

.partners-preview-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.partners-preview-copy .button {
  align-self: flex-start;
}

.partners-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.partner-mini-card,
.partner-card {
  border: 1px solid rgba(18, 51, 66, 0.1);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(18, 51, 66, 0.08);
}

.partner-mini-card {
  display: grid;
  grid-template-rows: 96px auto;
  min-height: 190px;
  overflow: hidden;
}

.partner-mini-card img {
  width: 100%;
  height: 96px;
  object-fit: contain;
  padding: 0.9rem;
  background: #fff;
}

.partner-mini-card a,
.partner-card a {
  color: var(--deep);
  font-weight: 900;
  text-decoration: none;
}

.partner-mini-card a {
  display: flex;
  align-items: center;
  padding: 0.85rem;
  font-size: 0.88rem;
  line-height: 1.25;
}

.partner-mini-card a:hover,
.partner-card a:hover {
  color: var(--coral);
}

.page-hero {
  padding: clamp(7rem, 12vw, 10rem) clamp(1rem, 4vw, 3rem) clamp(3rem, 7vw, 5rem);
  background:
    linear-gradient(120deg, rgba(12, 47, 61, 0.94), rgba(12, 47, 61, 0.78)),
    var(--deep);
  color: var(--white);
}

.page-hero-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.page-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(3.2rem, 8vw, 7rem);
  line-height: 0.9;
  text-transform: uppercase;
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  margin: 1.1rem 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 800;
}

.partners-page {
  background:
    linear-gradient(135deg, rgba(232, 78, 26, 0.05), rgba(87, 191, 100, 0.05)),
    var(--paper);
}

.partners-category {
  max-width: 1180px;
  margin: 0 auto;
}

.partners-category + .partners-category {
  margin-top: clamp(2rem, 5vw, 4rem);
}

.partners-category-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid rgba(18, 51, 66, 0.1);
  padding-bottom: 0.8rem;
}

.partners-category-heading h3 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.95;
  text-transform: uppercase;
}

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

.partner-card {
  display: grid;
  grid-template-rows: 140px auto;
  min-height: 220px;
  overflow: hidden;
}

.partner-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding: 1rem;
  background: var(--white);
}

.partner-logo-wrap img {
  width: 100%;
  max-height: 108px;
  object-fit: contain;
}

.partner-card a {
  display: flex;
  align-items: center;
  padding: 1rem;
  border-top: 1px solid rgba(18, 51, 66, 0.08);
  font-size: 1rem;
  line-height: 1.25;
}

.cookie-consent {
  position: fixed;
  inset: auto clamp(1rem, 4vw, 2rem) clamp(1rem, 4vw, 2rem) auto;
  z-index: 80;
  width: min(520px, calc(100vw - 2rem));
  padding: 1.2rem;
  border: 1px solid rgba(18, 51, 66, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 24px 72px rgba(5, 25, 32, 0.22);
  color: var(--deep);
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent h2 {
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  line-height: 1;
  text-transform: uppercase;
}

.cookie-consent p {
  margin: 0.7rem 0 0;
  color: rgba(18, 51, 66, 0.78);
}

.cookie-actions,
.cookie-custom-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1rem;
}

.cookie-button {
  min-height: 42px;
  padding: 0.7rem 0.95rem;
  border: 2px solid rgba(18, 51, 66, 0.18);
  border-radius: 6px;
  background: var(--white);
  color: var(--deep);
  font: 800 0.9rem/1 "Helvetica Site", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

.cookie-button-primary {
  border-color: var(--coral);
  background: var(--coral);
  color: var(--white);
}

.cookie-button-ghost {
  background: transparent;
}

.cookie-button:hover,
.cookie-button:focus-visible {
  border-color: var(--sand);
  background: var(--sand);
  color: var(--deep);
  outline: none;
}

.cookie-options {
  display: grid;
  gap: 0.65rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(18, 51, 66, 0.1);
}

.cookie-options[hidden] {
  display: none;
}

.cookie-option {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.7rem;
  align-items: start;
  padding: 0.75rem;
  border: 1px solid rgba(18, 51, 66, 0.1);
  border-radius: 8px;
  background: rgba(255, 250, 243, 0.72);
}

.cookie-option strong {
  display: block;
  margin-bottom: 0.2rem;
}

.cookie-option small {
  display: block;
  color: rgba(18, 51, 66, 0.68);
}

@media (max-width: 1060px) {
  .site-header {
    grid-template-columns: auto auto auto;
    justify-content: space-between;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
    grid-column: 3;
    grid-row: 1;
  }

  .main-nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0.6rem;
  }

  .main-nav.is-open {
    display: flex;
  }

  .base-grid,
  .activity-grid,
  .social-band,
  .activity-access-panel,
  .category-overview-grid,
  .base-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .split-layout,
  .map-layout,
  .content-grid,
  .detail-intro,
  .team-intro-grid,
  .team-two-col,
  .team-person-card,
  .cta-panel,
  .why-layout,
  .territory-layout,
  .youtube-layout,
  .reviews-panel,
  .blog-article-hero-grid,
  .article-action-box,
  .mice-intro-grid,
  .mice-format-grid,
  .mice-program-grid,
  .mice-activity-grid,
  .mice-proof-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

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

  .group-cta .group-actions {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-contacts {
    flex-wrap: wrap;
  }

  .footer-contact-card + .footer-contact-card {
    padding-left: 0;
    border-left: 0;
  }

  .footer-legal {
    justify-content: center;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 66px;
    padding: 0.55rem 1rem;
    gap: 0.75rem;
  }

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

  .menu-toggle {
    width: 42px;
    height: 42px;
  }

  .main-nav {
    gap: 0;
    margin-top: 0.45rem;
    padding: 0.35rem 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 0.84rem;
  }

  .main-nav a {
    width: 100%;
    padding: 0.8rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .main-nav .nav-cart {
    width: 100%;
    justify-content: flex-start;
    padding: 0.8rem 0;
  }

  .hero {
    min-height: auto;
    align-items: end;
  }

  .hero-home {
    min-height: auto;
    padding-bottom: 1rem;
  }

  .hero-small {
    min-height: 520px;
  }

  .hero-media {
    background-position: center;
  }

  .hero-content {
    width: calc(100% - 2rem);
    margin: 0 auto;
    padding-top: 5.5rem;
    padding-bottom: 2rem;
  }

  .hero-home .hero-content {
    width: calc(100% - 2rem);
    padding-top: 4.5rem;
    padding-bottom: 1rem;
  }

  .hero-skyline {
    position: static;
    width: min(360px, 88vw);
    max-height: 70px;
    margin: 0 0 -1.55rem 2rem;
  }

  .hero-heading-lock {
    padding-top: 0;
  }

  .hero-home .hero-eyebrow {
    position: static;
    margin: 0 0 0.8rem;
  }

  .hero-small .hero-content {
    padding-bottom: 3.5rem;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2.35rem, 11vw, 3.4rem);
    line-height: 0.96;
  }

  .hero-home h1 {
    max-width: 100%;
    font-size: clamp(1.9rem, 8.5vw, 2.85rem);
    line-height: 1.02;
  }

  .hero-small h1 {
    font-size: clamp(2.15rem, 10vw, 3.05rem);
  }

  .hero-chapo {
    font-size: 1rem;
  }

  .hero-actions,
  .group-actions {
    width: 100%;
    gap: 0.6rem;
  }

  .button,
  .hero-actions .button,
  .group-actions .button {
    width: 100%;
    min-height: 50px;
    padding-inline: 1rem;
  }

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

  .group-cta .group-actions {
    align-items: stretch;
  }

  .group-cta .group-actions .button {
    width: 100% !important;
    max-width: none;
  }

  .hero-strip {
    position: relative;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: calc(100% - 2rem);
    margin: 0 auto;
  }

  .hero-strip a {
    padding: 0.75rem 0.85rem;
    font-size: 0.86rem;
  }

  .section {
    padding: 3rem 1rem;
  }

  .section-heading {
    margin-bottom: 1.5rem;
    text-align: left;
  }

  .section-heading h2,
  .split-layout h2,
  .group-copy h2 {
    font-size: clamp(1.75rem, 8vw, 2.45rem);
    line-height: 1.02;
  }

  .content-panel h2,
  .side-panel h2,
  .detail-card h2,
  .activity-faq h2,
  .activity-roadmap h2 {
    font-size: clamp(1.45rem, 7.5vw, 2rem);
    line-height: 1.02;
  }

  .section-intro,
  .page-copy,
  .category-block-intro {
    font-size: 1rem;
  }

  .base-grid,
  .activity-grid,
  .reason-grid,
  .social-band,
  .activity-access-panel,
  .category-overview-grid,
  .activity-card-grid,
  .base-info-grid,
  .category-grid,
  .blog-list {
    grid-template-columns: 1fr;
  }

  .content-panel,
  .side-panel,
  .detail-card {
    padding: 1rem;
  }

  .base-welcome-block {
    padding: 0.9rem;
  }

  .base-welcome-gallery {
    grid-template-columns: 1fr;
  }

  .base-welcome-gallery img {
    aspect-ratio: 4 / 3;
  }

  .feature-list li {
    padding-left: 1.35rem;
  }

  .category-overview-card {
    min-height: 255px;
  }

  .category-overview-card div {
    padding: 1.25rem;
  }

  .category-overview-card h3,
  .category-block h3 {
    font-size: clamp(1.45rem, 8vw, 2rem);
  }

  .category-overview-card p {
    font-size: 0.96rem;
  }

  .base-activity-group {
    margin-bottom: 1rem;
  }

  .category-overview-grid {
    gap: 0.85rem;
    margin-bottom: 2.25rem;
  }

  .activity-access-panel {
    padding: 0.8rem;
  }

  .activity-access-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .category-block {
    gap: 0.65rem;
    scroll-margin-top: 82px;
  }

  .activity-offer-body {
    padding: 1rem;
  }

  .activity-offer-media img {
    aspect-ratio: 4 / 3;
  }

  .activity-offer-summary {
    min-height: auto;
    -webkit-line-clamp: 4;
  }

  .activity-offer-meta {
    gap: 0;
    margin-bottom: 0.9rem;
    padding-top: 0.85rem;
  }

  .activity-offer-meta li {
    padding: 0 0.3rem;
  }

  .activity-offer-meta strong {
    font-size: 0.74rem;
  }

  .activity-card-more,
  .activity-card-book,
  .booking-trigger {
    min-height: 48px;
    font-size: 0.86rem;
  }

  .sticky-booking-trigger {
    right: 0.75rem;
    top: auto;
    bottom: 0.8rem;
    min-height: 42px;
    padding: 0.72rem 0.9rem;
    border-radius: 999px;
    font-size: 0.78rem;
    box-shadow: 0 10px 24px rgba(11, 39, 51, 0.24);
    transform: none;
  }

  .sticky-booking-trigger:hover,
  .sticky-booking-trigger:focus-visible {
    transform: none;
  }

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

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

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

  .quick-facts li,
  .comfort-card,
  .included-grid article,
  .roadmap-list li,
  .faq-list summary {
    padding: 0.9rem;
  }

  .roadmap-list li {
    grid-template-columns: 1fr;
  }

  .roadmap-list li::before {
    width: 36px;
    height: 36px;
  }

  .cta-panel {
    gap: 1rem;
    padding: 1rem;
  }

  .cta-panel .booking-trigger,
  .cta-panel .button {
    width: 100%;
  }

  .base-card div,
  .info-card-body,
  .base-info-card div,
  .base-topic-visual img,
  .activity-card,
  .reason-grid article,
  .social-copy {
    padding: 1rem;
  }

  .base-card div {
    min-height: 220px;
  }

  .base-topic-visual img {
    min-height: 240px;
    padding: 0;
  }

  .activity-card {
    min-height: 220px;
  }

  .group-cta-inner {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .group-cta .group-actions {
    padding: 0;
  }

  .blog-article-hero {
    padding: 5rem 1rem 3rem;
  }

  .blog-article-hero img {
    aspect-ratio: 16 / 11;
  }

  .social-band img {
    min-height: 220px;
  }

  .why-visual {
    width: min(100%, 360px);
  }

  .why-stamp {
    left: -30px;
    top: -42px;
    width: 150px;
    height: 150px;
  }

  .why-list article {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .map-shell iframe {
    min-height: 360px;
  }

  .map-pin {
    width: 50px;
    height: 50px;
  }

  .map-pin span {
    width: 38px;
    height: 38px;
  }

  .map-pin svg {
    width: 23px;
    height: 23px;
  }

  .location-item {
    align-items: start;
    padding: 0.85rem;
  }

  .site-footer {
    gap: 1.25rem;
    padding: 2rem 1rem;
    text-align: center;
  }

  .footer-contacts {
    display: grid;
    gap: 0.9rem;
  }

  .footer-contact-icons {
    grid-auto-flow: column;
    justify-content: center;
  }

  .footer-legal {
    display: grid;
    gap: 0.45rem;
  }

  .footer-legal a + a::before {
    content: none;
  }

  .cookie-consent {
    inset: auto 1rem 1rem;
  }

  .booking-dialog {
    align-items: stretch;
    padding: 0;
  }

  .booking-dialog-panel {
    width: 100%;
    max-height: none;
    min-height: 100svh;
    border-radius: 0;
  }

  .booking-dialog-body {
    padding: 0.65rem;
  }
}

@media (max-width: 420px) {
  .hero {
    min-height: auto;
  }

  .hero-home {
    min-height: auto;
  }

  .hero-small {
    min-height: 500px;
  }

  .hero-content {
    padding-top: 4.75rem;
  }

  .hero-home .hero-content {
    padding-top: 4.25rem;
    padding-bottom: 1rem;
  }

  .hero-skyline {
    position: static;
    width: min(300px, 86vw);
    max-height: 60px;
    margin: 0 0 -1.3rem 1.2rem;
  }

  h1 {
    font-size: clamp(2.05rem, 11vw, 2.8rem);
  }

  .hero-home h1 {
    font-size: clamp(1.72rem, 8vw, 2.24rem);
  }

  .eyebrow {
    font-size: 0.7rem;
  }

  .category-overview-card {
    min-height: 235px;
  }
}

@media (max-width: 980px) {
  .partners-preview-layout,
  .partner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partners-preview-copy {
    grid-column: 1 / -1;
  }

  .partners-strip {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .partners-preview-layout,
  .partners-strip,
  .partner-grid {
    grid-template-columns: 1fr;
  }

  .partners-preview-copy .button {
    width: 100%;
  }

  .partner-mini-card,
  .partner-card {
    grid-template-rows: 110px auto;
    min-height: 0;
  }

  .partners-category-heading {
    display: block;
  }

  .partners-category-heading h3 {
    margin-top: 0.25rem;
  }

  .page-hero {
    padding-top: 6rem;
  }
}
