@charset "UTF-8";
:root {
  --font-sans: "Quicksand", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: "Chewy", "Comic Sans MS", system-ui, cursive;
  --font-editorial: "Quicksand", system-ui, sans-serif;
  --font-mono: "Quicksand", system-ui, sans-serif;
  --sky: #2FA0C8;
  --sky-light: #8FCFE3;
  --sky-lighter: #D2ECF3;
  --sky-deep: #1B7FA0;
  --water: #1E8AA0;
  --water-deep: #04755D;
  --navy: #0A2E4F;
  --navy-soft: #2C5575;
  --sun: #FDE90A;
  --sun-bright: #FFE100;
  --sun-deep: #C2770F;
  --red: #C8381E;
  --red-deep: #971C03;
  --leaf: #67BC54;
  --leaf-mid: #3C8C46;
  --leaf-deep: #1A6335;
  --paper: #FFFFFF;
  --paper-2: #F3F4F4;
  --surface: #FFFFFF;
  --cream: #FFF8EC;
  --line: #E7E9E9;
  --line-2: #D4D7D7;
  --ink: #0A2E4F;
  --ink-2: #2C5575;
  --ink-3: #6E91A8;
  --green-1: #1A6335;
  --green-2: #3C8C46;
  --green-3: #5FA51B;
  --green-4: #67BC54;
  --green-leaf: #5FA51B;
  --sand: #FFF1BF;
  --sand-2: #FFE38A;
  --terracotta: #C8381E;
  --terracotta-ink: #971C03;
  --r-sm: 8px;
  --r-md: 14px;
  --r-lg: 16px;
  --r-xl: 32px;
  --r-pill: 999px;
  --shadow-1: 0 1px 2px rgba(10,46,79,.06), 0 2px 6px rgba(10,46,79,.05);
  --shadow-2: 0 6px 16px -6px rgba(10,46,79,.18), 0 2px 6px rgba(10,46,79,.06);
  --shadow-3: 0 24px 48px -18px rgba(10,46,79,.30);
  --shadow-sun: 0 8px 20px -6px rgba(217,154,0,.45);
}

body#index #wrapper {
  padding: 0;
  background: transparent;
}
body#index #wrapper > .container {
  max-width: none;
  padding: 0;
}
body#index .breadcrumb {
  display: none;
}
body#index main {
  padding-top: 0;
}

body:not(#index) #wrapper {
  background: var(--paper);
}
body:not(#index) #wrapper > .container {
  max-width: 1280px;
}
body:not(#index) .breadcrumb {
  list-style: none;
  padding: 1.5rem 0 0;
  margin: 0;
  font-size: 12.5px;
  color: var(--ink-2);
}
body:not(#index) .breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
body:not(#index) .breadcrumb li {
  display: inline;
}
body:not(#index) .breadcrumb li::before {
  content: "";
}
body:not(#index) .breadcrumb li + li::before {
  content: "›";
  margin-right: 0.5rem;
  color: var(--ink-3);
}
body:not(#index) .breadcrumb a {
  color: var(--ink-2);
}
body:not(#index) .breadcrumb a:hover {
  color: var(--green-3);
  text-decoration: none;
}
body:not(#index) .page-header h1 {
  font-family: var(--font-display);
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 500;
  margin: 1.5rem 0 2rem;
  color: var(--ink);
  letter-spacing: -0.01em;
}
body:not(#index) #left-column, body:not(#index) #right-column {
  display: none;
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

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

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

a:hover {
  color: var(--green-3);
}

h1, h2, h3, .h1, .h2, .h3 {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.05;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin: 0;
}

.h-section {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -0.018em;
  line-height: 1.08;
  color: var(--ink);
  margin: 0;
}

.h-section .accent {
  color: var(--green-3);
  font-weight: 400;
}

.eyebrow,
.eco-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--green-3);
  font-weight: 600;
}

.lede {
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 56ch;
  text-wrap: pretty;
}

.squiggle {
  display: block;
  width: 64px;
  height: 8px;
  margin: 14px 0 0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 8' fill='none' stroke='%234A8A52' stroke-width='2' stroke-linecap='round'><path d='M2 4 Q 8 0 14 4 T 26 4 T 38 4 T 50 4 T 62 4'/></svg>") no-repeat;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 clamp(16px, 4vw, 32px);
}

.container--wide {
  max-width: 1440px;
}

.container--narrow {
  max-width: 980px;
}

.eco-container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(16px, 4vw, 32px);
}

.row {
  display: flex;
}

.row.center {
  align-items: center;
}

.row.between {
  justify-content: space-between;
}

.js-content-wrapper,
.js-content-wrapper.col-xs-12 {
  min-width: 0;
  max-width: 100vw;
  flex: 1 1 100%;
  width: 100%;
}

.eco-home {
  min-width: 0;
  max-width: 100%;
  width: 100%;
}

.gap-8 {
  gap: 8px;
}

.gap-12 {
  gap: 12px;
}

.gap-16 {
  gap: 16px;
}

.gap-24 {
  gap: 24px;
}

.gap-32 {
  gap: 32px;
}

.gap-48 {
  gap: 48px;
}

.eco-arrow {
  display: inline-block;
  transition: transform 0.2s ease;
}

a:hover .eco-arrow,
.btn:hover .eco-arrow,
.eco-btn:hover .eco-arrow {
  transform: translateX(3px);
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 46px;
  padding: 0 22px;
  border-radius: var(--r-pill);
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 14.5px;
  letter-spacing: -0.005em;
  border: 0;
  cursor: pointer;
  transition: transform 0.2s cubic-bezier(0.2, 0.7, 0.2, 1), background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  text-decoration: none;
}

.btn:hover {
  text-decoration: none;
}

.btn svg {
  transition: transform 0.25s cubic-bezier(0.2, 0.7, 0.2, 1);
  flex-shrink: 0;
}

.btn:hover svg {
  transform: translateX(3px);
}

.btn:active {
  transform: translateY(1px);
}

.btn--primary {
  background: var(--green-3);
  color: #fff;
}

.btn--primary:hover {
  background: var(--green-2);
  color: #fff;
}

.btn--leaf {
  background: var(--green-leaf);
  color: #fff;
}

.btn--leaf:hover {
  background: var(--green-3);
  color: #fff;
}

.btn--ghost {
  background: transparent;
  color: var(--ink);
  height: 44px;
  padding: 0 18px;
}

.btn--ghost:hover {
  color: var(--green-3);
  background: transparent;
}

.btn--outline {
  background: var(--surface);
  color: var(--ink);
  border: 1px solid var(--line-2);
  padding: 0 22px;
}

.btn--outline:hover {
  border-color: var(--ink);
  color: var(--ink);
}

.btn--inline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  color: var(--green-3);
  height: auto;
  padding: 0;
  background: transparent;
  font-size: 14px;
}

.btn--inline:hover {
  color: var(--green-2);
}

.btn--inline svg {
  transition: transform 0.2s ease;
}

.btn--inline:hover svg {
  transform: translateX(2px);
}

.btn--block {
  width: 100%;
  justify-content: center;
}

.icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: grid;
  place-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  transition: background 0.2s ease;
}

.icon-btn:hover {
  background: var(--paper-2);
}

.eco-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  border: 0;
  cursor: pointer;
  transition: all 0.15s ease;
  text-decoration: none;
  white-space: nowrap;
}

.eco-btn:hover {
  text-decoration: none;
}

.eco-btn--lg {
  padding: 15px 28px;
  font-size: 15px;
}

.eco-btn--dark {
  background: var(--green-1);
  color: #fff;
}

.eco-btn--dark:hover {
  background: var(--green-2);
  color: #fff;
}

.eco-btn--green {
  background: var(--green-3);
  color: #fff;
}

.eco-btn--green:hover {
  background: var(--green-2);
  color: #fff;
}

.eco-btn--ghost {
  background: transparent;
  color: var(--ink);
  font-weight: 600;
  padding-inline: 4px;
}

.eco-btn--ghost:hover {
  color: var(--green-3);
}

.eco-btn--outline {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--ink);
}

.eco-btn--outline:hover {
  background: var(--ink);
  color: #fff;
}

.eco-btn--primary {
  background: var(--green-3);
  color: #fff;
}

.eco-btn--primary:hover {
  background: var(--green-2);
  color: #fff;
}

.eco-icon {
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.eco-icon--filled {
  fill: currentColor;
  stroke: none;
}

.eco-stars {
  color: var(--terracotta);
  letter-spacing: 1.5px;
}

.photo {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--paper-2);
}

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

.pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: var(--r-pill);
  background: var(--paper-2);
  font-size: 12px;
  font-weight: 500;
  color: var(--ink-2);
  border: 1px solid var(--line);
}

.pill--leaf {
  background: rgba(123, 175, 103, 0.14);
  color: var(--green-2);
  border-color: transparent;
}

.pill--sand {
  background: var(--sand);
  color: #6e5a2c;
  border-color: transparent;
}

.pill--terracotta,
.pill--terra {
  background: rgba(201, 135, 106, 0.16);
  color: var(--terracotta-ink);
  border-color: transparent;
}

.duration-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-radius: var(--r-pill);
  padding: 6px 12px 6px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  color: var(--ink);
  box-shadow: 0 2px 8px rgba(31, 58, 40, 0.1);
}

.duration-badge svg {
  color: var(--green-3);
}

.next-departure-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-radius: var(--r-pill);
  padding: 6px 12px 6px 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 500;
  color: var(--terracotta-ink);
  box-shadow: 0 2px 8px rgba(31, 58, 40, 0.1);
  max-width: calc(100% - 28px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.next-departure-badge svg {
  color: var(--terracotta);
  flex-shrink: 0;
}

.theme-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  border-radius: 100px;
  display: grid;
  place-items: center;
  color: var(--green-3);
  box-shadow: 0 2px 8px rgba(31, 58, 40, 0.1);
}

.soft-icon {
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background: var(--paper-2);
  display: grid;
  place-items: center;
  color: var(--green-3);
  flex-shrink: 0;
}

.live-dot {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: var(--green-3);
  flex-shrink: 0;
}

.live-dot::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 100px;
  background: var(--green-3);
  opacity: 0.25;
  animation: live-dot-pulse 1.8s ease-out infinite;
}

@keyframes live-dot-pulse {
  0% {
    transform: scale(0.6);
    opacity: 0.4;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--ink-2);
}

.lang-switch a {
  color: var(--ink-2);
  font-weight: 500;
  padding: 4px 2px;
  transition: color 0.2s ease;
}

.lang-switch a:hover {
  color: var(--green-3);
}

.lang-switch a.active {
  color: var(--ink);
  font-weight: 600;
}

.info-bar {
  background: var(--paper-2);
  color: var(--ink-2);
  padding: 28px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.info-bar .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.info-bar .item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.info-bar .item .ico {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background: rgba(74, 108, 62, 0.1);
  display: grid;
  place-items: center;
  color: var(--green-3);
  flex-shrink: 0;
}

.info-bar .item .lbl {
  font-size: 11.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  margin-bottom: 2px;
  font-weight: 500;
}

.info-bar .item .val {
  font-size: 14px;
  color: var(--ink);
  line-height: 1.4;
  font-weight: 500;
}

@media (max-width: 768px) {
  .info-bar .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 250, 247, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.site-header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  height: 72px;
}

/* Brand heraldic tokens (2026-05-23 — BARQUE SAINT-LEU AMIENS) */
:root {
  --brand-navy: #1B2E55;
  --brand-mist: #7B8FAD;
  --brand-terracotta: #B85C3A;
  --brand-gold: #C9A24A;
  --brand-cream: #F5EBD7;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--brand-navy);
  text-decoration: none;
}

.logo:hover {
  color: var(--brand-navy);
  text-decoration: none;
}

.logo-mark {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
}

.logo-mark svg {
  width: 100%;
  height: 100%;
  display: block;
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
  min-width: 0;
}

.logo-text .brand {
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 14.5px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: var(--brand-navy);
  white-space: nowrap;
}

.logo-text .sub {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-mist);
  margin-top: 5px;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .logo-text .brand {
    font-size: 12.5px;
    letter-spacing: 0.06em;
  }
  .logo-text .sub {
    display: none;
  }
  .logo-mark {
    width: 36px;
    height: 36px;
  }
}
.site-nav {
  display: none;
  gap: 4px;
  align-items: center;
}

.site-nav a,
.site-nav__link,
.site-nav__trigger {
  padding: 10px 16px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink);
  position: relative;
  transition: color 0.2s ease;
  text-decoration: none;
}

.site-nav__trigger {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}

.site-nav__chev {
  transition: transform 0.2s ease;
  color: var(--ink-3);
}

.site-nav a:hover,
.site-nav__link:hover,
.site-nav__trigger:hover {
  color: var(--green-3);
}

.site-nav a.active,
.site-nav a.is-active,
.site-nav__link.active,
.site-nav__link.is-active {
  color: var(--ink);
}

.site-nav a.active::after,
.site-nav a.is-active::after,
.site-nav__link.active::after,
.site-nav__link.is-active::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 4px;
  height: 2px;
  background: var(--green-3);
  border-radius: 2px;
}

.site-nav__item--mega {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.site-mega {
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  min-width: 720px;
  max-width: 900px;
  background: var(--paper, #fff);
  border: 1px solid var(--line);
  border-radius: var(--r-md, 14px);
  box-shadow: 0 24px 48px -20px rgba(0, 0, 0, 0.22);
  padding: 24px 28px 28px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0s linear 0.18s;
  z-index: 40;
}

.site-nav__item--mega:hover .site-mega,
.site-nav__item--mega:focus-within .site-mega,
.site-nav__item--mega.is-open .site-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition-delay: 0s;
}

.site-nav__item--mega:hover .site-nav__chev,
.site-nav__item--mega:focus-within .site-nav__chev,
.site-nav__item--mega.is-open .site-nav__chev {
  transform: rotate(180deg);
}

.site-mega__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 32px;
}

.site-mega__col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.site-mega__title {
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-3, #6e7a76);
  margin-bottom: 4px;
}

.site-mega__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.site-mega__col a {
  padding: 8px 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  text-decoration: none;
  border-radius: 4px;
  transition: color 0.15s ease;
}

.site-mega__col a:hover {
  color: var(--green-3);
}

.site-mega__col a.site-mega__cta {
  margin-top: 6px;
  font-weight: 600;
  color: var(--green-3);
}

