/* ═══════════════════════════════════════════════════════════════════
   lac.css
   Styles spécifiques à /lac-sainte-croix-activites/
   Ton : lumineux, aquatique, estival. Bleus-verts intenses, blanc solaire.
   Requiert styles.css (variables, nav, footer, reveal, boutons).
═══════════════════════════════════════════════════════════════════ */

/* ── VARIABLES LOCALES ───────────────────────────────────────────── */
:root {
  --aqua: #00b4d8;
  --aqua-deep: #0077a8;
  --aqua-soft: rgba(0, 180, 216, 0.1);
  --aqua-mid: rgba(0, 180, 216, 0.2);
  --lac-dark: #003554;
  --lac-mid: #005f85;
  --wave-white: rgba(255, 255, 255, 0.08);
}

/* ── PAGE HERO (base) ───────────────────────────────────────────── */
.page-hero {
  position: relative;
  height : 90vh;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.page-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  animation: lac-drift 20s ease-in-out infinite alternate;
}
@keyframes lac-drift {
  from {
    transform: scale(1.05) translateX(0);
  }
  to {
    transform: scale(1.08) translateX(-1.5%);
  }
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
}
.page-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  max-width: 760px;
  padding: 0 2rem;
  padding-top: 50px;
}

/* Chip */
.page-hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.9);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* H1 */
.page-hero-content h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(3.2rem, 5vw, 3.8rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 14px;
  text-shadow: 5px 9px 6px rgb(0 0 0);
  letter-spacing: normal;
}
.page-hero-content h1 em {
  font-style: italic;
  font-weight: 400;
  color: var(--aqua);
  display: block;
}

/* Paragraphe */
.page-hero-content p {
  font-size: clamp(15px, 1.5vw, 17px);
  line-height: 1.75;
  opacity: 0.9;
  max-width: 560px;
  margin: 0 auto 1.5rem;
  text-shadow: 2px 9px 9px rgb(0 0 0);
  font-weight: 500;
}

/* ── SPECS PILL ─────────────────────────────────────────────────── */
.chs-specs {
  display: inline-flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 60px;
  padding: 0 8px;
  gap: 0;
  margin-top: 0.5rem;
}
.chs-spec {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 14px 20px;
  gap: 3px;
}
.chs-spec-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.chs-spec-icon svg {
  width: 15px;
  height: 15px;
  stroke: var(--aqua);
}
.chs-spec-val {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 700;
  color: white;
  line-height: 1;
}

.chs-spec-label {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  letter-spacing: 0.5px;
}
.chs-spec-sep {
  width: 1px;
  height: 32px;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}

/* ── BREADCRUMB ─────────────────────────────────────────────────── */
.breadcrumb {
  padding: 1.2rem 2rem;
  background: var(--stone-light);
  font-size: 0.82rem;
  color: var(--text-light);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.breadcrumb a {
  color: var(--aqua-deep);
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb a:hover {
  color: var(--aqua);
}
.breadcrumb span {
  margin: 0 8px;
  opacity: 0.4;
}

/* ── MOBILE ─────────────────────────────────────────────────────── */
@media (max-width: 600px) {
  .chs-specs {
    border-radius: 20px;
    padding: 8px;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .chs-spec {
    padding: 10px 14px;
  }
  .chs-spec-sep {
    display: none;
  }
}

/* ── HELPERS ─────────────────────────────────────────────────────── */

.ltag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.ltag--aqua {
  color: var(--aqua-deep);
}
.ltag--white {
  color: rgba(255, 255, 255, 0.6);
}

.lac-section-title {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.7rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--text);
  margin-bottom: 1rem;
  line-height: 1.2;
}
.lac-section-desc {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.8;
  max-width: 620px;
  margin: 0 auto;
}

/* ── INTRO ───────────────────────────────────────────────────────── */

.lac-intro {
  padding: 5.5rem 2rem;
  background: var(--aqua-soft);
}

.lac-intro-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 5rem;
  align-items: center;
}

.lac-intro-text h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--text);
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.lac-intro-text h2 em {
  color: var(--aqua);
  font-style: italic;
}

