/* ========================================================================
   BLANQUETTE - Bistrot à Toulouse
   17 Pl. Dominique Martin Dupuy · 31000 Toulouse
   Brand mark: cursive "Blanquette" + tagline "boire / manger / un peu danser"
   Brand colors: deep sage green, cream, brass, ink
   ------------------------------------------------------------------------
   1. Tokens  2. Reset/base  3. Typography  4. A11y  5. Layout
   6. Components  7. Sections  8. Pages  9. Animations  10. Utilities
   ======================================================================== */

/* ---------- 1. Tokens ---------- */
:root {
  /* Color - surfaces */
  --cream:        #F4ECD8;
  --cream-light:  #FAF6EC;
  --cream-deep:   #E8DFC6;
  --paper:        #FFFAF0;
  --ivory:        #FBF7EE;

  /* Color - sage (brand primary, matches the logo on the wall) */
  --sage:         #5A8068;
  --sage-deep:    #2F5640;
  --sage-dark:    #1A3023;
  --sage-soft:    #B5C4B0;

  /* Color - brass / warm accents */
  --brass:        #B89968;
  --brass-light:  #D4B98A;
  --brass-deep:   #806532;

  /* Color - ink (text) */
  --ink:          #1A1612;
  --ink-soft:     #2E2820;
  --ink-mute:     #5A5246;
  --burgundy:     #6B2737;

  /* Lines / shadows */
  --line:         rgba(26, 22, 18, 0.14);
  --line-soft:    rgba(26, 22, 18, 0.07);
  --shadow-sm:    0 2px 8px rgba(26, 22, 18, 0.06);
  --shadow-md:    0 8px 24px rgba(26, 22, 18, 0.10);
  --shadow-lg:    0 18px 48px rgba(26, 22, 18, 0.18);

  /* Text on dark surfaces - engineered for WCAG AA */
  --on-dark:        #F4ECD8;
  --on-dark-strong: #FFFAF0;
  --on-dark-mute:   rgba(244, 236, 216, 0.92);
  --on-dark-faint:  rgba(244, 236, 216, 0.72);

  /* Typography */
  --ff-display: "Playfair Display", "Times New Roman", serif;
  --ff-serif:   "Cormorant Garamond", Georgia, serif;
  --ff-body:    "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --ff-script:  "Pinyon Script", "Brush Script MT", cursive;
  --ff-mono:    "DM Mono", ui-monospace, "SFMono-Regular", "Courier New", monospace;

  /* Type scale (clamped - never lets fonts overflow on small screens) */
  --fs-xs:  0.72rem;
  --fs-sm:  0.85rem;
  --fs-base:1rem;
  --fs-md:  1.125rem;
  --fs-lg:  1.375rem;
  --fs-xl:  clamp(1.5rem, 2.4vw, 1.75rem);
  --fs-2xl: clamp(2rem, 4vw, 2.5rem);
  --fs-3xl: clamp(2.4rem, 6vw, 3.75rem);
  --fs-4xl: clamp(3rem, 8vw, 5.5rem);
  --fs-5xl: clamp(3.5rem, 11vw, 7rem);

  /* Spacing scale */
  --sp-1: 0.5rem;  --sp-2: 1rem;   --sp-3: 1.5rem;
  --sp-4: 2rem;    --sp-5: 3rem;   --sp-6: 4.5rem;
  --sp-7: 6rem;    --sp-8: 9rem;

  /* Layers */
  --z-base: 1;       --z-raised: 2;   --z-nav: 100;
  --z-overlay: 200;  --z-modal: 300;  --z-cursor: 9999;

  /* Motion */
  --ease:      cubic-bezier(0.22, 1, 0.36, 1);
  --ease-soft: cubic-bezier(0.4, 0, 0.2, 1);
  --t-fast: 0.25s;  --t-base: 0.5s;  --t-slow: 0.9s;

  /* Layout */
  --max-w:        1320px;
  --max-w-narrow: 960px;
  --max-w-text:   680px;
  --pad-x:        clamp(1rem, 4vw, 2.75rem);
  --safe-pad:     env(safe-area-inset-bottom, 0px);
}

/* ---------- 2. Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, figure, blockquote, dl, dd { margin: 0; }
ul, ol { padding: 0; list-style: none; }

img, picture, svg, video {
  display: block;
  max-width: 100%;
  height: auto;
}

button { font: inherit; color: inherit; background: none; border: 0; cursor: pointer; padding: 0; }
a { color: inherit; text-decoration: none; }
input, textarea, select { font: inherit; color: inherit; }

body {
  font-family: var(--ff-body);
  font-size: var(--fs-base);
  line-height: 1.6;
  color: var(--ink);
  background: var(--cream);
  background-image:
    radial-gradient(circle at 20% 10%, rgba(184, 153, 104, 0.06) 0%, transparent 40%),
    radial-gradient(circle at 80% 90%, rgba(47, 86, 64, 0.07) 0%, transparent 50%);
  background-attachment: fixed;
  overflow-x: clip;
  min-width: 320px;
}

/* paper-like grain texture, soft enough to keep contrast intact */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 240 240' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.10 0 0 0 0 0.08 0 0 0 0 0.06 0 0 0 0.55 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.14;
  mix-blend-mode: multiply;
}

main { position: relative; z-index: var(--z-raised); }

::selection { background: var(--sage-deep); color: var(--cream); }

/* ---------- 3. Typography ---------- */
.eyebrow,
.num {
  font-family: var(--ff-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brass-deep);
  font-weight: 500;
}
.section--ink .eyebrow,
.section--ink .num,
.section--sage .eyebrow,
.section--sage .num,
.page-banner .eyebrow,
.page-banner .num { color: var(--brass-light); }

.script { font-family: var(--ff-script); font-weight: 400; }

h1, h2, h3, h4, .h-display {
  font-family: var(--ff-display);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.01em;
  color: var(--ink);
  overflow-wrap: break-word;
  word-wrap: break-word;
}

h1 { font-size: var(--fs-5xl); font-weight: 400; }
h2 { font-size: var(--fs-3xl); font-weight: 400; }
h3 { font-size: var(--fs-2xl); font-weight: 400; }
h4 { font-size: var(--fs-lg); font-weight: 500; }

.italic-serif {
  font-family: var(--ff-serif);
  font-style: italic;
  font-weight: 400;
}

p {
  color: var(--ink-soft);
  max-width: 64ch;
  text-wrap: pretty;
}