.site-header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-burger {
  display: inline-flex;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 10px;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.site-burger__bar {
  width: 22px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform 0.2s, opacity 0.2s;
  pointer-events: none;
}
.site-burger[aria-expanded=true] {
  background: var(--ink);
  border-color: var(--ink);
}
.site-burger[aria-expanded=true] .site-burger__bar {
  background: #fff;
}
.site-burger[aria-expanded=true] .site-burger__bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.site-burger[aria-expanded=true] .site-burger__bar:nth-child(2) {
  opacity: 0;
}
.site-burger[aria-expanded=true] .site-burger__bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

@media (max-width: 1023px) {
  .site-header__actions .lang-switch,
  .site-header__actions .btn--primary {
    display: none;
  }
  .site-nav {
    display: flex;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    bottom: 0;
    height: calc(100vh - 72px);
    height: calc(100dvh - 72px);
    flex-direction: column;
    background: var(--paper);
    padding: 2rem 1.5rem calc(3rem + env(safe-area-inset-bottom, 0px));
    gap: 0;
    transform: translateY(-110%);
    transition: transform 0.28s ease;
    z-index: 30;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    visibility: hidden;
  }
  .site-nav a,
  .site-nav .site-nav__link,
  .site-nav .site-nav__trigger {
    display: block;
    padding: 16px 4px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
  }
  .site-nav a:last-of-type,
  .site-nav .site-nav__link:last-of-type {
    border-bottom: none;
  }
  .site-nav a.active, .site-nav a.is-active,
  .site-nav .site-nav__link.active, .site-nav .site-nav__link.is-active {
    color: var(--green-3);
  }
  .site-nav a::after {
    display: none;
  }
  .site-nav .site-nav__item--mega {
    display: block;
    width: 100%;
  }
  .site-nav .site-nav__chev {
    display: none;
  }
  .site-nav .site-mega,
  .site-nav .site-nav__item--mega:hover .site-mega,
  .site-nav .site-nav__item--mega:focus-within .site-mega,
  .site-nav .site-nav__item--mega.is-open .site-mega {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    min-width: 0;
    max-width: none;
    padding: 0 0 8px 12px;
    border: none;
    box-shadow: none;
    background: transparent;
    transition: none;
    border-bottom: 1px solid var(--line);
    margin-bottom: 0;
  }
  .site-nav .site-mega__inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .site-nav .site-mega__title {
    font-size: 11px;
    color: var(--ink-3, #6e7a76);
    margin: 12px 0 4px;
  }
  .site-nav .site-mega__col a {
    padding: 8px 0;
    font-size: 15px;
    font-weight: 500;
    border-bottom: none;
  }
  .site-nav.is-open {
    transform: translateY(0);
    visibility: visible;
  }
  body.eco-nav-open {
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .site-nav {
    display: inline-flex;
  }
  .site-burger {
    display: none;
  }
}
.site-footer {
  background: var(--green-1);
  color: rgba(255, 255, 255, 0.85);
  padding: 96px 0 36px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 240px;
  background: radial-gradient(ellipse at center, rgba(123, 175, 103, 0.18), transparent 70%);
  pointer-events: none;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s ease;
  text-decoration: none;
}

.site-footer a:hover {
  color: #fff;
}

.site-footer h4 {
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.14em;
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.45);
  text-transform: uppercase;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
  font-size: 14.5px;
}

.footer__top {
  display: grid;
  grid-template-columns: 1.1fr 3fr;
  gap: 64px;
  position: relative;
}

.footer__signature {
  max-width: 360px;
}

.footer__signature .logo {
  color: var(--brand-cream);
}

.footer__signature .logo-text .brand {
  color: var(--brand-cream);
}

.footer__signature .logo-text .sub {
  color: var(--brand-gold);
}

.footer__tagline {
  font-family: var(--font-sans);
  font-weight: 500;
  font-style: italic;
  font-size: 13px;
  line-height: 1.4;
  color: var(--brand-gold);
  letter-spacing: 0.02em;
  margin: 18px 0 0;
}

.footer__pull {
  font-family: var(--font-editorial);
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.9);
  margin: 28px 0 28px;
  letter-spacing: -0.005em;
}

.footer__social {
  display: flex;
  gap: 10px;
}

.footer__social a {
  width: 38px;
  height: 38px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.25s ease;
}

.footer__social a:hover {
  background: var(--green-leaf);
  border-color: var(--green-leaf);
  color: #fff;
  transform: translateY(-2px);
}

.footer__cols {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
}

.footer__letter {
  margin-top: 72px;
  padding: 40px 48px;
  background: #fff;
  border-radius: var(--r-lg);
  display: grid;
  grid-template-columns: auto 1.4fr 1fr;
  gap: 48px;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.footer__letter-stamp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 18px;
  border: 1px dashed var(--line-2);
  border-radius: var(--r-md);
  color: var(--green-3);
  flex-shrink: 0;
}

.footer__letter-stamp-label {
  font-family: var(--font-mono);
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-2);
  white-space: nowrap;
}

.footer__letter-text h3 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin: 0 0 10px;
}

.footer__letter-text p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-2);
  margin: 0 0 14px;
  max-width: 48ch;
}

.footer__letter-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
  font-size: 12px;
  color: var(--ink-3);
}

.footer__letter-meta li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer__letter-meta li span {
  color: var(--green-3);
  font-weight: 700;
}

.footer__letter-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__letter-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
  transition: border-color 0.2s ease, background 0.2s ease;
}

.footer__letter-field:focus-within {
  border-color: var(--green-3);
  background: #fff;
}

.footer__letter-field-label {
  font-family: var(--font-mono);
  font-size: 9.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
}

.footer__letter-field input {
  border: 0;
  background: transparent;
  padding: 0;
  font-family: inherit;
  font-size: 14.5px;
  color: var(--ink);
  outline: none;
}

.footer__letter-field input::placeholder {
  color: var(--ink-3);
}

.footer__letter-submit {
  appearance: none;
  border: 0;
  cursor: pointer;
  background: var(--green-3);
  color: #fff;
  height: 48px;
  border-radius: 10px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.2s ease, gap 0.2s ease;
}

.footer__letter-submit:hover {
  background: var(--green-2);
  gap: 12px;
  color: #fff;
}

.trust-strip {
  margin-top: 48px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.trust-strip__items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.trust-strip__items li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.45;
}

.trust-strip__items li strong {
  color: #fff;
  font-weight: 600;
}

.trust-strip__icon {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  flex: none;
  font-size: 14px;
}

.trust-strip__cards {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  opacity: 0.7;
}

.trust-strip__card {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.04);
}

.trust-strip__card--brand {
  background: #635bff;
  border-color: #635bff;
  color: #fff;
}

.site-footer .baseline {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.5);
}

.baseline__left {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.baseline__sep {
  color: rgba(255, 255, 255, 0.25);
}

.baseline__siret {
  font-size: 11.5px;
  opacity: 0.6;
  letter-spacing: 0.03em;
}

.baseline__right {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.baseline__right a {
  font-size: 12.5px;
}

@media (max-width: 1180px) {
  .footer__cols {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px 32px;
  }
}
@media (max-width: 980px) {
  .footer__top {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .footer__cols {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 28px;
  }
  .footer__letter {
    grid-template-columns: 1fr;
    padding: 32px 28px;
    gap: 28px;
  }
  .site-footer .baseline {
    flex-direction: column;
    align-items: flex-start;
  }
  .trust-strip__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 540px) {
  .trust-strip__items {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 540px) {
  .footer__cols {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.footer-container--ps-hooks {
  display: none;
}

.eco-consent {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 9999;
  background: #0f2a30;
  color: #fff;
  border-top: 2px solid #5a7a3a;
  padding: 18px 0;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.18);
  animation: eco-consent-slide-up 0.3s ease-out;
}

@keyframes eco-consent-slide-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.eco-consent__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
}

.eco-consent__title {
  margin: 0 0 6px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.eco-consent__desc {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
  max-width: 64ch;
}

.eco-consent__desc a {
  color: #d3e1bf;
  text-decoration: underline;
}

.eco-consent__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.eco-consent__btn {
  font: inherit;
  padding: 10px 22px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  transition: background 0.15s ease, transform 0.15s ease;
}

.eco-consent__btn--ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.55);
}

.eco-consent__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}

.eco-consent__btn--primary {
  background: #5a7a3a;
  color: #fff;
}

.eco-consent__btn--primary:hover {
  background: #6e8f4a;
  transform: translateY(-1px);
}

@media (max-width: 720px) {
  .eco-consent__inner {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .eco-consent__actions {
    width: 100%;
  }
  .eco-consent__btn {
    flex: 1;
  }
}
.eco-offer__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.eco-offer__details-link {
  font-size: 0.92rem;
  color: #4a5d3a;
  text-decoration: underline;
  text-underline-offset: 3px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.eco-offer__details-link:hover,
.eco-offer__details-link:focus-visible {
  color: #2a3d20;
}

@media (max-width: 720px) {
  .eco-offer__foot {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .eco-offer__actions {
    align-items: stretch;
  }
  .eco-offer__actions .eco-btn {
    width: 100%;
    text-align: center;
  }
  .eco-offer__details-link {
    justify-content: center;
  }
}
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: transform, opacity;
}

[data-reveal=fade] {
  transform: none;
}

[data-reveal=left] {
  transform: translateX(-32px);
}

[data-reveal=right] {
  transform: translateX(32px);
}

[data-reveal=zoom] {
  transform: scale(0.96);
}

[data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

[data-reveal-stagger] > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-reveal-stagger].is-visible > * {
  opacity: 1;
  transform: none;
}

[data-reveal-stagger].is-visible > *:nth-child(1) {
  transition-delay: 0.05s;
}

[data-reveal-stagger].is-visible > *:nth-child(2) {
  transition-delay: 0.15s;
}

[data-reveal-stagger].is-visible > *:nth-child(3) {
  transition-delay: 0.25s;
}

[data-reveal-stagger].is-visible > *:nth-child(4) {
  transition-delay: 0.35s;
}

[data-reveal-stagger].is-visible > *:nth-child(5) {
  transition-delay: 0.45s;
}

[data-reveal-stagger].is-visible > *:nth-child(6) {
  transition-delay: 0.55s;
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal],
  [data-reveal-stagger] > * {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
@keyframes ecoFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
.eco-float {
  animation: ecoFloat 5s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .eco-float {
    animation: none;
  }
}
.eco-home {
  position: relative;
  overflow-x: clip;
}

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

.eco-decor__leaf {
  position: absolute;
  pointer-events: none;
  user-select: none;
  opacity: 0.85;
  transform-origin: center;
  max-width: none;
}

.eco-decor__leaf--hero-right {
  top: 60px;
  right: -40px;
  width: 200px;
  transform: rotate(-12deg);
}

.eco-decor__leaf--reassurance-left {
  top: 720px;
  left: -60px;
  width: 240px;
}

.eco-decor__leaf--organise-right {
  top: 1900px;
  right: -50px;
  width: 260px;
}

.eco-decor__leaf--jules-left {
  top: 2700px;
  left: -40px;
  width: 220px;
}

@media (max-width: 767px) {
  .eco-decor {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .eco-decor__leaf {
    width: auto;
    max-width: 140px;
  }
  .eco-decor__leaf--hero-right {
    right: -20px;
  }
  .eco-decor__leaf--reassurance-left {
    left: -30px;
  }
  .eco-decor__leaf--organise-right {
    right: -25px;
  }
  .eco-decor__leaf--jules-left {
    left: -20px;
  }
}
.hero {
  background: var(--paper);
  position: relative;
  overflow: hidden;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 72px;
  align-items: center;
  padding: 80px 0 100px;
}

.hero__content {
  max-width: 580px;
}

.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
}

.hero__eyebrow .dot {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: var(--green-3);
  position: relative;
}

.hero__eyebrow .dot::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 100px;
  background: rgba(74, 138, 82, 0.3);
  animation: ecoPulse 2.4s ease-in-out infinite;
}

@keyframes ecoPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.hero h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(48px, 6.4vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.035em;
  margin: 0 0 28px;
  color: var(--ink);
}

.hero h1 .green {
  color: var(--green-3);
  font-weight: 500;
}

.hero h1 .it {
  font-family: var(--font-editorial);
  font-style: italic;
  font-weight: 300;
  color: var(--green-2);
}

.hero__lede {
  font-size: 18px;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: 50ch;
  margin: 0 0 28px;
}

.hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: var(--r-pill);
  background: var(--paper-2);
  border: 1px solid var(--line);
  font-size: 12.5px;
  font-weight: 500;
  color: var(--ink-2);
}

.hero__badge svg {
  color: var(--green-3);
  flex-shrink: 0;
}

.hero__group-link {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: var(--ink-2);
}

.hero__group-link svg {
  color: var(--ink-3);
  flex-shrink: 0;
}

.hero__group-link a {
  color: var(--green-1);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid currentColor;
  transition: color 0.2s ease;
}

.hero__group-link a:hover {
  color: var(--green-leaf);
}

.hero__visual {
  position: relative;
  height: 620px;
  border-radius: var(--r-lg);
  overflow: hidden;
}

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

.hero__chip {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: var(--r-pill);
  padding: 10px 18px 10px 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  box-shadow: var(--shadow-2);
}

@media (min-width: 1025px) {
  .hero__chip {
    display: none;
  }
}
.hero__weather {
  position: absolute;
  top: 24px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 20px 14px 14px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 16px;
  box-shadow: 0 12px 32px -16px rgba(31, 58, 40, 0.32);
  color: var(--ink);
  z-index: 2;
  min-width: 230px;
}

.hero__weather-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #FFE9B8 0%, #FFD37A 100%);
  color: #B16A1A;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.hero__weather-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.hero__weather-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--green-3);
  font-weight: 600;
}

.hero__weather-dot {
  width: 7px;
  height: 7px;
  border-radius: 100px;
  background: var(--green-3);
  position: relative;
  flex-shrink: 0;
}

.hero__weather-dot::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 100px;
  background: var(--green-3);
  opacity: 0.35;
  animation: weather-pulse 1.8s ease-out infinite;
}

@keyframes weather-pulse {
  0% {
    transform: scale(0.6);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
/* Risk-driven dot colour (launch-master pack v2 — real weather). Base green
   is the calm default; amber/red mirror the WeatherService risk so the
   overlay never shows a calm green dot during dangerous conditions. */
.hero__weather-dot--amber,
.hero__weather-dot--amber::before {
  background: #d98a1f;
}

.hero__weather-dot--red,
.hero__weather-dot--red::before {
  background: #c0392b;
}

.hero__weather-dot--unknown,
.hero__weather-dot--unknown::before {
  background: #9aa0a6;
}

.hero__weather-line {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero__weather-temp {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -0.03em;
  color: var(--ink);
  line-height: 1;
}

.hero__weather-divider {
  width: 1px;
  height: 28px;
  background: var(--line);
}

.hero__weather-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 12.5px;
  color: var(--ink-2);
  line-height: 1.3;
}

.hero__weather-detail {
  font-size: 11.5px;
  color: var(--ink-3);
}

.hero__booking {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: var(--r-md);
  box-shadow: 0 18px 44px -18px rgba(31, 58, 40, 0.45), 0 4px 12px -4px rgba(31, 58, 40, 0.18);
  padding: 18px 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  z-index: 3;
}

.hero__booking-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.hero__booking-eyebrow {
  font-size: 10.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--green-3);
  font-weight: 600;
}

.hero__booking-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: var(--ink-2);
  font-weight: 500;
}

.hero__booking-fields {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 8px;
  background: rgba(31, 58, 40, 0.04);
  padding: 6px;
  border-radius: var(--r-md);
}

.hero__booking-field {
  appearance: none;
  border: 1px solid rgba(31, 58, 40, 0.14);
  background: #fff;
  text-align: left;
  padding: 10px 12px 10px 14px;
  border-radius: var(--r-sm);
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 4px 10px;
  min-width: 0;
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  position: relative;
  font-family: inherit;
}

.hero__booking-field .lbl,
.hero__booking-field .val {
  grid-column: 1;
}

.hero__booking-field .hero__booking-chev {
  grid-column: 2;
  grid-row: 1/span 2;
  align-self: center;
  color: var(--ink-3);
  flex-shrink: 0;
  transition: transform 0.18s ease, color 0.18s ease;
}

.hero__booking-field:hover {
  background: var(--paper);
  border-color: var(--green-3);
  box-shadow: 0 1px 0 rgba(31, 58, 40, 0.04);
}

.hero__booking-field:hover .hero__booking-chev {
  color: var(--green-1);
  transform: translateY(1px);
}

.hero__booking-field:focus-visible {
  outline: 2px solid var(--green-3);
  outline-offset: 2px;
}

.hero__booking-field .lbl {
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 500;
}

.hero__booking-field .val {
  font-size: 13.5px;
  color: var(--ink);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hero__booking-field .val svg {
  color: var(--green-3);
  flex-shrink: 0;
}

.hero__booking-field .val .placeholder {
  color: var(--ink-3);
  font-weight: 400;
}

.hero__booking-cta {
  width: 100%;
  height: 48px;
  justify-content: center;
}

.hero__booking {
  position: absolute;
}

.hero__booking-fields {
  position: relative;
}

.hero__booking-field[aria-expanded=true] {
  background: var(--paper);
  border-color: var(--green-3);
  box-shadow: 0 1px 0 rgba(31, 58, 40, 0.06);
}

.hero__booking-field[aria-expanded=true] .hero__booking-chev {
  color: var(--green-1);
  transform: rotate(180deg);
}

.hero__booking-field,
.hero__booking-stepper-btn,
.hero__booking-popover-close,
.hero__booking-offer,
.hero__booking-date-shortcut {
  min-height: 44px;
}

.hero__booking-popover {
  position: absolute;
  bottom: calc(100% + 8px);
  top: auto;
  left: 0;
  right: 0;
  z-index: 5;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  box-shadow: 0 22px 48px -22px rgba(31, 58, 40, 0.55), 0 8px 18px -8px rgba(31, 58, 40, 0.22);
  padding: 14px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.hero__booking-popover[hidden] {
  display: none;
}

.hero__booking-popover-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.hero__booking-popover-head strong {
  font-size: 14px;
  color: var(--ink);
  font-weight: 600;
}

.hero__booking-popover-close {
  appearance: none;
  background: transparent;
  border: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--ink-2);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.hero__booking-popover-close:hover {
  background: var(--paper);
  color: var(--ink);
}
.hero__booking-popover-close:focus-visible {
  outline: 2px solid var(--green-3);
  outline-offset: 2px;
}

.hero__booking-popover-hint {
  font-size: 12px;
  color: var(--ink-3);
  margin: 0;
  line-height: 1.4;
}

.hero__booking-stepper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 8px 0;
}

.hero__booking-stepper-btn {
  appearance: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--green-3);
  background: #fff;
  color: var(--green-1);
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.hero__booking-stepper-btn:hover {
  background: var(--green-3);
  color: #fff;
}
.hero__booking-stepper-btn:focus-visible {
  outline: 2px solid var(--green-3);
  outline-offset: 2px;
}

.hero__booking-stepper-value {
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
  min-width: 32px;
  text-align: center;
  font-variant-numeric: tabular-nums;
}

.hero__booking-offers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-height: 320px;
  overflow-y: auto;
}

.hero__booking-offer {
  appearance: none;
  width: 100%;
  border: 1px solid transparent;
  background: transparent;
  text-align: left;
  padding: 10px 12px;
  border-radius: var(--r-sm);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: inherit;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.hero__booking-offer:hover {
  background: var(--paper);
  border-color: var(--line);
}
.hero__booking-offer:focus-visible {
  outline: 2px solid var(--green-3);
  outline-offset: -2px;
}
.hero__booking-offer.is-selected {
  background: var(--paper);
  border-color: var(--green-3);
}

.hero__booking-offer-title {
  font-size: 13.5px;
  font-weight: 500;
  color: var(--ink);
}

.hero__booking-offer-duration {
  font-size: 12px;
  color: var(--ink-3);
  font-weight: 500;
  white-space: nowrap;
}

.hero__booking-date-shortcuts {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.hero__booking-date-shortcut {
  appearance: none;
  flex: 1 1 auto;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12.5px;
  font-weight: 500;
  color: var(--ink-2);
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}
.hero__booking-date-shortcut:hover {
  background: var(--paper);
  border-color: var(--green-3);
  color: var(--green-1);
}
.hero__booking-date-shortcut:focus-visible {
  outline: 2px solid var(--green-3);
  outline-offset: 2px;
}

.hero__booking-date-label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 12px;
  color: var(--ink-3);
  font-weight: 500;
}
.hero__booking-date-label input[type=date] {
  appearance: none;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: 10px 12px;
  font-size: 14px;
  font-family: inherit;
  color: var(--ink);
  background: #fff;
  min-height: 44px;
}
.hero__booking-date-label input[type=date]:focus-visible {
  outline: 2px solid var(--green-3);
  outline-offset: 1px;
  border-color: var(--green-3);
}

.hero__booking-noscript p,
.hero__booking-noscript {
  font-size: 11.5px;
  color: var(--ink-3);
  margin: 0;
}

.hero__booking-fallback-hint {
  font-size: 13px;
  color: var(--ink-2);
  margin: 0;
}

@media (max-width: 1024px) {
  .hero__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 56px 0 64px;
  }
  .hero__content {
    max-width: 100%;
  }
  .hero__visual {
    height: 480px;
  }
  .hero__weather {
    min-width: 0;
    padding: 10px 14px;
    gap: 10px;
  }
  .hero__weather-icon {
    width: 36px;
    height: 36px;
  }
  .hero__weather-temp {
    font-size: 24px;
  }
  .hero__booking {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 14px;
  }
  .hero__booking-fields {
    grid-template-columns: 1fr 1fr;
  }
  .hero__booking-field:first-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 768px) {
  .hero h1 {
    font-size: clamp(40px, 9vw, 56px);
  }
  .hero__visual {
    height: 420px;
  }
  .hero__weather {
    right: 16px;
    top: 16px;
  }
  .hero__chip {
    left: 16px;
    top: 16px;
    padding: 8px 14px 8px 12px;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .hero__weather {
    display: none;
  }
  .hero__booking-fields {
    grid-template-columns: 1fr;
  }
  .hero__booking-popover {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    top: auto;
    max-height: 70vh;
    overflow-y: auto;
    border-radius: var(--r-md);
    z-index: 50;
  }
}
.reassurance {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 32px 0;
  background: var(--paper);
}

.reassurance__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
}

.reassurance__item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.reassurance__item .label {
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.4;
}

.reassurance__item .label strong {
  color: var(--ink);
  font-weight: 600;
}

@media (max-width: 1024px) {
  .reassurance__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .reassurance__item:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 768px) {
  .reassurance {
    padding: 24px 0;
  }
  .reassurance__grid {
    grid-template-columns: 1fr;
    gap: 16px;
    overflow-x: auto;
    grid-auto-flow: column;
    grid-auto-columns: minmax(220px, 1fr);
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }
  .reassurance__item {
    scroll-snap-align: start;
  }
  .reassurance__item:nth-child(n+4) {
    display: flex;
  }
}
section.block {
  padding: 120px 0;
}

section.block--tight {
  padding: 80px 0;
}

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

.section-head__title {
  max-width: 720px;
}

.section-head__title .lede {
  margin-top: 18px;
}

.section-head__cta {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  section.block {
    padding: 72px 0;
  }
  .section-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 36px;
  }
}
.offers__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
}

