:root {
    --ofs-ink: #101410;
    --ofs-ink-soft: #1a211b;
    --ofs-ivory: #f1eee5;
    --ofs-paper: #faf8f2;
    --ofs-gold: #c9a557;
    --ofs-moss: #465647;
    --ofs-line: rgba(16, 20, 16, 0.18);
    --ofs-white-line: rgba(255, 255, 255, 0.24);
    --ofs-shell: min(1180px, calc(100vw - 96px));
    --ofs-serif: Georgia, "Times New Roman", serif;
    --ofs-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

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

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body.ofs-body {
    width: 100%;
    min-width: 320px;
    margin: 0;
    overflow-x: hidden;
    background: var(--ofs-ivory);
    color: var(--ofs-ink);
    font-family: var(--ofs-sans);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

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

.ofs-body figure,
.ofs-body h1,
.ofs-body h2,
.ofs-body h3,
.ofs-body h4,
.ofs-body p {
    margin-top: 0;
}

.ofs-body a {
    color: inherit;
    text-decoration: none;
}

.ofs-body button,
.ofs-body input,
.ofs-body textarea {
    font: inherit;
}

.ofs-shell {
    width: var(--ofs-shell);
    margin-inline: auto;
}

.ofs-skip-link {
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 100;
    padding: 0.75rem 1rem;
    transform: translateY(-180%);
    background: var(--ofs-paper);
    color: var(--ofs-ink);
}

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

.ofs-eyebrow {
    margin-bottom: 1rem;
    color: var(--ofs-gold);
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.2em;
    line-height: 1.35;
    text-transform: uppercase;
}

.ofs-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
    display: grid;
    width: 100%;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 2rem;
    padding: 28px 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.ofs-wordmark {
    justify-self: start;
    font-family: var(--ofs-serif);
    font-size: 1.55rem;
    letter-spacing: -0.04em;
    line-height: 1;
}

.ofs-wordmark span {
    color: var(--ofs-gold);
    font-style: italic;
}

.ofs-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1.25rem, 2.4vw, 2.7rem);
    white-space: nowrap;
}

.ofs-nav a,
.ofs-header-book {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.ofs-nav a {
    position: relative;
    padding-block: 0.5rem;
}

.ofs-nav a::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    transform: scaleX(0);
    transform-origin: right;
    background: var(--ofs-gold);
    content: "";
    transition: transform 180ms ease;
}

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

.ofs-header-book {
    justify-self: end;
    min-width: 110px;
    padding: 0.72rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.62);
    text-align: center;
    transition: background-color 180ms ease, color 180ms ease;
}

.ofs-header-book:hover,
.ofs-header-book:focus-visible {
    background: #fff;
    color: var(--ofs-ink);
}

.ofs-hero {
    position: relative;
    display: flex;
    min-height: 100vh;
    min-height: 100svh;
    align-items: flex-end;
    overflow: hidden;
    background: var(--ofs-ink);
    color: #fff;
}