.section--ink p,
.section--sage p,
.page-banner p,
.footer p { color: var(--on-dark-mute); }

/* ---------- 4. Accessibility ---------- */
/* skip link */
.skip-link {
  position: absolute;
  left: -10000px;
  top: 0;
  z-index: 10000;
  padding: 0.8rem 1.4rem;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--ff-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.skip-link:focus {
  left: 1rem;
  top: 1rem;
  outline: 3px solid var(--brass);
  outline-offset: 2px;
}

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

/* visible focus on every interactive element */
:focus-visible {
  outline: 3px solid var(--brass);
  outline-offset: 3px;
  border-radius: 2px;
}
.btn:focus-visible,
.link-arrow:focus-visible,
.guests button:focus-visible,
.menu-tab:focus-visible {
  outline-offset: 4px;
}
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 0;
}

/* respects user preference for reduced motion */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal { opacity: 1 !important; transform: none !important; }
  .split-word > span { transform: none !important; }
  .marquee__track { animation: none !important; }
  .hero__bg { transform: none !important; }
}

/* ---------- 5. Layout ---------- */
.container {
  width: 100%;
  max-width: var(--max-w);
  padding-left: var(--pad-x);
  padding-right: var(--pad-x);
  margin: 0 auto;
}
.container--narrow { max-width: var(--max-w-narrow); }
.container--text   { max-width: var(--max-w-text); }

/* ---------- 6. Components ---------- */
/* - Buttons - */
.btn {
  --bg: var(--ink);
  --fg: var(--cream);
  --br: var(--ink);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6em;
  padding: 1.05em 2em;
  min-height: 44px;          /* touch target */
  font-family: var(--ff-mono);
  font-size: var(--fs-sm);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: var(--bg);
  color: var(--fg);
  border: 1px solid var(--br);
  border-radius: 999px;
  overflow: hidden;
  cursor: pointer;
  transition: transform var(--t-fast) var(--ease);
  text-align: center;
  max-width: 100%;
}
.btn span         { position: relative; z-index: 2; transition: color var(--t-base) var(--ease); }
.btn::before {
  content: "";
  position: absolute; inset: 0;
  background: var(--brass);
  transform: translateY(101%);
  transition: transform var(--t-base) var(--ease);
  z-index: 1;
}
.btn:hover::before  { transform: translateY(0); }
.btn:hover span     { color: var(--ink); }
.btn:active         { transform: scale(0.98); }
.btn:disabled       { opacity: 0.6; cursor: not-allowed; }

.btn--ghost  { --bg: transparent;     --fg: var(--ink);    --br: var(--ink); }
.btn--cream  { --bg: var(--cream);    --fg: var(--ink);    --br: var(--cream); }
.btn--brass  { --bg: var(--brass);    --fg: var(--ink);    --br: var(--brass); }
.btn--brass::before { background: var(--ink); }
.btn--brass:hover span { color: var(--cream); }
.btn--sage   { --bg: var(--sage-deep);--fg: var(--cream);  --br: var(--sage-deep); }
.btn--sage::before  { background: var(--brass); }
.btn--sage:hover span { color: var(--ink); }
.btn--outline-cream { --bg: transparent; --fg: var(--cream); --br: var(--cream); }
.btn--outline-cream::before { background: var(--cream); }
.btn--outline-cream:hover span { color: var(--ink); }

.btn--lg { padding: 1.25em 2.5em; font-size: var(--fs-base); }
.btn--sm { padding: 0.7em 1.4em;  font-size: var(--fs-xs); }
.btn--block { display: flex; width: 100%; }

.link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--ff-mono);
  font-size: var(--fs-sm);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink);
  padding-bottom: 0.4em;
  border-bottom: 1px solid currentColor;
  transition: gap var(--t-fast) var(--ease), color var(--t-fast) var(--ease);
}
.link-arrow svg { width: 18px; transition: transform var(--t-fast) var(--ease); flex-shrink: 0; }
.link-arrow:hover { gap: 1rem; color: var(--brass-deep); }
.link-arrow:hover svg { transform: translateX(4px); }
.section--ink .link-arrow,
.section--sage .link-arrow,
.page-banner .link-arrow { color: var(--cream); }
.section--ink .link-arrow:hover,
.section--sage .link-arrow:hover,
.page-banner .link-arrow:hover { color: var(--brass-light); }

/* - Loader - */
.loader {
  position: fixed; inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cream);
  pointer-events: none;
}
.loader__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  transition: opacity 0.5s var(--ease);
}
.loader__mark {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(2rem, 6vw, 3rem);
  color: var(--sage-deep);
  animation: pulse 1.6s ease-in-out infinite;
}
.loader__bar {
  width: 180px;
  max-width: 60vw;
  height: 1px;
  background: var(--line);
  position: relative;
  overflow: hidden;
}
.loader__bar::after {
  content: "";
  position: absolute; inset: 0;
  background: var(--sage-deep);
  transform-origin: left center;
  animation: load 1.6s var(--ease) infinite;
}
@keyframes load {
  0%      { transform: scaleX(0); }
  50%     { transform: scaleX(1); transform-origin: left center; }
  50.01%  { transform-origin: right center; }
  100%    { transform: scaleX(0); transform-origin: right center; }
}
@keyframes pulse {
  0%, 100% { opacity: 0.5; }
  50%      { opacity: 1; }
}
.loader.is-hidden { opacity: 0; transition: opacity 0.6s var(--ease); pointer-events: none; }
.loader.is-removed { display: none; }

/* - Custom cursor - */
.cursor {
  position: fixed;
  top: 0; left: 0;
  width: 12px; height: 12px;
  pointer-events: none;
  z-index: var(--z-cursor);
  border-radius: 50%;
  background: var(--ink);
  mix-blend-mode: difference;
  transform: translate(-50%, -50%);
  transition: width 0.3s var(--ease), height 0.3s var(--ease), background 0.2s var(--ease);
}
.cursor.is-hover { width: 56px; height: 56px; background: var(--brass); }
@media (max-width: 1024px), (pointer: coarse) { .cursor { display: none; } }

