/* ==============================================
   AQUARIUM DE LA ROCHELLE — CSS
   Optimisé Core Web Vitals (LCP, INP, CLS)
   Google Page Experience Guidelines 2025
   ============================================== */

/* ---- TOKENS ---- */
:root {
  --ocean:        #003B6F;
  --ocean-light:  #0077B6;
  --ocean-mid:    #00B4D8;
  --ocean-pale:   #CAF0F8;
  --sand:         #F4E9D9;
  --sand-dark:    #E8D5B7;
  --white:        #FFFFFF;
  --off-white:    #F8FAFB;
  --text:         #1A1A2E;
  --text-muted:   #5C6070;
  --success:      #00C896;
  --warning:      #F4A261;
  --border:       #E2E8F0;
  --radius-sm:    6px;
  --radius:       12px;
  --radius-lg:    20px;
  --radius-xl:    32px;
  --shadow-sm:    0 1px 4px rgba(0,59,111,.08);
  --shadow:       0 4px 24px rgba(0,59,111,.12);
  --shadow-lg:    0 12px 48px rgba(0,59,111,.18);
  --transition:   .25s cubic-bezier(.4,0,.2,1);
  --font:         'Inter', system-ui, -apple-system, sans-serif;
  --max-w:        1200px;
  --max-w-narrow: 780px;
}

/* ---- RESET & BASE ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font);
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
  /* Évite CLS lié au défilement */
  scrollbar-gutter: stable;
}

/* Préserver les dimensions images = CLS = 0 */
img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
a:hover { text-decoration: none; }
a:focus-visible {
  outline: 3px solid var(--ocean-mid);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

ul[role="list"], ol[role="list"] { list-style: none; }

/* ---- UTILITIES ---- */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(1rem, 5vw, 2.5rem);
}
.container--narrow {
  max-width: var(--max-w-narrow);
}

.section {
  padding-block: clamp(3rem, 8vw, 6rem);
}
.section--light {
  background: var(--off-white);
}
.section--cta {
  background: linear-gradient(135deg, var(--ocean) 0%, var(--ocean-light) 100%);
  color: var(--white);
}

.section__header {
  text-align: center;
  max-width: 680px;
  margin-inline: auto;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}
.section__tag {
  display: inline-block;
  background: var(--ocean-pale);
  color: var(--ocean);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: .3em .9em;
  border-radius: 99px;
  margin-bottom: 1rem;
}
.section--cta .section__tag {
  background: rgba(255,255,255,.2);
  color: var(--white);
}

.section__header h2 {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 800;
  line-height: 1.2;
  color: var(--ocean);
  margin-bottom: .75rem;
}
.section--cta .section__header h2,
.cta-block h2 {
  color: var(--white);
}

.section__intro {
  font-size: 1.05rem;
  color: var(--text-muted);
}
.section__cta {
  text-align: center;
  margin-top: 2.5rem;
}

/* ---- BUTTONS ---- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--font);
  font-size: .95rem;
  font-weight: 600;
  line-height: 1;
  padding: .75rem 1.5rem;
  border-radius: var(--radius);
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all var(--transition);
  white-space: nowrap;
  /* INP : éviter reflow au clic */
  will-change: transform;
}
.btn:focus-visible {
  outline: 3px solid var(--ocean-mid);
  outline-offset: 3px;
}
.btn--primary {
  background: var(--ocean-light);
  color: var(--white);
  border-color: var(--ocean-light);
}
.btn--primary:hover {
  background: var(--ocean);
  border-color: var(--ocean);
  transform: translateY(-1px);
  box-shadow: var(--shadow);
}
.btn--outline {
  background: transparent;
  color: var(--ocean);
  border-color: var(--ocean);
}
.btn--outline:hover {
  background: var(--ocean);
  color: var(--white);
}
.btn--outline.btn--light {
  color: var(--white);
  border-color: rgba(255,255,255,.6);
}
.btn--outline.btn--light:hover {
  background: rgba(255,255,255,.15);
}
.btn--nav {
  padding: .5rem 1.1rem;
  font-size: .85rem;
}
.btn--large {
  padding: .9rem 2rem;
  font-size: 1rem;
}
.btn--xl {
  padding: 1.1rem 2.5rem;
  font-size: 1.1rem;
}

