/* ==========================================================
   GUSTO Catering — premium one-page
   ========================================================== */

:root {
  --bg: #f6f1e7;          /* warm ivory */
  --bg-2: #efe8d9;        /* deeper ivory */
  --photo-filter: saturate(0.86) contrast(1.08) brightness(1.02) sepia(0.06);
  --paper: #fbf7ee;       /* card */
  --ink: #14253b;         /* deep navy */
  --ink-soft: #3d4d61;
  --muted: #6b7787;
  --line: #d9cfb9;
  --line-soft: #e8dfca;
  --gold: #b8924b;        /* champagne gold */
  --gold-deep: #927238;
  --olive: #6f7a4a;
  --accent: var(--gold);

  --serif: "Fraunces", "Cormorant Garamond", Georgia, serif;
  --sans:  "Manrope", "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;

  --maxw: 1280px;
  --pad-x: clamp(20px, 5vw, 64px);
  --section-y: clamp(72px, 10vw, 140px);

  --radius: 2px;
  --radius-lg: 6px;

  --shadow-sm: 0 1px 2px rgba(20, 37, 59, 0.06);
  --shadow-md: 0 14px 40px -18px rgba(20, 37, 59, 0.25);
  --shadow-lg: 0 30px 80px -30px rgba(20, 37, 59, 0.35);
}

/* dark / moody variant set by data-theme */
[data-theme="moody"] {
  --bg: #0f1620;
  --bg-2: #161f2c;
  --paper: #1a2433;
  --ink: #f3eadb;
  --ink-soft: #c7c2b3;
  --muted: #8a93a0;
  --line: #2c3849;
  --line-soft: #1f2937;
  --gold: #d6b06b;
  --gold-deep: #b08940;
  --olive: #95a06a;
}

[data-theme="riviera"] {
  --bg: #f3f0e7;
  --bg-2: #e8e3d2;
  --paper: #fbf8ef;
  --ink: #1d3a3a;
  --ink-soft: #3d5b5b;
  --muted: #6b7e7e;
  --line: #cfc8b5;
  --line-soft: #e2dcc8;
  --gold: #c08a4f;
  --gold-deep: #97683a;
  --olive: #6c7d4c;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; overflow-x: hidden; max-width: 100%; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

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

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

button, input, select, textarea {
  font: inherit;
  color: inherit;
}

::selection { background: var(--gold); color: #fff; }

/* ----- Type ----- */
.h-display {
  font-family: var(--serif);
  font-weight: 300;
  font-style: normal;
  letter-spacing: -0.02em;
  line-height: 0.98;
  font-variation-settings: "opsz" 144, "SOFT" 30;
  text-wrap: balance;
}
.h-display em {
  font-style: italic;
  font-weight: 300;
  color: var(--gold);
}
.eyebrow {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold-deep);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold);
  display: inline-block;
}
.lede {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.45;
  font-style: italic;
  color: var(--ink-soft);
  text-wrap: pretty;
}

/* ----- Layout ----- */
.wrap {
  max-width: var(--maxw);
  margin: 0 auto;
  padding-left: var(--pad-x);
  padding-right: var(--pad-x);
}
section {
  padding-top: var(--section-y);
  padding-bottom: var(--section-y);
  position: relative;
}
.section-divider {
  width: 100%;
  border: none;
  height: 1px;
  background: var(--line);
  margin: 0;
  opacity: 0.6;
}

