@import url("../fonts/fonts.css");

/* =================================================================
   BCBG CAFÉ — Design system
   Direction: « salon de thé au crépuscule » — espresso + lumière ambrée,
   brique terracotta, sauge, blush, crème. Tokens centralisés (anti-slop #10).
   ================================================================= */

:root {
  /* — Palette (extraite des photos réelles du lieu) — */
  --c-espresso:    #1c1714;
  --c-espresso-2:  #251d18;
  --c-espresso-3:  #2f2620;
  --c-ink:         #241d18;
  --c-amber:       #d9a04a;
  --c-amber-soft:  #ecc585;
  --c-terracotta:  #b05b3b;
  --c-terracotta-ink: #934324;   /* assombri pour texte AA sur crème */
  --c-sage:        #6e7a5a;
  --c-sage-ink:    #515c40;
  --c-cream:       #f4ecde;
  --c-cream-3:     #efe3d1;
  --c-paper:       #fffaf2;

  /* — Tokens sémantiques (contexte clair par défaut) — */
  --bg:        var(--c-cream);
  --surface:   var(--c-paper);
  --surface-2: var(--c-cream-3);
  --text:      var(--c-ink);
  --text-soft: #5b4e43;
  --accent:    var(--c-terracotta-ink);
  --accent-2:  var(--c-sage-ink);
  --on-accent: #fff8ee;
  --on-image:  #fff6e8;          /* text over dark photos */
  --scrim-rgb: 20, 15, 12;        /* gradient over feature images */
  --line:      rgba(36, 29, 24, .14);
  --line-2:    rgba(36, 29, 24, .08);
  --focus:     var(--c-terracotta-ink);
  --danger:    var(--c-terracotta-ink);  /* AA on cream */
  --ok:        #4c5a38;

  /* — Échelle d'espace (base 4 / 8) — */
  --s-1: .25rem;  --s-2: .5rem;  --s-3: .75rem; --s-4: 1rem;
  --s-5: 1.5rem;  --s-6: 2rem;   --s-7: 3rem;   --s-8: 4rem;
  --s-9: 6rem;    --s-10: 8rem;

  /* — Échelle typographique (modulaire, fluide) — */
  --fs-100: .8125rem;
  --fs-200: .9375rem;
  --fs-300: 1.0625rem;
  --fs-400: clamp(1.15rem, 1.05rem + .5vw, 1.35rem);
  --fs-500: clamp(1.4rem, 1.18rem + 1vw, 1.95rem);
  --fs-600: clamp(1.95rem, 1.5rem + 2.1vw, 3rem);
  --fs-700: clamp(2.5rem, 1.85rem + 3.4vw, 4.4rem);
  --fs-800: clamp(3.1rem, 2rem + 5.6vw, 6.2rem);

  --ff-display: "Fraunces", "Iowan Old Style", Palatino, "Palatino Linotype", Georgia, serif;
  --ff-body: "Hanken Grotesk", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --ff-script: "Caveat", "Segoe Script", cursive;

  /* — Forme & profondeur — */
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 20px;
  --radius-pill: 999px;
  --container: 74rem;
  --gutter: clamp(1.25rem, 4vw, 3rem);

  --shadow-sm: 0 1px 2px rgba(28,23,20,.05), 0 3px 10px -4px rgba(28,23,20,.10);
  --shadow-md: 0 8px 30px -12px rgba(28,23,20,.28), 0 2px 6px -3px rgba(28,23,20,.12);
  --shadow-lg: 0 30px 60px -24px rgba(28,23,20,.45);
  --glow: 0 0 18px rgba(217,160,74,.55), 0 0 44px rgba(217,160,74,.35);

  /* — Motion (cf. emil) — */
  --ease-out: cubic-bezier(.23, 1, .32, 1);
  --dur-fast: 140ms;
  --dur: 220ms;
  --dur-slow: 360ms;

  --z-nav: 100;
  --z-overlay: 200;
}