.offer {
  background: var(--surface);
  border-radius: var(--r-md);
  overflow: hidden;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
  color: inherit;
}

.offer:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-2);
}

.offer__photo {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--paper-2);
}

.offer__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.offer:hover .offer__photo img {
  transform: scale(1.04);
}

.offer__body {
  padding: 20px 22px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.offer__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.018em;
  color: var(--ink);
  margin: 0 0 8px;
  line-height: 1.15;
}

.offer__desc {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.55;
  margin: 0 0 16px;
  flex: 1;
}

.offer__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  gap: 12px;
}

.offer__meta .price {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 18px;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.offer__meta .price small {
  color: var(--ink-3);
  font-size: 12px;
  font-weight: 400;
}

.offer--feature {
  grid-row: span 2;
}

.offer--feature .offer__photo {
  aspect-ratio: auto;
  flex: 1;
  min-height: 360px;
}

.offer--feature .offer__body {
  padding: 28px 30px 30px;
}

.offer--feature .offer__title {
  font-size: 32px;
}

.offer--feature .offer__desc {
  font-size: 15.5px;
}

.offer--secondary .offer__photo {
  aspect-ratio: 16/9;
  max-height: 240px;
}

.offer__pricing {
  margin: 18px 0 18px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
}

.offer__price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14.5px;
  color: var(--ink-2);
}

.offer__price-row strong {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 16px;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.offer__price-row--alt {
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
  border-bottom: 0;
  color: var(--green-2);
  font-weight: 500;
}

.offer__price-row--alt strong {
  color: var(--green-2);
}

.offer__pricing--alt {
  margin-top: -6px;
  padding-top: 8px;
  border-top: 1px dashed var(--line);
}

.offer__pricing--alt .offer__price-row {
  border-bottom: 0;
  padding: 6px 0;
  color: var(--ink-2);
  font-size: 13.5px;
}

.offer__pricing--alt .offer__price-row strong {
  font-size: 16px;
  color: var(--green-2);
}

.offer__pricing-label {
  font-size: 11.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 600;
  margin-bottom: 4px;
}

.offer__price-note {
  font-size: 12px;
  font-style: italic;
  color: var(--ink-3);
}

.price-soft {
  font-size: 13.5px;
  color: var(--ink-3);
  font-style: italic;
}

.offer-secondary {
  display: grid;
  grid-template-columns: 220px 1fr auto;
  align-items: stretch;
  gap: 0;
  margin-top: 22px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.offer-secondary:hover {
  transform: translateY(-2px);
  border-color: var(--green-3);
  box-shadow: 0 14px 36px -22px rgba(31, 58, 40, 0.22);
}

.offer-secondary__photo {
  position: relative;
  background: var(--paper-2);
  overflow: hidden;
}

.offer-secondary__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.offer-secondary__body {
  padding: 22px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

.offer-secondary__head {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.offer-secondary__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.015em;
  color: var(--ink);
  margin: 0;
  line-height: 1.2;
}

.offer-secondary__desc {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-2);
  margin: 4px 0 0;
  max-width: 56ch;
}

.offer-secondary__price {
  font-size: 12.5px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--green-3);
  font-weight: 500;
  margin-top: 6px;
}

.offer-secondary__cta {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 28px;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--green-2);
  border-left: 1px solid var(--line);
  white-space: nowrap;
  transition: color 0.2s ease, gap 0.2s ease;
}

.offer-secondary:hover .offer-secondary__cta {
  color: var(--green-3);
  gap: 12px;
}

.offer-secondary__cta svg {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.offer-secondary:hover .offer-secondary__cta svg {
  transform: translateX(3px);
}

.offers__disclaimer {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: var(--ink-3);
  font-style: italic;
}

.offers__disclaimer svg {
  color: var(--green-3);
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .offers__grid {
    grid-template-columns: 1fr 1fr;
  }
  .offer--feature {
    grid-column: span 2;
    grid-row: auto;
  }
  .offer--feature .offer__photo {
    min-height: 280px;
  }
}
@media (max-width: 768px) {
  .offers__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .offer--feature {
    grid-column: auto;
  }
  .offer--feature .offer__title {
    font-size: 26px;
  }
  .offer-secondary {
    grid-template-columns: 1fr;
  }
  .offer-secondary__photo {
    height: 200px;
  }
  .offer--secondary .offer__photo {
    max-height: 180px;
  }
  .offer-secondary__cta {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 16px 28px;
    justify-content: flex-end;
  }
}
.eco-ig {
  background: #F3F4F4;
}
.eco-ig__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.eco-ig__cell {
  margin: 0;
}
.eco-ig__link {
  position: relative;
  display: block;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 1px 2px rgba(10, 46, 79, 0.06);
  aspect-ratio: 1/1;
}
.eco-ig__link:not(.eco-ig__link--static) {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.eco-ig__link:not(.eco-ig__link--static):hover, .eco-ig__link:not(.eco-ig__link--static):focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px -6px rgba(10, 46, 79, 0.18);
}
.eco-ig__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eco-ig__badge {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(26, 46, 34, 0.72);
  color: #fff;
  pointer-events: none;
}
.eco-ig__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 28px 12px 12px;
  font-size: 12px;
  line-height: 1.4;
  color: #fff;
  background: linear-gradient(to top, rgba(26, 46, 34, 0.82), rgba(26, 46, 34, 0));
  opacity: 0;
  transition: opacity 0.25s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.eco-ig__link:hover .eco-ig__caption, .eco-ig__link:focus-visible .eco-ig__caption {
  opacity: 1;
}
.eco-ig__foot {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 1024px) {
  .eco-ig__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .eco-ig__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .eco-ig__caption {
    opacity: 1;
  }
}
.eco-offer-ig {
  padding: 3rem 0 0.5rem;
}
.eco-offer-ig__title {
  font-family: "Chewy", "Comic Sans MS", system-ui, cursive;
  font-size: clamp(28px, 3vw, 46px);
  margin: 0 0 1rem;
  color: #0A2E4F;
}
.eco-offer-ig__grid {
  margin: 0;
}

.organise {
  background: var(--paper-2);
  color: var(--ink);
  position: relative;
}

.organise__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 64px;
  align-items: start;
}

.organise__intro {
  padding-top: 8px;
  position: sticky;
  top: 96px;
}

.organise__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.organise__cta-note {
  margin-top: 14px;
  font-size: 12.5px;
  color: var(--ink-3);
  font-style: italic;
}

.organise__sub {
  margin: 28px 0 28px;
  padding: 18px 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-left: 3px solid var(--green-leaf);
  border-radius: 6px;
}

.organise__sub-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 16px;
  color: var(--ink);
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}

.organise__sub-text {
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ink-2);
  margin: 0;
}