.ofs-hero-media,
.ofs-hero-media img,
.ofs-hero-shade {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.ofs-hero-media img {
    object-fit: cover;
    object-position: center 48%;
}

.ofs-hero-shade {
    background:
        linear-gradient(90deg, rgba(7, 10, 7, 0.82) 0%, rgba(7, 10, 7, 0.38) 52%, rgba(7, 10, 7, 0.12) 100%),
        linear-gradient(0deg, rgba(7, 10, 7, 0.76) 0%, rgba(7, 10, 7, 0) 54%),
        linear-gradient(180deg, rgba(7, 10, 7, 0.38) 0%, rgba(7, 10, 7, 0) 30%);
}

.ofs-hero-content {
    position: relative;
    z-index: 2;
    width: min(720px, calc(100vw - 96px));
    margin: 0 0 clamp(64px, 10vh, 108px) max(48px, calc((100vw - 1180px) / 2));
}

.ofs-hero-content h1 {
    margin: 0 0 0.12em;
    font-family: var(--ofs-serif);
    font-size: clamp(5rem, 11vw, 10rem);
    font-weight: 400;
    letter-spacing: -0.07em;
    line-height: 0.82;
}

.ofs-hero-tagline {
    margin-bottom: 1.9rem;
    font-family: var(--ofs-serif);
    font-size: clamp(1.65rem, 3vw, 2.6rem);
    line-height: 1.08;
}

.ofs-residency-now {
    display: grid;
    width: min(570px, 100%);
    grid-template-columns: auto auto 1fr;
    gap: 0.7rem 1.25rem;
    align-items: baseline;
    margin-bottom: 2rem;
    padding-top: 1.2rem;
    border-top: 1px solid var(--ofs-white-line);
}

.ofs-residency-now span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.73rem;
    font-weight: 650;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ofs-residency-now strong {
    color: #fff;
    font-family: var(--ofs-serif);
    font-size: 1.2rem;
    font-weight: 400;
}

.ofs-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.ofs-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.45rem;
    border: 1px solid transparent;
    font-size: 0.72rem;
    font-weight: 750;
    letter-spacing: 0.13em;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.ofs-button-primary {
    background: var(--ofs-gold);
    color: var(--ofs-ink) !important;
}

.ofs-button-primary:hover,
.ofs-button-primary:focus-visible {
    background: #dfc178;
}

.ofs-button-ghost {
    border-color: rgba(255, 255, 255, 0.52);
    color: #fff !important;
}

.ofs-button-ghost:hover,
.ofs-button-ghost:focus-visible {
    border-color: #fff;
    background: #fff;
    color: var(--ofs-ink) !important;
}

.ofs-button-line {
    border-color: currentColor;
}

.ofs-button-line:hover,
.ofs-button-line:focus-visible {
    background: var(--ofs-ink);
    color: #fff;
}

.ofs-scroll-cue {
    position: absolute;
    right: 48px;
    bottom: 48px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 0.66rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
}

.ofs-scroll-cue span {
    color: var(--ofs-gold);
    font-size: 1.1rem;
}

.ofs-manifesto {
    padding: clamp(96px, 12vw, 172px) 0;
    background: var(--ofs-paper);
}

.ofs-manifesto-grid {
    display: grid;
    grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
    gap: clamp(60px, 10vw, 150px);
    align-items: start;
}

.ofs-section-heading {
    position: sticky;
    top: 42px;
}

.ofs-body h2 {
    color: inherit;
    font-family: var(--ofs-serif);
    font-size: clamp(3.1rem, 6.5vw, 6.7rem);
    font-weight: 400;
    letter-spacing: -0.055em;
    line-height: 0.95;
}

.ofs-manifesto-copy {
    padding-top: 0.25rem;
}

.ofs-manifesto-copy p {
    max-width: 660px;
    margin-bottom: 1.5rem;
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.75;
}

.ofs-manifesto-copy .ofs-lead {
    margin-bottom: 2.25rem;
    font-family: var(--ofs-serif);
    font-size: clamp(1.75rem, 3.2vw, 3rem);
    line-height: 1.22;
}

.ofs-manifesto-copy strong {
    color: var(--ofs-moss);
}

.ofs-manifesto-closing {
    margin-top: 3rem;
    padding-top: 1.6rem;
    border-top: 1px solid var(--ofs-line);
    font-family: var(--ofs-serif);
    font-size: clamp(1.45rem, 2.5vw, 2rem) !important;
}

.ofs-plates {
    padding: clamp(90px, 10vw, 144px) 0;
    overflow: hidden;
    background: var(--ofs-ink);
    color: #fff;
}

.ofs-plates-heading {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    align-items: end;
    margin-bottom: clamp(56px, 7vw, 96px);
}

.ofs-plates-heading h2 {
    grid-column: 2;
    margin-bottom: 0;
    font-size: clamp(3.2rem, 6vw, 6rem);
}

.ofs-plates-grid {
    display: grid;
    min-height: 800px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(10, 72px);
    gap: 16px;
}

.ofs-photo {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: var(--ofs-ink-soft);
}

.ofs-photo picture,
.ofs-photo img {
    width: 100%;
    height: 100%;
}

.ofs-photo img {
    object-fit: cover;
}

.ofs-photo-tomato {
    grid-column: 1 / 8;
    grid-row: 1 / 9;
}

.ofs-photo-flower {
    grid-column: 9 / 13;
    grid-row: 1 / 7;
}

.ofs-photo-urchin {
    grid-column: 7 / 11;
    grid-row: 7 / 11;
    border: 12px solid var(--ofs-ink);
}

.ofs-residency {
    padding: clamp(96px, 12vw, 176px) 0;
    background: var(--ofs-ivory);
}

.ofs-residency-grid {
    display: grid;
    grid-template-columns: minmax(230px, 0.78fr) minmax(340px, 1.15fr) minmax(210px, 0.68fr);
    gap: clamp(34px, 5.5vw, 82px);
    align-items: center;
}

.ofs-residency-portrait,
.ofs-residency-dish {
    margin: 0;
}

.ofs-residency-portrait picture {
    display: block;
}

.ofs-residency-portrait img {
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center top;
}

.ofs-residency-portrait p {
    margin: 1rem 0 0;
    color: var(--ofs-moss);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.5;
    text-transform: uppercase;
}

.ofs-residency-copy h2 {
    margin-bottom: 0.3rem;
}

.ofs-residency-copy > p:not(.ofs-eyebrow):not(.ofs-concept) {
    margin-bottom: 1.35rem;
    font-size: clamp(1rem, 1.2vw, 1.12rem);
    line-height: 1.75;
}

.ofs-residency-copy .ofs-concept {
    margin-bottom: 2.2rem;
    color: var(--ofs-moss);
    font-family: var(--ofs-serif);
    font-size: clamp(1.75rem, 3vw, 2.75rem);
    font-style: italic;
    line-height: 1.14;
}

.ofs-actions-dark {
    margin-top: 2.4rem;
}

.ofs-residency-dish {
    align-self: end;
    margin-bottom: -90px;
}

.ofs-residency-dish img {
    width: 100%;
    aspect-ratio: 0.78;
    object-fit: cover;
}

.ofs-menus {
    padding: clamp(96px, 12vw, 176px) 0;
    background: #d9dfd3;
}

.ofs-menus-intro {
    display: grid;
    grid-template-columns: 1fr 1.65fr;
    gap: 3rem;
    align-items: end;
    margin-bottom: clamp(52px, 7vw, 92px);
}

.ofs-menus-intro h2 {
    grid-column: 2;
    margin-bottom: 0;
}

.ofs-text-link {
    grid-column: 2;
    justify-self: start;
    padding-bottom: 0.35rem;
    border-bottom: 1px solid currentColor;
    font-size: 0.74rem;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ofs-menu-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    background: rgba(16, 20, 16, 0.3);
}

.ofs-menu-card {
    min-width: 0;
    padding: clamp(32px, 5vw, 68px);
    background: var(--ofs-paper);
}

.ofs-menu-card > h3 {
    margin-bottom: 2.6rem;
    font-family: var(--ofs-serif);
    font-size: clamp(2.8rem, 5vw, 4.8rem);
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1;
}

.ofs-menu-card .menu-offer {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.4rem 1rem;
    margin-bottom: 1.35rem;
    padding-bottom: 1.35rem;
    border-bottom: 1px solid var(--ofs-line);
}

.ofs-menu-card .menu-offer h4 {
    margin: 0;
    font-family: var(--ofs-serif);
    font-size: 1.08rem;
    font-weight: 400;
    line-height: 1.35;
}

.ofs-menu-card .menu-offer .price {
    margin: 0;
    color: var(--ofs-moss);
    font-size: 0.8rem;
    font-weight: 750;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ofs-menu-card .menu-offer-note {
    grid-column: 1 / -1;
    margin: 0;
    color: rgba(16, 20, 16, 0.66);
    font-size: 0.82rem;
    font-style: italic;
}

.ofs-menu-card > h4 {
    margin: 2rem 0 0.35rem;
    font-family: var(--ofs-serif);
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.3;
}

.ofs-menu-card > h4 + p {
    margin-bottom: 1.25rem;
    color: rgba(16, 20, 16, 0.68);
    font-size: 0.88rem;
    line-height: 1.55;
}

.ofs-menu-card .menu-choice,
.ofs-menu-card .menu-stage {
    margin: 1.8rem 0 0.5rem;
    color: var(--ofs-moss);
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ofs-menu-card .menu-choice {
    text-align: center;
}

.ofs-menu-notice {
    max-width: 720px;
    margin: 2rem auto 0;
    color: rgba(16, 20, 16, 0.66);
    font-size: 0.82rem;
    font-style: italic;
    text-align: center;
}

.ofs-space {
    padding: clamp(96px, 12vw, 176px) 0;
    background: var(--ofs-paper);
}

.ofs-space-copy {
    display: grid;
    grid-template-columns: 0.8fr 1.4fr;
    gap: 1rem 5rem;
    margin-bottom: clamp(54px, 7vw, 96px);
}

.ofs-space-copy h2,
.ofs-space-copy > p:last-child {
    grid-column: 2;
}

.ofs-space-copy h2 {
    margin-bottom: 1.5rem;
}

.ofs-space-copy > p:last-child {
    max-width: 560px;
    font-size: 1.08rem;
}

.ofs-space-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    grid-template-rows: repeat(2, 250px);
    gap: 16px;
}

.ofs-space-gallery figure {
    margin: 0;
    min-width: 0;
    overflow: hidden;
}

.ofs-space-gallery .ofs-space-main {
    grid-row: 1 / 3;
}

.ofs-space-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ofs-practical {
    padding: clamp(88px, 10vw, 144px) 0;
    background: var(--ofs-moss);
    color: #fff;
}

.ofs-practical-heading {
    display: grid;
    grid-template-columns: 0.8fr 1.4fr;
    gap: 3rem;
    margin-bottom: clamp(54px, 6vw, 82px);
}

.ofs-practical-heading h2 {
    grid-column: 2;
    margin-bottom: 0;
    font-size: clamp(3.1rem, 5.8vw, 5.8rem);
}

.ofs-hours {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--ofs-white-line);
    border-bottom: 1px solid var(--ofs-white-line);
}

.ofs-hours article {
    min-width: 0;
    padding: 2.2rem clamp(1.5rem, 3vw, 3rem) 2.4rem 0;
}

.ofs-hours article + article {
    padding-left: clamp(1.5rem, 3vw, 3rem);
    border-left: 1px solid var(--ofs-white-line);
}

.ofs-hours h3 {
    margin-bottom: 0.35rem;
    font-family: var(--ofs-serif);
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    font-weight: 400;
    line-height: 1.3;
}

.ofs-hours p:not(.ofs-eyebrow) {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.72);
}