/* ----- Header ----- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 50;
  padding: 18px 0;
  transition: background 200ms ease, backdrop-filter 200ms ease, border-color 200ms ease;
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  backdrop-filter: saturate(140%) blur(14px);
  -webkit-backdrop-filter: saturate(140%) blur(14px);
  border-bottom-color: var(--line-soft);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.brand-mark {
  width: 60px; height: 60px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  transition: width .25s ease, height .25s ease;
}
.site-header.is-scrolled .brand-mark {
  width: 44px; height: 44px;
}
.brand-mark img {
  width: 100%; height: 100%;
  object-fit: contain;
}
.brand-divider {
  display: none;
}
.brand-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1;
}
.brand-text .word {
  font-family: 'Cinzel', 'Cormorant Garamond', serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
}
.brand-text .word em {
  font-style: normal;
  font-weight: 400;
  color: var(--gold-deep);
  margin: 0 4px;
  font-size: 0.9em;
  position: relative;
  top: -1px;
}
.brand-text .sub {
  font-family: var(--sans);
  font-size: 8.5px;
  font-weight: 500;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: var(--muted);
}
.brand-mark.is-letter {
  border-radius: 50%;
  background: var(--ink);
  color: var(--bg);
  font-family: var(--serif);
  font-size: 17px;
  font-style: italic;
  letter-spacing: 0;
  font-weight: 400;
  width: 38px; height: 38px;
}
@media (max-width: 700px) {
  .brand-mark { width: 48px; height: 48px; }
  .site-header.is-scrolled .brand-mark { width: 40px; height: 40px; }
  .brand-divider { display: none; }
  .brand-text .word { font-size: 14px; letter-spacing: 0.18em; }
  .brand-text .sub { font-size: 8.5px; }
}
.brand-name strong {
  font-weight: 500;
}
.brand-tag {
  font-family: var(--sans);
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold-deep);
  display: block;
  margin-top: 2px;
  line-height: 1;
}
.nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav a {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--ink-soft);
  position: relative;
  transition: color 150ms ease;
}
.nav a:hover { color: var(--ink); }
.nav a::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 250ms ease;
}
.nav a:hover::after { transform: scaleX(1); }
.header-cta { display: inline-flex; align-items: center; gap: 10px; }

/* mobile menu */
.menu-btn {
  display: none;
  width: 42px; height: 42px;
  border: 1px solid var(--line);
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
  display: block;
  width: 16px; height: 1px;
  background: var(--ink);
  position: relative;
}
.menu-btn span::before,
.menu-btn span::after {
  content: ""; position: absolute; left: 0;
}
.menu-btn span::before { top: -5px; }
.menu-btn span::after { top: 5px; }

@media (max-width: 900px) {
  .nav { display: none; }
  .menu-btn { display: inline-flex; }
  .header-cta .btn-secondary,
  .header-cta .btn-primary { display: none; }
}

.mobile-nav {
  position: fixed;
  inset: 0;
  background: var(--bg);
  z-index: 60;
  padding: 80px var(--pad-x) 40px;
  transform: translateX(100%);
  transition: transform 280ms ease;
  display: flex;
  flex-direction: column;
}
.mobile-nav.is-open { transform: translateX(0); }
.mobile-nav .close {
  position: absolute; top: 24px; right: var(--pad-x);
  width: 42px; height: 42px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}
.mobile-nav .close::before,
.mobile-nav .close::after {
  content: "";
  position: absolute;
  inset: 50% 25%;
  height: 1px;
  background: var(--ink);
  transform-origin: center;
}
.mobile-nav .close::before { transform: rotate(45deg); }
.mobile-nav .close::after { transform: rotate(-45deg); }

.mobile-nav a {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 300;
  padding: 16px 0;
  border-bottom: 1px solid var(--line-soft);
}
.mobile-nav .footer-actions {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 24px;
}

/* ----- Buttons ----- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 200ms ease, background 200ms ease, color 200ms ease, border-color 200ms ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary {
  background: var(--ink);
  color: var(--bg);
}
.btn-primary:hover { background: #0a1626; }
.btn-secondary {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-secondary:hover {
  background: var(--ink);
  color: var(--bg);
}
.btn-ghost {
  background: transparent;
  color: var(--ink);
  padding: 10px 0;
  border-radius: 0;
  border-bottom: 1px solid var(--ink);
}
.btn-gold {
  background: var(--gold);
  color: #1a1306;
  border-color: var(--gold);
}
.btn-gold:hover { background: var(--gold-deep); border-color: var(--gold-deep); color: #fff; }

.btn-sm { padding: 10px 16px; font-size: 11px; }

/* arrow on cta */
.btn .arrow {
  width: 14px; height: 1px; background: currentColor;
  position: relative;
}
.btn .arrow::after {
  content: "";
  position: absolute;
  right: 0; top: -3px;
  width: 7px; height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg);
}

