:root {
    --ink: #241d18;
    --ink-soft: #3c3027;
    --paper: #f6f0e4;
    --paper-deep: #e9ddc8;
    --white: #fffaf0;
    --oxblood: #8f2e2d;
    --oxblood-dark: #68201f;
    --cobalt: #174a73;
    --cobalt-dark: #0e3150;
    --gold: #c89b4b;
    --olive: #66705a;
    --line: rgba(36, 29, 24, 0.2);
    --line-light: rgba(255, 250, 240, 0.28);
    --font-display: "Fraunces", Georgia, serif;
    --font-body: "Manrope", Arial, sans-serif;
    --shell: min(1240px, calc(100% - 80px));
}

/* PÁTIO 1755: casa portuguesa tradicional */
.hero {
    min-height: 900px;
    color: var(--white);
    background: var(--cobalt-dark);
}

.hero::before {
    z-index: 1;
    top: 112px;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    opacity: 1;
    background:
        linear-gradient(180deg, rgba(8, 28, 45, .42), rgba(8, 28, 45, .24) 35%, rgba(8, 28, 45, .72)),
        linear-gradient(90deg, rgba(8, 28, 45, .34), transparent 30% 70%, rgba(8, 28, 45, .34));
    content: "";
    mask-image: none;
}

.hero::after {
    position: absolute;
    z-index: 2;
    top: 132px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px solid rgba(255, 250, 240, .36);
    outline: 5px double rgba(200, 155, 75, .3);
    content: "";
    pointer-events: none;
}

.hero-media {
    top: 112px;
    left: 0;
    width: 100%;
    background-position: center 58%;
    filter: saturate(.78) contrast(1.03);
}

.hero-media::after {
    background: linear-gradient(180deg, rgba(14, 49, 80, .06), rgba(14, 49, 80, .34));
}

.hero-scrim {
    display: none;
}