/* - Navigation - */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: var(--z-nav);
  padding: 1rem var(--pad-x);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: transparent;
  transition: padding var(--t-base) var(--ease), background var(--t-base) var(--ease);
}
.nav.is-scrolled,
.nav.is-solid {
  background: rgba(244, 236, 216, 0.94);
  backdrop-filter: blur(14px) saturate(1.05);
  -webkit-backdrop-filter: blur(14px) saturate(1.05);
  padding-top: 0.7rem; padding-bottom: 0.7rem;
  border-bottom: 1px solid var(--line-soft);
}
.nav__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}
.nav__brand-logo {
  height: clamp(28px, 4.5vw, 40px);
  width: auto;
  display: block;
  filter: drop-shadow(0 1px 1px rgba(0,0,0,0.12));
}
.nav__brand-fallback {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--sage-deep);
}
.hero ~ * .nav__brand-logo,
.nav:not(.is-scrolled):not(.is-solid) .nav__brand-logo--light {
  /* used to swap logo when nav is over hero */
}

.nav__menu {
  display: flex;
  gap: clamp(1rem, 2vw, 2.4rem);
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.nav__menu a {
  font-family: var(--ff-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
  position: relative;
  padding: 0.4em 0.2em;
}
.nav__menu a::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: var(--brass-deep);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform var(--t-base) var(--ease);
}
.nav__menu a:hover::after,
.nav__menu a.is-active::after {
  transform: scaleX(1);
  transform-origin: left center;
}

/* nav over the hero (transparent) - text stays legible */
.nav:not(.is-scrolled):not(.is-solid) .nav__menu a,
.nav:not(.is-scrolled):not(.is-solid) .nav__brand-fallback {
  color: var(--cream);
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.45);
}

.nav__cta { display: flex; gap: 1rem; align-items: center; }

.nav__burger {
  display: none;
  width: 44px;
  height: 44px;
  position: relative;
  z-index: var(--z-modal);
  margin-right: -8px;
}
.nav__burger span {
  position: absolute;
  left: 8px; right: 8px;
  height: 2px;
  background: var(--ink);
  transition: transform var(--t-base) var(--ease), opacity var(--t-base) var(--ease), top var(--t-base) var(--ease);
  border-radius: 2px;
}
.nav__burger span:nth-child(1) { top: 14px; }
.nav__burger span:nth-child(2) { top: 21px; }
.nav__burger span:nth-child(3) { top: 28px; }
.nav__burger.is-open span:nth-child(1) { top: 21px; transform: rotate(45deg); }
.nav__burger.is-open span:nth-child(2) { opacity: 0; }
.nav__burger.is-open span:nth-child(3) { top: 21px; transform: rotate(-45deg); }
.nav:not(.is-scrolled):not(.is-solid) .nav__burger span { background: var(--cream); }

@media (max-width: 1024px) {
  .nav__menu, .nav__cta { display: none; }
  .nav__burger { display: block; }
}

/* - Mobile overlay menu - */
.menu-overlay {
  position: fixed;
  inset: 0;
  z-index: var(--z-overlay);
  background: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: 5rem 1.5rem 3rem;
  transform: translateY(-100%);
  transition: transform 0.7s var(--ease);
  visibility: hidden;
  overflow-y: auto;
}
.menu-overlay.is-open { transform: translateY(0); visibility: visible; }
.menu-overlay__list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: center;
  text-align: center;
}
.menu-overlay__list a {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(1.5rem, 7vw, 2.5rem);
  color: var(--ink);
  transition: color var(--t-fast) var(--ease);
  padding: 0.2em 0.4em;
  min-height: 44px;
}
.menu-overlay__list a:hover { color: var(--sage-deep); }
.menu-overlay__footer {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  align-items: center;
  margin-top: 1rem;
  font-family: var(--ff-mono);
  font-size: var(--fs-sm);
  color: var(--ink-mute);
  letter-spacing: 0.1em;
  text-align: center;
}
.menu-overlay__footer a { color: var(--sage-deep); margin-top: 0.6rem; }

/* ---------- 7. Sections ---------- */
.section {
  padding: var(--sp-8) 0;
  position: relative;
}
.section--cream { background: var(--cream); }
.section--ivory { background: var(--ivory); }
.section--ink   { background: var(--ink);   color: var(--on-dark); }
.section--ink h1, .section--ink h2, .section--ink h3 { color: var(--cream); }
.section--sage  { background: var(--sage-dark); color: var(--on-dark); }
.section--sage h1, .section--sage h2, .section--sage h3 { color: var(--cream); }

@media (max-width: 768px) {
  .section { padding: var(--sp-6) 0; }
}

.section__head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: var(--sp-5);
  align-items: flex-start;
}
.section__head--center { align-items: center; text-align: center; }
.section__head h2 {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.4em;
  max-width: 100%;
}
.section__head h2 em {
  font-family: var(--ff-script);
  font-style: normal;
  font-size: 0.78em;
  color: var(--brass-deep);
}
.section--ink .section__head h2 em,
.section--sage .section__head h2 em,
.page-banner h1 em { color: var(--brass-light); }

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0;
}
.divider__line {
  height: 1px;
  flex: 1;
  background: var(--line);
  max-width: 80px;
}
.divider__icon { width: 24px; height: 24px; color: var(--brass-deep); flex-shrink: 0; }

/* - HERO - */
.hero {
  position: relative;
  min-height: 100svh;
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--sp-7) + 60px) var(--pad-x) var(--sp-5);
  overflow: hidden;
  isolation: isolate;
  color: var(--cream);
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero__bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.95) contrast(1.05);
  will-change: transform;
}
.hero__bg::after {
  content: "";
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(26,22,18,0.55) 0%, rgba(26,22,18,0.20) 30%, rgba(26,22,18,0.78) 100%),
    linear-gradient(90deg, rgba(26,22,18,0.45) 0%, rgba(26,22,18,0) 50%);
}
.hero__inner {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 3rem;
}
.hero__title {
  font-family: var(--ff-display);
  font-size: var(--fs-5xl);
  line-height: 1.02;
  font-weight: 400;
  color: var(--cream);
  letter-spacing: -0.02em;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.35);
  /* descenders of italic g/y/p never get clipped */
  padding-bottom: 0.1em;
}
.hero__title .accent {
  display: block;
  font-style: italic;
  color: var(--brass-light);
}
.hero__sub {
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  color: var(--cream);
  margin-top: 1.2rem;
  max-width: 540px;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}
.hero__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.4rem;
  font-family: var(--ff-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cream);
  text-align: right;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}