/* — Contexte sombre — */
.is-dark {
  --bg:        var(--c-espresso);
  --surface:   var(--c-espresso-2);
  --surface-2: var(--c-espresso-3);
  --text:      var(--c-cream);
  --text-soft: rgba(244, 236, 222, .74);
  --accent:    var(--c-amber);
  --accent-2:  var(--c-amber-soft);
  --on-accent: var(--c-espresso);
  --line:      rgba(244, 236, 222, .16);
  --line-2:    rgba(244, 236, 222, .09);
  --focus:     var(--c-amber);
  --danger:    #ec9b7c;  /* AA on espresso */
  --ok:        #a9bd8e;
  color: var(--text);
  background: var(--bg);
}

/* =================================================================
   Reset / base
   ================================================================= */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  font-family: var(--ff-body);
  font-size: var(--fs-300);
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-synthesis: none;
  overflow-x: hidden;
}

img, picture, svg, video { display: block; max-width: 100%; height: auto; }
a { color: var(--accent); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { text-decoration-color: currentColor; }
input, button, textarea, select { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; }
::selection { background: var(--c-amber); color: var(--c-espresso); }

h1, h2, h3, h4 {
  font-family: var(--ff-display);
  font-weight: 460;
  line-height: 1.08;
  letter-spacing: -.015em;
  font-optical-sizing: auto;
  text-wrap: balance;
}

/* =================================================================
   Layout primitives
   ================================================================= */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.container--narrow { max-width: 52rem; }

.section { padding-block: clamp(3.5rem, 8vw, 7rem); position: relative; }
.section--tight { padding-block: clamp(2.5rem, 5vw, 4rem); }

.stack > * + * { margin-top: var(--flow, var(--s-4)); }
.cluster { display: flex; flex-wrap: wrap; gap: var(--s-3); align-items: center; }

.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: var(--s-4); top: -4rem; z-index: 1000;
  background: var(--c-espresso); color: var(--c-cream);
  padding: .7rem 1.1rem; border-radius: var(--radius-sm); box-shadow: var(--shadow-md);
  transition: top var(--dur) var(--ease-out);
}
.skip-link:focus { top: var(--s-4); }

/* — Eyebrow / kicker — */
.eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-size: var(--fs-100); font-weight: 600; letter-spacing: .16em;
  text-transform: uppercase; color: var(--accent);
}
.eyebrow::before {
  content: ""; width: 1.6rem; height: 1px; background: currentColor; opacity: .6;
}
.eyebrow--plain::before { display: none; }

.lead { font-size: var(--fs-400); color: var(--text-soft); line-height: 1.55; }
.muted { color: var(--text-soft); }
.serif-italic { font-family: var(--ff-display); font-style: italic; font-weight: 400; }

/* =================================================================
   Buttons
   ================================================================= */
.btn {
  --btn-bg: var(--accent); --btn-fg: var(--on-accent);
  display: inline-flex; align-items: center; gap: .55rem;
  padding: .85rem 1.4rem; border-radius: var(--radius-pill);
  background: var(--btn-bg); color: var(--btn-fg);
  font-weight: 600; font-size: var(--fs-200); letter-spacing: .01em;
  text-decoration: none; border: 1px solid transparent; cursor: pointer;
  transition: transform var(--dur-fast) var(--ease-out), box-shadow var(--dur) var(--ease-out), background var(--dur) var(--ease-out);
  box-shadow: var(--shadow-sm);
}
.btn:hover { box-shadow: var(--shadow-md); transform: translateY(-1px); }
.btn:active { transform: scale(.975); }
.btn--amber { --btn-bg: var(--c-amber); --btn-fg: var(--c-espresso); }
.btn--ghost {
  --btn-bg: transparent; --btn-fg: var(--text);
  border-color: var(--line); box-shadow: none;
}
.btn--ghost:hover { border-color: currentColor; box-shadow: none; background: color-mix(in srgb, var(--text) 6%, transparent); }
.btn .ic { width: 1.05em; height: 1.05em; }

/* =================================================================
   Top navigation
   ================================================================= */