.organise__audiences {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.audience-row {
  display: grid;
  grid-template-columns: 56px 1fr auto auto;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.audience-row:hover {
  border-color: var(--green-3);
  transform: translateX(4px);
  box-shadow: 0 8px 24px -16px rgba(31, 58, 40, 0.25);
}

.audience-row:hover .audience-row__arrow {
  transform: translateX(4px);
  color: var(--green-1);
}

.audience-row__ico {
  width: 56px;
  height: 56px;
  border-radius: var(--r-sm);
  display: grid;
  place-items: center;
  background: var(--paper-2);
  color: var(--green-1);
}

.audience-row__body {
  min-width: 0;
}

.audience-row__title {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 500;
  color: var(--ink);
  margin: 0 0 4px;
  letter-spacing: -0.01em;
}

.audience-row__desc {
  margin: 0;
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.5;
}

.audience-row__price {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-right: 4px;
  white-space: nowrap;
}

.audience-row__price-label {
  font-size: 10.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ink-3);
  font-weight: 500;
}

.audience-row__price strong {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
}

.audience-row__price-sub {
  display: block;
  font-size: 11px;
  color: var(--ink-3);
  margin-top: 2px;
  font-style: italic;
}

.audience-row__arrow {
  color: var(--ink-3);
  transition: transform 0.2s ease, color 0.2s ease;
}

.audience-row--featured {
  background: linear-gradient(180deg, #fff 0%, color-mix(in oklab, var(--terracotta) 5%, #fff) 100%);
  border-color: color-mix(in oklab, var(--terracotta) 35%, var(--line));
}

.audience-row--featured .audience-row__ico {
  background: color-mix(in oklab, var(--terracotta) 14%, #fff);
  color: var(--terracotta);
}

.audience-row__pill {
  position: absolute;
  top: -10px;
  right: 20px;
  padding: 4px 10px;
  background: var(--terracotta);
  color: #fff;
  font-size: 10.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 100px;
}

@media (max-width: 1024px) {
  .organise__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .organise__intro {
    position: static;
  }
}
@media (max-width: 768px) {
  .audience-row {
    grid-template-columns: 44px 1fr auto;
    grid-template-areas: "ico body arrow" "ico price arrow";
    gap: 12px;
    padding: 16px;
  }
  .audience-row__ico {
    width: 44px;
    height: 44px;
    grid-area: ico;
  }
  .audience-row__body {
    grid-area: body;
  }
  .audience-row__price {
    grid-area: price;
    text-align: left;
  }
  .audience-row__arrow {
    grid-area: arrow;
  }
}
.amiens {
  background: var(--paper);
  position: relative;
}

.amiens__inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: center;
}

.amiens__content {
  max-width: 520px;
}

.amiens__pull {
  font-family: var(--font-editorial);
  font-style: italic;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.35;
  color: var(--green-2);
  margin: 28px 0 0;
  letter-spacing: -0.012em;
  text-wrap: pretty;
}

.amiens__visual {
  position: relative;
  height: 540px;
}

.amiens__photo {
  position: absolute;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--paper-2);
}

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

.amiens__photo--main {
  top: 0;
  right: 0;
  width: 70%;
  height: 78%;
}

.amiens__photo--sec {
  bottom: 0;
  left: 0;
  width: 50%;
  height: 60%;
  border: 6px solid var(--paper);
}

.amiens__stats {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.amiens__stat .num {
  display: flex;
  align-items: center;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.025em;
  color: var(--green-3);
  line-height: 1;
}

.amiens__stat .lbl {
  margin-top: 8px;
  font-size: 12.5px;
  color: var(--ink-2);
  line-height: 1.4;
}

@media (max-width: 1024px) {
  .amiens__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .amiens__visual {
    height: 420px;
  }
}
@media (max-width: 768px) {
  .amiens__visual {
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .amiens__photo {
    position: static;
    width: 100%;
    height: 240px;
  }
  .amiens__photo--sec {
    border: 0;
  }
  .amiens__stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.jules {
  background: var(--paper-2);
}

.jules__card {
  background: var(--surface);
  border-radius: var(--r-lg);
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  overflow: hidden;
  border: 1px solid var(--line);
}

.jules__photo {
  aspect-ratio: 4/5;
  overflow: hidden;
  position: relative;
}

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

.jules__photo-note {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: rgba(20, 20, 20, 0.72);
  color: rgba(255, 255, 255, 0.92);
  font-size: 11px;
  font-style: italic;
  padding: 6px 10px;
  border-radius: 100px;
  letter-spacing: 0.01em;
  backdrop-filter: blur(4px);
}

.jules__body {
  padding: 56px 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jules__quote {
  font-family: var(--font-editorial);
  font-style: italic;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin: 24px 0 32px;
  text-wrap: pretty;
}

.jules__quote::before {
  content: "« ";
  color: var(--green-3);
}

.jules__quote::after {
  content: " »";
  color: var(--green-3);
}

.jules__byline {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.jules__byline .name {
  font-weight: 600;
  font-size: 15px;
  color: var(--ink);
}

.jules__byline .role {
  font-size: 13px;
  color: var(--ink-3);
}

.jules__cta {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .jules__card {
    grid-template-columns: 1fr;
  }
  .jules__photo {
    aspect-ratio: 3/2;
  }
  .jules__body {
    padding: 36px 32px;
  }
  .jules__quote {
    font-size: 24px;
  }
}
.locator {
  background: var(--paper);
  padding-top: 96px;
  padding-bottom: 110px;
}

.locator__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 36px;
  align-items: start;
}

.locator__note {
  margin: 28px 0 36px;
  padding: 18px 22px;
  background: rgba(74, 138, 82, 0.06);
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  gap: 14px;
  border-left: 2px solid var(--green-leaf);
}

.locator__note-ico {
  color: var(--green-3);
  flex-shrink: 0;
}

.locator__note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-2);
}

.locator__list {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.locator__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.locator__filter {
  appearance: none;
  border: 1px solid var(--line-2);
  background: var(--surface);
  color: var(--ink-2);
  font: inherit;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: var(--r-pill);
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
  white-space: nowrap;
}

.locator__filter:hover {
  color: var(--ink);
  border-color: var(--ink-3);
}

.locator__filter.is-active {
  background: var(--green-3);
  border-color: var(--green-3);
  color: #fff;
}

.partner-card {
  display: flex;
  gap: 16px;
  padding: 14px;
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: var(--r-md);
  margin-bottom: 10px;
  cursor: pointer;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease, background 0.18s ease;
  position: relative;
  text-decoration: none;
  color: inherit;
}

.partner-card:hover {
  border-color: var(--green-3);
  box-shadow: 0 6px 20px -12px rgba(31, 58, 40, 0.18);
}

.partner-card.is-active {
  border-color: var(--green-2);
  background: #fff;
  box-shadow: 0 0 0 1px var(--green-2) inset, 0 8px 28px -16px rgba(31, 58, 40, 0.25);
}

.partner-card.is-hidden {
  display: none;
}

.partner-card__photo {
  flex-shrink: 0;
  width: 84px;
  height: 84px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--paper-2);
  position: relative;
}

.partner-card__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.partner-card:hover .partner-card__photo img {
  transform: scale(1.05);
}

.partner-card__photo-num {
  position: absolute;
  top: 6px;
  left: 6px;
  background: rgba(31, 58, 40, 0.85);
  color: #fff;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 500;
  padding: 2px 7px;
  border-radius: 100px;
  letter-spacing: 0.04em;
  backdrop-filter: blur(4px);
}

.partner-card.is-active .partner-card__photo-num {
  background: var(--green-3);
}

.partner-card__body {
  flex: 1;
  min-width: 0;
}

.partner-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 4px;
}

.partner-card__head h3 {
  margin: 0;
  font-size: 15.5px;
  font-weight: 600;
  letter-spacing: -0.005em;
  color: var(--ink);
}

.partner-card__body p {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ink-2);
}

.partner-card__meta {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  font-size: 12px;
  color: var(--ink-3);
}

.partner-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.partner-card__meta svg {
  color: var(--green-3);
}

.locator__more {
  margin-top: 10px;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: var(--r-pill);
  border: 1px solid var(--line-2);
  background: var(--surface);
  color: var(--ink);
  font-size: 13.5px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.18s ease, background 0.18s ease;
}

.locator__more:hover {
  border-color: var(--ink);
  background: var(--paper-2);
}

.locator__more svg {
  transition: transform 0.18s ease;
}

.locator__more:hover svg {
  transform: translateX(2px);
}

.locator__map {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.locator__map-inner {
  position: relative;
  width: 100%;
  aspect-ratio: 5/6;
  border-radius: var(--r-md);
  overflow: hidden;
  background: var(--paper-2);
  border: 1px solid var(--line);
  box-shadow: 0 12px 32px -20px rgba(31, 58, 40, 0.25);
}

.locator__map-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.locator__map-bg .maplibregl-canvas-container,
.locator__map-bg .maplibregl-canvas {
  border-radius: var(--r-md);
}

.locator__map-bg .maplibregl-ctrl-attrib {
  font-size: 10px;
  background: rgba(255, 255, 255, 0.85);
  color: var(--ink-3);
}

.locator__map-bg .maplibregl-ctrl-attrib a {
  color: var(--green-3);
}

.map-pin {
  --map-pin-color: var(--green-1);
  --map-pin-color-soft: rgba(31, 58, 40, .18);
  position: absolute;
  transform: translate(-50%, -100%);
  appearance: none;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  z-index: 2;
  width: 36px;
  height: 44px;
}

.map-pin__head {
  position: absolute;
  inset: 0 0 8px 0;
  display: grid;
  place-items: center;
  border-radius: 100px 100px 100px 4px;
  rotate: -45deg;
  background: var(--map-pin-color);
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 8px 18px -6px rgba(31, 58, 40, 0.45);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.map-pin__head > svg {
  width: 18px;
  height: 18px;
  rotate: 45deg;
}

.map-pin__num {
  position: absolute;
  bottom: 4px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  padding: 0 5px;
  border-radius: 100px;
  background: #fff;
  color: var(--map-pin-color);
  font-size: 10.5px;
  font-weight: 700;
  border: 1.5px solid var(--map-pin-color);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  z-index: 1;
  line-height: 1;
}

.map-pin:hover .map-pin__head {
  transform: scale(1.08);
  box-shadow: 0 12px 22px -6px rgba(31, 58, 40, 0.55);
}

.map-pin.is-active .map-pin__head,
.map-pin:focus-visible .map-pin__head {
  transform: scale(1.18);
  box-shadow: 0 14px 28px -6px rgba(31, 58, 40, 0.6), 0 0 0 4px var(--map-pin-color-soft);
}

.map-pin.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background: var(--map-pin-color);
  opacity: 0.18;
  transform: translate(-50%, 0);
  animation: pinPulse 1.6s ease-out infinite;
  z-index: -1;
}

@keyframes pinPulse {
  0% {
    transform: translate(-50%, 0) scale(0.6);
    opacity: 0.35;
  }
  100% {
    transform: translate(-50%, 0) scale(1.6);
    opacity: 0;
  }
}
.map-pin--start {
  cursor: default;
  --map-pin-color: var(--terracotta);
  --map-pin-color-soft: rgba(201, 135, 106, .28);
  width: 42px;
  height: 50px;
}

.map-pin--start .map-pin__head {
  inset: 0 0 8px 0;
  rotate: 0deg;
  border-radius: 100px;
}

.map-pin--start .map-pin__head > svg {
  rotate: 0deg;
  width: 20px;
  height: 20px;
}

.map-pin__label {
  position: absolute;
  left: 50%;
  top: calc(100% + 6px);
  transform: translateX(-50%);
  background: var(--ink);
  color: #fff;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: var(--r-pill);
  white-space: nowrap;
  pointer-events: none;
}

.map-pin--producteur {
  --map-pin-color: #4A8A52;
  --map-pin-color-soft: rgba(74, 138, 82, .25);
}

.map-pin--resto {
  --map-pin-color: #C9876A;
  --map-pin-color-soft: rgba(201, 135, 106, .25);
}

.map-pin--pause {
  --map-pin-color: #D4A574;
  --map-pin-color-soft: rgba(212, 165, 116, .30);
}

.map-pin--atelier {
  --map-pin-color: #5C7A8C;
  --map-pin-color-soft: rgba(92, 122, 140, .25);
}

.locator__legend {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 22px;
  font-size: 12.5px;
  color: var(--ink-2);
  padding: 12px 14px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
}

.legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.legend-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  flex-shrink: 0;
}

.legend-dot--start {
  background: var(--terracotta);
  box-shadow: 0 0 0 3px rgba(201, 135, 106, 0.2);
}

.legend-dot--producteur {
  background: #4A8A52;
}

.legend-dot--resto {
  background: #C9876A;
}

.legend-dot--pause {
  background: #D4A574;
}

.legend-dot--atelier {
  background: #5C7A8C;
}

.locator__legend-note {
  margin-top: 10px;
  font-size: 11.5px;
  color: var(--ink-3);
  font-style: italic;
}

.map-popup {
  --popup-accent: #4A8A52;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-100% - 26px));
  width: 280px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--popup-accent);
  border-radius: var(--r-md);
  padding: 0;
  overflow: hidden;
  box-shadow: 0 16px 40px -16px rgba(0, 0, 0, 0.25), 0 4px 12px -4px rgba(0, 0, 0, 0.1);
  z-index: 10;
  pointer-events: auto;
}

.map-popup[hidden] {
  display: none;
}

.map-popup[data-popup-cat-key=resto] {
  --popup-accent: #C9876A;
}

.map-popup[data-popup-cat-key=producteur] {
  --popup-accent: #4A8A52;
}

.map-popup[data-popup-cat-key=pause] {
  --popup-accent: #D4A574;
}

.map-popup[data-popup-cat-key=atelier] {
  --popup-accent: #5C7A8C;
}

.map-popup::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 12px;
  height: 12px;
  background: #fff;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transform: translateX(-50%) rotate(45deg);
}

.map-popup__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
  display: grid;
  place-items: center;
  color: var(--ink-3);
  cursor: pointer;
  border-radius: 4px;
  z-index: 2;
}

.map-popup__close:hover {
  background: var(--paper-2);
  color: var(--ink);
}

.map-popup__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: var(--paper-2);
}

.map-popup__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.map-popup__media[hidden] {
  display: none;
}

.map-popup__body {
  padding: 14px 16px 16px;
}

.map-popup__cat {
  display: inline-block;
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: var(--popup-accent);
  margin-bottom: 4px;
}

.map-popup__title {
  font-family: var(--font-editorial);
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 4px;
  color: var(--ink);
  line-height: 1.25;
}

.map-popup__commune {
  font-size: 12.5px;
  color: var(--ink-3);
  margin: 0 0 8px;
}

.map-popup__commune:empty {
  display: none;
}

.map-popup__desc {
  font-size: 13.5px;
  line-height: 1.45;
  color: var(--ink-2);
  margin: 0 0 12px;
}

.map-popup__desc:empty {
  display: none;
}

.map-popup__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.map-popup__cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 14px;
  border-radius: 100px;
  font-size: 12.5px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease, filter 0.15s ease;
}

.map-popup__cta--primary {
  background: var(--popup-accent);
  color: #fff;
}

.map-popup__cta--primary:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.map-popup__cta--secondary {
  background: transparent;
  color: var(--popup-accent);
  border: 1.5px solid var(--popup-accent);
}

.map-popup__cta--secondary:hover {
  background: color-mix(in srgb, var(--popup-accent) 10%, transparent);
}

.locator__filter-count {
  display: inline-grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  padding: 0 7px;
  margin-left: 6px;
  border-radius: 100px;
  background: rgba(31, 58, 40, 0.08);
  color: inherit;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1;
}

.locator__filter.is-active .locator__filter-count {
  background: rgba(255, 255, 255, 0.22);
}

.pill--cat {
  --pill-cat-color: var(--green-1);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: 100px;
  background: color-mix(in srgb, var(--pill-cat-color) 12%, transparent);
  color: var(--pill-cat-color);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.pill--cat-producteur {
  --pill-cat-color: #2F6B36;
}

.pill--cat-resto {
  --pill-cat-color: #A55F45;
}

.pill--cat-pause {
  --pill-cat-color: #8B6A3F;
}

.pill--cat-atelier {
  --pill-cat-color: #3F5B6E;
}

.locator--partners-page .locator__layout {
  grid-template-columns: minmax(380px, 1fr) minmax(0, 1.4fr);
  gap: 24px;
  align-items: start;
}

.locator--partners-page .locator__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 78vh;
  overflow-y: auto;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: rgba(31, 58, 40, 0.3) transparent;
}

