:root { --green: #062d24; --green2: #0b4435; --wine: #6f1f2a; --gold: #c99746; --gold2: #e0bc76; --cream: #f5efdf; --paper: #fffaf0; --ink: #17231f; --line: rgba(201,151,70,.32); --serif: Georgia,"Times New Roman",serif; --sans: Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0px; background: var(--cream); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
body::selection { background: var(--gold); color: var(--green); }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; background: rgb(255, 255, 255); padding: 0.8rem 1rem; }
.skip-link:focus { top: 1rem; }
.site-header { position: absolute; z-index: 20; top: 0px; left: 0px; width: 100%; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; padding: 1.35rem clamp(1.1rem, 4vw, 4.5rem); color: white; border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
.brand { display: flex; align-items: center; gap: 0.75rem; }
.brand-mark { width: 50px; height: 50px; border-radius: 50%; overflow: hidden; background: white; border: 1px solid rgba(255, 255, 255, 0.6); }
.brand-mark img { object-fit: cover; object-position: center 48%; }
.brand-name { font-family: var(--serif); font-weight: 700; letter-spacing: 0.04em; font-size: 1.02rem; white-space: nowrap; }
.brand-name small { display: block; margin-top: 0.15rem; font: 500 .6rem var(--sans); letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold2); }
.nav { justify-self: center; display: flex; gap: clamp(1.2rem, 3vw, 3rem); font-size: 0.75rem; letter-spacing: 0.13em; text-transform: uppercase; }
.nav a { position: relative; padding: 0.6rem 0px; }
.nav a::after { content: ""; position: absolute; left: 0px; bottom: 0px; width: 0px; height: 1px; background: var(--gold2); transition: 0.3s; }
.nav a:hover::after { width: 100%; }
.menu-toggle { display: none; background: none; border: 0px; color: rgb(255, 255, 255); width: 44px; height: 44px; padding: 10px; }
.menu-toggle span { display: block; height: 1px; background: currentcolor; margin: 7px 0px; }
.button { border: 1px solid var(--gold); background: var(--gold); color: rgb(19, 43, 35); padding: 0.95rem 1.4rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; font-size: 0.72rem; cursor: pointer; transition: transform 0.25s, background 0.25s, color 0.25s; }
.button:hover { transform: translateY(-2px); background: var(--gold2); }
.button-small { padding: 0.75rem 1.1rem; }
.button-ghost { background: transparent; color: white; border-color: rgba(255, 255, 255, 0.58); }
.button-ghost:hover { background: white; color: var(--green); }
.button-light { background: var(--paper); border-color: var(--paper); color: var(--green); }
.hero { position: relative; min-height: 100svh; color: rgb(255, 255, 255); display: flex; align-items: center; isolation: isolate; }
.hero-media { position: absolute; inset: 0px; background: url("/website-assets/dish_094.webp") center center / cover no-repeat; z-index: -3; animation: 14s ease-out 0s 1 normal both running heroZoom; }
.hero-shade { position: absolute; inset: 0px; z-index: -2; background: linear-gradient(90deg, rgba(2, 26, 20, 0.94) 0%, rgba(2, 26, 20, 0.72) 42%, rgba(2, 26, 20, 0.17) 78%), linear-gradient(0deg, rgba(2, 26, 20, 0.65), transparent 48%); }
@keyframes heroZoom { 
  0% { transform: scale(1.07); }
  100% { transform: scale(1); }
}
.ornament { position: absolute; z-index: -1; opacity: 0.16; width: 180px; height: 60%; left: 1.5%; top: 22%; background-image: linear-gradient(45deg,transparent 45%,var(--gold2) 45% 49%,transparent 49% 51%,var(--gold2) 51% 55%,transparent 55%),linear-gradient(-45deg,transparent 45%,var(--gold2) 45% 49%,transparent 49% 51%,var(--gold2) 51% 55%,transparent 55%); background-size: 46px 46px; mask-image: linear-gradient(transparent, rgb(0, 0, 0) 22%, rgb(0, 0, 0) 78%, transparent); }
.hero-content { width: min(760px, 90%); margin-left: clamp(1.25rem, 8vw, 9rem); padding-top: 5rem; }
.eyebrow, .section-kicker { font-size: 0.68rem; letter-spacing: 0.28em; text-transform: uppercase; font-weight: 800; color: var(--gold); display: flex; align-items: center; gap: 0.8rem; }
.eyebrow::before, .section-kicker::before { content: ""; width: 34px; height: 1px; background: currentcolor; }
.hero h1 { font: 700 clamp(4.3rem,10vw,9.5rem)/.75 var(--serif); letter-spacing: -0.055em; margin: 1.4rem 0px 1.8rem; }
.hero h1 em, h2 em { color: var(--gold2); font-weight: 400; }
.hero-lead { font: italic clamp(1.25rem,2.3vw,2rem)/1.3 var(--serif); margin: 0px 0px 0.9rem; color: rgb(255, 249, 233); }
.hero-copy { max-width: 590px; line-height: 1.75; color: rgba(255, 255, 255, 0.77); font-size: 0.96rem; }
.hero-actions { display: flex; gap: 0.8rem; margin-top: 2rem; }
.hero-note { position: absolute; right: 4rem; bottom: 5rem; display: flex; align-items: center; gap: 0.7rem; font-size: 0.65rem; letter-spacing: 0.17em; text-transform: uppercase; writing-mode: vertical-rl; }
.hero-note i { width: 1px; height: 55px; background: rgba(255, 255, 255, 0.4); }
.hero-note span { color: var(--gold2); }
.scroll-hint { position: absolute; bottom: 1.7rem; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 0.6rem; font-size: 0.58rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255, 255, 255, 0.6); }
.scroll-hint i { width: 48px; height: 1px; background: currentcolor; }
.section { padding: clamp(5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 8rem); }
.story { background: var(--paper); position: relative; }
.story::before { content: ""; position: absolute; inset: 0px; background: repeating-linear-gradient(45deg, transparent 0px, transparent 42px, rgba(111, 31, 42, 0.024) 42px, rgba(111, 31, 42, 0.024) 43px); pointer-events: none; }
.story-grid { display: grid; grid-template-columns: 1fr 0.9fr; gap: clamp(3rem, 8vw, 9rem); align-items: center; margin-top: 2.5rem; }
.story-copy h2, .menu-head h2, .values h2, .gallery h2, .contact h2 { font: 600 clamp(2.7rem,5vw,5.6rem)/.98 var(--serif); letter-spacing: -0.045em; margin: 0px 0px 1.7rem; }
.story-copy .intro { font: italic 1.35rem/1.5 var(--serif); color: var(--wine); }
.story-copy > p { line-height: 1.8; color: rgb(83, 97, 92); max-width: 650px; }
.story-photo { height: min(650px, 70vw); margin: 0px; position: relative; padding: 1rem 1rem 3.7rem; border: 1px solid var(--line); background: rgb(255, 255, 255); }
.story-photo::before { content: ""; position: absolute; inset: -12px 12px 12px -12px; border: 1px solid rgba(111, 31, 42, 0.2); z-index: -1; }
.story-photo figcaption { text-align: center; font: italic .95rem var(--serif); margin-top: 1.1rem; color: rgb(122, 104, 81); }
.facts { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); margin-top: 2.5rem; padding-top: 1.4rem; }
.facts div { display: flex; flex-direction: column; border-right: 1px solid var(--line); padding-right: 1rem; }
.facts div:last-child { border: 0px; padding-left: 1rem; }
.facts strong { font: 600 2rem var(--serif); color: var(--green); }
.facts span { font-size: 0.68rem; color: rgb(118, 130, 125); text-transform: uppercase; letter-spacing: 0.08em; margin-top: 0.25rem; }
.menu-section { background: var(--cream); }
.menu-head, .gallery-head { display: flex; align-items: end; justify-content: space-between; gap: 4rem; margin-bottom: 3rem; }
.menu-head > p, .gallery-head > p { max-width: 430px; color: rgb(105, 115, 111); line-height: 1.7; }
.dish-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.dish-card { background: rgb(255, 255, 255); border: 1px solid rgba(6, 45, 36, 0.1); transition: transform 0.3s, box-shadow 0.3s; }
.dish-card:hover { transform: translateY(-7px); box-shadow: rgba(6, 45, 36, 0.12) 0px 24px 50px; }
.dish-image { height: 290px; position: relative; overflow: hidden; }
.dish-image img { transition: transform 0.5s; }
.dish-card:hover img { transform: scale(1.045); }
.dish-image span { position: absolute; top: 1rem; left: 1rem; background: var(--wine); color: rgb(255, 255, 255); padding: 0.5rem 0.7rem; font-size: 0.6rem; text-transform: uppercase; letter-spacing: 0.15em; }
.dish-body { padding: 1.25rem; min-height: 170px; display: flex; flex-direction: column; justify-content: space-between; }
.dish-body h3 { font: 600 1.45rem var(--serif); margin: 0px; }
.dish-body p { font-size: 0.8rem; line-height: 1.55; color: rgb(117, 128, 123); }
.dish-body strong { color: var(--wine); font: 700 1rem var(--serif); }
.center { text-align: center; margin-top: 2.6rem; }
.text-link { background: none; border-top: 0px; border-right: 0px; border-left: 0px; border-image: none; border-bottom: 1px solid var(--gold); padding: 0.7rem 0.15rem; color: var(--green); font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.72rem; cursor: pointer; }
.text-link span { color: var(--gold); margin-left: 0.6rem; }
.signature { display: grid; grid-template-columns: 1.1fr 0.9fr; min-height: 720px; background: var(--green); color: rgb(255, 255, 255); }
.signature-photo { position: relative; overflow: hidden; }
.signature-photo::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(90deg,transparent 65%,var(--green)); }
.signature-copy { align-self: center; padding: clamp(3rem, 7vw, 8rem); }
.light { color: var(--gold2); }
.signature h2 { font: 600 clamp(4rem,8vw,8.5rem)/.76 var(--serif); letter-spacing: -0.06em; margin: 1.5rem 0px 2.5rem; }
.signature-copy p { color: rgba(255, 255, 255, 0.72); line-height: 1.8; max-width: 520px; margin-bottom: 2rem; }
.values { background: var(--paper); }
.values-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 8vw; margin-top: 3rem; }
.value-list article { display: grid; grid-template-columns: 60px 1fr; gap: 1.2rem; padding: 2rem 0px; border-top: 1px solid var(--line); }
.value-list article:last-child { border-bottom: 1px solid var(--line); }
.value-list span { font: italic 1rem var(--serif); color: var(--gold); }
.value-list h3 { font: 600 1.8rem var(--serif); margin: 0px 0px 0.5rem; }
.value-list p { color: rgb(104, 115, 110); line-height: 1.6; margin: 0px; }
.hospitality { min-height: 680px; display: grid; grid-template-columns: 1fr 1fr; background: var(--wine); color: rgb(255, 255, 255); }
.hospitality-image { position: relative; }
.hospitality-image::after { content: ""; position: absolute; inset: 0px; background: linear-gradient(90deg,transparent 70%,var(--wine)); }
.hospitality-copy { align-self: center; padding: clamp(3rem, 8vw, 9rem); }
.hospitality blockquote { font: italic clamp(3rem,6vw,6.5rem)/.95 var(--serif); margin: 1.5rem 0px 2rem; color: var(--paper); }
.hospitality-copy p { line-height: 1.8; color: rgba(255, 255, 255, 0.72); max-width: 520px; }
.gallery { background: rgb(233, 224, 207); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 260px; gap: 1rem; }
.gallery-grid figure { margin: 0px; overflow: hidden; }
.gallery-grid img { transition: transform 0.5s; }
.gallery-grid figure:hover img { transform: scale(1.04); }
.gallery-grid .g-wide { grid-column: span 2; }
.order-banner { min-height: 640px; background: linear-gradient(rgba(4, 37, 29, 0.7), rgba(4, 37, 29, 0.8)), url("/website-assets/dish_090.webp") center center / cover fixed; color: rgb(255, 255, 255); display: grid; place-items: center; text-align: center; padding: 4rem 1.2rem; }
.order-banner p { text-transform: uppercase; letter-spacing: 0.22em; font-size: 0.68rem; color: var(--gold2); }
.order-banner h2 { font: 600 clamp(3.5rem,8vw,8rem)/.9 var(--serif); margin: 1.4rem 0px 2.3rem; }
.contact { background: var(--green); color: rgb(255, 255, 255); }
.contact-card { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 7vw; border: 1px solid rgba(201, 151, 70, 0.4); padding: clamp(2rem, 5vw, 5rem); background: linear-gradient(135deg, rgba(255, 255, 255, 0.04), transparent); }
.contact-card p { color: rgba(255, 255, 255, 0.65); line-height: 1.7; }
.phone-list { display: grid; grid-template-columns: 1fr 1fr; align-content: center; }
.phone-list a { padding: 1.2rem 0.5rem; border-bottom: 1px solid rgba(255, 255, 255, 0.15); font: 600 clamp(1rem,1.7vw,1.35rem) var(--serif); transition: 0.2s; }
.phone-list a:hover { color: var(--gold2); padding-left: 1rem; }
.phone-list span { font: .58rem var(--sans); color: var(--gold); margin-right: 0.8rem; }
.footer { background: rgb(3, 29, 23); color: rgba(255, 255, 255, 0.65); padding: 3rem clamp(1.2rem, 5vw, 5rem); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; border-top: 1px solid rgba(201, 151, 70, 0.25); }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand img { width: 58px; height: 58px; border-radius: 50%; background: white; }
.footer-brand strong { display: block; color: rgb(255, 255, 255); font: 700 1rem var(--serif); letter-spacing: 0.08em; }
.footer-brand span { display: block; font-size: 0.68rem; color: var(--gold); margin-top: 0.3rem; }
.footer-links { display: flex; gap: 1.5rem; font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.09em; }
.footer p { grid-column: 1 / -1; margin: 0px; padding-top: 1rem; border-top: 1px solid rgba(255, 255, 255, 0.08); font-size: 0.7rem; }
.floating-order { display: none; position: fixed; z-index: 35; right: 1rem; bottom: 1rem; border: 0px; border-radius: 50%; width: 78px; height: 78px; background: var(--gold); color: var(--green); box-shadow: rgba(0, 0, 0, 0.27) 0px 12px 30px; text-transform: uppercase; }
.floating-order span { display: block; font-size: 0.55rem; letter-spacing: 0.1em; }
.floating-order strong { font-size: 0.8rem; }
.order-dialog { width: min(720px, 100% - 2rem); padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--gold); background: var(--paper); color: var(--green); box-shadow: rgba(0, 0, 0, 0.38) 0px 30px 90px; }
.order-dialog::backdrop { background: rgba(2, 22, 17, 0.82); backdrop-filter: blur(7px); }
.dialog-close { position: absolute; right: 1rem; top: 1rem; background: none; border: 0px; font-size: 2rem; color: var(--green); cursor: pointer; }
.dialog-mark { width: 90px; height: 90px; border-radius: 50%; overflow: hidden; border: 1px solid var(--line); margin-bottom: 1.5rem; }
.order-dialog h2 { font: 600 clamp(2rem,5vw,4rem)/1 var(--serif); margin: 0.9rem 0px; }
.order-dialog > p:not(.eyebrow) { color: rgb(100, 113, 107); }
.dialog-phones { display: grid; grid-template-columns: 1fr 1fr; gap: 0.7rem; margin-top: 2rem; }
.dialog-phones a { border: 1px solid var(--line); padding: 1rem; font-weight: 800; text-align: center; transition: 0.2s; }
.dialog-phones a:hover { background: var(--green); color: rgb(255, 255, 255); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.75s, transform 0.75s; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 1000px) {
  .site-header { grid-template-columns: auto auto 1fr; }
  .menu-toggle { display: block; justify-self: end; grid-column: 3; }
  .site-header > .button-small { display: none; }
  .nav { position: absolute; top: 100%; left: 0px; width: 100%; display: none; flex-direction: column; background: rgba(3, 34, 27, 0.98); padding: 2rem; }
  .nav.open { display: flex; }
  .dish-grid { grid-template-columns: 1fr 1fr; }
  .signature { min-height: 600px; }
  .hero-note { display: none; }
  .values-layout { grid-template-columns: 1fr; }
  .contact-card { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .floating-order { display: block; }
}
@media (max-width: 720px) {
  .site-header { padding: 0.9rem 1rem; }
  .brand-name { font-size: 0.9rem; }
  .brand-mark { width: 44px; height: 44px; }
  .hero { min-height: 850px; align-items: flex-end; }
  .hero-content { margin: 0px; padding: 8rem 1.25rem; width: 100%; }
  .hero h1 { font-size: clamp(3.5rem, 16vw, 4.6rem); }
  .hero-shade { background: linear-gradient(0deg, rgba(2, 26, 20, 0.98) 0%, rgba(2, 26, 20, 0.68) 63%, rgba(2, 26, 20, 0.18)); }
  .hero-actions { flex-wrap: wrap; }
  .scroll-hint { display: none; }
  .section { padding: 5rem 1.15rem; }
  .story-grid { grid-template-columns: 1fr; }
  .story-photo { height: 520px; }
  .facts strong { font-size: 1.45rem; }
  .menu-head, .gallery-head { align-items: start; flex-direction: column; gap: 0.7rem; }
  .dish-grid { grid-template-columns: 1fr; }
  .dish-image { height: 300px; }
  .dish-body { min-height: 145px; }
  .signature { grid-template-columns: 1fr; }
  .signature-photo { height: 420px; }
  .signature-photo::after { background: linear-gradient(0deg,var(--green),transparent 50%); }
  .signature-copy { padding: 1rem 1.25rem 5rem; margin-top: -2rem; z-index: 1; }
  .signature h2 { font-size: 4.5rem; }
  .hospitality { grid-template-columns: 1fr; }
  .hospitality-image { height: 420px; }
  .hospitality-image::after { background: linear-gradient(0deg,var(--wine),transparent 55%); }
  .hospitality-copy { padding: 1rem 1.25rem 5rem; margin-top: -2rem; z-index: 1; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 190px; }
  .gallery-grid .g-wide { grid-column: 1 / -1; }
  .order-banner { background-attachment: scroll; }
  .phone-list { grid-template-columns: 1fr; }
  .contact-card { padding: 2rem 1.2rem; }
  .footer-links { gap: 1rem; }
  .dialog-phones { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero-media { animation: auto ease 0s 1 normal none running none; }
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* Keep every menu dish fully visible at all responsive widths. */
.dish-image {
  height: auto;
  aspect-ratio: 3 / 2;
  background: #f5efe2;
}

.dish-image img {
  object-fit: contain;
}

@media (max-width: 720px) {
  .dish-image { height: auto; }
}

@media (max-width: 360px) {
  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Prevent animated and grid content from widening narrow viewports. */
.hero {
  overflow: clip;
  contain: paint;
}

.hero-media {
  animation: none;
  transform: none;
}

.signature-photo,
.signature-copy {
  min-width: 0;
  width: 100%;
}

.signature-copy {
  padding: clamp(3rem, 5vw, 6rem);
}

.signature h2 {
  font-size: clamp(3.8rem, 5.5vw, 6.5rem);
}

/* The original brand mark must stay fully inside its frame. */
.brand-mark img,
.dialog-mark img,
.footer-brand img {
  object-fit: contain;
  object-position: center;
}

.brand-mark img {
  padding: 6px;
}

.dialog-mark img {
  padding: 11px;
}

.footer-brand img {
  padding: 8px;
}

@media (max-width: 720px) {
  .signature {
    grid-template-columns: minmax(0, 1fr);
  }

  .signature h2 {
    font-size: clamp(3.35rem, 16vw, 4.5rem);
  }
}

@media (min-width: 721px) and (max-width: 900px) {
  .signature {
    grid-template-columns: minmax(0, 1fr);
  }

  .signature-photo {
    height: 500px;
  }

  .signature-photo::after {
    background: linear-gradient(0deg, var(--green), transparent 52%);
  }
}

@media (max-width: 360px) {
  .story-copy h2,
  .menu-head h2,
  .values h2,
  .gallery h2,
  .contact h2 {
    font-size: 2.35rem;
  }

  .values-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .values-title,
  .value-list {
    min-width: 0;
  }

  .value-list article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 0.75rem;
  }

  .value-list h3 {
    overflow-wrap: anywhere;
  }

  .signature h2 {
    font-size: 2.6rem;
  }
}
