:root {
    --cream: #f7f2ea;
    --olive: #35412b;
    --olive-soft: #7b846f;
    --fig: #4c3236;
    --fig-deep: #3d292e;
    --gold: #d6b36b;
    --espresso: #171614;
    --ink: #0f0e0d;
    --line: rgba(23, 22, 20, 0.22);
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "Manrope", Arial, sans-serif;
    --page: min(92vw, 1500px);
    --header-h: 86px;
    --arch-width: min(23vw, 360px);
    --arch-height: min(82svh, 780px);
    --arch-radius: 50% 50% 10px 10px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background: var(--espresso);
}

body {
    margin: 0;
    color: var(--cream);
    background: var(--espresso);
    font-family: var(--sans);
    font-size: 16px;
    line-height: 1.6;
    overflow-x: clip;
}

body.nav-open {
    overflow: hidden;
}

body.modal-open {
    overflow: hidden;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    color: inherit;
    font: inherit;
}

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

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 10px;
    left: 10px;
    padding: 0.7rem 1rem;
    color: var(--cream);
    background: var(--espresso);
    transform: translateY(-160%);
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-h);
    padding: 0 2.5vw;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    color: var(--cream);
    transition: color 0.45s ease, background 0.45s ease, transform 0.45s ease;
}

.site-header::after {
    content: "";
    position: absolute;
    right: 2.5vw;
    bottom: 0;
    left: 2.5vw;
    height: 1px;
    background: currentColor;
    opacity: 0.25;
}

.site-header.is-solid {
    color: var(--espresso);
    background: rgba(247, 242, 234, 0.92);
    backdrop-filter: blur(16px);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    width: max-content;
}

.brand__type {
    font-family: var(--serif);
    font-size: clamp(1.8rem, 2.2vw, 2.35rem);
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.045em;
    text-transform: uppercase;
}

.brand__emblem {
    position: relative;
    width: 40px;
    height: 36px;
    overflow: hidden;
}

.brand__emblem img {
    position: absolute;
    top: -16px;
    left: -15px;
    width: 70px;
    max-width: none;
}

.site-header.is-solid .brand__emblem img {
    filter: sepia(1) saturate(0.6) brightness(0.63);
}

.site-nav {
    display: flex;
    gap: clamp(1.2rem, 2.6vw, 3.2rem);
    align-items: center;
    font-size: 0.69rem;
    font-weight: 600;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.site-nav button {
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    cursor: pointer;
}

.nav-reserve,
.nav-overlay,
.mobile-nav {
    display: none;
}

.site-nav a,
.site-nav button,
.footer-bottom a {
    position: relative;
}

.site-nav a::after,
.site-nav button::after,
.footer-bottom a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.25rem;
    left: 0;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.35s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after,
.site-nav button:hover::after,
.site-nav button:focus-visible::after,
.footer-bottom a:hover::after,
.footer-bottom a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
}

.header-book {
    justify-self: end;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    background: transparent;
    cursor: pointer;
}

.text-link {
    display: inline-flex;
    gap: 1.5rem;
    align-items: center;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid currentColor;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.text-link span {
    transition: transform 0.3s ease;
}

.text-link:hover span,
.text-link:focus-visible span {
    transform: translate(4px, -4px);
}

.nav-toggle {
    display: none;
    border: 0;
    background: transparent;
}

.hero-chapter {
    position: relative;
    height: 330svh;
    background: var(--espresso);
}

.hero-sticky {
    position: sticky;
    top: 0;
    height: 100svh;
    display: grid;
    place-items: center;
    overflow: hidden;
    isolation: isolate;
}

.hero-frame {
    --hero-shrink: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50vw;
    width: 100vw;
    height: 100svh;
    overflow: hidden;
    border-radius: calc(var(--hero-shrink) * 190px) calc(var(--hero-shrink) * 190px) calc(var(--hero-shrink) * 12px) calc(var(--hero-shrink) * 12px);
    box-shadow: 0 calc(var(--hero-shrink) * 28px) calc(var(--hero-shrink) * 80px) rgba(51, 40, 35, calc(var(--hero-shrink) * 0.2));
    transform: translate3d(-50%, calc(-50% + (var(--hero-shrink) * 1.6svh)), 0);
    will-change: width, height, border-radius, transform;
}

.hero-slides,
.hero-slide,
.hero-scrim {
    position: absolute;
    inset: 0;
}

.hero-slides {
    overflow: hidden;
    background: var(--ink);
}

.hero-slide {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.025);
    transform-origin: 50% 50%;
    backface-visibility: hidden;
    will-change: opacity, transform;
    transition: opacity 1.45s ease, transform 6.5s linear;
}

.hero-slide.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.hero-scrim {
    z-index: 2;
    background:
        radial-gradient(ellipse at 50% 46%, rgba(11, 8, 7, 0.08) 0%, rgba(11, 8, 7, 0.18) 48%, rgba(8, 6, 5, 0.5) 100%),
        linear-gradient(180deg, rgba(14, 10, 8, 0.42) 0%, rgba(14, 10, 8, 0.06) 42%, rgba(14, 10, 8, 0.4) 100%);
}

.hero-side {
    position: absolute;
    z-index: 3;
    top: 50%;
    width: min(19vw, 300px);
    color: var(--cream);
    opacity: var(--side-progress, 0);
    pointer-events: none;
    will-change: opacity, transform;
}

.hero-side--left {
    left: 12vw;
    text-align: right;
    transform: translate3d(calc((1 - var(--side-progress, 0)) * -44px), -50%, 0);
}

.hero-side--right {
    right: 12vw;
    transform: translate3d(calc((1 - var(--side-progress, 0)) * 44px), -50%, 0);
}

.hero-side h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(2.35rem, 3.65vw, 4.6rem);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 0.88;
}

.hero-side h2 em {
    font-weight: 400;
}

.hero-side--right > p {
    margin: 0 0 2rem;
    font-family: var(--serif);
    font-size: clamp(1rem, 1.2vw, 1.22rem);
    line-height: 1.45;
}

.hero-side--right > span {
    display: block;
    padding-top: 1rem;
    border-top: 1px solid rgba(247, 242, 234, 0.28);
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.6;
    text-transform: uppercase;
}

.hero-copy {
    position: relative;
    z-index: 3;
    width: min(88vw, 1180px);
    padding-top: 4rem;
    color: var(--cream);
    text-align: center;
    opacity: calc(1 - (var(--hero-shrink, 0) * 1.85));
    transform: translateY(calc(var(--hero-shrink, 0) * -42px));
    will-change: opacity, transform;
}

.hero-copy,
.hero-side,
.hero-counter,
.hero-scroll {
    text-shadow:
        0 1px 2px rgba(8, 6, 5, 0.9),
        0 2px 6px rgba(8, 6, 5, 0.72);
}

.eyebrow {
    margin: 0 0 1.3rem;
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.17em;
    line-height: 1.4;
    text-transform: uppercase;
}

.eyebrow--light {
    color: rgba(247, 242, 234, 0.75);
}

.hero-copy h1 {
    max-width: 1050px;
    margin: 0 auto;
    font-family: var(--serif);
    font-size: clamp(4rem, 8.5vw, 9rem);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 0.76;
}

.hero-copy h1 em,
.section-heading h2 em,
.experience-copy h2 em,
.founders h2 em,
.visit-card h2 em {
    font-weight: 400;
}

.hero-copy h1 em {
    color: var(--gold);
}

/* Heading accent word — uniform like the hero, coloured to suit each
   section's background: gold on dark, olive-soft on light. */
.story-card h2 em,
.experience-copy h2 em,
.founders h2 em,
.hero-side h2 em,
.wine-cellar__header h2 em,
.visit-card--olive h2 em {
    display: inline-block;
    color: var(--gold);
}