.site-header {
  position: sticky; top: 0; z-index: var(--z-nav);
  transition: background var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out), border-color var(--dur);
  border-bottom: 1px solid transparent;
}
.site-header--solid { background: var(--c-espresso); border-bottom-color: var(--line-2); }
.site-header.is-stuck {
  background: color-mix(in srgb, var(--c-espresso) 92%, transparent);
  backdrop-filter: saturate(140%) blur(10px);
  border-bottom-color: var(--line-2);
  box-shadow: 0 6px 24px -18px rgba(0,0,0,.8);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: var(--s-5); min-height: 4.6rem; }
.brand {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--ff-display); font-weight: 600; font-size: 1.35rem;
  letter-spacing: .02em; color: var(--text); text-decoration: none;
}
.brand .mark { width: 2.1rem; height: 2.1rem; flex: none; }
.brand small { display: block; font-family: var(--ff-body); font-weight: 500; font-size: .62rem; letter-spacing: .28em; text-transform: uppercase; color: var(--accent); margin-top: 1px; }
.nav-links { display: flex; align-items: center; gap: clamp(.6rem, 2vw, 2rem); list-style: none; padding: 0; }
.nav-links a {
  color: var(--text); text-decoration: none; font-weight: 500; font-size: var(--fs-200);
  padding: .4rem .2rem; position: relative;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: .1rem; height: 2px;
  background: var(--accent); transition: right var(--dur) var(--ease-out);
}
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { right: 0; }
.nav-actions { display: flex; align-items: center; gap: var(--s-3); }
.nav-toggle { display: none; }

@media (max-width: 53rem) {
  .nav-actions .btn--call-label { display: none; }
  .nav-toggle {
    display: inline-flex; align-items: center; justify-content: center;
    width: 2.8rem; height: 2.8rem; border-radius: var(--radius-sm);
    background: transparent; border: 1px solid var(--line); color: var(--text); cursor: pointer;
  }
  .nav-toggle .bar { width: 18px; height: 2px; background: currentColor; position: relative; transition: background var(--dur-fast); }
  .nav-toggle .bar::before, .nav-toggle .bar::after { content:""; position:absolute; left:0; width:18px; height:2px; background: currentColor; transition: transform var(--dur) var(--ease-out); }
  .nav-toggle .bar::before { top: -6px; } .nav-toggle .bar::after { top: 6px; }
  .nav[data-open="true"] .nav-toggle .bar { background: transparent; }
  .nav[data-open="true"] .nav-toggle .bar::before { transform: translateY(6px) rotate(45deg); }
  .nav[data-open="true"] .nav-toggle .bar::after { transform: translateY(-6px) rotate(-45deg); }

  .nav-links {
    position: absolute; inset: 100% 0 auto 0;
    flex-direction: column; align-items: stretch; gap: 0;
    background: var(--c-espresso); border-top: 1px solid var(--line-2);
    padding: var(--s-3) var(--gutter) var(--s-5);
    clip-path: inset(0 0 100% 0); transition: clip-path var(--dur-slow) var(--ease-out);
  }
  .nav[data-open="true"] .nav-links { clip-path: inset(0 0 0 0); box-shadow: var(--shadow-lg); }
  .nav-links a { color: var(--c-cream); padding: .95rem .2rem; border-bottom: 1px solid var(--line-2); font-size: 1.1rem; }
  .nav-links a::after { display: none; }
}

/* =================================================================
   Hero (signature)
   ================================================================= */
.hero { position: relative; overflow: clip; isolation: isolate; }
.hero::before { /* halos de lumière ambrée (Edison) */
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(38rem 30rem at 78% 18%, rgba(217,160,74,.28), transparent 60%),
    radial-gradient(30rem 26rem at 12% 92%, rgba(176,91,59,.22), transparent 62%),
    radial-gradient(60rem 50rem at 50% -10%, rgba(110,122,90,.14), transparent 60%);
}
.hero-grid {
  display: grid; gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
  grid-template-columns: 1.05fr .95fr;
  padding-block: clamp(2.5rem, 7vw, 6rem) clamp(3rem, 7vw, 6.5rem);
}
.hero-copy { max-width: 36rem; }
.hero h1 { font-size: var(--fs-800); font-weight: 420; margin-top: var(--s-5); }
.hero h1 .accent { color: var(--c-amber); font-style: italic; font-weight: 400; }
.hero-copy p.lead { margin-top: var(--s-5); }
.hero-cta { margin-top: var(--s-6); }
.hero-meta {
  margin-top: var(--s-6); padding-top: var(--s-5); border-top: 1px solid var(--line);
  display: flex; flex-wrap: wrap; gap: var(--s-5) var(--s-6); align-items: center;
}
.hero-meta .stars { color: var(--c-amber); letter-spacing: .1em; }
.hero-meta b { font-family: var(--ff-display); font-weight: 560; font-size: 1.2rem; }