.hero__scroll {
  position: absolute;
  bottom: max(2rem, var(--safe-pad));
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
  font-family: var(--ff-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.3em;
  color: var(--cream);
}
.hero__scroll-line {
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, var(--cream) 0%, transparent 100%);
  position: relative;
  overflow: hidden;
}
.hero__scroll-line::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 30%;
  background: var(--cream);
  animation: scrollDot 2s var(--ease) infinite;
}
@keyframes scrollDot {
  0%   { transform: translateY(-100%); }
  100% { transform: translateY(300%); }
}
.hero__tagline {
  font-family: var(--ff-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--brass-light);
  text-shadow: 0 1px 6px rgba(0,0,0,0.5);
  margin-bottom: 1rem;
}

/* logo as hero brand mark */
.hero__brandmark {
  width: clamp(180px, 28vw, 320px);
  margin-bottom: 1.5rem;
  filter: drop-shadow(0 4px 24px rgba(0,0,0,0.4));
}

@media (max-width: 768px) {
  .hero { padding-top: 6rem; align-items: center; }
  .hero__inner { grid-template-columns: 1fr; }
  .hero__meta { align-items: flex-start; text-align: left; margin-top: 1.5rem; }
}

/* - Marquee - */
.marquee {
  background: var(--sage-deep);
  color: var(--cream);
  padding: 1rem 0;
  overflow: hidden;
  border-top: 1px solid var(--brass);
  border-bottom: 1px solid var(--brass);
  position: relative;
  z-index: var(--z-raised);
}
.marquee__track {
  display: inline-flex;
  white-space: nowrap;
  animation: marquee 32s linear infinite;
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(1.1rem, 2.4vw, 1.8rem);
  font-weight: 400;
  will-change: transform;
}
.marquee__track > span {
  padding: 0 1.2rem;
  display: inline-flex;
  align-items: center;
  gap: 1.2rem;
}
.marquee__track svg { width: 22px; flex-shrink: 0; opacity: 0.85; }
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* - Story / Intro - */
.intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-6);
  align-items: center;
}
.intro__text { display: flex; flex-direction: column; gap: 1.2rem; }
.intro__text p {
  font-size: var(--fs-md);
  line-height: 1.75;
}
.intro__text p:first-of-type::first-letter {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 4.2rem;
  float: left;
  line-height: 0.85;
  margin: 0.1em 0.18em 0 0;
  color: var(--sage-deep);
  font-weight: 500;
}
.intro__visual {
  position: relative;
  aspect-ratio: 4/5;
}
.intro__visual img {
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.intro__visual::before {
  content: "";
  position: absolute;
  inset: -1.2rem;
  border: 1px solid var(--brass);
  border-radius: 4px;
  z-index: -1;
  opacity: 0.4;
}
.intro__stamp {
  position: absolute;
  bottom: -2rem;
  right: -2rem;
  width: clamp(80px, 14vw, 140px);
  animation: rotateInf 30s linear infinite;
}
@keyframes rotateInf { from { transform: rotate(0); } to { transform: rotate(360deg); } }

.intro__signature {
  font-family: var(--ff-script);
  font-size: 2rem;
  color: var(--sage-deep);
}

@media (max-width: 900px) {
  .intro { grid-template-columns: 1fr; gap: var(--sp-5); }
  .intro__visual { max-width: 480px; margin-inline: auto; }
  .intro__stamp { width: 90px; bottom: -1.2rem; right: -0.8rem; }
}

/* - Triptyque - */
.triptyque {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}
.triptyque__card {
  background: var(--ivory);
  padding: var(--sp-5) var(--sp-3);
  text-align: center;
  position: relative;
  transition: background var(--t-base) var(--ease);
}
.triptyque__card:hover { background: var(--cream-light); }
.triptyque__card svg {
  width: 64px;
  height: 64px;
  margin: 0 auto 1.5rem;
  color: var(--sage-deep);
  transition: transform var(--t-base) var(--ease);
}
.triptyque__card:hover svg { transform: translateY(-6px) rotate(-4deg); }
.triptyque__card h3 {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  margin-bottom: 0.8rem;
  color: var(--sage-deep);
}
.triptyque__card p { margin: 0 auto; max-width: 32ch; }
.triptyque__num {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  font-family: var(--ff-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.2em;
  color: var(--brass-deep);
}
@media (max-width: 800px) { .triptyque { grid-template-columns: 1fr; } }

/* - Showcase - */
.showcase {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: var(--sp-6);
  align-items: center;
}
.showcase--reverse { grid-template-columns: 1fr 1.1fr; }
.showcase__media {
  position: relative;
  aspect-ratio: 5/6;
  overflow: hidden;
  background: var(--cream-deep);
  border-radius: 4px;
}
.showcase__media img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1.2s var(--ease);
}
.showcase__media:hover img { transform: scale(1.04); }
.showcase__price {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 96px; height: 96px;
  background: var(--cream);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-display);
  font-style: italic;
  color: var(--ink);
  font-size: 1.4rem;
  box-shadow: var(--shadow-md);
  text-align: center;
  line-height: 1;
}
.showcase__price small {
  font-family: var(--ff-mono);
  font-size: 0.55rem;
  font-style: normal;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass-deep);
  margin-bottom: 0.3rem;
}
.showcase__text { display: flex; flex-direction: column; gap: 1.2rem; }
.showcase__text h3 { font-size: clamp(1.7rem, 3.5vw, 2.6rem); }
@media (max-width: 900px) {
  .showcase, .showcase--reverse { grid-template-columns: 1fr; }
  .showcase__media { aspect-ratio: 4/3; max-width: 100%; }
}