.ofs-contact-card a {
    display: block;
    width: fit-content;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    overflow-wrap: anywhere;
}

.ofs-practical-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2.5rem;
}

.ofs-practical .ofs-button-line {
    color: #fff;
}

.ofs-practical .ofs-button-line:hover,
.ofs-practical .ofs-button-line:focus-visible {
    background: #fff;
    color: var(--ofs-ink);
}

.ofs-contact {
    padding: clamp(96px, 12vw, 176px) 0;
    background: var(--ofs-ivory);
}

.ofs-contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
    gap: clamp(54px, 9vw, 130px);
    align-items: start;
}

.ofs-contact h2 {
    margin-bottom: 1.8rem;
    font-size: clamp(3.2rem, 5.8vw, 5.8rem);
}

.ofs-contact-intro {
    max-width: 510px;
    margin-bottom: 2.4rem;
}

.ofs-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 1rem;
}

.ofs-form label {
    margin: 1.05rem 0 0.45rem;
    font-size: 0.68rem;
    font-weight: 750;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.ofs-form label[for="email"],
.ofs-form label[for="precision"],
.ofs-form #email,
.ofs-form #precision,
.ofs-form button {
    grid-column: 1 / -1;
}

.ofs-form input,
.ofs-form textarea {
    width: 100%;
    min-width: 0;
    padding: 0.75rem 0;
    border: 0;
    border-bottom: 1px solid rgba(16, 20, 16, 0.46);
    border-radius: 0;
    outline: 0;
    background: transparent;
    color: var(--ofs-ink);
}

.ofs-form input:focus,
.ofs-form textarea:focus {
    border-color: var(--ofs-gold);
    box-shadow: 0 1px 0 var(--ofs-gold);
}

.ofs-form textarea {
    resize: vertical;
}

.ofs-form button {
    width: fit-content;
    margin-top: 1.7rem;
    border: 0;
    cursor: pointer;
}

.ofs-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.ofs-form-message {
    margin-bottom: 1.5rem;
    padding: 1rem 1.2rem;
    border: 1px solid;
    font-size: 0.9rem;
}

.ofs-form-success {
    border-color: #688067;
    background: rgba(104, 128, 103, 0.12);
}

.ofs-form-error {
    border-color: #a25b4f;
    background: rgba(162, 91, 79, 0.12);
}

.ofs-map {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 8 / 9;
    overflow: hidden;
    background: #eeece4;
    color: #fff;
    text-decoration: none;
}

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

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

.ofs-map:focus-visible {
    outline: 3px solid var(--ofs-gold);
    outline-offset: 4px;
}

.ofs-map-cta {
    position: absolute;
    right: clamp(1rem, 3vw, 1.8rem);
    bottom: clamp(1rem, 3vw, 1.8rem);
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    padding: 1rem 1.3rem;
    background: var(--ofs-ink);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

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

.ofs-footer {
    padding: 54px 0;
    background: var(--ofs-ink);
    color: #fff;
}

.ofs-footer-grid {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr 1fr;
    gap: 2rem;
    align-items: center;
}

.ofs-footer p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-family: var(--ofs-serif);
    font-size: 1.15rem;
}

.ofs-footer-grid > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.7rem 1.5rem;
}