/* Visuel : photo storefront en cadre arche + néon */
.hero-visual { position: relative; }
.frame-arch {
  border-radius: 50vw 50vw var(--radius) var(--radius) / 28% 28% var(--radius) var(--radius);
  overflow: hidden; box-shadow: var(--shadow-lg); border: 1px solid var(--line-2);
  position: relative;
}
.frame-arch img { width: 100%; height: 100%; object-fit: cover; }
.hero-visual .frame-arch { aspect-ratio: 4 / 5; }
.hero-visual::after { /* lueur sous le cadre */
  content:""; position:absolute; inset:auto 8% -1.5rem; height: 3rem; z-index:-1;
  background: radial-gradient(60% 100% at 50% 0, rgba(217,160,74,.45), transparent 70%); filter: blur(8px);
}

/* Néon « Coffee makes everything possible » */
.neon {
  font-family: var(--ff-script); font-weight: 600; line-height: .95;
  color: #fff4e0; font-size: clamp(1.5rem, 1rem + 2.4vw, 2.6rem);
  text-shadow:
    0 0 6px rgba(255,231,184,.9), 0 0 14px rgba(217,160,74,.85),
    0 0 30px rgba(217,160,74,.7), 0 0 54px rgba(176,91,59,.5);
}
.hero-neon {
  position: absolute; left: -1.4rem; bottom: 8%;
  background: color-mix(in srgb, var(--c-espresso) 78%, transparent);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(217,160,74,.35); border-radius: var(--radius);
  padding: .9rem 1.2rem; max-width: 16rem; box-shadow: var(--glow);
  transform: rotate(-3deg);
}
.hero-neon span { display: block; font-size: .62rem; letter-spacing: .26em; text-transform: uppercase; color: var(--c-amber); font-family: var(--ff-body); margin-bottom: .25rem; text-shadow: none; }
@media (prefers-reduced-motion: no-preference) {
  .neon.flicker { animation: flicker 7s linear infinite; }
  @keyframes flicker {
    0%, 100%, 42%, 47% { opacity: 1; }
    44% { opacity: .72; } 45% { opacity: .95; } 46% { opacity: .65; }
  }
}

@media (max-width: 60rem) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { max-width: 30rem; margin-inline: auto; order: -1; }
  .hero-neon { left: auto; right: -.6rem; }
}

/* =================================================================
   Marquee (bandeau)
   ================================================================= */
.marquee { border-block: 1px solid var(--line); overflow: hidden; padding-block: .9rem; background: var(--surface); }
.marquee__track { display: flex; gap: 2.5rem; width: max-content; align-items: center; }
.marquee__track span { font-family: var(--ff-display); font-style: italic; font-size: 1.15rem; color: var(--text-soft); white-space: nowrap; }
.marquee__track .dot { color: var(--c-amber); font-style: normal; }
@media (prefers-reduced-motion: no-preference) {
  .marquee__track { animation: slide 38s linear infinite; }
  .marquee:hover .marquee__track { animation-play-state: paused; }
  @keyframes slide { to { transform: translateX(-50%); } }
}

/* =================================================================
   Section heading block
   ================================================================= */
.sec-head { max-width: 44rem; }
.sec-head h2 { font-size: var(--fs-600); margin-top: var(--s-3); }
.sec-head p { margin-top: var(--s-4); }
.sec-head--split { display: grid; grid-template-columns: 1fr; gap: var(--s-4); }
@media (min-width: 56rem) {
  .sec-head--split { grid-template-columns: 1.2fr .8fr; align-items: end; max-width: none; }
  .sec-head--split .sec-head__aside { text-align: right; }
}