/* - Menu extract - */
.menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 var(--sp-5);
  margin-top: var(--sp-4);
}
.menu-grid__col h3 {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(1.3rem, 2.4vw, 1.6rem);
  padding-bottom: 0.5rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid var(--line);
  color: var(--sage-deep);
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}
.menu-grid__col h3 svg { width: 24px; flex-shrink: 0; }
.menu-item {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px dashed var(--line);
  position: relative;
}
.menu-item:last-child { border-bottom: none; }
.menu-item__head {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.menu-item__name {
  font-family: var(--ff-display);
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 500;
  color: var(--ink);
}
.menu-item__tag {
  font-family: var(--ff-mono);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: var(--sage-soft);
  color: var(--sage-dark);
  padding: 0.2em 0.6em;
  border-radius: 999px;
  white-space: nowrap;
}
.menu-item__tag--signature { background: var(--brass-light); color: var(--ink); }
.menu-item__tag--veg       { background: var(--sage-soft);  color: var(--sage-dark); }
.menu-item__desc {
  color: var(--ink-mute);
  margin-top: 0.25rem;
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: 1.05rem;
  line-height: 1.4;
}
.menu-item__price {
  font-family: var(--ff-display);
  font-size: 1.2rem;
  color: var(--brass-deep);
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 700px) {
  .menu-grid { grid-template-columns: 1fr; gap: var(--sp-4); }
}

/* - Formules - */
.formules {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: var(--sp-3);
}
.formule {
  background: var(--cream-light);
  border: 1px solid var(--brass);
  padding: 2rem 1.5rem;
  text-align: center;
  border-radius: 4px;
  position: relative;
  transition: transform var(--t-base) var(--ease), box-shadow var(--t-base) var(--ease);
}
.formule:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}
.formule__label {
  font-family: var(--ff-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.25em;
  color: var(--brass-deep);
  text-transform: uppercase;
}
.formule--featured .formule__label { color: var(--ink); }
.formule__price {
  font-family: var(--ff-display);
  font-size: clamp(2.6rem, 6vw, 4rem);
  line-height: 1;
  color: var(--ink);
  margin: 0.7rem 0 0.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.2rem;
}
.formule__price sup { font-size: 0.4em; color: var(--brass-deep); }
.formule__desc {
  font-family: var(--ff-serif);
  font-style: italic;
  color: var(--ink-soft);
  font-size: 1.05rem;
}
@media (max-width: 800px) { .formules { grid-template-columns: 1fr; } }

/* - Hours - */
.hours__list { display: flex; flex-direction: column; gap: 0.4rem; }
.hours__row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 1rem;
  padding: 0.85rem 0;
  border-bottom: 1px dashed rgba(244, 236, 216, 0.18);
  font-size: 1.05rem;
  color: var(--on-dark-mute);
}
.section--cream .hours__row,
.section--ivory .hours__row { color: var(--ink); border-bottom-color: var(--line); }

.hours__row.is-today {
  color: var(--brass-light);
}
.section--cream .hours__row.is-today,
.section--ivory .hours__row.is-today { color: var(--sage-deep); }

.hours__row.is-today .hours__day {
  position: relative;
  padding-left: 1.5rem;
}
.hours__row.is-today .hours__day::before {
  content: "";
  position: absolute;
  left: 0; top: 50%;
  width: 8px; height: 8px;
  background: currentColor;
  border-radius: 50%;
  transform: translateY(-50%);
  animation: blink 1.6s var(--ease) infinite;
}
@keyframes blink {
  0%, 100% { opacity: 0.3; }
  50%      { opacity: 1; box-shadow: 0 0 12px currentColor; }
}
.hours__day {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(1.05rem, 2vw, 1.2rem);
}
.hours__time { font-family: var(--ff-mono); letter-spacing: 0.06em; font-size: 0.95rem; }

/* - Gallery - */
.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: var(--sp-4);
}
.gallery__item {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  background: var(--cream-deep);
  aspect-ratio: 1;
}
.gallery__item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 1s var(--ease), filter var(--t-base) var(--ease);
}
.gallery__item:hover img { transform: scale(1.06); filter: saturate(1.15); }
.gallery__item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(26,22,18,0.55) 100%);
  opacity: 0;
  transition: opacity var(--t-base) var(--ease);
  pointer-events: none;
}
.gallery__item:hover::after,
.gallery__item:focus-visible::after { opacity: 1; }
.gallery__caption {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  z-index: 2;
  color: var(--cream);
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 1.1rem;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity var(--t-base) var(--ease), transform var(--t-base) var(--ease);
  text-shadow: 0 1px 6px rgba(0,0,0,0.5);
}
.gallery__item:hover .gallery__caption,
.gallery__item:focus-visible .gallery__caption { opacity: 1; transform: translateY(0); }

.menu-photo-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: var(--sp-5);
}
.menu-photo-strip figure {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  aspect-ratio: 4/3;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--cream-deep);
}
.menu-photo-strip img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 1s var(--ease), filter var(--t-base) var(--ease);
}
.menu-photo-strip figure:hover img {
  transform: scale(1.04);
  filter: saturate(1.1);
}
.menu-photo-strip figcaption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  color: var(--cream);
  background: rgba(26,22,18,0.58);
  font-family: var(--ff-display);
  font-style: italic;
  text-shadow: 0 1px 6px rgba(0,0,0,0.45);
}
.menu-photo-strip--duo {
  grid-template-columns: repeat(2, 1fr);
  max-width: 760px;
  margin-inline: auto;
}

@media (max-width: 800px) {
  .gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .gallery { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .menu-photo-strip { grid-template-columns: 1fr; }
  .menu-photo-strip--duo { max-width: none; }
}

/* - Services - */
.services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.service {
  background: var(--ivory);
  padding: 2.5rem 2rem;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  transition: border-color var(--t-base) var(--ease), transform var(--t-base) var(--ease);
}
.service:hover { border-color: var(--brass); transform: translateY(-4px); }
.service__icon {
  width: 56px; height: 56px;
  color: var(--sage-deep);
  margin-bottom: 1.5rem;
}
.service h3 {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(1.4rem, 3vw, 1.8rem);
  margin-bottom: 0.7rem;
  color: var(--sage-deep);
}
.service__num {
  position: absolute;
  top: 1.5rem; right: 1.5rem;
  font-family: var(--ff-display);
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  color: var(--cream-deep);
  font-style: italic;
  pointer-events: none;
}
@media (max-width: 700px) { .services { grid-template-columns: 1fr; } }

/* - Testimonials - */
.testimonial {
  background: var(--ivory);
  padding: 2.5rem;
  border-radius: 4px;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section--ink .testimonial,
.section--sage .testimonial {
  background: rgba(244, 236, 216, 0.06);
  border-color: rgba(244, 236, 216, 0.16);
}
.testimonial__quote {
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.55;
  color: var(--ink);
}
.section--ink .testimonial__quote,
.section--sage .testimonial__quote { color: var(--cream); }

.testimonial__quote::before { content: "« "; color: var(--brass-deep); font-weight: 700; }
.testimonial__quote::after  { content: " »"; color: var(--brass-deep); font-weight: 700; }
.section--ink .testimonial__quote::before,
.section--ink .testimonial__quote::after,
.section--sage .testimonial__quote::before,
.section--sage .testimonial__quote::after { color: var(--brass-light); }

.testimonial__author {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}
.section--ink .testimonial__author,
.section--sage .testimonial__author { border-top-color: rgba(244,236,216,0.16); }

.testimonial__avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--brass-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--ff-display);
  font-style: italic;
  color: var(--ink);
  font-size: 1.1rem;
  flex-shrink: 0;
}
.testimonial__name {
  font-weight: 500;
  font-family: var(--ff-display);
  font-size: 1.1rem;
  color: var(--ink);
}
.section--ink .testimonial__name,
.section--sage .testimonial__name { color: var(--cream); }
.testimonial__source {
  font-family: var(--ff-mono);
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: var(--ink-mute);
  text-transform: uppercase;
}
.section--ink .testimonial__source,
.section--sage .testimonial__source { color: var(--on-dark-faint); }

