/* ============================================================
   LES DÉLICES DE N'HA — Ateliers de cuisine africaine
   Palette : noir, or, doré, orange, sable fin
   ============================================================ */

:root {
  --noir: #0d0b09;
  --noir-2: #16120d;
  --noir-3: #1e1913;
  --or: #c9a227;
  --or-clair: #e6c455;
  --dore: #d4af37;
  --orange: #e07a2f;
  --orange-vif: #f08a3c;
  --sable: #efe4d2;
  --sable-fonce: #d9c9ad;
  --blanc-casse: #fbf7ef;
  --texte-clair: #d8cdb8;
  --texte-muet: #9b8f78;
  --ombre: 0 20px 60px rgba(0, 0, 0, .45);
  --radius: 4px;
  --max: 1240px;
  --font-titre: 'Cormorant Garamond', Georgia, serif;
  --font-texte: 'Jost', 'Helvetica Neue', Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

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

body {
  font-family: var(--font-texte);
  background: var(--noir);
  color: var(--texte-clair);
  line-height: 1.7;
  font-size: 16px;
  overflow-x: hidden;
  position: relative;
}

/* ---------- TEXTURE GRAIN FIN (premium subtil) ---------- */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: .11;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.9'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

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

a { color: inherit; text-decoration: none; }

h1, h2, h3, h4 { font-family: var(--font-titre); font-weight: 600; line-height: 1.15; color: var(--blanc-casse); }

.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }

/* ---------- TYPO UTILITAIRES ---------- */
.eyebrow {
  font-family: var(--font-texte);
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--or);
  font-weight: 500;
  display: block;
  margin-bottom: 18px;
}
.section-title { font-size: clamp(2rem, 5vw, 3.4rem); margin-bottom: 20px; }
.section-title span { color: var(--or); font-style: italic; }
.section-intro { max-width: 660px; color: var(--texte-muet); font-size: 1.02rem; }
.lead { font-size: 1.15rem; color: var(--texte-clair); }