/* =================================================================
   Story / ambiance (zig-zag éditorial)
   ================================================================= */
.split {
  display: grid; gap: clamp(2rem, 5vw, 4.5rem); align-items: center;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 56rem) { .split { grid-template-columns: 1fr; } }

.media-cluster { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: var(--s-4); }
.media-cluster .frame-arch:first-child { grid-row: span 2; aspect-ratio: 3 / 5; }
.media-cluster .tile { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid var(--line-2); aspect-ratio: 1; }
.media-cluster .tile img { width: 100%; height: 100%; object-fit: cover; }
.badge-rating {
  position: absolute; right: -.6rem; bottom: -.8rem;
  background: var(--c-espresso); color: var(--c-cream); border-radius: var(--radius);
  padding: .7rem 1rem; box-shadow: var(--shadow-lg); text-align: center; border: 1px solid var(--line-2);
}
.badge-rating b { display:block; font-family: var(--ff-display); font-size: 1.5rem; color: var(--c-amber); line-height: 1; }
.badge-rating span { font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; opacity: .8; }

/* =================================================================
   Highlights / offrandes (cartes éditoriales, pas d'emoji)
   ================================================================= */
.highlights { display: grid; gap: var(--s-5); grid-template-columns: repeat(12, 1fr); }
.feature {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--line-2); box-shadow: var(--shadow-md); isolation: isolate;
  min-height: 22rem; display: flex; flex-direction: column; justify-content: flex-end;
  color: var(--on-image); text-decoration: none;
}
.feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform var(--dur-slow) var(--ease-out); }
.feature::after { content:""; position:absolute; inset:0; z-index:-1; background: linear-gradient(to top, rgba(var(--scrim-rgb), .86) 6%, rgba(var(--scrim-rgb), .32) 48%, rgba(var(--scrim-rgb), .12)); }
.feature:hover img { transform: scale(1.05); }
.feature__body { padding: var(--s-5); }
.feature__body h3 { color: var(--on-image); font-size: var(--fs-500); }
.feature__body p { color: color-mix(in srgb, var(--on-image) 82%, transparent); font-size: var(--fs-200); margin-top: .35rem; }
.feature .tag { position: absolute; top: var(--s-4); left: var(--s-4); z-index: 1; }
.feature:nth-child(1) { grid-column: span 7; }
.feature:nth-child(2) { grid-column: span 5; }
.feature:nth-child(3) { grid-column: span 5; }
.feature:nth-child(4) { grid-column: span 7; }
@media (max-width: 56rem) { .feature { grid-column: 1 / -1 !important; min-height: 18rem; } }

.tag {
  display: inline-flex; align-items: center; gap: .4rem;
  font-size: var(--fs-100); font-weight: 600; letter-spacing: .04em;
  background: color-mix(in srgb, var(--c-espresso) 60%, transparent);
  color: var(--c-amber-soft); padding: .35rem .7rem; border-radius: var(--radius-pill);
  border: 1px solid rgba(236,197,133,.3); backdrop-filter: blur(4px);
}

/* =================================================================
   Reviews
   ================================================================= */
.reviews { display: grid; gap: var(--s-5); grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr)); }
.quote {
  background: var(--surface); border: 1px solid var(--line-2); border-radius: var(--radius-lg);
  padding: var(--s-6); box-shadow: var(--shadow-sm); display: flex; flex-direction: column; gap: var(--s-4);
}
.quote .stars { color: var(--c-amber); letter-spacing: .12em; font-size: 1.05rem; }
.quote blockquote { font-family: var(--ff-display); font-size: var(--fs-400); line-height: 1.4; font-weight: 380; }
.quote figcaption { font-size: var(--fs-200); color: var(--text-soft); margin-top: auto; }
.quote figcaption b { color: var(--text); font-weight: 600; }

/* =================================================================
   Practical band (horaires + adresse)
   ================================================================= */