.testi-rating { display: flex; gap: 0.2rem; color: var(--brass-deep); }
.testi-rating svg { width: 16px; height: 16px; fill: currentColor; }
.section--ink .testi-rating,
.section--sage .testi-rating { color: var(--brass-light); }

/* - Reserve card (Zenchef trigger, custom-styled) - */
.reserve-card {
  background: var(--cream-light);
  border: 1px solid var(--brass);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}
.reserve-card::before {
  content: "";
  position: absolute;
  top: -40px; right: -40px;
  width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(184,153,104,0.18), transparent 70%);
  pointer-events: none;
}
.reserve-card h3 {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--sage-deep);
}
.reserve-card p { font-size: var(--fs-md); }
.reserve-card__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.reserve-card__bullets {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.6rem 1.4rem;
  list-style: none;
  padding: 0;
}
.reserve-card__bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: 1rem;
  color: var(--ink-soft);
  line-height: 1.45;
}
.reserve-card__bullets li span {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--sage-deep);
  color: var(--cream);
  font-size: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  margin-top: 2px;
  font-family: var(--ff-mono);
  font-weight: 600;
}
.reserve-card__bullets a {
  color: var(--sage-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.reserve-card__rgpd {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px dashed var(--line);
  font-size: 0.78rem;
  color: var(--ink-mute);
  line-height: 1.5;
  max-width: none;
}
.reserve-card__rgpd a {
  color: var(--sage-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* - Reservation form (legacy, kept for backwards compat if reused) - */
.reservation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--sp-6);
  align-items: start;
}
.reservation__form {
  background: var(--cream-light);
  border: 1px solid var(--brass);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.field { display: flex; flex-direction: column; gap: 0.4rem; }
.field label {
  font-family: var(--ff-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass-deep);
}
.field input, .field select, .field textarea {
  padding: 0.9rem 1rem;
  border: 1px solid var(--line);
  background: var(--paper);
  font-family: var(--ff-body);
  font-size: 1rem;
  color: var(--ink);
  border-radius: 2px;
  transition: border-color var(--t-fast) var(--ease), box-shadow var(--t-fast) var(--ease);
  width: 100%;
  min-height: 44px;
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--sage-deep);
  box-shadow: 0 0 0 3px rgba(47, 86, 64, 0.18);
}
.field input:invalid:not(:placeholder-shown),
.field select:invalid:not(:placeholder-shown) {
  border-color: var(--burgundy);
}
.field textarea { min-height: 110px; resize: vertical; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
@media (max-width: 800px) {
  .reservation { grid-template-columns: 1fr; }
  .field-row   { grid-template-columns: 1fr; }
}

.reservation__info { display: flex; flex-direction: column; gap: 1rem; }
.info-card {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  border-bottom: 1px solid var(--line);
}
.info-card:last-child { border-bottom: 0; }
.info-card svg {
  width: 28px; height: 28px;
  color: var(--sage-deep);
  flex-shrink: 0;
}
.info-card h4 {
  font-family: var(--ff-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass-deep);
  margin-bottom: 0.3rem;
}
.info-card p {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 1.1rem;
  color: var(--ink);
  margin: 0;
}
.info-card a {
  color: var(--sage-deep);
  text-decoration: underline;
  text-decoration-color: rgba(47,86,64,0.4);
  text-underline-offset: 3px;
}
.info-card a:hover { color: var(--brass-deep); }

.guests {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.guests button {
  width: 44px; height: 44px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--paper);
  font-family: var(--ff-display);
  font-size: 1rem;
  transition: all var(--t-fast) var(--ease);
}
.guests button:hover { border-color: var(--sage-deep); }
.guests button.is-active {
  background: var(--sage-deep);
  color: var(--cream);
  border-color: var(--sage-deep);
}

/* - Carte (Google Maps embed) --------------------------------- */
.brand-map {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--brass);
  background: var(--cream-light);
  box-shadow: 0 4px 14px rgba(26,22,18,0.08);
}
.brand-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  /* Légère désaturation pour rester cohérent avec la palette du site */
  filter: saturate(0.85) contrast(0.96);
}

.brand-map__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.brand-map__actions a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid var(--brass);
  border-radius: 3px;
  background: var(--cream-light);
  color: var(--ink);
  font-family: 'Inter', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.brand-map__actions a:hover {
  background: var(--sage-deep);
  border-color: var(--sage-deep);
  color: var(--cream-light);
  transform: translateY(-1px);
}
.brand-map__actions a svg { width: 14px; height: 14px; flex: 0 0 14px; }

/* - Presse - */
.press-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}
.press-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--ivory);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.press-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--cream-deep);
}
.press-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.press-card__body {
  padding: clamp(1.2rem, 3vw, 1.7rem);
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.press-card__meta {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  font-family: var(--ff-mono);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--brass-deep);
}
.press-card h3 {
  color: var(--sage-deep);
  font-size: clamp(1.35rem, 2.2vw, 1.7rem);
}
.press-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.press-fact {
  border-top: 1px solid var(--brass);
  padding-top: 1rem;
}
.press-fact strong {
  display: block;
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--sage-deep);
}
.press-photo-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  grid-auto-rows: 220px;
  gap: 1rem;
}
.press-photo {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(244,236,216,0.16);
  background: rgba(244,236,216,0.08);
}
.press-photo:first-child { grid-row: span 2; }
.press-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.press-photo figcaption,
.press-photo__caption {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  max-width: calc(100% - 2rem);
  color: var(--cream);
  font-family: var(--ff-display);
  font-style: italic;
  text-shadow: 0 1px 8px rgba(0,0,0,0.5);
}
.press-logo-card {
  display: grid;
  grid-template-columns: minmax(160px, 0.5fr) 1fr;
  align-items: center;
  gap: var(--sp-4);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: clamp(1.5rem, 4vw, 2.5rem);
}
.press-logo-card img {
  width: min(260px, 100%);
  margin-inline: auto;
}
@media (max-width: 900px) {
  .press-grid,
  .press-facts,
  .press-logo-card { grid-template-columns: 1fr; }
  .press-photo-grid { grid-template-columns: 1fr; grid-auto-rows: 240px; }
  .press-photo:first-child { grid-row: span 1; }
}