/* ---- SKIP LINK ---- */
.skip-link {
  position: absolute;
  top: -100%;
  left: 1rem;
  background: var(--ocean);
  color: #fff;
  padding: .5rem 1rem;
  border-radius: var(--radius);
  z-index: 9999;
  transition: top .2s;
  font-weight: 600;
  text-decoration: none;
}
.skip-link:focus { top: 1rem; }

/* ---- NAVIGATION ---- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(0,59,111,.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  /* Réserver la hauteur dès le début = pas de CLS */
  height: 64px;
  display: flex;
  align-items: center;
}
.nav {
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: clamp(1rem, 5vw, 2.5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  height: 100%;
}
.nav__logo img { width: 140px; height: auto; }
.nav__menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
}
.nav__menu a {
  color: rgba(255,255,255,.85);
  text-decoration: none;
  font-size: .9rem;
  font-weight: 500;
  transition: color var(--transition);
}
.nav__menu a:hover { color: var(--white); }
.nav__burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: .5rem;
  border-radius: var(--radius-sm);
}
.nav__burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all var(--transition);
}

/* ---- HERO ---- */
.hero {
  min-height: 100svh;
  padding-top: 64px; /* Hauteur du header = pas de CLS */
  background: linear-gradient(160deg, var(--ocean) 0%, var(--ocean-light) 55%, var(--ocean-mid) 100%);
  display: grid;
  grid-template-rows: 1fr auto;
  place-items: center;
  text-align: center;
  padding-inline: clamp(1rem, 5vw, 2.5rem);
  position: relative;
  overflow: hidden;
}

/* Bulles décoratives (pur CSS, 0 reflow) */
.hero__bubbles { position: absolute; inset: 0; pointer-events: none; overflow: hidden; }
.bubble {
  position: absolute;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  animation: float linear infinite;
}
.bubble--1 { width: 80px;  height: 80px;  left: 10%; bottom: -80px;  animation-duration: 8s; animation-delay: 0s; }
.bubble--2 { width: 120px; height: 120px; left: 30%; bottom: -120px; animation-duration: 11s; animation-delay: 2s; }
.bubble--3 { width: 50px;  height: 50px;  left: 55%; bottom: -50px;  animation-duration: 7s;  animation-delay: 1s; }
.bubble--4 { width: 90px;  height: 90px;  left: 75%; bottom: -90px;  animation-duration: 10s; animation-delay: 3s; }
.bubble--5 { width: 140px; height: 140px; left: 90%; bottom: -140px; animation-duration: 13s; animation-delay: .5s; }
@keyframes float {
  to { transform: translateY(-110vh); opacity: 0; }
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: 860px;
  padding-block: 3rem;
}

/* Fil d'Ariane hero */
.breadcrumb { margin-bottom: 1.5rem; }
.hero__breadcrumb ol {
  display: flex;
  align-items: center;
  gap: .5rem;
  justify-content: center;
  font-size: .8rem;
  color: rgba(255,255,255,.6);
}
.hero__breadcrumb a { color: rgba(255,255,255,.8); }
.hero__breadcrumb li + li::before { content: '›'; margin-right: .5rem; }
.hero__breadcrumb [aria-current] { color: rgba(255,255,255,.4); }

.hero__eyebrow {
  display: block;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--ocean-mid);
  margin-bottom: .75rem;
}
.hero h1 {
  color: var(--white);
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 1rem;
  text-shadow: 0 2px 20px rgba(0,0,0,.2);
}
.hero__sub {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: rgba(255,255,255,.85);
  margin-bottom: 2rem;
}

/* Quick info bar */
.hero__quickinfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius-lg);
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
}
.quickinfo__item {
  display: flex;
  align-items: center;
  gap: .6rem;
  color: rgba(255,255,255,.9);
  flex: 1;
  min-width: 180px;
}
.quickinfo__item svg { flex-shrink: 0; color: var(--ocean-mid); }
.quickinfo__item strong { display: block; font-size: .7rem; text-transform: uppercase; letter-spacing: .08em; color: var(--ocean-mid); }
.quickinfo__item span { font-size: .9rem; }

/* CTA Hero */
.hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}

/* Trust signals */
.hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}
.trust-item {
  text-align: center;
  color: rgba(255,255,255,.9);
}
.trust-item strong {
  display: block;
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  font-weight: 800;
  color: var(--white);
}
.trust-item span {
  font-size: .8rem;
  color: rgba(255,255,255,.65);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.hero__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: .15;
  filter: blur(2px);
}
.hero__image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