.ofs-footer-grid > div a {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

@media (max-width: 1020px) {
    :root {
        --ofs-shell: min(calc(100% - 56px), 920px);
    }

    .ofs-header {
        grid-template-columns: auto 1fr auto;
        padding: 24px 28px;
    }

    .ofs-nav {
        gap: 1.2rem;
    }

    .ofs-nav a {
        font-size: 0.62rem;
    }

    .ofs-hero-content {
        width: min(720px, calc(100vw - 56px));
        margin-left: 28px;
    }

    .ofs-residency-grid {
        grid-template-columns: minmax(220px, 0.75fr) minmax(0, 1.25fr);
    }

    .ofs-residency-dish {
        display: none;
    }

    .ofs-space-gallery {
        grid-template-rows: repeat(2, 220px);
    }

    .ofs-contact-grid {
        gap: 54px;
    }
}

@media (max-width: 760px) {
    :root {
        --ofs-shell: calc(100vw - 40px);
    }

    .ofs-header {
        grid-template-columns: 1fr auto;
        gap: 0.75rem;
        padding: 18px 20px;
    }

    .ofs-nav {
        display: none;
    }

    .ofs-wordmark {
        font-size: 1.3rem;
    }

    .ofs-header-book {
        min-width: 0;
        padding: 0.58rem 0.82rem;
        font-size: 0.62rem;
    }

    .ofs-hero {
        min-height: max(740px, 100svh);
    }

    .ofs-hero-media img {
        object-position: 53% center;
    }

    .ofs-hero-shade {
        background:
            linear-gradient(0deg, rgba(7, 10, 7, 0.92) 0%, rgba(7, 10, 7, 0.28) 70%, rgba(7, 10, 7, 0.2) 100%),
            linear-gradient(90deg, rgba(7, 10, 7, 0.42) 0%, rgba(7, 10, 7, 0.02) 100%);
    }

    .ofs-hero-content {
        width: calc(100% - 40px);
        margin: 0 20px 38px;
    }

    .ofs-hero-content h1 {
        font-size: clamp(4.1rem, 22vw, 6.1rem);
        line-height: 0.88;
    }

    .ofs-hero-tagline {
        margin-bottom: 1.45rem;
        font-size: 1.55rem;
    }

    .ofs-residency-now {
        grid-template-columns: auto 1fr;
        gap: 0.25rem 0.85rem;
        margin-bottom: 1.5rem;
    }

    .ofs-residency-now span:last-child {
        grid-column: 1 / -1;
    }

    .ofs-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .ofs-button {
        width: 100%;
        min-height: 50px;
        padding-inline: 1rem;
    }

    .ofs-scroll-cue {
        display: none;
    }

    .ofs-body h2 {
        font-size: clamp(2.8rem, 14vw, 4.5rem);
    }

    .ofs-manifesto,
    .ofs-plates,
    .ofs-residency,
    .ofs-menus,
    .ofs-space,
    .ofs-practical,
    .ofs-contact {
        padding: 84px 0;
    }

    .ofs-manifesto-grid,
    .ofs-plates-heading,
    .ofs-menus-intro,
    .ofs-space-copy,
    .ofs-practical-heading,
    .ofs-contact-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 2.25rem;
    }

    .ofs-section-heading {
        position: static;
    }

    .ofs-manifesto-copy .ofs-lead {
        font-size: 1.75rem;
    }

    .ofs-manifesto-copy p {
        font-size: 1rem;
        line-height: 1.7;
    }

    .ofs-plates-heading h2,
    .ofs-menus-intro h2,
    .ofs-menus-intro .ofs-text-link,
    .ofs-space-copy h2,
    .ofs-space-copy > p:last-child,
    .ofs-practical-heading h2 {
        grid-column: 1;
    }

    .ofs-plates-grid {
        min-height: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: 66vw 70vw;
        gap: 10px;
    }

    .ofs-photo-tomato {
        grid-column: 1 / -1;
        grid-row: 1;
    }

    .ofs-photo-flower {
        grid-column: 1;
        grid-row: 2;
    }

    .ofs-photo-urchin {
        grid-column: 2;
        grid-row: 2;
        border: 0;
    }

    .ofs-residency-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 2.5rem;
    }

    .ofs-residency-portrait {
        width: min(80vw, 400px);
    }

    .ofs-residency-copy {
        grid-row: 1;
    }

    .ofs-residency-copy h2 {
        font-size: clamp(4.2rem, 20vw, 6rem);
    }

    .ofs-residency-portrait {
        grid-row: 2;
    }

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

    .ofs-menu-card {
        padding: 38px 24px;
    }

    .ofs-menu-card > h3 {
        font-size: 3.25rem;
    }

    .ofs-space-copy {
        margin-bottom: 3rem;
    }

    .ofs-space-gallery {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: 96vw repeat(2, 46vw);
        gap: 10px;
    }

    .ofs-space-gallery .ofs-space-main {
        grid-column: 1;
        grid-row: 1;
    }

    .ofs-space-gallery img {
        height: 100%;
    }

    .ofs-practical-heading {
        margin-bottom: 2.75rem;
    }

    .ofs-practical-heading h2 {
        font-size: clamp(2.65rem, 12vw, 4rem);
    }

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

    .ofs-hours article,
    .ofs-hours article + article {
        padding: 1.6rem 0;
        border-left: 0;
    }

    .ofs-hours article + article {
        border-top: 1px solid var(--ofs-white-line);
    }

    .ofs-practical-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

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

    .ofs-form label,
    .ofs-form input,
    .ofs-form textarea,
    .ofs-form button {
        grid-column: 1;
    }

    .ofs-map {
        aspect-ratio: 4 / 5;
    }

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

    .ofs-footer-grid > div {
        justify-content: flex-start;
    }
}

@media (max-width: 380px) {
    .ofs-hero-content h1 {
        font-size: 3.75rem;
    }

    .ofs-hero-tagline {
        font-size: 1.4rem;
    }

    .ofs-residency-now strong {
        font-size: 1rem;
    }
}

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

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