.display-line em,
.intro .display-line em,
.section-heading h2 em,
.team-heading h2 em,
.visit-card--cream h2 em {
    display: inline-block;
    color: var(--olive-soft);
}

.hero-intro {
    max-width: 480px;
    margin: 2rem auto 0;
    font-family: var(--serif);
    font-size: clamp(1.1rem, 1.5vw, 1.45rem);
    line-height: 1.35;
}

.circle-link {
    width: 112px;
    height: 112px;
    margin: 2.2rem auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(247, 242, 234, 0.55);
    border-radius: 50%;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-transform: uppercase;
    transition: color 0.35s ease, background 0.35s ease, transform 0.35s ease;
}

.circle-link i {
    position: absolute;
    transform: translateY(49px);
    font-style: normal;
}

.circle-link:hover,
.circle-link:focus-visible {
    color: var(--espresso);
    background: var(--cream);
    transform: scale(1.05);
}

.hero-counter,
.hero-scroll {
    position: absolute;
    z-index: 4;
    bottom: 2.2rem;
    margin: 0;
    color: var(--cream);
    font-size: 0.62rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    opacity: calc(1 - (var(--hero-shrink, 0) * 2.2));
}

.hero-counter {
    left: 2.7vw;
}

.hero-scroll {
    right: 2.7vw;
}

.hero-scroll span {
    margin-left: 0.75rem;
}

.section-pad {
    padding: clamp(6rem, 10vw, 11rem) 4vw;
}

.intro {
    position: relative;
    z-index: 3;
    padding-bottom: clamp(2rem, 2.5vw, 2.5rem);
    color: var(--espresso);
    background: var(--cream);
}

.intro-kicker {
    width: var(--page);
    margin: 0 auto;
    text-align: center;
}

.intro-grid {
    width: var(--page);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 8vw;
    align-items: start;
}

.intro-statement {
    max-width: 780px;
}

.intro-statement h2,
.story-card h2,
.section-heading h2,
.full-menu__header h2,
.experience-copy h2,
.founders h2,
.visit-card h2,
.wine-cellar__header h2,
.team-heading h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(3.3rem, 6.5vw, 7.4rem);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 0.86;
}

.intro-statement p {
    max-width: 570px;
    margin: 2.4rem 0 0 auto;
    font-family: var(--serif);
    font-size: clamp(1.25rem, 1.8vw, 1.65rem);
    line-height: 1.45;
}

.display-line {
    width: var(--page);
    margin: clamp(2rem, 4vw, 4rem) auto 0;
    font-family: var(--serif);
    font-size: clamp(3.4rem, 8.2vw, 9.6rem);
    letter-spacing: -0.06em;
    line-height: 0.86;
    text-align: center;
}

.intro-story {
    width: var(--page);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.intro-story .intro-kicker {
    width: auto;
    margin: 0 0 1.6rem;
}

.intro-story .display-line {
    width: auto;
    margin: 0;
    font-size: clamp(3.2rem, 7vw, 8rem);
}

.intro-story__copy {
    max-width: 660px;
    margin: 2.8rem auto 0;
    font-family: var(--serif);
    font-size: clamp(1.2rem, 1.6vw, 1.6rem);
    line-height: 1.5;
    color: rgba(23, 22, 20, 0.72);
}

.story-canvas {
    position: relative;
    min-height: 180svh;
    display: grid;
    grid-template-columns: var(--arch-width) minmax(0, 1fr);
    grid-template-rows: 1fr;
    gap: clamp(4rem, 8vw, 10rem);
    align-items: start;
    color: var(--cream);
    background: var(--espresso);
}

.story-image {
    position: absolute;
    overflow: hidden;
}

.story-image img,
.parallax-media img {
    height: 118%;
    object-fit: cover;
    transform: translateY(-8%) scale(1.1);
    will-change: transform;
}

.story-image--tall {
    position: sticky;
    top: calc(var(--header-h) + 2rem);
    left: auto;
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    width: var(--arch-width);
    height: var(--arch-height);
    border-radius: var(--arch-radius);
}

.story-image--small {
    right: 5vw;
    bottom: 8rem;
    width: min(28vw, 430px);
    height: 430px;
}

.story-card {
    position: relative;
    z-index: 2;
    top: auto;
    left: auto;
    grid-column: 2;
    grid-row: 1;
    width: min(100%, 680px);
    margin-top: 8rem;
}

.story-card h2 {
    font-size: clamp(3.6rem, 6.4vw, 7rem);
}

.story-card > p:not(.eyebrow) {
    max-width: 520px;
    margin: 2.3rem 0 2rem;
    color: rgba(247, 242, 234, 0.77);
    font-family: var(--serif);
    font-size: 1.35rem;
}

.vertical-note {
    position: absolute;
    right: 1.2rem;
    top: 12rem;
    margin: 0;
    writing-mode: vertical-rl;
    font-size: 0.62rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.menu-editorial {
    padding-top: 80px;
    color: var(--espresso);
    background: var(--cream);
}

.section-heading {
    flex: 0 0 min(38vw, 600px);
    width: min(38vw, 600px);
    margin: 0;
    padding-left: 4vw;
    display: flex;
    flex-direction: column;
    align-self: center;
    gap: 0;
}

.section-heading h2 {
    max-width: 7ch;
    font-size: clamp(3.8rem, 5.4vw, 6.4rem);
    line-height: 0.84;
}

.section-heading__copy {
    max-width: 430px;
    margin: 2.2rem 0 0;
    font-family: var(--serif);
    font-size: clamp(1.1rem, 1.35vw, 1.35rem);
    color: rgba(23, 22, 20, 0.66);
}

.dish-journey {
    position: relative;
    height: 410svh;
    margin-right: -4vw;
    margin-left: -4vw;
}

.dish-sticky {
    position: sticky;
    top: 8svh;
    height: 84svh;
    padding: 0;
    overflow: hidden;
}

.dish-rail-window {
    width: 100%;
    height: 100%;
    min-width: 0;
    overflow: hidden;
}

.dish-stream {
    width: max-content;
    height: 74svh;
    padding: 0 4vw 0 0;
    display: flex;
    gap: clamp(0.85rem, 1.5vw, 1.5rem);
    align-items: center;
    transform: translate3d(var(--dish-x, 0px), 0, 0);
    will-change: transform;
}

.dish-card {
    flex: 0 0 min(32vw, 490px);
    min-width: 340px;
    height: 70svh;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    color: var(--cream);
    background: var(--fig);
    opacity: var(--card-opacity, 0.62);
    transform: scale(var(--card-scale, 0.92));
    transform-origin: center;
    transition: opacity 0.3s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.dish-card--fig {
    color: var(--cream);
    background: var(--fig);
}

.dish-card--cream {
    color: var(--espresso);
    background: var(--cream);
}

.dish-card--olive {
    color: var(--cream);
    background: var(--olive);
}

/* Closing call-to-action panel — no card background, unlike the others. */
.dish-card--cta {
    display: flex;
    align-items: center;
    background: transparent;
    color: var(--espresso);
    opacity: 1;
}

.dish-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.6rem clamp(1.4rem, 2vw, 2.4rem);
}

.dish-cta .eyebrow {
    margin: 0;
    color: var(--olive);
}

.dish-cta h3 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(2.4rem, 3.6vw, 4.2rem);
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 0.9;
}

.dish-cta h3 em {
    display: inline-block;
    color: var(--olive-soft);
}

.dish-cta > p {
    max-width: 340px;
    margin: 0;
    font-family: var(--serif);
    font-size: 1.2rem;
    line-height: 1.4;
    color: rgba(23, 22, 20, 0.66);
}

.dish-cta .pill-button {
    margin-top: 0.6rem;
}

.dish-card__image {
    min-height: 0;
    margin: 0.8rem 0.8rem 0;
    overflow: hidden;
}

.dish-card__image img {
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.dish-card:hover .dish-card__image img {
    transform: scale(1.045);
}

.dish-card__meta {
    min-height: 0;
    padding: 1.1rem 1.6rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.dish-card__meta > span {
    font-size: 0.6rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    opacity: 0.72;
}

.dish-card__meta h3 {
    margin: 0.15rem 0 0.1rem;
    font-family: var(--serif);
    font-size: clamp(1.9rem, 2.9vw, 3.4rem);
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 0.92;
}

.dish-card__meta p {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(0.95rem, 1.05vw, 1.12rem);
    line-height: 1.35;
    text-transform: none;
    letter-spacing: 0;
    opacity: 0.88;
}

.dish-card__meta strong {
    margin: 0.15rem 0 0;
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.72;
}

.menu-editorial .pill-button {
    border-color: var(--espresso);
    color: var(--espresso);
}

.menu-editorial .pill-button:hover,
.menu-editorial .pill-button:focus-visible {
    color: var(--cream);
    background: var(--espresso);
}

.pill-button,
.solid-button {
    display: inline-flex;
    gap: 1.4rem;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.4rem;
    border: 1px solid var(--espresso);
    border-radius: 999px;
    background: transparent;
    font-size: 0.67rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 0.3s ease, background 0.3s ease;
}

.pill-button:hover,
.pill-button:focus-visible,
.solid-button:hover,
.solid-button:focus-visible {
    color: var(--cream);
    background: var(--espresso);
}

.full-menu {
    color: var(--cream);
    background:
        linear-gradient(180deg, rgba(15, 14, 13, 0.9), rgba(15, 14, 13, 0.84)),
        url("../images/food-menu-background.png") center / cover no-repeat;
    background-attachment: scroll;
}

.full-menu__header {
    width: var(--page);
    margin: 0 auto;
    display: block;
    text-align: center;
}

.full-menu__header h2 {
    max-width: 900px;
    margin: 0 auto;
    font-size: clamp(3.5rem, 6vw, 7rem);
}

.menu-tabs {
    width: var(--page);
    margin: 5rem auto 3rem;
    display: flex;
    border-top: 1px solid rgba(247, 242, 234, 0.28);
    border-bottom: 1px solid rgba(247, 242, 234, 0.28);
}

.menu-tabs button {
    flex: 1;
    padding: 1.3rem;
    border: 0;
    border-right: 1px solid rgba(247, 242, 234, 0.28);
    color: rgba(247, 242, 234, 0.55);
    background: transparent;
    font-size: 0.67rem;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    cursor: pointer;
}

.menu-tabs button:last-child {
    border-right: 0;
}

.menu-tabs button[aria-selected="true"] {
    color: var(--fig);
    background: var(--gold);
}

.menu-panel {
    width: var(--page);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 7vw;
}

.menu-panel[hidden] {
    display: none;
}

.menu-item {
    padding: 1.55rem 0;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1.5rem;
    border-bottom: 1px solid rgba(247, 242, 234, 0.2);
}

.menu-item h3 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(1.45rem, 2vw, 2rem);
    font-weight: 400;
    line-height: 1;
}

.menu-item__desc {
    margin: 0.5rem 0 0;
    color: rgba(247, 242, 234, 0.62);
    font-family: var(--serif);
    font-size: 1.02rem;
    line-height: 1.35;
}

.menu-item__price {
    margin: 0;
    color: var(--gold);
    font-size: 0.98rem;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.menu-note {
    width: var(--page);
    max-width: 760px;
    margin: 3.5rem auto 0;
    color: rgba(247, 242, 234, 0.58);
    font-size: 0.7rem;
    text-align: center;
}

.experience {
    position: relative;
    min-height: 110svh;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: var(--cream);
    background: var(--espresso);
}

.experience::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(25, 18, 16, 0.8), rgba(25, 18, 16, 0.12) 55%, rgba(25, 18, 16, 0.5));
}

.experience-media {
    position: absolute;
    inset: -8%;
    overflow: hidden;
}

.experience-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.07);
    transition: opacity 1.8s ease, transform 7s ease;
    backface-visibility: hidden;
    will-change: opacity, transform;
}

