:root {
    --son-ink: #121211;
    --son-ink-soft: #1c1c19;
    --son-paper: #eeeae0;
    --son-paper-deep: #dfd9cb;
    --son-accent: #e1b51f;
    --son-accent-dark: #9e7900;
    --son-line-light: rgba(255, 255, 255, .18);
    --son-line-dark: rgba(18, 18, 17, .2);
    --son-side: clamp(1.25rem, 5vw, 6rem);
    --son-content: 1440px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 5.5rem;
}

body.son-page {
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    background: var(--son-ink);
    color: var(--son-paper);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

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

.son-page a {
    color: inherit;
    text-decoration: none;
}

.son-page a:focus-visible,
.son-page button:focus-visible {
    outline: 2px solid var(--son-accent);
    outline-offset: 4px;
}

.son-skip-link {
    position: fixed;
    top: -5rem;
    left: 1rem;
    z-index: 120;
    padding: .75rem 1rem;
    background: var(--son-paper);
    color: var(--son-ink) !important;
    transition: top .2s ease;
}

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

.son-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: minmax(150px, 1fr) auto minmax(150px, 1fr);
    align-items: center;
    width: 100%;
    padding: 1.25rem var(--son-side);
    border-bottom: 1px solid rgba(255, 255, 255, .28);
    color: #fff;
}

.son-header-brand {
    display: flex;
    align-items: center;
    justify-self: start;
    gap: 1rem;
}

.son-header-brand img {
    width: 72px;
    height: 34px;
    object-fit: contain;
}

.son-header-brand span {
    font-size: .66rem;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.son-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1.25rem, 2.4vw, 2.75rem);
}

.son-navigation a,
.son-footer-links a {
    position: relative;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: .73rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.son-navigation a::after,
.son-footer-links a::after {
    position: absolute;
    right: 0;
    bottom: -.4rem;
    left: 0;
    height: 1px;
    background: currentColor;
    content: "";
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .25s ease;
}

.son-navigation a:hover::after,
.son-footer-links a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.son-button {
    display: inline-flex;
    min-height: 3.25rem;
    align-items: center;
    justify-content: center;
    padding: .85rem 1.6rem;
    border: 1px solid currentColor;
    border-radius: 0;
    background: transparent;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    transition: background .25s ease, border-color .25s ease, color .25s ease;
}

.son-button-header {
    justify-self: end;
    min-height: 2.7rem;
    padding: .65rem 1.25rem;
}

.son-button-header:hover,
.son-button-primary,
.son-button-light:hover {
    border-color: var(--son-accent);
    background: var(--son-accent);
    color: var(--son-ink) !important;
}

.son-button-primary:hover {
    border-color: #fff;
    background: #fff;
}

.son-button-light {
    border-color: rgba(255, 255, 255, .65);
    color: #fff !important;
}

.son-nav-toggle {
    display: none;
}

.son-hero {
    position: relative;
    display: flex;
    min-height: 720px;
    height: 100vh;
    height: 100svh;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 9rem var(--son-side) 5rem;
    background-color: #282722;
    background-image: url("/Views/Resources/restaurant/newfondsiteson1.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    isolation: isolate;
}

.son-hero-shade {
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(8, 8, 8, .68) 0%, rgba(8, 8, 8, .28) 54%, rgba(8, 8, 8, .58) 100%),
        linear-gradient(0deg, rgba(8, 8, 8, .62) 0%, transparent 52%, rgba(8, 8, 8, .36) 100%);
}

.son-hero-content {
    width: min(760px, 100%);
    margin-right: 15%;
}

.son-kicker,
.son-eyebrow {
    margin: 0 0 1.5rem;
    color: var(--son-accent);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
}

.son-hero-logo {
    width: min(220px, 46vw);
    height: auto;
    margin: 0 0 1.35rem;
}

.son-hero h1 {
    max-width: 800px;
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.2rem, 6.2vw, 6.6rem);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: .9;
    text-transform: none;
}

.son-hero-intro {
    margin: 2rem 0 0;
    color: rgba(255, 255, 255, .88);
    font-size: clamp(1rem, 1.4vw, 1.3rem);
    line-height: 1.55;
}

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