/* ── SPÉCIFIQUES LAC ────────────────────────────────────────────── */

/* Température */
.lac-temp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(0, 180, 216, 0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 180, 216, 0.3);
  color: rgb(4 28 33 / 48%);
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 14px;
  margin-bottom: 1.5rem;
}
.lac-temp strong {
  color: var(--aqua);
}
.lht-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--aqua);
  animation: pulse-aqua 2s ease infinite;
}
@keyframes pulse-aqua {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(0, 180, 216, 0.5);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(0, 180, 216, 0);
  }
}

.lac-intro-text p {
  font-size: 15px;
  color: var(--text-mid);
  line-height: 1.85;
  margin-bottom: 1rem;
}
.lac-intro-text p strong {
  color: var(--text);
}
.lac-intro-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 1.5rem;
}
.lic {
  padding: 7px 14px;
  background: var(--aqua-soft);
  border: 1px solid var(--aqua-mid);
  color: var(--aqua-deep);
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.lic svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

/* Visuel intro */
.lac-intro-visual {
  position: relative;
}
.liv-main {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(0, 90, 130, 0.15);
}
.liv-main img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
/* Reflet aquatique décoratif */
.liv-reflet {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 60%,
    rgba(0, 100, 150, 0.25) 100%
  );
}
.liv-caption {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 500;
  color: var(--text);
  display: flex;
  align-items: center;
  gap: 6px;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.liv-caption svg {
  width: 13px;
  height: 13px;
  stroke: var(--aqua);
  fill: none;
  stroke-width: 2;
}
.liv-badge {
  position: absolute;
  top: -18px;
  right: -18px;
  background: white;
  border-radius: 14px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 8px 28px rgba(0, 90, 130, 0.12);
  border: 1px solid var(--aqua-soft);
  z-index: 2;
}
.lib-icon {
  font-size: 1.3rem;
}
.liv-badge strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 2px;
}
.liv-badge span {
  font-size: 0.75rem;
  color: var(--aqua-deep);
  font-weight: 500;
}
.liv-temp-card {
  position: absolute;
  bottom: -18px;
  left: -18px;
  background: var(--aqua);
  border-radius: 16px;
  padding: 14px 18px;
  text-align: center;
  z-index: 2;
  box-shadow: 0 8px 24px rgba(0, 180, 216, 0.3);
}
.ltc-wave {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 2px;
}

/* ── PLAGES ──────────────────────────────────────────────────────── */

.lac-plages {
  padding: 5.5rem 2rem;
  background: var(--stone-light);
  position: relative;
}
.lac-plages::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--aqua),
    var(--aqua-deep),
    var(--aqua)
  );
}

.lac-plages-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.plages-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 1.2rem;
}

.plage-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.35s;
  display: flex;
  flex-direction: column;
}
.plage-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(0, 90, 130, 0.1);
  border-color: var(--aqua-mid);
}
.plage-card--main {
  grid-row: span 1;
}

.plage-img {
  position: relative;
  height: 180px;
  overflow: hidden;
}
.plage-card--main .plage-img {
  height: 220px;
}
.plage-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.plage-card:hover .plage-img img {
  transform: scale(1.06);
}

.plage-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  border-radius: 8px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 700;
  color: var(--text);
  z-index: 2;
}
.plage-badge--near {
  background: var(--aqua);
  color: white;
}

.plage-body {
  padding: 1.3rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.plage-body h3 {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.5rem;
}
.plage-body p {
  font-size: 0.8rem;
  color: var(--text-mid);
  line-height: 1.65;
  flex: 1;
  margin-bottom: 1rem;
}
.plage-infos {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: auto;
}
.pi-item {
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--aqua-deep);
  display: flex;
  align-items: center;
  gap: 4px;
}
.pi-item svg {
  width: 11px;
  height: 11px;
  stroke: var(--aqua);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
}

