@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
  src: url("assets/fonts/inter-latin.woff2") format("woff2");
}

@font-face {
  font-family: "Fraunces";
  font-style: normal;
  font-weight: 650 800;
  font-display: swap;
  src: url("assets/fonts/fraunces-latin.woff2") format("woff2");
}

:root {
  --ink: #25201d;
  --text: #4f4540;
  --muted: #776b64;
  --paper: #fff9f1;
  --cream: #fffdf8;
  --sun: #f6b13d;
  --coral: #e86f4d;
  --terracotta: #9f4f34;
  --blue: #245c73;
  --mint: #2fa36b;
  --green: #15803d;
  --green-soft: #dcfce7;
  --line: #ead9c8;
  --shadow: 0 20px 60px rgba(88, 50, 28, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 8%, rgba(246, 177, 61, 0.16), transparent 24rem),
    radial-gradient(circle at 86% 18%, rgba(47, 163, 107, 0.1), transparent 24rem),
    var(--paper);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.75;
}

a {
  color: var(--blue);
  font-weight: 700;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 14px clamp(18px, 5vw, 70px);
  background: rgba(255, 253, 248, 0.94);
  border-bottom: 1px solid rgba(234, 217, 200, 0.9);
  backdrop-filter: blur(16px);
}

.brand {
  display: grid;
  gap: 2px;
  min-width: 0;
  color: var(--ink);
  text-decoration: none;
}

.brand strong {
  font-family: Fraunces, Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  line-height: 1;
}

.brand small {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.menu-toggle,
.burger-menu {
  display: none;
}

.nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.nav a {
  display: inline-flex;
  justify-content: center;
  padding: 10px 13px;
  color: var(--text);
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.94rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.nav a:hover,
.nav a.active {
  color: var(--ink);
  background: #f4eadf;
}

.nav-group {
  position: relative;
  display: inline-flex;
}

.nav-group::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 8px;
}

.subnav {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 20;
  display: none;
  width: 270px;
  padding: 8px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(88, 50, 28, 0.14);
}

.subnav a {
  width: 100%;
  border-radius: 6px;
  font-size: 0.86rem;
  line-height: 1.25;
}

.nav-group:hover .subnav,
.nav-group:focus-within .subnav {
  display: grid;
  gap: 4px;
}

.hero {
  position: relative;
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: end;
  gap: 28px;
  padding: clamp(42px, 6vw, 70px) clamp(18px, 5vw, 70px);
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(39, 31, 26, 0.82), rgba(39, 31, 26, 0.44) 48%, rgba(39, 31, 26, 0.12)),
    linear-gradient(0deg, rgba(39, 31, 26, 0.62), transparent 48%),
    image-set(
      url("assets/photos-2026/hero-montage-2026.webp") type("image/webp"),
      url("assets/photos-2026/hero-montage-2026.jpg") type("image/jpeg")
    ) center / cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 110px;
  background: linear-gradient(0deg, var(--paper), transparent);
}

.hero-copy {
  max-width: 780px;
  padding-bottom: 24px;
  color: white;
}

.pill,
.eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 13px;
  color: #5b2a16;
  background: #ffe1a7;
  border: 1px solid rgba(255, 183, 3, 0.45);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pill {
  color: var(--green);
  background: var(--green-soft);
  border-color: rgba(21, 128, 61, 0.2);
}

h1,
h2 {
  margin: 0;
  font-family: Fraunces, Georgia, serif;
  line-height: 1.02;
}

h1 {
  max-width: 820px;
  font-size: clamp(2.4rem, 5.8vw, 5rem);
}

.hero-price-line {
  display: block;
  margin-top: 0.18em;
  font-family: Inter, Arial, sans-serif;
  font-size: clamp(1.32rem, 3vw, 2.25rem);
  font-weight: 900;
  line-height: 1.12;
 }

h2 {
  font-size: clamp(1.9rem, 4vw, 3.35rem);
}

.hero-copy p:not(.pill) {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.91);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.button,
.text-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
}