.hero__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,.5);
  animation: bounce 2s ease-in-out infinite;
}
@keyframes bounce { 0%,100%{transform:translate(-50%,0)} 50%{transform:translate(-50%,8px)} }

/* ---- ANSWER BOX (Featured Snippet bait) ---- */
.answer-box {
  padding-block: 2rem;
  transform: translateY(-1.5rem);
}
.answer-box__content {
  background: linear-gradient(135deg, var(--ocean) 0%, var(--ocean-light) 100%);
  border-radius: var(--radius-lg);
  padding: 2rem 2.5rem;
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  color: var(--white);
  box-shadow: var(--shadow-lg);
}
.answer-box__icon {
  flex-shrink: 0;
  color: var(--ocean-mid);
  margin-top: .2rem;
}
.answer-box__title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ocean-pale);
  margin-bottom: .5rem;
}
.answer-box__content p {
  font-size: .95rem;
  color: rgba(255,255,255,.9);
  line-height: 1.7;
}
.answer-box__content strong { color: var(--white); }

/* ---- ATTRACTIONS GRID ---- */
.attractions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
.attraction-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: transform var(--transition), box-shadow var(--transition);
}
.attraction-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}
.attraction-card__img {
  position: relative;
  aspect-ratio: 4/3;
  background: var(--ocean-pale);
  overflow: hidden;
}
.attraction-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}
.attraction-card:hover .attraction-card__img img {
  transform: scale(1.04);
}
.attraction-card__badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: var(--warning);
  color: var(--white);
  font-size: .7rem;
  font-weight: 700;
  padding: .3em .7em;
  border-radius: 99px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.attraction-card__badge--blue  { background: var(--ocean-light); }
.attraction-card__badge--green { background: var(--success); }
.attraction-card__body {
  padding: 1.5rem;
}
.attraction-card__body h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ocean);
  margin-bottom: .5rem;
}
.attraction-card__body p {
  font-size: .9rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
  line-height: 1.6;
}
.attraction-card__meta {
  list-style: none;
  font-size: .8rem;
  color: var(--ocean-light);
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: .25rem;
}
.attraction-card__meta li::before { content: '→ '; }

/* ---- TARIFS GRID ---- */
.tarifs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.tarif-card {
  background: var(--white);
  border: 2px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.5rem;
  text-align: center;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.tarif-card:hover {
  border-color: var(--ocean-mid);
  box-shadow: var(--shadow);
}
.tarif-card--featured {
  border-color: var(--ocean-light);
  background: linear-gradient(135deg, var(--ocean) 0%, var(--ocean-light) 100%);
  color: var(--white);
}
.tarif-card__header h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ocean);
  margin-bottom: .25rem;
}
.tarif-card--featured .tarif-card__header h3 { color: var(--white); }
.tarif-card__age {
  font-size: .78rem;
  color: var(--text-muted);
}
.tarif-card--featured .tarif-card__age { color: rgba(255,255,255,.7); }
.tarif-card__price {
  padding-block: 1.25rem;
}
.price__amount {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--ocean);
}
.tarif-card--featured .price__amount { color: var(--white); }
.price__amount--free {
  font-size: 1.8rem;
  color: var(--success);
}
.tarif-card--featured .price__amount--free { color: #7fffdc; }
.tarif-card__features {
  list-style: none;
  font-size: .85rem;
  color: var(--text-muted);
  display: flex;
  flex-direction: column;
  gap: .4rem;
}
.tarif-card--featured .tarif-card__features { color: rgba(255,255,255,.8); }
.tarif-card__features li::before { content: '✓ '; color: var(--success); }
.tarif-card--featured .tarif-card__features li::before { color: #7fffdc; }

.tarifs-note {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  background: var(--sand);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  font-size: .85rem;
  color: var(--text-muted);
  margin-bottom: 2rem;
}
.tarifs-note svg { flex-shrink: 0; color: var(--warning); margin-top: .1rem; }
.tarifs-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

/* ---- INFOS PRATIQUES ---- */
.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.info-block {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.info-block__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: var(--ocean-pale);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ocean-light);
}
.info-block__content h3 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--ocean);
  margin-bottom: .5rem;
}
.info-block__content h4 {
  font-size: .85rem;
  font-weight: 700;
  color: var(--ocean);
  margin-bottom: .4rem;
}
.info-block__content address { font-style: normal; font-size: .9rem; line-height: 1.6; color: var(--text-muted); margin-bottom: .75rem; }
.link-external { font-size: .85rem; font-weight: 600; color: var(--ocean-light); }