.locator--partners-page .locator__list::-webkit-scrollbar {
  width: 6px;
}

.locator--partners-page .locator__list::-webkit-scrollbar-thumb {
  background: rgba(31, 58, 40, 0.25);
  border-radius: 100px;
}

.locator--partners-page .locator__filters {
  margin-bottom: 4px;
}

.locator--partners-page .locator__map {
  position: sticky;
  top: 90px;
}

.locator--partners-page .locator__map-inner {
  aspect-ratio: 4/5;
  max-height: 78vh;
}

.locator--partners-page .locator__legend {
  margin-top: 12px;
}

.locator__sidebar-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 12px;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #E7E9E9;
  margin-bottom: 4px;
}

.locator__search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  border: 1px solid #E7E9E9;
  border-radius: 100px;
  padding: 8px 14px;
  color: #2C5575;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.locator__search:focus-within {
  border-color: #5FA51B;
  box-shadow: 0 0 0 3px rgba(74, 138, 82, 0.15);
  color: #0A2E4F;
}

.locator__search input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 13.5px;
  color: #0A2E4F;
  min-width: 0;
}

.locator__search input::placeholder {
  color: #2C5575;
}

.locator__recenter {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 12px;
  background: #FFFFFF;
  border: 1px solid #E7E9E9;
  border-radius: 100px;
  color: #0A2E4F;
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.locator__recenter:hover {
  border-color: #5FA51B;
  background: #E7F6DD;
}

.locator__counter {
  grid-column: 1/-1;
  margin: 4px 0 0;
  font-size: 12.5px;
  color: #2C5575;
}

.locator__counter [data-locator-counter] {
  font-weight: 700;
  color: #0A2E4F;
}

.locator__empty-message {
  margin: 16px 0;
  padding: 12px 14px;
  background: #FFFFFF;
  border: 1px dashed #E7E9E9;
  border-radius: 14px;
  color: #2C5575;
  font-size: 13.5px;
  text-align: center;
}

.locator__rich-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.partner-card--rich {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  padding: 12px;
  background: #FFFFFF;
  border: 1px solid #E7E9E9;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  scroll-margin: 12px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.partner-card--rich:hover,
.partner-card--rich.is-hover {
  border-color: #5FA51B;
  box-shadow: 0 8px 18px -12px rgba(31, 58, 40, 0.25);
  transform: translateY(-1px);
}

.partner-card--rich.is-active {
  border-color: #5FA51B;
  box-shadow: 0 0 0 2px rgba(74, 138, 82, 0.22), 0 8px 18px -10px rgba(31, 58, 40, 0.3);
}

.partner-card--rich.is-flash {
  border-color: #5FA51B;
  box-shadow: 0 0 0 3px rgba(74, 138, 82, 0.25);
}

.partner-card--rich.is-hidden {
  display: none;
}

.partner-card__photo--rich {
  position: relative;
  width: 88px;
  height: 88px;
  border-radius: 14px;
  overflow: hidden;
  background: #F3F4F4;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.partner-card__photo--rich img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.partner-card__photo--placeholder {
  background: #E7F6DD;
}

.partner-card__photo--placeholder-resto {
  background: rgba(201, 135, 106, 0.18);
}

.partner-card__photo--placeholder-producteur {
  background: rgba(74, 138, 82, 0.18);
}

.partner-card__photo--placeholder-pause {
  background: rgba(212, 165, 116, 0.22);
}

.partner-card__photo--placeholder-atelier {
  background: rgba(92, 122, 140, 0.18);
}

.partner-card__photo-glyph {
  font-size: 30px;
  line-height: 1;
}

.partner-card__body--rich {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.partner-card--rich .partner-card__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px 10px;
}

.partner-card--rich .partner-card__head h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #0A2E4F;
  line-height: 1.25;
  flex: 1 1 auto;
  min-width: 0;
}

.partner-card__commune {
  margin: 0;
  font-size: 12.5px;
  color: #2C5575;
}

.partner-card__distance {
  color: #2C5575;
}

.partner-card__desc {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #0A2E4F;
}

.partner-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.partner-card__tags li {
  background: rgba(31, 58, 40, 0.06);
  color: #0A2E4F;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 100px;
}

.partner-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 4px;
  position: relative;
  z-index: 1;
}

.partner-card__links a {
  font-size: 12px;
  font-weight: 600;
  color: #5FA51B;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.18s ease;
}

.partner-card__links a:hover {
  border-color: #5FA51B;
}

.locator__map-bg .maplibregl-canvas {
  filter: sepia(0.28) hue-rotate(-12deg) saturate(0.82) brightness(0.99) contrast(1.04);
}

.locator__map-bg .maplibregl-ctrl-attrib {
  background: rgba(244, 239, 227, 0.92) !important;
  color: #0A2E4F !important;
}

.locator__map-bg .maplibregl-ctrl-attrib a {
  color: #5FA51B !important;
}

@media (max-width: 1024px) {
  .locator--partners-page .locator__layout {
    grid-template-columns: 1fr;
  }
  .locator--partners-page .locator__map {
    position: static;
  }
  .locator--partners-page .locator__map-inner {
    aspect-ratio: 4/3;
    max-height: none;
  }
  .locator--partners-page .locator__list {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
  .locator__sidebar-head {
    grid-template-columns: 1fr;
  }
  .locator__recenter {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .locator__layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .locator__map {
    position: static;
  }
  .locator__map-inner {
    aspect-ratio: 4/3;
  }
}
@media (max-width: 768px) {
  .locator {
    padding-top: 64px;
    padding-bottom: 72px;
  }
  .locator__filters {
    gap: 6px;
  }
  .locator__filter {
    font-size: 12.5px;
    padding: 7px 12px;
  }
  .partner-card {
    padding: 14px;
  }
  .map-pin {
    width: 32px;
    height: 40px;
  }
  .map-pin__head > svg {
    width: 16px;
    height: 16px;
  }
  .map-pin__num {
    min-width: 18px;
    height: 18px;
    font-size: 10px;
    right: -4px;
  }
  .map-popup {
    width: calc(100vw - 32px);
    max-width: 320px;
  }
}
.families__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.family {
  background: var(--surface);
  border-radius: var(--r-md);
  border: 1px solid var(--line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease;
}

.family:hover {
  transform: translateY(-3px);
}

.family__photo {
  aspect-ratio: 4/3;
  overflow: hidden;
}

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

.family__body {
  padding: 20px 22px 24px;
}

.family__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 17px;
  margin: 0 0 6px;
  color: var(--ink);
}

.family__desc {
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.5;
  margin: 0 0 12px;
}

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

@media (max-width: 1024px) {
  .families__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .families__grid {
    grid-template-columns: 1fr;
  }
}
.themes__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.theme {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border-radius: var(--r-md);
  border: 1px solid var(--line);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.theme:hover,
.theme:focus-visible {
  transform: translateY(-3px);
  border-color: var(--green-3);
  box-shadow: 0 12px 28px -18px rgba(0, 0, 0, 0.25);
}

.theme__photo {
  aspect-ratio: 4/3;
  overflow: hidden;
}

.theme__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.theme:hover .theme__photo img {
  transform: scale(1.04);
}

.theme__body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.theme__body .pill {
  align-self: flex-start;
}

.theme__title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 19px;
  margin: 0;
  color: var(--ink);
}

.theme__desc {
  font-size: 13.5px;
  color: var(--ink-2);
  line-height: 1.55;
  margin: 0;
  flex: 1;
}

.theme__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--green-3);
  margin-top: 4px;
}

.theme:hover .theme__cta svg {
  transform: translateX(2px);
}

.theme__cta svg {
  transition: transform 0.2s ease;
}

@media (max-width: 1024px) {
  .themes__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .themes__grid {
    grid-template-columns: 1fr;
  }
}
.eco-values {
  background: #fff;
  border-top: 1px solid #E7E9E9;
  padding: 36px 0 40px;
}

.eco-values__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

@media (min-width: 768px) {
  .eco-values__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
.eco-value {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  justify-content: center;
}

.eco-value__icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.eco-value__icon .eco-icon {
  width: 24px;
  height: 24px;
  color: #5FA51B;
  stroke-width: 1.8;
}

.eco-value h3 {
  font-family: "Quicksand", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  margin: 4px 0 6px;
  color: #0A2E4F;
}

.eco-value p {
  font-size: 13px;
  line-height: 1.55;
  color: #2C5575;
  margin: 0;
  max-width: 240px;
}

.ecologik-page {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(48px, 8vw, 96px) clamp(20px, 4vw, 32px);
  color: var(--ink);
}

.ecologik-page__hero {
  margin-bottom: clamp(32px, 5vw, 56px);
}
.ecologik-page__hero h1 {
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.018em;
  color: var(--ink);
  margin: 0 0 clamp(16px, 2vw, 24px);
}

.ecologik-page__intro {
  font-size: clamp(17px, 1.4vw, 19px);
  line-height: 1.6;
  color: var(--ink-2);
  margin: 0;
  max-width: 56ch;
}

.ecologik-page__hero-figure {
  margin: clamp(20px, 3vw, 32px) 0 0;
}

.ecologik-page__hero-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: clamp(280px, 42vw, 480px);
  object-fit: cover;
  border-radius: clamp(8px, 1vw, 14px);
  box-shadow: 0 4px 16px rgba(15, 42, 48, 0.08);
}

.ecologik-page__sections {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 4vw, 48px);
  margin-bottom: clamp(48px, 6vw, 72px);
}

.ecologik-page__section h2 {
  font-family: var(--font-display);
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.15;
  font-weight: 400;
  letter-spacing: -0.012em;
  color: var(--ink);
  margin: 0 0 16px;
}
.ecologik-page__section p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-2);
  margin: 0 0 12px;
}
.ecologik-page__section p:last-child {
  margin-bottom: 0;
}

.ecologik-page__faq {
  margin-top: clamp(32px, 4vw, 48px);
  padding-top: clamp(32px, 4vw, 48px);
  border-top: 1px solid var(--line);
}
.ecologik-page__faq > h2 {
  font-family: var(--font-display);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 400;
  letter-spacing: -0.014em;
  color: var(--ink);
  margin: 0 0 clamp(20px, 3vw, 32px);
}

.ecologik-page__faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ecologik-page__faq-entry {
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  background: var(--surface);
  overflow: hidden;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.ecologik-page__faq-entry[open] {
  border-color: var(--green-3);
  background: var(--paper);
}
.ecologik-page__faq-entry > summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 20px 16px 48px;
  font-family: var(--font-sans);
  font-weight: 500;
  font-size: 15px;
  color: var(--ink);
  position: relative;
  user-select: none;
}
.ecologik-page__faq-entry > summary::-webkit-details-marker {
  display: none;
}
.ecologik-page__faq-entry > summary::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--green-3);
  border-bottom: 2px solid var(--green-3);
  transform: translateY(-65%) rotate(-45deg);
  transition: transform 0.2s ease;
}
.ecologik-page__faq-entry > summary:hover {
  color: var(--green-2);
}
.ecologik-page__faq-entry[open] > summary::before {
  transform: translateY(-35%) rotate(45deg);
}
.ecologik-page__faq-entry > p {
  margin: 0;
  padding: 0 20px 18px 48px;
  color: var(--ink-2);
  line-height: 1.6;
  font-size: 15px;
}

.ecologik-page__related {
  margin: clamp(40px, 5vw, 56px) auto 0;
  max-width: 760px;
  padding: clamp(20px, 3vw, 28px) clamp(20px, 4vw, 32px);
  background: var(--paper-2);
  border-radius: 12px;
}
.ecologik-page__related > h2 {
  font-size: clamp(18px, 2.2vw, 22px);
  margin: 0 0 16px;
  color: var(--ink-1);
}

.ecologik-page__related-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px 24px;
}

.ecologik-page__related-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.ecologik-page__related-item > a {
  font-weight: 500;
  color: var(--green-2);
  text-decoration: none;
}
.ecologik-page__related-item > a:hover {
  text-decoration: underline;
}

.ecologik-page__related-note {
  font-size: 13px;
  color: var(--ink-3, var(--ink-2));
  line-height: 1.4;
}

.ecologik-page__cta {
  margin-top: clamp(40px, 5vw, 56px);
  text-align: center;
}
.ecologik-page__cta .btn {
  background: var(--green-2);
  color: #fff;
  padding: 14px 28px;
  border-radius: var(--r-pill);
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}
.ecologik-page__cta .btn:hover {
  background: var(--green-1);
  transform: translateY(-1px);
}

.eco-page-list__editorial,
.eco-partners-page__editorial {
  background: var(--paper-2);
  margin-top: clamp(48px, 6vw, 72px);
  padding-top: clamp(32px, 4vw, 48px);
  padding-bottom: clamp(48px, 6vw, 72px);
}
.eco-page-list__editorial .ecologik-page__sections,
.eco-page-list__editorial .ecologik-page__faq,
.eco-partners-page__editorial .ecologik-page__sections,
.eco-partners-page__editorial .ecologik-page__faq {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: clamp(20px, 4vw, 32px);
  padding-right: clamp(20px, 4vw, 32px);
}

.eco-stepper-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.eco-stepper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 12px 14px;
  background: #FFFFFF;
  border-radius: 12px;
  border: 1px solid #E7E9E9;
}
.eco-stepper__label strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #0A2E4F;
}
.eco-stepper__label small {
  display: block;
  font-size: 11.5px;
  color: #2C5575;
  margin-top: 2px;
}
.eco-stepper__ctrls {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.eco-stepper__ctrls button {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #E7E9E9;
  color: #0A2E4F;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s;
  line-height: 1;
}
.eco-stepper__ctrls button:hover {
  background: #E7F6DD;
  border-color: #5FA51B;
}
.eco-stepper__ctrls button:active {
  transform: scale(0.95);
}
.eco-stepper__ctrls input[type=number] {
  width: 44px;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 600;
  color: #0A2E4F;
  -moz-appearance: textfield;
}
.eco-stepper__ctrls input[type=number]::-webkit-outer-spin-button, .eco-stepper__ctrls input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.eco-map {
  width: 100%;
  height: 360px;
  border-radius: 14px;
  overflow: hidden;
  margin-top: 1rem;
  background: #e8efe5;
  border: 1px solid #E7E9E9;
  box-shadow: 0 2px 12px rgba(15, 58, 44, 0.06);
}
.eco-map .maplibregl-popup-content {
  font-family: "Quicksand", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  padding: 10px 14px;
  border-radius: 8px;
  line-height: 1.4;
}
.eco-map .maplibregl-popup-content strong {
  color: #0A2E4F;
}
.eco-map .maplibregl-ctrl-attrib {
  font-size: 11px;
}

.eco-offer-page {
  background: #FFFFFF;
  --aside-w: 380px;
}

.eco-offer-hero {
  position: relative;
  min-height: 460px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.eco-offer-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
}
.eco-offer-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.eco-offer-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(31, 42, 35, 0.05) 0%, rgba(31, 42, 35, 0.65) 65%, rgba(31, 42, 35, 0.85) 100%);
  z-index: 0;
}

