:root {
  --ink: #1b1714;
  --ink-soft: #3f3832;
  --paper: #f3efe7;
  --paper-deep: #e8e0d4;
  --wine: #751f2a;
  --wine-bright: #9b3440;
  --gold: #bd9b69;
  --line: rgba(27, 23, 20, .16);
  --serif: "Noto Serif SC", "Songti SC", STSong, Georgia, serif;
  --sans: "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
  --page: min(1180px, calc(100vw - 80px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -60px; padding: 10px 16px; background: #fff; color: #111; }
.skip-link:focus { top: 12px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 88px; padding: 0 3.6vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: #fff; border-bottom: 1px solid rgba(255,255,255,.18); transition: background .35s, height .35s, color .35s, box-shadow .35s; }
.site-header.is-scrolled { height: 70px; color: var(--ink); background: rgba(243,239,231,.96); border-color: var(--line); box-shadow: 0 8px 32px rgba(35,23,15,.08); backdrop-filter: blur(12px); }
.brand { display: inline-flex; align-items: center; gap: 12px; justify-self: start; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid currentColor; border-radius: 50% 50% 46% 54%; font-family: var(--serif); font-size: 22px; transform: rotate(-4deg); }
.brand-name { display: flex; flex-direction: column; line-height: 1; }
.brand-name strong { font: 600 21px/1 var(--serif); letter-spacing: .3em; }
.brand-name small { margin-top: 5px; font: 9px/1 var(--sans); letter-spacing: .32em; opacity: .72; }
.site-nav { display: flex; align-items: center; gap: clamp(24px, 3.2vw, 52px); }
.site-nav a, .footer-links a { position: relative; font-size: 13px; letter-spacing: .12em; }
.site-nav a::after, .footer-links a::after { content: ""; position: absolute; height: 1px; left: 0; right: 100%; bottom: -7px; background: currentColor; transition: right .25s; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .footer-links a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 14px; }
.language-toggle { display: grid; place-items: center; min-width: 42px; height: 42px; padding: 0 9px; border: 0; border-bottom: 1px solid currentColor; color: inherit; background: transparent; cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.language-toggle:hover, .language-toggle:focus-visible { color: var(--gold); }
.header-cta { padding: 11px 19px; border: 1px solid currentColor; font-size: 13px; letter-spacing: .14em; transition: background .25s, color .25s; }
.header-cta:hover { background: #fff; color: var(--ink); }
.is-scrolled .header-cta:hover { background: var(--ink); color: #fff; }
.menu-toggle { display: none; border: 0; background: transparent; }

.hero { position: relative; min-height: 760px; height: 100svh; max-height: 1080px; color: #fff; overflow: hidden; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; animation: hero-in 1.5s cubic-bezier(.2,.75,.25,1) both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(13,10,8,.9) 0%, rgba(13,10,8,.65) 35%, rgba(13,10,8,.1) 72%), linear-gradient(0deg, rgba(13,10,8,.42), transparent 45%); }
.hero-content { position: relative; z-index: 2; width: var(--page); height: 100%; margin: auto; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding-top: 80px; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; }
.hero h1 { max-width: 770px; margin: 0; font: 500 clamp(52px, 6vw, 92px)/1.15 var(--serif); letter-spacing: .03em; }
.hero-copy { max-width: 590px; margin: 30px 0 0; color: rgba(255,255,255,.78); font: 17px/2 var(--serif); letter-spacing: .06em; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 40px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 26px; border: 1px solid; font-size: 13px; letter-spacing: .15em; transition: background .25s, color .25s, transform .25s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: #f7f2e9; color: var(--ink); border-color: #f7f2e9; }
.button-light:hover { background: transparent; color: #fff; }
.button-dark { background: var(--ink); color: #fff; border-color: var(--ink); }
.button-dark:hover { background: var(--wine); border-color: var(--wine); }
.text-link { padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 13px; letter-spacing: .13em; }
.scroll-cue { position: absolute; z-index: 3; right: 3.6vw; bottom: 44px; display: flex; flex-direction: column; align-items: center; gap: 12px; font-size: 9px; letter-spacing: .28em; }
.scroll-cue i { display: block; width: 1px; height: 54px; background: rgba(255,255,255,.7); transform-origin: top; animation: scroll-line 2s ease-in-out infinite; }

.promise, .menu-section, .spaces, .visit { padding: 130px max(40px, calc((100vw - 1180px) / 2)); }
.promise { text-align: center; }
.promise h2, .section-heading h2, .story h2, .visit h2 { margin: 0; font: 500 clamp(40px, 4.7vw, 70px)/1.28 var(--serif); letter-spacing: .03em; }
.promise-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 84px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; }
.promise-grid article { position: relative; padding: 45px 46px 50px; border-right: 1px solid var(--line); }
.promise-grid article:last-child { border: 0; }
.promise-grid span, .space-grid span { color: var(--wine); font: 12px/1 Georgia, serif; letter-spacing: .15em; }
.promise-grid h3, .space-grid h3 { margin: 25px 0 13px; font: 500 25px/1.3 var(--serif); letter-spacing: .07em; }
.promise-grid p, .space-grid p, .section-heading > p, .visit-title > p { margin: 0; color: #6e655d; font: 14px/1.9 var(--serif); letter-spacing: .04em; }

.menu-section { background: #ebe3d8; }
.section-heading { display: grid; grid-template-columns: 1.6fr .7fr; gap: 80px; align-items: end; margin-bottom: 66px; }
.dish-grid { display: grid; grid-template-columns: 1.55fr 1fr; grid-template-rows: repeat(2, minmax(260px, 1fr)); gap: 18px; }
.dish-card { position: relative; min-height: 300px; overflow: hidden; color: #fff; }
.dish-card-wide { grid-row: 1 / 3; min-height: 620px; }
.dish-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.dish-card-wide img { object-position: 17% center; transform: scale(1.05); }
.dish-card:nth-child(2) img { object-position: 76% 65%; transform: scale(1.45); }
.dish-card:nth-child(3) img { object-position: 48% 20%; transform: scale(1.45); }
.dish-card::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, rgba(12,9,7,.8)); }
.dish-card:hover img { transform: scale(1.52); }
.dish-card-wide:hover img { transform: scale(1.1); }
.dish-card div { position: absolute; z-index: 2; inset: auto 28px 26px; }
.dish-card span { color: #dfc092; font-size: 9px; letter-spacing: .22em; }
.dish-card h3 { margin: 9px 0 6px; font: 500 25px/1.25 var(--serif); letter-spacing: .05em; }
.dish-card p { margin: 0; color: rgba(255,255,255,.7); font: 13px/1.6 var(--serif); }
.center-action { margin-top: 52px; text-align: center; }

.story { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 760px; background: var(--paper); }
.story-image-wrap { position: relative; min-height: 680px; overflow: hidden; }
.story-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.story-image-wrap span { position: absolute; right: 24px; bottom: 20px; padding: 8px 12px; background: rgba(20,16,13,.72); color: rgba(255,255,255,.76); font-size: 10px; letter-spacing: .12em; }
.story-copy { align-self: center; max-width: 600px; padding: 90px clamp(50px, 7vw, 120px); }
.story .lead { margin: 40px 0 24px; color: var(--ink); font: 19px/1.9 var(--serif); }
.story-copy > p:not(.section-kicker):not(.lead) { color: #6e655d; font: 14px/2 var(--serif); }
.signature { margin-top: 44px; color: var(--wine); font: 25px/1 var(--serif); }
.signature small { display: block; margin-top: 10px; color: #776d65; font: 8px/1 var(--sans); letter-spacing: .25em; }

.spaces { color: #f3eee5; background: var(--ink); }
.section-heading-light > p { color: rgba(255,255,255,.56); }
.space-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid rgba(255,255,255,.18); }
.space-grid article { min-height: 300px; padding: 42px 36px; border-right: 1px solid rgba(255,255,255,.18); background: linear-gradient(180deg, transparent, rgba(117,31,42,0)); transition: background .35s; }
.space-grid article:last-child { border: 0; }
.space-grid article:hover { background: linear-gradient(180deg, transparent, rgba(117,31,42,.28)); }
.space-grid span { color: var(--gold); }
.space-grid p { max-width: 260px; color: rgba(255,255,255,.56); }

.visit { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; background: var(--paper-deep); }
.visit-title > p { max-width: 520px; margin-top: 34px; }
.visit-details { border-top: 1px solid var(--line); }
.visit-details > div { display: grid; grid-template-columns: 110px 1fr; column-gap: 28px; padding: 26px 0; border-bottom: 1px solid var(--line); }
.visit-details span { grid-row: 1 / 4; color: #877b70; font-size: 11px; letter-spacing: .18em; }
.visit-details p { margin: 0 0 9px; font: 16px/1.8 var(--serif); }
.visit-details a { width: max-content; color: var(--wine); font-size: 12px; border-bottom: 1px solid rgba(117,31,42,.35); }
.visit-details small { color: #8c8279; font-size: 11px; }
.visit-details [aria-disabled="true"] { cursor: default; }

.site-footer { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 30px; padding: 64px max(40px, calc((100vw - 1180px) / 2)); color: rgba(255,255,255,.74); background: #120f0d; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand p { margin: 0; }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand strong { color: #fff; font: 22px/1.4 var(--serif); letter-spacing: .2em; }
.footer-brand small { margin-top: 4px; font-size: 10px; letter-spacing: .1em; }
.footer-links { display: flex; gap: 30px; align-self: center; }
.footer-meta { justify-self: end; text-align: right; font-size: 10px; line-height: 1.7; letter-spacing: .1em; }
.footer-meta p { margin: 0; }
.mobile-action-bar { display: none; }

html[lang="fr"] .hero h1,
html[lang="fr"] .promise h2,
html[lang="fr"] .section-heading h2,
html[lang="fr"] .story h2,
html[lang="fr"] .visit h2 { letter-spacing: 0; }
html[lang="fr"] .hero h1 { max-width: 850px; font-size: clamp(50px, 5.4vw, 84px); line-height: 1.08; }
html[lang="fr"] .site-nav a,
html[lang="fr"] .header-cta { letter-spacing: .06em; }

[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s, transform .7s; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@keyframes hero-in { from { opacity: .45; transform: scale(1.06); } to { opacity: 1; transform: scale(1); } }
@keyframes scroll-line { 0%,100% { transform: scaleY(.2); opacity: .35; } 50% { transform: scaleY(1); opacity: 1; } }

@media (max-width: 900px) {
  :root { --page: calc(100vw - 40px); }
  .site-header { height: 72px; grid-template-columns: 1fr auto auto; gap: 4px; padding: 0 16px 0 20px; }
  .brand-name strong { font-size: 18px; }
  .brand-mark { width: 38px; height: 38px; }
  .header-cta { display: none; }
  .header-actions { grid-column: 2; grid-row: 1; }
  .language-toggle { min-width: 38px; height: 38px; }
  .menu-toggle { position: relative; z-index: 2; grid-column: 3; grid-row: 1; display: grid; place-content: center; gap: 7px; width: 44px; height: 44px; padding: 0; }
  .menu-toggle span { display: block; width: 25px; height: 1px; background: currentColor; transition: transform .25s; }
  .nav-open .menu-toggle span:first-child { transform: translateY(4px) rotate(45deg); }
  .nav-open .menu-toggle span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 28px; padding: 90px 38px; color: #f5efe6; background: #17120f; transform: translateX(100%); visibility: hidden; transition: transform .35s, visibility .35s; }
  .site-nav a { font: 31px/1.2 var(--serif); }
  .nav-open .site-nav { transform: none; visibility: visible; }
  .nav-open .site-header { color: #fff; background: transparent; box-shadow: none; }
  .nav-open .header-actions { visibility: hidden; }
  .hero { min-height: 700px; height: 92svh; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,8,7,.74), rgba(10,8,7,.08)), linear-gradient(0deg, rgba(10,8,7,.7), transparent 65%); }
  .hero-content { justify-content: flex-end; padding: 0 0 96px; }
  .hero h1 { font-size: clamp(43px, 12vw, 66px); }
  html[lang="fr"] .hero h1 { font-size: clamp(39px, 10.8vw, 57px); line-height: 1.08; }
  html[lang="fr"] .hero .eyebrow { font-size: 8px; letter-spacing: .14em; white-space: nowrap; }
  .hero-copy { max-width: 520px; margin-top: 22px; font-size: 15px; line-height: 1.8; }
  .scroll-cue { display: none; }
  .promise, .menu-section, .spaces, .visit { padding: 88px 20px; }
  .promise-grid { grid-template-columns: 1fr; margin-top: 58px; }
  .promise-grid article { padding: 30px 4px; border-right: 0; border-bottom: 1px solid var(--line); }
  .promise-grid article:last-child { border: 0; }
  .section-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 45px; }
  .section-heading > p { max-width: 560px; }
  .story { grid-template-columns: 1fr; }
  .story-image-wrap { min-height: 62vw; }
  .story-copy { max-width: none; padding: 76px 20px 86px; }
  .visit { grid-template-columns: 1fr; gap: 56px; }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 54px 20px 105px; }
  .footer-links { display: none; }
  .footer-meta { justify-self: end; }
  .mobile-action-bar { position: fixed; z-index: 90; display: grid; grid-template-columns: 1fr 1fr; left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); padding: 6px; border: 1px solid rgba(255,255,255,.16); background: rgba(22,17,14,.94); box-shadow: 0 12px 42px rgba(0,0,0,.3); backdrop-filter: blur(12px); }
  .mobile-action-bar a { padding: 14px 10px; color: #fff; text-align: center; font-size: 13px; letter-spacing: .12em; }
  .mobile-action-bar a:last-child { color: var(--ink); background: #efe7db; }
}

@media (max-width: 620px) {
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; margin-top: 30px; }
  .button { min-height: 48px; }
  .promise h2, .section-heading h2, .story h2, .visit h2 { font-size: 39px; }
  .dish-grid { display: flex; overflow-x: auto; gap: 12px; margin-right: -20px; padding-right: 20px; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .dish-grid::-webkit-scrollbar { display: none; }
  .dish-card, .dish-card-wide { flex: 0 0 82vw; min-height: 460px; grid-row: auto; scroll-snap-align: start; }
  .dish-card img, .dish-card-wide img { transform: scale(1.12); }
  .dish-card:nth-child(2) img { object-position: 75% 58%; }
  .dish-card:nth-child(3) img { object-position: 48% 15%; }
  .center-action { text-align: left; }
  .space-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .space-grid article { min-height: 0; padding: 32px 4px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .visit-details > div { grid-template-columns: 80px 1fr; column-gap: 16px; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .footer-meta { justify-self: start; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