.facts { display: grid; gap: clamp(1.5rem,4vw,3.5rem); grid-template-columns: 1fr 1fr; }
@media (max-width: 52rem) { .facts { grid-template-columns: 1fr; } }
.hours { width: 100%; border-collapse: collapse; }
.hours caption { text-align: left; }
.hours th, .hours td { padding: .7rem 0; border-bottom: 1px solid var(--line); text-align: left; font-weight: 500; }
.hours td:last-child { text-align: right; font-variant-numeric: tabular-nums; color: var(--text-soft); }
.hours tr[data-today] th, .hours tr[data-today] td { color: var(--accent); font-weight: 700; }
.hours tr[data-today] td:last-child { color: var(--accent); }
.hours .closed { color: var(--danger); font-weight: 600; }

.info-list { list-style: none; padding: 0; display: grid; gap: var(--s-4); }
.info-list li { display: flex; gap: var(--s-4); align-items: flex-start; }
.info-list .ic { flex: none; width: 1.4rem; height: 1.4rem; color: var(--accent); margin-top: .15rem; }
.info-list a { color: inherit; }
.chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.chip { font-size: var(--fs-100); padding: .35rem .75rem; border: 1px solid var(--line); border-radius: var(--radius-pill); color: var(--text-soft); }

/* =================================================================
   Menu (carte)
   ================================================================= */
.menu-hero { padding-block: clamp(3rem, 7vw, 5.5rem) clamp(1rem,3vw,2rem); }
.menu-cat { margin-top: clamp(2.5rem, 5vw, 4rem); }
.menu-cat__head { display: flex; align-items: baseline; justify-content: space-between; gap: var(--s-4); flex-wrap: wrap; border-bottom: 2px solid var(--line); padding-bottom: var(--s-3); }
.menu-cat__head h2 { font-size: var(--fs-500); }
.menu-cat__head .eyebrow { color: var(--accent-2); }
.menu-list { list-style: none; padding: 0; margin-top: var(--s-5); display: grid; gap: var(--s-5); }
.menu-item { display: grid; grid-template-columns: 1fr auto; gap: .2rem var(--s-4); align-items: baseline; }
.menu-item__name { font-family: var(--ff-display); font-size: 1.2rem; font-weight: 500; display: flex; align-items: baseline; gap: .5rem; }
.menu-item__lead { grid-column: 1 / -1; }
.menu-item__name .dots { flex: 1; border-bottom: 1.5px dotted var(--line); transform: translateY(-.25rem); min-width: 2rem; }
.menu-item__price { font-variant-numeric: tabular-nums; font-weight: 600; color: var(--accent); white-space: nowrap; }
.menu-item p { color: var(--text-soft); font-size: var(--fs-200); max-width: 46ch; }
.diet { font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--c-sage-ink); border: 1px solid color-mix(in srgb, var(--c-sage) 50%, transparent); border-radius: var(--radius-pill); padding: .1rem .45rem; }
.menu-note { margin-top: var(--s-7); padding: var(--s-5); border: 1px dashed var(--line); border-radius: var(--radius); background: var(--surface); font-size: var(--fs-200); color: var(--text-soft); }
@media (min-width: 60rem) { .menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem,5vw,4.5rem); align-items: start; } }

/* =================================================================
   Map + contact form
   ================================================================= */
.map-wrap { position: relative; border-radius: var(--radius-lg); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-md); background: var(--surface-2); }
#map { width: 100%; height: clamp(20rem, 42vh, 30rem); background: var(--surface-2); }
.map-fallback { display: grid; place-content: center; gap: var(--s-3); padding: var(--s-7); text-align: center; }
.leaflet-container { font: inherit; }
.map-pin { width: 2.2rem; height: 2.2rem; }