.hero-content {
    display: flex;
    min-height: 788px;
    padding: 110px 0 94px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-edition {
    position: absolute;
    top: 58px;
    left: 50%;
    padding: 9px 18px;
    gap: 28px;
    flex-direction: row;
    color: rgba(255, 250, 240, .82);
    border-color: rgba(255, 250, 240, .42);
    outline-color: rgba(200, 155, 75, .26);
    transform: translateX(-50%);
}

.hero-copy {
    position: relative;
    width: min(790px, calc(100% - 120px));
    padding: 68px 70px 62px;
    background: rgba(9, 36, 58, .82);
    border: 1px solid rgba(255, 250, 240, .64);
    outline: 8px double rgba(200, 155, 75, .58);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
    backdrop-filter: blur(3px);
}

.hero-copy::before,
.hero-copy::after {
    position: absolute;
    top: 18px;
    width: 52px;
    height: 52px;
    border-top: 1px solid var(--gold);
    content: "";
}

.hero-copy::before {
    left: 18px;
    border-left: 1px solid var(--gold);
}

.hero-copy::after {
    right: 18px;
    border-right: 1px solid var(--gold);
}

.hero .eyebrow-light {
    justify-content: center;
    color: var(--gold);
}

.hero h1 {
    max-width: none;
    color: var(--white);
    font-size: clamp(4.6rem, 8vw, 7.3rem);
    letter-spacing: -.045em;
    line-height: .9;
}

.hero h1::first-letter {
    color: var(--white);
}

.hero-lede {
    max-width: 610px;
    margin: 30px auto 0;
    color: rgba(255, 250, 240, .78);
}

.hero-cta {
    justify-content: center;
}

.hero .text-link-light {
    color: var(--white);
}

.hero-meta {
    position: absolute;
    right: 50px;
    bottom: 48px;
    left: 50px;
    padding: 14px 20px 0;
    justify-content: center;
    color: var(--white);
    border-top-color: rgba(255, 250, 240, .4);
}

.hero-meta span,
.hero-meta strong {
    color: var(--white);
}

.hero-location {
    border-left-color: rgba(255, 250, 240, .38);
}

.scroll-cue {
    z-index: 5;
}

.manifesto {
    text-align: center;
}

.manifesto::before {
    position: absolute;
    top: 42px;
    right: 42px;
    bottom: 42px;
    left: 42px;
    border: 3px double rgba(23, 74, 115, .22);
    content: "";
    pointer-events: none;
}

.manifesto::after {
    right: 50%;
    bottom: 55px;
    font-size: 13vw;
    transform: translateX(50%);
}

.split-heading {
    display: block;
}

.split-heading > .eyebrow,
.menu-heading .eyebrow {
    justify-content: center;
}

.split-heading h2 {
    max-width: 900px;
    margin-inline: auto;
    font-size: clamp(3.2rem, 5.5vw, 5.8rem);
}

.manifesto-copy {
    max-width: 850px;
    margin: 40px auto 0;
    gap: 60px;
}

.principles {
    margin-top: 75px;
    border: 3px double var(--cobalt);
    text-align: left;
}

.principle {
    min-height: 250px;
    background: rgba(255, 250, 240, .88);
}

.principle-number {
    margin-bottom: 48px;
}

.chef-section {
    border: 3px double var(--cobalt);
    box-shadow: 12px 12px 0 var(--paper-deep);
    grid-template-columns: .95fr 1.05fr;
}

.chef-portrait {
    min-height: 680px;
    order: 1;
}

.chef-story {
    order: 2;
    text-align: center;
}

.chef-story .eyebrow {
    justify-content: center;
}

.chef-story blockquote {
    padding: 25px 0;
    border-top: 1px solid var(--gold);
    border-right: 0;
    border-bottom: 1px solid var(--gold);
    border-left: 0;
}

.chef-facts {
    justify-content: center;
}

.chef-kanji {
    right: 50%;
    font-size: 8rem;
    transform: translateX(50%);
}

.menu-section {
    color: var(--ink);
    background:
        linear-gradient(rgba(246, 240, 228, .96), rgba(246, 240, 228, .96)),
        linear-gradient(45deg, var(--cobalt) 25%, transparent 25% 75%, var(--cobalt) 75%) 0 0 / 30px 30px;
    border-top: 10px double var(--cobalt);
    border-bottom: 10px double var(--cobalt);
}

.menu-section::before,
.menu-section::after {
    top: 34px;
    bottom: 34px;
    width: 16px;
    opacity: .28;
    background:
        linear-gradient(45deg, transparent 35%, var(--cobalt) 36% 44%, transparent 45% 55%, var(--cobalt) 56% 64%, transparent 65%) 0 0 / 16px 16px;
}

.menu-section::before {
    left: 24px;
}

.menu-section::after {
    right: 24px;
}

.menu-heading {
    display: block;
    max-width: 820px;
    margin-inline: auto;
    text-align: center;
}

.menu-heading h2 {
    color: var(--cobalt-dark);
    font-size: clamp(3.6rem, 6vw, 6.2rem);
}

.menu-heading > p:last-child {
    max-width: 640px;
    margin: 24px auto 0;
    color: rgba(36, 29, 24, .65);
}

.menu-categories {
    display: flex;
    max-width: 900px;
    margin: 45px auto 62px;
    padding: 15px 25px;
    gap: 0;
    justify-content: center;
    color: var(--oxblood);
    border-top: 1px solid var(--gold);
    border-bottom: 1px solid var(--gold);
    font-size: .63rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.menu-categories span {
    display: inline-flex;
    align-items: center;
}

.menu-categories span:not(:last-child)::after {
    margin-inline: 18px;
    color: var(--gold);
    content: "✦";
    font-size: .55rem;
}

.dish-grid {
    display: grid;
    gap: 34px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.dish-card {
    position: relative;
    background: var(--white);
    border: 1px solid var(--cobalt);
    outline: 3px double rgba(23, 74, 115, .2);
    box-shadow: 8px 8px 0 var(--paper-deep);
    overflow: hidden;
    transition: transform 250ms ease, box-shadow 250ms ease;
}

.dish-card:hover {
    box-shadow: 12px 12px 0 var(--paper-deep);
    transform: translate(-2px, -2px);
}

.dish-photo {
    position: relative;
    aspect-ratio: 4 / 3;
    margin: 0;
    background: var(--paper-deep);
    overflow: hidden;
}

.dish-photo::after {
    position: absolute;
    inset: 12px;
    border: 1px solid rgba(255, 250, 240, .6);
    content: "";
    pointer-events: none;
}

.dish-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms ease;
}

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

.dish-category,
.dish-number {
    position: absolute;
    z-index: 2;
    color: var(--white);
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.dish-category {
    bottom: 0;
    left: 50%;
    min-width: 120px;
    padding: 9px 16px;
    background: var(--oxblood);
    text-align: center;
    transform: translateX(-50%);
}

.dish-number {
    top: 20px;
    right: 20px;
    display: grid;
    width: 38px;
    height: 38px;
    background: rgba(14, 49, 80, .88);
    border: 1px solid rgba(255, 250, 240, .6);
    place-items: center;
}

.dish-content {
    padding: 30px 32px 33px;
    text-align: left;
}

.dish-title-row {
    display: flex;
    gap: 24px;
    align-items: baseline;
    justify-content: space-between;
}

.dish-title-row h3 {
    margin: 0;
    color: var(--cobalt-dark);
    font-family: var(--font-display);
    font-size: clamp(1.75rem, 2.5vw, 2.35rem);
    font-weight: 600;
    line-height: 1.05;
}

.dish-title-row strong {
    color: var(--oxblood);
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 600;
    white-space: nowrap;
}

.dish-content p {
    margin: 13px 0 0;
    color: rgba(36, 29, 24, .62);
}

.menu-house-note {
    display: flex;
    max-width: 760px;
    margin: 58px auto 0;
    gap: 20px;
    align-items: center;
    justify-content: center;
    color: var(--cobalt);
    text-align: center;
}

.menu-house-note p {
    margin: 0;
    color: rgba(36, 29, 24, .65);
}

.menu-house-note > span {
    color: var(--gold);
}

@media (max-width: 980px) {
    .hero-copy {
        width: min(740px, calc(100% - 100px));
    }

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

    .chef-story {
        padding: 60px 45px;
    }
}

@media (max-width: 820px) {
    .hero {
        min-height: 800px;
        padding-top: 98px;
    }

    .hero::before,
    .hero-media {
        top: 98px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        min-height: 0;
    }

    .hero::after {
        top: 114px;
        right: 14px;
        bottom: 14px;
        left: 14px;
    }

    .hero-content {
        min-height: 702px;
        padding: 95px 0 100px;
    }

    .hero-edition {
        top: 36px;
        gap: 12px;
        white-space: nowrap;
    }

    .hero-copy {
        width: min(640px, calc(100% - 70px));
        padding: 55px 44px 50px;
    }

    .hero-meta {
        right: 35px;
        bottom: 32px;
        left: 35px;
    }

    .manifesto::before {
        inset: 25px;
    }

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

    .chef-portrait {
        min-height: 620px;
    }

    .chef-story {
        padding: 70px 45px;
    }

    .dish-grid {
        max-width: 640px;
        margin-inline: auto;
        grid-template-columns: 1fr;
    }

    .menu-categories {
        flex-wrap: wrap;
        row-gap: 8px;
    }
}

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

    .hero-content {
        min-height: 672px;
        padding-top: 90px;
    }

    .hero-edition {
        width: calc(100% - 72px);
        justify-content: center;
        font-size: .48rem;
    }

    .hero-copy {
        width: calc(100% - 52px);
        padding: 46px 26px 42px;
        outline-width: 5px;
    }

    .hero-copy::before,
    .hero-copy::after {
        width: 34px;
        height: 34px;
    }

    .hero h1 {
        font-size: clamp(3.7rem, 18vw, 5.2rem);
    }

    .hero-lede {
        font-size: .9rem;
        line-height: 1.65;
    }

    .hero-meta {
        right: 28px;
        left: 28px;
        gap: 18px;
    }

    .manifesto::before {
        inset: 14px;
    }

    .manifesto-copy {
        gap: 22px;
        grid-template-columns: 1fr;
    }

    .principles {
        text-align: center;
    }

    .chef-portrait {
        min-height: 480px;
    }

    .chef-story {
        padding: 60px 28px;
    }

    .chef-facts {
        gap: 15px;
        flex-direction: column;
    }

    .menu-section::before,
    .menu-section::after {
        display: none;
    }

    .menu-categories {
        padding-inline: 0;
    }

    .menu-categories span:not(:last-child)::after {
        margin-inline: 10px;
    }

    .dish-content {
        padding: 25px 24px 28px;
    }

    .dish-title-row {
        gap: 12px;
        align-items: flex-start;
    }

    .dish-title-row h3 {
        font-size: 1.7rem;
    }
}

* {
    box-sizing: border-box;
}

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

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.65;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

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

button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
}

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

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

.section {
    padding-block: 128px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    white-space: nowrap;
}

.skip-link {
    position: fixed;
    z-index: 2000;
    top: 12px;
    left: 12px;
    padding: 10px 16px;
    color: var(--white);
    background: var(--cobalt);
    transform: translateY(-160%);
}

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

.page-loader {
    position: fixed;
    z-index: 1500;
    inset: 0;
    display: grid;
    color: var(--white);
    background:
        linear-gradient(90deg, transparent 49.75%, rgba(255,255,255,.08) 50%, transparent 50.25%),
        linear-gradient(0deg, transparent 49.75%, rgba(255,255,255,.08) 50%, transparent 50.25%),
        var(--cobalt-dark);
    background-size: 44px 44px;
    place-items: center;
    animation: loader-exit 650ms 850ms ease forwards;
}

.loader-brand {
    display: flex;
    padding: 34px 42px 30px;
    align-items: flex-start;
    color: var(--white);
    border: 1px solid rgba(255,255,255,.45);
    outline: 8px double rgba(255,255,255,.14);
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 6vw, 5rem);
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1;
    animation: loader-mark 700ms ease both;
}

.loader-brand sup {
    margin: 2px 0 0 8px;
    color: var(--gold);
    font-family: var(--font-body);
    font-size: .58rem;
    letter-spacing: .12em;
}

.loader-brand i {
    display: none;
}

.scroll-progress {
    position: fixed;
    z-index: 800;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: transparent;
}

.scroll-progress span {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--gold);
    transform: scaleX(0);
    transform-origin: left;
}