/* ----- Hero ----- */
.hero {
  padding-top: clamp(110px, 14vw, 160px);
  padding-bottom: clamp(60px, 8vw, 100px);
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
}
.hero-copy { max-width: 620px; }
.hero h1 {
  font-size: clamp(46px, 7.4vw, 112px);
  margin: 22px 0 28px;
}
.hero-sub {
  font-size: clamp(15px, 1.2vw, 17px);
  color: var(--ink-soft);
  max-width: 480px;
  margin: 0 0 36px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.hero-meta {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.hero-meta div { font-size: 12.5px; color: var(--ink-soft); line-height: 1.45; }
.hero-meta strong {
  display: block;
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  color: var(--ink);
  margin-bottom: 2px;
}

.hero-visual {
  position: relative;
  aspect-ratio: 4 / 5;
  height: clamp(420px, 64vh, 720px);
  width: 100%;
}
.hero-visual .img-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: var(--shadow-lg);
}
.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: var(--photo-filter);
}
.hero-visual .img-wrap.secondary {
  position: absolute;
  width: 44%;
  aspect-ratio: 3 / 4;
  height: auto;
  bottom: -32px;
  left: -32px;
  border: 6px solid var(--bg);
  z-index: 2;
  inset: auto auto -32px -32px;
}
.hero-visual .stamp {
  position: absolute;
  top: -28px;
  right: -28px;
  width: 132px; height: 132px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--ink);
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: 13px;
  font-style: italic;
  text-align: center;
  line-height: 1.25;
  z-index: 3;
  transform: rotate(-8deg);
  box-shadow: var(--shadow-md);
}
.hero-visual .stamp .num {
  display: block;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 2px;
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: minmax(0, 1fr); }
  .hero-grid > * { min-width: 0; }
  .hero-visual { height: 64vh; }
  .hero-visual .img-wrap.secondary { inset: auto auto -16px 0; width: 38%; }
  .hero-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-meta div, .hero-meta strong { overflow-wrap: anywhere; word-break: break-word; }
  .hero-visual .stamp { width: 100px; height: 100px; font-size: 11px; top: -20px; right: -10px; }
  .hero-visual .stamp .num { font-size: 24px; }
}

/* ----- Marquee strip ----- */
.marquee {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
  overflow: hidden;
  background: var(--bg-2);
}
.marquee-track {
  display: flex;
  gap: 64px;
  white-space: nowrap;
  animation: marquee 40s linear infinite;
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--ink-soft);
}
.marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: 64px;
}
.marquee-track .dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold);
  display: inline-block;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ----- Brand promise ----- */
.promise-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: start;
}
.promise-copy h2 {
  font-size: clamp(34px, 4.5vw, 60px);
  margin: 18px 0 24px;
}
.promise-copy p {
  font-size: 16px;
  color: var(--ink-soft);
  max-width: 46ch;
  margin: 0 0 18px;
}
.promise-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.promise-points > div {
  background: var(--bg);
  padding: 28px 22px;
}
.promise-points h4 {
  font-family: var(--serif);
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  margin: 0 0 8px;
  color: var(--ink);
}
.promise-points p {
  font-size: 13.5px;
  color: var(--ink-soft);
  margin: 0;
  line-height: 1.5;
}
.promise-points .num {
  font-family: var(--serif);
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--gold-deep);
  display: block;
  margin-bottom: 14px;
}
@media (max-width: 800px) {
  .promise-grid { grid-template-columns: 1fr; }
  .promise-points { grid-template-columns: 1fr; }
}

/* ----- Services ----- */
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 32px;
  margin-bottom: clamp(40px, 5vw, 72px);
  flex-wrap: wrap;
}
.section-head h2 {
  font-size: clamp(34px, 4.6vw, 64px);
  margin: 14px 0 0;
  flex: 1;
  max-width: 14ch;
}
.section-head .lede { max-width: 38ch; }