.son-text-link {
    padding: .6rem 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .55);
    border-radius: 0;
    background: transparent;
    font-size: .76rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.son-text-link span {
    margin-left: .5rem;
    color: var(--son-accent);
}

.son-hero-address {
    position: absolute;
    right: var(--son-side);
    bottom: 2rem;
    margin: 0;
    color: rgba(255, 255, 255, .72);
    font-size: .68rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
}

.son-gift {
    display: grid;
    grid-template-columns: 1.15fr .85fr auto;
    align-items: center;
    gap: clamp(2rem, 5vw, 5rem);
    padding: 3.25rem var(--son-side);
    background: var(--son-accent);
    color: var(--son-ink);
}

.son-gift-kicker {
    margin: 0 0 .55rem;
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.son-gift h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 3.3vw, 3.7rem);
    font-weight: 400;
    letter-spacing: -.04em;
    line-height: 1;
}

.son-gift > p {
    max-width: 440px;
    margin: 0;
    font-size: .96rem;
    line-height: 1.65;
}

.son-gift-link {
    display: inline-flex;
    min-height: 3.25rem;
    align-items: center;
    justify-content: center;
    padding: .8rem 1.4rem;
    border: 1px solid var(--son-ink);
    color: var(--son-ink) !important;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .13em;
    text-align: center;
    text-transform: uppercase;
    transition: background .2s ease, color .2s ease;
}

.son-gift-link:hover {
    background: var(--son-ink);
    color: #fff !important;
}

.son-manifesto {
    position: relative;
    display: grid;
    grid-template-columns: minmax(260px, .85fr) minmax(360px, 1.15fr);
    gap: clamp(3rem, 9vw, 10rem);
    max-width: var(--son-content);
    margin: 0 auto;
    padding: clamp(7rem, 12vw, 12rem) var(--son-side);
    background: var(--son-paper);
    color: var(--son-ink);
    isolation: isolate;
}

.son-manifesto::before,
.son-place::before {
    position: absolute;
    inset: 0 -100vw;
    z-index: -1;
    background: var(--son-paper);
    content: "";
}

.son-section-index {
    position: absolute;
    top: 5rem;
    left: var(--son-side);
    color: rgba(18, 18, 17, .28);
    font-size: .7rem;
    letter-spacing: .18em;
}

.son-manifesto h2,
.son-menu-intro h2,
.son-place-copy h2,
.son-gesture h2,
.son-chef-copy h2,
.son-rhythm h2,
.son-practical h2 {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 5.5vw, 6.2rem);
    font-weight: 400;
    letter-spacing: -.055em;
    line-height: .95;
}

.son-manifesto-copy {
    max-width: 660px;
    padding-top: 4.5rem;
}

.son-manifesto-copy > p,
.son-place-copy > p,
.son-chef-copy > p {
    margin: 0 0 1.4rem;
    color: #46443e;
    font-size: clamp(1rem, 1.3vw, 1.17rem);
    line-height: 1.75;
}

.son-lead {
    color: var(--son-ink) !important;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.45rem, 2.5vw, 2.2rem) !important;
    line-height: 1.38 !important;
}

.son-manifesto-signature {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    margin-top: 3rem;
}

.son-manifesto-signature span {
    width: 5rem;
    height: 1px;
    background: var(--son-accent-dark);
}

.son-manifesto-signature p {
    max-width: 420px;
    margin: 0;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.6;
    text-transform: uppercase;
}

.son-plates {
    display: grid;
    grid-template-columns: 1.08fr .78fr .9fr;
    align-items: start;
    gap: clamp(1rem, 2.5vw, 2.5rem);
    max-width: var(--son-content);
    margin: 0 auto;
    padding: clamp(5rem, 9vw, 9rem) var(--son-side);
}

.son-plate {
    margin: 0;
}

.son-plate picture {
    display: block;
    overflow: hidden;
    background: #292925;
}

.son-plate img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s cubic-bezier(.2, .7, .2, 1);
}

.son-plate:hover img {
    transform: scale(1.025);
}

.son-plate-tall picture {
    aspect-ratio: 2 / 3;
}

.son-plate-offset {
    margin-top: 11rem;
}

.son-plate-offset picture {
    aspect-ratio: 3 / 4;
}

.son-plate-wide picture {
    aspect-ratio: 4 / 5;
}