.form { display: grid; gap: var(--s-5); }
.field { display: grid; gap: .45rem; }
.field label { font-weight: 600; font-size: var(--fs-200); }
.field .req { color: var(--danger); }
.field input, .field textarea {
  width: 100%; padding: .85rem 1rem; background: var(--surface); color: var(--text);
  border: 1px solid var(--line); border-radius: var(--radius-sm);
  transition: border-color var(--dur) var(--ease-out), box-shadow var(--dur) var(--ease-out);
}
.field textarea { min-height: 8rem; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 22%, transparent); }
.field--error input, .field--error textarea { border-color: var(--danger); }
.field__err { font-size: var(--fs-100); color: var(--danger); min-height: 1px; }
.consent { display: flex; gap: var(--s-3); align-items: flex-start; font-size: var(--fs-200); color: var(--text-soft); }
.consent input { margin-top: .25rem; width: 1.1rem; height: 1.1rem; accent-color: var(--accent); flex: none; }
.form-status { font-size: var(--fs-200); border-radius: var(--radius-sm); padding: 0; }
.form-status[data-state="ok"] { padding: var(--s-4); background: color-mix(in srgb, var(--ok) 16%, var(--surface)); border: 1px solid color-mix(in srgb, var(--ok) 45%, transparent); color: var(--ok); }
.form-status[data-state="ok"] a, .form-status[data-state="err"] a { color: inherit; }
.form-status[data-state="err"] { padding: var(--s-4); background: color-mix(in srgb, var(--danger) 14%, var(--surface)); border: 1px solid color-mix(in srgb, var(--danger) 45%, transparent); color: var(--danger); }

/* =================================================================
   Footer
   ================================================================= */
.site-footer { background: var(--c-espresso); color: var(--c-cream); padding-block: clamp(3rem,6vw,4.5rem) var(--s-6); }
.footer-grid { display: grid; gap: clamp(2rem,5vw,3.5rem); grid-template-columns: 1.4fr 1fr 1fr; }
@media (max-width: 52rem) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-brand { grid-column: 1 / -1; } }
@media (max-width: 30rem) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer h3 { font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--c-amber); font-family: var(--ff-body); font-weight: 600; margin-bottom: var(--s-4); }
.site-footer a { color: rgba(244,236,222,.82); text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer ul { list-style: none; padding: 0; display: grid; gap: .6rem; }
.footer-brand .neon { font-size: 1.6rem; }
.footer-brand p { color: rgba(244,236,222,.7); margin-top: var(--s-4); max-width: 26rem; }
.footer-bottom {
  margin-top: clamp(2.5rem,5vw,3.5rem); padding-top: var(--s-5); border-top: 1px solid var(--line-2);
  display: flex; flex-wrap: wrap; gap: var(--s-3) var(--s-5); align-items: center; justify-content: space-between;
  font-size: var(--fs-100); color: rgba(244,236,222,.62);
}
.footer-bottom nav { display: flex; gap: var(--s-5); flex-wrap: wrap; }
.cyberenta { display: inline-flex; align-items: center; gap: .4rem; }
.cyberenta a { color: rgba(244,236,222,.78); text-decoration: underline; text-underline-offset: 2px; text-decoration-color: rgba(217,160,74,.5); }
.cyberenta a:hover { color: var(--c-amber); }

/* =================================================================
   Legal / prose
   ================================================================= */
.prose { max-width: 50rem; }
.prose h2 { font-size: var(--fs-500); margin-top: var(--s-7); }
.prose h3 { font-size: var(--fs-400); margin-top: var(--s-6); font-family: var(--ff-body); font-weight: 700; }
.prose p, .prose li { color: var(--text-soft); }
.prose p { margin-top: var(--s-3); }
.prose ul { margin-top: var(--s-3); padding-left: 1.2rem; display: grid; gap: .4rem; }
.prose .todo { background: color-mix(in srgb, var(--c-amber) 16%, var(--surface)); border: 1px solid color-mix(in srgb, var(--c-amber) 40%, transparent); color: var(--c-ink); padding: .05rem .4rem; border-radius: 4px; font-weight: 600; font-size: .92em; }
.prose dl { margin-top: var(--s-4); display: grid; grid-template-columns: auto 1fr; gap: .5rem var(--s-5); }
.prose dt { font-weight: 600; color: var(--text); }
.prose dd { color: var(--text-soft); }

/* =================================================================
   Reveal on scroll (progressive enhancement)
   ================================================================= */
@media (prefers-reduced-motion: no-preference) {
  /* Gated behind .js so content stays visible if scripts fail or are blocked. */
  .js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s var(--ease-out), transform .6s var(--ease-out); }
  .js .reveal.in { opacity: 1; transform: none; }
}