.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.service {
  background: var(--bg);
  padding: 36px 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  transition: background 220ms ease;
}
.service:hover { background: var(--paper); }
.service .num {
  font-family: var(--serif);
  font-size: 14px;
  font-style: italic;
  color: var(--gold-deep);
  letter-spacing: 0.15em;
}
.service h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.05;
  margin: 0;
  letter-spacing: -0.01em;
}
.service p {
  font-size: 14px;
  color: var(--ink-soft);
  margin: 0;
  line-height: 1.55;
}
.service .visual {
  aspect-ratio: 4 / 3;
  background: var(--bg-2);
  margin-top: 8px;
  overflow: hidden;
  position: relative;
}
.service .visual img {
  width: 100%; height: 100%; object-fit: cover;
  filter: var(--photo-filter);
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.service:hover .visual img { transform: scale(1.04); }
.service .cta {
  margin-top: auto;
  padding-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
  align-self: flex-start;
}
.service .cta::after {
  content: "→";
  font-family: var(--serif);
  font-size: 16px;
  color: var(--gold);
  transition: transform 220ms ease;
}
.service:hover .cta::after { transform: translateX(4px); }

@media (max-width: 900px) {
  .services { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .services { grid-template-columns: 1fr; }
}

/* ----- Zones ----- */
.zones {
  background: var(--ink);
  color: var(--bg);
  padding-top: var(--section-y);
  padding-bottom: var(--section-y);
  position: relative;
  overflow: hidden;
}
.zones .eyebrow { color: var(--gold); }
.zones h2 {
  font-size: clamp(38px, 5.6vw, 84px);
  margin: 16px 0 32px;
  color: var(--bg);
}
.zones h2 em { color: var(--gold); }
.zones p { color: color-mix(in srgb, var(--bg) 75%, transparent); max-width: 50ch; }
.zones-list {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border-top: 1px solid color-mix(in srgb, var(--bg) 18%, transparent);
}
.zone {
  padding: 28px 16px 24px;
  border-right: 1px solid color-mix(in srgb, var(--bg) 18%, transparent);
  position: relative;
  transition: background 220ms ease;
}
.zone:last-child { border-right: none; }
.zone:hover { background: color-mix(in srgb, var(--bg) 6%, transparent); }
.zone .num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 13px;
  color: var(--gold);
  display: block;
  margin-bottom: 12px;
}
.zone h4 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: 28px;
  margin: 0 0 4px;
  color: var(--bg);
}
.zone .meta {
  font-size: 11.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--gold) 80%, var(--bg));
}
@media (max-width: 900px) { .zones-list { grid-template-columns: repeat(3, 1fr); } .zone { border-bottom: 1px solid color-mix(in srgb, var(--bg) 18%, transparent); } .zone:nth-child(3n) { border-right: none; } }
@media (max-width: 540px) { .zones-list { grid-template-columns: 1fr 1fr; } .zone:nth-child(3n) { border-right: 1px solid color-mix(in srgb, var(--bg) 18%, transparent); } .zone:nth-child(2n) { border-right: none; } }

/* map shape */
.zones .coast {
  position: absolute;
  right: -6%;
  top: 8%;
  width: 46%;
  opacity: 0.13;
  pointer-events: none;
}
@media (max-width: 900px) { .zones .coast { display: none; } }

/* ----- Galerie ----- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: clamp(120px, 13vw, 180px);
  gap: 12px;
}
.gallery-grid .g {
  overflow: hidden;
  background: var(--bg-2);
  position: relative;
  margin: 0;
  aspect-ratio: auto;
}
.gallery-grid .g img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: var(--photo-filter);
  transition: transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1), filter .4s ease;
}
.gallery-grid .g:hover img { transform: scale(1.04); filter: var(--photo-filter) brightness(1.04); }
.gallery-grid .g .cap {
  position: absolute; left: 14px; bottom: 12px;
  font-family: 'DM Mono', monospace;
  font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase; color: #fff;
  padding: 6px 10px;
  background: rgba(14, 31, 46, 0.62);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .25s ease, transform .25s ease;
}
.gallery-grid .g:hover .cap { opacity: 1; transform: translateY(0); }

/* clean editorial layout — 12 cols × 4 rows, no negative margins */
.gallery-grid .g1  { grid-column: 1 / span 7;  grid-row: span 2; }
.gallery-grid .g2  { grid-column: 8 / span 5;  grid-row: span 1; }
.gallery-grid .g3  { grid-column: 8 / span 5;  grid-row: span 1; }
.gallery-grid .g4  { grid-column: 1 / span 4;  grid-row: span 1; }
.gallery-grid .g5  { grid-column: 5 / span 4;  grid-row: span 1; }
.gallery-grid .g6  { grid-column: 9 / span 4;  grid-row: span 1; }
.gallery-grid .g7  { grid-column: 1 / span 5;  grid-row: span 1; }
.gallery-grid .g8  { grid-column: 6 / span 7;  grid-row: span 1; }

@media (max-width: 900px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 44vw;
    gap: 8px;
  }
  .gallery-grid .g { grid-column: auto !important; grid-row: auto !important; }
  .gallery-grid .g1, .gallery-grid .g8 {
    grid-column: 1 / -1 !important;
    grid-row: span 1 !important;
  }
  .gallery-grid .g .cap { opacity: 1; transform: none; }
}

/* ----- Process ----- */
.process {
  background: var(--bg-2);
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: clamp(40px, 5vw, 72px);
}
.step {
  background: var(--bg-2);
  padding: 36px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.step .num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 64px;
  font-weight: 300;
  line-height: 1;
  color: var(--gold);
}
.step h4 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 24px;
  margin: 0;
  line-height: 1.15;
}
.step p { font-size: 14px; color: var(--ink-soft); margin: 0; }
@media (max-width: 900px) { .process-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .process-grid { grid-template-columns: 1fr; } }