.button.primary {
  color: white;
  background: linear-gradient(135deg, var(--coral), var(--terracotta));
  box-shadow: 0 18px 36px rgba(184, 79, 53, 0.28);
}

.button.ghost {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.56);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.text-button {
  color: #6c2d18;
  background: #ffe1a7;
}

.phone-reveal,
.phone-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 10px;
  padding: 13px 20px;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--green));
  border: 0;
  border-radius: 999px;
  box-shadow: 0 16px 32px rgba(36, 92, 115, 0.22);
  font: inherit;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.answer-summary {
  width: 100%;
  margin: 0;
  padding: clamp(18px, 3vw, 28px) clamp(18px, 5vw, 70px);
  color: var(--ink);
  background: linear-gradient(135deg, rgba(220, 252, 231, 0.95), rgba(255, 225, 167, 0.78));
  border-block: 1px solid rgba(47, 163, 107, 0.24);
  box-shadow: 0 12px 30px rgba(88, 50, 28, 0.06);
  font-size: clamp(1rem, 1.8vw, 1.24rem);
  font-weight: 700;
  text-align: center;
}

.page-anchors {
  position: sticky;
  top: 76px;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding: 14px clamp(18px, 5vw, 70px);
  background: rgba(255, 249, 241, 0.92);
  border-bottom: 1px solid rgba(234, 217, 200, 0.75);
  backdrop-filter: blur(12px);
}

.page-anchors a {
  padding: 7px 11px;
  color: var(--text);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
}

.price-card {
  align-self: end;
  margin-bottom: 24px;
  padding: 24px;
  background: rgba(255, 253, 248, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.price-card span,
.price-card small {
  display: block;
  color: var(--muted);
  font-weight: 800;
}

.price-card strong {
  display: block;
  margin: 4px 0;
  color: var(--terracotta);
  font-size: 2.4rem;
  line-height: 1;
}

.spark-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 28px clamp(18px, 5vw, 70px);
}

.spark-strip article,
.layout-grid article,
.readable,
.contact-card,
.city-card {
  background: rgba(255, 253, 248, 0.92);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(88, 50, 28, 0.08);
}

.spark-strip article {
  padding: 22px;
}

.icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--mint));
  border-radius: 8px;
  font-size: 1.3rem;
  font-weight: 900;
}

.spark-strip h2,
.layout-grid h3 {
  margin: 0 0 8px;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.18rem;
  line-height: 1.25;
}

.spark-strip p,
.layout-grid p {
  margin: 0;
  color: var(--muted);
}

.icon svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.section {
  padding: clamp(56px, 7vw, 88px) clamp(18px, 5vw, 70px);
}

.two-columns {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
  gap: clamp(30px, 6vw, 80px);
  align-items: start;
}

.section-title {
  max-width: 680px;
}

.section-photo {
  width: min(520px, 100%);
  aspect-ratio: 4 / 3;
  margin-top: 28px;
  object-fit: cover;
  border: 10px solid var(--cream);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.section-title.narrow {
  max-width: 820px;
  margin-bottom: 34px;
}

.faq-section {
  background: linear-gradient(180deg, rgba(36, 92, 115, 0.08), transparent);
}

.faq-accordion {
  display: grid;
  gap: 12px;
  max-width: 940px;
}

.faq-item {
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(88, 50, 28, 0.08);
  overflow: hidden;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.faq-item[open] {
  border-color: rgba(47, 163, 107, 0.46);
  box-shadow: 0 16px 36px rgba(88, 50, 28, 0.12);
  transform: translateY(-1px);
}

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 17px 56px 17px 22px;
  color: var(--ink);
  cursor: pointer;
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1.25;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: white;
  background: var(--blue);
  border-radius: 50%;
  font-size: 1.25rem;
  line-height: 1;
  transition: transform 0.18s ease, background 0.18s ease;
}

.faq-item[open] summary::after {
  content: "-";
  background: var(--green);
  transform: rotate(180deg);
}

.faq-item p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--text);
}

.blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  max-width: 1120px;
  margin-inline: auto;
}

