/* ============================================================
   PAGES.CSS — Hero · Sections · Cards · Pricing · Team
   Foil Explore Cruising — FR only — v2.0
   ============================================================ */

/* ══════════════════════════════════════════════════════════
   HERO — Landing
   ══════════════════════════════════════════════════════════ */
.hero {
  position: relative;
  height: 100svh;
  min-height: 580px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  animation: kenBurns 14s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  will-change: transform;
}

@keyframes kenBurns {
  from { transform: scale(1.06); }
  to   { transform: scale(1.0); }
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10,10,10,0.68) 0%,
    rgba(10,10,10,0.30) 50%,
    rgba(10,10,10,0.18) 100%
  );
}

.hero__content {
  position: relative;
  z-index: 2;
  padding: 0 var(--container);
  padding-top: var(--nav-h);
  max-width: 720px;
}

.hero__tag {
  display: block;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--c-gold);
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 0.2s forwards;
}

.hero__title {
  font-family: var(--f-serif);
  font-size: clamp(52px, 8vw, 110px);
  font-weight: 400;
  line-height: 0.94;
  color: var(--c-white);
  letter-spacing: -0.01em;
  margin-bottom: 24px;
  opacity: 0;
  animation: fadeUp 0.9s var(--ease-out) 0.35s forwards;
}

.hero__title em {
  font-style: italic;
  color: rgba(255,255,255,0.72);
}

.hero__body {
  font-size: clamp(14px, 1.4vw, 16px);
  font-weight: 400;
  color: rgba(255,255,255,0.82);
  line-height: 1.70;
  max-width: 480px;
  margin-bottom: 36px;
  opacity: 0;
  animation: fadeUp 0.9s var(--ease-out) 0.5s forwards;
}

.hero__ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  opacity: 0;
  animation: fadeUp 0.9s var(--ease-out) 0.65s forwards;
}

.hero__scroll {
  position: absolute;
  bottom: 28px;
  right: var(--container);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  opacity: 0;
  animation: fadeIn 1s var(--ease-out) 1.2s forwards;
}

.hero__scroll-line {
  width: 0.5px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
  animation: scrollPulse 2.4s ease-in-out 1.5s infinite;
}

.hero__scroll-label {
  font-size: 6.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  writing-mode: vertical-rl;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes scrollPulse {
  0%, 100% { transform: scaleY(1);    transform-origin: top; opacity: 1; }
  50%       { transform: scaleY(0.28); transform-origin: bottom; opacity: 0.4; }
}

/* ══════════════════════════════════════════════════════════
   HERO — Hub destinations
   ══════════════════════════════════════════════════════════ */
.hub-hero {
  position: relative;
  height: 100svh;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hub-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 55%;
  transform: scale(1.04);
  transition: transform 10s ease;
}

.hub-hero__bg.is-loaded { transform: scale(1); }

.hub-hero__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10,10,10,0.06) 0%,
    rgba(10,10,10,0.0)  20%,
    rgba(10,10,10,0.65) 70%,
    rgba(10,10,10,0.88) 100%
  );
}

.hub-hero__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: clamp(32px,5vw,72px) var(--container) clamp(48px,6vw,88px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hub-hero__logo-mark {
  width: 36px;
  height: 36px;
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeUp 0.7s var(--ease-out) 0.1s forwards;
}

.hub-hero__tag {
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--c-gold);
  margin-bottom: 16px;
  opacity: 0;
  animation: fadeUp 0.8s var(--ease-out) 0.2s forwards;
}

.hub-hero__title {
  font-family: var(--f-serif);
  font-size: clamp(56px, 9vw, 120px);
  font-weight: 400;
  line-height: 0.92;
  color: var(--c-white);
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeUp 0.9s var(--ease-out) 0.35s forwards;
}

.hub-hero__title em {
  font-style: italic;
  color: rgba(255,255,255,0.65);
}