.hours-table { width: 100%; border-collapse: collapse; font-size: .85rem; }
.hours-table th, .hours-table td { padding: .3rem 0; text-align: left; }
.hours-table th { color: var(--text); font-weight: 600; width: 55%; }
.hours-table td { color: var(--text-muted); }
.info-note { font-size: .78rem; color: var(--text-muted); margin-top: .5rem; font-style: italic; }

.transport-list { list-style: none; font-size: .88rem; color: var(--text-muted); display: flex; flex-direction: column; gap: .5rem; }
.contact-list { list-style: none; font-size: .9rem; display: flex; flex-direction: column; gap: .4rem; }
.contact-list a { color: var(--ocean-light); font-weight: 500; }
.facilities-list { list-style: none; font-size: .82rem; color: var(--text-muted); display: grid; grid-template-columns: 1fr 1fr; gap: .25rem; margin-top: .5rem; }

.map-container {
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  /* Réserver espace = pas de CLS */
  aspect-ratio: 16/7;
  min-height: 300px;
}
.map-container iframe { width: 100%; height: 100%; }

/* ---- AVIS ---- */
.stars { font-size: 1.8rem; color: #F59E0B; margin-top: .5rem; }
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.review-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
}
.review-card__header {
  display: flex;
  align-items: center;
  gap: .75rem;
  margin-bottom: 1rem;
}
.review-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ocean-light);
  color: var(--white);
  font-size: .8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.review-card__name { font-size: .9rem; font-weight: 600; display: block; }
.review-card__date { font-size: .78rem; color: var(--text-muted); }
.review-card__stars { margin-left: auto; color: #F59E0B; font-size: .9rem; }
.review-card blockquote p { font-size: .9rem; color: var(--text-muted); line-height: 1.6; font-style: italic; }
.review-card__source { font-size: .75rem; color: var(--text-muted); margin-top: .75rem; }

/* ---- FAQ ---- */
.faq-list { display: flex; flex-direction: column; gap: .75rem; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
.faq-item__question {
  width: 100%;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.4rem;
  text-align: left;
  font-family: var(--font);
  transition: background var(--transition);
}
.faq-item__question:hover { background: var(--off-white); }
.faq-item__question[aria-expanded="true"] { background: var(--ocean-pale); }
.faq-item__question h3 {
  font-size: .95rem;
  font-weight: 600;
  color: var(--ocean);
  flex: 1;
}
.faq-item__icon {
  flex-shrink: 0;
  color: var(--ocean-light);
  transition: transform var(--transition);
}
.faq-item__question[aria-expanded="true"] .faq-item__icon {
  transform: rotate(180deg);
}
.faq-item__answer {
  padding: 0 1.4rem 1.2rem;
  font-size: .9rem;
  color: var(--text-muted);
  line-height: 1.7;
}
.faq-item__answer strong { color: var(--text); }

/* ---- CTA BLOCK ---- */
.cta-block {
  text-align: center;
  max-width: 600px;
  margin-inline: auto;
}
.cta-block h2 {
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  font-weight: 800;
  margin-bottom: 1rem;
}
.cta-block p {
  font-size: 1.05rem;
  color: rgba(255,255,255,.85);
  margin-bottom: 2rem;
}
.cta-block__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1rem;
}
.cta-block__note { font-size: .8rem; color: rgba(255,255,255,.55); }

/* ---- BLOG GRID ---- */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}
.blog-loading { text-align: center; color: var(--text-muted); padding: 3rem; }
.blog-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}
.blog-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.blog-card__img {
  aspect-ratio: 16/9;
  background: var(--ocean-pale);
  overflow: hidden;
}
.blog-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.blog-card:hover .blog-card__img img { transform: scale(1.04); }
.blog-card__body { padding: 1.25rem; flex: 1; display: flex; flex-direction: column; }
.blog-card__tag { font-size: .7rem; font-weight: 700; color: var(--ocean-light); text-transform: uppercase; letter-spacing: .1em; margin-bottom: .5rem; }
.blog-card__title { font-size: 1rem; font-weight: 700; color: var(--ocean); margin-bottom: .5rem; line-height: 1.3; }
.blog-card__excerpt { font-size: .85rem; color: var(--text-muted); line-height: 1.6; flex: 1; margin-bottom: 1rem; }
.blog-card__meta { font-size: .78rem; color: var(--text-muted); display: flex; align-items: center; gap: .5rem; margin-top: auto; }
.blog-card__meta time { }
.blog-card__read { margin-left: auto; color: var(--ocean-light); font-weight: 600; font-size: .8rem; }