/* ----- Form (multi-step) ----- */
.form-section { background: var(--paper); }
.form-card {
  background: var(--bg);
  border: 1px solid var(--line);
  padding: clamp(28px, 4vw, 56px);
  margin-top: clamp(40px, 5vw, 64px);
  position: relative;
}
.steps-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 36px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.steps-bar .step-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
}
.steps-bar .step-pill .dot {
  width: 22px; height: 22px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  font-family: var(--serif);
  font-size: 12px;
  font-style: italic;
  color: var(--muted);
  background: var(--bg);
}
.steps-bar .step-pill.is-active { color: var(--ink); }
.steps-bar .step-pill.is-active .dot {
  background: var(--ink); color: var(--bg); border-color: var(--ink);
}
.steps-bar .step-pill.is-done .dot {
  background: var(--gold); color: #fff; border-color: var(--gold);
}
.steps-bar .sep {
  flex: 1; height: 1px; background: var(--line);
  max-width: 60px;
}

.form-step h3 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(28px, 3vw, 40px);
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.form-step .sub {
  color: var(--ink-soft);
  margin: 0 0 32px;
  font-size: 15px;
}

.field-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
}
.field-grid .full { grid-column: 1 / -1; }
@media (max-width: 640px) { .field-grid { grid-template-columns: 1fr; } }

.field { display: flex; flex-direction: column; gap: 8px; }
.field label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-soft);
}
.field label .req { color: var(--gold-deep); }
.field input,
.field select,
.field textarea {
  padding: 14px 14px;
  border: 1px solid var(--line);
  background: var(--bg);
  border-radius: var(--radius);
  font-family: var(--sans);
  font-size: 15px;
  color: var(--ink);
  transition: border-color 180ms ease, background 180ms ease;
}
.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--ink);
  background: var(--paper);
}
.field textarea { min-height: 120px; resize: vertical; }
.field.is-error input,
.field.is-error select,
.field.is-error textarea { border-color: #b04545; }
.field-error { color: #b04545; font-size: 12px; margin-top: 4px; }

/* segmented selector */
.seg {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 8px;
}
.seg button {
  padding: 14px 14px;
  border: 1px solid var(--line);
  background: var(--bg);
  border-radius: var(--radius);
  cursor: pointer;
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  text-align: left;
  transition: all 160ms ease;
  display: flex;
  align-items: center;
  gap: 10px;
}
.seg button:hover { border-color: var(--ink-soft); background: var(--paper); }
.seg button.is-active {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--bg);
}
.seg button .glyph {
  font-family: var(--serif);
  font-style: italic;
  font-size: 16px;
  color: var(--gold);
  width: 18px;
  text-align: center;
}
.seg button.is-active .glyph { color: var(--gold); }

.consent {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: 13px;
  color: var(--ink-soft);
  margin-top: 16px;
  line-height: 1.5;
}
.consent input { margin-top: 3px; accent-color: var(--ink); }

.form-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.form-nav .btn[disabled] { opacity: 0.55; cursor: not-allowed; }

.form-error {
  margin-top: 24px;
  padding: 14px 18px;
  border: 1px solid #d9a5a5;
  background: #fbecec;
  color: #8c2a2a;
  border-radius: var(--radius-lg);
  font-size: 14px;
  line-height: 1.5;
}

.form-success {
  text-align: center;
  padding: 40px 0 20px;
}
.form-success .check {
  width: 72px; height: 72px;
  border-radius: 50%;
  background: var(--gold);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 30px;
  margin: 0 auto 24px;
}
.form-success h3 {
  font-family: var(--serif);
  font-weight: 300;
  font-size: clamp(28px, 3vw, 40px);
  margin: 0 0 12px;
}
.form-success p { color: var(--ink-soft); max-width: 50ch; margin: 0 auto; }

/* form aside */
.form-shell {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: clamp(40px, 6vw, 96px);
  align-items: start;
}
.form-shell h2 {
  font-size: clamp(36px, 4.5vw, 64px);
  margin: 14px 0 24px;
}
.form-shell aside p { color: var(--ink-soft); max-width: 36ch; }
.form-shell aside .quick {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form-shell aside .quick a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--ink);
}
.form-shell aside .quick .ic {
  width: 38px; height: 38px;
  border-radius: 50%;
  border: 1px solid var(--line);
  display: grid; place-items: center;
  font-family: var(--serif);
  font-style: italic;
  color: var(--gold);
}
.form-shell aside .quick small { display: block; color: var(--muted); font-size: 11px; letter-spacing: 0.12em; text-transform: uppercase; }