/* ── ACTIVITÉS NAUTIQUES ─────────────────────────────────────────── */

.lac-activites {
  padding: 5.5rem 2rem;
  background: linear-gradient(160deg, var(--lac-dark) 0%, var(--lac-mid) 100%);
  position: relative;
  overflow: hidden;
}
.lac-activites::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse at 20% 50%,
      rgba(0, 180, 216, 0.08) 0%,
      transparent 60%
    ),
    radial-gradient(
      ellipse at 80% 20%,
      rgba(0, 180, 216, 0.05) 0%,
      transparent 50%
    );
  pointer-events: none;
}
.lac-activites-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.act-naut-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.act-naut-card {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2rem 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  transition: all 0.3s;
}
.act-naut-card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 180, 216, 0.35);
  transform: translateY(-3px);
}
.anc-featured {
  border-color: rgba(0, 180, 216, 0.3);
  background: rgba(0, 180, 216, 0.1);
}
.anc-icon {
  font-size: 2.2rem;
  display: block;
}
.act-naut-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: white;
}
.act-naut-card p {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.7;
  flex: 1;
}
.anc-detail {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}
.anc-detail span {
  font-size: 0.75rem;
  color: rgba(0, 180, 216, 0.8);
  font-weight: 500;
}
.anc-link {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--aqua);
  text-decoration: none;
  transition: color 0.2s;
  margin-top: auto;
}
.anc-link:hover {
  color: white;
}

/* ── QUAND VENIR ─────────────────────────────────────────────────── */

.lac-quand {
  padding: 5.5rem 2rem;
  background: var(--warm-white);
}
.lac-quand-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.quand-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}
.quand-card {
  background: var(--cream);
  border-radius: 20px;
  padding: 2rem 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.3s;
  text-align: center;
}
.quand-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(0, 90, 130, 0.07);
}
.quand-card--peak {
  background: linear-gradient(145deg, var(--aqua), var(--aqua-deep));
  border-color: transparent;
  box-shadow: 0 8px 30px rgba(0, 180, 216, 0.3);
}
.qc-month {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--text-light);
  margin-bottom: 6px;
}
.quand-card--peak .qc-month {
  color: rgba(255, 255, 255, 0.65);
}
.qc-temp {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--aqua);
  line-height: 1;
  margin-bottom: 10px;
}
.quand-card h4 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.8rem;
}
.quand-card p {
  font-size: 0.8rem;
  color: var(--text-mid);
  line-height: 1.65;
  margin-bottom: 1rem;
}
.qc-rating {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin-bottom: 8px;
}
.qcr-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
}
.qcr-on {
  background: var(--aqua);
}
.qc-label {
  font-size: 11px;
  font-weight: 600;
  color: var(--text-light);
}

/* ── CONSEILS ────────────────────────────────────────────────────── */

.lac-tips {
  padding: 5.5rem 2rem;
  background: var(--stone);
}
.lac-tips-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.lac-tips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.lac-tip {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: var(--cream);
  border-radius: 16px;
  padding: 1.6rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: all 0.3s;
}
.lac-tip:hover {
  box-shadow: 0 6px 20px rgba(0, 90, 130, 0.07);
  border-color: var(--aqua-soft);
}
.lt-num {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  font-weight: 800;
  color: var(--aqua-soft);
  line-height: 1;
  flex-shrink: 0;
  /* Contour visible */
  -webkit-text-stroke: 1.5px var(--aqua-mid);
  color: transparent;
}
.lt-body h4 {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
}
.lt-body p {
  font-size: 0.82rem;
  color: var(--text-mid);
  line-height: 1.7;
}

/* ── CTA ─────────────────────────────────────────────────────────── */

.lac-cta {
  padding: 5.5rem 2rem;
  background: var(--lac-dark);
  position: relative;
  overflow: hidden;
}
.lac-cta::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 180, 216, 0.07) 0%,
    transparent 70%
  );
  pointer-events: none;
}
.lac-cta-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
  position: relative;
  z-index: 1;
}