.hub-hero__sub {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 400;
  color: rgba(255,255,255,0.85);
  line-height: 1.65;
  max-width: 520px;
  opacity: 0;
  animation: fadeUp 0.9s var(--ease-out) 0.5s forwards;
}

.hub-hero__scroll {
  position: absolute;
  bottom: 28px;
  right: var(--container);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  opacity: 0;
  animation: fadeIn 1s var(--ease-out) 1.2s forwards;
}

.hub-hero__scroll-line {
  width: 0.5px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.5), transparent);
  animation: scrollPulse 2.4s ease-in-out 1.5s infinite;
}

.hub-hero__scroll-label {
  font-size: 6.5px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  writing-mode: vertical-rl;
}

/* ══════════════════════════════════════════════════════════
   SECTION — Philosophie (crème)
   ══════════════════════════════════════════════════════════ */
.intro {
  background: var(--c-sand);
  padding: clamp(40px,5vh,52px) var(--container);
  text-align: center;
}

.intro__label {
  display: block;
  margin-bottom: 14px;
}

.intro__text {
  font-family: var(--f-serif);
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 400;
  color: var(--c-ink-1);
  line-height: 1.65;
  max-width: 700px;
  margin: 0 auto;
}

/* ══════════════════════════════════════════════════════════
   SECTION — Destinations grid (landing)
   ══════════════════════════════════════════════════════════ */
.section-destinations {
  background: var(--c-black);
  padding: clamp(72px,10vh,120px) var(--container);
}

.section-destinations__header {
  margin-bottom: clamp(40px,6vh,72px);
}

.section-destinations__tag { margin-bottom: 14px; }

.section-destinations__title {
  font-size: clamp(34px, 4.5vw, 60px);
  color: var(--c-white);
}

.dest-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

@media (max-width: 768px) {
  .dest-cards-grid {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}

/* Destination card (landing) */
.dest-card-mini {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: #0f1a20;
  cursor: pointer;
}

@media (min-width: 1100px) {
  .dest-card-mini {
    aspect-ratio: unset;
    min-height: 560px;
  }
}

.dest-card-mini__img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 1.1s var(--ease-out);
  will-change: transform;
}

.dest-card-mini:hover .dest-card-mini__img {
  transform: scale(1.06);
}

.dest-card-mini::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(10,10,10,0.0) 30%,
    rgba(10,10,10,0.80) 75%,
    rgba(10,10,10,0.92) 100%
  );
  transition: opacity 0.5s;
}

.dest-card-mini__body {
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  z-index: 2;
  padding: clamp(20px, 3vw, 32px);
}

.dest-card-mini__season {
  display: block;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--c-gold);
  margin-bottom: 8px;
}

.dest-card-mini__name {
  font-family: var(--f-serif);
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 400;
  color: var(--c-white);
  line-height: 1.05;
  margin-bottom: 6px;
}

.dest-card-mini__desc {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
}

/* ══════════════════════════════════════════════════════════
   SECTION — Disciplines
   ══════════════════════════════════════════════════════════ */

.disciplines {
  background: var(--c-sand);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 900px) {
  .disciplines { grid-template-columns: 1fr; }
}

/* ── Colonne texte — padding calé sur ce qui s'affiche dans Chrome ── */
.disciplines__content {
  padding: clamp(56px, 8vh, 88px) clamp(48px, 5vw, 76px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 900px) {
  .disciplines__content { padding: 48px 24px; }
}

.disciplines__tag   { margin-bottom: 16px; }

.disciplines__title {
  font-size: clamp(34px, 4vw, 52px);
  color: var(--c-ink-1);
  line-height: 1.1;
  margin-bottom: 20px;
}

.disciplines__body  {
  font-size: 14px;
  font-weight: 400;
  color: var(--c-ink-2);
  line-height: 1.75;
  margin-bottom: 24px;
  max-width: 400px;
}

.disciplines__list  {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 36px;
}

.disciplines__list li {
  font-size: 13px;
  font-weight: 400;
  color: var(--c-ink-1);
  list-style: none;
  padding-left: 14px;
  position: relative;
}

.disciplines__list li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: var(--c-gold);
}