@media (max-width: 900px) {
  .form-shell { grid-template-columns: minmax(0, 1fr); }
  .form-shell > * { min-width: 0; }
  .seg { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .seg button { white-space: normal; word-break: break-word; padding: 12px 8px; font-size: 12.5px; }
}
@media (max-width: 420px) {
  .seg { grid-template-columns: minmax(0, 1fr); }
}

/* ----- Footer ----- */
.site-footer {
  background: var(--ink);
  color: var(--bg);
  padding: clamp(56px, 7vw, 96px) 0 32px;
}
.site-footer .grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 64px;
  border-bottom: 1px solid color-mix(in srgb, var(--bg) 16%, transparent);
}
.site-footer h5 {
  font-family: var(--sans);
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 18px;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.site-footer a { color: color-mix(in srgb, var(--bg) 80%, transparent); font-size: 14px; }
.site-footer a:hover { color: var(--bg); }
.site-footer .lockup p {
  color: color-mix(in srgb, var(--bg) 70%, transparent);
  font-size: 14px;
  max-width: 36ch;
  margin: 16px 0 0;
}
.site-footer .legal {
  margin-top: 32px;
  display: flex; justify-content: space-between; gap: 24px;
  font-size: 12px;
  color: color-mix(in srgb, var(--bg) 60%, transparent);
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .site-footer .grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-footer .grid > * { min-width: 0; }
}
@media (max-width: 540px) {
  .site-footer .grid { grid-template-columns: minmax(0, 1fr); }
  .site-footer .legal { flex-direction: column; align-items: flex-start; }
}

/* ----- Floating WhatsApp ----- */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 40;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 12px 30px -8px rgba(37, 211, 102, 0.55);
  transition: transform 200ms ease;
}
.whatsapp-float:hover { transform: scale(1.06); }
.whatsapp-float svg { width: 28px; height: 28px; }

/* small reveal */
.reveal { opacity: 0; transform: translateY(16px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.in { opacity: 1; transform: none; }

/* ====== Loader ====== */
.boot-loader {
  position: fixed; inset: 0;
  background: var(--bg);
  display: grid; place-items: center;
  z-index: 99;
}
.boot-loader .spin {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 2px solid var(--line);
  border-top-color: var(--gold);
  animation: rot 800ms linear infinite;
}
@keyframes rot { to { transform: rotate(360deg); } }

/* ====== Évenements teaser (homepage) ====== */
.evenements-teaser { padding: var(--section-y) 0; background: var(--paper); }
.evenements-teaser .wrap { padding: 0 var(--pad-x); max-width: var(--maxw); margin: 0 auto; }

.events-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 56px;
}
.event-card {
  display: flex;
  flex-direction: column;
  background: var(--bg);
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--line-soft);
  overflow: hidden;
  transition: border-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}
.event-card:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.event-card-visual {
  aspect-ratio: 4 / 3;
  background: var(--bg-2);
  position: relative;
  overflow: hidden;
}
.event-card-visual img {
  width: 100%; height: 100%; object-fit: cover;
  filter: var(--photo-filter);
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.event-card:hover .event-card-visual img { transform: scale(1.05); }
.event-card-badge {
  position: absolute; top: 16px; left: 16px;
  padding: 6px 12px;
  background: rgba(255, 255, 255, 0.92);
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.event-card-body {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.event-card-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.event-card-meta .dot {
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--muted);
  display: inline-block;
}
.event-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0;
}
.event-card p {
  font-size: 14px;
  color: var(--ink-soft);
  margin: 0;
  line-height: 1.55;
}
.event-card-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-deep);
  padding-top: 4px;
}
.event-card-cta .arrow {
  width: 18px; height: 1px;
  background: var(--gold);
  position: relative;
  transition: width 220ms ease;
}
.event-card-cta .arrow::after {
  content: ""; position: absolute; right: 0; top: -3px;
  width: 7px; height: 7px;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  transform: rotate(45deg);
}
.event-card:hover .event-card-cta .arrow { width: 28px; }

.evenements-more { margin-top: 56px; text-align: center; }

/* ====== Actualités teaser (homepage) ====== */
.actualites-teaser { padding: var(--section-y) 0; background: var(--bg); }
.actualites-teaser .wrap { padding: 0 var(--pad-x); max-width: var(--maxw); margin: 0 auto; }