.blog-card {
  display: grid;
  grid-template-columns: minmax(180px, 280px) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: start;
  padding: clamp(18px, 3vw, 28px);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(88, 50, 28, 0.08);
}

.blog-card picture {
  display: block;
  width: 100%;
}

.image-slot {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  color: var(--muted);
  background: linear-gradient(135deg, rgba(36, 92, 115, 0.08), rgba(246, 177, 61, 0.12));
  border: 1px dashed rgba(119, 107, 100, 0.5);
  border-radius: 8px;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.blog-thumb {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(88, 50, 28, 0.12);
}

.blog-card h2,
.blog-card h3 {
  margin-top: 0;
}

.blog-card h2 {
  font-size: clamp(1.65rem, 3vw, 2.45rem);
}

.blog-card h3 {
  font-family: Inter, Arial, sans-serif;
  font-size: 1.25rem;
}

.source-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 18px;
  font-size: 0.9rem;
}

.info-hub {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 4vw, 32px);
  max-width: 1120px;
  margin-inline: auto;
}

.hub-card {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: clamp(24px, 4vw, 36px);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(88, 50, 28, 0.1);
}

.hub-card h2 {
  font-size: clamp(1.65rem, 3vw, 2.45rem);
}

.hub-card p {
  margin: 0;
  color: var(--text);
}

.legal-list code {
  padding: 2px 5px;
  background: #f4eadf;
  border-radius: 4px;
  font-size: 0.9em;
}

.legal-page {
  max-width: 920px;
  margin-inline: auto;
}

.legal-page h2 {
  margin-top: 28px;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.25rem;
}

.legal-page h2:first-child {
  margin-top: 0;
}

.video-embed {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 18px;
  overflow: hidden;
  background: #221915;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(88, 50, 28, 0.12);
}

.video-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.readable {
  padding: clamp(24px, 4vw, 38px);
  color: var(--text);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
}

.readable p:first-child,
.readable ul:first-child {
  margin-top: 0;
}

.readable p:last-child {
  margin-bottom: 0;
}

.clean-list {
  display: grid;
  gap: 9px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.clean-list li {
  position: relative;
  padding-left: 28px;
}

.clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 10px;
  height: 10px;
  background: var(--coral);
  border-radius: 50%;
  box-shadow: 10px -6px 0 var(--sun);
}

.clean-list .spaced-list-item {
  margin-top: 14px;
}

.warm-panel {
  background:
    linear-gradient(135deg, rgba(255, 183, 3, 0.22), rgba(255, 107, 74, 0.1)),
    #fff3df;
}

.layout-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.layout-grid article {
  min-height: 360px;
  padding: 14px 18px 22px;
  overflow: hidden;
}

.card-photo {
  width: calc(100% + 36px);
  max-width: none;
  height: 150px;
  margin: -14px -18px 18px;
  object-fit: cover;
}

.equipment-section {
  background: linear-gradient(180deg, rgba(89, 183, 144, 0.12), transparent);
}

.page-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp(38px, 6vw, 62px) clamp(18px, 5vw, 70px) clamp(34px, 5vw, 56px);
  background:
    linear-gradient(135deg, rgba(255, 183, 3, 0.25), rgba(255, 107, 74, 0.12)),
    var(--paper);
  text-align: center;
}

.page-hero h1 {
  color: var(--ink);
  margin-inline: auto;
}

.page-hero p {
  max-width: 780px;
  color: var(--text);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  margin-inline: auto;
}