/* ── Colonne slider ── */
.disciplines__slider {
  position: relative;
  overflow: hidden;
  min-height: 480px;
}

.slider__track {
  display: flex;
  height: 100%;
  transition: transform 0.55s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.slider__slide {
  flex: 0 0 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider__dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.slider__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.45);
  cursor: pointer;
  padding: 0;
  transition: background .25s, transform .25s;
}

.slider__dot.is-active {
  background: #fff;
  transform: scale(1.3);
}

@media (max-width: 900px) {
  .disciplines__slider {
    width: 100%;  /* prevent JS-calculated desktop width bleeding on resize */
    min-height: 56vw;
  }
}



/* ══════════════════════════════════════════════════════════
   SECTION — Équipe
   ══════════════════════════════════════════════════════════ */
.team {
  background: var(--c-black);
  padding: clamp(64px,10vh,100px) var(--container);
}

.team__header {
  text-align: center;
  margin-bottom: clamp(40px, 6vh, 64px);
}

.team__tag { margin-bottom: 14px; }

.team__title {
  font-size: clamp(34px, 4vw, 52px);
  color: var(--c-white);
}

.team-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
}

@media (max-width: 640px) {
  .team-grid { grid-template-columns: 1fr; }
}

.team-card {
  position: relative;
  overflow: hidden;
  min-height: clamp(340px, 50vh, 520px);
  display: flex;
  align-items: flex-end;
}

.team-card__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 30%;
  transition: transform 700ms var(--ease-out);
  will-change: transform;
}

.team-card:hover .team-card__bg {
  transform: scale(1.04);
}

.team-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(10,10,10,0.90) 0%,
    rgba(10,10,10,0.42) 50%,
    rgba(10,10,10,0.0)  100%
  );
}

.team-card__info {
  position: relative;
  z-index: 2;
  padding: clamp(20px, 3vw, 32px);
}

.team-card__name {
  font-family: var(--f-serif);
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 400;
  color: var(--c-white);
  margin-bottom: 6px;
}

.team-card__role {
  display: block;
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-gold);
  margin-bottom: 10px;
}

.team-card__bio {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,0.75);
  line-height: 1.65;
  max-width: 380px;
}

/* ══════════════════════════════════════════════════════════
   SECTION — Citation
   ══════════════════════════════════════════════════════════ */
.philosophy-quote {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(64px,10vh,100px) var(--container);
}

.philosophy-quote__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.philosophy-quote__overlay {
  position: absolute;
  inset: 0;
  background: rgba(10,10,10,0.72);
}

.philosophy-quote__inner {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 680px;
}

.philosophy-quote__text {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 400;
  color: var(--c-white);
  line-height: 1.55;
  margin-bottom: 20px;
}

.philosophy-quote__attr {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-gold);
}

/* ══════════════════════════════════════════════════════════
   SECTION — Tarifs
   ══════════════════════════════════════════════════════════ */
.pricing {
  background: var(--c-sand);
  padding: clamp(64px,10vh,100px) var(--container);
}

.pricing__header {
  text-align: center;
  margin-bottom: clamp(40px,6vh,56px);
}

.pricing__tag { margin-bottom: 14px; }

.pricing__title {
  font-size: clamp(36px, 4.5vw, 58px);
  color: var(--c-ink-1);
  margin-bottom: 14px;
}

.pricing__intro {
  font-size: 14px;
  font-weight: 400;
  color: var(--c-ink-2);
  line-height: 1.70;
}

/* Tabs destination */
.pricing__tabs {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 48px;
  border-bottom: 1px solid rgba(10,10,10,0.10);
  overflow-x: auto;
}

.pricing__tab {
  font-family: var(--f-sans);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: rgba(10,10,10,0.38);
  padding: 14px 32px;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  transition: color 0.25s var(--ease);
}