/* - Footer - */
.footer {
  background: var(--ink);
  color: var(--on-dark);
  padding: var(--sp-6) 0 var(--sp-3);
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "Bistrot · Bar · Cuisine · ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-family: var(--ff-display);
  font-style: italic;
  font-size: clamp(3rem, 12vw, 8rem);
  white-space: nowrap;
  color: rgba(244, 236, 216, 0.04);
  font-weight: 500;
  pointer-events: none;
  line-height: 1;
  overflow: hidden;
  width: 100%;
}
.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: var(--sp-5);
  position: relative;
}
.footer__brand { display: flex; flex-direction: column; gap: 1rem; }
.footer__brand-logo {
  width: clamp(180px, 24vw, 260px);
  height: auto;
}
.footer__brand p { color: var(--on-dark-mute); max-width: 36ch; }
.footer__brand-meta {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: 0.5rem;
  font-family: var(--ff-mono);
  font-size: 0.78rem;
  color: var(--on-dark-faint);
  letter-spacing: 0.08em;
}
.footer__brand-meta a { color: inherit; }
.footer__brand-meta a:hover { color: var(--brass-light); }

.footer__col h4 {
  font-family: var(--ff-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass-light);
  margin-bottom: 1.2rem;
}
.footer__col ul { display: flex; flex-direction: column; gap: 0.7rem; }
.footer__col a {
  color: var(--on-dark-mute);
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 1.1rem;
  transition: color var(--t-fast) var(--ease), padding var(--t-fast) var(--ease);
}
.footer__col a:hover { color: var(--brass-light); padding-left: 0.4rem; }
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(244, 236, 216, 0.14);
  font-family: var(--ff-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--on-dark-faint);
  position: relative;
}
.footer__bottom a { color: inherit; }
.footer__bottom a:hover { color: var(--brass-light); }

.socials { display: flex; gap: 1rem; }
.socials a {
  width: 44px; height: 44px;
  border: 1px solid rgba(244, 236, 216, 0.22);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease);
}
.socials a:hover { background: var(--brass); border-color: var(--brass); }
.socials a:hover svg { color: var(--ink); }
.socials svg { width: 18px; color: var(--cream); transition: color var(--t-fast) var(--ease); }

@media (max-width: 900px) {
  .footer__grid { grid-template-columns: 1fr 1fr; gap: 2rem; }
  .footer__bottom { flex-direction: column; text-align: center; gap: 1.2rem; }
}
@media (max-width: 600px) {
  .footer__grid { grid-template-columns: 1fr; }
}

/* ---------- 8. Reveal animations ---------- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s var(--ease), transform 1s var(--ease);
  will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal.delay-1 { transition-delay: 0.12s; }
.reveal.delay-2 { transition-delay: 0.24s; }
.reveal.delay-3 { transition-delay: 0.36s; }
.reveal.delay-4 { transition-delay: 0.48s; }
.reveal.delay-5 { transition-delay: 0.60s; }
.reveal--right  { transform: translateX(30px); }
.reveal--right.is-visible  { transform: translateX(0); }
.reveal--left   { transform: translateX(-30px); }
.reveal--left.is-visible   { transform: translateX(0); }
.reveal--scale  { transform: scale(0.95); }
.reveal--scale.is-visible  { transform: scale(1); }

.split-word {
  display: inline-block;
  overflow: hidden;
  vertical-align: baseline;
  /* room for descenders (g, j, p, q, y) - italic in particular */
  padding-bottom: 0.18em;
  margin-bottom: -0.18em;
  line-height: 1.05;
}
.split-word > span {
  display: inline-block;
  transform: translateY(120%);
  transition: transform 0.9s var(--ease);
  padding-bottom: 0.18em;
}
.split-word.is-visible      { overflow: visible; }
.split-word.is-visible > span { transform: translateY(0); }
.split-word.delay-1 > span { transition-delay: 0.05s; }
.split-word.delay-2 > span { transition-delay: 0.10s; }
.split-word.delay-3 > span { transition-delay: 0.15s; }
.split-word.delay-4 > span { transition-delay: 0.20s; }
.split-word.delay-5 > span { transition-delay: 0.25s; }
.split-word.delay-6 > span { transition-delay: 0.30s; }

/* ---------- 9. Page banner (interior pages) ---------- */
.page-banner {
  padding: calc(var(--sp-7) + 80px) 0 var(--sp-6);
  background: var(--ink);
  color: var(--on-dark);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-banner__bg img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.4) saturate(0.9);
}
.page-banner > :not(.page-banner__bg) { position: relative; z-index: 1; }
.page-banner h1 {
  color: var(--cream);
  font-size: var(--fs-4xl);
  line-height: 1;
  text-shadow: 0 2px 30px rgba(0,0,0,0.4);
  max-width: calc(100vw - (var(--pad-x) * 2));
  margin-inline: auto;
}
.page-banner h1 em {
  font-family: var(--ff-script);
  font-style: normal;
  color: var(--brass-light);
  font-size: 0.7em;
}
.page-banner__sub {
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  margin: 1.2rem auto 0;
  color: var(--on-dark-mute);
  max-width: 60ch;
  padding: 0 var(--pad-x);
}
.page-banner__breadcrumb {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  font-family: var(--ff-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--on-dark-faint);
  margin-bottom: 1.8rem;
  flex-wrap: wrap;
  padding: 0 var(--pad-x);
}
.page-banner__breadcrumb a:hover { color: var(--brass-light); }
.page-banner::after {
  content: "";
  position: absolute;
  bottom: -40px; left: 0; right: 0;
  height: 80px;
  background: var(--cream);
  transform: skewY(-2deg);
  transform-origin: left;
  z-index: 1;
}
.page-banner--ivory::after { background: var(--ivory); }

@media (max-width: 480px) {
  .page-banner h1 {
    font-size: clamp(2.7rem, 15vw, 3.6rem);
    max-width: calc(100vw - 2rem);
  }
  .page-banner__sub {
    max-width: calc(100vw - 2rem);
    font-size: 1rem;
    overflow-wrap: anywhere;
  }
}