.son-plate figcaption,
.son-gesture figcaption {
    display: flex;
    align-items: center;
    gap: .8rem;
    margin-top: 1rem;
    color: rgba(255, 255, 255, .58);
    font-size: .66rem;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.son-plate figcaption::before,
.son-gesture figcaption::before {
    width: 2.5rem;
    height: 1px;
    background: var(--son-accent);
    content: "";
}

.son-menu-section {
    position: relative;
    padding: clamp(6rem, 11vw, 11rem) var(--son-side);
    overflow: hidden;
    background: #171714;
    color: #fff;
}

.son-menu-section::before {
    position: absolute;
    top: 5%;
    right: -10rem;
    width: 32rem;
    height: 32rem;
    border: 1px solid rgba(225, 181, 31, .18);
    border-radius: 50%;
    content: "";
}

.son-menu-intro {
    position: relative;
    display: grid;
    grid-template-columns: 1fr .8fr;
    gap: 6rem;
    max-width: var(--son-content);
    margin: 0 auto clamp(5rem, 8vw, 8rem);
}

.son-menu-intro > p {
    max-width: 520px;
    margin: 5rem 0 0;
    color: rgba(255, 255, 255, .7);
    font-size: 1.08rem;
    line-height: 1.8;
}

.son-menu-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: var(--son-content);
    margin: 0 auto;
    border-top: 1px solid var(--son-line-light);
}

.son-menu-panel {
    padding: 3.5rem clamp(1.5rem, 5vw, 5rem) 4rem 0;
}

.son-menu-panel-evening {
    padding-right: 0;
    padding-left: clamp(1.5rem, 5vw, 5rem);
    border-left: 1px solid var(--son-line-light);
}

.son-menu-panel > h3 {
    margin: 0 0 3rem;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.3rem, 4vw, 4.4rem);
    font-weight: 400;
    letter-spacing: -.04em;
    text-transform: none;
}

.son-menu-panel .menu-offer {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: baseline;
    gap: 1rem;
    margin: 0;
    padding: 1.15rem 0;
    border-top: 1px solid var(--son-line-light);
}

.son-menu-panel .menu-offer h4 {
    margin: 0;
    color: #fff;
    font-size: .82rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.son-menu-panel .menu-offer .price {
    margin: 0;
    color: var(--son-accent);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
}

.son-menu-panel > h4 {
    margin: 2.2rem 0 .25rem;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
    font-weight: 400;
    letter-spacing: -.01em;
}

.son-menu-panel > h4 + p {
    margin: 0;
    color: rgba(255, 255, 255, .58);
    font-size: .96rem;
    line-height: 1.6;
}

.son-menu-panel .menu-choice {
    margin: 1.2rem 0 -1.1rem;
    color: var(--son-accent);
    font-family: Georgia, "Times New Roman", serif;
    font-size: .9rem;
    font-style: italic;
}

.son-menu-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    max-width: var(--son-content);
    margin: 3rem auto 0;
    padding-top: 2rem;
    border-top: 1px solid var(--son-line-light);
}

.son-menu-footer .menu-notice {
    max-width: 700px;
    margin: 0;
    padding: 0;
}

.son-menu-footer .menu-notice p {
    margin: 0;
    color: rgba(255, 255, 255, .5);
    font-size: .8rem;
    font-style: italic;
}

.son-place {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
    gap: clamp(3rem, 8vw, 9rem);
    max-width: var(--son-content);
    margin: 0 auto;
    padding: clamp(7rem, 12vw, 12rem) var(--son-side);
    background: var(--son-paper);
    color: var(--son-ink);
    isolation: isolate;
}

.son-place-gallery {
    position: relative;
    min-height: 760px;
}

.son-place-gallery figure {
    margin: 0;
    overflow: hidden;
    background: #d0c9bc;
}

.son-place-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.son-place-main {
    position: absolute;
    top: 0;
    right: 10%;
    left: 0;
    height: 61%;
}

.son-place-secondary {
    position: absolute;
    right: 0;
    bottom: 6%;
    width: 42%;
    height: 47%;
    border: .65rem solid var(--son-paper);
}

.son-place-tertiary {
    position: absolute;
    bottom: 0;
    left: 8%;
    width: 29%;
    height: 35%;
    border: .65rem solid var(--son-paper);
}