.pricing__tab::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0; right: 0;
  height: 2px;
  background: var(--c-gold);
  transform: scaleX(0);
  transition: transform 0.30s var(--ease-out);
}

.pricing__tab:hover:not(.is-active) {
  color: rgba(10,10,10,0.62);
}

.pricing__tab.is-active,
.pricing__tab.active {
  color: var(--c-black);
  font-weight: 500;
  letter-spacing: 0.22em;
}

.pricing__tab.is-active::after,
.pricing__tab.active::after {
  transform: scaleX(1);
}

/* Cards pricing */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

@media (max-width: 900px) {
  .pricing-grid { grid-template-columns: 1fr; }
}

.pricing-card {
  background: var(--c-white);
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  border: 0.5px solid rgba(10,10,10,0.08);
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.pricing-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.12);
}

.pricing-card--featured {
  background: var(--c-black);
  color: var(--c-white);
  border-color: transparent;
}

.pricing-card__icon {
  color: var(--c-gold);
  margin-bottom: 18px;
}

.pricing-card__dest {
  display: block;
  font-size: 8px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-gold);
  margin-bottom: 6px;
}

.pricing-card__name {
  font-family: var(--f-serif);
  font-size: 24px;
  font-weight: 400;
  color: var(--c-black);
  margin-bottom: 6px;
}

.pricing-card--featured .pricing-card__name { color: var(--c-white); }

.pricing-card__period {
  font-size: 11px;
  color: var(--c-ink-1);
  margin-bottom: 16px;
}

.pricing-card--featured .pricing-card__period { color: rgba(255,255,255,0.72); }

.pricing-card__price {
  font-family: var(--f-serif);
  font-size: 42px;
  font-weight: 400;
  color: var(--c-black);
  line-height: 1;
  margin-bottom: 4px;
}

.pricing-card--featured .pricing-card__price { color: var(--c-white); }

.pricing-card__unit {
  font-size: 11px;
  color: var(--c-ink-1);
  margin-bottom: 18px;
}

.pricing-card--featured .pricing-card__unit { color: rgba(255,255,255,0.72); }

.pricing-card__divider {
  height: 0.5px;
  background: rgba(10,10,10,0.14);
  margin-bottom: 18px;
}

.pricing-card--featured .pricing-card__divider { background: rgba(255,255,255,0.18); }

.pricing-card__includes {
  font-size: 13px;
  font-weight: 400;
  color: var(--c-ink-1);
  line-height: 1.90;
  flex: 1;
  margin-bottom: 24px;
}

.pricing-card--featured .pricing-card__includes { color: rgba(255,255,255,0.82); }

.pricing-card__cta {
  display: block;
  text-align: center;
  font-family: var(--f-sans);
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  padding: 13px;
  transition: opacity 0.2s, background 0.2s, color 0.2s;
  cursor: pointer;
}

.pricing-card__cta--outline {
  border: 1px solid rgba(10,10,10,0.30);
  color: var(--c-black);
  background: transparent;
}

.pricing-card__cta--outline:hover {
  background: rgba(10,10,10,0.05);
}

.pricing-card__cta--solid {
  background: var(--c-white);
  color: var(--c-black);
  border: 1px solid rgba(10,10,10,0.15);
}

.pricing-card__cta--solid:hover {
  background: var(--c-sand);
}

/* CTA sur carte featured (fond noir) → blanc */
.pricing-card--featured .pricing-card__cta--solid,
.pricing-card--featured .pricing-card__cta--outline,
.pricing-card--featured .pricing-card__cta--light {
  background: var(--c-white);
  color: var(--c-black);
  border: none;
}

.pricing-card--featured .pricing-card__cta--solid:hover,
.pricing-card--featured .pricing-card__cta--outline:hover,
.pricing-card--featured .pricing-card__cta--light:hover {
  background: var(--c-sand);
}

/* ══════════════════════════════════════════════════════════
   SECTION — Contact
   ══════════════════════════════════════════════════════════ */