.actus-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  margin-top: 56px;
}
.actu-card {
  display: flex;
  flex-direction: column;
  background: var(--bg);
  text-decoration: none;
  color: inherit;
  padding: 32px 28px;
  gap: 16px;
  transition: background 220ms ease;
}
.actu-card:hover { background: var(--paper); }
.actu-card-visual {
  aspect-ratio: 5 / 3;
  background: var(--bg-2);
  overflow: hidden;
  margin: -32px -28px 8px;
}
.actu-card-visual img {
  width: 100%; height: 100%; object-fit: cover;
  filter: var(--photo-filter);
  transition: transform 600ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.actu-card:hover .actu-card-visual img { transform: scale(1.04); }
.actu-card-meta {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.actu-card h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0;
}
.actu-card p {
  font-size: 14px;
  color: var(--ink-soft);
  margin: 0;
  line-height: 1.55;
}
.actu-card-cta {
  margin-top: auto;
  padding-top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink);
}
.actu-card-cta .arrow {
  width: 18px; height: 1px;
  background: var(--gold);
  position: relative;
}
.actu-card-cta .arrow::after {
  content: ""; position: absolute; right: 0; top: -3px;
  width: 7px; height: 7px;
  border-top: 1px solid var(--gold);
  border-right: 1px solid var(--gold);
  transform: rotate(45deg);
}

.actualites-more { margin-top: 56px; text-align: center; }

@media (max-width: 900px) {
  .events-grid, .actus-grid { grid-template-columns: 1fr; }
}

/* ====== Prerendered pages — shared chrome ====== */
.page-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: var(--bg);
  border-bottom: 1px solid var(--line-soft);
}
.page-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px var(--pad-x);
  max-width: var(--maxw);
  margin: 0 auto;
  gap: 24px;
}
.page-header .brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.page-header .brand-mark { width: 40px; height: 40px; display: grid; place-items: center; }
.page-header .brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.page-header .brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.page-header .brand-text .word { font-family: var(--serif); font-size: 18px; font-weight: 400; color: var(--ink); }
.page-header .brand-text .sub { font-size: 11px; letter-spacing: 0.06em; color: var(--muted); text-transform: uppercase; }
.page-header .header-cta { display: flex; gap: 12px; }

.page-footer-mini {
  background: var(--ink);
  color: var(--bg);
  padding: 28px var(--pad-x);
  margin-top: 80px;
}
.page-footer-mini .wrap { max-width: var(--maxw); margin: 0 auto; }
.page-footer-mini .legal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.page-footer-mini a { color: rgba(255, 255, 255, 0.75); text-decoration: none; }
.page-footer-mini a:hover { color: var(--bg); }

/* ====== Entry page (single évén / actu) ====== */
.entry-page {
  padding: clamp(40px, 6vw, 72px) 0 clamp(60px, 8vw, 100px);
  background: var(--bg);
}
.entry-page .wrap {
  max-width: 880px;
  padding: 0 var(--pad-x);
  margin: 0 auto;
}
.entry-back {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--muted);
  text-decoration: none;
  margin-bottom: 28px;
  transition: color 200ms ease;
}
.entry-back:hover { color: var(--ink); }
.entry-page .eyebrow { margin-bottom: 10px; }
.entry-page h1.h-display {
  font-size: clamp(40px, 6vw, 76px);
  margin: 0 0 24px;
  max-width: 24ch;
}
.entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--muted);
  margin-bottom: 32px;
}
.entry-meta .dot {
  width: 3px; height: 3px;
  border-radius: 50%;
  background: var(--muted);
  display: inline-block;
}
.entry-summary {
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.5;
  color: var(--ink-soft);
  max-width: 60ch;
  margin: 0 0 40px;
}
.entry-cover {
  margin: 0 0 56px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--bg-2);
}
.entry-cover img {
  width: 100%; height: 100%; object-fit: cover;
  filter: var(--photo-filter);
}
.entry-body {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 65ch;
}
.entry-body h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(26px, 2.5vw, 34px);
  letter-spacing: -0.01em;
  color: var(--ink);
  margin: 48px 0 16px;
  padding-top: 24px;
  border-top: 1px solid var(--line-soft);
}
.entry-body h2:first-child { padding-top: 0; border-top: none; margin-top: 0; }
.entry-body h3 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: 22px;
  color: var(--ink);
  margin: 32px 0 12px;
}
.entry-body p { margin: 0 0 16px; }
.entry-body p strong { color: var(--ink); font-weight: 600; }
.entry-body ul, .entry-body ol { padding-left: 1.4em; margin: 0 0 16px; }
.entry-body li { margin-bottom: 6px; }
.entry-body blockquote {
  margin: 32px 0;
  padding: 20px 28px;
  border-left: 2px solid var(--gold);
  font-family: var(--serif);
  font-style: italic;
  font-size: 20px;
  color: var(--ink);
  line-height: 1.45;
}
.entry-body a { color: var(--gold-deep); text-decoration: underline; text-underline-offset: 3px; }
.entry-body a:hover { color: var(--ink); }
.entry-body img {
  margin: 32px 0;
  width: 100%;
  height: auto;
}