.son-place-copy {
    align-self: center;
}

.son-place-copy h2 {
    margin-bottom: 3rem;
}

.son-gesture {
    max-width: var(--son-content);
    margin: 0 auto;
    padding: clamp(6rem, 10vw, 10rem) var(--son-side);
}

.son-gesture-heading {
    display: grid;
    grid-template-columns: .6fr 1.4fr;
    align-items: end;
    gap: 3rem;
    margin-bottom: 5rem;
}

.son-gesture-heading .son-eyebrow {
    margin-bottom: .5rem;
}

.son-gesture-grid {
    display: grid;
    grid-template-columns: .72fr 1fr .86fr;
    align-items: start;
    gap: clamp(1rem, 2.5vw, 2.5rem);
}

.son-gesture figure {
    margin: 0;
}

.son-gesture figure:nth-child(2) {
    margin-top: 7rem;
}

.son-gesture picture {
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #252521;
}

.son-gesture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.son-chef {
    display: grid;
    grid-template-columns: minmax(320px, .85fr) minmax(360px, 1.15fr);
    min-height: 900px;
    background: #20201d;
    color: #fff;
}

.son-chef-portrait {
    position: relative;
    min-height: 750px;
}

.son-chef-portrait picture,
.son-chef-portrait img {
    width: 100%;
    height: 100%;
}

.son-chef-portrait img {
    object-fit: cover;
    object-position: center top;
    filter: grayscale(100%);
}

.son-chef-portrait::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .44), transparent 35%);
    content: "";
}

.son-chef-portrait > p {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    z-index: 1;
    margin: 0;
    color: #fff;
    font-size: .66rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
}

.son-chef-copy {
    align-self: center;
    max-width: 780px;
    padding: 7rem clamp(2rem, 8vw, 9rem);
}

.son-chef-copy h2 {
    margin-bottom: 3rem;
}

.son-chef-copy > p {
    color: rgba(255, 255, 255, .63);
}

.son-chef-copy .son-lead {
    color: #fff !important;
}

.son-chef blockquote {
    position: relative;
    margin: 3rem 0 0;
    padding: 2rem 0 0 3rem;
    border-top: 1px solid var(--son-line-light);
    color: var(--son-accent);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.28rem;
    font-style: italic;
    line-height: 1.6;
}

.son-chef blockquote::before {
    position: absolute;
    top: 1.15rem;
    left: 0;
    color: rgba(225, 181, 31, .45);
    content: "“";
    font-size: 4rem;
}

.son-rhythm {
    display: grid;
    grid-template-columns: minmax(250px, .65fr) minmax(0, 1.35fr);
    gap: clamp(4rem, 9vw, 10rem);
    max-width: var(--son-content);
    margin: 0 auto;
    padding: clamp(7rem, 11vw, 11rem) var(--son-side);
}

.son-rhythm-intro {
    position: sticky;
    top: 7rem;
    align-self: start;
}

.son-rhythm-intro > p:last-child {
    max-width: 390px;
    margin-top: 2.5rem;
    color: rgba(255, 255, 255, .6);
}

.son-rhythm-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(2rem, 4vw, 4.5rem);
}

.son-rhythm-column {
    min-width: 0;
}

.son-rhythm-column > .hours-service {
    margin: 0 0 .45rem;
    color: var(--son-accent);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.son-rhythm-column > h2 {
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 1.3;
}

.son-rhythm-column > .hours-note {
    margin: .5rem 0 0;
    color: rgba(255, 255, 255, .45);
    font-size: .78rem;
    font-style: italic;
}

.son-rhythm .hours-timeline {
    margin-top: 2.6rem;
    padding-left: 1.5rem;
    border-left: 1px solid rgba(225, 181, 31, .38);
}

.son-rhythm .hours-timeline-item {
    position: relative;
    padding: 0 0 2rem 1rem;
}

.son-rhythm .hours-timeline-item::before {
    position: absolute;
    top: .42rem;
    left: -1.83rem;
    width: .65rem;
    height: .65rem;
    border: 2px solid var(--son-ink);
    border-radius: 50%;
    background: var(--son-accent);
    box-shadow: 0 0 0 1px var(--son-accent);
    content: "";
}

.son-rhythm .hours-timeline h3 {
    margin: 0 0 .35rem;
    color: #fff;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.son-rhythm .hours-timeline p {
    margin: 0;
    color: rgba(255, 255, 255, .56);
    font-size: .88rem;
    line-height: 1.65;
}

.son-practical {
    padding: clamp(7rem, 11vw, 11rem) var(--son-side) 0;
    background: var(--son-paper);
    color: var(--son-ink);
}

.son-practical-heading,
.son-practical-grid,
.son-map-wrap {
    max-width: var(--son-content);
    margin-right: auto;
    margin-left: auto;
}

.son-practical-heading {
    margin-bottom: 5rem;
}

.son-practical-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--son-line-dark);
    border-left: 1px solid var(--son-line-dark);
}