.section { padding: 110px 0; position: relative; }
.section--sable { background: var(--sable); color: #34291c; }
.section--sable .section-title, .section--sable h3, .section--sable h4 { color: #241b10; }
.section--sable .eyebrow { color: var(--orange); }
.section--sable .section-intro { color: #6b5a42; }
.section--dark2 { background: var(--noir-2); }

.divider {
  width: 70px; height: 2px;
  background: linear-gradient(90deg, var(--or), var(--orange));
  margin: 26px 0;
}
.divider--center { margin: 26px auto; }

/* ---------- BOUTONS ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 34px;
  font-family: var(--font-texte);
  font-size: 12px; letter-spacing: 3px; text-transform: uppercase; font-weight: 600;
  border: none; cursor: pointer;
  border-radius: var(--radius);
  transition: all .35s ease;
  position: relative; overflow: hidden;
}
.btn svg { width: 16px; height: 16px; }
.btn--or { background: linear-gradient(135deg, var(--or), var(--orange)); color: #1a1206; }
.btn--or:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(201, 162, 39, .35); }
.btn--ghost { background: transparent; color: var(--sable); border: 1px solid rgba(201, 162, 39, .5); }
.btn--ghost:hover { background: rgba(201, 162, 39, .12); border-color: var(--or); }
.btn--dark { background: var(--noir); color: var(--or); }
.btn--dark:hover { background: #000; transform: translateY(-3px); }

/* ---------- HEADER / NAV ---------- */
.header {
  position: sticky; top: 0; z-index: 900;
  background: rgba(13, 11, 9, .96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(201, 162, 39, .18);
  transition: all .35s ease;
}
.header.scrolled { box-shadow: 0 8px 30px rgba(0, 0, 0, .5); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 24px; max-width: var(--max); margin: 0 auto; }
.brand { display: flex; align-items: center; gap: 13px; }
.brand__logo { width: 44px; height: 44px; flex-shrink: 0; }
.brand__name { font-family: var(--font-titre); font-size: 1.35rem; color: var(--blanc-casse); line-height: 1.05; }
.brand__name small { display: block; font-family: var(--font-texte); font-size: 9px; letter-spacing: 3px; color: var(--or); text-transform: uppercase; margin-top: 3px; }

.nav__menu { display: flex; align-items: center; gap: 30px; list-style: none; }
.nav__menu a {
  font-size: 12px; letter-spacing: 2px; text-transform: uppercase; font-weight: 500;
  color: var(--texte-clair); transition: color .3s ease; position: relative; padding: 4px 0;
}
.nav__menu a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px;
  background: var(--or); transition: width .35s ease;
}
.nav__menu a:hover, .nav__menu a.active { color: var(--or); }
.nav__menu a:hover::after, .nav__menu a.active::after { width: 100%; }

.nav__cta { display: inline-flex; }
.burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
.burger span { display: block; width: 26px; height: 2px; background: var(--or); transition: all .3s ease; }

/* ---------- HERO ---------- */
.hero {
  position: relative; min-height: 92vh; display: flex; align-items: center;
  background: radial-gradient(circle at 22% 18%, rgba(224, 122, 47, .22), transparent 55%),
              radial-gradient(circle at 82% 78%, rgba(201, 162, 39, .18), transparent 55%),
              linear-gradient(160deg, #0d0b09 0%, #1a140d 60%, #241a0f 100%);
  overflow: hidden;
}
.hero::after {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cpath d='M30 0 L60 30 L30 60 L0 30 Z' fill='none' stroke='%23c9a227' stroke-opacity='0.05' stroke-width='1'/%3E%3C/svg%3E");
  pointer-events: none;
}
.hero__inner { position: relative; z-index: 2; padding: 90px 0 70px; }
.hero h1 { font-size: clamp(2.5rem, 7.5vw, 5.2rem); max-width: 15ch; margin-bottom: 24px; }
.hero h1 em { color: var(--or); font-style: italic; }
.hero p { max-width: 560px; font-size: clamp(1rem, 2.4vw, 1.2rem); color: var(--texte-clair); margin-bottom: 36px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 16px; }

.hero__badges { display: flex; flex-wrap: wrap; gap: 34px; margin-top: 56px; padding-top: 34px; border-top: 1px solid rgba(201, 162, 39, .18); }
.hero__badge strong { display: block; font-family: var(--font-titre); font-size: 2rem; color: var(--or); }
.hero__badge span { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--texte-muet); }

/* ---------- GRILLES GÉNÉRIQUES ---------- */
.grid { display: grid; gap: 28px; }
.grid--2 { grid-template-columns: 1fr 1fr; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

/* ---------- CARTES ATELIERS ---------- */
.card {
  background: var(--noir-2);
  border: 1px solid rgba(201, 162, 39, .14);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-8px); box-shadow: var(--ombre); border-color: rgba(201, 162, 39, .4); }
.card__media { position: relative; overflow: hidden; aspect-ratio: 4 / 3; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s ease; }
.card:hover .card__media img { transform: scale(1.07); }
.card__tag {
  position: absolute; top: 14px; left: 14px;
  background: linear-gradient(135deg, var(--or), var(--orange)); color: #1a1206;
  font-size: 10px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700;
  padding: 6px 13px; border-radius: 2px;
}
.card__body { padding: 26px 24px 30px; display: flex; flex-direction: column; flex: 1; }
.card__body h3 { font-size: 1.45rem; margin-bottom: 10px; }
.card__body p { color: var(--texte-muet); font-size: .95rem; margin-bottom: 16px; }
.card__meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: auto; padding-top: 14px; border-top: 1px solid rgba(201, 162, 39, .12); font-size: 12px; letter-spacing: 1px; color: var(--or); text-transform: uppercase; }
.card__meta svg { width: 14px; height: 14px; vertical-align: -2px; }

/* ---------- SPLIT TEXTE + IMAGE ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split--reverse .split__media { order: 2; }
.split__media { position: relative; }
.split__media img { width: 100%; border-radius: var(--radius); }
.split__media::before {
  content: ""; position: absolute; inset: -16px -16px 16px 16px;
  border: 1px solid rgba(201, 162, 39, .35); border-radius: var(--radius); z-index: -1;
}
.split__list { list-style: none; margin-top: 26px; display: grid; gap: 14px; }
.split__list li { display: flex; gap: 12px; align-items: flex-start; }
.split__list svg { width: 20px; height: 20px; flex-shrink: 0; color: var(--or); margin-top: 4px; }

/* ---------- GALERIE ---------- */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gallery__item { position: relative; overflow: hidden; border-radius: var(--radius); cursor: pointer; aspect-ratio: 1 / 1; }
.gallery__item.wide { grid-column: span 2; aspect-ratio: 2 / 1; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .9s ease; }
.gallery__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(13, 11, 9, .7), transparent 55%); opacity: 0; transition: opacity .4s ease; }
.gallery__item:hover img { transform: scale(1.08); }
.gallery__item:hover::after { opacity: 1; }
.gallery__cap { position: absolute; bottom: 16px; left: 18px; z-index: 2; font-family: var(--font-titre); font-size: 1.15rem; color: #fff; opacity: 0; transform: translateY(10px); transition: all .4s ease; }
.gallery__item:hover .gallery__cap { opacity: 1; transform: translateY(0); }

/* filtres galerie */
.filters { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 40px; }
.filters button {
  background: transparent; border: 1px solid rgba(201, 162, 39, .3); color: var(--texte-clair);
  padding: 10px 22px; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; cursor: pointer;
  font-family: var(--font-texte); transition: all .3s ease; border-radius: 2px;
}
.filters button:hover, .filters button.active { background: var(--or); color: #1a1206; border-color: var(--or); }

/* ---------- TÉMOIGNAGES ---------- */
.quote {
  background: var(--noir-2); border: 1px solid rgba(201, 162, 39, .14);
  padding: 34px 30px; border-radius: var(--radius); display: flex; flex-direction: column;
}
.quote__stars { color: var(--or); letter-spacing: 3px; margin-bottom: 16px; font-size: 14px; }
.quote p { font-family: var(--font-titre); font-size: 1.2rem; color: var(--sable); font-style: italic; line-height: 1.6; }
.quote__author { margin-top: 22px; padding-top: 16px; border-top: 1px solid rgba(201, 162, 39, .14); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--or); }

/* ---------- TARIFS ---------- */
.price-card {
  background: var(--noir-2); border: 1px solid rgba(201, 162, 39, .16);
  border-radius: var(--radius); padding: 40px 32px; display: flex; flex-direction: column;
  transition: all .45s ease; position: relative;
}
.price-card:hover { transform: translateY(-8px); border-color: rgba(201, 162, 39, .45); box-shadow: var(--ombre); }
.price-card--featured { border-color: var(--or); background: linear-gradient(180deg, #1c1409, var(--noir-2)); }
.price-card__badge { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, var(--or), var(--orange)); color: #1a1206; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; padding: 6px 18px; border-radius: 2px; white-space: nowrap; }
.price-card h3 { font-size: 1.5rem; margin-bottom: 6px; }
.price-card__price { font-family: var(--font-titre); font-size: 2.8rem; color: var(--or); margin: 16px 0 4px; line-height: 1; }
.price-card__price small { font-family: var(--font-texte); font-size: 12px; color: var(--texte-muet); letter-spacing: 1px; }
.price-card ul { list-style: none; margin: 24px 0; display: grid; gap: 12px; }
.price-card ul li { font-size: .94rem; color: var(--texte-clair); display: flex; gap: 10px; }
.price-card ul li svg { width: 16px; height: 16px; color: var(--or); flex-shrink: 0; margin-top: 5px; }
.price-card .btn { margin-top: auto; justify-content: center; }

/* ---------- FAQ ---------- */
.faq { max-width: 860px; margin: 0 auto; display: grid; gap: 14px; }
.faq__item { border: 1px solid rgba(201, 162, 39, .18); border-radius: var(--radius); background: var(--noir-2); overflow: hidden; }
.faq__q { width: 100%; text-align: left; background: none; border: none; cursor: pointer; color: var(--blanc-casse); font-family: var(--font-titre); font-size: 1.18rem; padding: 22px 24px; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq__q svg { width: 18px; height: 18px; color: var(--or); flex-shrink: 0; transition: transform .3s ease; }
.faq__item.open .faq__q svg { transform: rotate(45deg); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq__a p { padding: 0 24px 24px; color: var(--texte-muet); }

/* ---------- FORMULAIRE ---------- */
.form-wrap { background: var(--noir-2); border: 1px solid rgba(201, 162, 39, .16); padding: 40px 34px; border-radius: var(--radius); }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--or); margin-bottom: 8px; }
.field input, .field textarea, .field select {
  width: 100%; padding: 14px 16px; background: rgba(255, 255, 255, .04);
  border: 1px solid rgba(201, 162, 39, .22); border-radius: 3px; color: var(--blanc-casse);
  font-family: var(--font-texte); font-size: 15px; transition: border-color .3s ease;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--or); }
.field textarea { resize: vertical; min-height: 130px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-note { font-size: 12px; color: var(--texte-muet); margin-top: 14px; }
.form-msg { display: none; padding: 16px 18px; border-radius: 3px; margin-bottom: 22px; font-size: 14px; }
.form-msg.ok { display: block; background: rgba(60, 160, 90, .15); border: 1px solid rgba(60, 160, 90, .5); color: #a8e6b8; }
.form-msg.err { display: block; background: rgba(190, 60, 60, .15); border: 1px solid rgba(190, 60, 60, .5); color: #f0b0b0; }

/* ---------- IFNO CONTACT ---------- */
.info-list { list-style: none; display: grid; gap: 24px; }
.info-list li { display: flex; gap: 16px; align-items: flex-start; }
.info-list__ico { width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(201, 162, 39, .35); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.info-list__ico svg { width: 20px; height: 20px; color: var(--or); }
.info-list strong { display: block; font-family: var(--font-titre); font-size: 1.12rem; color: var(--blanc-casse); margin-bottom: 2px; }
.info-list span, .info-list a { color: var(--texte-muet); font-size: .95rem; }
.info-list a:hover { color: var(--or); }
.map-frame { width: 100%; height: 340px; border: 0; border-radius: var(--radius); filter: grayscale(.3) contrast(1.05); }

/* ---------- PAGE HERO (interne) ---------- */
.page-hero {
  padding: 130px 0 70px; text-align: center; position: relative;
  background: radial-gradient(circle at 50% 0%, rgba(224, 122, 47, .18), transparent 60%), var(--noir-2);
  border-bottom: 1px solid rgba(201, 162, 39, .14);
}
.page-hero h1 { font-size: clamp(2.2rem, 6vw, 4rem); margin-bottom: 14px; }
.page-hero p { max-width: 620px; margin: 0 auto; color: var(--texte-muet); }
.breadcrumb { font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--texte-muet); margin-bottom: 20px; }
.breadcrumb a:hover { color: var(--or); }

/* ---------- CTA BAND ---------- */
.cta-band {
  background: linear-gradient(120deg, #1b1309, #0d0b09 60%);
  border-top: 1px solid rgba(201, 162, 39, .18); border-bottom: 1px solid rgba(201, 162, 39, .18);
  padding: 80px 0; text-align: center;
}
.cta-band h2 { font-size: clamp(1.8rem, 4vw, 2.9rem); margin-bottom: 16px; }
.cta-band p { max-width: 560px; margin: 0 auto 30px; color: var(--texte-muet); }

/* ---------- FOOTER ---------- */
.footer { background: #080706; padding: 76px 0 30px; border-top: 1px solid rgba(201, 162, 39, .18); }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 44px; margin-bottom: 50px; }
.footer h4 { font-size: 1.05rem; letter-spacing: 1px; margin-bottom: 20px; }
.footer__list { list-style: none; display: grid; gap: 11px; }
.footer__list a, .footer__list span { color: var(--texte-muet); font-size: .92rem; transition: color .3s ease; }
.footer__list a:hover { color: var(--or); }
.footer__about p { color: var(--texte-muet); font-size: .93rem; margin-top: 16px; max-width: 320px; }
.footer__bottom { border-top: 1px solid rgba(201, 162, 39, .12); padding-top: 24px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: 12px; color: var(--texte-muet); }
.footer__bottom a:hover { color: var(--or); }
.footer__legal { display: flex; flex-wrap: wrap; gap: 18px; }

/* ---------- COOKIES ---------- */
.cookie-bar {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 9500;
  background: var(--noir-3); border: 1px solid rgba(201, 162, 39, .3); border-radius: var(--radius);
  padding: 20px 24px; display: none; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap;
  box-shadow: var(--ombre);
}
.cookie-bar.show { display: flex; }
.cookie-bar p { font-size: 13px; color: var(--texte-clair); margin: 0; }
.cookie-bar__btns { display: flex; gap: 10px; }
.cookie-bar button { padding: 10px 22px; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; cursor: pointer; border-radius: 2px; border: 1px solid var(--or); font-family: var(--font-texte); }
.cookie-bar .accept { background: var(--or); color: #1a1206; }
.cookie-bar .refuse { background: transparent; color: var(--or); }

/* ---------- ANIMATIONS REVEAL ---------- */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .9s ease, transform .9s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@keyframes revealFallback { to { opacity: 1; transform: translateY(0); } }
.reveal { animation: revealFallback 0.9s ease 0.35s forwards; }
.reveal.delay-1 { transition-delay: .12s; animation-delay: .47s; }
.reveal.delay-2 { transition-delay: .24s; animation-delay: .59s; }
.reveal.delay-3 { transition-delay: .36s; animation-delay: .71s; }

@keyframes floatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* ---------- LIGHTBOX ---------- */
.lightbox { position: fixed; inset: 0; background: rgba(6, 5, 4, .95); display: flex; align-items: center; justify-content: center; z-index: 9999; opacity: 0; transition: opacity .3s ease; padding: 24px; }
.lightbox.active { opacity: 1; }
.lightbox img { max-width: 92%; max-height: 88%; object-fit: contain; border-radius: 3px; }
.lightbox__close { position: absolute; top: 22px; right: 28px; color: var(--or); font-size: 42px; line-height: 1; cursor: pointer; background: none; border: none; }

/* ---------- UTILITAIRE ---------- */
.center { text-align: center; }
.mt-40 { margin-top: 40px; }
.mb-40 { margin-bottom: 40px; }
.text-or { color: var(--or); }

/* ============================================================
   RESPONSIVE — MOBILE FIRST OVERRIDES
   ============================================================ */
@media (max-width: 1024px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .hero__badges { gap: 24px 34px; }
}

@media (max-width: 900px) {
  .grid--3 { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 40px; }
  .split--reverse .split__media { order: 0; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  /* menu mobile */
  .nav__cta { display: none; }
  .burger { display: flex; }
  .nav__menu {
    position: fixed; top: 0; right: -100%; width: min(86vw, 340px); height: 100vh;
    background: var(--noir-2); flex-direction: column; align-items: flex-start; justify-content: flex-start;
    padding: 100px 34px 40px; gap: 8px; transition: right .4s ease; z-index: 950;
    border-left: 1px solid rgba(201, 162, 39, .2); overflow-y: auto;
  }
  .nav__menu.open { right: 0; }
  .nav__menu li { width: 100%; border-bottom: 1px solid rgba(201, 162, 39, .1); }
  .nav__menu a { display: block; padding: 16px 0; font-size: 14px; letter-spacing: 2px; }
  .overlay { position: fixed; inset: 0; background: rgba(0, 0, 0, .6); opacity: 0; visibility: hidden; transition: all .4s ease; z-index: 940; }
  .overlay.show { opacity: 1; visibility: visible; }
}

@media (max-width: 768px) {
  .section { padding: 70px 0; }
  .hero { min-height: auto; }
  .hero__inner { padding: 70px 0 50px; }
  .grid { gap: 20px; }
  .grid--2, .grid--3 { grid-template-columns: 1fr; }
  .grid--4 { grid-template-columns: 1fr 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; gap: 12px; }
  .gallery__item.wide { grid-column: span 2; aspect-ratio: 16 / 10; }
  .form-row { grid-template-columns: 1fr; }
  .form-wrap { padding: 28px 22px; }
  .hero__badges { gap: 20px 28px; }
  .hero__badge strong { font-size: 1.6rem; }
  .footer__grid { grid-template-columns: 1fr; gap: 32px; }
  .page-hero { padding: 100px 0 50px; }
  .cta-band { padding: 60px 0; }
  .split__media::before { inset: -10px -10px 10px 10px; }
  .cookie-bar { flex-direction: column; align-items: stretch; text-align: center; }
  .cookie-bar__btns { justify-content: center; }
}

@media (max-width: 420px) {
  .grid--4 { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
  .gallery__item.wide { grid-column: span 1; aspect-ratio: 4 / 3; }
  .hero .btn { width: 100%; justify-content: center; }
}
