:root {
    --ink: #173d39;
    --ink-deep: #0b2b28;
    --cream: #f5eedf;
    --paper: #fbf7ed;
    --saffron: #eead3b;
    --coral: #d7583b;
    --white: #fffdf7;
    --line: rgba(23, 61, 57, 0.18);
    --display: "Yeseva One", Georgia, serif;
    --body: "DM Sans", sans-serif;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

body {
    background: var(--paper);
    color: var(--ink);
    font-family: var(--body);
    line-height: 1.6;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

a {
    color: inherit;
}

img {
    display: block;
    max-width: 100%;
}

.skip-link {
    background: var(--saffron);
    color: var(--ink-deep);
    left: 1rem;
    padding: 0.7rem 1rem;
    position: fixed;
    top: -5rem;
    z-index: 1000;
}

.skip-link:focus {
    top: 1rem;
}

.site-header {
    align-items: center;
    color: var(--white);
    display: flex;
    height: 94px;
    justify-content: space-between;
    left: 0;
    padding: 0 5vw;
    position: absolute;
    right: 0;
    top: 0;
    transition: background 250ms ease, height 250ms ease, transform 250ms ease;
    z-index: 20;
}

.site-header.is-scrolled {
    backdrop-filter: blur(14px);
    background: rgba(11, 43, 40, 0.92);
    height: 76px;
    position: fixed;
}

.brand {
    align-items: center;
    display: inline-flex;
    gap: 0.75rem;
    text-decoration: none;
}

.brand-mark {
    display: grid;
    height: 42px;
    place-items: center;
    width: 42px;
}

.brand-mark svg {
    fill: none;
    height: 100%;
    stroke: var(--saffron);
    stroke-width: 1.5;
    width: 100%;
}

.brand strong {
    display: block;
    font-family: var(--display);
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1;
}

.brand small {
    display: block;
    font-size: 0.62rem;
    letter-spacing: 0.2em;
    margin-top: 0.3rem;
    text-transform: uppercase;
}

.site-nav {
    align-items: center;
    display: flex;
    gap: clamp(1.5rem, 3vw, 3rem);
}

.site-nav a {
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.site-nav > a:not(.nav-cta)::after {
    background: var(--saffron);
    bottom: -0.4rem;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 220ms ease;
    width: 100%;
}

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

.nav-cta {
    border: 1px solid rgba(255, 255, 255, 0.55);
    padding: 0.7rem 1rem;
    transition: background 180ms ease, color 180ms ease;
}

.nav-cta:hover {
    background: var(--saffron);
    border-color: var(--saffron);
    color: var(--ink-deep);
}

.menu-toggle {
    background: transparent;
    border: 0;
    display: none;
    height: 44px;
    padding: 10px;
    position: relative;
    width: 44px;
    z-index: 25;
}

.menu-toggle span {
    background: currentColor;
    height: 1px;
    left: 9px;
    position: absolute;
    transition: transform 200ms ease, top 200ms ease;
    width: 26px;
}

.menu-toggle span:first-child { top: 17px; }
.menu-toggle span:last-child { top: 26px; }
.menu-toggle[aria-expanded="true"] span:first-child { top: 22px; transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { top: 22px; transform: rotate(-45deg); }

.hero {
    color: var(--white);
    display: grid;
    min-height: min(900px, 100svh);
    overflow: hidden;
    padding: 150px 7vw 8vh;
    place-items: end start;
    position: relative;
}

.hero-image,
.hero-shade,
.hero-ornament {
    inset: 0;
    position: absolute;
}

.hero-image {
    animation: hero-arrive 1.5s cubic-bezier(0.22, 1, 0.36, 1) both;
    background-image: url("images/uzbek-plov.webp");
    background-position: center 45%;
    background-size: cover;
    transform: scale(1.02);
}

.hero-shade {
    background:
        linear-gradient(90deg, rgba(5, 29, 27, 0.86) 0%, rgba(5, 29, 27, 0.58) 42%, rgba(5, 29, 27, 0.08) 76%),
        linear-gradient(0deg, rgba(5, 29, 27, 0.58) 0%, transparent 45%);
}

.hero-ornament {
    background-image:
        linear-gradient(45deg, transparent 44%, rgba(255, 255, 255, 0.06) 45%, rgba(255, 255, 255, 0.06) 55%, transparent 56%),
        linear-gradient(-45deg, transparent 44%, rgba(255, 255, 255, 0.06) 45%, rgba(255, 255, 255, 0.06) 55%, transparent 56%);
    background-size: 46px 46px;
    clip-path: polygon(72% 0, 100% 0, 100% 100%, 86% 100%);
    opacity: 0.85;
}

.hero-content {
    max-width: 820px;
    position: relative;
    z-index: 2;
}

.eyebrow {
    align-items: center;
    color: var(--saffron);
    display: flex;
    font-size: 0.72rem;
    font-weight: 600;
    gap: 0.8rem;
    letter-spacing: 0.22em;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.eyebrow::before {
    background: currentColor;
    content: "";
    height: 1px;
    width: 42px;
}

.eyebrow-dark {
    color: var(--coral);
}

.hero h1,
h2,
blockquote {
    font-family: var(--display);
    font-weight: 400;
    letter-spacing: -0.035em;
    line-height: 0.96;
}

.hero h1 {
    font-size: clamp(3.8rem, 8.2vw, 8rem);
}

.hero h1 em {
    color: var(--saffron);
    font-style: normal;
}

.hero-copy {
    font-size: clamp(1rem, 1.4vw, 1.2rem);
    line-height: 1.7;
    margin-top: 2rem;
    max-width: 560px;
}

.hero-actions {
    align-items: center;
    display: flex;
    gap: 2.2rem;
    margin-top: 2.4rem;
}

.button {
    align-items: center;
    display: inline-flex;
    font-size: 0.76rem;
    font-weight: 600;
    gap: 1.5rem;
    justify-content: center;
    letter-spacing: 0.12em;
    min-height: 54px;
    padding: 0 1.6rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
    transform: translateY(-3px);
}

.button-primary {
    background: var(--saffron);
    color: var(--ink-deep);
}

.button-primary:hover {
    box-shadow: 0 12px 30px rgba(238, 173, 59, 0.22);
}

.text-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding-bottom: 0.3rem;
    text-decoration: none;
    text-transform: uppercase;
}

.hero-note {
    align-items: flex-start;
    bottom: 8vh;
    display: flex;
    gap: 1rem;
    position: absolute;
    right: 5vw;
    z-index: 2;
}

.hero-note span {
    color: var(--saffron);
    font-family: var(--display);
    font-size: 1.5rem;
}

.hero-note p {
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    line-height: 1.7;
    padding-left: 1rem;
    text-transform: uppercase;
}

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

.intro-film {
    align-items: end;
    color: var(--white);
    display: grid;
    min-height: clamp(560px, 72vw, 850px);
    overflow: hidden;
    padding: clamp(4rem, 8vw, 8rem) 7vw;
    position: relative;
}

.intro-video,
.film-overlay {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.intro-video {
    background: var(--ink-deep);
}

.film-overlay {
    background: linear-gradient(90deg, rgba(5, 29, 27, 0.9) 0%, rgba(5, 29, 27, 0.52) 48%, rgba(5, 29, 27, 0.1) 80%), linear-gradient(0deg, rgba(5, 29, 27, 0.7), transparent 55%);
}

.film-content {
    max-width: 900px;
    position: relative;
    z-index: 2;
}

.film-content h2 {
    font-size: clamp(3.5rem, 7.2vw, 7.5rem);
}

.film-content > p:last-child {
    border-left: 1px solid var(--saffron);
    margin-top: 2.2rem;
    max-width: 500px;
    padding-left: 1.3rem;
}

.video-control {
    align-items: center;
    background: rgba(11, 43, 40, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.45);
    bottom: clamp(4rem, 8vw, 8rem);
    color: var(--white);
    cursor: pointer;
    display: flex;
    font-family: var(--body);
    font-size: 0.68rem;
    font-weight: 600;
    gap: 0.7rem;
    letter-spacing: 0.12em;
    padding: 0.7rem 1rem;
    position: absolute;
    right: 5vw;
    text-transform: uppercase;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
    z-index: 3;
}

.video-control:hover,
.video-control:focus-visible {
    background: var(--saffron);
    color: var(--ink-deep);
    transform: translateY(-2px);
}

.video-control-icon {
    font-size: 0.9rem;
    min-width: 0.8rem;
}

.story {
    background:
        radial-gradient(circle at 91% 8%, rgba(238, 173, 59, 0.13) 0 4%, transparent 4.2%),
        var(--cream);
}

.story h2,
.section-heading h2,
.visit h2 {
    font-size: clamp(3.4rem, 6.4vw, 6.5rem);
}

.story-header {
    display: grid;
    gap: 3rem 8vw;
    grid-template-columns: 1fr 0.85fr;
    margin-bottom: clamp(5rem, 10vw, 9rem);
}

.story-header .eyebrow,
.story-header h2 {
    grid-column: 1;
}

.story-header h2 {
    margin-top: -2rem;
}

.story-deck {
    align-self: end;
    color: rgba(23, 61, 57, 0.74);
    font-family: var(--display);
    font-size: clamp(1.4rem, 2.2vw, 2rem);
    grid-column: 2;
    grid-row: 1 / span 2;
    line-height: 1.4;
    max-width: 540px;
}

.founder-feature {
    align-items: center;
    display: grid;
    gap: clamp(3rem, 8vw, 8rem);
    grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1fr);
}

.founder-portrait {
    background: var(--ink);
    box-shadow: 22px 22px 0 var(--saffron);
    margin: 0 22px 22px 0;
    position: relative;
}

.founder-portrait::before {
    border: 1px solid rgba(255, 255, 255, 0.5);
    content: "";
    inset: 1rem;
    pointer-events: none;
    position: absolute;
    z-index: 2;
}

.founder-portrait img {
    width: 100%;
}

.founder-portrait figcaption {
    background: var(--paper);
    bottom: 2rem;
    color: var(--ink);
    font-size: 0.65rem;
    left: 2rem;
    letter-spacing: 0.1em;
    padding: 0.85rem 1.1rem;
    position: absolute;
    text-transform: uppercase;
    z-index: 3;
}

.founder-portrait figcaption span {
    display: block;
    font-family: var(--display);
    font-size: 1.2rem;
    letter-spacing: 0;
    text-transform: none;
}

.chapter-number,
.chapter-label {
    color: var(--coral);
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.founder-story h3,
.story-chapter h3 {
    font-family: var(--display);
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.founder-story h3 {
    font-size: clamp(2.6rem, 4.5vw, 4.8rem);
    margin: 1rem 0 2rem;
}

.founder-story .lead {
    color: var(--ink-deep);
    font-family: var(--display);
    font-size: clamp(1.45rem, 2.1vw, 2rem);
    line-height: 1.35;
    margin-bottom: 1.8rem;
}

.founder-story > p:not(.lead):not(.chapter-number) {
    color: rgba(23, 61, 57, 0.74);
    margin-top: 1.2rem;
    max-width: 520px;
}

.founder-story em {
    color: var(--ink-deep);
}

.founder-quote {
    align-items: start;
    border-bottom: 1px solid var(--line);
    border-top: 1px solid var(--line);
    display: grid;
    gap: 1rem;
    grid-template-columns: auto 1fr;
    margin-top: 2.5rem;
    padding: 2rem 0;
}

.founder-quote > span {
    color: var(--saffron);
    font-family: var(--display);
    font-size: 4rem;
    line-height: 0.8;
}

.founder-quote blockquote {
    font-size: clamp(1.4rem, 2vw, 1.9rem);
    line-height: 1.35;
}

.story-chapters {
    display: grid;
    gap: clamp(3rem, 7vw, 7rem);
    grid-template-columns: repeat(2, 1fr);
    margin-top: clamp(7rem, 13vw, 12rem);
}

.story-chapter {
    border-top: 1px solid var(--line);
    padding-top: 1rem;
}

.chapter-index {
    color: var(--coral);
    display: block;
    font-family: var(--display);
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.chapter-photo,
.recipe-note {
    aspect-ratio: 4 / 3;
    margin-bottom: 2rem;
}

.chapter-photo {
    overflow: hidden;
}

.chapter-photo img {
    height: 100%;
    object-fit: cover;
    transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
}

.story-chapter:hover .chapter-photo img {
    transform: scale(1.04);
}

.story-chapter h3 {
    font-size: clamp(2rem, 3.3vw, 3.4rem);
    margin: 0.75rem 0 1.25rem;
}

.story-chapter > p:last-child {
    color: rgba(23, 61, 57, 0.72);
}

.recipe-note {
    background: #e7d8b8;
    box-shadow: inset 0 0 80px rgba(110, 63, 36, 0.1);
    color: #644733;
    display: flex;
    flex-direction: column;
    font-family: var(--display);
    font-size: clamp(0.9rem, 1.5vw, 1.2rem);
    justify-content: center;
    padding: clamp(1.5rem, 4vw, 4rem);
    position: relative;
    transform: rotate(1.4deg);
}

.recipe-note::before {
    border: 1px solid rgba(100, 71, 51, 0.25);
    content: "";
    inset: 1rem;
    position: absolute;
}

.recipe-note p,
.recipe-note strong,
.recipe-note span {
    position: relative;
    z-index: 2;
}

.recipe-note p {
    border-bottom: 1px solid rgba(100, 71, 51, 0.2);
    padding: 0.25rem 0;
}

.recipe-note strong {
    color: var(--coral);
    font-weight: 400;
    margin-top: 1.2rem;
}

.note-flower {
    color: var(--coral);
    font-size: 2.5rem;
    position: absolute !important;
    right: 2rem;
    top: 1.5rem;
}

.note-signature {
    align-self: flex-end;
    font-size: 1.3rem;
    margin-top: 0.7rem;
}

.story-signature {
    align-items: center;
    border-top: 1px solid var(--line);
    display: flex;
    gap: 1.2rem;
    margin-top: clamp(5rem, 9vw, 8rem);
    padding: 2rem 0 0 50%;
}

.story-signature > span {
    color: var(--coral);
    font-size: 2.5rem;
}

.story-signature p {
    font-size: 0.88rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
}

.menu-section {
    background: var(--paper);
}

.section-heading {
    align-items: end;
    display: grid;
    gap: 10vw;
    grid-template-columns: 1fr 0.75fr;
    margin-bottom: 5rem;
}

.section-heading > p {
    color: rgba(23, 61, 57, 0.7);
    max-width: 430px;
}

.dish-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}

.dish-card-featured {
    grid-column: 1 / -1;
}

.dish-card {
    border-top: 1px solid var(--line);
    padding-top: 1rem;
}

.dish-image-wrap {
    aspect-ratio: 4 / 3;
    background: var(--ink);
    overflow: hidden;
    position: relative;
}

.dish-card-featured .dish-image-wrap {
    aspect-ratio: 2.1 / 1;
}

.dish-image-wrap::after {
    background: linear-gradient(180deg, transparent 60%, rgba(5, 29, 27, 0.48));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.dish-image-wrap img {
    height: 100%;
    object-fit: cover;
    transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
}

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

.dish-number {
    bottom: 1rem;
    color: var(--white);
    font-family: var(--display);
    font-size: 1.5rem;
    left: 1.2rem;
    position: absolute;
    z-index: 2;
}

.dish-info {
    align-items: start;
    display: grid;
    gap: 1rem 1.5rem;
    grid-template-columns: 1fr auto;
    padding: 1.6rem 0 2.5rem;
}

.dish-info h3 {
    font-family: var(--display);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 400;
    line-height: 1.1;
}

.dish-kicker {
    color: var(--coral);
    font-size: 0.64rem;
    font-weight: 600;
    letter-spacing: 0.16em;
    margin-bottom: 0.45rem;
    text-transform: uppercase;
}

.dish-info > p {
    color: rgba(23, 61, 57, 0.72);
    grid-column: 1 / -1;
    max-width: 600px;
}

.price {
    color: var(--coral);
    font-family: var(--display);
    font-size: 1.45rem;
}

.experience {
    align-items: center;
    background: var(--ink);
    color: var(--white);
    display: grid;
    min-height: 680px;
    overflow: hidden;
    padding: 8rem 10vw;
    position: relative;
}

.experience-pattern {
    background-image:
        linear-gradient(45deg, transparent 43%, rgba(238, 173, 59, 0.1) 44% 56%, transparent 57%),
        linear-gradient(-45deg, transparent 43%, rgba(238, 173, 59, 0.1) 44% 56%, transparent 57%);
    background-size: 74px 74px;
    height: 120%;
    opacity: 0.75;
    position: absolute;
    right: -5%;
    top: -10%;
    transform: rotate(8deg);
    width: 48%;
}

.experience-content {
    max-width: 850px;
    position: relative;
    z-index: 2;
}

.experience blockquote {
    color: var(--cream);
    font-size: clamp(3.8rem, 7.5vw, 7.8rem);
}

.experience-content > p:last-child {
    border-left: 1px solid var(--saffron);
    color: rgba(255, 255, 255, 0.7);
    margin: 3rem 0 0 0.5rem;
    max-width: 510px;
    padding-left: 1.5rem;
}

.experience-badge {
    bottom: 3.5rem;
    height: 150px;
    position: absolute;
    right: 5vw;
    width: 150px;
    z-index: 2;
}

.experience-badge svg {
    animation: slow-spin 24s linear infinite;
    fill: var(--saffron);
    height: 100%;
    width: 100%;
}

.experience-badge text {
    font-family: var(--body);
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 1.8px;
}

.badge-star {
    transform-origin: center;
}

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

.visit-card {
    background: var(--coral);
    color: var(--white);
    display: grid;
    gap: 5vw;
    grid-template-columns: 1fr 0.8fr;
    min-height: 420px;
    overflow: hidden;
    padding: clamp(3rem, 7vw, 7rem);
    position: relative;
}

.visit .eyebrow {
    color: var(--cream);
}

.visit-copy {
    align-self: end;
    max-width: 430px;
    position: relative;
    z-index: 2;
}

.visit-copy p {
    margin-bottom: 2rem;
}

.button-light {
    background: var(--cream);
    color: var(--ink-deep);
}

.visit-flower {
    bottom: -7rem;
    color: rgba(255, 255, 255, 0.09);
    font-size: 24rem;
    line-height: 1;
    position: absolute;
    right: -3rem;
}

.site-footer {
    align-items: center;
    background: var(--ink-deep);
    color: rgba(255, 255, 255, 0.72);
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr auto 1fr;
    padding: 3rem 5vw;
}

.footer-brand {
    color: var(--white);
}

.site-footer > p {
    font-family: var(--display);
    font-size: 1.1rem;
}

.footer-meta {
    font-size: 0.7rem;
    justify-self: end;
    text-align: right;
}

.footer-meta details {
    margin-top: 0.4rem;
    max-width: 360px;
}

.footer-meta summary {
    cursor: pointer;
    display: inline-block;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.footer-meta details p {
    line-height: 1.5;
    margin-top: 0.5rem;
}

.footer-meta a:hover {
    color: var(--saffron);
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 700ms ease, transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes hero-arrive {
    from { opacity: 0; transform: scale(1.1); }
    to { opacity: 1; transform: scale(1.02); }
}

@keyframes slow-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 900px) {
    .site-header {
        height: 78px;
        padding: 0 1.25rem;
    }

    .menu-toggle {
        color: var(--white);
        display: block;
    }

    .site-nav {
        align-items: stretch;
        background: var(--ink-deep);
        flex-direction: column;
        gap: 0;
        inset: 0;
        justify-content: center;
        opacity: 0;
        padding: 6rem 2rem 2rem;
        pointer-events: none;
        position: fixed;
        transform: translateY(-12px);
        transition: opacity 220ms ease, transform 220ms ease;
    }

    .site-nav.is-open {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .site-nav a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
        font-family: var(--display);
        font-size: clamp(2rem, 8vw, 3.5rem);
        font-weight: 400;
        letter-spacing: -0.02em;
        padding: 1rem 0;
        text-transform: none;
    }

    .nav-cta {
        border: 0;
    }

    .hero {
        padding: 130px 1.4rem 4rem;
    }

    .hero-image {
        background-position: 62% center;
    }

    .hero-shade {
        background: linear-gradient(90deg, rgba(5, 29, 27, 0.84), rgba(5, 29, 27, 0.24)), linear-gradient(0deg, rgba(5, 29, 27, 0.72), transparent 60%);
    }

    .hero-note {
        display: none;
    }

    .founder-feature,
    .story-header,
    .section-heading,
    .visit-card {
        gap: 3rem;
        grid-template-columns: 1fr;
    }

    .story-header .eyebrow,
    .story-header h2,
    .story-deck {
        grid-column: 1;
        grid-row: auto;
    }

    .story-deck {
        max-width: 640px;
    }

    .founder-portrait {
        max-width: 620px;
    }

    .video-control {
        bottom: 2rem;
        right: 1.4rem;
    }

    .story-signature {
        padding-left: 0;
    }

    .section-heading {
        align-items: start;
    }

    .site-footer {
        grid-template-columns: 1fr 1fr;
    }

    .site-footer > p {
        display: none;
    }
}

@media (max-width: 640px) {
    .hero {
        min-height: 780px;
    }

    .hero h1 {
        font-size: clamp(3.45rem, 16.5vw, 5.6rem);
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 1.4rem;
    }

    .section {
        padding-left: 1.4rem;
        padding-right: 1.4rem;
    }

    .intro-film {
        min-height: 670px;
        padding: 5rem 1.4rem 7rem;
    }

    .intro-video {
        object-position: 57% center;
    }

    .film-overlay {
        background: linear-gradient(90deg, rgba(5, 29, 27, 0.85), rgba(5, 29, 27, 0.24)), linear-gradient(0deg, rgba(5, 29, 27, 0.82), transparent 70%);
    }

    .film-content h2 {
        font-size: clamp(3.2rem, 15vw, 5.3rem);
    }

    .story h2,
    .section-heading h2,
    .visit h2 {
        font-size: clamp(3.1rem, 15vw, 4.8rem);
    }

    .dish-grid {
        grid-template-columns: 1fr;
    }

    .story-chapters {
        grid-template-columns: 1fr;
    }

    .founder-portrait {
        box-shadow: 12px 12px 0 var(--saffron);
        margin: 0 12px 12px 0;
    }

    .founder-portrait figcaption {
        bottom: 1rem;
        left: 1rem;
    }

    .dish-card-featured {
        grid-column: auto;
    }

    .dish-card-featured .dish-image-wrap,
    .dish-image-wrap {
        aspect-ratio: 4 / 3;
    }

    .experience {
        min-height: 650px;
        padding: 6rem 1.4rem 9rem;
    }

    .experience blockquote {
        font-size: clamp(3.4rem, 16vw, 5rem);
    }

    .experience-pattern {
        width: 80%;
    }

    .experience-badge {
        bottom: 1.4rem;
        height: 110px;
        right: 1.4rem;
        width: 110px;
    }

    .visit {
        padding-left: 0;
        padding-right: 0;
    }

    .visit-card {
        padding: 4rem 1.4rem;
    }

    .site-footer {
        align-items: start;
        grid-template-columns: 1fr;
        padding: 3rem 1.4rem;
    }

    .footer-meta {
        justify-self: start;
        text-align: left;
    }
}

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

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