:root {
  --color-background: #f2ede4;
  --surface: #fbf8f2;
  --ink: #1c1815;
  --muted: #756d64;
  --dark: #171310;
  --rust: #8a3f31;
  --line: rgba(28, 24, 21, .18);
  --container: 1240px;
  --header: 90px;
  --space: clamp(5rem, 10vw, 10rem);
  --image-brightness: 100%;
  --hero-overlay-opacity: .58;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--color-background); }
body { margin: 0; color: var(--ink); background: var(--color-background); font: 400 16px/1.75 "Helvetica Neue", Arial, sans-serif; overflow-x: hidden; }
body.is-menu-open { overflow: hidden; }
img { display: block; width: 100%; height: 100%; object-fit: cover; filter: brightness(var(--image-brightness)); }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--rust); outline-offset: 5px; }
h1, h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: .98; letter-spacing: -.035em; }
h1 { font-size: clamp(4rem, 10vw, 9rem); }
h2 { font-size: clamp(3rem, 6.2vw, 6.2rem); }
p { margin: 0 0 1.5rem; }
section[id] { scroll-margin-top: var(--header); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.skip-link { position: fixed; z-index: 100; top: 1rem; left: 1rem; padding: .8rem 1rem; background: white; transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 3rem), var(--container)); margin-inline: auto; }
.section { padding-block: var(--space); }
.eyebrow { margin-bottom: 1.5rem; font-size: .68rem; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }
.eyebrow.rust { color: var(--rust); }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .8rem 1.4rem; border: 1px solid var(--ink); color: var(--ink); background: transparent; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .67rem; cursor: pointer; }
.button.light { color: white; border-color: rgba(255,255,255,.65); }
.button:hover { background: var(--ink); color: white; }
.button.light:hover { color: var(--dark); background: white; }
.text-link { display: inline-block; padding-bottom: .25rem; border-bottom: 1px solid currentColor; text-decoration: none; text-transform: uppercase; letter-spacing: .12em; font-size: .68rem; }
.text-link.light { color: white; }
.dark { color: white; background: var(--dark); }
.site-header { position: fixed; z-index: 20; inset: 0 0 auto; height: var(--header); display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.5rem, 4vw, 4.5rem); color: white; transition: background .5s, height .5s; }
.site-header.is-scrolled { height: 72px; background: rgba(23,19,16,.94); backdrop-filter: blur(12px); }
.brand { width: 126px; height: 65px; }
.brand img { object-fit: contain; }
.nav { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2.2rem); }
.nav > a:not(.button) { position: relative; text-decoration: none; text-transform: uppercase; font-size: .64rem; letter-spacing: .14em; }
.nav > a.is-active:not(.button)::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.6rem; border-bottom: 1px solid; }
.languages { display: flex; gap: .35rem; padding-left: .8rem; border-left: 1px solid rgba(255,255,255,.35); }
.languages button { padding: .2rem; border: 0; color: inherit; background: none; font-size: .61rem; cursor: pointer; opacity: .55; }
.languages button[aria-pressed=true] { opacity: 1; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 24px; margin: 7px auto; border-top: 1px solid white; }
.hero { position: relative; min-height: 100svh; display: grid; place-items: center; color: white; overflow: hidden; }
.hero-image { position: absolute; inset: 0; animation: heroScale 16s ease-out both; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,10,8,.72), rgba(13,10,8,.28) 50%, rgba(13,10,8,.76)); opacity: var(--hero-overlay-opacity); }
.hero-content { position: relative; z-index: 1; width: min(900px, calc(100% - 2rem)); text-align: center; opacity: 0; transform: translateY(30px); }
.hero-content.is-visible { opacity: 1; transform: none; transition: opacity .9s .15s, transform .9s .15s; }
.hero-content h1 i { color: #d2a995; font-weight: 400; }
.hero-content > p:not(.eyebrow) { max-width: 620px; margin: 1.8rem auto 2.2rem; font-size: clamp(1rem, 1.4vw, 1.2rem); }
.hero-actions { display: flex; justify-content: center; align-items: center; gap: 2rem; }
.scroll-cue { position: absolute; z-index: 2; bottom: 2rem; left: 50%; width: 1px; height: 54px; background: rgba(255,255,255,.35); }
.scroll-cue span { display: block; width: 1px; height: 22px; background: white; animation: scrollCue 2s infinite; }
.intro-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 10vw; align-items: end; }
.intro-copy { max-width: 430px; padding-bottom: .5rem; }
[data-reveal] { opacity: 0; transform: translateY(35px); transition: opacity .75s, transform .75s; }
[data-reveal].is-visible { opacity: 1; transform: none; }
.image-rhythm { padding-top: 0; }
.moving-pair { width: min(1380px, calc(100% - 3rem)); margin-inline: auto; display: grid; grid-template-columns: 1.05fr .72fr; align-items: center; gap: 7vw; }
.moving-pair figure { margin: 0; }
.moving-pair .image-tall { height: min(74vw, 850px); }
.moving-pair .image-wide { height: min(52vw, 620px); }
.motion-image:not(.hero-image) { transform: translate3d(0, var(--motion-y, 0), 0) scale(1.05); will-change: transform; }
figcaption { margin-top: 1rem; text-transform: uppercase; letter-spacing: .14em; font-size: .65rem; }
.menu-layout { display: grid; grid-template-columns: 1fr .85fr; gap: 10vw; align-items: center; }
.menu-layout h2 { margin-bottom: 3rem; }
.menu-card { border-block: 1px solid rgba(255,255,255,.26); }
.menu-card > div { padding: 1.5rem 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.menu-card small, .menu-price span { color: #c5b8aa; text-transform: uppercase; letter-spacing: .15em; font-size: .64rem; }
.menu-price { display: flex; align-items: end; justify-content: space-between; }
.menu-price strong { font: 400 4rem/1 Georgia, serif; }
.story { display: grid; grid-template-columns: 1.1fr .9fr; padding-block: var(--space); align-items: center; }
.story-image { height: min(72vw, 850px); overflow: hidden; }
.story-copy { position: relative; z-index: 1; max-width: 580px; margin-left: -7vw; padding: clamp(3rem, 7vw, 7rem); background: var(--surface); }
.story-copy p:last-child { margin: 2rem 0 0; }
.section-heading { margin-bottom: 5rem; }
.gallery-grid { width: min(1380px, calc(100% - 3rem)); margin-inline: auto; display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 90px; gap: 1rem; }
.gallery-grid figure { margin: 0; overflow: hidden; }
.gallery-grid img { transition: transform .8s; }
.gallery-grid figure:hover img { transform: scale(1.035); }
.g1 { grid-column: 1 / 8; grid-row: span 5; }.g2 { grid-column: 8 / 13; grid-row: span 7; }
.g3 { grid-column: 2 / 7; grid-row: span 6; }.g4 { grid-column: 7 / 13; grid-row: span 4; }
.g5 { grid-column: 1 / 5; grid-row: span 7; }.g6 { grid-column: 5 / 12; grid-row: span 5; }
.reviews { text-align: center; background: var(--surface); }
.review-layout { max-width: 760px; }
.review-layout p:not(.eyebrow) { max-width: 530px; margin: 2rem auto; }
.reservation-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 10vw; }
.booking-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.booking-form label { display: grid; gap: .5rem; color: #d3c7bd; text-transform: uppercase; letter-spacing: .12em; font-size: .63rem; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; padding: .95rem 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.3); border-radius: 0; color: white; background: transparent; outline: 0; }
.booking-form select option { color: var(--ink); }
.booking-form [data-error-for] { min-height: 1.2em; color: #e7a394; text-transform: none; letter-spacing: 0; }
.booking-form .full { grid-column: 1 / -1; }
.booking-status { color: #e8d8ca; }
.contact { display: grid; grid-template-columns: 1.15fr .85fr; padding: 0; }
.contact-map { min-height: 660px; }
.contact-map iframe { width: 100%; height: 100%; border: 0; filter: grayscale(1) sepia(.12); }
.contact-copy { padding: clamp(4rem, 9vw, 9rem); align-self: center; }
.contact-copy address { margin: 2rem 0; font-style: normal; }
.contact-copy > a:not(.text-link) { display: block; margin-bottom: .5rem; text-decoration: none; }
.hours { margin: 2rem 0; color: var(--muted); }
.footer { padding: 4rem 1.5rem; color: white; background: var(--dark); text-align: center; }
.footer img { width: 130px; height: 70px; object-fit: contain; margin: 0 auto 1.5rem; }
.footer p { margin: .25rem; color: #b9ada4; font-size: .75rem; }
.design-chooser { position: fixed; z-index: 50; right: 1.25rem; bottom: 1.25rem; color: #211d1a; font-family: "Helvetica Neue", Arial, sans-serif; }
.design-toggle { display: flex; align-items: center; gap: .6rem; min-height: 48px; padding: .8rem 1.1rem; border: 1px solid rgba(255,255,255,.55); border-radius: 2px; color: white; background: #211d1a; box-shadow: 0 10px 30px rgba(0,0,0,.22); cursor: pointer; text-transform: uppercase; letter-spacing: .1em; font-size: .66rem; }
.design-toggle span { font-size: 1.1rem; }
.design-panel { position: absolute; right: 0; bottom: calc(100% + .75rem); width: min(370px, calc(100vw - 2rem)); max-height: min(680px, calc(100svh - 6rem)); overflow: auto; padding: 1.35rem; color: #211d1a; background: #fffdf9; border: 1px solid rgba(33,29,26,.16); box-shadow: 0 20px 60px rgba(0,0,0,.24); }
.design-panel[hidden] { display: none; }
.design-panel-head { display: flex; align-items: start; justify-content: space-between; gap: 1rem; }
.design-panel-head small { color: #8a3f31; text-transform: uppercase; letter-spacing: .14em; font-size: .6rem; }
.design-panel h2 { margin-top: .3rem; font-size: 1.7rem; line-height: 1.05; letter-spacing: -.02em; }
.design-close { width: 38px; height: 38px; border: 1px solid rgba(33,29,26,.2); color: inherit; background: transparent; cursor: pointer; font-size: 1.45rem; line-height: 1; }
.design-intro { margin: 1rem 0; color: #655e58; font-size: .8rem; line-height: 1.55; }
.design-fields { display: grid; gap: .75rem; }
.design-fields label { display: grid; grid-template-columns: 1fr 44px; align-items: center; gap: .8rem; padding-bottom: .7rem; border-bottom: 1px solid rgba(33,29,26,.1); font-size: .74rem; }
.design-fields label > span { display: flex; justify-content: space-between; gap: .6rem; }
.design-fields output { color: #716962; font-family: ui-monospace, monospace; font-size: .68rem; }
.design-fields input[type=color] { width: 44px; height: 32px; padding: 2px; border: 1px solid rgba(33,29,26,.2); background: white; cursor: pointer; }
.design-fields .design-brightness { grid-template-columns: 1fr; }
.design-fields input[type=range] { width: 100%; accent-color: #8a3f31; }
.design-actions { display: grid; grid-template-columns: 1fr auto; gap: .6rem; margin-top: 1rem; }
.design-actions button { min-height: 42px; padding: .65rem .8rem; border: 1px solid #211d1a; color: white; background: #211d1a; cursor: pointer; font-size: .68rem; }
.design-actions button:last-child { color: #211d1a; background: transparent; }
.design-report { width: 100%; min-height: 130px; margin-top: .8rem; padding: .7rem; border: 1px solid rgba(33,29,26,.2); color: #211d1a; background: #f7f3ec; font: .72rem/1.5 ui-monospace, monospace; resize: vertical; }
.design-status { min-height: 1.4em; margin: .7rem 0 0; color: #655e58; font-size: .7rem; line-height: 1.4; }
@keyframes heroScale { from { transform: scale(1.08); } to { transform: scale(1); } }
@keyframes scrollCue { 0% { transform: translateY(0); opacity: 0; } 35% { opacity: 1; } 100% { transform: translateY(32px); opacity: 0; } }
@media (max-width: 1024px) {
  .nav { gap: 1rem; }.languages { display: none; }
  .menu-layout, .reservation-grid { gap: 6vw; }
  .gallery-grid { grid-auto-rows: 70px; }
}
@media (max-width: 768px) {
  :root { --header: 74px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .nav { position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 1.5rem; color: white; background: var(--dark); opacity: 0; visibility: hidden; transition: .5s; }
  .nav > a:not(.button) { font: 400 2.5rem/1 Georgia, serif; text-transform: none; letter-spacing: -.02em; }
  .nav .languages { display: flex; border: 0; padding: 0; }
  .is-menu-open .nav { opacity: 1; visibility: visible; }
  .is-menu-open .menu-toggle span:not(.sr-only):first-of-type { transform: translateY(4px) rotate(45deg); }
  .is-menu-open .menu-toggle span:not(.sr-only):last-of-type { transform: translateY(-4px) rotate(-45deg); }
  .hero-actions { flex-direction: column; gap: 1.2rem; }
  .intro-grid, .menu-layout, .reservation-grid { grid-template-columns: 1fr; gap: 3rem; }
  .moving-pair { grid-template-columns: 1.1fr .8fr; gap: 1rem; align-items: end; }
  .moving-pair .image-tall { height: 92vw; }.moving-pair .image-wide { height: 62vw; margin-bottom: 10vw; }
  .story { grid-template-columns: 1fr; }.story-image { height: 95vw; }.story-copy { margin: -12vw 1.5rem 0; padding: 3rem 1.5rem; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; }
  .gallery-grid .g1, .gallery-grid .g4, .gallery-grid .g6 { grid-column: 1 / -1; grid-row: span 2; }
  .gallery-grid .g2, .gallery-grid .g3, .gallery-grid .g5 { grid-column: auto; grid-row: span 2; }
  .contact { grid-template-columns: 1fr; }.contact-map { min-height: 430px; }.contact-copy { padding: 5rem 1.5rem; }
}
@media (max-width: 430px) {
  .container, .moving-pair, .gallery-grid { width: min(calc(100% - 2rem), var(--container)); }
  .site-header { padding-inline: 1rem; }.brand { width: 105px; }
  .hero-content > p:not(.eyebrow) { font-size: .95rem; }
  .booking-form { grid-template-columns: 1fr; }.booking-form .full { grid-column: auto; }
  .gallery-grid { grid-auto-rows: 125px; gap: .65rem; }
  .design-chooser { right: .75rem; bottom: .75rem; }
  .design-panel { width: calc(100vw - 1.5rem); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-reveal] { opacity: 1; transform: none; }
  .motion-image:not(.hero-image) { transform: none; }
}