.experience-slide.is-active {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
}

.experience-copy {
    position: relative;
    z-index: 2;
    width: var(--page);
}

.experience-copy h2 {
    max-width: 820px;
}

.experience-copy > p:not(.eyebrow) {
    max-width: 450px;
    margin-top: 2rem;
    font-family: var(--serif);
    font-size: 1.3rem;
}

.experience-quote {
    position: absolute;
    z-index: 2;
    right: 5vw;
    bottom: 4rem;
    max-width: 430px;
    padding-top: 1rem;
    border-top: 1px solid rgba(247, 242, 234, 0.55);
}

.experience-quote blockquote {
    margin: 0 0 0.5rem;
    font-family: var(--serif);
    font-size: 1.6rem;
    font-style: italic;
}

.experience-quote span {
    font-size: 0.58rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.founders {
    position: relative;
    min-height: 850px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8vw;
    overflow: hidden;
    color: var(--espresso);
    background: var(--cream);
}

.founders-heading,
.founders-copy {
    width: 100%;
    max-width: 660px;
}

.founders-heading h2 {
    font-size: clamp(4rem, 7vw, 8rem);
}

.founders-copy {
    align-self: center;
}

.founders-copy p {
    max-width: 540px;
    font-family: var(--serif);
    font-size: clamp(1.25rem, 1.7vw, 1.55rem);
}

.founders-copy p + p {
    margin-top: 2rem;
}

.founders-marquee {
    position: absolute;
    right: 0;
    bottom: 2rem;
    left: 0;
    display: flex;
    white-space: nowrap;
    font-family: var(--serif);
    font-size: clamp(4rem, 8vw, 9rem);
    font-style: italic;
    letter-spacing: -0.04em;
    line-height: 1;
    opacity: 0.22;
    animation: marquee 28s linear infinite;
}

@keyframes marquee {
    to { transform: translateX(-50%); }
}

.visit {
    position: relative;
    min-height: 165svh;
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--arch-width);
    grid-template-rows: 1fr;
    gap: clamp(4rem, 8vw, 10rem);
    align-items: start;
    color: var(--cream);
    background: var(--olive);
}

.visit-image {
    position: sticky;
    top: calc(var(--header-h) + 2rem);
    right: auto;
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    width: var(--arch-width);
    height: var(--arch-height);
    overflow: hidden;
    border-radius: var(--arch-radius);
}

.visit-card {
    position: relative;
    z-index: 2;
    grid-column: 1;
    grid-row: 1;
    width: min(44vw, 640px);
    margin-top: 6rem;
    padding: clamp(2rem, 4vw, 4rem);
    color: var(--espresso);
    background: var(--cream);
}

.visit-card h2 {
    font-size: clamp(3.6rem, 5.5vw, 6.5rem);
}

.visit-card > p:not(.eyebrow) {
    max-width: 470px;
    margin: 2rem 0;
    font-family: var(--serif);
    font-size: 1.3rem;
}

.visit-details {
    margin: 2.5rem 0;
    border-top: 1px solid var(--line);
}

.visit-details div {
    padding: 1rem 0;
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    border-bottom: 1px solid var(--line);
}