.page-hero .text-button {
  margin-top: 8px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gallery a {
  cursor: zoom-in;
  min-height: 220px;
  overflow: hidden;
  border-radius: 8px;
  background: #ead9c8;
  box-shadow: 0 14px 34px rgba(88, 50, 28, 0.11);
}

.gallery picture {
  display: block;
  height: 100%;
}

.gallery img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.gallery a:hover img {
  transform: scale(1.035);
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(18px, 4vw, 46px);
  background: rgba(20, 16, 13, 0.88);
}

.lightbox[aria-hidden="false"] {
  display: flex;
}

.lightbox-open {
  overflow: hidden;
}

.lightbox figure {
  width: min(1120px, 100%);
  margin: 0;
}

.lightbox img {
  width: 100%;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 8px;
  background: #15110f;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.lightbox figcaption {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.84);
  text-align: center;
  font-weight: 700;
}

.lightbox button {
  position: absolute;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: white;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
}

.lightbox button:hover {
  background: rgba(255, 255, 255, 0.26);
}

.lightbox-close {
  top: 18px;
  right: 18px;
}

.lightbox-prev {
  left: 18px;
}

.lightbox-next {
  right: 18px;
}

.plan-section {
  padding-top: 0;
}

.centered {
  margin-inline: auto;
  text-align: center;
}

.plan-card {
  display: block;
  width: min(620px, 100%);
  margin: 0 auto;
  padding: clamp(14px, 2vw, 22px);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.plan-card img {
  width: 100%;
  max-height: 760px;
  object-fit: contain;
  border-radius: 6px;
}

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

.city-card {
  padding: 24px;
  color: var(--text);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.62fr);
  gap: clamp(28px, 6vw, 76px);
}

.contact-card {
  display: grid;
  gap: 14px;
  padding: clamp(24px, 4vw, 34px);
}

.contact-card h2 {
  font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.contact-card p {
  margin: 0;
  color: var(--text);
}

.contact-card .big-link {
  color: var(--terracotta);
  font-size: clamp(1.3rem, 2.8vw, 2rem);
  text-decoration: none;
}

.location-section {
  padding-inline: 0;
}

.location-section > .section-title,
.location-section > .poi-grid {
  width: calc(100% - clamp(36px, 10vw, 140px));
  margin-inline: auto;
}

.area-map-image {
  position: relative;
  width: 100%;
  margin: 34px 0 0;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: var(--cream);
}

.area-map-image img {
  width: 100%;
  max-height: 620px;
  object-fit: cover;
  object-position: center;
}

.area-map-image picture {
  display: block;
}

.map-pin {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 11px 7px 9px;
  color: white;
  background: var(--terracotta);
  border: 2px solid white;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(37, 32, 29, 0.26);
  font-size: clamp(0.72rem, 1.05vw, 0.88rem);
  font-weight: 900;
  line-height: 1.1;
  text-decoration: none;
  transform: translate(-50%, -100%);
}

.map-pin::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 14px;
  height: 14px;
  background: inherit;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: translateX(-50%) rotate(45deg);
}

.map-pin span {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.pin-home {
  top: 37%;
  left: 38%;
  background: var(--green);
}

.pin-carrefour-express {
  top: 57%;
  left: 51%;
  background: var(--blue);
}

.pin-iut {
  top: 90%;
  left: 51%;
  background: #7c3aed;
}

.pin-zone {
  top: 6%;
  left: 17%;
  background: var(--terracotta);
}

.poi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 22px;
}

.city-info {
  width: 100%;
  max-width: none;
}

.city-info-section {
  padding-inline: clamp(18px, 5vw, 70px);
}

.city-info-heading {
  max-width: 1120px;
}

.city-info .clean-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(22px, 4vw, 52px);
  row-gap: 16px;
}

.site-footer {
  padding: 34px clamp(18px, 5vw, 70px);
  text-align: center;
  color: rgba(255, 255, 255, 0.74);
  background: #221915;
  font-size: 0.92rem;
  line-height: 1.6;
}

.site-footer p {
  max-width: 1180px;
  margin: 0;
  margin-inline: auto;
}

.site-footer a {
  color: #ffd58b;
}