.contact {
  background: var(--c-black);
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {
  .contact { grid-template-columns: 1fr; }
}

.contact__visual {
  min-height: 320px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .contact__visual { display: none; }
}

.contact__content {
  padding: clamp(56px,8vh,80px) var(--container);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact__tag { margin-bottom: 14px; }

.contact__title {
  font-size: clamp(36px, 4.5vw, 56px);
  color: var(--c-white);
  margin-bottom: 36px;
}

.contact__items {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 28px;
}

.contact__label {
  display: block;
  font-size: 8.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 4px;
}

.contact__val {
  font-size: 16px;
  font-weight: 400;
  color: var(--c-white);
  transition: color 0.2s;
}

.contact__val:hover { color: var(--c-gold); }

.contact__socials {
  display: flex;
  gap: 20px;
}

.contact__social {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  color: rgba(255,255,255,0.48);
  transition: color 0.2s;
}

.contact__social:hover { color: var(--c-white); }
.contact__social svg { width: 14px; height: 14px; }

/* ══════════════════════════════════════════════════════════
   HUB DESTINATIONS — Cards grandes
   ══════════════════════════════════════════════════════════ */
.hub-grid {
  background: var(--c-black);
  padding: clamp(72px,10vw,112px) var(--container);
}

.hub-grid__header {
  margin-bottom: clamp(48px,6vw,72px);
}

.hub-grid__tag { margin-bottom: 14px; }

.hub-grid__title {
  font-size: clamp(34px, 4.5vw, 60px);
  color: var(--c-white);
}

.hub-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
}

@media (min-width: 640px)  { .hub-cards { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1100px) { .hub-cards { grid-template-columns: 1fr 1fr 1fr; } }

.hub-card {
  text-align: left;
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 3/4;
  background: #0f1a20;
  cursor: pointer;
  transition: box-shadow 400ms var(--ease);
}

@media (min-width: 1100px) {
  .hub-card {
    aspect-ratio: unset;
    min-height: 600px;
  }
}

.hub-card:hover {
  box-shadow: 0 20px 60px rgba(0,0,0,0.45);
}

.hub-card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 1.1s var(--ease-out);
  will-change: transform;
  /* Failsafe: JS sets opacity:0 then fades to 1 via IntersectionObserver.
     If the observer never fires (cached images, bfcache restore),
     this animation ensures the image is always visible after 600ms. */
  animation: hub-img-reveal 0.6s 0.1s both;
}

@keyframes hub-img-reveal {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.hub-card:hover .hub-card__img {
  transform: scale(1.07);
}

.hub-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to bottom,
    rgba(10,10,10,0.0) 0%,
    rgba(10,10,10,0.0) 38%,
    rgba(10,10,10,0.82) 75%,
    rgba(10,10,10,0.92) 100%
  );
  transition: opacity 0.5s;
}

.hub-card__body {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  z-index: 2;
  padding: clamp(20px, 3vw, 32px);
}

.hub-card__season {
  display: block;
  font-size: 7.5px;
  font-weight: 400;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--c-gold);
  margin-bottom: 10px;
}

.hub-card__name {
  font-family: var(--f-serif);
  font-size: clamp(26px, 2.8vw, 40px);
  font-weight: 400;
  color: var(--c-white);
  line-height: 1.05;
  margin-bottom: 8px;
}

.hub-card__desc {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255,255,255,0.86);
  line-height: 1.60;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s var(--ease-out), opacity 0.35s;
  opacity: 0;
}

.hub-card:hover .hub-card__desc {
  max-height: 90px;
  opacity: 1;
}

.hub-card__cta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--c-gold);
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease);
}

.hub-card__cta svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s;
}

.hub-card:hover .hub-card__cta {
  opacity: 1;
  transform: translateY(0);
}

.hub-card:hover .hub-card__cta svg {
  transform: translateX(4px);
}

/* ══════════════════════════════════════════════════════════
   HUB TEASER (philosophie — destinations.html)
   ══════════════════════════════════════════════════════════ */