.visit-details dt {
    font-size: 0.63rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.visit-details dd {
    margin: 0;
    font-family: var(--serif);
    font-size: 1.18rem;
}

.solid-button {
    color: var(--cream);
    background: var(--espresso);
}

.solid-button:hover,
.solid-button:focus-visible {
    color: var(--espresso);
    background: transparent;
}

.visit-card small {
    display: block;
    margin-top: 1.2rem;
    color: rgba(51, 40, 35, 0.63);
    font-size: 0.64rem;
}

.site-footer {
    padding: 5rem 4vw 2rem;
    overflow: hidden;
    color: var(--cream);
    background: var(--espresso);
}

.footer-top,
.footer-bottom {
    width: var(--page);
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.brand--footer .brand__type {
    font-size: 2.7rem;
}

.footer-top p {
    margin: 0;
    font-family: var(--serif);
    font-size: 1.25rem;
    line-height: 1.25;
    text-align: right;
}

.footer-wordmark {
    margin: 6rem 0 3rem;
    font-family: var(--serif);
    font-size: clamp(8rem, 26vw, 32rem);
    letter-spacing: -0.085em;
    line-height: 0.48;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

.footer-bottom {
    padding-top: 1.6rem;
    border-top: 1px solid rgba(247, 242, 234, 0.24);
    font-size: 0.62rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.footer-bottom nav {
    display: flex;
    gap: 2rem;
}

.reveal {
    opacity: 1;
    transform: none;
}

.js .reveal {
    opacity: 0;
    transform: translateY(calc(38px + var(--drift-y, 0px)));
    transition: opacity 0.85s ease, transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.js .reveal.is-visible {
    opacity: 1;
    transform: translateY(var(--drift-y, 0px));
}

.word-reveal .word,
.word-scroll .word {
    display: inline-block;
}

.js .word-reveal .word {
    opacity: 0;
    filter: blur(5px);
    transform: translate3d(0, 0.75em, 0) rotate(1.5deg);
    transition:
        opacity 0.7s ease,
        filter 0.8s ease,
        transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: calc(var(--word-index, 0) * 55ms);
}

.js .word-reveal.is-visible .word {
    opacity: 1;
    filter: blur(0);
    transform: translate3d(0, 0, 0) rotate(0);
}

.js .word-scroll .word {
    opacity: var(--word-progress, 0);
    filter: blur(calc((1 - var(--word-progress, 0)) * 4px));
    transform: translate3d(0, calc((1 - var(--word-progress, 0)) * 0.7em), 0);
}

.reservation-modal {
    width: min(94vw, 1080px);
    max-height: min(92svh, 840px);
    padding: 0;
    border: 0;
    color: var(--espresso);
    background: transparent;
    overflow: visible;
}

.reservation-modal::backdrop {
    background: rgba(25, 19, 17, 0.82);
    backdrop-filter: blur(13px);
}

.reservation-shell {
    position: relative;
    max-height: min(92svh, 840px);
    padding: clamp(2rem, 5vw, 5rem);
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: clamp(2rem, 6vw, 6rem);
    overflow-y: auto;
    color: var(--espresso);
    background:
        radial-gradient(circle at 85% 5%, rgba(214, 179, 107, 0.2), transparent 30%),
        var(--cream);
    border-radius: 20px;
    box-shadow: 0 30px 100px rgba(21, 14, 13, 0.5);
}

.modal-close {
    position: absolute;
    z-index: 2;
    top: 3.5rem;
    right: 3.5rem;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(51, 40, 35, 0.35);
    border-radius: 50%;
    color: var(--espresso);
    background: transparent;
    font-size: 1.7rem;
    line-height: 1;
    cursor: pointer;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.modal-close:hover,
.modal-close:focus-visible {
    color: var(--cream);
    background: var(--espresso);
    transform: rotate(90deg);
}

.reservation-heading {
    align-self: center;
}

.reservation-heading h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(3.4rem, 5.8vw, 6.4rem);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 0.82;
}

.reservation-heading h2 em {
    font-weight: 400;
    color: var(--olive-soft);
}

.reservation-heading > p:last-child {
    max-width: 350px;
    margin-top: 2rem;
    color: rgba(51, 40, 35, 0.64);
    font-family: var(--serif);
    font-size: 1.1rem;
}

.reservation-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem 1rem;
    align-content: center;
}

.reservation-form label {
    display: grid;
    gap: 0.45rem;
}

.reservation-form label > span {
    font-size: 0.59rem;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.reservation-form input,
.reservation-form select,
.reservation-form textarea {
    width: 100%;
    min-height: 52px;
    padding: 0.85rem 0.9rem;
    border: 1px solid rgba(51, 40, 35, 0.28);
    border-radius: 0;
    color: var(--espresso);
    background: rgba(255, 255, 255, 0.5);
    font: 0.83rem var(--sans);
    color-scheme: light;
}

.reservation-form textarea {
    resize: vertical;
}

.reservation-form input::placeholder,
.reservation-form textarea::placeholder {
    color: rgba(51, 40, 35, 0.46);
}

.reservation-form__wide,
.reservation-submit,
.reservation-message {
    grid-column: 1 / -1;
}

.reservation-submit {
    margin-top: 0.5rem;
    border-color: var(--gold);
    color: var(--cream);
    background: var(--olive);
}

.reservation-submit:hover,
.reservation-submit:focus-visible {
    color: var(--espresso);
    border-color: var(--espresso);
    background: transparent;
}

.reservation-message {
    margin: 0;
    padding: 0.8rem 1rem;
    border-left: 2px solid var(--gold);
    color: var(--espresso);
    font-family: var(--serif);
    font-size: 1rem;
}

@media (max-width: 900px) {
    :root {
        --header-h: 72px;
        --arch-width: 64vw;
        --arch-height: 62svh;
        --mobile-section-space: 4.5rem;
        --mobile-flow-gap: 1.25rem;
    }

    .site-header {
        padding: 0 1rem;
        grid-template-columns: 1fr auto;
    }

    .site-header::after {
        right: 1rem;
        left: 1rem;
    }

    .brand__type {
        font-size: 1.65rem;
    }

    .brand__emblem {
        width: 36px;
        height: 32px;
    }

    .brand__emblem img {
        top: -14px;
        left: -13px;
        width: 62px;
    }

    .nav-toggle {
        z-index: 2;
        display: flex;
        gap: 0.8rem;
        align-items: center;
        padding: 0.5rem 0;
        color: currentColor;
        cursor: pointer;
    }

    .nav-toggle span {
        font-size: 0.64rem;
        font-weight: 600;
        letter-spacing: 0.11em;
        text-transform: uppercase;
    }

    .nav-toggle i,
    .nav-toggle i::after {
        display: block;
        width: 22px;
        height: 1px;
        background: currentColor;
        transition: transform 0.3s ease;
    }

    .nav-toggle i {
        position: relative;
    }

    .nav-toggle i::after {
        content: "";
        position: absolute;
        top: 6px;
    }

    .nav-toggle[aria-expanded="true"] i {
        transform: rotate(45deg) translateY(2px);
    }

    .nav-toggle[aria-expanded="true"] i::after {
        top: 0;
        transform: rotate(-90deg);
    }

    .site-nav {
        display: none;
    }

    .mobile-nav {
        z-index: 102;
        position: fixed;
        inset: 0;
        padding: 8rem 1.5rem 3rem;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 0;
        color: var(--cream);
        background: transparent;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.4s ease;
    }

    .mobile-nav a,
    .mobile-nav .nav-reserve {
        width: 100%;
        padding: 0.75rem 0;
        border-bottom: 1px solid rgba(247, 242, 234, 0.24);
        color: var(--cream);
        font-family: var(--serif);
        font-size: clamp(2.8rem, 12vw, 5rem);
        font-weight: 400;
        letter-spacing: -0.04em;
        line-height: 1.05;
        text-align: left;
        text-transform: none;
    }

    .mobile-nav .nav-reserve {
        display: block;
        margin-top: 1.5rem;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-bottom-color: var(--gold);
        color: var(--gold);
        background: transparent;
        cursor: pointer;
    }

    .nav-overlay {
        position: fixed;
        z-index: 99;
        inset: 0;
        display: block;
        background:
            radial-gradient(circle at 80% 12%, rgba(214, 179, 107, 0.12), transparent 34%),
            var(--espresso);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.4s ease;
    }

    .nav-open .mobile-nav {
        opacity: 1;
        pointer-events: auto;
    }

    .nav-open .nav-overlay {
        opacity: 1;
        pointer-events: auto;
    }

    .nav-open .site-header {
        z-index: 103;
        color: var(--cream);
        background: transparent;
        backdrop-filter: none;
    }

    .nav-open .site-header.is-solid .brand__emblem img {
        filter: none;
    }

    .header-book {
        display: none;
    }

    .hero-frame {
        width: calc(100vw - (var(--hero-shrink) * 28vw));
        height: calc(100svh - (var(--hero-shrink) * 46svh));
        border-radius: calc(var(--hero-shrink) * 160px) calc(var(--hero-shrink) * 160px) calc(var(--hero-shrink) * 10px) calc(var(--hero-shrink) * 10px);
        transform: translate3d(-50%, calc(-50% - (var(--hero-shrink) * 12svh)), 0);
    }

    .hero-side {
        top: auto;
        right: 1.25rem;
        bottom: 4.5rem;
        left: 1.25rem;
        width: auto;
        text-align: left;
    }

    .hero-side--left {
        bottom: 10.7rem;
        transform: translate3d(0, calc((1 - var(--side-progress, 0)) * 24px), 0);
    }

    .hero-side--right {
        transform: translate3d(0, calc((1 - var(--side-progress, 0)) * 24px), 0);
    }

    .hero-side h2 {
        font-size: clamp(2rem, 8vw, 3rem);
        line-height: 0.86;
    }

    .hero-side .eyebrow {
        display: none;
    }

    .hero-side--right > p {
        max-width: 480px;
        margin: 0;
        font-size: 0.9rem;
        line-height: 1.3;
    }

    .hero-side--right > span {
        display: none;
    }

    .hero-copy {
        width: 90vw;
    }

    .hero-copy h1 {
        max-width: 92vw;
        font-size: clamp(3.35rem, 14.5vw, 5.5rem);
        line-height: 0.8;
    }

    .hero-copy h1 em,
    .section-heading h2 em,
    .story-card h2 em,
    .experience-copy h2 em,
    .founders h2 em,
    .visit-card h2 em,
    .reservation-heading h2 em {
        display: block;
        margin-top: 0.08em;
    }

    .hero-intro {
        max-width: 330px;
    }

    .circle-link {
        width: 92px;
        height: 92px;
    }

    .circle-link i {
        transform: translateY(40px);
    }

    .hero-scroll {
        display: none;
    }

    .section-pad {
        padding: var(--mobile-section-space) 1.25rem;
    }

    .intro-grid,
    .section-heading,
    .full-menu__header,
    .founders {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .intro-statement p,
    .section-heading__copy {
        margin-left: 0;
    }

    .display-line {
        width: 100%;
        margin-top: 2rem;
        font-size: clamp(3.4rem, 15vw, 6rem);
        text-align: left;
    }

    .intro-kicker {
        width: 100%;
    }

    .story-canvas {
        min-height: auto;
        padding-top: var(--mobile-section-space);
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: var(--mobile-flow-gap);
    }

    .story-image,
    .story-card {
        position: relative;
        inset: auto;
        width: 100%;
    }

    .story-image--tall {
        grid-column: 1;
        grid-row: auto;
        width: var(--arch-width);
        height: var(--arch-height);
        margin: 0 auto;
        order: 1;
    }

    .story-card {
        grid-column: 1;
        grid-row: auto;
        margin-top: 0;
        order: 2;
    }

    .story-card > p:not(.eyebrow) {
        font-size: 1.2rem;
    }

    .story-image--small {
        height: 55svh;
        order: 3;
    }

    .vertical-note {
        display: none;
    }

    .section-heading h2,
    .section-heading__copy {
        grid-column: auto;
    }

    .section-heading h2 {
        max-width: 9ch;
        color: var(--espresso);
        line-height: 0.84;
    }

    .section-heading h2 em {
        color: rgba(23, 22, 20, 0.5);
    }

    .dish-journey {
        height: auto;
        margin-right: -1.25rem;
        margin-left: -1.25rem;
    }

    .dish-sticky {
        position: relative;
        top: auto;
        height: auto;
        padding: 0;
        display: block;
        overflow: visible;
    }

    .dish-stream .section-heading {
        flex: 0 0 calc(100vw - 2.5rem);
        width: calc(100vw - 2.5rem);
        margin: 0;
        padding: 0;
        scroll-snap-align: start;
    }

    .dish-rail-window {
        width: 100%;
        height: auto;
        overflow: visible;
    }

    .dish-stream {
        width: 100%;
        height: auto;
        margin-left: 0;
        padding: 0 1.25rem 1.25rem;
        display: flex;
        gap: 0.85rem;
        overflow-x: scroll;
        overscroll-behavior-x: contain;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 1.25rem;
        scrollbar-width: none;
        touch-action: pan-x;
        -webkit-overflow-scrolling: touch;
        transform: none !important;
    }

    .dish-stream::-webkit-scrollbar {
        display: none;
    }

    .dish-card,
    .dish-card:nth-child(n) {
        flex: 0 0 min(82vw, 370px);
        min-width: 0;
        margin-top: 0;
        scroll-snap-align: center;
        scroll-snap-stop: always;
        transform: scale(var(--card-scale, 0.92)) !important;
    }

    .dish-card__meta {
        min-height: 235px;
    }

    .dish-progress,
    .dish-direction {
        display: none;
    }

    .dish-cta {
        padding: 1.4rem 1.2rem;
    }

    .full-menu__header h2 {
        font-size: clamp(3.4rem, 14vw, 5rem);
    }

    .full-menu__header,
    .menu-tabs,
    .menu-panel,
    .menu-note {
        width: 100%;
    }

    .menu-tabs {
        margin: 2.5rem 0 2rem;
        display: flex;
        overflow: hidden;
    }

    .menu-tabs button {
        min-width: 0;
        padding: 0.95rem 0.2rem;
        font-size: 0.58rem;
        letter-spacing: 0.06em;
        white-space: nowrap;
    }

    .menu-panel {
        grid-template-columns: 1fr;
    }

    .menu-note {
        margin-top: 2.5rem;
    }

    .experience {
        min-height: 100svh;
        align-items: start;
        padding: var(--mobile-section-space) 1.25rem;
    }

    .experience-copy,
    .experience-quote {
        width: auto;
    }

    .experience-copy h2 {
        max-width: 8ch;
        font-size: clamp(3.6rem, 15vw, 6rem);
        line-height: 0.82;
    }

    .experience-quote {
        right: 1.25rem;
        bottom: 2rem;
        left: 1.25rem;
    }

    .founders {
        min-height: auto;
        gap: 2.5rem;
    }

    .founders-heading h2 {
        max-width: 8ch;
        font-size: clamp(3.6rem, 15vw, 6rem);
        line-height: 0.82;
    }

    .visit {
        min-height: auto;
        padding-top: var(--mobile-section-space);
        display: block;
    }

    .visit-image {
        position: relative;
        inset: auto;
        grid-column: auto;
        grid-row: auto;
        width: var(--arch-width);
        height: var(--arch-height);
        margin: 0 auto;
    }

    .visit-card {
        grid-column: auto;
        grid-row: auto;
        width: calc(100% - 1.5rem);
        margin: -7rem 0 0 auto;
    }

    .visit-card h2 {
        max-width: 9ch;
        font-size: clamp(3.2rem, 13vw, 4.8rem);
        line-height: 0.84;
    }

    .footer-wordmark {
        margin-top: var(--mobile-section-space);
        font-size: 28vw;
    }

    .site-footer {
        padding: var(--mobile-section-space) 1.25rem 2rem;
    }

    .footer-top,
    .footer-bottom {
        width: 100%;
    }

    .footer-bottom {
        flex-wrap: wrap;
        gap: 1.3rem 2rem;
    }

    .footer-bottom nav {
        order: 3;
        width: 100%;
    }

    .reservation-modal {
        width: calc(100vw - 1rem);
        max-height: calc(100svh - 1rem);
    }

    .modal-close {
        top: 1.5rem;
        right: 1.5rem;
    }

    .reservation-shell {
        max-height: calc(100svh - 1rem);
        padding: 5.5rem 1.25rem 2rem;
        grid-template-columns: 1fr;
        gap: 2.5rem;
        border-radius: 20px;
    }

    .reservation-heading h2 {
        max-width: 8ch;
        font-size: clamp(3.2rem, 13vw, 5rem);
        line-height: 0.84;
    }
}

@media (max-width: 520px) {
    .hero-copy .eyebrow {
        margin-bottom: 0.9rem;
    }

    .hero-copy h1 {
        font-size: 13.5vw;
    }

    .hero-intro {
        margin-top: 1.5rem;
        font-size: 1rem;
    }

    .hero-chapter {
        height: 290svh;
    }

    .hero-side--left {
        bottom: 10.7rem;
    }

    .hero-side--right > p {
        font-size: 0.88rem;
    }

    .circle-link {
        margin-top: 1.5rem;
    }

    .intro-statement h2,
    .story-card h2,
    .section-heading h2 {
        font-size: 13vw;
        line-height: 0.84;
    }

    .menu-item h3 {
        font-size: 1.35rem;
    }

    .visit-details div {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }

    .footer-top {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-top p {
        text-align: left;
    }

    .reservation-form {
        grid-template-columns: 1fr;
    }

    .reservation-form__wide,
    .reservation-submit,
    .reservation-message {
        grid-column: auto;
    }
}

/* Release 1.6 — split narratives, scroll-led mobile rail, cellar and dish lightbox */

.split-narrative {
    position: relative;
    min-height: 200svh;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 0;
    overflow: visible;
    background: var(--espresso);
}

.split-narrative .story-image,
.split-narrative .visit-image {
    position: sticky;
    z-index: 1;
    top: 0;
    inset-inline: auto;
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    height: 100svh;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
}

.split-narrative .story-image img,
.split-narrative .visit-image img {
    height: 116%;
    object-fit: cover;
    transform: translateY(-8%) scale(1.08);
}

/* Visit image slideshow — food prep and dishes crossfading over three images. */
.split-narrative .visit-image .visit-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1.4s ease;
}

.split-narrative .visit-image .visit-slide.is-active {
    opacity: 1;
}

.story-scroll,
.visit-scroll {
    position: relative;
    z-index: 2;
    grid-column: 2;
    grid-row: 1;
}

.story-card,
.visit-card {
    position: relative;
    inset: auto;
    width: 100%;
    min-height: 100svh;
    margin: 0;
    padding: clamp(3rem, 5.5vw, 7rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    color: var(--cream);
    border-radius: 0;
}

.story-card--fig {
    background: var(--fig);
}

.story-card--olive,
.visit-card--olive {
    background: var(--olive);
}

.story-card h2,
.visit-card h2 {
    max-width: 9ch;
    margin: auto 0;
    font-size: clamp(3.6rem, 5.7vw, 7rem);
    line-height: 0.84;
}

.story-card h2 em,
.visit-card h2 em {
    color: rgba(247, 242, 234, 0.62);
}

.story-card > p:not(.eyebrow):not(.story-card__note),
.visit-card > p:not(.eyebrow) {
    max-width: 470px;
    margin: 2rem 0;
    color: rgba(247, 242, 234, 0.8);
    font-family: var(--serif);
    font-size: clamp(1.15rem, 1.45vw, 1.4rem);
}

.story-card__note {
    margin: 0;
    font-size: 0.62rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.split-narrative--reverse .visit-image {
    grid-column: 2;
}

.split-narrative--reverse .visit-scroll {
    grid-column: 1;
}

.visit-card--cream {
    color: var(--espresso);
    background: var(--cream);
}

.visit-card--cream h2 em {
    color: var(--olive-soft);
}

.visit-card--cream > p:not(.eyebrow) {
    color: rgba(23, 22, 20, 0.7);
}

.visit-card--olive .visit-details {
    width: 100%;
    margin-top: auto;
    border-color: rgba(247, 242, 234, 0.3);
}

.visit-card--olive .visit-details div {
    border-color: rgba(247, 242, 234, 0.25);
}

.visit-card--olive small {
    color: rgba(247, 242, 234, 0.62);
}

.dish-card {
    opacity: 1;
    transform: scale(var(--card-scale, 0.92));
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.dish-card__image img {
    transform: scale(var(--card-image-scale, 1.02));
    transition: transform 0.65s cubic-bezier(0.2, 0.75, 0.2, 1);
}

.dish-card:hover .dish-card__image img {
    transform: scale(calc(var(--card-image-scale, 1.02) + 0.025));
}

.dish-card__meta p {
    max-width: 40em;
    font-size: clamp(0.95rem, 1.05vw, 1.12rem);
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: none;
}

.dish-card__meta strong {
    align-self: flex-start;
    margin-top: 0.45rem;
    color: currentColor;
    font-size: 0.6rem;
    letter-spacing: 0.12em;
    opacity: 0.6;
}

.wine-cellar {
    position: relative;
    color: var(--cream);
    background:
        radial-gradient(circle at 82% 18%, rgba(214, 179, 107, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(24, 7, 13, 0.8), rgba(16, 7, 10, 0.88)),
        url("../images/wine-menu-background.jpg") center / cover no-repeat;
    background-attachment: scroll;
}

.wine-cellar__intro {
    width: var(--page);
    margin: 0 auto clamp(4rem, 8vw, 8rem);
    display: grid;
    grid-template-columns: 1fr 1.12fr;
    gap: clamp(2.5rem, 6vw, 6.5rem);
    align-items: center;
}

.wine-cellar__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
}

.wine-cellar__header h2 {
    margin: 0;
    font-size: clamp(3.4rem, 5.4vw, 7rem);
    line-height: 0.82;
}

.wine-cellar__header h2 em {
    color: var(--gold);
}

.wine-cellar__header > p:last-child {
    max-width: 420px;
    margin: 0;
    color: rgba(247, 242, 234, 0.68);
    font-family: var(--serif);
    font-size: 1.2rem;
}

.wine-list {
    width: var(--page);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 7vw;
}

.wine-item {
    min-height: 260px;
    padding: 1.6rem 0 2.2rem;
    display: flex;
    flex-direction: column;
    border-top: 1px solid rgba(247, 242, 234, 0.26);
}

.wine-item > span {
    font-size: 0.58rem;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.wine-item h3 {
    margin: 0.3rem 0 0.55rem;
    font-family: var(--serif);
    font-size: clamp(1.45rem, 2vw, 2rem);
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 0.95;
}

.wine-item p,
.wine-item small {
    margin: 0;
}

.wine-item p {
    color: var(--gold);
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.wine-item small {
    max-width: 520px;
    margin-top: 0.9rem;
    color: rgba(247, 242, 234, 0.6);
    font-family: var(--serif);
    font-size: 1rem;
}

.wine-cellar__note {
    width: var(--page);
    margin: 3rem auto 0;
    color: rgba(247, 242, 234, 0.48);
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}

.guest-reviews {
    color: var(--espresso);
    background: #fff;
}

.guest-reviews__header {
    width: var(--page);
    margin: 0 auto clamp(3.5rem, 6vw, 6.5rem);
    display: grid;
    grid-template-columns: 0.72fr 1.35fr 0.9fr;
    gap: clamp(2rem, 5vw, 5rem);
    align-items: end;
}

.guest-reviews__header .eyebrow {
    align-self: start;
}

.guest-reviews__header h2 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(3.6rem, 5.6vw, 7rem);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 0.82;
}

.guest-reviews__header h2 em {
    color: var(--olive-soft);
}

.guest-reviews__header > p:last-child {
    max-width: 390px;
    margin: 0;
    color: rgba(23, 22, 20, 0.64);
    font-family: var(--serif);
    font-size: clamp(1.05rem, 1.3vw, 1.25rem);
    line-height: 1.55;
}

.review-grid {
    width: var(--page);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    border-top: 1px solid rgba(23, 22, 20, 0.16);
    border-left: 1px solid rgba(23, 22, 20, 0.16);
}

.review-card {
    min-height: 330px;
    padding: clamp(1.5rem, 2.4vw, 2.5rem);
    display: flex;
    flex-direction: column;
    grid-column: span 2;
    border-right: 1px solid rgba(23, 22, 20, 0.16);
    border-bottom: 1px solid rgba(23, 22, 20, 0.16);
}

.review-card:nth-child(n + 4) {
    grid-column: span 3;
}

.review-card__stars {
    display: flex;
    gap: 0.8rem;
    align-items: center;
    color: #e0ad25;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
}

.review-card__stars strong {
    color: rgba(23, 22, 20, 0.56);
    font-size: 0.62rem;
    letter-spacing: 0.08em;
}

.review-card blockquote {
    margin: auto 0 2.5rem;
    font-family: var(--serif);
    font-size: clamp(1.25rem, 1.7vw, 1.72rem);
    line-height: 1.25;
}

.review-card > p {
    margin: 0;
    font-size: 0.64rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.review-card > p span {
    color: rgba(23, 22, 20, 0.52);
    font-weight: 500;
}

.menu-item {
    grid-template-columns: 82px minmax(0, 1fr) auto;
    align-items: start;
}

.menu-item[data-meal-card] {
    cursor: zoom-in;
    transition: background-color 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.menu-item[data-meal-card]:hover,
.menu-item[data-meal-card]:focus-visible {
    background: rgba(247, 242, 234, 0.08);
    transform: translate3d(0, -2px, 0);
}

.menu-item[data-meal-card]:focus-visible {
    outline: 2px solid var(--gold);
    outline-offset: 5px;
}

.menu-item[data-meal-card]:hover .menu-thumb__image,
.menu-item[data-meal-card]:focus-visible .menu-thumb__image {
    transform: scale(1.1);
}

.menu-item__body {
    min-width: 0;
}

.menu-thumb {
    margin-top: 0.35rem;
}

.menu-thumb {
    position: relative;
    width: 72px;
    height: 72px;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(247, 242, 234, 0.3);
    border-radius: 2px;
    background: var(--fig);
    cursor: zoom-in;
}

.menu-thumb__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: calc(var(--meal-x) * 50%) calc(var(--meal-y) * 50%);
    background-size: 300% 300%;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), filter 0.3s ease;
}

.menu-thumb > span:last-child {
    position: absolute;
    inset: auto 0 0;
    padding: 0.28rem;
    color: var(--cream);
    background: rgba(15, 14, 13, 0.72);
    font-size: 0.48rem;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.menu-thumb:hover .menu-thumb__image,
.menu-thumb:focus-visible .menu-thumb__image {
    transform: scale(1.1);
}

.menu-thumb:hover > span:last-child,
.menu-thumb:focus-visible > span:last-child {
    transform: translateY(0);
}

.meal-modal {
    width: min(92vw, 1120px);
    max-height: 92svh;
    padding: 0;
    overflow: visible;
    border: 0;
    color: var(--cream);
    background: transparent;
}

.meal-modal::backdrop {
    background: rgba(10, 9, 8, 0.9);
    backdrop-filter: blur(12px);
}

.meal-modal__shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(290px, 0.65fr);
    min-height: min(78svh, 760px);
    overflow: hidden;
    background: var(--fig-deep);
    box-shadow: 0 32px 120px rgba(0, 0, 0, 0.55);
}

.meal-modal__media {
    min-height: 520px;
    overflow: hidden;
}

.meal-modal__image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: calc(var(--meal-x) * 50%) calc(var(--meal-y) * 50%);
    background-size: 300% 300%;
}

.meal-modal__copy {
    padding: clamp(2rem, 4vw, 4rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: var(--olive);
}

.meal-modal__copy h2 {
    margin: auto 0 1.2rem;
    font-family: var(--serif);
    font-size: clamp(1.9rem, 3.2vw, 3rem);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 0.95;
    overflow-wrap: break-word;
}

.meal-modal__desc {
    margin: 0 0 1.3rem;
    color: rgba(247, 242, 234, 0.82);
    font-family: var(--serif);
    font-size: clamp(1.2rem, 1.5vw, 1.5rem);
    line-height: 1.45;
}

.meal-modal__ingredients {
    margin: 0;
    color: var(--gold);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.meal-modal__close {
    position: absolute;
    z-index: 4;
    top: 1.25rem;
    right: 1.25rem;
    width: 54px;
    height: 54px;
    padding: 0 0 0.18rem;
    border: 2px solid var(--cream);
    border-radius: 50%;
    color: var(--espresso);
    background: var(--cream);
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 5px 24px rgba(0, 0, 0, 0.24);
    transition: color 0.25s ease, background 0.25s ease, transform 0.3s ease;
}

.meal-modal__close:hover,
.meal-modal__close:focus-visible {
    color: var(--cream);
    background: var(--espresso);
    transform: rotate(90deg);
}

.site-footer {
    padding-top: 4rem;
}

.footer-top {
    margin-bottom: 5rem;
}

@media (max-width: 900px) {
    .hero-frame {
        width: calc(100vw - (var(--hero-shrink) * 54vw));
        height: calc(100svh - (var(--hero-shrink) * 30svh));
        border-radius: calc(var(--hero-shrink) * 8px);
        transform: translate3d(-50%, calc(-50% - (var(--hero-shrink) * 10svh)), 0);
    }

    .hero-side--left {
        bottom: 12rem;
    }

    .hero-side--right {
        bottom: 4rem;
    }

    .split-narrative {
        min-height: auto;
        display: block;
    }

    .split-narrative .story-image,
    .split-narrative .visit-image {
        position: sticky;
        top: var(--header-h);
        width: 100%;
        height: 56svh;
        margin: 0;
    }

    .story-scroll,
    .visit-scroll {
        position: relative;
        margin-top: 0;
    }

    .story-card,
    .visit-card {
        width: 100%;
        min-height: 82svh;
        margin: 0;
        padding: var(--mobile-section-space) 1.25rem;
    }

    .story-card h2,
    .visit-card h2 {
        margin: auto 0;
        font-size: clamp(3.25rem, 13vw, 5rem);
    }

    .dish-journey {
        height: 470svh;
    }

    .dish-sticky {
        position: sticky;
        top: 7svh;
        height: 86svh;
        overflow: hidden;
    }

    .dish-rail-window {
        height: 100%;
        overflow: hidden;
    }

    .dish-stream {
        width: max-content;
        height: 78svh;
        margin: 0;
        padding: 0 calc((100vw - min(82vw, 370px)) / 2) 0 1.25rem;
        overflow: visible;
        scroll-snap-type: none;
        touch-action: pan-y;
        transform: translate3d(var(--dish-x, 0px), 0, 0) !important;
        will-change: transform;
    }

    .dish-stream .section-heading {
        flex: 0 0 calc(100vw - 2.5rem);
        width: calc(100vw - 2.5rem);
        scroll-snap-align: none;
    }

    .dish-card,
    .dish-card:nth-child(n) {
        height: 72svh;
        scroll-snap-align: none;
        scroll-snap-stop: normal;
        transform: scale(var(--card-scale, 0.92)) !important;
    }

    .dish-card__image {
        aspect-ratio: 1.08 / 1;
    }

    .dish-card__meta {
        min-height: 0;
        padding: 1.15rem 1.2rem 1.4rem;
    }

    .dish-card__meta h3 {
        margin: 1.3rem 0 0.65rem;
        font-size: clamp(2rem, 9.5vw, 3.2rem);
    }

    .dish-card__meta p {
        font-size: 0.66rem;
        line-height: 1.45;
    }

    .dish-card__meta strong {
        margin-top: 0.55rem;
        font-size: 0.52rem;
    }

    .wine-cellar__intro {
        width: 100%;
        grid-template-columns: 1fr;
        gap: 2.5rem;
        margin-bottom: 3.5rem;
    }

    .wine-cellar__header {
        width: 100%;
        margin-bottom: 0;
        display: block;
    }

    .wine-cellar__header h2 {
        margin-top: 1rem;
        font-size: clamp(3.5rem, 14vw, 5.2rem);
    }

    .wine-cellar__header > p:last-child {
        margin-top: 1.75rem;
    }

    .wine-list {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .wine-item {
        min-height: 235px;
    }

    .wine-cellar__note {
        width: 100%;
        text-align: left;
    }

    .menu-item {
        grid-template-columns: 68px minmax(0, 1fr) auto;
        gap: 0.85rem;
    }

    .menu-thumb {
        width: 62px;
        height: 62px;
    }

    .menu-thumb > span:last-child {
        display: none;
    }

    .meal-modal {
        width: calc(100vw - 1rem);
        max-height: calc(100svh - 1rem);
    }

    .meal-modal__shell {
        min-height: 0;
        max-height: calc(100svh - 1rem);
        grid-template-columns: 1fr;
        grid-template-rows: minmax(46svh, 1fr) auto;
        overflow-y: auto;
    }

    .meal-modal__media {
        min-height: 46svh;
    }

    .meal-modal__copy {
        min-height: 34svh;
        padding: 2rem 1.25rem;
    }

    .meal-modal__copy h2 {
        margin: 1.4rem 0 1rem;
        font-size: clamp(1.8rem, 7vw, 2.6rem);
    }

    .meal-modal__close {
        top: 0.8rem;
        right: 0.8rem;
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 520px) {
    .menu-item {
        grid-template-columns: 58px minmax(0, 1fr) auto;
        padding: 1.2rem 0;
    }

    .menu-thumb {
        width: 54px;
        height: 54px;
    }

    .menu-item > span {
        font-size: 0.58rem;
    }
}

/* Release 1.7 — mobile hero resolution, cellar image and team profiles */

.wine-cellar__media {
    position: relative;
    width: 100%;
    height: min(34vw, 520px);
    margin: 0;
    overflow: hidden;
    background: var(--espresso);
}

.wine-cellar__media img {
    height: 115%;
    object-fit: cover;
    transform: translateY(-7%) scale(1.08);
}

.team {
    position: relative;
    color: var(--espresso);
    background: var(--cream);
}

.team-heading {
    width: var(--page);
    margin: 0 auto clamp(5rem, 9vw, 9rem);
    display: grid;
    grid-template-columns: 0.65fr 1.35fr 0.8fr;
    gap: 4vw;
    align-items: end;
}

.team-heading h2 {
    margin: 0;
    font-size: clamp(4rem, 6.5vw, 8rem);
    line-height: 0.82;
}

.team-heading h2 em {
    color: var(--olive-soft);
}

.team-heading > p:last-child {
    max-width: 430px;
    margin: 0 0 0.5rem;
    color: rgba(23, 22, 20, 0.68);
    font-family: var(--serif);
    font-size: 1.18rem;
}

.team-grid {
    width: var(--page);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(2rem, 5vw, 6rem);
}

.team-profile {
    min-width: 0;
}

.team-profile--host {
    margin-top: clamp(5rem, 10vw, 11rem);
}

.team-profile__image {
    position: relative;
    height: min(62vw, 720px);
    overflow: hidden;
    background: var(--fig);
}

.team-profile__image img {
    height: 116%;
    object-fit: cover;
    transform: translateY(-8%) scale(1.08);
}

.team-profile__copy {
    padding: 2rem 0 0;
    border-top: 1px solid var(--line);
}

.team-profile__copy > span {
    display: block;
    margin-bottom: 1.4rem;
    color: var(--olive);
    font-size: 0.59rem;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.team-profile__copy h3 {
    margin: 0;
    font-family: var(--serif);
    font-size: clamp(2.8rem, 4.7vw, 5.8rem);
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 0.86;
}

.team-profile__copy p {
    max-width: 560px;
    margin: 2rem 0 0;
    color: rgba(23, 22, 20, 0.68);
    font-family: var(--serif);
    font-size: clamp(1.08rem, 1.35vw, 1.28rem);
    line-height: 1.55;
}

@media (max-width: 900px) {
    .hero-chapter {
        height: 210svh;
    }

    .hero-side {
        right: 1.25rem;
        left: 1.25rem;
        width: auto;
        text-align: center;
    }

    .hero-side--left {
        bottom: 9.4rem;
    }

    .hero-side--right {
        bottom: 2.6rem;
    }

    .hero-side h2 {
        max-width: 9ch;
        margin: 0 auto;
        font-size: clamp(2.8rem, 12vw, 4.25rem);
        line-height: 0.8;
    }

    .hero-side--right > p {
        max-width: 335px;
        margin: 0 auto;
        font-size: 0.91rem;
        line-height: 1.35;
    }

    .wine-cellar__media {
        width: 100%;
        height: 46svh;
        margin: 0;
    }

    .wine-cellar,
    .full-menu {
        background-attachment: scroll;
    }

    .intro {
        padding-bottom: 2.25rem;
    }

    .menu-editorial {
        padding-top: 80px;
    }

    .guest-reviews__header {
        width: 100%;
        margin-bottom: var(--mobile-section-space);
        display: block;
    }

    .guest-reviews__header h2 {
        margin-top: 1rem;
        font-size: clamp(3.5rem, 14vw, 5.2rem);
    }

    .guest-reviews__header > p:last-child {
        margin-top: 1.75rem;
    }

    .review-grid {
        width: 100%;
        grid-template-columns: 1fr;
        border-left: 0;
    }

    .review-card,
    .review-card:nth-child(n + 4) {
        min-height: 270px;
        grid-column: auto;
        border-right: 0;
    }

    .review-card blockquote {
        margin-top: 3.25rem;
    }

    .team-heading {
        width: 100%;
        margin-bottom: var(--mobile-section-space);
        display: block;
    }

    .team-heading h2 {
        margin-top: 1rem;
        font-size: clamp(3.5rem, 14vw, 5.2rem);
    }

    .team-heading > p:last-child {
        margin-top: 1.8rem;
    }

    .team-grid {
        width: 100%;
        grid-template-columns: 1fr;
        gap: var(--mobile-section-space);
    }

    .team-profile--host {
        margin-top: 0;
    }

    .team-profile__image {
        height: 66svh;
    }

    .team-profile__copy h3 {
        font-size: clamp(2.8rem, 12vw, 4.6rem);
    }
}

@media (max-width: 520px) {
    .hero-chapter {
        height: 205svh;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .hero-slide {
        transform: none;
    }

    .js .reveal {
        opacity: 1;
        transform: none;
    }
}