/* ---------- 10. Pages spécifiques - Carte / Boissons / Événements ---------- */
.menu-tabs {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: var(--sp-5);
  border-bottom: 1px solid var(--line);
  padding-bottom: 1rem;
}
.menu-tab {
  font-family: var(--ff-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  padding: 0.7rem 1.2rem;
  color: var(--ink-mute);
  border: 1px solid transparent;
  border-radius: 999px;
  transition: all var(--t-fast) var(--ease);
  cursor: pointer;
  min-height: 44px;
}
.menu-tab:hover { color: var(--ink); }
.menu-tab.is-active {
  background: var(--sage-deep);
  color: var(--cream);
  border-color: var(--sage-deep);
}

.menu-section { display: none; }
.menu-section.is-active {
  display: block;
  animation: fadeIn 0.6s var(--ease);
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.menu-section__head {
  text-align: center;
  margin-bottom: var(--sp-4);
  padding-inline: var(--pad-x);
}
.menu-section__head h2 {
  font-size: var(--fs-3xl);
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.menu-section__head h2::before,
.menu-section__head h2::after {
  content: "";
  display: inline-block;
  width: clamp(30px, 8vw, 60px);
  height: 1px;
  background: var(--brass);
}
.menu-section__head p {
  font-family: var(--ff-serif);
  font-style: italic;
  margin: 0.6rem auto 0;
  font-size: 1.1rem;
  max-width: 60ch;
}
@media (max-width: 480px) {
  .menu-section__head { padding-inline: 0; }
  .menu-section__head h2 { display: flex; }
  .menu-section__head p {
    max-width: min(100%, 34ch);
    font-size: 1rem;
  }
}

/* - Cocktails - */
.cocktails {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}
.cocktail {
  background: var(--ivory);
  border: 1px solid var(--line);
  padding: 2rem 1.5rem;
  border-radius: 4px;
  text-align: center;
  position: relative;
  transition: transform var(--t-base) var(--ease), border-color var(--t-base) var(--ease);
}
.section--ink .cocktail,
.section--sage .cocktail {
  background: rgba(244, 236, 216, 0.04);
  border-color: rgba(244, 236, 216, 0.14);
}
.cocktail:hover { transform: translateY(-4px); border-color: var(--brass); }
.cocktail__svg {
  width: 80px;
  height: 90px;
  margin: 0 auto 1rem;
  color: var(--brass-deep);
}
.section--ink .cocktail__svg,
.section--sage .cocktail__svg { color: var(--brass-light); }
.cocktail h4 {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
  color: var(--ink);
}
.section--ink .cocktail h4,
.section--sage .cocktail h4 { color: var(--cream); }
.cocktail p {
  font-family: var(--ff-serif);
  font-style: italic;
  font-size: 0.95rem;
  color: var(--ink-mute);
  margin: 0 auto 0.8rem;
  max-width: 32ch;
}
.section--ink .cocktail p,
.section--sage .cocktail p { color: var(--on-dark-mute); }
.cocktail__price { font-family: var(--ff-display); font-size: 1.3rem; color: var(--brass-deep); }
.section--ink .cocktail__price,
.section--sage .cocktail__price { color: var(--brass-light); }

/* - Timeline - */
.timeline {
  position: relative;
  padding-left: 2rem;
}
.timeline::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 1px;
  background: var(--brass);
}
.timeline__entry { position: relative; padding-bottom: var(--sp-4); }
.timeline__entry::before {
  content: "";
  position: absolute;
  left: -2.4rem; top: 0.25rem;
  width: 12px; height: 12px;
  background: var(--brass);
  border-radius: 50%;
  box-shadow: 0 0 0 4px var(--cream);
}
.timeline__year {
  font-family: var(--ff-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.2em;
  color: var(--brass-deep);
  text-transform: uppercase;
}
.timeline__entry h4 {
  font-family: var(--ff-display);
  font-style: italic;
  font-size: 1.5rem;
  margin: 0.3rem 0 0.6rem;
}

/* - Badge - */
.badge-rating {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.5rem 1rem;
  background: rgba(184, 153, 104, 0.16);
  border: 1px solid var(--brass);
  border-radius: 999px;
  font-family: var(--ff-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass-deep);
}
.section--ink .badge-rating,
.section--sage .badge-rating {
  background: rgba(212, 185, 138, 0.16);
  color: var(--brass-light);
  border-color: var(--brass-light);
}
.badge-rating svg { width: 14px; fill: currentColor; }

/* - Misc - */
.tag-line {
  font-family: var(--ff-script);
  font-size: clamp(1.8rem, 5vw, 3rem);
  color: var(--sage-deep);
  text-align: center;
  display: block;
  line-height: 1.1;
}

.kicker {
  font-family: var(--ff-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--brass-deep);
}

/* - Logo brand image (replacement for SVG-only crest) - */
.brand-logo {
  display: inline-block;
  height: auto;
}
.brand-logo--nav { height: clamp(34px, 4.5vw, 46px); }
.brand-logo--hero { width: clamp(220px, 32vw, 380px); margin: 0 auto; }
.brand-logo--footer { width: clamp(180px, 22vw, 260px); }

/* - Tagline pill - */
.tagline-pill {
  display: inline-block;
  font-family: var(--ff-mono);
  font-size: var(--fs-xs);
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: var(--brass-light);
  padding: 0.4rem 0;
}

/* ---------- 11. Utilities ---------- */
.flex          { display: flex; }
.grid          { display: grid; }
.gap-1         { gap: 0.5rem; }
.gap-2         { gap: 1rem; }
.gap-3         { gap: 1.5rem; }
.gap-4         { gap: 2rem; }
.center        { display: flex; align-items: center; justify-content: center; }
.text-center   { text-align: center; }

.mobile-only   { display: none; }
@media (max-width: 768px) {
  .mobile-only { display: block; }
  .desktop-only { display: none; }
}

/* prevent horizontal scroll from rogue child */
html, body { max-width: 100%; }

/* better contrast for muted text on ivory/cream */
.section--cream .menu-item__desc,
.section--ivory .menu-item__desc { color: var(--ink-soft); }

/* better focus state for the hero scroll link */
.hero__scroll:focus-visible {
  outline-color: var(--cream);
}

/* keep image proportional in fixed-height containers */
img[loading="lazy"] { background: var(--cream-deep); }
