@font-face {
  font-family: "Bodoni Moda";
  src: url("/assets/fonts/bodoni-moda-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Bodoni Moda";
  src: url("/assets/fonts/bodoni-moda-italic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

:root {
  --paper: #faf8f3; --ink: #292823; --muted: #69665d; --line: #d8d3c7;
  --accent: #977136; --dark: #2b302b; --soft: #f0ede5;
  --gutter: clamp(24px, 6.4vw, 110px);
  --serif: "Bodoni Moda", Georgia, serif; --sans: "Manrope", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.85; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--accent); outline-offset: 6px; }
img { display: block; max-width: 100%; }
button { font: inherit; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; text-wrap: balance; }
h2 { font-size: clamp(2.1rem, 3.25vw, 3.25rem); line-height: 1.24; letter-spacing: -.025em; }
h3 { font-size: clamp(1.8rem, 2.2vw, 2.35rem); line-height: 1.25; letter-spacing: -.02em; }
em { font-weight: 400; color: var(--accent); }
.skip { position: absolute; left: 20px; top: -100px; z-index: 20; background: var(--paper); padding: 12px; }
.skip:focus { top: 20px; }
.announcement { padding: 10px 24px; background: var(--dark); color: var(--paper); text-align: center; font-size: 13px; line-height: 1.6; }
.header { position: sticky; top: 0; z-index: 5; display: flex; align-items: center; gap: 30px; padding: 17px var(--gutter); background: #fff; }
.brand { display: block; flex-shrink: 0; margin-right: auto; }
.brand img { width: 88px; height: 51px; object-fit: contain; }
.header-michelin { display: block; flex: 0 0 auto; width: 160px; text-decoration: none; }
.header-michelin img { display: block; width: 100%; height: auto; }
.header-michelin-text { display: none; }
.languages { display: flex; gap: 10px; align-items: center; font-size: 13px; white-space: nowrap; }
.languages a { padding: 7px 0; font-size: 14px; text-decoration: none; }
.languages a[aria-current] { text-decoration: underline; text-underline-offset: 5px; text-decoration-color: var(--accent); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 14px 25px; border: 1px solid var(--ink); background: var(--ink); color: var(--paper); text-decoration: none; font-size: 14px; font-weight: 500; line-height: 1.4; text-align: center; transition: background .18s ease, color .18s ease; }
.button:hover { background: #454139; border-color: #454139; }
.button.outline, .header > .button { background: transparent; color: var(--ink); }
.button.outline:hover, .header > .button:hover { background: var(--ink); color: var(--paper); }
.link { display: inline-block; text-underline-offset: 7px; text-decoration-thickness: 1px; font-size: 14px; }
.menu-toggle { display: flex; align-items: center; gap: 14px; min-height: 44px; border: 0; padding: 4px 0 4px 8px; background: none; color: var(--ink); font-size: 14px; cursor: pointer; }
.menu-toggle::after { content: '+'; width: 18px; font-size: 22px; line-height: 1; font-weight: 400; }
.menu-toggle[aria-expanded="true"]::after { content: '−'; }
.navigation { display: none; position: absolute; top: 100%; right: var(--gutter); width: min(350px, calc(100vw - 48px)); padding: 20px 28px; background: var(--paper); border: 1px solid var(--line); }
.navigation.open { display: flex; flex-direction: column; }
.navigation a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 16px; text-decoration: none; }
.navigation a:last-child { border: 0; }
.navigation a:hover, .languages a:hover { color: var(--accent); }
.eyebrow { text-transform: uppercase; letter-spacing: .12em; font-size: 12px; font-weight: 500; line-height: 1.7; color: var(--accent); }
.hero-visual { width: 100%; overflow: hidden; }
.hero-visual img { width: 100%; height: clamp(360px, 43vw, 590px); object-fit: cover; object-position: 52% 51%; }
.hero-9699 img { object-position: 50% 40%; }
.hero-9631 img { object-position: 50% 52%; transform: rotate(180deg); }
.hero-9374 img { object-position: 50% 62%; }
.hero-9382 img { object-position: 50% 52%; }
.hero-9134 img { object-position: 50% 55%; }
.hero-copy { display: grid; grid-template-columns: 1.1fr 1fr; column-gap: clamp(45px, 8vw, 130px); row-gap: 32px; align-items: center; padding: 48px var(--gutter) 28px; max-width: 1680px; margin: 0 auto; }
.hero-copy h1 { font-size: clamp(2.6rem, 3.75vw, 3.8rem); line-height: 1.2; letter-spacing: -.025em; margin-top: 14px; }
.hero-copy h1 span, .hero-copy h1 em { display: block; }
.hero-copy .description { max-width: 420px; color: var(--muted); font-size: 16px; line-height: 1.9; }
.hero-quote blockquote { margin: 0; }
.hero-signature { margin-top: 12px; color: var(--accent); font-family: var(--serif); font-size: 23px; font-style: italic; line-height: 1.5; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 24px; flex-wrap: wrap; }
.recognition { grid-column: 1 / -1; display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 28px clamp(45px, 8vw, 130px); margin-top: 12px; padding: 32px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.recognition-award { padding-left: 24px; border-left: 2px solid #963c38; }
.recognition-guide { font-size: 14px; font-weight: 500; line-height: 1.6; color: #963c38; }
.recognition-title { margin-top: 8px; font-family: var(--serif); font-size: clamp(2rem, 3vw, 2.8rem); line-height: 1.2; letter-spacing: -.02em; }
.recognition-copy { max-width: 420px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.recognition-copy .link { margin-top: 12px; color: var(--ink); text-decoration-color: #963c38; }
.recognition-copy .link:hover { color: #963c38; }
.intro { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(48px, 7.5vw, 120px); align-items: center; padding: 94px var(--gutter) 112px; max-width: 1680px; margin: 0 auto; }
.intro-visual img { width: 100%; height: auto; aspect-ratio: 5 / 4; object-fit: cover; object-position: 50% 50%; }
.intro-copy { max-width: 470px; }
.intro-copy .eyebrow { margin-bottom: 21px; }
.intro-copy h2 { font-size: clamp(2rem, 2.95vw, 3rem); }
.intro-copy > p:not(.eyebrow) { color: var(--muted); margin-top: 26px; }
.experience { max-width: 1680px; margin: 0 auto; padding: 0 var(--gutter) 112px; }
.experience-body { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 7.5vw, 120px); align-items: stretch; }
.section-heading { margin-bottom: 27px; }
.section-heading .eyebrow { margin-bottom: 17px; }
.section-heading > p:not(.eyebrow) { max-width: 440px; margin-top: 22px; color: var(--muted); }
.menu-note { padding: 19px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-size: 14px; line-height: 1.8; }
.menu-row { display: grid; grid-template-columns: 24px 1fr; column-gap: 15px; padding: 23px 0; border-bottom: 1px solid var(--line); align-items: start; }
.menu-row:last-child { border-bottom: 0; padding-bottom: 0; }
.menu-row .number { padding-top: 5px; color: var(--accent); font-size: 12px; }
.menu-row h3 { font-size: clamp(1.8rem, 2.2vw, 2.25rem); }
.menu-row p { grid-column: 2; max-width: 460px; margin-top: 12px; color: var(--muted); }
.menu-row .tag { display: block; font-family: var(--sans); font-size: 12px; line-height: 1.7; letter-spacing: .09em; text-transform: uppercase; color: var(--muted); margin-top: 6px; }
.experience-photo { position: relative; min-width: 0; overflow: hidden; }
.experience-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 48% 50%; }
.room { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(48px, 7.5vw, 120px); align-items: center; padding: 78px var(--gutter); background: var(--soft); }
.room-image { min-width: 0; }
.room-image img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 35%; }
.room-copy { max-width: 450px; }
.room-copy h2 { margin: 22px 0 24px; }
.room-copy > p:not(.eyebrow) { color: var(--muted); }
.room-copy .link { margin-top: 26px; }
.chef { max-width: 1540px; margin: 0 auto; padding: 112px var(--gutter); display: grid; grid-template-columns: 1fr .95fr; gap: clamp(48px, 9vw, 150px); align-items: center; }
.chef figure { grid-column: 2; grid-row: 1; }
.chef > div { grid-column: 1; grid-row: 1; max-width: 500px; }
.chef img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 55%; }
.chef figcaption { margin-top: 12px; font-size: 12px; color: var(--muted); }
.chef .eyebrow { margin-bottom: 20px; }
.chef h2 { margin-bottom: 26px; }
.chef div > p:not(.eyebrow) { color: var(--muted); margin-bottom: 20px; }
.signature { font-family: var(--serif); font-style: italic; color: var(--accent); font-size: 25px; margin-top: 29px; }
.roots { margin: 0 var(--gutter); padding: 65px 0 78px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1.35fr; gap: 60px; }
.roots .eyebrow { margin-bottom: 20px; }
.roots ul { margin: 0; padding: 0; list-style: none; }
.roots li { padding: 22px 0; border-bottom: 1px solid var(--line); }
.roots li:first-child { padding-top: 0; }
.roots li:last-child { padding-bottom: 0; border: 0; }
.roots strong { display: block; font-size: 16px; font-weight: 500; margin-bottom: 5px; }
.roots li span { color: var(--muted); }
.gather { padding-top: 26px; }
.gather-photos { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 4px; }
.gather-photos img { width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: cover; }
.gather-photos figure:first-child img { object-position: 50% 50%; }
.gather-photos figure:nth-child(2) img { object-position: 50% 60%; }
.gather-photos figure:nth-child(3) img { object-position: 50% 52%; }
.gather-copy { max-width: 800px; padding: 68px var(--gutter) 86px; margin: 0 auto; text-align: center; }
.gather-copy .eyebrow { margin-bottom: 18px; }
.gather-copy h2 { font-size: clamp(2.1rem, 3.1vw, 3.1rem); }
.gather-copy > p:not(.eyebrow) { color: var(--muted); max-width: 480px; margin: 23px auto 0; }
.gather-copy .button { margin-top: 27px; }
.visit { background: var(--dark); color: var(--paper); padding: 76px var(--gutter) 25px; }
.visit-heading { display: flex; gap: 35px; justify-content: space-between; align-items: flex-end; margin-bottom: 58px; }
.visit-heading h2 { font-size: clamp(2.8rem, 4.1vw, 4.2rem); line-height: 1.17; }
.visit-heading .button { background: var(--paper); color: var(--ink); border-color: var(--paper); }
.visit-heading .button:hover { background: #e5dfd1; }
.visit .eyebrow { margin-bottom: 24px; color: #ded4bf; }
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 55px; padding-bottom: 58px; }
.contact-grid h3 { font-family: var(--sans); font-size: 12px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 18px; color: #ded4bf; }
.contact-grid p, .contact-grid a { font-size: 16px; line-height: 1.9; }
.contact-grid .link { margin-top: 9px; font-size: 14px; }
.contact-grid .subtle { font-size: 14px; color: #c4c7bd; margin-top: 12px; }
.footer { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #575c52; padding-top: 23px; font-size: 12px; gap: 28px; color: #c4c7bd; }
.footer a { font-size: 12px; text-underline-offset: 5px; }
.brand-credit { margin-top: 18px; font-size: 12px; line-height: 1.6; color: #c4c7bd; }
.mobile-book { display: none; }
@media (min-width: 1700px) {
  .room { padding-left: max(var(--gutter), calc((100vw - 1460px) / 2)); padding-right: max(var(--gutter), calc((100vw - 1460px) / 2)); }
  .roots { max-width: 1460px; margin-left: auto; margin-right: auto; }
  .gather-photos img { max-height: 650px; }
}
@media (max-width: 1100px) {
  .hero-copy { column-gap: 45px; }
  .intro, .experience-body, .room, .chef { gap: 45px; }
  .intro { padding-top: 75px; padding-bottom: 80px; }
  .experience { padding-bottom: 80px; }
  .experience-body { grid-template-columns: 1fr 1fr; }
  .chef { padding-top: 80px; padding-bottom: 80px; }
  .contact-grid { gap: 32px; }
}
@media (max-width: 860px) {
  .header { gap: 23px; }
  .intro, .room { grid-template-columns: 1fr 1fr; gap: 32px; }
  .room-image img { aspect-ratio: 4 / 5; }
  .experience-body { gap: 32px; }
  .chef { gap: 38px; }
  .hero-copy h1 { font-size: 2.65rem; }
  .hero-copy { align-items: start; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 1000px) {
  .experience-body { grid-template-columns: 1fr; }
  .experience-photo { aspect-ratio: 5 / 4; }
  html { scroll-padding-top: 140px; }
  .header { flex-wrap: wrap; row-gap: 10px; }
  .header-michelin { order: 1; flex-basis: 100%; width: auto; min-width: 0; padding-top: 10px; border-top: 1px solid var(--line); text-align: center; }
  .header-michelin img { display: none; }
  .header-michelin-text { display: block; color: #963c38; font-size: 13px; font-weight: 500; line-height: 1.6; }
}
@media (max-width: 720px) {
  html { scroll-padding-top: 128px; }
  .header { padding: 13px var(--gutter); gap: 10px 21px; }
  .brand img { width: 77px; height: 45px; }
  .hero-visual img { height: clamp(330px, 78vw, 480px); object-position: 53% 51%; }
  .hero-9699 img { object-position: 54% 50%; }
  .hero-9631 img { object-position: 52% 50%; }
  .hero-9374 img { object-position: 51% 59%; }
  .hero-9382 img { object-position: 49% 51%; }
  .hero-9134 img { object-position: 49% 53%; }
  .hero-copy { grid-template-columns: 1fr; row-gap: 24px; padding: 35px var(--gutter) 0; }
  .hero-copy h1 { font-size: clamp(2.55rem, 8.1vw, 3.5rem); line-height: 1.18; margin-top: 15px; }
  .hero-copy .description { max-width: 440px; }
  .hero-actions { margin-top: 22px; gap: 24px; }
  .recognition { grid-template-columns: 1fr; margin-top: 10px; padding: 27px 0; gap: 21px; }
  .recognition-award { padding-left: 20px; }
  .recognition-title { font-size: clamp(2rem, 8vw, 2.6rem); }
  .intro { padding: 62px var(--gutter); grid-template-columns: 1fr; gap: 32px; }
  .intro-visual img { aspect-ratio: 5 / 4; }
  .intro-copy { max-width: 540px; }
  .intro-copy .eyebrow { margin-bottom: 18px; }
  .intro-copy h2 { font-size: clamp(2rem, 6.5vw, 2.7rem); }
  .intro-copy > p:not(.eyebrow) { margin-top: 22px; }
  .experience { padding: 0 var(--gutter) 62px; }
  .experience-body { grid-template-columns: 1fr; gap: 32px; }
  .section-heading { margin-bottom: 24px; }
  .section-heading h2 { font-size: clamp(2.1rem, 7vw, 2.8rem); }
  .section-heading > p:not(.eyebrow) { margin-top: 20px; }
  .menu-row { padding: 23px 0; column-gap: 12px; }
  .menu-row h3 { font-size: 2rem; }
  .experience-photo img { object-position: 48% 50%; }
  .room { padding: 45px var(--gutter) 50px; grid-template-columns: 1fr; gap: 31px; }
  .room-image img { aspect-ratio: 4 / 5; }
  .room-copy { max-width: 540px; }
  .room-copy h2 { font-size: clamp(2.15rem, 7.2vw, 2.8rem); margin: 18px 0 21px; }
  .chef { padding: 65px var(--gutter); grid-template-columns: 1fr; gap: 34px; }
  .chef figure, .chef > div { grid-column: auto; grid-row: auto; }
  .chef figure { max-width: 520px; }
  .chef h2 { font-size: 2.65rem; margin-bottom: 22px; }
  .chef .eyebrow { margin-bottom: 17px; }
  .roots { padding: 48px 0 58px; grid-template-columns: 1fr; gap: 33px; }
  .roots h2 { font-size: 2.5rem; }
  .gather { padding-top: 0; }
  .gather-photos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gather-photos figure:first-child { grid-column: 1 / -1; }
  .gather-photos figure:first-child img { aspect-ratio: 1 / 1; object-position: 50% 50%; }
  .gather-photos img { aspect-ratio: 1 / 1; }
  .gather-copy { padding: 42px var(--gutter) 61px; max-width: 650px; }
  .gather-copy h2 { font-size: clamp(2.1rem, 6.8vw, 2.8rem); }
  .visit { padding: 55px var(--gutter) 116px; }
  .visit-heading { display: block; margin-bottom: 42px; }
  .visit-heading h2 { font-size: 3.1rem; }
  .visit-heading .button { margin-top: 28px; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; padding-bottom: 38px; }
  .footer { align-items: flex-start; flex-direction: column; gap: 16px; }
  .mobile-book { display: flex; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 8; align-items: center; justify-content: space-between; gap: 16px; padding: 11px var(--gutter) max(11px, env(safe-area-inset-bottom)); background: var(--paper); border-top: 1px solid var(--line); }
  .mobile-book span { font-size: 12px; line-height: 1.5; }
  .mobile-book .button { min-height: 44px; padding: 11px 20px; font-size: 14px; }
  .announcement { font-size: 12px; padding: 10px 18px; }
}
@media (max-width: 560px) {
  .header > .button { display: none; }
}
@media (max-width: 360px) {
  .header { gap: 14px; }
  .hero-copy h1 { font-size: 2.4rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .mobile-book { gap: 10px; }
  .mobile-book .button { padding-left: 14px; padding-right: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