/* ---- ABOUT ---- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.about-content h2 {
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  font-weight: 800;
  color: var(--ocean);
  margin-bottom: 1.25rem;
  line-height: 1.25;
}
.about-content p { font-size: .95rem; color: var(--text-muted); margin-bottom: .9rem; line-height: 1.7; }
.about-content p strong { color: var(--text); }
.about-labels { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; }
.label {
  background: var(--ocean-pale);
  color: var(--ocean);
  font-size: .78rem;
  font-weight: 600;
  padding: .35em .8em;
  border-radius: 99px;
}
.about-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.stat-item {
  background: var(--white);
  border-radius: var(--radius);
  padding: 1.25rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
}
.stat-item strong {
  display: block;
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  color: var(--ocean);
  line-height: 1;
  margin-bottom: .25rem;
}
.stat-item span { font-size: .78rem; color: var(--text-muted); }

/* ---- FOOTER ---- */
.site-footer {
  background: var(--ocean);
  color: rgba(255,255,255,.8);
  padding-top: 4rem;
  padding-bottom: 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}
.footer-brand p { font-size: .85rem; margin-top: .75rem; line-height: 1.6; }
.footer-social { display: flex; gap: .75rem; margin-top: 1.25rem; }
.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.7);
  transition: background var(--transition), color var(--transition);
  text-decoration: none;
}
.footer-social a:hover { background: var(--ocean-light); color: var(--white); }
.footer-nav h4 {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ocean-pale);
  margin-bottom: 1rem;
}
.footer-nav ul { list-style: none; display: flex; flex-direction: column; gap: .6rem; }
.footer-nav a { font-size: .85rem; color: rgba(255,255,255,.65); text-decoration: none; transition: color var(--transition); }
.footer-nav a:hover { color: var(--white); }
.footer-contact h4 {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--ocean-pale);
  margin-bottom: 1rem;
}
.footer-contact address { font-style: normal; font-size: .85rem; line-height: 1.7; margin-bottom: .75rem; }
.footer-contact a { color: var(--ocean-mid); }
.footer-contact p { font-size: .85rem; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  font-size: .8rem;
  color: rgba(255,255,255,.45);
}
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 1.25rem; }
.footer-bottom a { color: rgba(255,255,255,.45); text-decoration: none; }
.footer-bottom a:hover { color: rgba(255,255,255,.8); }

/* ==============================================
   RESPONSIVE — Mobile-first (Google 2025)
   ============================================== */

/* Tablette */
@media (max-width: 960px) {
  .about-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

/* Mobile */
@media (max-width: 640px) {
  :root { --radius-lg: 14px; }

  /* Nav mobile */
  .nav__burger { display: flex; }
  .nav__menu {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--ocean);
    flex-direction: column;
    padding: 2rem 1.5rem;
    transform: translateX(100%);
    transition: transform var(--transition);
    overflow-y: auto;
  }
  .nav__menu.is-open { transform: translateX(0); }
  .nav__menu a { font-size: 1.1rem; padding: .5rem 0; }
  .nav__burger[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
  .nav__burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav__burger[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

  .hero__quickinfo { flex-direction: column; }
  .quickinfo__item { min-width: unset; }
  .hero__ctas { flex-direction: column; align-items: center; }
  .hero__ctas .btn { width: 100%; max-width: 320px; justify-content: center; }

  .answer-box__content { flex-direction: column; padding: 1.5rem; }

  .tarifs-grid { grid-template-columns: 1fr; }
  .info-grid { grid-template-columns: 1fr; }
  .info-block { flex-direction: column; }

  .cta-block__actions { flex-direction: column; align-items: center; }
  .cta-block__actions .btn { width: 100%; max-width: 300px; justify-content: center; }

  .about-stats { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }

  .faq-item__question h3 { font-size: .88rem; }
}

/* ---- PRINT ---- */
@media print {
  .site-header, .hero__bubbles, .map-container, .hero__image,
  .hero__scroll, .footer-social, .cta-block { display: none !important; }
  body { color: #000; background: #fff; }
  a { text-decoration: underline; color: #000; }
}

/* ---- REDUCED MOTION ---- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
}
