/*
Theme Name: Les P'tites Bouilles 2026
Author: Netactions
Version: 1.2.0
Text Domain: ptites-bouilles
*/
@font-face {
  font-family: "Gochi Hand";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/gochi-hand.ttf") format("truetype");
}
:root {
  --navy: #16324b;
  --pink: #b32355;
  --pink-hover: #8f173f;
  --yellow: #f8c94b;
  --mint: #9bd9c7;
  --blue: #65b9dc;
  --cream: #fff9ef;
  --white: #fff;
  --shadow: 0 18px 55px rgba(22, 50, 75, 0.12);
  --radius: 28px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}
body {
  margin: 0;
  color: var(--navy);
  background: var(--cream);
  font:
    16px/1.7 system-ui,
    -apple-system,
    "Segoe UI",
    sans-serif;
}
a {
  color: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
.wrap {
  width: min(1180px, calc(100% - 40px));
  margin: auto;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  isolation: isolate;
  background: rgba(255, 249, 239, 0.97);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(22, 50, 75, 0.18);
  box-shadow: 0 7px 24px rgba(22, 50, 75, .06);
}
.site-header::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 0;
  width: max(400px, calc((100vw - 1180px) / 2 + 400px));
  border-radius: 0;
  background: var(--pink);
  clip-path: polygon(0 0, 100% 0, calc(100% - 28px) 100%, 0 100%);
  box-shadow: 12px 0 28px rgba(179, 35, 85, .16);
  pointer-events: none;
}
.nav {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 84px;
}
.brand {
  display: block;
  flex: 0 0 360px;
  width: 360px;
  margin-right: auto;
  padding: 8px 12px 10px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.brand img {
  display: block;
  width: 100%;
  filter: drop-shadow(0 4px 9px rgba(69, 9, 39, .18));
}
.menu {
  display: flex;
  align-items: center;
  gap: 18px;
}
.menu a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  text-decoration: none;
  font-weight: 750;
  font-size: 0.94rem;
  cursor: pointer;
  transition: color .18s ease;
}
.menu :is(a, button) {
  cursor: pointer;
}
.menu a:hover {
  color: var(--pink-hover);
  text-decoration: none;
}
.menu a:not(.button)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .18s ease;
  pointer-events: none;
}
.menu a:not(.button):hover::after,
.menu a.is-active:not(.button)::after {
  transform: scaleX(1);
}
.menu a.is-active:not(.button) {
  color: var(--pink);
  text-decoration: none;
}
.menu .button.is-active {
  background: var(--pink-hover);
  color: white;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(179, 35, 85, 0.28);
}
.menu .button:hover,
.menu .button.is-active:hover {
  background: #741132;
  color: white;
  text-decoration: none;
  box-shadow: 0 13px 28px rgba(143, 23, 63, 0.32);
  transform: none;
}
.button,
.wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 999px;
  padding: 11px 20px;
  background: var(--pink);
  color: white;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(179, 35, 85, 0.25);
  transition: 0.25s;
}
.button:hover,
.wp-block-button__link:hover {
  background: var(--pink-hover);
  color: white;
  text-decoration: none;
  transform: translateY(-3px);
}
.button.alt {
  background: var(--navy);
}
.button.alt:hover {
  background: #0b2134;
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  color: var(--navy);
  font-size: 1.6rem;
}
.hero {
  height: auto;
  min-height: 0;
  position: relative;
  overflow: hidden;
  padding: 18px 0 12px;
  background: linear-gradient(145deg, #fff7e7 0%, #fff 46%, #e8f8f2 100%);
}
.hero-slide {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  gap: clamp(30px, 4vw, 48px);
}
.eyebrow {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 13px;
  background: #fff;
  border: 1px solid rgba(179, 35, 85, 0.2);
  color: var(--pink);
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
}
.hero h1,
.hero h2 {
  font-size: clamp(2.7rem, 5vw, 4.65rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
  margin: 16px 0;
}
.page-hero h1 {
  margin: 24px 0;
  font-size: clamp(3rem, 6vw, 6.2rem);
  line-height: .95;
  letter-spacing: -.06em;
}
.hero h1 em {
  color: var(--pink);
  font-style: normal;
}
.hero h2 em {
  color: var(--pink);
  font-style: normal;
}
.hero-title-lock { white-space: nowrap; }
.hero-slider-stage {
  position: relative;
  height: auto;
}
.hero-slider-viewport {
  position: relative;
  height: clamp(440px, calc(100svh - 180px), 520px);
  min-height: 0;
}
.hero-slide {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  min-height: 0;
  padding: 8px 0;
  visibility: hidden;
  pointer-events: none;
}
.hero-slide.is-active,
.hero-slide.is-leaving {
  visibility: visible;
}
.hero-slide.is-active {
  z-index: 3;
  pointer-events: auto;
}
.hero-slide.is-leaving {
  z-index: 2;
}
.hero-slide-copy {
  opacity: 0;
  transform: translate3d(70px, 0, 0);
}
.hero-slide.is-active .hero-slide-copy {
  animation: heroCopyIn .72s .18s cubic-bezier(.22,.75,.24,1) both;
}
.hero-slide.is-leaving .hero-slide-copy {
  animation: heroCopyOut .42s ease both;
}
.hero-slide .hero-visual {
  opacity: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  aspect-ratio: auto;
  align-self: center;
  transform: translate3d(34px, 0, 0);
}
.hero-slide.is-active .hero-visual {
  animation: heroPaperDrop .9s cubic-bezier(.2,.78,.24,1) both;
}
.hero-slide.is-leaving .hero-visual {
  animation: heroPaperUnder .9s ease both;
}
.hero-slide:nth-of-type(2) .hero-visual { border-radius: 78px 38px 88px 42px; }
.hero-slide:nth-of-type(3) .hero-visual { border-radius: 45px 92px 38px 78px; }
.hero-slide:nth-of-type(2) .hero-visual img,
.hero-slide:nth-of-type(3) .hero-visual img { object-position: center; }
.hero-slider-controls {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 48px;
  margin: 8px auto 0;
}
.hero-slider-dots { display: flex; align-items: center; gap: 8px; }
.hero-slider-dot {
  position: relative;
  overflow: hidden;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 99px;
  background: rgba(22,50,75,.24);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}
.hero-slider-dot.is-active { width: 44px; background: rgba(179,35,85,.18); }
.hero-slider-dot.is-active::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--pink);
  transform: scaleX(0);
  transform-origin: left center;
}
.hero-slider.is-timing .hero-slider-dot.is-active::after { animation: heroTimer 6.5s linear forwards; }
.hero-slider.is-paused .hero-slider-dot.is-active::after { animation-play-state: paused; }
.hero-slider-arrow {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(22,50,75,.16);
  border-radius: 50%;
  background: rgba(255,255,255,.84);
  color: var(--navy);
  font-size: 1.1rem;
  cursor: pointer;
  transition: .2s ease;
}
.hero-slider-arrow:hover { border-color: var(--pink); background: var(--pink); color: white; transform: translateY(-2px); }
@keyframes heroPaperDrop {
  0% { opacity: 0; transform: translate3d(48px,-48px,0) rotate(4.5deg) scale(1.035); box-shadow: 0 40px 78px rgba(22,50,75,.28); }
  68% { opacity: 1; transform: translate3d(-5px,5px,0) rotate(-1deg) scale(.99); box-shadow: 0 24px 62px rgba(22,50,75,.18); }
  100% { opacity: 1; transform: translate3d(0,0,0) rotate(0) scale(1); box-shadow: var(--shadow); }
}
@keyframes heroPaperUnder {
  0% { opacity: 1; transform: translate3d(0,0,0) rotate(0) scale(1); box-shadow: var(--shadow); }
  100% { opacity: 0; transform: translate3d(-10px,8px,0) rotate(-1.2deg) scale(.98); box-shadow: 0 8px 22px rgba(22,50,75,0); }
}
@keyframes heroCopyIn {
  from { opacity: 0; transform: translate3d(70px,0,0); }
  to { opacity: 1; transform: translate3d(0,0,0); }
}
@keyframes heroCopyOut {
  from { opacity: 1; transform: translate3d(0,0,0); }
  to { opacity: 0; transform: translate3d(-70px,0,0); }
}
@keyframes heroTimer {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
.lead {
  font-size: 1.06rem;
  max-width: 620px;
}
.hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.hero-actions .button { padding: 10px 17px; }
.opening-announcement { padding: 34px 0 0; background: linear-gradient(90deg,#fff9ef,#fff1f5); }
.opening-announcement-card { display: grid; grid-template-columns: 118px minmax(0,1fr) auto; align-items: center; gap: clamp(24px,4vw,52px); padding: 24px 30px; border: 1px solid rgba(179,35,85,.16); border-radius: 28px; background: #fff; box-shadow: 0 18px 44px rgba(22,50,75,.1); }
.opening-announcement-logo { width: 118px; height: 118px; overflow: hidden; border-radius: 50%; background: #fff; box-shadow: 0 0 0 5px #fff1f5; }
.opening-announcement-logo img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.7); }
.opening-announcement-copy { min-width: 0; }
.opening-announcement-copy .eyebrow { margin-bottom: 10px; }
.opening-announcement-copy p { margin: 0 0 4px; color: var(--pink); font-size: .95rem; font-weight: 850; }
.opening-announcement-copy h2 { margin: 0; font-size: clamp(1.55rem,3vw,2.35rem); line-height: 1.12; }
.opening-announcement-card > .button { min-width: 205px; }
.hero-visual,
.page-hero-visual {
  position: relative;
  overflow: hidden;
  margin: 0;
  border: 8px solid rgba(255, 255, 255, 0.92);
  border-radius: 40px 90px 40px 90px;
  background: white;
  box-shadow: var(--shadow);
}
.hero-visual {
  aspect-ratio: 4/5;
}
.hero-visual img,
.page-hero-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 70% center;
}
.playground {
  position: relative;
  aspect-ratio: 1/1;
  background: var(--yellow);
  border-radius: 48% 52% 35% 65% / 52% 36% 64% 48%;
  box-shadow: var(--shadow);
}
.playground:before {
  content: "☺";
  position: absolute;
  inset: 13%;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--pink);
  color: white;
  font-size: 11rem;
  font-weight: 900;
  transform: rotate(-7deg);
}
.bubble {
  position: absolute;
  border-radius: 50%;
  animation: float 5s ease-in-out infinite;
}
.b1 {
  width: 100px;
  height: 100px;
  background: var(--blue);
  top: 5%;
  right: -5%;
}
.b2 {
  width: 60px;
  height: 60px;
  background: var(--mint);
  bottom: 8%;
  left: -6%;
  animation-delay: -2s;
}
@keyframes float {
  50% {
    transform: translateY(-18px) rotate(7deg);
  }
}
section {
  padding: 100px 0;
}
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  margin-bottom: 40px;
}
.section-head h2,
.content h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 0;
}
.solutions-head {
  display: block;
}
.solutions-head h2 {
  margin-top: 14px;
  white-space: nowrap;
}
.solutions-head p {
  max-width: 720px;
  margin: 18px 0 0;
  font-size: 1.08rem;
}
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.card {
  background: white;
  color: var(--navy);
  border-radius: var(--radius);
  padding: 30px;
  box-shadow: var(--shadow);
  transition: 0.3s;
}
.card:hover {
  transform: translateY(-7px);
}
.card:nth-child(2) {
  background: #edf9f5;
}
.card:nth-child(3) {
  background: #fff1f5;
}
.icon {
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(190deg, #d62c8f 0%, #f2295b 100%);
  line-height: 1;
}
.icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon svg .icon-fill {
  fill: currentColor;
  stroke: none;
}
.solution-cards .card:nth-child(2) .icon {
  background: linear-gradient(310deg, #f76009 0%, #ed8a28 100%);
}
.solution-cards .card:nth-child(3) .icon {
  background: linear-gradient(310deg, #86c13e 0%, #34a35e 100%);
}
.solution-cards .card {
  padding: 24px;
}
.card-heading {
  display: flex;
  align-items: center;
  gap: 18px;
}
.card-heading h3 {
  margin: 0;
}
.solution-cards .card > p {
  margin: 18px 0 0;
}
.card h3 {
  font-size: 1.45rem;
  line-height: 1.2;
}
.locations {
  background: var(--navy);
  color: white;
}
.locations .section-head,
.locations .section-head h2 {
  color: white;
}
.location {
  overflow: hidden;
  padding: 0;
  color: var(--navy);
}
.location-visual {
  height: 210px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--blue), var(--mint));
  display: grid;
  place-items: center;
  font-size: 5rem;
}
.location-visual img {
  width: 174px;
  height: 174px;
  padding: 0;
  display: block;
  border-radius: 18px;
  object-fit: cover;
  object-position: center;
  transform: scale(2);
}
.location-body {
  min-height: 228px;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.location-body h3 {
  margin: 14px 0 18px;
}
.location-body .button {
  width: 100%;
  margin-top: auto;
}
.conviction {
  padding-block: 72px;
  background: white;
}
.quote {
  margin: 0;
  padding: clamp(38px, 5vw, 62px) 0;
  border-top: 1px solid #c9d3da;
  border-bottom: 1px solid #c9d3da;
  text-align: center;
}
.quote::after {
  content: none;
}
.quote-kicker {
  display: inline-block;
  padding: 0;
  background: transparent;
  color: var(--pink);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.quote blockquote {
  max-width: none;
  margin: 20px 0 18px;
  font-family: "Gochi Hand", "Comic Sans MS", cursive;
  font-size: clamp(2.3rem, 3.8vw, 3.35rem);
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}
.quote figcaption {
  max-width: 700px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #43596b;
  font-size: 1rem;
  font-weight: 500;
}
.home-registration {
  padding: 0 0 clamp(72px, 9vw, 110px);
  background: white;
}
.home-registration-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: start;
  gap: clamp(36px, 6vw, 76px);
  overflow: hidden;
  padding: clamp(34px, 5vw, 64px);
  border-radius: 34px;
  background: linear-gradient(135deg, var(--pink) 0%, #8f173f 100%);
  color: white;
  box-shadow: 0 24px 64px rgba(143, 23, 63, .22);
}
.home-registration-copy .eyebrow {
  border-color: rgba(255, 255, 255, .5);
  background: white;
  color: var(--pink);
}
.home-registration-copy h2 {
  max-width: 680px;
  margin: 20px 0 16px;
  color: white;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.04;
}
.home-registration-copy > p {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, .92);
  font-size: 1.05rem;
}
.home-registration-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 30px;
}
.home-registration-flow {
  min-width: 0;
}
.home-registration-actions .button {
  padding: 17px 24px;
  border-radius: 16px;
  background: var(--yellow);
  color: var(--navy);
  box-shadow: 0 12px 30px rgba(74, 10, 34, .2);
}
.home-registration-actions .button span { display: inline-block; margin-left: 8px; transition: transform .2s ease; }
.home-registration-actions .button:hover span { transform: translateX(4px); }
.home-registration-actions .button:hover {
  background: white;
  color: var(--pink);
}
.home-registration-actions .text-link {
  color: white;
}
.home-registration-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.home-registration-steps li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 18px;
  background: rgba(255, 255, 255, .1);
}
.home-registration-steps li > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: var(--yellow);
  color: var(--navy);
  font-size: .78rem;
  font-weight: 900;
}
.home-registration-steps strong {
  display: block;
  color: white;
  font-size: 1.02rem;
}
.home-registration-steps p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: .9rem;
  line-height: 1.5;
}
.page-hero {
  padding: 100px 0 70px;
  background: linear-gradient(130deg, #fff0f4, #eaf9f4);
}
.breadcrumb-bar {
  position: sticky;
  top: 84px;
  z-index: 45;
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(22, 50, 75, .12);
  backdrop-filter: blur(14px);
  box-shadow: 0 5px 18px rgba(22, 50, 75, .05);
}
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  margin: 0;
  color: #53697a;
  font-size: .88rem;
  font-weight: 650;
}
.breadcrumbs a { color: var(--pink); text-underline-offset: 4px; }
.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  align-items: center;
  gap: clamp(40px, 6vw, 90px);
}
.page-hero-copy {
  position: relative;
  z-index: 1;
}
.page-hero-visual {
  aspect-ratio: 3/2;
}
.page-hero h1 {
  font-size: clamp(3rem, 6vw, 5.5rem);
  max-width: 900px;
}
@media (min-width: 981px) {
  .page-qui-sommes-nous .page-hero-grid {
    grid-template-columns: minmax(500px, 1.08fr) minmax(0, .92fr);
    gap: clamp(34px, 4vw, 58px);
  }
  .page-qui-sommes-nous .page-hero h1 {
    font-size: clamp(3.15rem, 5.25vw, 4.7rem);
    white-space: nowrap;
  }
}
.content {
  background: white;
}
.page-content { padding-top: clamp(56px, 6vw, 82px); }
.page-content-grid {
  display: grid;
  grid-template-columns: 250px minmax(0, 850px);
  justify-content: space-between;
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}
.page-aside {
  position: sticky;
  top: 154px;
  padding-top: 8px;
}
.aside-label {
  display: block;
  margin-bottom: 16px;
  color: #607482;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.page-toc { display: grid; border-left: 2px solid #dce4e8; }
.page-toc a {
  padding: 8px 0 8px 18px;
  color: #40576a;
  text-decoration: none;
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.35;
}
.page-toc a:hover { color: var(--pink); border-left: 3px solid var(--pink); margin-left: -2px; }
.page-toc a.is-current { margin-left: -2px; border-left: 3px solid var(--pink); color: var(--pink); background: linear-gradient(90deg,rgba(179,35,85,.09),transparent); font-weight: 850; }
.prose h2[id] { scroll-margin-top: 178px; }
.aside-cta {
  display: grid;
  gap: 2px;
  margin-top: 30px;
  padding: 18px;
  border-radius: 18px;
  background: var(--navy);
  color: white;
  text-decoration: none;
}
.aside-cta span { color: #d5e2e9; font-size: .78rem; }
.aside-cta strong { font-size: .92rem; }
.page-aside.no-toc .aside-label,.page-aside.no-toc .page-toc { display: none; }
.prose {
  max-width: 850px;
  font-size: 1.07rem;
}
.prose > :first-child { margin-top: 0; }
.prose p { color: #334d61; }
.prose li { margin-block: 7px; color: #334d61; }
.source-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: clamp(14px, 3vw, 26px);
  margin: 58px 0 18px;
  padding: 20px 18px 30px;
}
.source-gallery figure {
  margin: 0;
  padding: 10px 10px 0;
  border: 1px solid rgba(22,50,75,.08);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 18px 34px rgba(22,50,75,.18), 0 4px 9px rgba(22,50,75,.1);
  transform: rotate(-2.1deg) translateY(6px);
  transform-origin: 50% 90%;
}
.source-gallery figure:nth-child(2) { transform: rotate(1.7deg) translateY(-7px); }
.source-gallery img {
  width: 100%;
  height: clamp(210px, 25vw, 285px);
  display: block;
  object-fit: cover;
}
.source-gallery figcaption {
  padding: 12px 8px 15px;
  color: #536a7a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: .88rem;
  font-style: italic;
  text-align: center;
}
.prose h2 {
  font-size: 2.5rem;
  margin-top: 60px;
  margin-bottom: 22px;
  padding-top: 12px;
}
.prose h3 {
  font-size: 1.55rem;
  margin-top: 36px;
}
.prose blockquote {
  margin: 35px 0;
  padding: 24px 28px;
  border-radius: 20px;
  background: #fff1f5;
  border-left: 6px solid var(--pink);
  font-size: 1.2rem;
}
.prose blockquote cite { display: block; margin-top: 12px; color: #5f7180; font-size: .82rem; font-style: normal; font-weight: 750; }
.editorial-lead {
  margin-bottom: 60px;
  padding: 32px;
  border-radius: 28px;
  background: var(--cream);
}
.editorial-kicker { display: inline-flex; margin: 0 0 14px 24px; }
.editorial-lead .big-lead { margin: 0; }
.big-lead { margin: 18px 0 0; color: var(--navy)!important; font-size: clamp(1.35rem,2vw,1.7rem); line-height: 1.45; font-weight: 700; }
.value-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  margin: 34px 0 52px;
}
.value-grid article { display: grid; grid-template-columns: 42px minmax(0,1fr); align-items: center; padding: 24px; border: 1px solid #dbe4e8; border-radius: 22px; background: white; }
.value-grid article:nth-child(2),.value-grid article:nth-child(4) { background: #edf9f5; }
.value-grid span { grid-column: 1; grid-row: 1; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: #fff1f5; color: var(--pink); font-size: .72rem; font-weight: 900; letter-spacing: .04em; }
.value-grid h3 { grid-column: 2; grid-row: 1; margin: 0; }
.value-grid article > p:empty { display: none; }
.value-grid article > p:not(:empty) { grid-column: 1/-1; margin: 16px 0 0; font-size: .94rem; }
.page-projet-pedagogique .prose blockquote {
  margin: 54px 0;
  padding: 30px 20px;
  border: 0;
  border-top: 1px solid #cdd8de;
  border-bottom: 1px solid #cdd8de;
  border-radius: 0;
  background: transparent;
  color: var(--navy);
  text-align: center;
  font-family: Georgia,"Times New Roman",serif;
  font-size: clamp(1.7rem,3vw,2.5rem);
  font-style: italic;
  line-height: 1.25;
}
.page-projet-pedagogique .prose blockquote cite {
  margin-top: 14px;
  font-family: system-ui,-apple-system,"Segoe UI",sans-serif;
  font-size: .74rem;
  font-style: normal;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.project-sites { display: grid; gap: 28px; margin-top: 36px; }
.project-site { overflow: hidden; display: grid; grid-template-columns: minmax(280px,38%) minmax(0,1fr); grid-template-rows: 1fr; border-radius: 28px; background: var(--cream); box-shadow: var(--shadow); }
.project-stanis { background: #edf9f5; }
.project-site > img { grid-column: 1; grid-row: 1; width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.project-site > div { grid-column: 2; grid-row: 1; min-width: 0; padding: 30px; }
.project-site > p:empty { display: none; }
.project-site h3 { margin: 9px 0 12px; font-size: 1.65rem; }
.project-site ul { padding-left: 20px; }
.site-type { color: var(--pink); font-size: .72rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.text-link { color: var(--pink); font-weight: 850; text-decoration: none; text-underline-offset: 4px; }
.text-link:hover { text-decoration: underline; }
.soft-callout { margin-top: 34px; padding: 25px 28px; border-left: 5px solid var(--mint); border-radius: 0 20px 20px 0; background: #edf9f5; }
.soft-callout strong { font-size: 1.2rem; }
.soft-callout p { margin-bottom: 0; }
.page-closing {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-top: 90px;
  padding: 44px;
  border-radius: 32px;
  background: var(--cream);
}
.page-closing h2 { margin: 14px 0 0; font-size: clamp(1.8rem,3vw,2.6rem); line-height: 1.1; }
.page-closing-actions { min-width: 245px; display: flex; flex-direction: column; align-items: stretch; gap: 12px; flex-shrink: 0; }
.page-closing-actions .text-link { text-align: center; }
.page-pre-inscription .page-content-grid { grid-template-columns: 1fr; }
.page-pre-inscription .page-aside { display: none; }
.page-nos-creches .page-content-grid { grid-template-columns: 1fr; }
.page-nos-creches .page-aside { display: none; }
.page-nos-creches .prose { max-width: 1180px; }
.nurseries-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  align-items: end;
  gap: clamp(30px, 6vw, 82px);
  margin-bottom: 44px;
  padding: clamp(30px, 5vw, 54px);
  border-radius: 32px;
  background: linear-gradient(135deg, var(--cream), #edf9f5);
}
.nurseries-intro h2 { margin: 16px 0 14px; padding: 0; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.05; }
.nurseries-intro p { margin: 0; font-size: 1.08rem; }
.nursery-quicknav { display: grid; gap: 10px; }
.nursery-quicknav a { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 17px; border: 1px solid rgba(22,50,75,.13); border-radius: 14px; background: white; color: var(--navy); text-decoration: none; font-weight: 800; }
.nursery-quicknav a::after { content: "↓"; color: var(--pink); }
.nursery-quicknav a:hover { border-color: var(--pink); color: var(--pink); transform: translateX(4px); }
.nursery-profiles { display: grid; gap: clamp(42px, 6vw, 72px); }
.nursery-profile {
  --nursery-accent: #48aeca;
  --nursery-soft: #edf9fc;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(290px, .78fr) minmax(0, 1.42fr);
  border: 1px solid rgba(22,50,75,.1);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 22px 62px rgba(22,50,75,.09);
}
.nursery-profile::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--nursery-accent);
}
.nursery-profile-stanis { --nursery-accent: #65bfad; --nursery-soft: #edf9f5; }
.nursery-profile-amelie { --nursery-accent: #e75f8f; --nursery-soft: #fff1f5; }
.nursery-profile:nth-child(even) { grid-template-columns: minmax(0, 1.42fr) minmax(290px, .78fr); }
.nursery-profile:nth-child(even) .nursery-profile-media { order: 2; }
.nursery-profile:nth-child(even) .nursery-profile-content { order: 1; }
.nursery-profile-media {
  position: relative;
  min-height: 570px;
  margin: 14px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--nursery-soft);
}
.nursery-profile-media img { width: 100%; height: 100%; display: block; object-fit: cover; }
.nursery-profile-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  background: linear-gradient(transparent, rgba(10,36,57,.42));
  pointer-events: none;
}
.nursery-profile-media .nursery-status {
  position: absolute;
  z-index: 1;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 2px;
  padding: 0;
  color: #fff;
}
.nursery-status span { color: rgba(255,255,255,.8); font-size: .67rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.nursery-status strong { font-size: 1.05rem; text-shadow: 0 1px 14px rgba(0,0,0,.3); }
.nursery-profile-content { display: flex; flex-direction: column; min-width: 0; padding: clamp(30px, 3.5vw, 44px); }
.nursery-profile-header { max-width: 720px; }
.nursery-profile-header .site-type { color: var(--nursery-accent); }
.nursery-profile-header h2 { margin: 10px 0 12px; padding: 0; font-size: clamp(2.1rem, 3.25vw, 2.9rem); line-height: 1.03; }
.nursery-profile-header p { max-width: 680px; margin: 0; color: #405b6e; font-size: 1rem; line-height: 1.7; }
.nursery-facts {
  display: grid;
  grid-template-columns: 1.05fr .95fr .8fr;
  margin: 26px 0 0;
  padding: 18px 0;
  border-top: 1px solid rgba(22,50,75,.13);
  border-bottom: 1px solid rgba(22,50,75,.13);
}
.nursery-facts > div { min-width: 0; padding: 0 18px; }
.nursery-facts > div:first-child { padding-left: 0; }
.nursery-facts > div + div { border-left: 1px solid rgba(22,50,75,.13); }
.nursery-facts dt { margin-bottom: 5px; color: #607482; font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.nursery-facts dd { margin: 0; color: var(--navy); font-size: .86rem; font-weight: 720; line-height: 1.45; }
.nursery-facts a { color: var(--pink); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.nursery-hours { display: grid; gap: 3px; }
.nursery-hours span { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: baseline; gap: 8px; padding: 3px 0; }
.nursery-hours span + span { border-top: 1px dotted rgba(22,50,75,.2); }
.nursery-hours b { min-width: 0; color: #607482; font-size: .61rem; font-weight: 850; letter-spacing: .035em; line-height: 1.25; text-transform: uppercase; }
.nursery-hours strong { padding: 3px 6px; border-radius: 7px; background: var(--nursery-soft); color: var(--nursery-accent); font-size: .76rem; font-weight: 900; line-height: 1.2; white-space: nowrap; }
.nursery-profile-columns { display: grid; grid-template-columns: 1.08fr .92fr; align-items: start; gap: 0; margin-top: 24px; }
.nursery-profile-columns section { min-width: 0; padding: 0 28px 0 0; }
.nursery-profile-columns section + section { padding-right: 0; padding-left: 28px; border-left: 1px solid rgba(22,50,75,.13); }
.nursery-profile-columns h3 { position: relative; margin: 0 0 10px; padding-left: 17px; font-size: 1.08rem; }
.nursery-profile-columns h3::before { content: ""; position: absolute; top: .24em; bottom: .2em; left: 0; width: 4px; border-radius: 10px; background: var(--nursery-accent); }
.nursery-profile-columns p { margin: 0; color: #536a7a; font-size: .89rem; line-height: 1.65; }
.nursery-profile-columns ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.nursery-profile-columns li { position: relative; margin: 0; padding-left: 17px; color: #405b6e; font-size: .88rem; line-height: 1.45; }
.nursery-profile-columns li::before { content: ""; position: absolute; top: .58em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--nursery-accent); }
.nursery-profile-actions {
  display: grid;
  grid-template-columns: minmax(210px, .7fr) auto;
  align-items: center;
  gap: 22px;
  margin-top: auto;
  padding-top: 26px;
}
.nursery-profile-actions .button { width: 100%; background: var(--navy); box-shadow: 0 12px 24px rgba(22,50,75,.16); }
.nursery-profile-actions .button:hover { background: var(--pink-dark); }
.nursery-profile-actions .text-link { white-space: nowrap; }
.page-contact .page-content-grid { grid-template-columns: 1fr; }
.page-contact .page-aside,.page-contact .page-closing { display: none; }
.page-contact .prose { max-width: 1180px; }
.contact-intro { max-width: 760px; margin-bottom: 0; }
.contact-intro h2 { margin-top: 18px; }
.contact-locations { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px; margin-top: clamp(52px, 6vw, 72px); }
.contact-location { --contact-accent: var(--pink); --contact-soft: #fff1f5; overflow: hidden; display: flex; flex-direction: column; border-radius: 28px; background: var(--cream); box-shadow: var(--shadow); }
.contact-location:nth-child(2) { --contact-accent: #2b9788; --contact-soft: #dcf4ee; background: #edf9f5; }
.contact-location > img { width: 100%; height: 280px; min-height: 0; display: block; object-fit: cover; }
.contact-location > div { flex: 1; display: flex; flex-direction: column; padding: 28px; }
.contact-location > p:empty { display: none; }
.contact-location h3 { margin: 8px 0 20px; font-size: 1.55rem; }
.contact-location > div > p:last-child { margin: auto 0 0; padding-top: 24px; }
.contact-location .button { width: 100%; }
.contact-details { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin: 0 0 30px; padding: 0; list-style: none; }
.contact-details li { display: grid; gap: 2px; margin: 0; }
.contact-details strong { color: #607482; font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }
.contact-details span { color: var(--navy); font-size: .94rem; line-height: 1.5; }
.contact-details a { color: var(--pink); font-weight: 800; text-underline-offset: 3px; }
.contact-hours { display: grid; gap: 3px; }
.contact-hours > span { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: baseline; gap: 7px; padding: 3px 0; }
.contact-hours > span + span { border-top: 1px dotted rgba(22,50,75,.2); }
.contact-hours b { min-width: 0; color: #607482; font-size: .6rem; font-weight: 850; letter-spacing: .03em; line-height: 1.25; text-transform: uppercase; }
.contact-details .contact-hours strong { padding: 3px 6px; border-radius: 7px; background: var(--contact-soft); color: var(--contact-accent); font-size: .74rem; font-weight: 900; letter-spacing: 0; line-height: 1.2; text-transform: none; white-space: nowrap; }
.social-strip { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin: 34px 0 72px; padding: 24px 28px; border: 1px solid #dbe4e8; border-radius: 20px; }
.social-strip > div { display: grid; }
.social-strip span { color: #536a7a; font-size: .9rem; }
.contact-values { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 14px; margin: 30px 0 58px; }
.contact-values article { padding: 22px; border-radius: 20px; background: var(--cream); }
.contact-values article:nth-child(even) { background: #edf9f5; }
.contact-values span { color: var(--pink); font-size: .72rem; font-weight: 900; }
.contact-values h3 { margin: 8px 0; font-size: 1.2rem; }
.contact-values p { margin: 0; font-size: .9rem; }
.team-roles { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 28px; }
.team-roles article { padding: 25px; border: 1px solid #dbe4e8; border-radius: 20px; }
.team-roles h3 { margin: 0 0 10px; font-size: 1.2rem; }
.team-roles p { margin: 0; font-size: .92rem; }
.about-expertise { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin: 30px 0 54px; }
.about-expertise article { padding: 24px; border: 1px solid #dbe4e8; border-radius: 20px; }
.about-expertise article:nth-child(2),.about-expertise article:nth-child(3) { background: #edf9f5; }
.about-card-head { display: grid; grid-template-columns: 32px minmax(0,1fr); align-items: center; gap: 14px; width: 100%; }
.about-expertise span { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: #fff1f5; color: var(--pink); font-size: .7rem; font-weight: 900; }
.about-expertise h3 { margin: 0; font-size: 1.15rem; }
.about-expertise p { margin: 14px 0 0; font-size: .92rem; }
.about-approach { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin: 30px 0 58px; }
.about-approach article { padding: 26px; border-radius: 22px; background: var(--cream); }
.about-approach article:nth-child(even) { background: #edf9f5; }
.approach-head { display: grid; grid-template-columns: 48px minmax(0,1fr); align-items: center; gap: 16px; width: 100%; }
.approach-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--yellow); color: var(--navy); font-size: 1.4rem; font-weight: 900; }
.about-approach h3 { margin: 0; font-size: 1.2rem; }
.about-approach p { margin: 16px 0 0; font-size: .94rem; }
.page-qui-sommes-nous .classic-quote { margin: 54px 0; padding: 28px 32px; border: 0; border-top: 1px solid #cdd8de; border-bottom: 1px solid #cdd8de; border-radius: 0; background: transparent; font-family: Georgia,"Times New Roman",serif; font-size: clamp(1.45rem,2.4vw,2rem); font-style: italic; line-height: 1.35; }
.page-qui-sommes-nous .classic-quote cite { font-family: system-ui,-apple-system,"Segoe UI",sans-serif; font-size: .75rem; font-style: normal; letter-spacing: .06em; text-transform: uppercase; }
.charter { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; margin-top: 28px; }
.charter section { display: block; min-width: 0; padding: 24px; border: 1px solid #dbe4e8; border-radius: 18px; }
.charter section:nth-child(even) { background: #edf9f5; }
.charter-head { display: grid; grid-template-columns: 34px minmax(0,1fr); align-items: center; gap: 14px; width: 100%; }
.charter-head > span { grid-column: 1; grid-row: 1; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; background: #fff1f5; color: var(--pink); font-size: .72rem; font-weight: 900; letter-spacing: .06em; }
.charter-head > p:empty { display: none; }
.charter h3 { grid-column: 2; grid-row: 1; min-width: 0; margin: 0; font-size: 1.15rem; }
.charter section > p { margin: 14px 0 0; font-size: .94rem; }
.contact-form-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px,7vw,90px); margin-top: 82px; padding: clamp(32px,5vw,58px); border-radius: 32px; background: var(--cream); }
.contact-form-section h2 { margin-top: 16px; }
.contact-form { display: grid; gap: 16px; }
.contact-form label { display: grid; gap: 6px; color: var(--navy); font-size: .88rem; font-weight: 750; }
.contact-form .optional { color: #607482; font-size: .75rem; font-weight: 500; }
.contact-form input,.contact-form select,.contact-form textarea { width: 100%; padding: 13px 14px; border: 2px solid #71818d; border-radius: 11px; background: white; color: var(--navy); font: inherit; }
.contact-form textarea { resize: vertical; }
.contact-form .button { width: 100%; }
.form-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.contact-form .consent { display: flex; grid-template-columns: none; align-items: flex-start; gap: 9px; font-weight: 500; }
.contact-form .consent input { width: auto; margin-top: 5px; accent-color: var(--pink); }
.contact-hp { position: absolute!important; width: 1px!important; height: 1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; }
.form-notice { margin-bottom: 16px; padding: 14px 16px; border-radius: 12px; font-weight: 700; }
.form-notice.success { background: #e4f6ee; color: #14583f; }
.form-notice.error { background: #fff0f2; color: #8a183b; }
.timeline {
  display: grid;
  gap: 12px;
}
.timeline li {
  list-style: none;
  padding: 15px 20px;
  background: var(--cream);
  border-radius: 14px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.form-grid label {
  font-weight: 750;
}
.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  padding: 14px;
  border: 2px solid #687986;
  border-radius: 12px;
  background: white;
  color: var(--navy);
  font: inherit;
}
.form-grid input[type="checkbox"] {
  width: auto;
  margin-right: 9px;
  accent-color: var(--pink);
}
.form-grid input::placeholder,
.form-grid textarea::placeholder {
  color: #556875;
  opacity: 1;
}
.form-grid .wide {
  grid-column: 1/-1;
}
.page-pre-inscription .prose { max-width: 1180px; }
.registration-intro { max-width: 820px; margin-bottom: 46px; }
.registration-intro h2 { margin-top: 18px; }
.registration-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.registration-card { overflow: hidden; display: flex; flex-direction: column; border-radius: var(--radius); background: var(--cream); box-shadow: var(--shadow); }
.registration-card:nth-child(2) { background: #edf9f5; }
.registration-card:nth-child(3) { background: #fff1f5; }
.registration-card > img { width: 100%; height: 230px; display: block; object-fit: cover; }
.registration-card-body { flex: 1; display: flex; flex-direction: column; padding: 18px 28px 26px; }
.registration-card h3 { margin: 8px 0 4px; font-size: 1.65rem; line-height: 1.15; }
.registration-card p { margin: 10px 0 0; }
.registration-card-body > p:last-child { margin-top: auto; padding-top: 32px; }
.registration-card .button { width: 100%; }
.registration-tag { align-self: flex-start; padding: 5px 10px; border-radius: 999px; background: white; color: var(--pink); font-size: .72rem; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.site-footer {
  padding: 70px 0 25px;
  background: var(--navy);
  color: white;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(270px, 1.2fr) minmax(145px, .68fr) minmax(145px, .68fr) minmax(280px, 1.18fr);
  align-items: start;
  gap: clamp(28px, 3.4vw, 50px);
}
.footer-brand {
  display: inline-flex;
  width: min(320px, 100%);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
}
.footer-brand img {
  display: block;
  width: 100%;
  height: auto;
  filter: none;
}
.footer-venues { padding: clamp(58px,7vw,88px) 0; background: linear-gradient(135deg,#fff9ef 0%,#fff 48%,#edf9f5 100%); }
.footer-establishments { display: grid; grid-template-columns: 1fr; gap: clamp(34px,5vw,54px); padding: 0; border: 0; background: transparent; box-shadow: none; }
.footer-establishments-copy { display: grid; justify-items: center; align-content: center; gap: 10px; text-align: center; }
.footer-establishments-copy > span { color: var(--pink); font-size: .74rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.footer-establishments-copy strong { max-width: 900px; color: var(--navy); font-size: clamp(2.4rem,4.5vw,4rem); line-height: 1; letter-spacing: -.045em; }
.footer-title-line,.footer-title-break { display: block; color: inherit; font: inherit; letter-spacing: inherit; text-transform: none; }
.footer-title-line { white-space: nowrap; }
.footer-establishments-copy p { max-width: 620px; margin: 4px 0 0; color: #526878; font-size: 1rem; line-height: 1.6; }
.footer-establishments-copy .footer-handwritten-note {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: min(680px, 100%);
  margin-top: 10px;
  padding: 7px 18px 9px;
  color: var(--pink);
  font-family: "Gochi Hand", "Comic Sans MS", cursive;
  font-size: clamp(1.35rem, 2.2vw, 1.8rem);
  line-height: 1.15;
  transform: rotate(-1deg);
}
.footer-handwritten-note::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 2px;
  left: 28px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(90deg, transparent, rgba(248,201,75,.8) 12%, rgba(248,201,75,.8) 88%, transparent);
  transform: rotate(.5deg);
  z-index: -1;
}
.footer-handwritten-note > span { color: var(--yellow); font-family: inherit; font-size: .8em; }
.footer-establishment-logos { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: stretch; gap: 16px; }
.footer-establishment-logos > a { position: relative; display: grid; grid-template-columns: 88px minmax(0,1fr) 34px; align-items: center; gap: 16px; min-width: 0; min-height: 138px; padding: 22px; border: 1px solid rgba(22,50,75,.1); border-radius: 24px; background: white; color: var(--navy); text-align: left; text-decoration: none; box-shadow: 0 12px 34px rgba(22,50,75,.08); transition: .25s; }
.footer-establishment-logos > a::before { content: ""; position: absolute; top: 0; left: 24px; right: 24px; height: 4px; border-radius: 0 0 99px 99px; background: linear-gradient(90deg,var(--pink),#eb7b9e); }
.footer-establishment-logos > a:hover { border-color: rgba(179,35,85,.35); color: var(--pink); text-decoration: none; box-shadow: 0 14px 30px rgba(22,50,75,.12); transform: translateY(-4px); }
.footer-establishment-copy { display: grid; align-content: center; gap: 6px; min-width: 0; }
.footer-logo-frame { display: block; width: 88px; height: 88px; overflow: hidden; border: 3px solid white; border-radius: 50%; background: white; box-shadow: 0 0 0 1px rgba(22,50,75,.14); }
.footer-logo-frame img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.72); }
.footer-establishment-logos strong { display: block; font-size: 1rem; line-height: 1.25; }
.footer-establishment-logos small { color: #667987; font-size: .76rem; line-height: 1.35; }
.footer-card-arrow { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #fff1f5; color: var(--pink); font-size: 1rem; transition: .2s ease; }
.footer-establishment-logos > a:hover .footer-card-arrow { background: var(--pink); color: white; transform: translateX(3px); }
.footer-links {
  display: grid;
  gap: 9px;
}
.footer-links a {
  color: #f2f7fa;
  text-decoration: none;
  text-underline-offset: 4px;
}
.footer-links a:hover,
.copyright a:hover {
  color: white;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.footer-funders { min-width: 0; }
.footer-funders-visual {
  display: flex;
  align-items: center;
  min-height: 112px;
  margin-top: 14px;
  padding: 15px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
}
.footer-funders img {
  display: block;
  width: 100%;
  height: auto;
}
.copyright {
  margin-top: 50px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  text-align: center;
  color: #f2f7fa;
}
.copyright a {
  color: white;
  font-weight: 800;
  text-underline-offset: 4px;
}
:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 4px;
}
.site-footer :where(a, button):focus-visible,
.locations :where(a, button):focus-visible {
  outline-color: #ffd95a;
}
.reveal {
  opacity: 0;
  transform: translateY(35px);
  transition:
    opacity 0.75s,
    transform 0.75s;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
.cards > .reveal:nth-child(1) { transition-delay: 0ms; }
.cards > .reveal:nth-child(2) { transition-delay: 120ms; }
.cards > .reveal:nth-child(3) { transition-delay: 240ms; }
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .hero-slide.is-active .hero-slide-copy,
  .hero-slide.is-active .hero-visual {
    opacity: 1;
    transform: none;
  }
  .hero-slider-dot.is-active::after { display: none; }
}
@media (max-width: 980px) {
  .site-header::before {
    width: min(430px, calc(100% - 86px));
  }
  .menu-toggle {
    display: block;
    margin-left: auto;
  }
  .menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 84px;
    padding: 24px 20px;
    border-radius: 0 0 20px 20px;
    background: var(--cream);
    box-shadow: 0 18px 36px rgba(22, 50, 75, .14);
    flex-direction: column;
    align-items: flex-start;
  }
  .menu.open {
    display: flex;
  }
}
@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }
  .menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 84px;
    padding: 24px 20px;
    background: var(--cream);
    flex-direction: column;
    align-items: flex-start;
  }
  .menu a.is-active:not(.button) {
    text-underline-offset: 5px;
  }
  .menu.open {
    display: flex;
  }
  .hero {
    height: auto;
    min-height: auto;
    padding: 34px 0 18px;
  }
  .hero-slide {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr);
  }
  .hero-slider-stage { height: auto; min-height: 0; }
  .hero-slider-viewport { height: 850px; }
  .hero-slide { align-content: center; gap: 30px; padding: 0; }
  .hero-slide .hero-visual { width: min(540px, 100%); height: 400px; max-height: 400px; aspect-ratio: auto; margin-inline: auto; }
  .hero-slider-controls { margin-top: 12px; }
  .opening-announcement-card { grid-template-columns: 96px minmax(0,1fr); }
  .opening-announcement-logo { width: 96px; height: 96px; }
  .opening-announcement-card > .button { grid-column: 1/-1; width: 100%; }
  .page-hero-grid {
    grid-template-columns: 1fr;
  }
  .breadcrumbs { min-height: 42px; }
  .page-content { padding-top: 42px; }
  .page-content-grid { grid-template-columns: 1fr; }
  .page-aside { position: static; padding: 0 0 10px; }
  .aside-cta { display: none; }
  .page-toc { grid-template-columns: repeat(2,minmax(0,1fr)); border-left: 0; gap: 8px; }
  .page-toc a { padding: 10px 12px; border-radius: 10px; background: var(--cream); }
  .page-toc a.is-current { margin-left: 0; border-left: 0; background: var(--pink); color: white; box-shadow: 0 7px 18px rgba(179,35,85,.2); }
  .prose h2[id] { scroll-margin-top: 145px; }
  .project-site { grid-template-columns: 1fr; }
  .project-site > img { height: 280px; min-height: 0; }
  .nurseries-intro { grid-template-columns: 1fr; align-items: start; }
  .nursery-profile,
  .nursery-profile:nth-child(even) { grid-template-columns: 1fr; }
  .nursery-profile:nth-child(even) .nursery-profile-media,
  .nursery-profile:nth-child(even) .nursery-profile-content { order: initial; }
  .nursery-profile-media { min-height: 0; aspect-ratio: 16/8; }
  .page-closing { align-items: flex-start; flex-direction: column; }
  .contact-locations,.contact-form-section { grid-template-columns: 1fr; }
  .contact-location { grid-template-columns: 1fr; }
  .contact-location > img { height: 280px; min-height: 0; }
  .contact-values { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .team-roles { grid-template-columns: 1fr; }
  .about-expertise,.about-approach,.charter { grid-template-columns: 1fr; }
  .page-hero-visual {
    aspect-ratio: 4/3;
  }
  .hero-visual {
    width: min(540px, 100%);
    aspect-ratio: 4/3;
    margin-inline: auto;
  }
  .playground {
    width: min(440px, 90%);
    margin: auto;
  }
  .cards,
  .footer-grid,
  .registration-grid {
    grid-template-columns: 1fr;
  }
  .footer-establishments { grid-template-columns: 1fr; }
  .footer-funders-visual { width: min(100%, 520px); }
  .footer-establishments-copy strong { max-width: none; }
  .footer-establishments-copy p { max-width: 560px; }
  .footer-establishment-logos { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .quote {
    padding: 40px;
  }
  .quote blockquote {
    white-space: normal;
  }
  .home-registration-panel {
    grid-template-columns: 1fr;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-grid .wide {
    grid-column: auto;
  }
}
@media (max-width: 700px) {
  .site-header::before {
    width: calc(100% - 72px);
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  }
  .brand {
    flex-basis: min(300px, calc(100vw - 105px));
    width: min(300px, calc(100vw - 105px));
    padding-right: 8px;
  }
  .solutions-head h2 {
    white-space: normal;
  }
  .opening-announcement-card { grid-template-columns: 1fr; justify-items: start; padding: 24px; }
  .hero { padding: 24px 0 14px; }
  .hero-slider-stage { min-height: 0; }
  .hero-slider-viewport { height: 740px; }
  .hero-slide { align-content: start; gap: 24px; padding: 0; }
  .hero-slide-copy { padding-top: 0; }
  .hero h1,
  .hero h2 { font-size: clamp(2.5rem, 11vw, 3.5rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-slide .hero-visual { height: 280px; max-height: 280px; }
  .opening-announcement-card > .button { grid-column: auto; }
  .value-grid { grid-template-columns: 1fr; }
  .page-toc { grid-template-columns: 1fr; }
  .page-closing { padding: 30px 24px; }
  .page-closing-actions { width: 100%; align-items: stretch; flex-direction: column; }
  .contact-values,.contact-details,.form-row { grid-template-columns: 1fr; }
  .nursery-profile { border-radius: 22px; }
  .nursery-profile-media { margin: 9px; border-radius: 16px; aspect-ratio: 4/3; }
  .nursery-profile-content { padding: 27px 22px 26px; }
  .nursery-facts,.nursery-profile-columns { grid-template-columns: 1fr; }
  .nursery-facts { padding: 8px 0; }
  .nursery-facts > div { padding: 12px 0; }
  .nursery-facts > div + div { border-left: 0; border-top: 1px solid rgba(22,50,75,.11); }
  .nursery-profile-columns section { padding: 0; }
  .nursery-profile-columns section + section { margin-top: 22px; padding: 22px 0 0; border-top: 1px solid rgba(22,50,75,.13); border-left: 0; }
  .nursery-profile-actions { grid-template-columns: 1fr; }
  .nursery-profile-actions .text-link { text-align: center; }
  .source-gallery { grid-template-columns: 1fr; gap: 34px; margin-top: 42px; padding-inline: 14px; }
  .source-gallery figure { width: min(94%, 480px); justify-self: start; transform: rotate(-1.7deg); }
  .source-gallery figure:nth-child(2) { justify-self: end; transform: rotate(1.4deg); }
  .source-gallery img { height: min(68vw, 330px); }
  .social-strip { align-items: flex-start; flex-direction: column; }
  .home-registration-panel { padding: 30px 24px; border-radius: 26px; }
  .home-registration-actions { align-items: stretch; flex-direction: column; }
  .home-registration-actions .button { width: 100%; }
  .home-registration-actions .text-link { text-align: center; }
  .footer-venues { padding: 42px 0; }
  .footer-establishments { padding: 24px; border-radius: 24px; }
  .footer-establishment-logos { grid-template-columns: 1fr; }
  .footer-establishment-logos > a { grid-template-columns: 72px minmax(0,1fr) 34px; grid-template-rows: auto; align-items: center; justify-items: start; min-height: 0; padding: 16px; text-align: left; }
  .footer-logo-frame { width: 72px; height: 72px; }
  .footer-establishments-copy strong { font-size: clamp(1.85rem,9vw,2.55rem); }
  .footer-title-line { white-space: normal; }
}

/* Detailed establishment pages */
.nursery-location-strip { padding: clamp(34px, 5vw, 58px) 0; background: linear-gradient(135deg, #fffaf1, #edf9f5); }
.nursery-location-card {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  align-items: stretch;
  border: 1px solid rgba(22,50,75,.11);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(22,50,75,.1);
}
.nursery-location-copy { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: clamp(28px, 4vw, 46px); }
.nursery-location-copy h2 { margin: 10px 0 12px; font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 1.08; }
.nursery-location-copy p { margin: 0 0 24px; color: #536a7a; font-size: .96rem; line-height: 1.6; }
.nursery-location-copy .button { width: 100%; }
.nursery-location-map { min-height: 310px; background: #dfe9ed; }
.nursery-location-map iframe { width: 100%; height: 100%; min-height: 310px; display: block; border: 0; }
.nursery-detail-intro {
  margin-bottom: 72px;
  padding: clamp(28px, 4vw, 42px);
  border-radius: 28px;
  background: linear-gradient(135deg, var(--cream), #edf9f5);
  box-shadow: 0 16px 46px rgba(22, 50, 75, .08);
}
.nursery-detail-intro-amelie { background: linear-gradient(135deg, #fff1f5, var(--cream)); }
.nursery-detail-intro .big-lead { max-width: 760px; margin-top: 12px; }
.nursery-detail-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 0;
}
.nursery-detail-facts > div {
  min-width: 0;
  padding: 17px 18px;
  border: 1px solid rgba(22, 50, 75, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .78);
}
.nursery-detail-facts dt {
  margin-bottom: 5px;
  color: var(--pink);
  font-size: .69rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.nursery-detail-facts dd { margin: 0; color: var(--navy); font-size: .9rem; font-weight: 700; line-height: 1.5; }
.page-creche-noha .prose > h2,
.page-micro-creche-stanis .prose > h2,
.page-creche-amelie .prose > h2 {
  margin-top: 88px;
  padding-top: 4px;
  font-size: clamp(2.15rem, 4vw, 3.2rem);
}
.nursery-section-lead {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  margin: 26px 0 30px;
  padding: 28px;
  border: 1px solid rgba(22, 50, 75, .1);
  border-radius: 22px;
  background: var(--cream);
}
.nursery-section-lead .section-number {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 15px;
  background: var(--pink);
  color: white;
  font-size: .78rem;
  font-weight: 900;
}
.page-creche-noha .nursery-section-lead,
.page-micro-creche-stanis .nursery-section-lead,
.page-creche-amelie .nursery-section-lead {
  grid-template-columns: minmax(0, 1fr);
}
.page-creche-noha .nursery-section-lead .section-number,
.page-micro-creche-stanis .nursery-section-lead .section-number,
.page-creche-amelie .nursery-section-lead .section-number {
  display: none;
}
.nursery-section-lead.partners-lead { grid-template-columns: 1fr; }
.nursery-section-lead h3 { margin: 0 0 8px; font-size: clamp(1.35rem, 2.5vw, 1.85rem); }
.nursery-section-lead p { margin: 0; }
.adaptation-lead { background: #fff1f5; }
.nursery-value-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin: 30px 0 44px;
}
.nursery-value-grid article {
  min-width: 0;
  padding: 23px;
  border: 1px solid #dce6e8;
  border-radius: 20px;
  background: white;
}
.nursery-value-grid article:nth-child(even) { background: #edf9f5; }
.nursery-value-grid strong { display: block; margin-bottom: 7px; color: var(--navy); font-size: 1.12rem; }
.nursery-value-grid p { margin: 0; font-size: .94rem; }
.day-timeline,
.adaptation-steps {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  max-width: 820px;
  margin: 26px 0 36px;
  padding: 0;
  list-style: none;
}
.day-timeline::before,
.adaptation-steps::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 24px;
  bottom: 24px;
  left: 91px;
  width: 3px;
  border-radius: 99px;
  background: linear-gradient(var(--pink), var(--yellow), var(--mint));
}
.day-timeline li,
.adaptation-steps li {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: start;
  gap: 46px;
  margin: 0;
  padding: 8px 0;
  background: transparent;
}
.day-timeline li::before,
.adaptation-steps li::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 85px;
  width: 15px;
  height: 15px;
  border: 3px solid white;
  border-radius: 50%;
  background: var(--pink);
  box-shadow: 0 0 0 2px rgba(179,35,85,.18);
}
.day-timeline time,
.adaptation-steps li > span {
  padding-top: 20px;
  color: var(--pink);
  font-size: .88rem;
  font-weight: 900;
  text-align: right;
  white-space: nowrap;
}
.adaptation-steps li > span { letter-spacing: .05em; text-transform: uppercase; }
.day-timeline li > span,
.adaptation-steps li > div {
  display: grid;
  min-width: 0;
  padding: 17px 20px;
  border: 1px solid rgba(22,50,75,.08);
  border-radius: 17px;
  background: #f4f8fa;
  color: #40596b;
  font-size: .9rem;
  line-height: 1.5;
  box-shadow: 0 8px 24px rgba(22,50,75,.055);
}
.day-timeline li:nth-child(even) > span,
.adaptation-steps li:nth-child(even) > div { background: #edf9f5; }
.day-timeline strong,
.adaptation-steps strong { display: block; margin-bottom: 3px; color: var(--navy); }
.adaptation-steps p { margin: 4px 0 0; font-size: .94rem; }
.nursery-note,
.publication-status {
  margin: 34px 0;
  padding: 25px 28px;
  border-left: 5px solid var(--mint);
  border-radius: 0 20px 20px 0;
  background: #edf9f5;
}
.publication-status { border-left-color: var(--pink); background: #fff1f5; }
.nursery-note strong,
.publication-status strong { display: block; color: var(--navy); font-size: 1.18rem; }
.nursery-note p,
.publication-status p { margin: 5px 0 0; }
.activity-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin: 30px 0 40px;
}
.activity-grid article {
  min-width: 0;
  padding: 22px;
  border-radius: 20px;
  background: var(--cream);
}
.activity-grid article:nth-child(even) { background: #edf9f5; }
.activity-grid article > span:first-child { display: none; }
.activity-grid h3 { margin: 0 0 7px; font-size: 1.15rem; }
.activity-grid p { margin: 0; font-size: .91rem; }
.activity-grid-shared { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.nursery-projects { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 36px 0; }
.nursery-projects article { padding: 25px; border: 1px solid #dbe5e9; border-radius: 20px; background: white; }
.nursery-projects h3 { margin: 0 0 8px; font-size: 1.25rem; }
.nursery-projects p { margin: 0; }
.club-vacances-feature {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
  gap: 0;
  margin: 28px 0 58px;
  border: 1px solid rgba(22,50,75,.11);
  border-radius: 26px;
  background: linear-gradient(135deg, #fff8e8, #fff 62%);
  box-shadow: 0 18px 44px rgba(22,50,75,.09);
}
.club-vacances-feature figure { min-height: 100%; margin: 0; }
.club-vacances-feature img { width: 100%; height: 100%; min-height: 440px; display: block; object-fit: cover; }
.club-vacances-feature > div { min-width: 0; padding: clamp(28px, 4vw, 42px); }
.club-vacances-feature h3 { margin: 10px 0 13px; font-size: clamp(1.55rem, 3vw, 2.15rem); line-height: 1.12; }
.club-vacances-feature p { margin: 0; font-size: .97rem; }
.club-vacances-feature ul { display: grid; gap: 7px; margin: 22px 0 26px; padding: 0; list-style: none; }
.club-vacances-feature li { position: relative; margin: 0; padding-left: 20px; font-size: .91rem; }
.club-vacances-feature li::before { content: ""; position: absolute; top: .63em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--pink); }
.club-vacances-feature .button { width: 100%; }
.club-vacances-feature small { display: block; margin-top: 12px; color: #607482; font-size: .76rem; line-height: 1.45; text-align: center; }
.source-clarification { padding: 14px 18px; border-radius: 14px; background: #f4f8fa; font-size: .86rem; font-style: italic; }
.page-creche-amelie .page-hero-visual { background: white; }
.page-creche-amelie .page-hero-visual img { object-fit: contain; padding: clamp(24px, 5vw, 64px); }

/* Contact cards and embedded maps */
.contact-location-body { min-width: 0; }
.contact-map {
  overflow: hidden;
  width: 100%;
  height: 230px;
  margin: auto 0 18px;
  border: 1px solid rgba(22, 50, 75, .12);
  border-radius: 18px;
  background: #dfe9ed;
}
.contact-map iframe { display: block; width: 100%; height: 100%; border: 0; }
.amelie-contact-note {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr) auto;
  align-items: center;
  gap: 25px;
  margin: 30px 0;
  padding: 24px;
  border: 1px solid #efd4de;
  border-radius: 24px;
  background: #fff1f5;
}
.amelie-contact-note img { width: 130px; height: 110px; object-fit: contain; border-radius: 16px; background: white; }
.amelie-contact-note h3 { margin: 5px 0 4px; font-size: 1.35rem; }
.amelie-contact-note p { margin: 0; }
.amelie-contact-note .button { white-space: nowrap; }

@media (max-width: 900px) {
  .activity-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .amelie-contact-note { grid-template-columns: 110px minmax(0, 1fr); }
  .amelie-contact-note img { width: 110px; height: 96px; }
  .amelie-contact-note .button { grid-column: 1 / -1; width: 100%; }
}
@media (max-width: 700px) {
  .nursery-location-card { grid-template-columns: 1fr; border-radius: 22px; }
  .nursery-location-map { min-height: 280px; }
  .nursery-location-map iframe { min-height: 280px; }
  .nursery-detail-facts,
  .nursery-value-grid,
  .day-timeline,
  .activity-grid,
  .activity-grid-shared,
  .nursery-projects { grid-template-columns: 1fr; }
  .club-vacances-feature { grid-template-columns: 1fr; }
  .club-vacances-feature img { min-height: 0; aspect-ratio: 16 / 10; }
  .nursery-section-lead { grid-template-columns: 44px minmax(0, 1fr); gap: 14px; padding: 22px; }
  .nursery-section-lead .section-number { width: 42px; height: 42px; }
  .day-timeline::before,
  .adaptation-steps::before { top: 20px; bottom: 20px; left: 10px; }
  .day-timeline li,
  .adaptation-steps li { grid-template-columns: minmax(0, 1fr); gap: 6px; padding: 9px 0 9px 34px; }
  .day-timeline li::before,
  .adaptation-steps li::before { top: 22px; left: 4px; }
  .day-timeline time,
  .adaptation-steps li > span { padding-top: 0; text-align: left; }
  .day-timeline li > span,
  .adaptation-steps li > div { padding: 15px 17px; }
  .amelie-contact-note { grid-template-columns: 1fr; }
  .amelie-contact-note img { width: 100%; height: 120px; }
}

/* Main navigation dropdown */
.menu-group {
  position: relative;
  display: flex;
  align-items: center;
}
.menu-group > .menu-parent { padding-right: 19px; }
.submenu-toggle {
  position: absolute;
  right: -4px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 24px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--navy);
  cursor: pointer;
}
.submenu-toggle svg {
  display: block;
  width: 15px;
  height: 15px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.25;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: 50% 50%;
  transition: transform .2s ease;
  pointer-events: none;
}
.menu-group.submenu-open .submenu-toggle svg { transform: scaleY(-1); }
.submenu {
  position: absolute;
  top: calc(100% + 8px);
  left: -18px;
  z-index: 60;
  display: grid;
  width: 286px;
  padding: 10px;
  border: 1px solid rgba(22, 50, 75, .13);
  border-radius: 18px;
  background: white;
  box-shadow: 0 18px 45px rgba(22, 50, 75, .18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.menu-group::before {
  content: "";
  position: absolute;
  top: 100%;
  left: -18px;
  width: 286px;
  height: 12px;
  cursor: pointer;
}
.menu-group.submenu-open .submenu {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}
.submenu a {
  display: grid;
  min-height: 0;
  padding: 11px 12px;
  border-radius: 12px;
  line-height: 1.25;
}
.submenu a::after { display: none !important; }
.submenu a:hover,
.submenu a.is-active { background: #fff1f5; color: var(--pink-hover); }
.submenu a span { font-size: .91rem; font-weight: 850; }
.submenu a small { margin-top: 3px; color: #647988; font-size: .7rem; font-weight: 650; }

@media (min-width: 981px) {
  .menu-group:hover .submenu,
  .menu-group:focus-within .submenu {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }
  .menu-group:hover .submenu-toggle svg,
  .menu-group:focus-within .submenu-toggle svg { transform: scaleY(-1); }
}

@media (max-width: 980px) {
  .menu { align-items: stretch; gap: 4px; }
  .menu > a { width: 100%; }
  .menu-group {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    width: 100%;
  }
  .menu-group::before { display: none; }
  .menu-group > .menu-parent { padding-right: 0; }
  .submenu-toggle {
    position: static;
    width: 44px;
    border-radius: 10px;
    background: rgba(22, 50, 75, .06);
  }
  .submenu {
    position: static;
    grid-column: 1 / -1;
    display: none;
    width: 100%;
    margin: 4px 0 8px;
    padding: 8px;
    border-radius: 14px;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }
  .menu-group.submenu-open .submenu { display: grid; }
}

/* WordPress news */
.home-news {
  overflow: hidden;
  padding: 100px 0;
  background: linear-gradient(135deg, #edf9f5, #fff 54%, #fff1f5);
}
.home-news-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 34px;
}
.home-news-heading h2 {
  margin: 14px 0 8px;
  font-size: clamp(2.2rem, 4.3vw, 3.7rem);
  line-height: 1.05;
}
.home-news-heading p { max-width: 640px; margin: 0; }
.home-news-heading > .text-link { flex-shrink: 0; margin-bottom: 6px; }
.news-carousel { --news-page-size: 4; --news-card-width: calc((100% - 60px) / 4); }
.news-carousel-viewport { overflow: hidden; padding: 8px 2px 28px; }
.news-carousel-track {
  display: flex;
  gap: 20px;
  transition: transform .48s cubic-bezier(.22,.75,.24,1);
  will-change: transform;
}
.news-carousel-track .news-card { flex: 0 0 var(--news-card-width); }
.news-card {
  overflow: hidden;
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(22, 50, 75, .1);
  border-radius: 24px;
  background: white;
  box-shadow: 0 15px 42px rgba(22, 50, 75, .1);
  transition: transform .25s ease, box-shadow .25s ease;
}
@media (prefers-reduced-motion: no-preference) {
  @keyframes news-card-stagger-in {
    from { opacity: 0; filter: blur(4px); }
    to { opacity: 1; filter: none; }
  }
  .news-carousel.reveal .news-card { opacity: 0; }
  .news-carousel.reveal.visible .news-card { animation: news-card-stagger-in .55s ease-out both; }
  .news-carousel.reveal.visible .news-card:nth-child(1) { animation-delay: 80ms; }
  .news-carousel.reveal.visible .news-card:nth-child(2) { animation-delay: 230ms; }
  .news-carousel.reveal.visible .news-card:nth-child(3) { animation-delay: 380ms; }
  .news-carousel.reveal.visible .news-card:nth-child(4) { animation-delay: 530ms; }
  .news-carousel.reveal.visible .news-card:nth-child(n + 5) { animation-delay: 680ms; }
}
.news-card:hover { transform: translateY(-5px); box-shadow: 0 22px 48px rgba(22, 50, 75, .15); }
.news-card-hitarea { flex: 1; min-width: 0; display: flex; flex-direction: column; color: inherit; text-decoration: none; cursor: pointer; }
.news-card-hitarea:hover { color: inherit; text-decoration: none; }
.news-card-media { overflow: hidden; display: block; aspect-ratio: 16 / 10; background: #dfe9ed; }
.news-card-media img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.news-card:hover .news-card-media img { transform: scale(1.045); }
.news-card-body { flex: 1; display: flex; flex-direction: column; padding: 22px; }
.news-card-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 7px 11px; color: #607482; font-size: .69rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.news-card-meta span { color: var(--pink); }
.news-card-meta span::before { content: "•"; margin-right: 11px; color: #a8b6bf; }
.news-card-category span::before { content: none; }
.news-card-date { display: block; margin-top: -8px; color: #607482; font-size: .69rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.news-card h3 { margin: 12px 0 9px; color: var(--navy); font-size: 1.24rem; line-height: 1.25; }
.news-card-hitarea:hover h3 { color: var(--pink-hover); }
.news-card-excerpt { display: block; margin: 0 0 20px; color: #486071; font-size: .9rem; line-height: 1.58; }
.news-card-link { align-self: flex-end; margin-top: auto; color: var(--pink); font-size: .88rem; font-weight: 850; text-align: right; text-decoration: none; text-underline-offset: 4px; }
.news-card-link:hover { text-decoration: underline; }
.news-card-link span { display: inline-block; margin-left: 4px; transition: transform .2s ease; }
.news-card-hitarea:hover .news-card-link { text-decoration: underline; }
.news-card-hitarea:hover .news-card-link span { transform: translateX(4px); }
.news-carousel-controls { display: flex; align-items: center; justify-content: flex-end; gap: 13px; }
.news-carousel-controls[hidden] { display: none; }
.news-carousel-button {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(22, 50, 75, .18);
  border-radius: 50%;
  background: white;
  color: var(--navy);
  cursor: pointer;
  transition: .2s ease;
}
.news-carousel-button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.news-carousel-button:hover:not(:disabled) { border-color: var(--pink); background: var(--pink); color: white; transform: translateY(-2px); }
.news-carousel-button:disabled { opacity: .35; cursor: not-allowed; }
.news-carousel-status { min-width: 46px; color: #607482; font-size: .78rem; font-weight: 850; text-align: center; }

.news-archive-hero {
  padding: 92px 0;
  background: linear-gradient(135deg, #fff1f5, #fff 52%, #edf9f5);
}
.news-archive-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) 300px; align-items: center; gap: 80px; }
.news-archive-hero h1 { max-width: 820px; margin: 20px 0 18px; font-size: clamp(3rem, 6vw, 5.35rem); line-height: .98; letter-spacing: -.055em; }
.news-archive-mark { display: grid; align-content: center; min-height: 230px; padding: 34px; border-radius: 34px; background: var(--navy); color: white; box-shadow: var(--shadow); transform: rotate(2deg); }
.news-archive-mark span { color: var(--yellow); font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.news-archive-mark strong { margin-top: 10px; font-family: "Gochi Hand", cursive; font-size: 2.7rem; font-weight: 400; line-height: 1.05; }
.news-archive-section { padding: 90px 0 110px; background: #f8fbfc; }
.news-topic-nav { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: 0 0 38px; }
.news-topic-nav a { display: inline-flex; align-items: center; min-height: 42px; padding: 8px 16px; border: 1px solid rgba(22,50,75,.14); border-radius: 999px; background: white; color: var(--navy); font-size: .84rem; font-weight: 800; text-decoration: none; transition: .2s ease; }
.news-topic-nav a:hover { border-color: var(--pink); color: var(--pink); transform: translateY(-2px); }
.news-topic-nav a.is-active { border-color: var(--pink); background: var(--pink); color: white; box-shadow: 0 8px 20px rgba(179,35,85,.2); }
.news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.news-grid .news-card:nth-child(3n + 2) { background: #f5fcfa; }
.news-grid .news-card:nth-child(3n) { background: #fff6f8; }
.news-pagination { margin-top: 54px; }
.news-pagination .nav-links { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 9px; }
.news-pagination .page-numbers { min-width: 42px; min-height: 42px; display: inline-grid; place-items: center; padding: 8px 13px; border: 1px solid #d3dee3; border-radius: 999px; background: white; color: var(--navy); font-weight: 800; text-decoration: none; }
.news-pagination .page-numbers.current,
.news-pagination a.page-numbers:hover { border-color: var(--pink); background: var(--pink); color: white; }
.news-empty { padding: 60px; border-radius: 28px; background: white; text-align: center; }

.news-single-hero { padding: 70px 0 84px; background: linear-gradient(135deg, #fff9ef, #fff 48%, #edf9f5); }
.news-single-hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(440px, 1.08fr); align-items: center; gap: clamp(45px, 7vw, 90px); }
.news-single-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 7px 11px; color: #607482; font-size: .72rem; font-weight: 850; letter-spacing: .055em; text-transform: uppercase; }
.news-single-meta > * { color: inherit; }
.news-single-meta > * + *::before { content: "•"; margin-right: 11px; color: #a8b6bf; }
.news-single-meta .news-single-category { color: var(--pink); text-decoration: none; }
.news-single-meta .news-single-category:hover { color: var(--pink-hover); text-decoration: underline; text-underline-offset: 4px; }
.news-single-copy h1 { margin: 18px 0 22px; font-size: clamp(2.7rem, 5.5vw, 5.1rem); line-height: 1; letter-spacing: -.05em; }
.news-single-byline { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 18px; margin-top: 22px; color: #5b7180; font-size: .82rem; font-weight: 700; }
.news-single-byline a { color: var(--pink); text-underline-offset: 3px; }
.news-single-visual { overflow: hidden; aspect-ratio: 4 / 3; margin: 0; border: 8px solid white; border-radius: 42px; box-shadow: var(--shadow); }
.news-single-visual img { width: 100%; height: 100%; display: block; object-fit: cover; }
.news-single-visual { position: relative; }
.news-single-visual figcaption { position: absolute; right: 15px; bottom: 13px; padding: 6px 10px; border-radius: 999px; background: rgba(22, 50, 75, .82); font-size: .68rem; font-weight: 750; backdrop-filter: blur(6px); }
.news-single-visual figcaption a { color: white; text-decoration: none; }
.news-single-visual figcaption a:hover { text-decoration: underline; }
.news-single-section { padding: 85px 0 110px; background: white; }
.news-single-layout { display: grid; grid-template-columns: minmax(0, 760px) 270px; justify-content: center; align-items: start; gap: 80px; }
.news-single-main { min-width: 0; }
.news-single-summary { margin: 0 0 44px; padding: 24px 28px; border-left: 5px solid var(--pink); border-radius: 0 18px 18px 0; background: linear-gradient(110deg,#fff1f5,#fff9ef); }
.news-single-summary span { display: block; margin-bottom: 6px; color: var(--pink); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.news-single-summary p { margin: 0; color: var(--navy); font-size: 1.02rem; font-weight: 700; line-height: 1.6; }
.news-single-content { max-width: 760px; }
.news-single-content > *:first-child { margin-top: 0; }
.news-single-content p { font-size: 1.06rem; }
.news-single-aside { position: sticky; top: 164px; display: grid; gap: 16px; }
.news-single-author,
.news-single-cta { display: grid; gap: 12px; padding: 24px; border: 1px solid rgba(22,50,75,.1); border-radius: 22px; background: var(--cream); }
.news-single-author strong { color: var(--navy); font-size: 1.02rem; }
.news-single-cta { background: #edf9f5; }
.news-single-aside p { margin: 0; color: #536a7a; font-size: .91rem; }
.news-single-aside .button { width: 100%; }
.news-single-aside .text-link { width: fit-content; font-size: .82rem; }
.news-related { padding: 90px 0 110px; background: linear-gradient(135deg,#edf9f5,#fff 52%,#fff1f5); }
.news-related-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.news-related-heading h2 { margin: 12px 0 0; font-size: clamp(2.25rem,4vw,3.5rem); line-height: 1; }
.news-related-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }

@media (max-width: 1050px) {
  .news-carousel { --news-page-size: 2; --news-card-width: calc((100% - 20px) / 2); }
  .news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .news-single-hero-grid { grid-template-columns: 1fr 1fr; }
  .news-single-layout { grid-template-columns: minmax(0, 700px); }
  .news-single-aside { position: static; grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 700px) {
  .home-news { padding: 72px 0; }
  .home-news-heading { align-items: flex-start; flex-direction: column; gap: 18px; }
  .news-carousel { --news-page-size: 1; --news-card-width: 100%; }
  .news-carousel-controls { justify-content: center; }
  .news-grid,
  .news-archive-hero-grid,
  .news-single-hero-grid { grid-template-columns: 1fr; }
  .news-archive-hero { padding: 70px 0; }
  .news-archive-mark { display: none; }
  .news-archive-section { padding: 65px 0 80px; }
  .news-single-hero { padding: 54px 0 64px; }
  .news-single-hero-grid { gap: 35px; }
  .news-single-visual { border-width: 5px; border-radius: 28px; }
  .news-single-section { padding: 60px 0 80px; }
  .news-single-aside { grid-template-columns: 1fr; }
  .news-related { padding: 68px 0 80px; }
  .news-related-heading { align-items: flex-start; flex-direction: column; }
  .news-related-grid { grid-template-columns: 1fr; }
  .news-topic-nav { gap: 8px; margin-bottom: 30px; }
  .news-topic-nav a { min-height: 40px; padding: 7px 13px; font-size: .78rem; }
}

/*
 * Global interaction contract — keep this block last.
 * The hit area owns the cursor and every nested label, icon or pseudo-element
 * inherits it. Future WordPress links and buttons are covered automatically.
 */
html,
body {
  cursor: default;
}

body :is(
  a[href],
  button:not(:disabled),
  [role="button"]:not([aria-disabled="true"]),
  summary,
  label[for],
  input[type="submit"]:not(:disabled),
  input[type="button"]:not(:disabled),
  input[type="reset"]:not(:disabled),
  input[type="checkbox"]:not(:disabled),
  input[type="radio"]:not(:disabled),
  select:not(:disabled)
) {
  cursor: pointer !important;
  user-select: none;
  -webkit-user-select: none;
}

body :is(
  a[href],
  button:not(:disabled),
  [role="button"]:not([aria-disabled="true"]),
  summary,
  label[for]
) :is(*),
body :is(
  a[href],
  button:not(:disabled),
  [role="button"]:not([aria-disabled="true"]),
  summary,
  label[for]
)::before,
body :is(
  a[href],
  button:not(:disabled),
  [role="button"]:not([aria-disabled="true"]),
  summary,
  label[for]
)::after {
  cursor: inherit !important;
}

body :is(
  button:disabled,
  input:disabled,
  select:disabled,
  [aria-disabled="true"]
),
body :is(
  button:disabled,
  input:disabled,
  select:disabled,
  [aria-disabled="true"]
) :is(*) {
  cursor: not-allowed !important;
}

body :is(
  input:not([type]),
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  input[type="search"],
  input[type="number"],
  input[type="password"],
  textarea,
  [contenteditable="true"]
):not(:disabled) {
  cursor: text !important;
  user-select: text;
  -webkit-user-select: text;
}

/* Editorial revision September 2026 */
.brand { flex-basis: 410px; width: 410px; }
.icon, .solution-cards .card:nth-child(2) .icon { background: #e85d04; }
.approach-icon, .section-number, .activity-grid article > span { background: #ffdfae; color: #a63d00; }
.partner-bred { display: inline-block; max-width: 260px; padding: 18px; margin: 16px 0; background: white; border-radius: 12px; }
.partner-bred img { display: block; width: 100%; height: auto; }
@media (max-width: 1100px) and (min-width: 701px) { .brand { flex-basis: 330px; width: 330px; } }
@media (max-width: 700px) { .brand { flex-basis: min(340px, calc(100vw - 85px)); width: min(340px, calc(100vw - 85px)); } }