.hub-teaser {
  background: var(--c-sand);
  color: var(--c-black);
  padding: clamp(72px,10vw,120px) var(--container);
  position: relative;
  overflow: hidden;
}

.hub-teaser__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
}

@media (min-width: 900px) {
  .hub-teaser__inner {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
  }
}

.hub-teaser__tag { margin-bottom: 16px; }

.hub-teaser__title {
  font-size: clamp(34px, 4.5vw, 58px);
  color: var(--c-black);
}

.hub-teaser__right {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.hub-teaser__body {
  font-size: clamp(14px, 1.3vw, 16px);
  font-weight: 400;
  color: var(--c-ink-2);
  line-height: 1.78;
}

.hub-teaser__body strong {
  font-weight: 400;
  color: var(--c-black);
}

.hub-teaser__divider {
  width: 28px;
  height: 0.5px;
  background: var(--c-gold);
  opacity: 0.6;
}

.hub-teaser__quote {
  font-family: var(--f-serif);
  font-style: italic;
  font-size: clamp(17px, 1.7vw, 21px);
  font-weight: 400;
  color: var(--c-ink-1);
  line-height: 1.55;
  border-left: 1.5px solid rgba(201,169,110,0.4);
  padding-left: 20px;
}

/* ══════════════════════════════════════════════════════════
   HUB CTA
   ══════════════════════════════════════════════════════════ */
.hub-cta {
  background: var(--c-black);
  padding: clamp(80px,10vw,120px) var(--container);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hub-cta::before,
.hub-cta::after {
  content: '';
  position: absolute;
  height: 0.5px;
  background: rgba(201,169,110,0.10);
  left: 0; right: 0;
}
.hub-cta::before { top: 22%; }
.hub-cta::after  { bottom: 22%; }

.hub-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0 auto;
}

.hub-cta__tag { margin-bottom: 16px; }

.hub-cta__title {
  font-size: clamp(42px, 6.5vw, 82px);
  color: var(--c-white);
  margin-bottom: 16px;
}

.hub-cta__title em {
  font-style: italic;
  color: rgba(255,255,255,0.58);
}

.hub-cta__body {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,0.78);
  line-height: 1.72;
  margin-bottom: 36px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.hub-cta__btns {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ══════════════════════════════════════════════════════════
   PAGE DESTINATIONS DETAIL (corse, guadeloupe)
   ══════════════════════════════════════════════════════════ */
.dpage-hero {
  position: relative;
  height: 100svh;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.dpage-hero__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.04);
  transition: transform 10s ease;
}

.dpage-hero__bg.is-loaded { transform: scale(1); }

.dpage-hero__gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10,10,10,0.0)  0%,
    rgba(10,10,10,0.0)  30%,
    rgba(10,10,10,0.72) 70%,
    rgba(10,10,10,0.90) 100%
  );
}

.dpage-hero__inner {
  position: relative;
  z-index: 2;
  padding: 0 var(--container) clamp(48px,7vw,80px);
  max-width: 800px;
}

.dpage-hero__tag { margin-bottom: 14px; }

.dpage-hero__title {
  font-size: clamp(48px, 8vw, 100px);
  color: var(--c-white);
  margin-bottom: 16px;
}

.dpage-hero__sub {
  font-size: clamp(14px, 1.4vw, 16px);
  font-weight: 400;
  color: rgba(255,255,255,0.80);
  line-height: 1.65;
  max-width: 480px;
  margin-bottom: 28px;
}

.dpage-hero__ctas {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* ══════════════════════════════════════════════════════════
   RESPONSIVE — Adjustements mobiles globaux
   ══════════════════════════════════════════════════════════ */
@media (max-width: 640px) {
  .hub-cta__btns { flex-direction: column; align-items: center; }
  .pricing-card { padding: 22px 18px; }
  .team__header { text-align: left; }
  .contact__content { padding-top: 48px; }
}