.film-grain {
    position: fixed;
    z-index: 1400;
    inset: 0;
    opacity: .035;
    background-image:
        radial-gradient(circle at 20% 30%, #000 0 0.6px, transparent .7px),
        radial-gradient(circle at 70% 60%, #000 0 0.5px, transparent .6px);
    background-size: 5px 5px, 7px 7px;
    pointer-events: none;
}

@keyframes loader-mark {
    from { opacity: 0; transform: scale(.94); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes loader-exit {
    to { opacity: 0; visibility: hidden; }
}

.site-header {
    position: fixed;
    z-index: 700;
    top: 0;
    right: 0;
    left: 0;
    display: grid;
    min-height: 112px;
    padding: 0 40px 16px;
    color: var(--ink);
    background: rgba(246, 240, 228, .97);
    border-bottom: 1px solid var(--line);
    grid-template-areas:
        "ritual ritual ritual"
        "brand nav actions";
    grid-template-columns: minmax(190px, 1fr) auto minmax(190px, 1fr);
    align-items: center;
    backdrop-filter: blur(18px);
    transition: min-height 250ms ease, box-shadow 250ms ease;
}

.site-header::after {
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;
    height: 6px;
    background:
        linear-gradient(135deg, var(--cobalt) 25%, transparent 25%) 0 0 / 12px 12px,
        linear-gradient(225deg, var(--cobalt) 25%, transparent 25%) 0 0 / 12px 12px;
    content: "";
}

.site-header.scrolled {
    min-height: 92px;
    box-shadow: 0 10px 35px rgba(36, 29, 24, .08);
}

.site-header.scrolled .header-ritual {
    height: 22px;
    opacity: .7;
}

.header-ritual {
    display: flex;
    height: 32px;
    margin-inline: -40px;
    padding-inline: 40px;
    gap: 18px;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: var(--cobalt);
    grid-area: ritual;
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
    transition: height 250ms ease, opacity 250ms ease;
}

.brand {
    position: relative;
    display: inline-flex;
    width: max-content;
    align-items: center;
    grid-area: brand;
}

.brand-mark {
    position: relative;
    display: grid;
    width: 38px;
    height: 38px;
    margin-right: 12px;
    border: 2px solid var(--cobalt);
    place-items: center;
    transform: rotate(45deg);
}

.brand-mark::before,
.brand-mark::after {
    position: absolute;
    width: 17px;
    height: 17px;
    border: 1px solid var(--cobalt);
    content: "";
}

.brand-mark::before {
    top: 3px;
    left: 3px;
}

.brand-mark::after {
    right: 3px;
    bottom: 3px;
}

.brand-mark i {
    display: none;
}

.brand-name {
    font-family: var(--font-display);
    font-size: 1.65rem;
    font-weight: 600;
    letter-spacing: .06em;
}

.brand-number {
    align-self: flex-start;
    margin: 1px 0 0 7px;
    color: var(--oxblood);
    font-size: .52rem;
    font-weight: 700;
    letter-spacing: .1em;
}

.desktop-nav {
    display: flex;
    gap: 30px;
    grid-area: nav;
    align-items: center;
}

.desktop-nav a {
    position: relative;
    padding-block: 7px;
    font-size: .69rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.desktop-nav a::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 2px;
    background: var(--oxblood);
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 220ms ease;
}

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

.header-actions {
    display: flex;
    gap: 22px;
    grid-area: actions;
    align-items: center;
    justify-content: flex-end;
}

.language-switch {
    display: flex;
    gap: 7px;
    align-items: center;
    font-size: .6rem;
    font-weight: 700;
}

.language-switch a {
    opacity: .35;
}

.language-switch a.active {
    color: var(--cobalt);
    opacity: 1;
}

.button {
    display: inline-flex;
    min-height: 56px;
    padding: 0 28px;
    gap: 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .09em;
    line-height: 1;
    text-transform: uppercase;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

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

.button-small {
    min-height: 40px;
    padding-inline: 20px;
}

.button-light {
    color: var(--white);
    background: var(--oxblood);
}

.button-light:hover {
    background: var(--oxblood-dark);
}

.button-coral {
    color: var(--white);
    background: var(--oxblood);
    border-color: var(--oxblood);
}

.button-coral:hover {
    background: var(--oxblood-dark);
    border-color: var(--oxblood-dark);
}

.button-ink {
    color: var(--white);
    background: var(--cobalt);
}

.button-ink:hover {
    background: var(--cobalt-dark);
}

.button-wide {
    width: 100%;
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--cobalt);
    background: transparent;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 20px;
    height: 1px;
    margin: 5px auto;
    background: currentColor;
    transition: transform 200ms ease;
}

.menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(3px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-3px) rotate(-45deg);
}

.mobile-panel {
    display: none;
}

.hero {
    position: relative;
    min-height: 840px;
    padding-top: 112px;
    background: var(--paper);
    overflow: hidden;
}

.hero::before {
    position: absolute;
    z-index: 1;
    top: 112px;
    bottom: 0;
    left: 0;
    width: 46%;
    opacity: .24;
    background:
        linear-gradient(45deg, transparent 46%, var(--cobalt) 47% 53%, transparent 54%) 0 0 / 34px 34px,
        linear-gradient(-45deg, transparent 46%, var(--cobalt) 47% 53%, transparent 54%) 0 0 / 34px 34px;
    content: "";
    mask-image: linear-gradient(to right, #000, transparent 82%);
}

.hero-media {
    position: absolute;
    z-index: 0;
    top: 112px;
    right: 0;
    bottom: 0;
    width: 54%;
    background: url("/portfolio/patio1755/assets/images/patio1755-hero.webp") center / cover;
    transform: translate3d(var(--hero-shift-x, 0), var(--hero-shift-y, 0), 0) scale(1.035);
}

.hero-media::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(36, 29, 24, .18), transparent 45%, rgba(36,29,24,.12));
    content: "";
}

.hero-scrim {
    position: absolute;
    z-index: 1;
    top: 112px;
    right: 50%;
    bottom: 0;
    width: 12%;
    background: linear-gradient(90deg, var(--paper), transparent);
}

.hero-content {
    position: relative;
    z-index: 3;
    display: grid;
    min-height: 728px;
    padding-block: 64px 48px;
    grid-template-columns: minmax(0, 43%) 1fr;
    grid-template-rows: auto 1fr auto;
}

.hero-edition {
    display: inline-flex;
    width: max-content;
    height: max-content;
    padding: 12px 14px;
    gap: 8px;
    flex-direction: column;
    color: var(--cobalt);
    border: 1px solid currentColor;
    outline: 3px double rgba(23, 74, 115, .28);
    grid-column: 1;
    grid-row: 1;
    font-size: .55rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hero-copy {
    align-self: center;
    grid-column: 1;
    grid-row: 2;
}

.eyebrow {
    display: flex;
    margin: 0 0 20px;
    gap: 12px;
    align-items: center;
    color: var(--oxblood);
    font-size: .63rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.eyebrow::before {
    width: 28px;
    height: 2px;
    background: currentColor;
    content: "";
}

.eyebrow-light {
    color: var(--gold);
}

.hero .eyebrow-light {
    color: var(--oxblood);
}

.hero h1 {
    max-width: 680px;
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(4.8rem, 7.4vw, 7.8rem);
    font-weight: 500;
    letter-spacing: -.055em;
    line-height: .84;
}

.hero h1::first-letter {
    color: var(--oxblood);
}

.hero-lede {
    max-width: 580px;
    margin: 32px 0 0;
    color: rgba(36, 29, 24, .68);
    font-size: 1.03rem;
    line-height: 1.8;
}

.hero-cta {
    display: flex;
    margin-top: 40px;
    gap: 28px;
    align-items: center;
}

.text-link {
    display: inline-flex;
    padding: 6px 0;
    gap: 18px;
    align-items: center;
    border-bottom: 1px solid currentColor;
    font-size: .67rem;
    font-weight: 700;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.text-link-light {
    color: var(--cobalt);
}

.hero-meta {
    display: flex;
    padding-top: 20px;
    gap: 54px;
    align-items: flex-end;
    border-top: 1px solid var(--line);
    grid-column: 1;
    grid-row: 3;
}

.hero-meta > div {
    display: flex;
    gap: 3px;
    flex-direction: column;
}

.hero-meta span {
    color: rgba(36, 29, 24, .48);
    font-size: .58rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero-meta strong {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 500;
}

.hero-location {
    position: relative;
    padding-left: 17px;
}

.location-dot {
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--oxblood);
    border-radius: 50%;
}

.scroll-cue {
    position: absolute;
    z-index: 4;
    right: 30px;
    bottom: 28px;
    display: flex;
    gap: 12px;
    align-items: center;
    color: var(--white);
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    writing-mode: vertical-rl;
}

.scroll-cue i {
    width: 1px;
    height: 42px;
    background: rgba(255,255,255,.7);
}

.marquee {
    position: relative;
    color: var(--white);
    background: var(--oxblood);
    border-block: 6px double rgba(255,255,255,.35);
    overflow: hidden;
}

.marquee-track {
    display: flex;
    width: max-content;
    min-height: 74px;
    gap: 34px;
    align-items: center;
    animation: marquee 26s linear infinite;
}

.marquee span {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: .02em;
}

.marquee i {
    color: var(--gold);
    font-style: normal;
}

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

.section-heading h2,
.chef-story h2,
.provenance-heading h2,
.space-intro h2,
.bar-copy h2,
.private-content h2,
.booking-intro h2,
.contact-lead h2 {
    margin: 0;
    font-family: var(--font-display);
    font-weight: 500;
    letter-spacing: -.04em;
    line-height: .98;
}

.manifesto {
    position: relative;
    background:
        linear-gradient(rgba(246,240,228,.94), rgba(246,240,228,.94)),
        linear-gradient(45deg, var(--cobalt) 25%, transparent 25% 75%, var(--cobalt) 75%) 0 0 / 28px 28px;
}

.manifesto::after {
    position: absolute;
    right: 5vw;
    bottom: 40px;
    color: rgba(23, 74, 115, .055);
    content: "1755";
    font-family: var(--font-display);
    font-size: 17vw;
    font-weight: 600;
    line-height: .8;
    pointer-events: none;
}

.split-heading {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 50px;
    grid-template-columns: .55fr 1.45fr;
}

.split-heading h2 {
    max-width: 850px;
    font-size: clamp(3.4rem, 6vw, 6.5rem);
}

.manifesto-copy {
    display: grid;
    max-width: 780px;
    margin-top: 48px;
    gap: 34px;
    grid-template-columns: 1fr 1fr;
}

.manifesto-copy p {
    margin: 0;
    color: rgba(36, 29, 24, .66);
}

.principles {
    position: relative;
    z-index: 1;
    display: grid;
    margin-top: 96px;
    border: 1px solid var(--cobalt);
    grid-template-columns: repeat(3, 1fr);
}

.principle {
    min-height: 270px;
    padding: 34px;
    background: rgba(255,250,240,.78);
    border-right: 1px solid var(--cobalt);
}

.principle:last-child {
    border-right: 0;
}

.principle-number {
    display: block;
    margin-bottom: 70px;
    color: var(--oxblood);
    font-family: var(--font-display);
    font-size: .9rem;
    font-weight: 600;
}

.principle h3 {
    margin: 0 0 12px;
    font-family: var(--font-display);
    font-size: 1.7rem;
    font-weight: 600;
}

.principle p {
    margin: 0;
    color: rgba(36, 29, 24, .6);
}

.chef-section {
    display: grid;
    width: var(--shell);
    margin: 128px auto;
    border: 1px solid var(--line);
    grid-template-columns: 1.15fr .85fr;
    background: var(--white);
}

.chef-portrait {
    position: relative;
    min-height: 720px;
    order: 2;
}

.chef-portrait img,
.provenance-media img,
.bar-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.chef-portrait img {
    object-position: center 25%;
}

.chef-story {
    position: relative;
    display: flex;
    padding: 74px 70px;
    align-items: center;
    order: 1;
    overflow: hidden;
}

.chef-story::before {
    position: absolute;
    top: 22px;
    right: 22px;
    bottom: 22px;
    left: 22px;
    border: 1px solid rgba(23,74,115,.18);
    content: "";
    pointer-events: none;
}

.chef-story-inner {
    position: relative;
    z-index: 2;
    max-width: 650px;
}

.chef-story h2 {
    max-width: 620px;
    font-size: clamp(3rem, 4.8vw, 5.2rem);
}

.chef-story blockquote {
    margin: 42px 0 28px;
    padding-left: 26px;
    color: var(--oxblood);
    border-left: 3px solid var(--gold);
    font-family: var(--font-display);
    font-size: 1.32rem;
    font-weight: 500;
    line-height: 1.45;
}

.chef-story-inner > p:not(.eyebrow) {
    color: rgba(36, 29, 24, .64);
}

.chef-facts {
    display: flex;
    margin-top: 44px;
    padding-top: 20px;
    gap: 30px;
    border-top: 1px solid var(--line);
    color: var(--cobalt);
    font-size: .61rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.chef-kanji {
    position: absolute;
    right: -30px;
    bottom: -38px;
    color: rgba(23, 74, 115, .045);
    font-family: var(--font-display);
    font-size: 11rem;
    font-weight: 600;
    line-height: 1;
}

.image-index {
    position: absolute;
    right: 16px;
    bottom: 16px;
    padding: 7px 10px;
    color: var(--white);
    background: var(--cobalt);
    font-size: .54rem;
    font-weight: 700;
    letter-spacing: .1em;
}

.image-index-light {
    color: var(--ink);
    background: var(--white);
}

.image-reveal {
    overflow: hidden;
}

.js .image-reveal img {
    clip-path: inset(0 0 100% 0);
    transition: clip-path 750ms cubic-bezier(.76,0,.24,1), transform 1.2s ease;
}

.js .image-reveal.is-visible img {
    clip-path: inset(0);
}

.menu-section {
    position: relative;
    color: var(--white);
    background: var(--cobalt-dark);
}

.menu-section::before,
.menu-section::after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 24px;
    opacity: .38;
    background:
        linear-gradient(45deg, transparent 35%, var(--white) 36% 44%, transparent 45% 55%, var(--white) 56% 64%, transparent 65%) 0 0 / 24px 24px;
    content: "";
}

.menu-section::before { left: 22px; }
.menu-section::after { right: 22px; }

.menu-heading {
    display: grid;
    gap: 30px;
    grid-template-columns: .45fr 1fr .55fr;
    align-items: end;
}

.menu-heading h2 {
    color: var(--white);
    font-size: clamp(3.6rem, 6vw, 6.8rem);
}

.menu-heading > p:last-child {
    margin: 0;
    color: rgba(255,250,240,.62);
}

.menu-grid {
    display: grid;
    margin-top: 72px;
    border: 1px solid rgba(255,250,240,.35);
    grid-template-columns: repeat(3, 1fr);
}

.menu-card {
    display: flex;
    min-height: 470px;
    padding: 34px;
    flex-direction: column;
    border-right: 1px solid rgba(255,250,240,.3);
    background: rgba(255,255,255,.035);
}

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

.menu-card.featured {
    color: var(--ink);
    background: var(--gold);
}

.menu-card-top {
    display: flex;
    justify-content: space-between;
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.menu-tag {
    padding: 5px 8px;
    border: 1px solid currentColor;
}

.menu-card > div:nth-child(2) {
    margin-block: auto;
}

.menu-card h3 {
    margin: 0 0 18px;
    font-family: var(--font-display);
    font-size: clamp(2.2rem, 3vw, 3.4rem);
    font-weight: 500;
    line-height: 1;
}

.menu-card p {
    margin: 0;
    color: rgba(255,250,240,.62);
}

.menu-card.featured p {
    color: rgba(36,29,24,.68);
}

.menu-card-bottom {
    display: flex;
    padding-top: 20px;
    gap: 20px;
    align-items: flex-end;
    justify-content: space-between;
    border-top: 1px solid currentColor;
}

.menu-card-bottom span {
    max-width: 170px;
    font-size: .62rem;
}

.menu-card-bottom strong {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 600;
    white-space: nowrap;
}

.menu-note {
    max-width: 700px;
    margin: 30px 0 0;
    color: rgba(255,250,240,.55);
    font-size: .7rem;
}

.provenance-section {
    display: grid;
    min-height: 760px;
    grid-template-columns: .82fr 1.18fr;
    background: var(--paper-deep);
}

.provenance-media {
    position: relative;
    min-height: 760px;
}

.provenance-media img {
    object-position: center;
}

.provenance-content {
    width: 100%;
    padding: 100px max(7vw, 70px);
}

.provenance-heading {
    max-width: 700px;
}

.provenance-heading h2 {
    color: var(--cobalt);
    font-size: clamp(3.4rem, 5vw, 5.6rem);
}

.provenance-heading > p:last-child {
    max-width: 580px;
    margin: 30px 0 0;
    color: rgba(36,29,24,.65);
}

.provenance-steps {
    display: grid;
    margin-top: 65px;
    border-block: 1px solid var(--cobalt);
}

.provenance-steps article {
    display: grid;
    padding: 24px 0;
    gap: 28px;
    border-bottom: 1px solid rgba(23,74,115,.28);
    grid-template-columns: 130px 1fr;
}

.provenance-steps article:last-child {
    border-bottom: 0;
}

.provenance-steps span {
    color: var(--oxblood);
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.provenance-steps p {
    margin: 0;
    color: rgba(36,29,24,.65);
}

.space-section {
    position: relative;
    color: var(--white);
    background: var(--oxblood-dark);
}

.space-section::before {
    position: absolute;
    inset: 0;
    opacity: .08;
    background:
        linear-gradient(45deg, transparent 42%, #fff 43% 57%, transparent 58%) 0 0 / 46px 46px,
        linear-gradient(-45deg, transparent 42%, #fff 43% 57%, transparent 58%) 0 0 / 46px 46px;
    content: "";
}

.space-section .page-shell {
    position: relative;
}

.space-intro {
    display: grid;
    margin-bottom: 64px;
    gap: 50px;
    grid-template-columns: 1.2fr .8fr;
    align-items: end;
}

.space-intro h2 {
    max-width: 780px;
    font-size: clamp(3.6rem, 6vw, 6.8rem);
}

.space-intro > p {
    margin: 0;
    color: rgba(255,250,240,.68);
}

.space-visual {
    position: relative;
    min-height: 680px;
    padding: 18px;
    border: 1px solid rgba(255,250,240,.45);
}

.space-image {
    position: absolute;
    inset: 18px;
    background: url("/portfolio/patio1755/assets/images/patio1755-interior.webp") center / cover;
}

.space-caption {
    position: absolute;
    z-index: 2;
    right: 40px;
    bottom: 40px;
    left: 40px;
    display: grid;
    color: var(--ink);
    background: rgba(255,250,240,.95);
    grid-template-columns: repeat(3, 1fr);
    backdrop-filter: blur(10px);
}

.space-caption > div {
    display: grid;
    min-height: 125px;
    padding: 22px;
    gap: 2px 16px;
    border-right: 1px solid var(--line);
    grid-template-columns: auto 1fr;
}

.space-caption > div:last-child {
    border-right: 0;
}

.space-caption span {
    color: var(--oxblood);
    font-family: var(--font-display);
    font-size: .8rem;
}

.space-caption strong {
    font-family: var(--font-display);
    font-size: 1.4rem;
    font-weight: 600;
}

.space-caption small {
    color: rgba(36,29,24,.56);
    grid-column: 2;
}

.bar-section {
    display: grid;
    width: var(--shell);
    margin: 128px auto;
    color: var(--ink);
    border: 1px solid var(--cobalt);
    grid-template-columns: .78fr 1.22fr;
    background: var(--white);
}

.bar-copy {
    display: flex;
    padding: 70px 58px;
    flex-direction: column;
    justify-content: space-between;
}

.bar-copy .eyebrow-light {
    color: var(--oxblood);
}

.bar-copy h2 {
    color: var(--cobalt);
    font-size: clamp(3rem, 4.5vw, 5rem);
}

.bar-copy > div > p:last-child {
    margin: 28px 0 0;
    color: rgba(36,29,24,.64);
}

.bar-details {
    display: grid;
    margin-top: 48px;
    border-top: 1px solid var(--line);
}

.bar-details span {
    padding: 13px 0;
    color: var(--oxblood);
    border-bottom: 1px solid var(--line);
    font-size: .64rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bar-image {
    position: relative;
    min-height: 680px;
}

.private-section {
    position: relative;
    display: flex;
    min-height: 570px;
    color: var(--white);
    background: var(--cobalt-dark);
    align-items: center;
    overflow: hidden;
}

.private-backdrop {
    position: absolute;
    inset: 0;
    opacity: .26;
    background:
        linear-gradient(90deg, var(--cobalt-dark) 0 42%, transparent 78%),
        url("/portfolio/patio1755/assets/images/patio1755-interior.webp") 60% center / cover;
}

.private-section::before {
    position: absolute;
    z-index: 1;
    inset: 28px;
    border: 1px solid rgba(255,250,240,.35);
    outline: 7px double rgba(255,250,240,.12);
    content: "";
}

.private-content {
    position: relative;
    z-index: 2;
}

.private-content h2 {
    max-width: 650px;
    font-size: clamp(3.6rem, 6vw, 6.7rem);
}

.private-content > p:not(.eyebrow) {
    max-width: 560px;
    margin: 28px 0 34px;
    color: rgba(255,250,240,.7);
}

.private-content .button-light {
    color: var(--ink);
    background: var(--gold);
}

.private-number {
    position: absolute;
    z-index: 1;
    right: 5vw;
    bottom: -35px;
    color: rgba(255,250,240,.06);
    font-family: var(--font-display);
    font-size: min(20vw, 16rem);
    font-weight: 600;
    line-height: 1;
}

.booking-section {
    position: relative;
    background:
        linear-gradient(rgba(246,240,228,.92), rgba(246,240,228,.92)),
        linear-gradient(45deg, var(--cobalt) 25%, transparent 25% 75%, var(--cobalt) 75%) 0 0 / 32px 32px;
}

.booking-shell {
    display: grid;
    gap: 7%;
    grid-template-columns: .62fr 1.38fr;
    align-items: start;
}

.booking-intro {
    position: sticky;
    top: 145px;
}

.booking-intro h2 {
    color: var(--cobalt);
    font-size: clamp(3.8rem, 5.5vw, 6.1rem);
}

.booking-intro > p:not(.eyebrow) {
    max-width: 420px;
    color: rgba(36,29,24,.64);
}

.booking-contact {
    display: flex;
    margin-top: 50px;
    padding-top: 24px;
    gap: 12px;
    flex-direction: column;
    border-top: 1px solid var(--line);
}

.booking-contact span {
    max-width: 360px;
    color: rgba(36,29,24,.58);
    font-size: .69rem;
}

.booking-contact a {
    width: max-content;
    color: var(--oxblood);
    border-bottom: 1px solid currentColor;
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 600;
}

.booking-card {
    padding: 52px;
    background: var(--white);
    border: 1px solid var(--cobalt);
    box-shadow: 14px 14px 0 var(--paper-deep);
}

.booking-primary,
.booking-details {
    display: grid;
    gap: 25px;
}

.booking-primary {
    grid-template-columns: repeat(3, 1fr);
}

.booking-details {
    margin-top: 34px;
    grid-template-columns: 1fr 1fr;
}

.booking-card label {
    display: flex;
    gap: 7px;
    flex-direction: column;
}

.booking-card label > span,
.availability-fieldset legend {
    color: var(--cobalt);
    font-size: .59rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.booking-card input,
.booking-card select,
.booking-card textarea {
    width: 100%;
    min-height: 50px;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    outline: 0;
    background: transparent;
}

.booking-card textarea {
    resize: vertical;
}

.booking-card input:focus,
.booking-card select:focus,
.booking-card textarea:focus {
    border-color: var(--oxblood);
}

.availability-fieldset {
    margin: 35px 0 0;
    padding: 0;
    border: 0;
}

.availability-fieldset legend {
    margin-bottom: 14px;
}

.availability {
    display: flex;
    min-height: 48px;
    gap: 8px;
    flex-wrap: wrap;
}

.availability-empty,
.availability-error {
    width: 100%;
    margin: 0;
    padding: 14px 16px;
    color: rgba(36,29,24,.55);
    background: var(--paper);
    font-size: .68rem;
}

.time-slot {
    display: block !important;
    position: relative;
}

.time-slot input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.time-slot span {
    display: grid;
    min-width: 64px;
    min-height: 42px;
    padding: 0 10px;
    color: var(--cobalt);
    border: 1px solid rgba(23,74,115,.35);
    place-items: center;
    font-size: .68rem;
    font-weight: 700;
    cursor: pointer;
}

.time-slot input:checked + span {
    color: var(--white);
    background: var(--cobalt);
    border-color: var(--cobalt);
}

.full-field {
    grid-column: 1 / -1;
}

.honeypot {
    position: absolute !important;
    left: -9999px !important;
}

.booking-card .button-wide {
    margin-top: 30px;
}

.form-terms {
    margin: 18px 0 0;
    color: rgba(36,29,24,.48);
    font-size: .61rem;
    text-align: center;
}

.form-message {
    display: flex;
    margin-top: 28px;
    padding: 20px;
    gap: 16px;
    align-items: flex-start;
    font-size: .75rem;
}

.form-message-success {
    color: #24573f;
    background: #e3eee7;
}

.form-message-error {
    color: #752727;
    background: #f2dddd;
}

.form-message strong {
    display: block;
    font-size: .82rem;
}

.form-message p {
    margin: 4px 0;
}

.success-mark {
    display: grid;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
    color: var(--white);
    background: #3d7355;
    border-radius: 50%;
    place-items: center;
}

.confirmation-code {
    display: flex;
    margin: 12px 0 5px;
    gap: 10px;
    align-items: center;
}

.confirmation-code b {
    letter-spacing: .08em;
}

.loading-note {
    margin-top: 18px;
    color: var(--cobalt);
    font-size: .68rem;
}

.loading-note span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    background: var(--oxblood);
    border-radius: 50%;
    animation: pulse 850ms infinite alternate;
}

@keyframes pulse {
    to { opacity: .25; }
}

.htmx-indicator {
    display: none;
}

.htmx-request .htmx-indicator,
.htmx-request.htmx-indicator {
    display: block;
}

.contact-section {
    position: relative;
    color: var(--white);
    background: var(--cobalt);
}

.contact-section::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 38%;
    opacity: .16;
    background: url("/portfolio/patio1755/assets/images/patio1755-interior.webp") center / cover;
    content: "";
}

.contact-grid {
    position: relative;
    display: grid;
    gap: 10%;
    grid-template-columns: 1.05fr .95fr;
}

.contact-lead h2 {
    max-width: 720px;
    font-size: clamp(3.8rem, 6vw, 6.8rem);
}

.contact-details {
    display: grid;
    padding: 42px;
    gap: 32px;
    background: rgba(14,49,80,.92);
    border: 1px solid rgba(255,250,240,.35);
}

.contact-details > div {
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.contact-details small {
    color: rgba(255,250,240,.56);
}

.contact-details strong {
    color: var(--gold);
    font-size: .62rem;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.contact-links a {
    width: max-content;
    border-bottom: 1px solid rgba(255,250,240,.55);
    font-family: var(--font-display);
    font-size: 1.15rem;
}

.site-footer {
    color: var(--ink);
    background: var(--paper-deep);
}

.footer-top {
    display: grid;
    padding-block: 70px;
    gap: 8%;
    grid-template-columns: 1fr 1fr;
    align-items: end;
}

.footer-brand .brand {
    margin-bottom: 32px;
}

.footer-brand p {
    margin: 0 0 6px;
    color: var(--cobalt);
    font-family: var(--font-display);
    font-size: 2.2rem;
    font-weight: 600;
}

.footer-brand > span {
    color: rgba(36,29,24,.58);
}

.brand-dark {
    color: var(--ink);
}

.newsletter {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
}

.newsletter input {
    width: 100%;
    height: 58px;
    padding: 0 14px;
    border: 1px solid var(--cobalt);
    outline: 0;
    background: rgba(255,250,240,.55);
}

.newsletter button {
    height: 58px;
    padding: 0 25px;
    color: var(--white);
    border: 0;
    background: var(--oxblood);
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    cursor: pointer;
}

.newsletter button span {
    margin-left: 16px;
}

.newsletter #newsletter-result {
    grid-column: 1 / -1;
}

.newsletter-success,
.newsletter-error {
    margin: 10px 0 0;
    font-size: .68rem;
}

.newsletter-error {
    color: var(--oxblood);
}

.footer-bottom {
    display: flex;
    padding-block: 24px;
    gap: 30px;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    font-size: .59rem;
}

.footer-credits,
.footer-bottom > div {
    display: flex;
    gap: 22px;
    align-items: center;
}

.footer-credits a,
.footer-bottom > div:last-child a {
    padding-bottom: 2px;
    border-bottom: 1px solid currentColor;
}

.legal-page {
    min-height: 100vh;
    background:
        linear-gradient(rgba(246,240,228,.94), rgba(246,240,228,.94)),
        linear-gradient(45deg, var(--cobalt) 25%, transparent 25% 75%, var(--cobalt) 75%) 0 0 / 28px 28px;
}

.legal-header {
    display: flex;
    width: var(--shell);
    min-height: 100px;
    margin-inline: auto;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--line);
}

.language-link {
    color: var(--cobalt);
    border-bottom: 1px solid currentColor;
    font-size: .65rem;
    font-weight: 700;
}

.legal-main {
    max-width: 920px;
    padding-block: 75px 130px;
}

.legal-back {
    display: inline-block;
    margin-bottom: 75px;
    color: var(--oxblood);
    border-bottom: 1px solid currentColor;
    font-size: .68rem;
    font-weight: 700;
}

.legal-main h1 {
    margin: 0;
    color: var(--cobalt);
    font-family: var(--font-display);
    font-size: clamp(4rem, 8vw, 7.5rem);
    font-weight: 600;
    line-height: .9;
}

.legal-intro {
    max-width: 620px;
    margin: 28px 0 70px;
    color: rgba(36,29,24,.62);
    font-size: 1.1rem;
}

.legal-sections {
    display: grid;
    gap: 1px;
    border: 1px solid var(--cobalt);
    background: var(--cobalt);
}

.legal-sections section {
    padding: 34px;
    background: var(--white);
}

.legal-sections h2 {
    margin: 0 0 12px;
    font-family: var(--font-display);
    font-size: 1.7rem;
    font-weight: 600;
}

.legal-sections p {
    margin: 0;
    color: rgba(36,29,24,.63);
}

.legal-main > small {
    display: block;
    margin-top: 28px;
    color: rgba(36,29,24,.5);
}

.js .reveal {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 600ms ease, transform 600ms ease;
}

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

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

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

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

    .page-loader {
        display: none;
    }
}

@media (max-width: 1100px) {
    :root {
        --shell: min(100% - 56px, 980px);
    }

    .site-header {
        padding-inline: 28px;
        grid-template-columns: minmax(175px, 1fr) auto minmax(170px, 1fr);
    }

    .header-ritual {
        margin-inline: -28px;
    }

    .desktop-nav {
        gap: 18px;
    }

    .desktop-nav a {
        font-size: .62rem;
    }

    .hero {
        min-height: 760px;
    }

    .hero-content {
        min-height: 648px;
        grid-template-columns: 47% 1fr;
    }

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

    .chef-story {
        padding: 55px 46px;
    }

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

    .menu-heading > p:last-child {
        max-width: 600px;
    }

    .provenance-content {
        padding-inline: 55px;
    }

    .bar-copy {
        padding: 55px 42px;
    }

    .booking-shell {
        gap: 5%;
    }

    .booking-card {
        padding: 40px;
    }
}

@media (max-width: 820px) {
    :root {
        --shell: calc(100% - 40px);
    }

    .section {
        padding-block: 95px;
    }

    .site-header {
        min-height: 98px;
        padding: 0 20px 12px;
        background: rgba(246, 240, 228, 1);
        backdrop-filter: none;
        grid-template-areas:
            "ritual ritual ritual"
            "brand actions actions";
        grid-template-columns: 1fr auto auto;
    }

    .header-ritual {
        height: 26px;
        margin-inline: -20px;
        padding-inline: 20px;
        justify-content: space-between;
    }

    .header-ritual span:nth-child(2) {
        display: none;
    }

    .desktop-nav,
    .header-actions > .button {
        display: none;
    }

    .menu-toggle {
        position: relative;
        z-index: 2;
        display: block;
    }

    .mobile-panel {
        position: fixed;
        z-index: 690;
        top: 98px;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        max-height: calc(100dvh - 98px);
        padding: 28px 30px calc(40px + env(safe-area-inset-bottom));
        color: var(--white);
        background:
            linear-gradient(rgba(14,49,80,.96), rgba(14,49,80,.96)),
            url("/portfolio/patio1755/assets/images/patio1755-interior.webp") center / cover;
        opacity: 0;
        overflow-y: auto;
        overscroll-behavior: contain;
        visibility: hidden;
        align-items: flex-start;
        transition: opacity 220ms ease, visibility 220ms ease;
    }

    .mobile-panel.open {
        opacity: 1;
        visibility: visible;
    }

    .mobile-panel nav {
        display: grid;
        width: 100%;
        gap: 6px;
    }

    .mobile-panel a {
        display: flex;
        min-height: 58px;
        padding: 8px 0;
        align-items: center;
        border-bottom: 1px solid rgba(255,255,255,.18);
        font-family: var(--font-display);
        font-size: clamp(2rem, 7vw, 3.7rem);
        font-weight: 500;
        line-height: 1.1;
    }

    body.menu-open .portfolio-demo-toolbar {
        display: none;
    }

    .hero {
        min-height: auto;
        padding-top: 98px;
    }

    .hero::before {
        display: none;
    }

    .hero-media {
        position: relative;
        top: auto;
        width: 100%;
        height: 58vw;
        min-height: 430px;
        transform: none;
    }

    .hero-scrim {
        display: none;
    }

    .hero-content {
        min-height: auto;
        padding-block: 48px 52px;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
    }

    .hero-edition {
        grid-column: 1;
        grid-row: 1;
    }

    .hero-copy {
        margin-top: 48px;
        grid-column: 1;
        grid-row: 2;
    }

    .hero h1 {
        font-size: clamp(4.3rem, 13vw, 6.8rem);
    }

    .hero-meta {
        margin-top: 54px;
        grid-column: 1;
        grid-row: 3;
    }

    .scroll-cue {
        display: none;
    }

    .split-heading,
    .manifesto-copy,
    .space-intro,
    .contact-grid {
        grid-template-columns: 1fr;
    }

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

    .principle {
        min-height: 220px;
        border-right: 0;
        border-bottom: 1px solid var(--cobalt);
    }

    .principle:last-child {
        border-bottom: 0;
    }

    .principle-number {
        margin-bottom: 45px;
    }

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

    .chef-portrait {
        min-height: 650px;
        order: 1;
    }

    .chef-story {
        order: 2;
    }

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

    .menu-card {
        min-height: 380px;
        border-right: 0;
        border-bottom: 1px solid rgba(255,250,240,.3);
    }

    .menu-card:last-child {
        border-bottom: 0;
    }

    .provenance-section,
    .bar-section {
        grid-template-columns: 1fr;
    }

    .provenance-media {
        min-height: 620px;
    }

    .provenance-content {
        padding: 80px 28px;
    }

    .space-caption {
        right: 30px;
        bottom: 30px;
        left: 30px;
        grid-template-columns: 1fr;
    }

    .space-caption > div {
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .space-caption > div:last-child {
        border-bottom: 0;
    }

    .bar-copy {
        min-height: 600px;
    }

    .bar-image {
        min-height: 600px;
    }

    .booking-shell {
        grid-template-columns: 1fr;
    }

    .booking-intro {
        position: static;
    }

    .booking-card {
        margin-top: 30px;
    }

    .contact-details {
        max-width: 620px;
    }

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

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

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

@media (max-width: 560px) {
    :root {
        --shell: calc(100% - 30px);
    }

    .section {
        padding-block: 76px;
    }

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

    .header-ritual span:last-child {
        display: none;
    }

    .brand-mark {
        width: 31px;
        height: 31px;
    }

    .brand-mark::before,
    .brand-mark::after {
        width: 13px;
        height: 13px;
    }

    .brand-name {
        font-size: 1.28rem;
    }

    .header-actions {
        gap: 13px;
    }

    .hero-media {
        height: 64vh;
        min-height: 470px;
        background-position: 62% center;
    }

    .hero-content {
        padding-top: 38px;
    }

    .hero-copy {
        margin-top: 36px;
    }

    .hero h1 {
        font-size: clamp(3.85rem, 17vw, 5.5rem);
    }

    .hero-lede {
        margin-top: 25px;
        font-size: .93rem;
    }

    .hero-cta {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero-meta {
        gap: 25px;
        align-items: flex-start;
        flex-direction: column;
    }

    .marquee-track {
        min-height: 62px;
    }

    .split-heading {
        gap: 22px;
    }

    .split-heading h2,
    .menu-heading h2,
    .space-intro h2,
    .contact-lead h2 {
        font-size: 3.25rem;
    }

    .manifesto-copy {
        margin-top: 32px;
        gap: 20px;
    }

    .principles {
        margin-top: 60px;
    }

    .chef-section,
    .bar-section {
        width: 100%;
        margin-block: 0;
        border-inline: 0;
    }

    .chef-portrait {
        min-height: 530px;
    }

    .chef-story {
        padding: 58px 27px;
    }

    .chef-story::before {
        inset: 14px;
    }

    .chef-story h2,
    .provenance-heading h2,
    .bar-copy h2,
    .private-content h2,
    .booking-intro h2 {
        font-size: 3.2rem;
    }

    .chef-facts {
        align-items: flex-start;
        flex-direction: column;
    }

    .menu-section::before,
    .menu-section::after {
        display: none;
    }

    .menu-grid {
        margin-top: 48px;
    }

    .menu-card {
        min-height: 350px;
        padding: 27px;
    }

    .provenance-media {
        min-height: 480px;
    }

    .provenance-content {
        padding-inline: 20px;
    }

    .provenance-steps article {
        gap: 8px;
        grid-template-columns: 1fr;
    }

    .space-visual {
        min-height: 630px;
        padding: 10px;
    }

    .space-image {
        inset: 10px;
    }

    .space-caption {
        right: 22px;
        bottom: 22px;
        left: 22px;
    }

    .bar-copy {
        min-height: auto;
        padding: 65px 28px;
    }

    .bar-image {
        min-height: 500px;
    }

    .private-section {
        min-height: 640px;
    }

    .private-section::before {
        inset: 15px;
    }

    .private-number {
        font-size: 6.5rem;
    }

    .booking-primary,
    .booking-details {
        grid-template-columns: 1fr;
    }

    .booking-card {
        padding: 34px 22px;
        box-shadow: 7px 7px 0 var(--paper-deep);
    }

    .contact-details {
        padding: 30px 22px;
    }

    .contact-section::before {
        width: 100%;
        opacity: .08;
    }

    .footer-top {
        padding-block: 60px;
    }

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

    .newsletter button {
        width: 100%;
    }

    .footer-bottom > div:last-child {
        gap: 14px;
        flex-wrap: wrap;
    }

    .legal-main {
        padding-block: 55px 90px;
    }

    .legal-back {
        margin-bottom: 55px;
    }

    .legal-main h1 {
        font-size: 4rem;
    }

    .legal-sections section {
        padding: 25px;
    }
}

/* Camada final da identidade tradicional */
.hero {
    min-height: 900px;
    color: var(--white);
    background: var(--cobalt-dark);
}

.hero::before {
    z-index: 1;
    top: 112px;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    opacity: 1;
    background:
        linear-gradient(180deg, rgba(8, 28, 45, .42), rgba(8, 28, 45, .24) 35%, rgba(8, 28, 45, .72)),
        linear-gradient(90deg, rgba(8, 28, 45, .34), transparent 30% 70%, rgba(8, 28, 45, .34));
    mask-image: none;
}

.hero::after {
    position: absolute;
    z-index: 2;
    top: 132px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    border: 1px solid rgba(255, 250, 240, .36);
    outline: 5px double rgba(200, 155, 75, .3);
    content: "";
    pointer-events: none;
}

.hero-media {
    top: 112px;
    right: 0;
    left: 0;
    width: 100%;
    background-position: center 58%;
    filter: saturate(.78) contrast(1.03);
}

.hero-media::after {
    background: linear-gradient(180deg, rgba(14, 49, 80, .06), rgba(14, 49, 80, .34));
}

.hero-scrim {
    display: none;
}

.hero-content {
    display: flex;
    min-height: 788px;
    padding: 110px 0 94px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-edition {
    position: absolute;
    top: 58px;
    left: 50%;
    display: inline-flex;
    width: max-content;
    padding: 9px 18px;
    gap: 28px;
    flex-direction: row;
    color: rgba(255, 250, 240, .82);
    border-color: rgba(255, 250, 240, .42);
    outline-color: rgba(200, 155, 75, .26);
    transform: translateX(-50%);
}

.hero-copy {
    position: relative;
    width: min(790px, calc(100% - 120px));
    padding: 68px 70px 62px;
    align-self: auto;
    color: var(--white);
    background: rgba(9, 36, 58, .82);
    border: 1px solid rgba(255, 250, 240, .64);
    outline: 8px double rgba(200, 155, 75, .58);
    box-shadow: 0 30px 90px rgba(0, 0, 0, .28);
    backdrop-filter: blur(3px);
}

.hero .eyebrow-light {
    justify-content: center;
    color: var(--gold);
}

.hero h1 {
    max-width: none;
    color: var(--white);
    font-size: clamp(4.6rem, 8vw, 7.3rem);
    letter-spacing: -.045em;
    line-height: .9;
}

.hero h1::first-letter {
    color: var(--white);
}

.hero-lede {
    max-width: 610px;
    margin: 30px auto 0;
    color: rgba(255, 250, 240, .78);
}

.hero-cta {
    justify-content: center;
}

.hero .text-link-light {
    color: var(--white);
}

.hero-meta {
    position: absolute;
    right: 50px;
    bottom: 48px;
    left: 50px;
    padding: 14px 20px 0;
    gap: 54px;
    justify-content: center;
    color: var(--white);
    border-top-color: rgba(255, 250, 240, .4);
}

.hero-meta span,
.hero-meta strong {
    color: var(--white);
}

.hero-location {
    border-left-color: rgba(255, 250, 240, .38);
}

.manifesto {
    text-align: center;
}

.manifesto::before {
    position: absolute;
    top: 42px;
    right: 42px;
    bottom: 42px;
    left: 42px;
    border: 3px double rgba(23, 74, 115, .22);
    content: "";
    pointer-events: none;
}

.manifesto::after {
    right: 50%;
    bottom: 55px;
    font-size: 13vw;
    transform: translateX(50%);
}

.split-heading {
    display: block;
}

.split-heading > .eyebrow,
.menu-heading .eyebrow {
    justify-content: center;
}

.split-heading h2 {
    max-width: 900px;
    margin-inline: auto;
    font-size: clamp(3.2rem, 5.5vw, 5.8rem);
}

.manifesto-copy {
    max-width: 850px;
    margin: 40px auto 0;
    gap: 60px;
}

.principles {
    margin-top: 75px;
    border: 3px double var(--cobalt);
    text-align: left;
}

.principle {
    min-height: 250px;
    background: rgba(255, 250, 240, .88);
}

.principle-number {
    margin-bottom: 48px;
}

.chef-section {
    border: 3px double var(--cobalt);
    box-shadow: 12px 12px 0 var(--paper-deep);
    grid-template-columns: .95fr 1.05fr;
}

.chef-portrait {
    min-height: 680px;
    order: 1;
}

.chef-story {
    order: 2;
    text-align: center;
}

.chef-story .eyebrow {
    justify-content: center;
}

.chef-story blockquote {
    padding: 25px 0;
    border-top: 1px solid var(--gold);
    border-right: 0;
    border-bottom: 1px solid var(--gold);
    border-left: 0;
}

.chef-facts {
    justify-content: center;
}

.chef-kanji {
    right: 50%;
    font-size: 8rem;
    transform: translateX(50%);
}

.menu-section {
    color: var(--ink);
    background:
        linear-gradient(rgba(246, 240, 228, .96), rgba(246, 240, 228, .96)),
        linear-gradient(45deg, var(--cobalt) 25%, transparent 25% 75%, var(--cobalt) 75%) 0 0 / 30px 30px;
    border-top: 10px double var(--cobalt);
    border-bottom: 10px double var(--cobalt);
}

.menu-section::before,
.menu-section::after {
    top: 34px;
    bottom: 34px;
    width: 16px;
    opacity: .28;
    background:
        linear-gradient(45deg, transparent 35%, var(--cobalt) 36% 44%, transparent 45% 55%, var(--cobalt) 56% 64%, transparent 65%) 0 0 / 16px 16px;
}

.menu-heading {
    display: block;
    max-width: 820px;
    margin-inline: auto;
    text-align: center;
}

.menu-heading h2 {
    color: var(--cobalt-dark);
    font-size: clamp(3.6rem, 6vw, 6.2rem);
}

.menu-heading > p:last-child {
    max-width: 640px;
    margin: 24px auto 0;
    color: rgba(36, 29, 24, .65);
}

@media (max-width: 980px) {
    .hero-copy {
        width: min(740px, calc(100% - 100px));
    }

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

@media (max-width: 820px) {
    .hero {
        min-height: 800px;
        padding-top: 98px;
    }

    .hero::before,
    .hero-media {
        top: 98px;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        min-height: 0;
    }

    .hero::after {
        top: 114px;
        right: 14px;
        bottom: 14px;
        left: 14px;
    }

    .hero-content {
        min-height: 702px;
        padding: 95px 0 100px;
    }

    .hero-edition {
        top: 36px;
        gap: 12px;
        white-space: nowrap;
    }

    .hero-copy {
        width: min(640px, calc(100% - 70px));
        padding: 55px 44px 50px;
    }

    .hero-meta {
        right: 35px;
        bottom: 32px;
        left: 35px;
    }

    .manifesto::before {
        inset: 25px;
    }

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

    .chef-portrait {
        min-height: 620px;
    }

    .chef-story {
        padding: 70px 45px;
    }
}

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

    .hero-content {
        min-height: 672px;
        padding-top: 90px;
    }

    .hero-edition {
        width: calc(100% - 72px);
        justify-content: center;
        font-size: .48rem;
    }

    .hero-copy {
        width: calc(100% - 52px);
        padding: 46px 26px 42px;
        outline-width: 5px;
    }

    .hero h1 {
        font-size: clamp(3.7rem, 18vw, 5.2rem);
    }

    .hero-lede {
        font-size: .9rem;
        line-height: 1.65;
    }

    .hero-meta {
        right: 28px;
        left: 28px;
        gap: 18px;
    }

    .manifesto::before {
        inset: 14px;
    }

    .manifesto-copy {
        gap: 22px;
        grid-template-columns: 1fr;
    }

    .principles {
        text-align: center;
    }

    .chef-portrait {
        min-height: 480px;
    }

    .chef-story {
        padding: 60px 28px;
    }
}