.mobile-sticky-cta {
  display: none;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .nav {
    width: 100%;
    overflow: visible;
    padding-bottom: 2px;
  }

  .nav-group {
    position: static;
  }

  .nav-group::after {
    display: none;
  }

  .subnav {
    position: absolute;
    left: clamp(18px, 5vw, 70px);
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 620px;
  }

  .price-card {
    width: min(360px, 100%);
    margin-bottom: 0;
  }

  .spark-strip,
  .layout-grid,
  .city-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .two-columns,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .poi-grid {
    grid-template-columns: 1fr;
  }

  .city-info .clean-list {
    grid-template-columns: 1fr;
  }

  .info-hub {
    grid-template-columns: 1fr;
  }

  .map-pin {
    padding: 6px 8px;
  }

  .area-map-image img {
    max-height: none;
    aspect-ratio: 16 / 10;
    object-fit: contain;
  }

  .pin-zone {
    top: 13%;
    left: 19%;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 0;
  }

  .hero {
    min-height: 580px;
  }

  h1 {
    font-size: clamp(2.2rem, 11vw, 3.4rem);
    overflow-wrap: anywhere;
  }

  .site-header {
    position: sticky;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px 14px;
    padding: 12px 14px;
  }

  .brand {
    gap: 1px;
  }

  .brand strong {
    font-size: clamp(1rem, 5.4vw, 1.24rem);
    line-height: 1.05;
    white-space: nowrap;
  }

  .brand small {
    font-size: clamp(0.54rem, 2.7vw, 0.66rem);
    letter-spacing: 0.035em;
    white-space: nowrap;
  }

  .burger-menu {
    display: inline-grid;
    grid-template-columns: 22px;
    grid-template-rows: repeat(3, 2px);
    align-content: center;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    color: var(--ink);
    background: var(--cream);
    border: 1px solid var(--line);
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(88, 50, 28, 0.1);
    cursor: pointer;
  }

  .burger-menu span {
    display: block;
    width: 22px;
    height: 2px;
    background: currentColor;
    border-radius: 999px;
    transition: transform 0.18s ease, opacity 0.18s ease;
  }

  .burger-menu em {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .nav {
    display: none;
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 4px;
    padding: 10px;
    background: rgba(255, 253, 248, 0.96);
    border: 1px solid var(--line);
    border-radius: 10px;
    box-shadow: 0 16px 36px rgba(88, 50, 28, 0.12);
  }

  .page-anchors {
    position: static;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 10px 14px;
    white-space: nowrap;
  }

  .answer-summary {
    padding: 16px 14px;
    text-align: left;
  }

  .menu-toggle:checked + .burger-menu + .nav {
    display: grid;
  }

  .menu-toggle:checked + .burger-menu span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle:checked + .burger-menu span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle:checked + .burger-menu span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav a {
    min-height: 40px;
    align-items: center;
    justify-content: flex-start;
    padding: 9px 10px;
    border-radius: 8px;
    font-size: 0.88rem;
    white-space: normal;
  }

  .nav-group {
    display: grid;
    grid-column: 1 / -1;
    gap: 6px;
    width: 100%;
  }

  .nav-group > a {
    width: 100%;
  }

  .subnav {
    position: static;
    display: grid;
    width: 100%;
    padding: 0 0 0 12px;
    background: transparent;
    border: 0;
    box-shadow: none;
    gap: 6px;
  }

  .subnav a {
    min-height: 36px;
    color: var(--muted);
    background: rgba(244, 234, 223, 0.62);
    border-left: 3px solid var(--sun);
    border-radius: 6px;
    font-size: 0.82rem;
  }

  .spark-strip,
  .layout-grid,
  .city-grid {
    grid-template-columns: 1fr;
  }

  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-card {
    grid-template-columns: 1fr;
  }

  .location-section > .section-title,
  .location-section > .poi-grid {
    width: calc(100% - 28px);
  }

  .area-map-image {
    margin-top: 22px;
    overflow: visible;
  }

  .area-map-image img {
    aspect-ratio: 4 / 3;
    object-fit: contain;
  }

  .map-pin {
    min-height: 28px;
    padding: 5px 7px;
    border-width: 1px;
    font-size: 0.66rem;
    box-shadow: 0 8px 18px rgba(37, 32, 29, 0.22);
  }

  .map-pin::after {
    bottom: -7px;
    width: 10px;
    height: 10px;
    border-width: 1px;
  }

  .map-pin span {
    max-width: 82px;
    white-space: normal;
  }

  .pin-zone {
    top: 14%;
    left: 22%;
  }

  .pin-iut {
    top: 87%;
  }

  .mobile-sticky-cta {
    display: none;
  }
}