.eco-offer-hero__inner {
  position: relative;
  z-index: 1;
  padding-block: 3rem 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.eco-offer-hero h1 {
  margin: 0;
  font-family: "Chewy", "Comic Sans MS", system-ui, cursive;
  font-size: clamp(2rem, 1.4rem + 2.4vw, 3.5rem);
  line-height: 1.05;
  color: #fff;
}

.eco-offer-hero__tagline {
  margin: 0;
  font-size: 17px;
  max-width: 60ch;
  color: rgba(255, 255, 255, 0.92);
  font-style: italic;
}

.eco-offer-hero__facts {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.75rem;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(6px);
  border-radius: 14px;
  padding: 1rem;
}

.eco-offer-hero__facts li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.9rem;
}

.eco-offer-hero__facts li > span:last-child {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.eco-offer-hero__facts li strong {
  font-family: "Chewy", "Comic Sans MS", system-ui, cursive;
  font-size: 1.15rem;
  font-weight: 600;
}

.eco-offer-hero__fact-icon {
  font-size: 1.4rem;
  flex: none;
}

.eco-offer-hero__cta {
  align-self: flex-start;
}

.eco-offer-hero__reassurance {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.92);
}

.eco-offer-hero__reassurance li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(15, 42, 48, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 8px 14px;
  border-radius: 999px;
  backdrop-filter: blur(4px);
}

.eco-offer-hero__pill {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  font-size: 0.85rem;
  flex: none;
}

.eco-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.85);
}

.eco-breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.eco-breadcrumb a:hover {
  text-decoration: underline;
}

.eco-breadcrumb [aria-current=page] {
  color: #fff;
  font-weight: 600;
}

.eco-offer-body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  padding-block: 4rem;
}

@media (min-width: 1024px) {
  .eco-offer-body {
    grid-template-columns: minmax(0, 1fr) var(--aside-w);
    gap: 3rem;
    align-items: start;
  }
}
.eco-offer-body__main {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.eco-offer-body__aside {
  position: relative;
}

@media (min-width: 1024px) {
  .eco-offer-body__aside {
    position: sticky;
    top: 1.5rem;
  }
}
.eco-offer-section h2 {
  font-family: "Chewy", "Comic Sans MS", system-ui, cursive;
  font-size: clamp(28px, 3vw, 46px);
  margin: 0 0 1rem;
  color: #0A2E4F;
}

.eco-prose {
  color: #2C5575;
  line-height: 1.55;
  font-size: 1.05rem;
}

.eco-prose p {
  margin-block: 0 1rem;
}

.eco-prose ul, .eco-prose ol {
  padding-left: 1.2rem;
  margin-block: 0 1rem;
}

.eco-offer-highlights__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

@media (min-width: 768px) {
  .eco-offer-highlights__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.eco-offer-highlights li {
  background: #FFF8EC;
  border-radius: 14px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.eco-offer-highlights__icon {
  font-size: 1.6rem;
  line-height: 1;
}

.eco-offer-highlights h3 {
  margin: 0;
  font-size: 1.05rem;
  font-family: "Chewy", "Comic Sans MS", system-ui, cursive;
  color: #0A2E4F;
}

.eco-offer-highlights p {
  margin: 0;
  color: #2C5575;
  font-size: 0.95rem;
}

.eco-meeting-point {
  background: #FFF8EC;
  border-left: 4px solid #0A2E4F;
  border-radius: 14px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.eco-meeting-point__name {
  margin: 0;
  font-size: 1.1rem;
}

.eco-meeting-point__address {
  margin: 0;
  color: #2C5575;
}

.eco-meeting-point__note {
  margin: 0;
  font-size: 0.9rem;
  color: #2C5575;
}

.eco-meeting-point__map {
  align-self: flex-start;
  color: #0A2E4F;
  font-weight: 600;
  text-decoration: none;
}
.eco-meeting-point__map:hover {
  text-decoration: underline;
}

.eco-offer-partners__legal {
  background: rgba(27, 127, 160, 0.12);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 0.9rem;
  color: #2C5575;
  margin-bottom: 1rem;
}

.eco-offer-partners__grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .eco-offer-partners__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.eco-partner-card {
  background: #fff;
  border: 1px solid #E7E9E9;
  border-radius: 14px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.eco-partner-card h3 {
  margin: 0;
  font-family: "Chewy", "Comic Sans MS", system-ui, cursive;
  font-size: 1.05rem;
}

.eco-partner-card p {
  margin: 0;
  color: #2C5575;
  font-size: 0.95rem;
}

.eco-partner-card__note {
  font-style: italic;
  color: #0A2E4F;
  font-size: 0.88rem;
}

.eco-booking-card {
  background: #fff;
  border: 1px solid #E7E9E9;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 6px 16px -6px rgba(10, 46, 79, 0.18);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.eco-booking-card__title {
  margin: 0;
  font-family: "Chewy", "Comic Sans MS", system-ui, cursive;
  font-size: 1.5rem;
}

.eco-booking-card__price {
  margin: 0;
  font-family: "Chewy", "Comic Sans MS", system-ui, cursive;
  font-size: 1.5rem;
}

.eco-booking-card__price strong {
  color: #0A2E4F;
  font-weight: 700;
}

.eco-booking-card__price span {
  color: #2C5575;
  font-size: 0.95rem;
  font-family: "Quicksand", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 400;
}

.eco-booking-card__price-child {
  display: block;
  font-size: 0.85rem;
  color: #2C5575;
  margin-top: 0.25rem;
}

.eco-booking-card__empty {
  background: rgba(27, 127, 160, 0.15);
  padding: 1rem;
  border-radius: 14px;
  margin: 0;
  color: #2C5575;
}

.eco-booking-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.eco-booking-form__field {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.eco-booking-form__field legend {
  font-family: "Chewy", "Comic Sans MS", system-ui, cursive;
  font-size: 1rem;
  color: #0A2E4F;
  margin-bottom: 0.5rem;
  letter-spacing: 0.02em;
}

.eco-booking-form label {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.88rem;
  color: #2C5575;
}

.eco-booking-form input[type=text],
.eco-booking-form input[type=email],
.eco-booking-form input[type=tel],
.eco-booking-form input[type=number],
.eco-booking-form textarea {
  border: 1px solid #E7E9E9;
  border-radius: 8px;
  padding: 0.55rem 0.75rem;
  font-family: "Quicksand", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.95rem;
  background: #fff;
  color: #0A2E4F;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.eco-booking-form input:focus,
.eco-booking-form textarea:focus {
  outline: none;
  border-color: #0A2E4F;
  box-shadow: 0 0 0 3px rgba(10, 46, 79, 0.15);
}

.eco-booking-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.eco-booking-form__check {
  flex-direction: row !important;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}

.eco-booking-form__slots {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  max-height: 240px;
  overflow-y: auto;
  padding-right: 0.5rem;
}

.eco-slot {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.75rem;
  border: 1px solid #E7E9E9;
  border-radius: 8px;
  padding: 0.75rem;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
  flex-direction: row;
  font-size: 0.9rem;
}

.eco-slot:hover:not(.eco-slot--full) {
  border-color: #0A2E4F;
  background: rgba(10, 46, 79, 0.04);
}

.eco-slot input[type=radio] {
  margin: 0;
}

.eco-slot__date {
  color: #0A2E4F;
  font-weight: 500;
}

.eco-slot__avail {
  color: #2C5575;
  font-size: 0.82rem;
}

.eco-slot--full {
  opacity: 0.55;
  cursor: not-allowed;
}

.eco-slot--full .eco-slot__avail {
  color: #c0392b;
}

.eco-slot input[type=radio]:checked + .eco-slot__date {
  color: #0A2E4F;
}

.eco-booking-form__submit {
  width: 100%;
  font-size: 1rem;
  padding: 0.85rem 1rem;
}

.eco-booking-form__legal {
  margin: 0;
  font-size: 0.78rem;
  color: #2C5575;
  text-align: center;
}

.eco-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-top: 1px solid #E7E9E9;
  padding: 0.75rem 1rem;
  z-index: 50;
  display: flex;
  justify-content: stretch;
  box-shadow: 0 -8px 24px rgba(31, 42, 35, 0.08);
}

.eco-sticky-cta .eco-btn {
  width: 100%;
  text-align: center;
}

@media (min-width: 1024px) {
  .eco-sticky-cta {
    display: none;
  }
}
.eco-page-list {
  padding-bottom: 4rem;
}

.eco-page-list__header {
  padding-block: 3rem 2rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.eco-page-list__eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 600;
  color: #0A2E4F;
}

.eco-page-list__header h1 {
  margin: 0;
  font-family: "Chewy", "Comic Sans MS", system-ui, cursive;
  font-size: clamp(36px, 4vw, 64px);
  line-height: 1.05;
  color: #0A2E4F;
}

.eco-page-list__lead {
  margin: 0;
  font-size: 17px;
  color: #2C5575;
  max-width: 65ch;
}

.eco-page-list__hero-figure {
  margin: 1rem 0 0;
}

.eco-page-list__hero-image {
  display: block;
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(15, 42, 48, 0.08);
}

.eco-offers--list {
  padding-block: 0;
  background: transparent;
}

.eco-offer__title {
  margin: 0;
  font-family: "Chewy", "Comic Sans MS", system-ui, cursive;
  font-size: 1.35rem;
}

.eco-offer__title a {
  color: #0A2E4F;
  text-decoration: none;
}

.eco-offer__title a:hover {
  color: #0A2E4F;
}

.eco-offer__tagline {
  margin: 0;
  color: #0A2E4F;
  font-style: italic;
  font-size: 0.95rem;
}

.eco-offer__meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: #2C5575;
}

.eco-offer__meta li {
  background: #FFF8EC;
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
}

/* Activity-type chip — flags boat vs walking vs workshop so a multi-activity
   list (FRONT-04) is scannable at a glance. Tinted apart from neutral meta. */
.eco-offer__meta li.eco-offer__type {
  background: #0A2E4F;
  color: #fff;
  font-weight: 600;
}

.eco-partners-page {
  background: #FFFFFF;
  padding-bottom: 6rem;
}

.eco-partners-page__header {
  padding-top: 4rem;
  padding-bottom: 3rem;
  text-align: center;
  max-width: 820px;
}
.eco-partners-page__header__eyebrow,
.eco-partners-page__header .eco-partners-page__eyebrow {
  display: block;
}

.eco-partners-page__eyebrow {
  font-family: "Quicksand", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  color: #5FA51B;
  margin-bottom: 0.75rem;
}

.eco-partners-page__header h1 {
  font-family: "Chewy", "Comic Sans MS", system-ui, cursive;
  font-size: clamp(36px, 4vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.01em;
  color: #0A2E4F;
  margin: 0 0 1rem;
}

.eco-partners-page__lead {
  font-size: 17px;
  color: #0A2E4F;
  line-height: 1.55;
  margin: 0 0 1rem;
}

.eco-partners-page__legal {
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #E7E9E9;
  border-left: 3px solid #5FA51B;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  font-size: 14px;
  color: #2C5575;
  text-align: left;
  max-width: 720px;
  margin: 0 auto;
}
.eco-partners-page__legal strong {
  color: #0A2E4F;
}

.eco-partners-page__map {
  margin-bottom: 3rem;
}
.eco-partners-page__map .eco-map {
  width: 100%;
  height: 460px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 6px 16px -6px rgba(10, 46, 79, 0.18);
}
@media (max-width: 768px) {
  .eco-partners-page__map .eco-map {
    height: 320px;
  }
}

.eco-partners-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.eco-partners-filter {
  appearance: none;
  border: 1px solid #E7E9E9;
  background: #FFFFFF;
  color: #0A2E4F;
  font-family: "Quicksand", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 120ms ease, color 120ms ease, border-color 120ms ease;
}
.eco-partners-filter__count {
  display: inline-block;
  margin-left: 0.25rem;
  font-weight: 600;
  color: #2C5575;
}
.eco-partners-filter:hover {
  border-color: #0A2E4F;
}
.eco-partners-filter.is-active {
  background: #0A2E4F;
  color: #FFFFFF;
  border-color: #0A2E4F;
}
.eco-partners-filter.is-active .eco-partners-filter__count {
  color: rgba(255, 255, 255, 0.7);
}

.eco-partners-grid {
  list-style: none;
  margin: 0 0 4rem;
  padding: 0;
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1024px) {
  .eco-partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .eco-partners-grid {
    grid-template-columns: 1fr;
  }
}

.eco-partner-card--full {
  background: #FFFFFF;
  border: 1px solid #E7E9E9;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 2px rgba(10, 46, 79, 0.06);
  transition: transform 200ms ease, box-shadow 200ms ease;
}
.eco-partner-card--full:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px -6px rgba(10, 46, 79, 0.18);
}
.eco-partner-card--full .eco-partner-card__media {
  position: relative;
  aspect-ratio: 16/10;
  background: #F3F4F4;
}
.eco-partner-card--full .eco-partner-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.eco-partner-card--full .eco-partner-card__num {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0A2E4F;
  color: #FFFFFF;
  display: grid;
  place-items: center;
  font-family: "Chewy", "Comic Sans MS", system-ui, cursive;
  font-size: 16px;
}
.eco-partner-card--full .eco-partner-card__body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.eco-partner-card--full .eco-partner-card__cat {
  margin: 0;
  font-family: "Quicksand", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 12px;
  color: #5FA51B;
}
.eco-partner-card--full .eco-partner-card__name {
  font-family: "Chewy", "Comic Sans MS", system-ui, cursive;
  font-size: 24px;
  line-height: 1.05;
  color: #0A2E4F;
  margin: 0;
}
.eco-partner-card--full .eco-partner-card__commune {
  font-size: 14px;
  color: #2C5575;
  margin: 0;
}
.eco-partner-card--full .eco-partner-card__distance {
  font-size: 12px;
  color: #2C5575;
}
.eco-partner-card--full .eco-partner-card__desc {
  font-size: 15px;
  color: #0A2E4F;
  line-height: 1.55;
  margin: 0;
}
.eco-partner-card--full .eco-partner-card__tags {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.eco-partner-card--full .eco-partner-card__tags li {
  font-size: 12px;
  padding: 0.25rem 0.5rem;
  background: #E7F6DD;
  color: #0A2E4F;
  border-radius: 999px;
}
.eco-partner-card--full .eco-partner-card__links {
  margin-top: auto;
  padding-top: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  border-top: 1px solid #E7E9E9;
}
.eco-partner-card--full .eco-partner-card__links a {
  color: #0A2E4F;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.eco-partner-card--full .eco-partner-card__links a:hover {
  color: #5FA51B;
}

.eco-partners-page__cta {
  text-align: center;
  padding: 4rem 1rem;
  background: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #E7E9E9;
  max-width: 800px;
}
.eco-partners-page__cta h2 {
  font-family: "Chewy", "Comic Sans MS", system-ui, cursive;
  font-size: clamp(28px, 3vw, 46px);
  color: #0A2E4F;
  margin: 0 0 0.75rem;
}
.eco-partners-page__cta p {
  color: #2C5575;
  margin: 0 0 1.5rem;
}

.eco-stepper-nav {
  margin: 0 0 1.5rem;
}

.eco-stepper-pills {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.eco-stepper-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 999px;
  background: #F3F4F4;
  border: 1px solid transparent;
  font-family: "Quicksand", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  color: #2C5575;
  white-space: nowrap;
  flex: 0 1 auto;
}
.eco-stepper-pill__num {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #FFFFFF;
  border: 1px solid #E7E9E9;
  font-weight: 600;
  font-size: 12px;
  color: #2C5575;
}
.eco-stepper-pill__label {
  font-weight: 500;
  letter-spacing: 0;
}
.eco-stepper-pill.is-done {
  background: #E7F6DD;
  color: #0A2E4F;
  border-color: #E7F6DD;
}
.eco-stepper-pill.is-done .eco-stepper-pill__num {
  background: #5FA51B;
  border-color: #5FA51B;
  color: #FFFFFF;
}
.eco-stepper-pill.is-current {
  background: #0A2E4F;
  color: #FFFFFF;
  border-color: #0A2E4F;
}
.eco-stepper-pill.is-current .eco-stepper-pill__num {
  background: #FFFFFF;
  border-color: #FFFFFF;
  color: #0A2E4F;
}
@media (max-width: 768px) {
  .eco-stepper-pill {
    padding: 0.25rem 0.5rem;
    gap: 0.25rem;
  }
  .eco-stepper-pill__label {
    display: none;
  }
  .eco-stepper-pill.is-current .eco-stepper-pill__label {
    display: inline;
  }
}

.eco-cal {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.eco-cal-day {
  border: 1px solid #E7E9E9;
  border-radius: 14px;
  background: #FFFFFF;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(10, 46, 79, 0.06);
}

.eco-cal-day__head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.5rem 0.75rem;
  background: #FFFFFF;
  border-bottom: 1px solid #E7E9E9;
}
.eco-cal-day__head__date {
  font-family: "Chewy", "Comic Sans MS", system-ui, cursive;
  font-size: 18px;
  color: #0A2E4F;
  text-transform: capitalize;
}
.eco-cal-day__head__count {
  font-size: 12px;
  color: #2C5575;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.eco-cal-day__slots {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  gap: 0.5rem;
  padding: 0.75rem;
  list-style: none;
  margin: 0;
}

.eco-cal-slot {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 0.5rem 0.25rem;
  border: 1px solid #E7E9E9;
  border-radius: 8px;
  background: #FFFFFF;
  cursor: pointer;
  transition: border-color 120ms ease, background 120ms ease, transform 120ms ease;
}
.eco-cal-slot__time {
  font-family: "Chewy", "Comic Sans MS", system-ui, cursive;
  font-size: 18px;
  color: #0A2E4F;
}
.eco-cal-slot__avail {
  font-size: 11px;
  color: #2C5575;
  text-align: center;
  line-height: 1.2;
}
.eco-cal-slot input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.eco-cal-slot:hover {
  border-color: #0A2E4F;
}
.eco-cal-slot.is-selected {
  border-color: #5FA51B;
  background: #E7F6DD;
  box-shadow: inset 0 0 0 1px #5FA51B;
}
.eco-cal-slot.is-full {
  opacity: 0.5;
  cursor: not-allowed;
  text-decoration: line-through;
}
.eco-cal-slot.is-full:hover {
  border-color: #E7E9E9;
}

.eco-checkout {
  background: #FFFFFF;
  padding: 3rem 0 6rem;
}
.eco-checkout .eco-container > .row {
  align-items: flex-start;
  gap: 2rem;
}
.eco-checkout .step-title,
.eco-checkout .step.-current .step-title,
.eco-checkout h1 {
  font-family: "Chewy", "Comic Sans MS", system-ui, cursive;
  font-size: 22px;
  font-weight: 600;
  color: #0A2E4F;
  margin-bottom: 1rem;
}
.eco-checkout .checkout-step {
  background: #fff;
  border: 1px solid #E7E9E9;
  border-radius: 16px;
  padding: 1.5rem 2rem;
  margin-bottom: 1rem;
}
.eco-checkout .checkout-step.-current {
  border-color: #1B7FA0;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}
.eco-checkout .form-control,
.eco-checkout input[type=text],
.eco-checkout input[type=email],
.eco-checkout input[type=tel],
.eco-checkout input[type=password],
.eco-checkout select,
.eco-checkout textarea {
  border-radius: 10px;
  border: 1px solid #E7E9E9;
  padding: 10px 14px;
  font-size: 15px;
  background: #fff;
}
.eco-checkout .form-control:focus,
.eco-checkout input[type=text]:focus,
.eco-checkout input[type=email]:focus,
.eco-checkout input[type=tel]:focus,
.eco-checkout input[type=password]:focus,
.eco-checkout select:focus,
.eco-checkout textarea:focus {
  border-color: #1B7FA0;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 86, 65, 0.15);
}
.eco-checkout .btn-primary,
.eco-checkout .continue.btn,
.eco-checkout button[name=confirm-addresses],
.eco-checkout #payment-confirmation .btn-primary {
  background: #0A2E4F;
  border: none;
  border-radius: 999px;
  padding: 12px 28px;
  color: #fff;
  font-weight: 600;
  transition: filter 0.2s;
}
.eco-checkout .btn-primary:hover:not(.disabled),
.eco-checkout .continue.btn:hover:not(.disabled),
.eco-checkout button[name=confirm-addresses]:hover:not(.disabled),
.eco-checkout #payment-confirmation .btn-primary:hover:not(.disabled) {
  filter: brightness(1.15);
}
.eco-checkout .btn-primary.disabled,
.eco-checkout .continue.btn.disabled,
.eco-checkout button[name=confirm-addresses].disabled,
.eco-checkout #payment-confirmation .btn-primary.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.eco-checkout .cart-grid-right {
  position: sticky;
  top: 24px;
}
.eco-checkout .card,
.eco-checkout .card-block {
  border: 1px solid #E7E9E9;
  border-radius: 14px;
  background: #fff;
}
.eco-checkout .payment-options .payment-option {
  border: 1px solid #E7E9E9;
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 8px;
  transition: border-color 0.2s, background 0.2s;
}
.eco-checkout .payment-options .payment-option:has(input:checked) {
  border-color: #1B7FA0;
  background: rgba(122, 152, 95, 0.06);
}

.eco-confirmation {
  padding: 3rem 0 6rem;
  background: #FFFFFF;
}
.eco-confirmation__hero {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 3rem;
}
.eco-confirmation__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  background: #5FA51B;
  color: #fff;
  margin: 0 auto 1rem;
  box-shadow: 0 8px 24px rgba(122, 152, 95, 0.3);
}
.eco-confirmation__eyebrow {
  color: #5FA51B;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 0.5rem;
}
.eco-confirmation h1 {
  font-family: "Chewy", "Comic Sans MS", system-ui, cursive;
  font-size: 38px;
  line-height: 1.15;
  color: #0A2E4F;
  margin: 0 0 0.75rem;
}
.eco-confirmation__lead {
  font-size: 16px;
  line-height: 1.55;
  color: #2C5575;
  margin: 0;
}
.eco-confirmation__panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: 920px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .eco-confirmation__panel {
    grid-template-columns: 1.5fr 1fr;
    gap: 2rem;
  }
}
.eco-confirmation__card {
  background: #fff;
  border: 1px solid #E7E9E9;
  border-radius: 18px;
  padding: 2rem;
  box-shadow: 0 4px 18px rgba(15, 58, 44, 0.04);
}
.eco-confirmation__card h2 {
  margin: 0 0 1rem;
  font-family: "Chewy", "Comic Sans MS", system-ui, cursive;
  font-size: 24px;
  color: #0A2E4F;
}
.eco-confirmation__meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem 1rem;
  margin: 1rem 0;
  padding: 1rem;
  background: #FFFFFF;
  border-radius: 12px;
}
.eco-confirmation__meta dt {
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #5FA51B;
  font-weight: 600;
  margin-bottom: 2px;
}
.eco-confirmation__meta dd {
  margin: 0;
  font-size: 16px;
  color: #0A2E4F;
}
.eco-confirmation__meta code {
  font-family: Menlo, Monaco, monospace;
  font-size: 14px;
  background: #fff;
  padding: 2px 8px;
  border-radius: 6px;
  border: 1px solid #E7E9E9;
}
.eco-confirmation__note {
  font-size: 14px;
  line-height: 1.6;
  color: #2C5575;
  margin: 0.75rem 0 0;
}
.eco-confirmation__note a {
  color: #0A2E4F;
}
.eco-confirmation__aside {
  background: #0A2E4F;
  color: #fff;
  border-radius: 18px;
  padding: 2rem;
  align-self: flex-start;
}
.eco-confirmation__aside h3 {
  margin: 0 0 1rem;
  font-family: "Chewy", "Comic Sans MS", system-ui, cursive;
  font-size: 22px;
  color: #fff;
}
.eco-confirmation__aside ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}
.eco-confirmation__aside li {
  padding-left: 22px;
  position: relative;
}
.eco-confirmation__aside li::before {
  content: "→";
  position: absolute;
  left: 0;
  top: 0;
  color: #5FA51B;
}
.eco-confirmation__aside .eco-btn--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
.eco-confirmation__aside .eco-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #fff;
}