.entry-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 64px 0;
}
.entry-gallery figure { margin: 0; }
.entry-gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: var(--photo-filter);
}
.entry-gallery figcaption {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--muted);
  margin-top: 8px;
  text-align: center;
}

.entry-cta {
  margin-top: 80px;
  padding: 40px clamp(28px, 5vw, 56px);
  background: var(--paper);
  border: 1px solid var(--line-soft);
  text-align: center;
}
.entry-cta h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(24px, 2.5vw, 32px);
  margin: 0 0 12px;
  color: var(--ink);
}
.entry-cta p {
  color: var(--ink-soft);
  margin: 0 0 24px;
  max-width: 50ch;
  margin-inline: auto;
}

/* ====== List pages (/evenements/, /actualites/) ====== */
.list-page {
  padding: clamp(60px, 8vw, 100px) 0 clamp(80px, 10vw, 120px);
  background: var(--bg);
}
.list-page .wrap {
  max-width: var(--maxw);
  padding: 0 var(--pad-x);
  margin: 0 auto;
}
.list-page .eyebrow { margin-bottom: 14px; }
.list-page h1.h-display {
  font-size: clamp(48px, 7vw, 96px);
  margin: 0 0 24px;
}
.list-page .lede {
  font-size: clamp(17px, 1.5vw, 20px);
  color: var(--ink-soft);
  max-width: 60ch;
  margin: 0 0 64px;
}
.list-empty {
  text-align: center;
  padding: 80px 0;
  color: var(--muted);
  font-style: italic;
}

@media (max-width: 640px) {
  .entry-gallery { grid-template-columns: 1fr; }
  .page-header .brand-text .sub { display: none; }
  .page-header .header-cta .btn-secondary { display: none; }
}

/* ====== Legal pages (mentions-légales, politique-confidentialité) ====== */
.legal-page {
  padding: clamp(64px, 9vw, 120px) 0 clamp(80px, 10vw, 140px);
  background: var(--bg);
  color: var(--ink);
}
.legal-page .wrap {
  max-width: 820px;
  padding-inline: var(--pad-x);
  margin-inline: auto;
}
.legal-back {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: var(--muted);
  margin-bottom: 28px;
  text-decoration: none;
  transition: color 200ms ease;
}
.legal-back:hover { color: var(--ink); }
.legal-page h1.h-display {
  font-size: clamp(40px, 6vw, 76px);
  margin: 10px 0 28px;
}
.legal-page .lede {
  font-size: clamp(17px, 1.5vw, 19px);
  color: var(--ink-soft);
  margin-bottom: 48px;
  max-width: 62ch;
}
.legal-page h2 {
  font-family: var(--serif);
  font-weight: 400;
  font-size: clamp(22px, 2.2vw, 28px);
  letter-spacing: -0.01em;
  margin: 56px 0 14px;
  padding-top: 32px;
  border-top: 1px solid var(--line-soft);
}
.legal-page h2:first-of-type { padding-top: 0; border-top: none; margin-top: 0; }
.legal-page p {
  color: var(--ink-soft);
  margin: 0 0 14px;
  max-width: 65ch;
}
.legal-page ul {
  color: var(--ink-soft);
  padding-left: 1.3em;
  margin: 0 0 16px;
  max-width: 65ch;
}
.legal-page ul li { margin-bottom: 6px; }
.legal-page a { color: var(--gold-deep); text-decoration: underline; text-underline-offset: 3px; }
.legal-page a:hover { color: var(--ink); }
.legal-page strong { color: var(--ink); font-weight: 600; }
.legal-dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 32px;
  row-gap: 10px;
  margin: 12px 0 20px;
  font-size: 15px;
}
.legal-dl dt {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  align-self: baseline;
  padding-top: 3px;
}
.legal-dl dd {
  margin: 0;
  color: var(--ink);
}
.legal-updated {
  margin-top: 40px;
  color: var(--muted);
  font-size: 13px;
}
@media (max-width: 640px) {
  .legal-dl {
    grid-template-columns: 1fr;
    row-gap: 4px;
  }
  .legal-dl dt { margin-top: 12px; }
}