.lcta-also-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
}

.lcta-also-icon svg {
  width: 19px;
  height: 19px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lcta-text .ltag--aqua {
  color: var(--aqua);
}
.lcta-text h2 {
  font-family: "Playfair Display", serif;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: white;
  line-height: 1.15;
  margin-bottom: 1rem;
}
.lcta-text h2 em {
  color: var(--aqua);
  font-style: italic;
}
.lcta-text p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.lcta-savings {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 180, 216, 0.1);
  border: 1px solid rgba(0, 180, 216, 0.25);
  color: var(--aqua);
  padding: 11px 18px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 2rem;
}
.lcta-savings svg {
  width: 16px;
  height: 16px;
  stroke: var(--aqua);
  fill: none;
  stroke-width: 2;
}
.lcta-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.lcta-btn-main {
  padding: 13px 28px;
  background: var(--aqua);
  color: var(--lac-dark);
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 4px 18px rgba(0, 180, 216, 0.3);
}
.lcta-btn-main:hover {
  background: #00c8ef;
}
.lcta-btn-sec {
  padding: 13px 24px;
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: 0.3s;
}
.lcta-btn-sec:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: white;
}

.lcta-also {
  display: flex;
  flex-direction: column;
}
.lcta-also-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
  margin-bottom: 1rem;
}
.lcta-also-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px;
  border-radius: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-decoration: none;
  transition: all 0.2s;
  gap: 10px;
}
.lcta-also-item:hover {
  background: rgba(255, 255, 255, 0.04);
}
.lcta-also-item span:first-child {
  font-size: 1rem;
}
.lcta-also-item span:nth-child(2) {
  flex: 1;
  font-size: 0.84rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
}
.lcta-also-item span:last-child {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--aqua);
}
.lcta-also-item:hover span:nth-child(2) {
  color: white;
}

/* ── SEO TEXT ────────────────────────────────────────────────────── */

.lac-seo {
  padding: 4rem 2rem;
  background: var(--stone);
}
.lac-seo-inner {
  max-width: 780px;
  margin: 0 auto;
}
.lac-seo-inner h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 1.5rem;
}
.lac-seo-inner p {
  font-size: 0.88rem;
  color: var(--text-mid);
  line-height: 1.85;
  margin-bottom: 1rem;
}
.lac-seo-inner a {
  color: var(--aqua-deep);
  text-decoration: none;
  border-bottom: 1px dashed var(--aqua);
}
.lac-seo-inner a:hover {
  color: var(--aqua);
}

/* ── RESPONSIVE ─────────────────────────────────────────────────── */

@media (max-width: 1100px) {
  .plages-grid {
    grid-template-columns: 1fr 1fr;
  }
  .act-naut-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .quand-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .lac-tips-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .lac-intro-inner,
  .lac-cta-inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .lac-hero-content h1 {
    font-size: clamp(2.8rem, 10vw, 4.5rem);
  }
  .liv-badge {
    display: none;
  }
  .liv-temp-card {
    bottom: -12px;
    left: 12px;
  }
  .lac-intro-visual {
    margin-bottom: 1rem;
  }
}

@media (max-width: 680px) {
  .plages-grid {
    grid-template-columns: 1fr;
  }
  .act-naut-grid {
    grid-template-columns: 1fr;
  }
  .quand-grid {
    grid-template-columns: 1fr;
  }
  .lac-tips-grid {
    grid-template-columns: 1fr;
  }
  .lhs-item {
    padding: 1rem 0.5rem;
  }
  .lhs-val {
    font-size: 1.3rem;
  }
  .lhs-label {
    font-size: 9px;
  }
  .lcta-btns {
    flex-direction: column;
  }
  .lcta-btn-main,
  .lcta-btn-sec {
    text-align: center;
  }
}