.ecologik-quote-form input[type=text],
.ecologik-quote-form input[type=email],
.ecologik-quote-form input[type=tel],
.ecologik-quote-form input[type=url],
.ecologik-quote-form input[type=date],
.ecologik-quote-form input[type=number],
.ecologik-quote-form select,
.ecologik-quote-form textarea {
  min-height: 44px;
  padding: 10px 14px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
}
.ecologik-quote-form textarea {
  min-height: 132px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.ecologik-quote-form input[type=checkbox],
.ecologik-quote-form input[type=radio] {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  vertical-align: middle;
}
.ecologik-quote-form label {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  line-height: 1.3;
}
.ecologik-quote-form button[type=submit] {
  min-height: 48px;
  padding: 12px 22px;
}
.ecologik-quote-form__counts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
}
.ecologik-quote-form__count {
  display: flex;
  flex-direction: column;
  flex: 1 1 140px;
}
.ecologik-quote-form__count input {
  max-width: 120px;
}
.ecologik-quote-form__count-icon {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 4px;
}
.ecologik-quote-form__count-icon svg {
  vertical-align: middle;
}
.ecologik-quote-form__more {
  border: 1px solid #E7E9E9;
  border-radius: 14px;
  margin-top: 16px;
  background: #FFFFFF;
}
.ecologik-quote-form__more-summary {
  cursor: pointer;
  list-style: none;
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-weight: 600;
}
.ecologik-quote-form__more-summary::-webkit-details-marker {
  display: none;
}
.ecologik-quote-form__more-summary::after {
  content: "+";
  margin-left: auto;
  font-size: 1.4em;
  line-height: 1;
  color: #0A2E4F;
}
.ecologik-quote-form__more[open] .ecologik-quote-form__more-summary::after {
  content: "–";
}
.ecologik-quote-form__more-body {
  padding: 0 16px 16px;
}

.page-cms,
#cms,
.ecologik-page,
[class*=ecologik-page--] {
  overflow-wrap: break-word;
  word-break: break-word;
}
.page-cms img,
.page-cms table,
.page-cms iframe,
.page-cms video,
.page-cms pre,
.page-cms code,
#cms img,
#cms table,
#cms iframe,
#cms video,
#cms pre,
#cms code,
.ecologik-page img,
.ecologik-page table,
.ecologik-page iframe,
.ecologik-page video,
.ecologik-page pre,
.ecologik-page code,
[class*=ecologik-page--] img,
[class*=ecologik-page--] table,
[class*=ecologik-page--] iframe,
[class*=ecologik-page--] video,
[class*=ecologik-page--] pre,
[class*=ecologik-page--] code {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
.page-cms table,
#cms table,
.ecologik-page table,
[class*=ecologik-page--] table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.page-cms iframe,
#cms iframe,
.ecologik-page iframe,
[class*=ecologik-page--] iframe {
  width: 100%;
}
.page-cms p,
.page-cms li,
.page-cms h1, .page-cms h2, .page-cms h3, .page-cms h4, .page-cms h5, .page-cms h6,
.page-cms span,
.page-cms a,
.page-cms code,
#cms p,
#cms li,
#cms h1,
#cms h2,
#cms h3,
#cms h4,
#cms h5,
#cms h6,
#cms span,
#cms a,
#cms code,
.ecologik-page p,
.ecologik-page li,
.ecologik-page h1,
.ecologik-page h2,
.ecologik-page h3,
.ecologik-page h4,
.ecologik-page h5,
.ecologik-page h6,
.ecologik-page span,
.ecologik-page a,
.ecologik-page code,
[class*=ecologik-page--] p,
[class*=ecologik-page--] li,
[class*=ecologik-page--] h1,
[class*=ecologik-page--] h2,
[class*=ecologik-page--] h3,
[class*=ecologik-page--] h4,
[class*=ecologik-page--] h5,
[class*=ecologik-page--] h6,
[class*=ecologik-page--] span,
[class*=ecologik-page--] a,
[class*=ecologik-page--] code {
  overflow-wrap: anywhere;
  word-break: break-word;
}

body {
  font-family: var(--font-sans);
  color: var(--navy);
  background: var(--paper);
  font-size: 16px;
}

h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--navy);
  font-weight: 400;
  letter-spacing: -0.01em;
}

.y, .accent, .hero__content .green, h1 .green, h2 .green {
  color: var(--sun-bright);
  -webkit-text-stroke: 2.4px var(--navy);
  paint-order: stroke fill;
  white-space: nowrap;
  font-style: normal;
}

.section-head .accent, .h-section .accent, .shead .y,
.amiens .accent, .families .accent {
  -webkit-text-stroke: 0;
  color: var(--sun-deep);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--sky-deep);
  background: transparent;
}

.eyebrow .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sun);
  box-shadow: 0 0 0 4px rgba(253, 233, 10, 0.25);
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: var(--r-pill);
  padding: 14px 28px;
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.2px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.14s ease, filter 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn svg {
  width: 18px;
  height: 18px;
}

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

.btn:active {
  transform: translateY(0);
}

.btn--primary,
.btn.btn--primary {
  background: var(--sun);
  color: var(--navy);
  box-shadow: var(--shadow-sun);
}

.btn--primary:hover {
  background: var(--sun-bright);
}

.btn--leaf {
  background: var(--leaf-deep);
  color: #fff;
  box-shadow: var(--shadow-2);
}

.btn--leaf:hover {
  background: var(--leaf-mid);
}

.btn--secondary, .btn--white, .btn--outline {
  background: #fff;
  color: var(--navy);
  border: 2px solid var(--line-2);
  box-shadow: var(--shadow-1);
}

.btn--secondary:hover, .btn--white:hover, .btn--outline:hover {
  border-color: var(--sky);
}

.btn--ghost, .btn--inline {
  background: transparent;
  color: var(--navy);
  box-shadow: none;
  padding: 10px 6px;
  font-family: var(--font-sans);
  font-weight: 800;
  font-size: 15px;
  border-radius: var(--r-sm);
}

.btn--ghost:hover, .btn--inline:hover {
  color: var(--sky-deep);
  transform: none;
}

.section-head, .shead {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
}