.son-practical-item,
.son-practical-action {
    min-height: 190px;
    padding: 2rem;
    border-right: 1px solid var(--son-line-dark);
    border-bottom: 1px solid var(--son-line-dark);
}

.son-practical-label {
    margin: 0 0 1.7rem;
    color: var(--son-accent-dark);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.son-practical-item > p:last-child {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.3rem;
    line-height: 1.5;
}

.son-practical-item a {
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(18, 18, 17, .32);
    border-radius: 0;
    background: transparent;
}

.son-practical-action {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--son-ink);
}

.son-map-wrap {
    position: relative;
    display: block;
    aspect-ratio: 10 / 7;
    margin-top: 5rem;
    overflow: hidden;
    background: #f1ede5;
    text-decoration: none;
}

.son-map {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.son-map-wrap:hover .son-map,
.son-map-wrap:focus-visible .son-map {
    transform: scale(1.012);
}

.son-map-wrap:focus-visible {
    outline: 3px solid var(--son-accent);
    outline-offset: 4px;
}

.son-map-cta {
    position: absolute;
    right: clamp(1rem, 3vw, 2rem);
    bottom: clamp(1rem, 3vw, 2rem);
    display: inline-flex;
    align-items: center;
    gap: .8rem;
    padding: 1rem 1.35rem;
    color: #fff;
    background: var(--son-ink);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.son-map-cta span {
    color: var(--son-accent);
    font-size: 1rem;
}

.son-footer {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 2rem;
    padding: 3rem var(--son-side);
    border-top: 1px solid var(--son-line-light);
    background: #0d0d0c;
    color: #fff;
}

.son-footer-brand {
    justify-self: start;
    padding: 0;
    border: 0;
    background: transparent;
}

.son-footer-brand img {
    width: 115px;
    height: auto;
}

.son-footer-links {
    display: flex;
    gap: 2.5rem;
}

.son-footer > p {
    justify-self: end;
    margin: 0;
    color: rgba(255, 255, 255, .45);
    font-size: .66rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

@media (max-width: 1180px) {
    .son-header {
        grid-template-columns: 1fr auto;
    }

    .son-navigation {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        align-items: stretch;
        padding: 1.5rem var(--son-side) 2rem;
        background: rgba(13, 13, 12, .97);
    }

    .son-header.is-open .son-navigation {
        display: grid;
        gap: 0;
    }

    .son-navigation a {
        padding: .9rem 0;
        border-bottom: 1px solid var(--son-line-light);
    }

    .son-button-header {
        display: none;
    }

    .son-nav-toggle {
        display: flex;
        width: 3rem;
        height: 3rem;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        justify-self: end;
        gap: .45rem;
        padding: 0;
        border: 0;
        background: transparent;
    }

    .son-nav-toggle span {
        width: 1.5rem;
        height: 1px;
        background: #fff;
        transition: transform .25s ease;
    }

    .son-header.is-open .son-nav-toggle span:first-child {
        transform: translateY(.25rem) rotate(45deg);
    }

    .son-header.is-open .son-nav-toggle span:last-child {
        transform: translateY(-.25rem) rotate(-45deg);
    }

    .son-place-gallery {
        min-height: 620px;
    }

    .son-chef-copy {
        padding-right: var(--son-side);
        padding-left: var(--son-side);
    }

    .son-rhythm {
        grid-template-columns: 1fr;
    }

    .son-rhythm-intro {
        position: static;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }

    .son-rhythm-intro .son-eyebrow {
        grid-column: 1 / -1;
        margin-bottom: 0;
    }

    .son-rhythm-intro > p:last-child {
        align-self: end;
        margin: 0;
    }

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

    .son-footer > p {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .son-gift {
        grid-template-columns: 1fr 1fr;
    }

    .son-gift-link {
        grid-column: 1 / -1;
        justify-self: start;
    }
}

@media (max-width: 820px) {
    .son-hero {
        min-height: 680px;
        align-items: flex-end;
        background-position: 35% center;
    }

    .son-hero-content {
        margin: 0 0 3rem;
    }

    .son-hero h1 {
        max-width: 620px;
    }

    .son-hero-address {
        display: none;
    }

    .son-manifesto,
    .son-place {
        grid-template-columns: 1fr;
    }

    .son-manifesto::before,
    .son-place::before {
        inset: 0;
    }

    .son-menu-section::before {
        display: none;
    }

    .son-gift {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .son-gift-link {
        grid-column: auto;
    }

    .son-manifesto-copy {
        padding-top: 0;
    }

    .son-plates {
        grid-template-columns: 1fr 1fr;
    }

    .son-plate-offset {
        margin-top: 7rem;
    }

    .son-plate-wide {
        grid-column: 1 / -1;
        width: 58%;
        margin: 0 auto;
    }

    .son-plate-wide picture {
        aspect-ratio: 1 / 1;
    }

    .son-menu-intro {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .son-menu-intro > p {
        margin-top: 0;
    }

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

    .son-menu-panel,
    .son-menu-panel-evening {
        padding-right: 0;
        padding-left: 0;
        border-left: 0;
    }

    .son-menu-panel-evening {
        border-top: 1px solid var(--son-line-light);
    }

    .son-place-gallery {
        min-height: 680px;
        order: 2;
    }

    .son-place-copy {
        order: 1;
    }

    .son-gesture-heading {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .son-chef {
        grid-template-columns: 1fr;
    }

    .son-chef-portrait {
        min-height: 760px;
    }

    .son-rhythm-grid {
        gap: 2rem;
    }

    .son-practical-grid {
        grid-template-columns: 1fr 1fr;
    }

    .son-footer {
        grid-template-columns: 1fr;
        padding-bottom: 6rem;
    }

    .son-footer-brand,
    .son-footer > p {
        justify-self: start;
    }

    .son-footer-links {
        flex-wrap: wrap;
        gap: 1.25rem 2rem;
    }
}

@media (max-width: 600px) {
    :root {
        --son-side: 1.25rem;
    }

    html {
        scroll-padding-top: 4.5rem;
    }

    .son-header {
        padding-top: .85rem;
        padding-bottom: .85rem;
    }

    .son-header-brand img {
        width: 58px;
        height: 28px;
    }

    .son-header-brand span {
        display: none;
    }

    .son-hero {
        min-height: 640px;
        height: 100svh;
        align-items: center;
        padding-top: 6.5rem;
        padding-bottom: 3rem;
        background-position: 31% center;
    }

    .son-hero-shade {
        background:
            linear-gradient(0deg, rgba(8, 8, 8, .84) 0%, rgba(8, 8, 8, .22) 72%, rgba(8, 8, 8, .5) 100%),
            linear-gradient(90deg, rgba(8, 8, 8, .25), transparent);
    }

    .son-hero-content {
        width: 100%;
        max-width: 360px;
        margin: 1.5rem auto 0;
        text-align: center;
    }

    .son-hero .son-kicker {
        margin-bottom: 1rem;
        font-size: .58rem;
        letter-spacing: .17em;
        line-height: 1.5;
    }

    .son-hero-logo {
        width: 112px;
        margin: 0 auto 1.1rem;
    }

    .son-hero h1 {
        max-width: 340px;
        margin-right: auto;
        margin-left: auto;
        font-size: clamp(2.7rem, 12vw, 3.5rem);
        line-height: .96;
    }

    .son-hero-intro {
        max-width: 330px;
        margin: 1.25rem auto 0;
        font-size: .96rem;
        line-height: 1.55;
    }

    .son-hero-intro br {
        display: none;
    }

    .son-hero-actions {
        align-items: center;
        flex-direction: column;
        gap: .95rem;
        margin-top: 1.5rem;
    }

    .son-hero-actions .son-button {
        width: min(290px, 100%);
        min-height: 3rem;
        padding: .75rem 1.2rem;
    }

    .son-text-link {
        align-self: center;
        font-size: .68rem;
    }

    .son-section-index {
        top: 3rem;
    }

    .son-gift {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .son-gift h2 {
        font-size: 2.15rem;
    }

    .son-gift-link {
        width: 100%;
    }

    .son-manifesto {
        gap: 3rem;
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .son-manifesto h2,
    .son-menu-intro h2,
    .son-place-copy h2,
    .son-gesture h2,
    .son-chef-copy h2,
    .son-rhythm h2,
    .son-practical h2 {
        font-size: clamp(2.85rem, 14vw, 4.4rem);
    }

    .son-lead {
        font-size: 1.45rem !important;
    }

    .son-manifesto-signature {
        align-items: flex-start;
        flex-direction: column;
    }

    .son-plates {
        grid-template-columns: 1fr;
        gap: 3.5rem;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .son-plate,
    .son-plate-offset,
    .son-plate-wide {
        width: 100%;
        margin: 0;
    }

    .son-plate picture,
    .son-plate-wide picture {
        aspect-ratio: 4 / 5;
    }

    .son-menu-section {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .son-menu-intro {
        margin-bottom: 4rem;
    }

    .son-menu-panel {
        padding-top: 2.75rem;
        padding-bottom: 3rem;
    }

    .son-menu-panel > h3 {
        font-size: 2.7rem;
    }

    .son-menu-panel .menu-offer {
        grid-template-columns: 1fr;
        gap: .4rem;
    }

    .son-menu-footer {
        align-items: stretch;
        flex-direction: column;
    }

    .son-menu-footer .son-button {
        width: 100%;
    }

    .son-place {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .son-place-gallery {
        min-height: 500px;
    }

    .son-place-main {
        right: 0;
        height: 62%;
    }

    .son-place-secondary {
        width: 52%;
        height: 44%;
        border-width: .5rem;
    }

    .son-place-tertiary {
        left: 0;
        width: 38%;
        height: 32%;
        border-width: .5rem;
    }

    .son-gesture {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .son-gesture-heading {
        margin-bottom: 3rem;
    }

    .son-gesture-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem 1rem;
    }

    .son-gesture figure:nth-child(2) {
        margin-top: 4rem;
    }

    .son-gesture figure:nth-child(3) {
        grid-column: 1 / -1;
        width: 72%;
        margin: 0 auto;
    }

    .son-chef {
        min-height: 0;
    }

    .son-chef-portrait {
        min-height: 580px;
    }

    .son-chef-copy {
        padding-top: 5rem;
        padding-bottom: 6rem;
    }

    .son-chef blockquote {
        padding-left: 2.2rem;
    }

    .son-rhythm {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .son-rhythm-intro,
    .son-rhythm-grid {
        grid-template-columns: 1fr;
    }

    .son-rhythm-column + .son-rhythm-column {
        margin-top: 3rem;
    }

    .son-practical {
        padding-top: 6rem;
    }

    .son-practical-heading {
        margin-bottom: 3.5rem;
    }

    .son-practical-grid {
        grid-template-columns: 1fr;
    }

    .son-practical-item,
    .son-practical-action {
        min-height: 0;
        padding: 1.6rem;
    }

    .son-practical-action .son-button {
        width: 100%;
    }

    .son-map-wrap {
        aspect-ratio: 1 / 1;
        margin-top: 3rem;
    }

    .son-footer-links {
        align-items: flex-start;
        flex-direction: column;
    }

}

@media (max-width: 600px) and (max-height: 700px) {
    .son-hero {
        min-height: 600px;
        padding-top: 5.5rem;
        padding-bottom: 1.5rem;
    }

    .son-hero-content {
        margin-top: 1rem;
    }

    .son-hero-logo {
        width: 94px;
        margin-bottom: .75rem;
    }

    .son-hero h1 {
        font-size: clamp(2.5rem, 11vw, 3rem);
    }

    .son-hero-intro {
        margin-top: .9rem;
    }

    .son-hero-actions {
        margin-top: 1rem;
    }
}

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

    .son-page *,
    .son-page *::before,
    .son-page *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
