@font-face {
    font-family: Fraunces;
    src: url('assets/fraunces-black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Manrope;
    src: url('assets/manrope-latin-ext.woff2') format('woff2');
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
    unicode-range:
        U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304,
        U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020,
        U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: Manrope;
    src: url('assets/manrope-latin.woff2') format('woff2');
    font-weight: 200 800;
    font-style: normal;
    font-display: swap;
    unicode-range:
        U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
        U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191,
        U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
:root {
    --red: #e74525;
    --cream: #f3efdf;
    --ink: #243d32;
    --line: #c9cbbb;
    --type: Fraunces, Georgia, serif;
    --edge: clamp(22px, 5vw, 80px);
}
* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 20px;
}
body {
    margin: 0;
    background: var(--cream);
    color: var(--ink);
    font:
        14px/1.6 Manrope,
        Arial,
        sans-serif;
    -webkit-font-smoothing: antialiased;
}
a {
    color: inherit;
    text-decoration: none;
}
button {
    font: inherit;
}
a,
button,
summary {
    -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: 5px;
}
h1,
h2,
h3,
p,
figure {
    margin: 0;
}
h1,
h2,
h3 {
    font-weight: 900;
}
img {
    display: block;
    width: 100%;
    height: auto;
}
em {
    font-style: italic;
}
::selection {
    background: var(--ink);
    color: var(--cream);
}
.skip-link {
    position: fixed;
    top: -60px;
    left: 16px;
    background: var(--ink);
    color: var(--cream);
    padding: 12px 20px;
    z-index: 99;
}
.skip-link:focus {
    top: 12px;
}
.micro {
    display: block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.2px;
    line-height: 1.6;
}
.site-header {
    display: flex;
    align-items: center;
    gap: 30px;
    min-height: 77px;
    padding: 11px 30px;
    background: var(--cream);
}
.monogram {
    font: 900 39px/0.95 var(--type);
    letter-spacing: -4px;
}
.header-note {
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.7;
}
.site-header nav {
    display: flex;
    align-items: center;
    gap: 39px;
    margin-left: auto;
    font-size: 11px;
    font-weight: 800;
}
.site-header nav a {
    padding: 12px 0;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}
.site-header nav a:hover {
    border-color: var(--red);
}
.site-header nav span {
    font-size: 19px;
    margin-left: 12px;
}
.header-phone {
    display: none;
}
.poster {
    background: var(--red);
    color: var(--cream);
    padding: 19px 27px 0;
    overflow: hidden;
}
.poster-meta {
    display: flex;
    justify-content: space-between;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.25px;
    padding: 0 7px;
}
.poster h1 {
    font-family: var(--type);
    font-size: 17.65vw;
    line-height: 1.12;
    letter-spacing: -0.075em;
    white-space: nowrap;
    text-align: center;
    margin: -0.035em 0 0.015em;
    padding-right: 0.09em;
}
.poster-bottom {
    display: grid;
    grid-template-columns: minmax(0, 2.16fr) minmax(0, 1fr);
    gap: 16px;
}
.cover-photo {
    position: relative;
    min-height: 410px;
    overflow: hidden;
}
.cover-photo > img {
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: 50% 51%;
}
.cover-photo figcaption {
    position: absolute;
    bottom: 17px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--ink);
    background: var(--cream);
    padding: 12px 15px;
    gap: 16px;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.7px;
}
.cover-photo figcaption a {
    font-size: 10px;
    letter-spacing: 0;
}
.cover-photo figcaption a span {
    font-size: 18px;
    margin-left: 17px;
}
.poster-ticket {
    background: var(--cream);
    color: var(--ink);
    padding: 28px 28px 20px;
    display: flex;
    flex-direction: column;
}
.poster-ticket > .micro {
    font-size: 8px;
    letter-spacing: 1px;
}
.poster-ticket h2 {
    font-family: var(--type);
    font-size: clamp(35px, 3.6vw, 59px);
    line-height: 1.01;
    letter-spacing: -2.3px;
    margin-top: 20px;
}
.poster-ticket h2 em {
    color: var(--red);
}
.poster-ticket > p {
    font-size: 11px;
    line-height: 1.85;
    max-width: 260px;
    margin-top: 18px;
}
.ticket-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--ink);
    font-size: 12px;
    font-weight: 800;
    margin-top: 20px;
    padding: 10px 0 13px;
}
.ticket-action > span:last-child {
    font-size: 38px;
    line-height: 1;
    transition: transform 0.2s;
}
.ticket-action:hover > span:last-child {
    transform: translate(3px, 3px);
}
.ticket-rating {
    display: flex;
    align-items: center;
    gap: 17px;
    padding-top: 18px;
    margin-top: auto;
}
.ticket-rating > strong {
    font-size: 30px;
    letter-spacing: -2px;
    line-height: 1;
}
.ticket-rating small {
    font-size: 10px;
    margin-left: 2px;
    letter-spacing: 0;
    font-weight: 500;
}
.ticket-rating > span {
    display: flex;
    flex-direction: column;
    font-size: 8px;
    gap: 3px;
}
.stars {
    color: var(--red);
    letter-spacing: 2px;
    font-size: 12px;
}
.poster-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 19px 7px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.1px;
}
.poster-foot [aria-hidden] {
    font-size: 24px;
    line-height: 1;
}
.menu-section {
    padding: 80px var(--edge) 60px;
}
.menu-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 37px;
}
.menu-heading h2 {
    font-family: var(--type);
    font-size: clamp(60px, 8vw, 120px);
    letter-spacing: -0.065em;
    line-height: 1;
}
.menu-heading h2 > span {
    color: var(--red);
}
.menu-heading > p {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.9;
    padding-bottom: 6px;
}
.menu-board {
    display: grid;
    grid-template-columns: 1fr 1.14fr;
    border-top: 2px solid var(--ink);
    border-bottom: 2px solid var(--ink);
}
.menu-choices {
    padding-right: 40px;
    padding-top: 21px;
}
.dish-choice {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: left;
    gap: 17px;
    padding: 27px 15px 27px 7px;
    cursor: pointer;
    border: 0;
    border-bottom: 1px solid var(--line);
    background: transparent;
    color: var(--ink);
    transition:
        color 0.2s,
        padding-left 0.2s;
}
.dish-choice:hover {
    color: var(--red);
    padding-left: 15px;
}
.dish-choice.active {
    color: var(--red);
}
.dish-number {
    font-size: 10px;
    align-self: flex-start;
    margin-top: 9px;
    font-weight: 700;
}
.dish-choice > span:nth-child(2) {
    min-width: 0;
}
.dish-choice strong {
    font: 900 clamp(29px, 3.25vw, 50px)/1 var(--type);
    letter-spacing: -1.7px;
    display: block;
}
.dish-choice small {
    font-size: 10px;
    color: var(--ink);
    display: block;
    margin-top: 10px;
    line-height: 1.6;
}
.choice-arrow {
    font-size: 29px;
    margin-left: auto;
    opacity: 0;
    transition:
        opacity 0.2s,
        transform 0.2s;
}
.dish-choice.active .choice-arrow,
.dish-choice:hover .choice-arrow {
    opacity: 1;
}
.dish-choice.active .choice-arrow {
    transform: rotate(45deg);
}
.menu-side-note {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 25px 0 20px;
}
.menu-side-note > span {
    font:
        40px/1 Georgia,
        serif;
}
.menu-side-note p {
    font-size: 10px;
    line-height: 1.8;
}
.menu-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
    font-weight: 800;
    padding: 17px 0 23px;
    gap: 20px;
}
.menu-order > span {
    font-size: 24px;
}
.menu-order:hover {
    color: var(--red);
}
.dish-stage {
    padding: 21px 0 0 25px;
    border-left: 1px solid var(--line);
}
.dish-panel[hidden] {
    display: none;
}
.dish-panel > img {
    aspect-ratio: 1.22;
    object-fit: cover;
}
.dish-panel figcaption {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    gap: 22px;
    padding: 23px 0 28px;
}
.dish-panel figcaption .micro {
    font-size: 7px;
    color: var(--red);
    margin-bottom: 6px;
}
.dish-panel h3 {
    font: 900 28px/1.1 var(--type);
    letter-spacing: -1px;
}
.dish-panel figcaption > p {
    font-size: 10px;
    line-height: 1.85;
}
.also-menu {
    display: grid;
    grid-template-columns: 170px 1fr;
    align-items: baseline;
    gap: 20px;
    padding-top: 29px;
}
.also-menu .micro {
    font-size: 8px;
}
.also-menu > p {
    font-family: var(--type);
    font-weight: 900;
    font-size: clamp(17px, 1.9vw, 27px);
    letter-spacing: -0.8px;
    line-height: 1.7;
}
.also-menu > p span {
    font-family: Manrope, sans-serif;
    font-weight: 400;
    color: var(--red);
    margin: 0 8px;
}
.menu-info {
    text-align: right;
    font-size: 8px;
    margin-top: 22px;
}
.menu-info a {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.kitchen-section {
    background: var(--ink);
    color: var(--cream);
    padding: 32px var(--edge) 27px;
}
.kitchen-top {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f3efdf40;
}
.kitchen-top .micro {
    font-size: 8px;
}
.kitchen-story {
    display: grid;
    grid-template-columns: 1.45fr 1fr;
    gap: 8%;
    padding: 51px 0 50px;
}
.kitchen-story h2 {
    font: 900 clamp(65px, 7.6vw, 115px)/0.98 var(--type);
    letter-spacing: -0.065em;
}
.kitchen-story h2 em {
    color: #e9af86;
}
.kitchen-text {
    padding-top: 2px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.big-asterisk {
    font-size: 79px;
    line-height: 1;
    color: #e9af86;
    margin-bottom: 30px;
}
.kitchen-text .kitchen-lead {
    font-size: 21px;
    line-height: 1.45;
    font-weight: 700;
    letter-spacing: -0.6px;
    margin-top: 0;
}
.kitchen-text > p {
    font-size: 12px;
    line-height: 1.9;
    margin-top: 18px;
    max-width: 365px;
    color: #eeeede;
}
.kitchen-text > a {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    border-bottom: 1px solid #f3efdf88;
    padding-bottom: 8px;
    margin-top: 26px;
    font-size: 11px;
    font-weight: 700;
}
.kitchen-text > a span {
    font-size: 23px;
}
.kitchen-text > a:hover {
    color: #e9af86;
}
.kitchen-signoff {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #f3efdf40;
    padding-top: 23px;
    font-size: 9px;
    letter-spacing: 1.2px;
    font-weight: 800;
}
.voices {
    padding: 70px var(--edge);
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 8%;
}
.voices-label h2 {
    font-family: Manrope, sans-serif;
    font-size: 17px;
    letter-spacing: -0.3px;
    line-height: 1.5;
}
.voices-label > a {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 25px;
}
.voices-label > a > strong {
    font-size: 50px;
    letter-spacing: -3px;
    line-height: 1;
}
.voices-label > a > span {
    display: flex;
    flex-direction: column;
    gap: 2px;
    font-size: 8px;
}
.featured-quote blockquote {
    font: 900 clamp(29px, 3vw, 45px)/1.2 var(--type);
    letter-spacing: -1.3px;
    margin: 0;
}
.featured-quote figcaption {
    display: flex;
    gap: 23px;
    font-size: 8px;
    font-weight: 700;
    margin-top: 22px;
}
.featured-quote figcaption > span + span {
    font-size: 7px;
    font-weight: 500;
    letter-spacing: 0.7px;
}
.more-voices {
    margin-top: 28px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.more-voices summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 52px;
    cursor: pointer;
    font-size: 10px;
    font-weight: 700;
    list-style: none;
}
.more-voices summary::-webkit-details-marker {
    display: none;
}
.more-voices summary > span {
    font-size: 23px;
    font-weight: 400;
    transition: transform 0.2s;
}
.more-voices[open] summary > span {
    transform: rotate(45deg);
}
.more-voices figure {
    padding: 18px 0 23px;
    border-top: 1px solid var(--line);
}
.more-voices blockquote {
    font-size: 13px;
    line-height: 1.9;
    margin: 0 0 12px;
}
.more-voices figcaption {
    font-size: 9px;
    font-weight: 700;
}
.quote-source {
    font-size: 7px;
    margin-top: 13px;
}
.visit {
    background: var(--red);
    color: var(--cream);
    padding: 43px var(--edge) 42px;
}
.visit-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
.visit-heading h2 {
    font: 900 clamp(78px, 10.9vw, 160px)/0.94 var(--type);
    letter-spacing: -0.075em;
}
.visit-arrow {
    font-family: Arial, sans-serif;
    font-size: clamp(110px, 17vw, 260px);
    line-height: 1;
    margin-right: 20px;
    transition: transform 0.25s;
}
.visit-arrow:hover {
    transform: translate(10px, -10px);
}
.visit-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr 0.9fr;
    gap: 50px;
    margin-top: 45px;
    padding-top: 28px;
    border-top: 1px solid #f3efdf77;
}
.visit-bottom .micro {
    font-size: 8px;
}
address {
    font-style: normal;
    font-size: 12px;
    line-height: 1.85;
    margin-top: 17px;
}
.visit-address > a {
    display: inline-flex;
    align-items: center;
    gap: 33px;
    margin-top: 17px;
    border-bottom: 1px solid #f3efdf88;
    padding-bottom: 6px;
    font-size: 10px;
    font-weight: 800;
}
.visit-address > a span {
    font-size: 22px;
}
.visit-call > a {
    display: block;
    font: 900 clamp(30px, 3.5vw, 49px)/1.08 var(--type);
    letter-spacing: -1.6px;
    margin-top: 15px;
}
.visit-call > a span {
    font:
        35px Arial,
        sans-serif;
    display: inline-block;
    margin-left: 20px;
}
.visit-extras {
    padding-top: 1px;
}
.visit-extras > p {
    font: 900 24px/1.15 var(--type);
    letter-spacing: -0.8px;
}
.visit-extras > span {
    font-size: 9px;
    display: block;
    margin-top: 15px;
}
.visit-extras > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #f3efdf;
    padding: 11px 15px;
    font-size: 10px;
    font-weight: 800;
    margin-top: 22px;
    gap: 18px;
}
.visit-extras > a span {
    font-size: 23px;
}
.visit-extras > a:hover {
    background: var(--cream);
    color: var(--red);
}
.footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px var(--edge);
    font-size: 8px;
    font-weight: 700;
    letter-spacing: 0.6px;
}
.footer .monogram {
    font-size: 40px;
}
.credit {
    letter-spacing: 0;
    font-size: 9px;
}
.mobile-actions {
    display: none;
}
@media (min-width: 1600px) {
    .poster h1 {
        font-size: 280px;
    }
    .poster-bottom {
        max-width: 1500px;
        margin: 0 auto;
    }
    .poster-meta,
    .poster-foot {
        max-width: 1500px;
        margin: 0 auto;
    }
    .cover-photo {
        min-height: 510px;
    }
    .poster-ticket {
        padding: 35px 40px;
    }
    .menu-section,
    .kitchen-section,
    .voices,
    .visit {
        padding-left: max(var(--edge), calc((100vw - 1440px) / 2));
        padding-right: max(var(--edge), calc((100vw - 1440px) / 2));
    }
}
@media (max-width: 1050px) {
    .poster {
        padding-left: 20px;
        padding-right: 20px;
    }
    .poster-ticket {
        padding: 23px 20px 20px;
    }
    .poster-ticket h2 {
        font-size: 39px;
        letter-spacing: -1.7px;
    }
    .poster-ticket > .micro {
        font-size: 6px;
    }
    .poster-ticket > p {
        font-size: 10px;
    }
    .poster-bottom {
        grid-template-columns: 1.8fr 1fr;
    }
    .cover-photo {
        min-height: 390px;
    }
    .ticket-action {
        margin-top: 10px;
        font-size: 11px;
    }
    .ticket-rating {
        gap: 11px;
    }
    .poster-meta {
        font-size: 7px;
        letter-spacing: 0.8px;
    }
    .menu-choices {
        padding-right: 25px;
    }
    .dish-choice {
        gap: 10px;
        padding-top: 23px;
        padding-bottom: 23px;
    }
    .dish-choice strong {
        font-size: 34px;
    }
    .dish-choice small {
        font-size: 9px;
    }
    .choice-arrow {
        font-size: 23px;
    }
    .dish-stage {
        padding-left: 20px;
    }
    .dish-panel > img {
        aspect-ratio: 1;
    }
    .dish-panel figcaption {
        grid-template-columns: 1fr;
        gap: 13px;
        padding-top: 18px;
    }
    .dish-panel h3 {
        font-size: 27px;
    }
    .also-menu {
        grid-template-columns: 140px 1fr;
    }
    .also-menu > p {
        font-size: 21px;
    }
    .kitchen-story {
        grid-template-columns: 1.22fr 1fr;
        gap: 7%;
    }
    .kitchen-story h2 {
        font-size: 79px;
    }
    .big-asterisk {
        font-size: 62px;
        margin-bottom: 22px;
    }
    .kitchen-text .kitchen-lead {
        font-size: 19px;
    }
    .kitchen-text > p {
        font-size: 11px;
    }
    .visit-bottom {
        gap: 30px;
    }
    .visit-extras > p {
        font-size: 21px;
    }
    .voices {
        gap: 5%;
    }
    .voices-label > a {
        gap: 10px;
    }
    .voices-label > a > strong {
        font-size: 43px;
    }
    .voices-label .stars {
        font-size: 10px;
        letter-spacing: 1px;
    }
}
@media (max-width: 760px) {
    .site-header {
        gap: 20px;
        padding-left: 22px;
        padding-right: 22px;
    }
    .site-header nav {
        gap: 21px;
        font-size: 10px;
    }
    .header-note {
        display: none;
    }
    .poster-bottom {
        grid-template-columns: 1.4fr 1fr;
    }
    .poster-ticket h2 {
        font-size: 35px;
    }
    .poster-meta > span:nth-child(2) {
        display: none;
    }
    .poster h1 {
        font-size: 17vw;
        line-height: 1.2;
    }
    .cover-photo {
        min-height: 350px;
    }
    .cover-photo figcaption {
        left: 12px;
        right: 12px;
        bottom: 12px;
        padding: 9px 10px;
        gap: 12px;
    }
    .cover-photo figcaption > span {
        font-size: 6px;
    }
    .cover-photo figcaption a {
        font-size: 8px;
    }
    .cover-photo figcaption a span {
        margin-left: 7px;
        font-size: 15px;
    }
    .poster-ticket {
        padding: 20px 17px 16px;
    }
    .poster-ticket h2 {
        margin-top: 17px;
    }
    .poster-ticket > p {
        font-size: 9px;
        margin-top: 13px;
    }
    .ticket-rating > strong {
        font-size: 25px;
    }
    .ticket-rating > span {
        font-size: 7px;
    }
    .ticket-rating .stars {
        font-size: 10px;
    }
    .poster-foot {
        font-size: 7px;
        letter-spacing: 0.6px;
    }
    .poster-foot [aria-hidden] {
        font-size: 20px;
    }
    .menu-section {
        padding-top: 55px;
        padding-bottom: 43px;
    }
    .menu-heading h2 {
        font-size: 65px;
    }
    .menu-heading > p {
        font-size: 9px;
    }
    .menu-board {
        grid-template-columns: 1fr 1fr;
    }
    .menu-choices {
        padding-right: 18px;
        padding-top: 15px;
    }
    .dish-choice strong {
        font-size: 29px;
        letter-spacing: -1.5px;
    }
    .dish-choice {
        padding-left: 0;
        padding-right: 0;
        gap: 9px;
    }
    .dish-choice:hover {
        padding-left: 0;
    }
    .dish-number {
        font-size: 8px;
        margin-top: 5px;
    }
    .dish-choice small {
        font-size: 8px;
    }
    .choice-arrow {
        font-size: 20px;
    }
    .dish-stage {
        padding-left: 16px;
        padding-top: 15px;
    }
    .dish-panel figcaption > p {
        font-size: 9px;
    }
    .dish-panel h3 {
        font-size: 25px;
    }
    .menu-side-note p {
        font-size: 9px;
    }
    .menu-side-note {
        gap: 10px;
    }
    .menu-order {
        font-size: 9px;
    }
    .also-menu {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .also-menu > p {
        font-size: 23px;
    }
    .menu-info {
        text-align: left;
    }
    .kitchen-story h2 {
        font-size: 65px;
    }
    .kitchen-text .kitchen-lead {
        font-size: 18px;
    }
    .kitchen-text > p {
        font-size: 10px;
    }
    .kitchen-story {
        gap: 6%;
    }
    .big-asterisk {
        font-size: 53px;
    }
    .kitchen-top .micro {
        font-size: 6px;
    }
    .kitchen-signoff {
        font-size: 7px;
    }
    .voices {
        grid-template-columns: 1fr 1.65fr;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .voices-label h2 {
        font-size: 15px;
    }
    .voices-label > a {
        display: block;
    }
    .voices-label > a > span {
        margin-top: 7px;
    }
    .featured-quote blockquote {
        font-size: 30px;
    }
    .featured-quote figcaption {
        flex-direction: column;
        gap: 3px;
    }
    .visit-bottom {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    .visit-extras {
        grid-column: 1/-1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 25px;
        padding-top: 23px;
        border-top: 1px solid #f3efdf77;
    }
    .visit-extras > span {
        margin: 0;
        font-size: 8px;
    }
    .visit-extras > a {
        margin: 0;
    }
    .visit-extras > p {
        font-size: 20px;
    }
    .visit-arrow {
        margin-right: 0;
    }
    .footer {
        font-size: 6px;
    }
    .credit {
        font-size: 8px;
    }
}
@media (max-width: 540px) {
    body {
        padding-bottom: 56px;
    }
    .site-header {
        min-height: 65px;
        padding: 11px 19px;
        gap: 20px;
    }
    .site-header .monogram {
        font-size: 35px;
    }
    .site-header nav {
        gap: 20px;
        font-size: 9px;
    }
    .site-header nav a:nth-child(2) {
        display: none;
    }
    .site-header nav span {
        font-size: 16px;
        margin-left: 5px;
    }
    .poster {
        padding: 15px 14px 0;
    }
    .poster-meta {
        font-size: 6px;
        letter-spacing: 0.7px;
        padding: 0 3px;
    }
    .poster h1 {
        font-size: 17.5vw;
        margin-top: 8px;
        margin-bottom: 11px;
        line-height: 1.12;
        letter-spacing: -0.075em;
    }
    .poster-bottom {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .cover-photo {
        min-height: 0;
        height: 74vw;
        max-height: 410px;
    }
    .cover-photo > img {
        object-position: 50% 53%;
    }
    .cover-photo figcaption {
        left: 13px;
        right: 13px;
        bottom: 13px;
        padding: 8px 11px;
    }
    .cover-photo figcaption > span {
        font-size: 7px;
    }
    .cover-photo figcaption a {
        font-size: 9px;
    }
    .poster-ticket {
        padding: 24px 20px 19px;
        display: grid;
        grid-template-columns: 1.3fr 1fr;
        column-gap: 20px;
    }
    .poster-ticket > .micro {
        font-size: 7px;
        grid-column: 1/-1;
        letter-spacing: 1px;
    }
    .poster-ticket h2 {
        font-size: 39px;
        letter-spacing: -1.7px;
        margin-top: 13px;
        grid-row: 2/4;
    }
    .poster-ticket h2 br:nth-of-type(2) {
        display: none;
    }
    .poster-ticket h2 em {
        display: block;
    }
    .poster-ticket > p {
        font-size: 9px;
        line-height: 1.8;
        margin-top: 15px;
    }
    .ticket-action {
        font-size: 10px;
        gap: 8px;
        margin-top: 7px;
        padding: 3px 0 6px;
        align-self: end;
    }
    .ticket-action > span:last-child {
        font-size: 30px;
    }
    .ticket-rating {
        grid-column: 1/-1;
        border-top: 1px solid var(--line);
        margin-top: 20px;
        padding-top: 13px;
        gap: 15px;
    }
    .ticket-rating > strong {
        font-size: 25px;
    }
    .ticket-rating > span {
        flex-direction: row;
        align-items: center;
        gap: 10px;
        font-size: 8px;
    }
    .ticket-rating .stars {
        font-size: 10px;
        letter-spacing: 1px;
    }
    .poster-foot {
        padding: 14px 3px;
        gap: 9px;
        font-size: 6px;
        letter-spacing: 0.25px;
    }
    .poster-foot > span:nth-child(3) {
        display: none;
    }
    .poster-foot > span:nth-child(4) {
        display: none;
    }
    .poster-foot [aria-hidden] {
        font-size: 17px;
    }
    .menu-section {
        padding-top: 43px;
        padding-bottom: 35px;
    }
    .menu-heading {
        display: block;
        margin-bottom: 25px;
    }
    .menu-heading h2 {
        font-size: clamp(53px, 14vw, 74px);
        letter-spacing: -0.065em;
    }
    .menu-heading > p {
        font-size: 10px;
        margin-top: 13px;
        line-height: 1.7;
    }
    .menu-heading > p br {
        display: none;
    }
    .menu-board {
        display: flex;
        flex-direction: column;
        border-top: 2px solid var(--ink);
    }
    .menu-choices {
        padding: 0;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .dish-choice {
        padding: 18px 4px 17px;
        display: block;
        border-bottom: 1px solid var(--line);
        text-align: left;
        position: relative;
    }
    .dish-choice:hover {
        padding-left: 4px;
    }
    .dish-choice strong {
        font-size: clamp(15px, 4.5vw, 24px);
        letter-spacing: -0.75px;
    }
    .dish-number {
        display: block;
        margin-top: 0;
        margin-bottom: 8px;
        font-size: 8px;
    }
    .dish-choice small {
        display: none;
    }
    .choice-arrow {
        display: none;
    }
    .dish-choice.active {
        border-bottom: 3px solid var(--red);
    }
    .menu-side-note {
        grid-column: 1/-1;
        display: none;
    }
    .menu-order {
        grid-column: 1/-1;
        grid-row: 2;
        font-size: 10px;
        padding: 14px 0 15px;
    }
    .menu-order > span {
        font-size: 21px;
    }
    .dish-stage {
        padding: 0;
        border-left: 0;
    }
    .dish-panel > img {
        aspect-ratio: 1.13;
    }
    .dish-panel figcaption {
        display: grid;
        grid-template-columns: 1fr 1.1fr;
        gap: 19px;
        padding: 20px 0 22px;
    }
    .dish-panel figcaption .micro {
        font-size: 6px;
        letter-spacing: 0.7px;
    }
    .dish-panel h3 {
        font-size: 24px;
        letter-spacing: -1px;
    }
    .dish-panel figcaption > p {
        font-size: 9px;
        line-height: 1.85;
    }
    .also-menu {
        padding-top: 23px;
        gap: 7px;
    }
    .also-menu .micro {
        font-size: 7px;
    }
    .also-menu > p {
        font-size: 21px;
        line-height: 1.8;
        letter-spacing: -0.75px;
    }
    .also-menu > p span {
        margin: 0 4px;
    }
    .menu-info {
        font-size: 8px;
        line-height: 1.9;
        margin-top: 16px;
    }
    .kitchen-section {
        padding-top: 25px;
        padding-bottom: 22px;
    }
    .kitchen-top {
        gap: 10px;
        padding-bottom: 19px;
    }
    .kitchen-top .micro {
        font-size: 6px;
        letter-spacing: 0.6px;
        max-width: 145px;
    }
    .kitchen-top .micro:last-child {
        text-align: right;
        max-width: 120px;
    }
    .kitchen-story {
        grid-template-columns: 1fr;
        padding-top: 33px;
        padding-bottom: 33px;
        gap: 25px;
    }
    .kitchen-story h2 {
        font-size: clamp(65px, 17vw, 87px);
        letter-spacing: -0.065em;
        line-height: 1.01;
    }
    .kitchen-story h2 br:nth-of-type(1) {
        display: none;
    }
    .kitchen-story h2 em br {
        display: none;
    }
    .kitchen-story h2 em {
        display: block;
    }
    .kitchen-text {
        padding-top: 0;
        position: relative;
    }
    .big-asterisk {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 44px;
    }
    .kitchen-text .kitchen-lead {
        font-size: 20px;
        padding-right: 40px;
        line-height: 1.45;
    }
    .kitchen-text > p {
        font-size: 11px;
        line-height: 1.9;
        max-width: none;
        margin-top: 16px;
    }
    .kitchen-text > a {
        font-size: 10px;
        margin-top: 20px;
    }
    .kitchen-signoff {
        font-size: 6px;
        gap: 10px;
        letter-spacing: 0.45px;
        padding-top: 19px;
    }
    .voices {
        grid-template-columns: 1fr;
        padding-top: 38px;
        padding-bottom: 36px;
        gap: 26px;
    }
    .voices-label {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }
    .voices-label h2 {
        font-size: 15px;
        line-height: 1.5;
    }
    .voices-label > a {
        margin: 0;
        display: flex;
        gap: 10px;
    }
    .voices-label > a > strong {
        font-size: 40px;
    }
    .voices-label > a > span {
        font-size: 7px;
        margin: 0;
        gap: 2px;
    }
    .voices-label .stars {
        font-size: 9px;
    }
    .featured-quote blockquote {
        font-size: 33px;
        letter-spacing: -1.4px;
        line-height: 1.18;
    }
    .featured-quote figcaption {
        margin-top: 18px;
        flex-direction: row;
        gap: 18px;
        font-size: 7px;
    }
    .featured-quote figcaption > span + span {
        font-size: 6px;
    }
    .more-voices {
        margin-top: 23px;
    }
    .quote-source {
        font-size: 7px;
        line-height: 1.8;
    }
    .visit {
        padding-top: 34px;
        padding-bottom: 31px;
    }
    .visit-heading {
        gap: 10px;
    }
    .visit-heading h2 {
        font-size: clamp(65px, 17.5vw, 95px);
        letter-spacing: -0.075em;
        line-height: 0.98;
    }
    .visit-arrow {
        font-size: 86px;
        align-self: flex-start;
        margin-top: 1px;
    }
    .visit-bottom {
        margin-top: 28px;
        padding-top: 24px;
        gap: 22px 17px;
        grid-template-columns: 1.15fr 1fr;
    }
    .visit-bottom .micro {
        font-size: 6px;
        letter-spacing: 0.7px;
    }
    address {
        font-size: 10px;
        line-height: 1.9;
        margin-top: 13px;
    }
    .visit-address > a {
        font-size: 9px;
        margin-top: 13px;
        gap: 21px;
    }
    .visit-call > a {
        font-size: 29px;
        letter-spacing: -1.2px;
        margin-top: 16px;
    }
    .visit-call > a span {
        font-size: 25px;
        margin-left: 12px;
    }
    .visit-extras {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 13px 20px;
        padding-top: 22px;
    }
    .visit-extras > p {
        font-size: 21px;
    }
    .visit-extras > span {
        grid-column: 1;
        grid-row: 2;
        font-size: 7px;
    }
    .visit-extras > a {
        grid-row: 1/3;
        grid-column: 2;
        font-size: 9px;
        align-self: center;
        padding: 10px 12px;
    }
    .visit-extras > a span {
        font-size: 20px;
    }
    .footer {
        padding: 21px var(--edge);
        flex-wrap: wrap;
        gap: 15px;
        font-size: 6px;
        letter-spacing: 0.3px;
    }
    .footer .monogram {
        font-size: 34px;
        margin-right: 5px;
    }
    .footer > span:nth-of-type(2) {
        display: none;
    }
    .credit {
        font-size: 8px;
        margin-left: auto;
    }
    .mobile-actions {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        background: var(--cream);
        color: var(--ink);
        border-top: 1px solid var(--ink);
        padding-bottom: env(safe-area-inset-bottom);
        z-index: 50;
    }
    .mobile-actions a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 14px 22px;
        gap: 20px;
        min-height: 55px;
        font-size: 10px;
        font-weight: 800;
    }
    .mobile-actions a + a {
        background: var(--ink);
        color: var(--cream);
    }
    .mobile-actions a > span {
        font-size: 20px;
        line-height: 1;
    }
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
    *,
    *:before,
    *:after {
        animation: none !important;
        transition: none !important;
    }
}