@media (max-width: 820px) {
  .section-head, .shead {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
}
.section-head__title, .h-section {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(30px, 3.7vw, 50px);
  line-height: 1.12;
  color: var(--navy);
  margin: 10px 0 0;
}

.lede {
  color: var(--navy-soft);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  max-width: 56ch;
}

.pill {
  border-radius: 140px 18px 150px 16px/16px 150px 14px 150px;
  border: 2px solid var(--navy);
  background: #fff;
  color: var(--navy);
  font-weight: 800;
  transform: rotate(-1deg);
}

.pill--leaf {
  background: #e7f6dd;
  color: var(--leaf-deep);
  border-color: var(--navy);
}

.pill--terra, .pill--terracotta {
  background: var(--cream);
  color: var(--sun-deep);
  border-color: var(--navy);
}

.pill--sand {
  background: var(--cream);
  color: var(--sun-deep);
  border-color: var(--navy);
}

.pill svg {
  color: currentColor;
}

.site-header {
  background: #fff;
  border-bottom: 3px solid var(--navy);
  box-shadow: var(--shadow-1);
}

.site-header .logo-mark svg,
.site-header .logo-mark img {
  filter: drop-shadow(0 2px 5px rgba(8, 40, 66, 0.25));
}

.site-header .brand {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--navy);
  letter-spacing: 0;
}

.site-header .brand .y {
  -webkit-text-stroke: 0;
  color: var(--sun-deep);
}

.site-header .sub {
  font-family: var(--font-display);
  color: var(--sky-deep);
}

.site-nav__link, .site-nav__trigger {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 18px;
  color: var(--navy);
  border-radius: var(--r-pill);
}

.site-nav__link:hover, .site-nav__trigger:hover {
  background: rgba(47, 160, 200, 0.16);
  color: var(--navy);
}

.site-nav__link.active::after,
.site-nav__link[aria-current]::after {
  background: var(--sun);
}

.site-mega {
  border-top: 3px solid var(--sky);
  border-bottom: 3px solid var(--navy);
}

.site-mega__title {
  color: var(--sky-deep);
  letter-spacing: 0.1em;
}

.site-mega__col a {
  font-weight: 700;
  color: var(--navy);
}

.site-mega__col a:hover {
  color: var(--sky-deep);
}

.site-mega__cta {
  color: var(--sky-deep);
  font-weight: 800;
}

.lang-switch a.active {
  color: var(--navy);
}

.lang-switch a:hover {
  color: var(--sky-deep);
}

.site-burger__bar {
  background: var(--navy);
}

body#index .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
}

body#index .site-header .logo-medallion {
  width: 104px;
  height: 104px;
  filter: drop-shadow(0 4px 12px rgba(8, 40, 66, 0.5));
}

@media (max-width: 760px) {
  body#index .site-header .logo-medallion {
    width: 76px;
    height: 76px;
  }
}
@media (min-width: 1080px) {
  body#index .site-nav {
    background: rgba(255, 255, 255, 0.95);
    border-radius: var(--r-pill);
    padding: 6px 12px;
    box-shadow: 0 8px 22px rgba(8, 40, 66, 0.22);
  }
  body#index .site-header__actions {
    background: rgba(255, 255, 255, 0.95);
    border-radius: var(--r-pill);
    padding: 6px 8px 6px 16px;
    box-shadow: 0 8px 22px rgba(8, 40, 66, 0.22);
  }
}
.site-footer {
  background: var(--navy);
  color: #cfe0ee;
}

.site-footer .brand {
  color: #fff;
  font-family: var(--font-display);
}

.site-footer .brand .y {
  color: var(--sun);
  -webkit-text-stroke: 0;
}

.site-footer .sub {
  color: #7fa8c6;
}

.footer__tagline, .footer__pull {
  font-family: var(--font-display);
  color: #eaf3fb;
}

.footer__cols h4 {
  color: #7fa8c6;
  letter-spacing: 0.1em;
}

.footer__cols a:hover {
  color: var(--sun);
}

.footer__social a:hover {
  background: var(--sun);
  color: var(--navy);
  border-color: var(--sun);
}

.footer__letter-stamp-label {
  color: var(--sun);
}

.footer__letter h3 {
  color: #fff;
  font-family: var(--font-display);
}

.footer__letter-submit {
  background: var(--sun);
  color: var(--navy);
  border-radius: var(--r-pill);
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 18px;
  box-shadow: var(--shadow-sun);
}

.footer__letter-submit:hover {
  background: var(--sun-bright);
}

.trust-strip strong {
  color: #fff;
}

.trust-strip__card--brand {
  color: var(--sun);
}

.baseline a:hover {
  color: var(--sun);
}

.hero {
  position: relative;
  background: var(--sky);
  overflow: hidden;
  padding: 0;
  min-height: clamp(660px, 92vh, 940px);
  border-bottom: 4px solid var(--navy);
}

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

.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
}

.hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(95deg, rgba(47, 160, 200, 0.62) 0%, rgba(47, 160, 200, 0.3) 30%, rgba(47, 160, 200, 0) 54%);
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero__inner {
  display: grid;
  grid-template-columns: 1.04fr 432px;
  gap: 50px;
  align-items: start;
  padding: 150px 0 74px;
}

.hero__content {
  max-width: none;
}

.hero__content #hero-title,
.hero h1 {
  font-family: var(--font-display);
  font-weight: 400;
  font-size: clamp(46px, 6vw, 84px);
  line-height: 1;
  color: #fff;
  margin: 16px 0 14px;
  text-shadow: none;
}

.hero h1 .y {
  color: var(--sun-bright);
  -webkit-text-stroke: 0;
}

.hero__eyebrow.eyebrow {
  background: rgba(255, 255, 255, 0.85);
  padding: 7px 15px;
  border-radius: var(--r-pill);
  color: var(--navy);
  box-shadow: var(--shadow-1);
}

.hero__eyebrow.eyebrow .dot {
  background: var(--sun);
}

.hero__lede {
  font-size: 18px;
  line-height: 1.6;
  color: #f2fbff;
  font-weight: 600;
  max-width: 48ch;
  text-shadow: none;
}

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

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 800;
  border: 2px solid var(--navy);
  border-radius: 140px 18px 150px 16px/16px 150px 14px 150px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--navy);
  box-shadow: 2px 3px 0 rgba(8, 40, 66, 0.16);
  line-height: 1;
}

.hero__badge:nth-child(even) {
  border-radius: 18px 140px 16px 150px/150px 14px 150px 16px;
  transform: rotate(1deg);
}

.hero__badge:nth-child(odd) {
  transform: rotate(-1deg);
}

.hero__badge svg {
  color: var(--sky-deep);
}

.hero__group-link {
  font-size: 14.5px;
  font-weight: 700;
  color: #eaf7fd;
  text-shadow: none;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.hero__group-link svg {
  color: var(--sun);
}

.hero__group-link a {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--sun);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.hero__panel {
  position: relative;
  z-index: 1;
}

.hero__booking {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  background: var(--cream);
  border: 1px solid rgba(10, 46, 79, 0.12);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-3);
  padding: 22px 24px 24px;
  transform: none;
}

.hero__booking-head {
  margin-bottom: 14px;
}

.hero__booking-eyebrow {
  font-family: var(--font-display);
  font-size: 26px;
  color: var(--navy);
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
}

.hero__booking-meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 800;
  color: var(--leaf-deep);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  background: rgba(255, 255, 255, 0.8);
  border: 1.5px solid var(--leaf);
  border-radius: 999px;
  padding: 4px 10px;
}

.hero__booking-field {
  border: 2px solid rgba(10, 46, 79, 0.14);
  border-radius: 14px;
  background: #fff;
}

.hero__booking-field:hover, .hero__booking-field[aria-expanded=true] {
  border-color: var(--sky);
  box-shadow: 0 0 0 3px rgba(47, 160, 200, 0.18);
}

.hero__booking-field .val {
  color: var(--navy);
  font-weight: 800;
}

.hero__booking-field .lbl {
  color: var(--navy-soft);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 800;
}

.hero__booking-field .val svg {
  color: var(--sky-deep);
}

.hero__booking-stepper-btn {
  border: 2px solid var(--navy);
  background: var(--sun);
  color: var(--navy);
  box-shadow: 2px 2px 0 rgba(10, 46, 79, 0.14);
}

.hero__booking-stepper-btn:hover {
  background: var(--sun-bright);
}

.hero__booking-stepper-value {
  font-family: var(--font-display);
  color: var(--navy);
}

.hero__booking-offer.is-selected {
  background: var(--sky-lighter);
}

.hero__booking-date-shortcut:hover {
  border-color: var(--sky);
}

.hero__booking-cta {
  width: 100%;
  justify-content: center;
  margin-top: 4px;
}

.live-dot, .live-dot::after {
  background: var(--leaf);
}

.hero__weather {
  position: static;
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--cream);
  border: 1px solid rgba(10, 46, 79, 0.12);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-2);
  padding: 16px 22px;
  margin-bottom: 16px;
  transform: none;
}

.hero__weather-icon {
  color: var(--sun-deep);
}

.hero__weather-temp {
  font-family: var(--font-display);
  color: var(--navy);
}

.hero__weather-status {
  color: var(--leaf-deep);
  font-weight: 800;
}

.hero__weather-dot {
  background: var(--leaf);
}

.hero__weather-dot--green {
  background: var(--leaf);
}

.hero__weather-dot--orange {
  background: #E8A53C;
}

.hero__weather-dot--red {
  background: var(--red);
}

@media (max-width: 960px) {
  .hero__inner {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 120px 0 48px;
  }
  .hero__bg::after {
    background: linear-gradient(180deg, rgba(47, 160, 200, 0.55), rgba(47, 160, 200, 0.12));
  }
  .hero__lede {
    max-width: none;
  }
}
.reassurance {
  background: var(--cream);
  border-top: 4px solid var(--navy);
  border-bottom: 4px solid var(--navy);
}

.reassurance .soft-icon {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 2.5px solid var(--navy);
  border-radius: 56% 44% 55% 45%/52% 56% 44% 48%;
  box-shadow: 3px 4px 0 rgba(10, 46, 79, 0.18);
  color: var(--navy);
}

.reassurance__item:nth-child(even) .soft-icon {
  transform: rotate(2.5deg);
  border-radius: 45% 55% 48% 52%/55% 45% 55% 45%;
}

.reassurance__item:nth-child(odd) .soft-icon {
  transform: rotate(-2.5deg);
}

.reassurance__item .label, .reassurance__item b, .reassurance__item strong {
  color: var(--navy);
}

.block#balades, #balades.block, .offers__section {
  background: var(--sky-light);
}

.offer {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-1);
}

.offer:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-2);
}

.offer__title {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--navy);
  line-height: 1.12;
}

.offer__tagline, .offer__next {
  color: var(--sky-deep);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 12px;
}

.price, .offer__price {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--navy);
}

.duration-badge {
  border: 2px solid var(--navy);
  box-shadow: 2px 3px 0 rgba(10, 46, 79, 0.16);
  background: #fff;
}

.duration-badge svg {
  color: var(--sky-deep);
}

.next-departure-badge {
  color: var(--sun-deep);
}

.next-departure-badge svg {
  color: var(--sun-deep);
}

.theme-badge {
  color: var(--sky-deep);
  border: 2px solid var(--navy);
}

.offer-secondary {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
}

.offer-secondary__title {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--navy);
}

.offer-secondary__price {
  font-family: var(--font-display);
  color: var(--navy);
}

.block.jules {
  background: var(--sky);
  border-top: 4px solid var(--navy);
  border-bottom: 4px solid var(--navy);
}

.block.jules .eyebrow {
  color: #bfe3f2;
}

.block.jules .eyebrow .dot {
  background: var(--sun);
}

.jules__photo {
  border: 4px solid var(--navy);
  border-radius: var(--r-xl);
  box-shadow: 7px 9px 0 rgba(10, 46, 79, 0.2);
  overflow: hidden;
}

.jules__quote {
  font-family: var(--font-display);
  font-weight: 400;
  color: #fff;
}

.jules__quote .qhl, .jules__quote em, .jules__quote .accent {
  color: var(--sun);
  -webkit-text-stroke: 0;
  font-style: normal;
}

.jules__byline .name, .jules__byline .role, .jules__name {
  color: #fff;
}

.jules__byline .role, .jules__role {
  color: rgba(255, 255, 255, 0.82);
}

.amiens__photo {
  border: 3px solid var(--navy);
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 5px 6px 0 rgba(10, 46, 79, 0.14);
}

.amiens__stat .num {
  font-family: var(--font-display);
  color: var(--sky-deep);
}

.amiens__stat .lbl {
  color: var(--navy-soft);
}

.family {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-1);
}

.family:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-2);
}

.family__body h3, .family__body h4 {
  font-family: var(--font-display);
  font-weight: 400;
  color: var(--navy);
}

.block:nth-of-type(even):not(.jules):not(.amiens) {
  background: var(--cream);
}

.logo-mark {
  display: inline-flex;
  align-items: center;
  width: auto;
  height: auto;
}

.logo-medallion {
  display: block;
  border-radius: 50%;
  object-fit: cover;
  max-width: none;
}

.site-header .logo-text {
  display: none;
}

.site-header .logo-medallion {
  width: 80px;
  height: 80px;
  filter: drop-shadow(0 3px 8px rgba(8, 40, 66, 0.32));
}

.site-footer .logo-medallion {
  width: 66px;
  height: 66px;
}

@media (max-width: 760px) {
  .site-header .logo-medallion {
    width: 68px;
    height: 68px;
  }
}
.jules__photo {
  position: relative;
}

.jules__seal {
  position: absolute;
  right: -14px;
  bottom: -14px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  background: #fff;
  box-shadow: var(--shadow-2);
}

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

@media (max-width: 600px) {
  .jules__seal {
    width: 62px;
    height: 62px;
    right: -8px;
    bottom: -8px;
  }
}
@media (max-width: 760px) {
  .site-header {
    background: var(--sky);
    border-bottom: 3px solid var(--navy);
    box-shadow: 0 6px 16px -8px rgba(8, 40, 66, 0.45);
  }
  .site-burger {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 12px;
  }
  .site-burger__bar {
    background: var(--navy);
  }
  .hero__inner {
    padding: 112px 0 40px;
  }
  .hero h1, .hero__content #hero-title {
    font-size: clamp(40px, 12vw, 58px);
  }
  .hero__lede {
    font-size: 16px;
  }
  .hero__panel {
    width: 100%;
  }
  .hero__weather, .hero__booking {
    transform: none;
    width: 100%;
  }
  .reassurance__grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    overflow-x: visible;
    gap: 18px 14px;
  }
  .reassurance__item {
    min-width: 0;
  }
  .block, .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .section-head__title, .h-section, .stleu__title, .amiens .h-section {
    font-size: clamp(28px, 8vw, 38px);
  }
  .footer__letter-submit {
    width: 100%;
    justify-content: center;
  }
}
.offer__photo,
.eco-offer__media {
  position: relative;
}

.eco-coming-soon-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--navy, #0A2E4F);
  color: var(--sun, #FDE90A);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.01em;
  box-shadow: 0 2px 8px rgba(10, 46, 79, 0.25);
}

.eco-btn--disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
  filter: grayscale(0.25);
}

.btn--inline-muted {
  opacity: 0.6;
  cursor: default;
}
