:root {
    --dough: #f1dfb9;
    --dough-light: #f8edcf;
    --dough-deep: #e1c48d;
    --paper: #f6e7c4;
    --ink: #302117;
    --brown: #5e3a25;
    --brown-soft: #8b6242;
    --tomato: #b44332;
    --tomato-dark: #8f3025;
    --basil: #45613e;
    --cream: #fff9e9;
    --line: rgba(48, 33, 23, 0.2);
    --alpstone-blue: #438dd7;
    --alpstone-blue-dark: #2e73bc;
    --alpstone-text: #101828;
    --alpstone-muted: #667085;
    --font-display: "Fraunces", Georgia, serif;
    --font-body: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

body {
    margin: 0;
    color: var(--ink);
    background: var(--dough);
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.6;
    overflow-x: hidden;
}

body.is-nav-open {
    overflow: hidden;
}

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

button,
a {
    -webkit-tap-highlight-color: transparent;
}

a {
    color: inherit;
}

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

h1,
h2,
h3,
h4,
p {
    margin-top: 0;
}

::selection {
    color: var(--cream);
    background: var(--tomato);
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 15000;
    padding: 10px 16px;
    color: var(--cream);
    background: var(--ink);
    border-radius: 999px;
    text-decoration: none;
    transform: translateY(-180%);
    transition: transform 0.2s ease;
}

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

.site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 80;
    display: flex;
    width: min(1380px, calc(100% - 44px));
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin: 18px auto 0;
    padding: 9px 12px 9px 20px;
    border: 1px solid rgba(48, 33, 23, 0.16);
    border-radius: 999px;
    background: rgba(246, 231, 196, 0.76);
    box-shadow: 0 16px 44px rgba(73, 44, 26, 0.09);
    backdrop-filter: blur(18px) saturate(120%);
    -webkit-backdrop-filter: blur(18px) saturate(120%);
    transition: min-height 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
    min-height: 62px;
    background: rgba(246, 231, 196, 0.94);
    box-shadow: 0 18px 48px rgba(73, 44, 26, 0.14);
}

.brand,
.footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-decoration: none;
}

.brand i,
.footer-brand i {
    color: var(--tomato);
    font-weight: 600;
}

.brand-mark {
    display: inline-grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-family: var(--font-body);
    font-size: 0.72rem;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -0.04em;
    transform: rotate(-7deg);
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-nav a {
    padding: 11px 14px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
    color: var(--tomato-dark);
    background: rgba(255, 255, 255, 0.34);
}

.main-nav .nav-cta {
    padding-right: 20px;
    padding-left: 20px;
    color: var(--cream);
    background: var(--ink);
}

.main-nav .nav-cta:hover,
.main-nav .nav-cta:focus-visible {
    color: var(--cream);
    background: var(--tomato-dark);
    transform: translateY(-1px);
}

.nav-toggle {
    display: none;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    border: 0;
    border-radius: 50%;
    color: var(--cream);
    background: var(--ink);
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: currentColor;
    transition: transform 0.24s ease;
}

.paper-section,
.section-shell {
    position: relative;
    isolation: isolate;
}

.paper-section::before,
.section-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    opacity: 0.38;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(84, 53, 31, 0.12) 0 0.7px, transparent 0.8px),
        radial-gradient(circle at 70% 65%, rgba(255, 255, 255, 0.5) 0 0.7px, transparent 0.8px);
    background-size: 9px 11px, 13px 15px;
}

.doodle {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    user-select: none;
}

.hero {
    min-height: 100svh;
    overflow: hidden;
    padding: clamp(150px, 18vh, 210px) max(7vw, 32px) 80px;
    background:
        radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.48), transparent 28%),
        linear-gradient(130deg, var(--dough-light) 0%, var(--dough) 64%, #e8cf9e 100%);
}

.paper-grain {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.28;
    pointer-events: none;
    background-image: repeating-linear-gradient(8deg, transparent 0 9px, rgba(69, 41, 23, 0.03) 10px 11px);
    mix-blend-mode: multiply;
}

.hero-copy {
    position: relative;
    z-index: 3;
    width: min(760px, 58vw);
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 26px;
    color: var(--brown);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    line-height: 1.2;
    text-transform: uppercase;
}

.eyebrow span {
    display: block;
    width: 34px;
    height: 2px;
    background: var(--tomato);
}

.eyebrow-light {
    color: rgba(255, 249, 233, 0.7);
}

.hero h1,
.intro h2,
.menu-heading h2,
.oven-copy h2,
.contact-heading h2 {
    margin-bottom: 0;
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: -0.065em;
}

.hero h1 {
    max-width: 920px;
    font-size: clamp(4.6rem, 8.3vw, 9.6rem);
    line-height: 0.82;
}

.hero h1 em,
.contact-heading h2 em {
    color: var(--tomato);
    font-weight: 500;
}

.hero-lead {
    max-width: 570px;
    margin: 38px 0 0 6px;
    color: rgba(48, 33, 23, 0.78);
    font-size: clamp(1.02rem, 1.45vw, 1.24rem);
    font-weight: 600;
    line-height: 1.7;
}

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

.button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 24px;
    border-radius: 999px;
    font-size: 0.83rem;
    font-weight: 800;
    text-decoration: none;
}

.button-primary {
    padding: 0 24px;
    color: var(--cream);
    background: var(--ink);
    box-shadow: 0 12px 28px rgba(48, 33, 23, 0.18);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.button-primary:hover,
.button-primary:focus-visible {
    background: var(--tomato-dark);
    box-shadow: 0 16px 32px rgba(143, 48, 37, 0.22);
    transform: translateY(-2px);
}

.button-link {
    min-height: auto;
    border-bottom: 1px solid currentColor;
    border-radius: 0;
}

.hero-pizza {
    top: 7%;
    right: -7vw;
    width: min(52vw, 790px);
    opacity: 0.92;
    transform: rotate(11deg);
}

.hero-oven {
    right: 24vw;
    bottom: -9vw;
    width: min(25vw, 360px);
    opacity: 0.33;
    transform: rotate(-8deg);
}

.hero-note {
    position: absolute;
    right: 6vw;
    bottom: 8vh;
    z-index: 4;
    display: flex;
    width: 230px;
    min-height: 230px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 34px;
    border: 1px solid rgba(48, 33, 23, 0.32);
    border-radius: 50%;
    background: rgba(246, 231, 196, 0.66);
    text-align: center;
    transform: rotate(4deg);
    backdrop-filter: blur(12px);
}

.hero-note-kicker {
    margin-bottom: 12px;
    color: var(--tomato);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hero-note strong {
    font-family: var(--font-display);
    font-size: 1.34rem;
    line-height: 1.1;
}

.hero-note span:last-child {
    margin-top: 12px;
    font-size: 0.72rem;
    font-weight: 700;
}

.italian-thread {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    height: 8px;
    grid-template-columns: repeat(3, 1fr);
}

.italian-thread span:nth-child(1) { background: var(--basil); }
.italian-thread span:nth-child(2) { background: var(--cream); }
.italian-thread span:nth-child(3) { background: var(--tomato); }

.section-shell {
    width: min(1360px, calc(100% - 48px));
    margin: 0 auto;
}

.intro {
    display: grid;
    min-height: 780px;
    align-items: start;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.75fr);
    gap: clamp(50px, 9vw, 150px);
    padding: clamp(120px, 13vw, 190px) clamp(20px, 5vw, 78px);
    overflow: hidden;
}

.section-number {
    position: absolute;
    top: 82px;
    left: 4px;
    color: rgba(48, 33, 23, 0.36);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.18em;
}

.intro h2,
.oven-copy h2 {
    font-size: clamp(3.6rem, 6.5vw, 7.4rem);
    line-height: 0.92;
}

.intro-copy {
    position: relative;
    z-index: 2;
    padding-top: 60px;
}

.intro-copy > p {
    max-width: 610px;
    color: rgba(48, 33, 23, 0.72);
    font-weight: 500;
}

.intro-copy .intro-lead {
    color: var(--ink);
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 2.5vw, 2.4rem);
    font-weight: 600;
    line-height: 1.25;
}

.intro-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 56px;
    border-top: 1px solid var(--line);
}

.intro-stats div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 24px 14px 0 0;
    border-right: 1px solid var(--line);
}

.intro-stats div:last-child {
    border-right: 0;
    padding-left: 18px;
}

.intro-stats div:nth-child(2) {
    padding-left: 18px;
}

.intro-stats strong {
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 3vw, 3.1rem);
    line-height: 1;
}

.intro-stats span {
    margin-top: 8px;
    color: var(--brown-soft);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.intro-ingredients {
    right: -160px;
    bottom: -240px;
    width: 580px;
    opacity: 0.12;
    transform: rotate(-13deg);
}

.menu-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: var(--cream);
    background:
        radial-gradient(circle at 75% 8%, rgba(180, 67, 50, 0.18), transparent 28%),
        var(--ink);
}

.menu-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.12;
    pointer-events: none;
    background-image: radial-gradient(circle, rgba(255, 249, 233, 0.5) 0 0.6px, transparent 0.8px);
    background-size: 12px 13px;
}

.menu-shell {
    position: relative;
    z-index: 2;
    width: min(1280px, calc(100% - 48px));
    margin: 0 auto;
    padding: clamp(110px, 11vw, 170px) 0 100px;
}

.menu-heading {
    display: grid;
    align-items: end;
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.55fr);
    gap: 70px;
    padding-bottom: 68px;
    border-bottom: 1px solid rgba(255, 249, 233, 0.22);
}

.menu-heading .eyebrow {
    grid-column: 1 / -1;
    margin-bottom: -26px;
}

.menu-heading h2 {
    font-size: clamp(4.2rem, 7.2vw, 8.4rem);
    line-height: 0.86;
}

.menu-heading > p:last-child {
    margin: 0 0 8px;
    color: rgba(255, 249, 233, 0.66);
    font-size: 0.96rem;
}

.menu-columns {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: clamp(50px, 8vw, 120px);
    padding-top: 76px;
}

.menu-side {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.menu-group-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px;
    padding-bottom: 18px;
    border-bottom: 2px solid rgba(255, 249, 233, 0.86);
}

.menu-group-title h3 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(2.1rem, 3.5vw, 3.3rem);
    font-weight: 600;
    letter-spacing: -0.04em;
}

.menu-group-title span {
    color: rgba(255, 249, 233, 0.5);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.menu-item {
    display: grid;
    align-items: start;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 249, 233, 0.14);
}

.menu-item h4 {
    margin-bottom: 3px;
    font-family: var(--font-display);
    font-size: 1.24rem;
    font-weight: 600;
}

.menu-item p {
    margin-bottom: 0;
    color: rgba(255, 249, 233, 0.55);
    font-size: 0.77rem;
    line-height: 1.5;
}

.menu-item > strong {
    padding-top: 4px;
    color: var(--dough-deep);
    font-family: var(--font-display);
    font-size: 1.16rem;
}

.menu-item-signature {
    position: relative;
    margin-top: 8px;
    padding: 22px 18px;
    border: 1px solid rgba(180, 67, 50, 0.65);
    border-radius: 18px;
    background: rgba(180, 67, 50, 0.09);
}

.menu-badge {
    display: inline-block;
    margin-bottom: 4px;
    color: #e67b68;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.menu-note {
    margin: 60px 0 0;
    color: rgba(255, 249, 233, 0.42);
    font-size: 0.68rem;
    letter-spacing: 0.03em;
}

.menu-pizza {
    top: 50px;
    right: -220px;
    z-index: 0;
    width: 600px;
    opacity: 0.07;
    transform: rotate(26deg);
}

.oven-story {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1.18fr);
    gap: clamp(50px, 9vw, 140px);
    padding: clamp(120px, 13vw, 190px) clamp(20px, 5vw, 78px);
    overflow: hidden;
}

.oven-art-wrap {
    position: relative;
    display: grid;
    min-height: 590px;
    place-items: center;
}

.oven-ring {
    position: absolute;
    width: min(40vw, 520px);
    aspect-ratio: 1;
    border: 1px solid rgba(48, 33, 23, 0.34);
    border-radius: 50%;
}

.oven-ring::before,
.oven-ring::after {
    content: "";
    position: absolute;
    inset: 8%;
    border: 1px dashed rgba(48, 33, 23, 0.22);
    border-radius: inherit;
}

.oven-ring::after {
    inset: 16%;
    border-style: solid;
    opacity: 0.5;
}

.oven-story-art {
    position: relative;
    width: min(44vw, 620px);
    transform: rotate(-4deg);
}

.oven-copy {
    position: relative;
    z-index: 2;
}

.oven-copy > p:not(.eyebrow) {
    max-width: 660px;
    margin: 34px 0 0;
    color: rgba(48, 33, 23, 0.72);
    font-size: 1rem;
}

.oven-principles {
    margin: 50px 0 0;
    padding: 0;
    list-style: none;
}

.oven-principles li {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 22px;
    padding: 24px 0;
    border-top: 1px solid var(--line);
}

.oven-principles li > span {
    color: var(--tomato);
    font-family: var(--font-display);
    font-size: 0.84rem;
    font-weight: 700;
}

.oven-principles strong {
    display: block;
    margin-bottom: 5px;
    font-family: var(--font-display);
    font-size: 1.28rem;
}

.oven-principles p {
    margin: 0;
    color: rgba(48, 33, 23, 0.6);
    font-size: 0.82rem;
}

.oven-ingredients {
    right: -250px;
    bottom: -230px;
    width: 520px;
    opacity: 0.1;
    transform: rotate(17deg);
}

.contact-section {
    position: relative;
    display: grid;
    min-height: 850px;
    align-items: start;
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 0.72fr);
    gap: clamp(60px, 9vw, 150px);
    overflow: hidden;
    padding: clamp(110px, 11vw, 160px) max(7vw, 30px) 100px;
    color: var(--cream);
    background: var(--brown);
}

.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0.1;
    pointer-events: none;
    background-image:
        linear-gradient(104deg, transparent 48%, rgba(255, 255, 255, 0.14) 49%, transparent 50%),
        radial-gradient(circle, rgba(255, 249, 233, 0.45) 0 0.5px, transparent 0.7px);
    background-size: 50px 50px, 11px 13px;
}

.contact-heading,
.contact-form {
    position: relative;
    z-index: 2;
}

.contact-heading h2 {
    font-size: clamp(4rem, 6.7vw, 7.7rem);
    line-height: 0.88;
}

.contact-heading h2 em {
    color: var(--dough-deep);
}

.contact-details {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 70px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 249, 233, 0.2);
}

.contact-details div {
    display: flex;
    flex-direction: column;
}

.contact-details span {
    margin-bottom: 10px;
    color: rgba(255, 249, 233, 0.48);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.contact-details strong {
    font-family: var(--font-display);
    font-size: 0.94rem;
    font-weight: 600;
    line-height: 1.5;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: clamp(28px, 4vw, 54px);
    border: 1px solid rgba(255, 249, 233, 0.2);
    border-radius: 32px;
    background: rgba(255, 249, 233, 0.08);
    box-shadow: 0 34px 80px rgba(31, 19, 12, 0.18);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.demo-form-note {
    margin-bottom: 3px;
    padding: 12px 14px;
    border-left: 3px solid var(--dough-deep);
    color: rgba(255, 249, 233, 0.68);
    background: rgba(255, 249, 233, 0.05);
    font-size: 0.72rem;
    font-weight: 700;
}

.contact-form label {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-form label > span {
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

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

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid rgba(255, 249, 233, 0.22);
    border-radius: 14px;
    outline: 0;
    color: var(--cream);
    background: rgba(20, 11, 7, 0.18);
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input,
.contact-form select {
    height: 52px;
    padding: 0 15px;
}

.contact-form textarea {
    min-height: 126px;
    padding: 14px 15px;
    resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255, 249, 233, 0.34);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--dough-deep);
    background: rgba(20, 11, 7, 0.3);
    box-shadow: 0 0 0 4px rgba(225, 196, 141, 0.12);
}

.contact-requirement {
    margin: -5px 0 0;
    color: rgba(255, 249, 233, 0.48);
    font-size: 0.66rem;
}

.contact-submit {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 4px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    color: var(--ink);
    background: var(--dough);
    cursor: pointer;
    font-weight: 800;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.contact-submit:hover:not(:disabled),
.contact-submit:focus-visible:not(:disabled) {
    color: var(--cream);
    background: var(--tomato);
    transform: translateY(-2px);
}

.contact-submit:disabled {
    cursor: not-allowed;
    opacity: 0.36;
}

.contact-pizza {
    right: -180px;
    bottom: -250px;
    width: 510px;
    opacity: 0.1;
    transform: rotate(-24deg);
}

.site-footer {
    display: grid;
    align-items: center;
    grid-template-columns: auto minmax(190px, 0.35fr) minmax(420px, 1fr);
    gap: 42px;
    padding: 42px max(5vw, 24px);
    color: var(--ink);
    background: var(--dough-light);
}

.site-footer > p {
    margin: 0;
    color: rgba(48, 33, 23, 0.55);
    font-size: 0.69rem;
}

.portfolio-concept-footer {
    padding-left: 36px;
    border-left: 1px solid var(--line);
}

.portfolio-concept-footer p {
    max-width: 760px;
    margin: 0;
    color: rgba(48, 33, 23, 0.62);
    font-size: 0.69rem;
    line-height: 1.55;
}

.portfolio-legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin-top: 10px;
}

.portfolio-legal-links a {
    color: var(--brown);
    font-size: 0.68rem;
    font-weight: 800;
    text-underline-offset: 3px;
}

[data-reveal] {
    opacity: 1;
    transform: none;
}

.js-ready [data-reveal] {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

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

/* Demonstration alert */
.contact-form-alert[hidden] {
    display: none;
}

.contact-form-alert {
    position: fixed;
    inset: 0;
    z-index: 11000;
    display: grid;
    place-items: center;
    padding: 22px;
    opacity: 0;
    transition: opacity 0.22s ease;
}

.contact-form-alert.is-visible {
    opacity: 1;
}

.contact-form-alert-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(5, 6, 8, 0.66);
    cursor: pointer;
    backdrop-filter: blur(18px) saturate(135%);
    -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.contact-form-alert-card {
    position: relative;
    z-index: 1;
    width: min(680px, 100%);
    overflow: hidden;
    border-radius: 30px;
    color: var(--alpstone-text);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 36px 100px rgba(0, 0, 0, 0.32);
    transform: translateY(10px) scale(0.98);
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-form-alert.is-visible .contact-form-alert-card {
    transform: translateY(0) scale(1);
}

.contact-form-alert-card > header {
    display: flex;
    min-height: 78px;
    align-items: center;
    gap: 14px;
    padding: 8px 30px;
    color: white;
    background: var(--alpstone-blue);
}

.contact-form-alert-card > header img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.contact-form-alert-card > header span {
    font-size: 1rem;
    font-weight: 900;
}

.contact-form-alert-copy {
    padding: 42px 42px 28px;
}

.contact-form-alert-copy h3 {
    margin-bottom: 16px;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(2rem, 5vw, 3.1rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.04em;
}

.contact-form-alert-copy p {
    margin: 0;
    color: var(--alpstone-muted);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.98rem;
    font-weight: 650;
    line-height: 1.6;
}

.contact-form-alert-actions {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 0 42px 38px;
}

.contact-form-alert-actions button {
    min-height: 50px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 0.86rem;
    font-weight: 850;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.contact-form-alert-contact {
    color: var(--alpstone-blue-dark);
    background: rgba(67, 141, 215, 0.1);
    box-shadow: inset 0 0 0 1px rgba(67, 141, 215, 0.24);
}

.contact-form-alert-button {
    color: white;
    background: var(--alpstone-blue);
}

.contact-form-alert-actions button:hover,
.contact-form-alert-actions button:focus-visible {
    color: white;
    background: var(--alpstone-blue-dark);
    transform: translateY(-1px);
}

/* Alpstone portfolio presentation */
.alpstone-patch {
    position: fixed;
    inset: 0;
    z-index: 12000;
    pointer-events: auto;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 400;
    --patch-size: 76px;
    --patch-open-width: min(720px, calc(100vw - 44px));
    --patch-open-height: min(560px, calc(100vh - 44px));
    --patch-hover-height: min(636px, calc(100vh - 44px));
}

.alpstone-patch.is-initializing {
    visibility: hidden;
}

.alpstone-patch-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(5, 6, 8, 0.62);
    cursor: pointer;
    opacity: 1;
    backdrop-filter: blur(18px) saturate(140%);
    -webkit-backdrop-filter: blur(18px) saturate(140%);
    transition: opacity 0.48s ease, background 0.48s ease, backdrop-filter 0.48s ease;
}

.alpstone-patch-card {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: grid;
    grid-template-rows: 84px 1fr;
    width: var(--patch-open-width);
    height: var(--patch-open-height);
    min-height: 0;
    overflow: hidden;
    border-radius: 34px;
    color: var(--alpstone-text);
    background: white;
    isolation: isolate;
    box-shadow: 0 34px 92px rgba(0, 0, 0, 0.3);
    transform: translate(-50%, -50%);
    transform-origin: center;
    transition: top 0.78s cubic-bezier(0.22, 1, 0.36, 1), left 0.78s cubic-bezier(0.22, 1, 0.36, 1), width 0.78s cubic-bezier(0.22, 1, 0.36, 1), height 0.78s cubic-bezier(0.22, 1, 0.36, 1), grid-template-rows 0.78s cubic-bezier(0.22, 1, 0.36, 1), border-radius 0.68s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.54s ease, opacity 0.42s ease, transform 0.78s cubic-bezier(0.22, 1, 0.36, 1);
}

.alpstone-patch.is-intro.is-intro-entering .alpstone-patch-backdrop {
    opacity: 0;
}

.alpstone-patch.is-intro.is-intro-entering .alpstone-patch-card {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.95);
}

.alpstone-patch-header {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
    padding: 10px 122px 10px 38px;
    color: white;
    background: var(--alpstone-blue);
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.alpstone-patch-header img {
    width: 70px;
    height: 70px;
    flex: 0 0 auto;
    object-fit: contain;
}

.alpstone-patch-header span {
    font-size: clamp(1rem, 2vw, 1.24rem);
    font-weight: 900;
    line-height: 1.12;
}

.alpstone-patch-body {
    position: relative;
    min-height: 0;
    opacity: 1;
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.alpstone-patch-step {
    position: absolute;
    inset: 48px 54px 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity 0.32s ease, transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

.alpstone-patch-step.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.alpstone-patch-step h2 {
    max-width: 13ch;
    margin: 0;
    color: var(--alpstone-text);
    font-family: inherit;
    font-size: clamp(2.45rem, 4.8vw, 4.35rem);
    font-weight: 700;
    line-height: 0.96;
    letter-spacing: 0;
}

.alpstone-patch-step p {
    max-width: 42rem;
    margin: 24px 0 0;
    color: var(--alpstone-muted);
    font-size: clamp(1.04rem, 1.8vw, 1.2rem);
    font-weight: 760;
    line-height: 1.55;
}

.alpstone-patch-close {
    position: absolute;
    top: 42px;
    right: 18px;
    z-index: 4;
    display: inline-flex;
    height: 44px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 0;
    border-radius: 999px;
    color: var(--alpstone-blue);
    background: white;
    cursor: pointer;
    font: inherit;
    font-size: 0.94rem;
    font-weight: 850;
    transform: translateY(-50%);
    transition: background 0.22s ease, color 0.18s ease, transform 0.22s ease, opacity 0.24s ease;
}

.alpstone-patch-close:hover,
.alpstone-patch-close:focus-visible {
    color: white;
    background: var(--alpstone-blue-dark);
    transform: translateY(calc(-50% - 1px));
}

.alpstone-patch-nav {
    position: absolute;
    right: 34px;
    bottom: 28px;
    z-index: 3;
    display: flex;
    gap: 12px;
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.alpstone-patch-arrow {
    position: relative;
    display: inline-grid;
    width: 48px;
    height: 48px;
    place-items: center;
    overflow: hidden;
    border: 0;
    border-radius: 999px;
    color: var(--alpstone-blue);
    background: white;
    cursor: pointer;
    font: inherit;
    font-weight: 900;
    box-shadow: 0 4px 16px rgba(67, 141, 215, 0.25);
    transition: width 0.34s ease, padding 0.34s ease, background 0.22s ease, color 0.18s ease, opacity 0.24s ease, transform 0.28s ease;
}

.alpstone-patch-arrow:hover,
.alpstone-patch-arrow:focus-visible {
    color: white;
    background: var(--alpstone-blue-dark);
    transform: translateY(-3px);
}

.alpstone-patch-arrow:disabled {
    opacity: 0;
    pointer-events: none;
}

.alpstone-patch-arrow-icon {
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor;
}

.alpstone-patch-arrow:first-child .alpstone-patch-arrow-icon {
    transform: translateX(2px) rotate(-135deg);
}

.alpstone-patch-arrow:last-child .alpstone-patch-arrow-icon {
    transform: translateX(-2px) rotate(45deg);
}

.alpstone-patch-next-label {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.82);
    white-space: nowrap;
    transition: opacity 0.2s ease, transform 0.26s ease;
}

.alpstone-patch.is-last-step .alpstone-patch-next {
    width: 126px;
    padding: 0 26px;
}

.alpstone-patch.is-last-step .alpstone-patch-next .alpstone-patch-arrow-icon {
    opacity: 0;
}

.alpstone-patch.is-last-step .alpstone-patch-next-label {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.alpstone-patch-return {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    height: var(--patch-size);
    align-items: center;
    justify-content: center;
    gap: 11px;
    color: white;
    background: var(--alpstone-blue);
    font-size: 1.05rem;
    font-weight: 950;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.24s ease, transform 0.24s ease, background 0.22s ease;
}

.alpstone-patch-return span {
    display: block;
    width: 13px;
    height: 13px;
    border-bottom: 3px solid currentColor;
    border-left: 3px solid currentColor;
    border-radius: 2px;
    transform: translateX(2px) rotate(45deg);
}

.alpstone-patch-return:hover,
.alpstone-patch-return:focus-visible {
    background: var(--alpstone-blue-dark);
}

.alpstone-patch-logo {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    border-radius: inherit;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.72);
    transition: opacity 0.28s ease, transform 0.34s ease;
}

.alpstone-patch-logo img {
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.alpstone-patch-hint {
    position: fixed;
    top: calc(100vh - 22px - var(--patch-size));
    left: 22px;
    z-index: 1;
    display: flex;
    width: 0;
    max-width: calc(100vw - 42px);
    height: var(--patch-size);
    align-items: center;
    overflow: hidden;
    padding: 0;
    border-radius: 999px;
    color: #344054;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 42px rgba(8, 9, 11, 0.14);
    backdrop-filter: blur(22px) saturate(145%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: width 0.52s cubic-bezier(0.22, 1, 0.36, 1), padding 0.52s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.18s ease, visibility 0s linear 0.52s;
}

.alpstone-patch-hint span {
    display: block;
    min-width: 340px;
    opacity: 0;
    transform: translateX(-8px);
    white-space: nowrap;
    font-size: 0.92rem;
    font-weight: 850;
    transition: opacity 0.24s ease, transform 0.24s ease;
}

.alpstone-patch.is-docking .alpstone-patch-backdrop,
.alpstone-patch.is-docked .alpstone-patch-backdrop {
    opacity: 0;
    pointer-events: none;
    backdrop-filter: blur(0);
}

.alpstone-patch.is-docking .alpstone-patch-card,
.alpstone-patch.is-docked .alpstone-patch-card {
    top: calc(100vh - 22px);
    left: 22px;
    grid-template-rows: 0 1fr;
    width: var(--patch-size);
    height: var(--patch-size);
    border-radius: 50%;
    background: var(--alpstone-blue);
    box-shadow: 0 18px 42px rgba(67, 141, 215, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.22);
    transform: translate(0, -100%);
}

.alpstone-patch.is-docked {
    inset: auto;
    pointer-events: none;
}

.alpstone-patch.is-docked .alpstone-patch-card {
    pointer-events: auto;
}

.alpstone-patch.is-docking .alpstone-patch-header,
.alpstone-patch.is-docking .alpstone-patch-body,
.alpstone-patch.is-docking .alpstone-patch-nav,
.alpstone-patch.is-docking .alpstone-patch-return,
.alpstone-patch.is-docking .alpstone-patch-close,
.alpstone-patch.is-docked:not(.is-hover-open) .alpstone-patch-header,
.alpstone-patch.is-docked:not(.is-hover-open) .alpstone-patch-body,
.alpstone-patch.is-docked:not(.is-hover-open) .alpstone-patch-nav,
.alpstone-patch.is-docked:not(.is-hover-open) .alpstone-patch-return,
.alpstone-patch.is-docked .alpstone-patch-close {
    opacity: 0;
    pointer-events: none;
}

.alpstone-patch.is-docking .alpstone-patch-logo,
.alpstone-patch.is-docked:not(.is-hover-open) .alpstone-patch-logo {
    z-index: 3;
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.alpstone-patch.is-docked.is-hover-open .alpstone-patch-card {
    grid-template-rows: 84px 1fr var(--patch-size);
    width: var(--patch-open-width);
    height: var(--patch-hover-height);
    border-radius: 34px;
    background: white;
    box-shadow: 0 28px 72px rgba(8, 9, 11, 0.2);
}

.alpstone-patch.is-docked.is-hover-open .alpstone-patch-nav {
    bottom: calc(var(--patch-size) + 28px);
}

.alpstone-patch.is-docked.is-hover-open .alpstone-patch-return,
.alpstone-patch.is-docked.is-hover-open .alpstone-patch-header,
.alpstone-patch.is-docked.is-hover-open .alpstone-patch-body,
.alpstone-patch.is-docked.is-hover-open .alpstone-patch-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.alpstone-patch.is-docked.is-hover-open .alpstone-patch-logo {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.72);
}

.alpstone-patch.is-docked.is-hint-expanded:not(.is-hover-open) .alpstone-patch-hint {
    width: min(560px, calc(100vw - 42px));
    padding: 0 30px 0 calc(var(--patch-size) + 44px);
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.alpstone-patch.is-docked.is-hint-text-visible:not(.is-hover-open) .alpstone-patch-hint span {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 1080px) {
    .hero-copy { width: min(720px, 70vw); }
    .hero-pizza { top: 14%; right: -18vw; width: 62vw; opacity: 0.68; }
    .hero-note { right: 4vw; width: 190px; min-height: 190px; }
    .intro,
    .oven-story { gap: 56px; }
    .site-footer { grid-template-columns: auto 1fr; }
    .portfolio-concept-footer { grid-column: 1 / -1; padding: 24px 0 0; border-top: 1px solid var(--line); border-left: 0; }
}

@media (max-width: 820px) {
    html { scroll-padding-top: 80px; }

    .site-header {
        width: calc(100% - 24px);
        min-height: 62px;
        margin-top: 10px;
        padding: 7px 8px 7px 14px;
    }

    .brand-name { font-size: 1.04rem; }
    .brand-mark { width: 42px; height: 42px; }
    .nav-toggle { display: flex; }

    .main-nav {
        position: fixed;
        top: 82px;
        right: 12px;
        left: 12px;
        display: flex;
        align-items: stretch;
        flex-direction: column;
        gap: 4px;
        padding: 18px;
        border: 1px solid rgba(48, 33, 23, 0.14);
        border-radius: 26px;
        background: rgba(246, 231, 196, 0.98);
        box-shadow: 0 24px 64px rgba(48, 33, 23, 0.18);
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: opacity 0.24s ease, visibility 0s linear 0.24s, transform 0.24s ease;
    }

    .main-nav.is-open {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        transition-delay: 0s;
    }

    .main-nav a { padding: 13px 16px; }

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

    .hero {
        min-height: 900px;
        padding: 140px 24px 74px;
    }

    .hero-copy { width: 100%; }
    .hero h1 { font-size: clamp(4.1rem, 15vw, 7.2rem); }
    .hero-lead { max-width: 470px; }
    .hero-pizza { top: 36%; right: -38vw; width: 92vw; opacity: 0.42; }
    .hero-oven { right: auto; bottom: -30px; left: -70px; width: 300px; opacity: 0.17; }
    .hero-note { right: 22px; bottom: 48px; width: 176px; min-height: 176px; padding: 24px; }

    .intro,
    .oven-story,
    .contact-section,
    .menu-heading,
    .menu-columns {
        grid-template-columns: 1fr;
    }

    .section-shell { width: calc(100% - 24px); }
    .intro { min-height: auto; gap: 24px; padding: 120px 22px 110px; }
    .intro-copy { padding-top: 12px; }
    .intro-ingredients { right: -200px; bottom: -180px; width: 480px; }

    .menu-shell { width: calc(100% - 44px); }
    .menu-heading { gap: 28px; }
    .menu-heading .eyebrow { margin-bottom: 0; }
    .menu-columns { gap: 70px; }

    .oven-story { gap: 20px; padding: 120px 22px 100px; }
    .oven-art-wrap { min-height: 430px; order: 2; }
    .oven-copy { order: 1; }
    .oven-ring { width: min(78vw, 470px); }
    .oven-story-art { width: min(84vw, 520px); }

    .contact-section { min-height: auto; gap: 60px; padding: 110px 24px 90px; }
    .contact-details { margin-top: 50px; }
    .contact-form { max-width: 650px; width: 100%; }

    .alpstone-patch {
        --patch-open-width: min(680px, calc(100vw - 24px));
        --patch-open-height: min(590px, calc(100svh - 24px));
        --patch-hover-height: min(650px, calc(100svh - 24px));
    }
}

@media (max-width: 560px) {
    .hero { min-height: 830px; padding-right: 18px; padding-left: 18px; }
    .hero h1 { font-size: clamp(3.6rem, 17vw, 5.5rem); }
    .hero-lead { margin-top: 28px; font-size: 0.96rem; }
    .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
    .hero-pizza { top: 42%; right: -47vw; width: 112vw; opacity: 0.3; }
    .hero-note { width: 150px; min-height: 150px; padding: 17px; }
    .hero-note strong { font-size: 1.1rem; }
    .hero-note span:last-child { font-size: 0.62rem; }

    .eyebrow { font-size: 0.65rem; }
    .intro h2,
    .oven-copy h2 { font-size: clamp(3.2rem, 15vw, 5.1rem); }
    .intro-stats { grid-template-columns: 1fr; }
    .intro-stats div,
    .intro-stats div:nth-child(2),
    .intro-stats div:last-child { padding: 18px 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .intro-stats div:last-child { border-bottom: 0; }

    .menu-shell { width: calc(100% - 30px); padding-bottom: 80px; }
    .menu-heading h2 { font-size: clamp(3.4rem, 16vw, 5.4rem); }
    .menu-item { gap: 14px; }
    .menu-item p { font-size: 0.72rem; }

    .oven-art-wrap { min-height: 340px; }
    .oven-principles li { grid-template-columns: 38px minmax(0, 1fr); gap: 12px; }

    .contact-heading h2 { font-size: clamp(3.4rem, 16vw, 5.4rem); }
    .contact-details { grid-template-columns: 1fr; }
    .contact-field-grid { grid-template-columns: 1fr; }
    .contact-form { padding: 24px 18px; border-radius: 24px; }

    .site-footer { grid-template-columns: 1fr; gap: 22px; }
    .site-footer > p { order: 3; }
    .portfolio-concept-footer { grid-column: auto; padding-top: 20px; }
    .portfolio-legal-links { flex-direction: column; gap: 5px; }

    .contact-form-alert { padding: 12px; }
    .contact-form-alert-card { border-radius: 24px; }
    .contact-form-alert-card > header { min-height: 68px; padding: 6px 20px; }
    .contact-form-alert-card > header img { width: 54px; height: 54px; }
    .contact-form-alert-copy { padding: 30px 24px 22px; }
    .contact-form-alert-copy p { font-size: 0.88rem; }
    .contact-form-alert-actions { flex-direction: column; padding: 0 24px 26px; }
    .contact-form-alert-actions button { width: 100%; }

    .alpstone-patch {
        --patch-size: 64px;
        --patch-open-width: calc(100vw - 16px);
        --patch-open-height: calc(100svh - 16px);
        --patch-hover-height: calc(100svh - 16px);
    }

    .alpstone-patch-card,
    .alpstone-patch.is-docked.is-hover-open .alpstone-patch-card {
        border-radius: 24px;
    }

    .alpstone-patch-header,
    .alpstone-patch.is-docked.is-hover-open .alpstone-patch-header {
        min-height: 72px;
        padding: 8px 92px 8px 20px;
    }

    .alpstone-patch-header img { width: 56px; height: 56px; }
    .alpstone-patch-header span { font-size: 0.94rem; }
    .alpstone-patch-close { top: 36px; right: 10px; height: 40px; padding: 0 14px; font-size: 0.78rem; }
    .alpstone-patch-step { inset: 36px 24px 98px; }
    .alpstone-patch-step h2 { font-size: clamp(2.1rem, 10.2vw, 3.3rem); }
    .alpstone-patch-step p { margin-top: 18px; font-size: 0.96rem; line-height: 1.48; }
    .alpstone-patch-nav { right: 22px; bottom: 22px; }
    .alpstone-patch.is-docked.is-hover-open .alpstone-patch-nav { bottom: calc(var(--patch-size) + 20px); }
    .alpstone-patch.is-docking .alpstone-patch-card,
    .alpstone-patch.is-docked .alpstone-patch-card { top: calc(100svh - 14px); left: 14px; }
    .alpstone-patch-hint { top: calc(100svh - 14px - var(--patch-size)); left: 14px; }
    .alpstone-patch-hint span { min-width: 255px; font-size: 0.76rem; }
    .alpstone-patch.is-docked.is-hint-expanded:not(.is-hover-open) .alpstone-patch-hint { width: calc(100vw - 28px); padding-right: 18px; padding-left: calc(var(--patch-size) + 24px); }
}

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

.address-link {
    color: inherit;
    text-decoration-color: rgba(48, 33, 23, 0.38);
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.address-link:hover,
.address-link:focus-visible {
    color: var(--tomato-dark);
    text-decoration-color: currentColor;
}

.hero-practical .address-link {
    display: inline-flex;
    max-width: 210px;
    align-items: flex-start;
    gap: 7px;
    margin-top: 16px;
    color: rgba(48, 33, 23, 0.66);
    font-size: 0.76rem;
    line-height: 1.5;
}

.hero-practical .address-link:hover,
.hero-practical .address-link:focus-visible {
    color: var(--tomato-dark);
}

.hero-practical .address-link > span {
    display: inline;
    max-width: none;
    margin: 0;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.restaurant-details .address-link {
    display: inline-block;
}

.demo-form-disclaimer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 5px 0 0;
    color: rgba(48, 33, 23, 0.52);
    font-size: 0.65rem;
    font-weight: 650;
    line-height: 1.45;
    text-align: center;
}

.demo-form-disclaimer > span {
    flex: 0 0 auto;
    color: var(--tomato-dark);
    font-size: 0.78rem;
}

/* --------------------------------------------------------------------------
   Farina & Fuoco v2 — one continuous sheet of illustrated paper
   -------------------------------------------------------------------------- */

.paper-page {
    position: relative;
    min-height: 100vh;
    overflow: clip;
    isolation: isolate;
    background: var(--dough);
}

.paper-page::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: 0.35;
    background-image:
        radial-gradient(circle at 14% 22%, rgba(78, 48, 29, 0.12) 0 0.55px, transparent 0.7px),
        radial-gradient(circle at 78% 68%, rgba(255, 255, 255, 0.5) 0 0.7px, transparent 0.85px),
        repeating-linear-gradient(7deg, transparent 0 18px, rgba(74, 43, 26, 0.025) 19px 20px);
    background-size: 9px 11px, 13px 15px, auto;
    mix-blend-mode: multiply;
}

.paper-grain {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.18;
    background:
        linear-gradient(92deg, transparent 0 49%, rgba(255, 255, 255, 0.08) 50%, transparent 51%) 0 0 / 68px 100%,
        linear-gradient(3deg, transparent 0 49%, rgba(67, 38, 20, 0.035) 50%, transparent 51%) 0 0 / 100% 84px;
    pointer-events: none;
}

.paper-illustrations {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: clip;
    pointer-events: none;
}

.paper-drawing {
    position: absolute;
    max-width: none;
    user-select: none;
    filter: sepia(0.12) saturate(0.85) contrast(0.94);
    mix-blend-mode: multiply;
}

.drawing-hero-pizza {
    top: 1.2%;
    right: -8vw;
    width: min(58vw, 780px);
    opacity: 0.22;
    transform: rotate(9deg);
}

.drawing-hero-oven {
    top: 12.2%;
    right: 23vw;
    width: min(31vw, 420px);
    opacity: 0.09;
    transform: rotate(-6deg);
}

.drawing-intro-ingredients {
    top: 20%;
    right: -10vw;
    width: min(38vw, 520px);
    opacity: 0.13;
    transform: rotate(-12deg);
}

.drawing-menu-oven {
    top: 31%;
    left: -15vw;
    width: min(34vw, 520px);
    opacity: 0.075;
    transform: rotate(5deg);
}

.drawing-menu-pizza {
    top: 54%;
    right: -13vw;
    width: min(35vw, 540px);
    opacity: 0.07;
    transform: rotate(18deg);
}

.drawing-reservation-ingredients {
    top: 76%;
    left: -9vw;
    width: min(30vw, 470px);
    opacity: 0.085;
    transform: rotate(10deg);
}

.paper-page > header,
.paper-page > main,
.paper-page > footer {
    position: relative;
    z-index: 3;
}

.paper-page > .site-header {
    position: fixed;
    z-index: 80;
}

.site-header {
    border-color: rgba(48, 33, 23, 0.17);
    background: rgba(241, 223, 185, 0.78);
}

.site-header.is-scrolled {
    background: rgba(241, 223, 185, 0.95);
}

.page-section {
    position: relative;
    width: min(1240px, calc(100% - 56px));
    margin: 0 auto;
    background: transparent;
}

.ruled-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: rgba(48, 33, 23, 0.24);
}

.eyebrow {
    margin-bottom: 24px;
}

.hero {
    display: grid;
    width: min(1240px, calc(100% - 56px));
    min-height: 760px;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.32fr);
    gap: clamp(64px, 10vw, 150px);
    overflow: visible;
    padding: 160px 0 96px;
    background: transparent;
}

.hero-copy {
    width: min(770px, 100%);
}

.hero h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(5rem, 8.5vw, 9rem);
    line-height: 0.78;
}

.hero-description {
    max-width: 570px;
    margin: 38px 0 0 6px;
    color: rgba(48, 33, 23, 0.76);
    font-size: clamp(1.02rem, 1.45vw, 1.22rem);
    font-weight: 600;
    line-height: 1.72;
}

.text-link {
    border-bottom: 1px solid currentColor;
    font-size: 0.84rem;
    font-weight: 800;
    text-decoration: none;
    text-underline-offset: 5px;
    transition: color 0.2s ease;
}

.text-link:hover,
.text-link:focus-visible {
    color: var(--tomato-dark);
}

.hero-practical {
    align-self: end;
    margin-bottom: 18px;
    padding: 28px 0 2px 28px;
    border-left: 1px solid rgba(48, 33, 23, 0.28);
}

.hero-practical p,
.hero-practical strong,
.hero-practical span {
    display: block;
}

.hero-practical p {
    margin: 0 0 12px;
    color: var(--brown-soft);
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-practical strong {
    font-family: var(--font-display);
    font-size: clamp(1.55rem, 2.5vw, 2.25rem);
    font-weight: 650;
    line-height: 1;
}

.hero-practical span {
    max-width: 190px;
    margin-top: 16px;
    color: rgba(48, 33, 23, 0.62);
    font-size: 0.76rem;
    line-height: 1.5;
}

.about {
    display: grid;
    min-height: 650px;
    align-items: center;
    grid-template-columns: minmax(0, 0.78fr) minmax(420px, 1.05fr);
    gap: clamp(60px, 10vw, 150px);
    padding: clamp(105px, 11vw, 155px) 0;
}

.section-heading h2,
.menu-header h2,
.reservation-intro h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(4rem, 6.5vw, 7.2rem);
    font-weight: 700;
    letter-spacing: -0.065em;
    line-height: 0.88;
}

.about-copy > p {
    max-width: 650px;
    color: rgba(48, 33, 23, 0.76);
    font-size: clamp(1.02rem, 1.45vw, 1.2rem);
    font-weight: 550;
    line-height: 1.75;
}

.method-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 48px 0 34px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.method-list div {
    min-width: 0;
    padding: 24px 18px 24px 0;
    border-right: 1px solid var(--line);
}

.method-list div + div {
    padding-left: 18px;
}

.method-list div:last-child {
    border-right: 0;
}

.method-list strong,
.method-list span {
    display: block;
}

.method-list strong {
    font-family: var(--font-display);
    font-size: clamp(2rem, 3vw, 3.15rem);
    line-height: 1;
}

.method-list span {
    margin-top: 9px;
    color: var(--brown-soft);
    font-size: 0.63rem;
    font-weight: 800;
    letter-spacing: 0.055em;
    line-height: 1.4;
    text-transform: uppercase;
}

.about-note {
    margin-bottom: 0;
    color: rgba(48, 33, 23, 0.58) !important;
    font-size: 0.84rem !important;
}

.menu {
    padding: clamp(105px, 11vw, 155px) 0 clamp(115px, 12vw, 170px);
    color: var(--ink);
}

.menu-header {
    display: grid;
    align-items: end;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 50px;
    padding-bottom: 56px;
}

.menu-header > p {
    margin: 0 0 9px;
    color: rgba(48, 33, 23, 0.58);
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: right;
}

.menu-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    gap: clamp(56px, 9vw, 120px);
}

.menu-secondary {
    display: flex;
    flex-direction: column;
    gap: 62px;
}

.menu-group-heading {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 8px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(48, 33, 23, 0.78);
}

.menu-group-heading h3 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(2.05rem, 3.3vw, 3.15rem);
    font-weight: 650;
    letter-spacing: -0.045em;
}

.menu-group-heading span {
    color: var(--brown-soft);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.menu .menu-item {
    border-bottom-color: rgba(48, 33, 23, 0.16);
}

.menu .menu-item h4 {
    color: var(--ink);
}

.menu .menu-item p {
    color: rgba(48, 33, 23, 0.58);
}

.menu .menu-item > strong {
    color: var(--tomato-dark);
}

.menu-item.signature {
    position: relative;
    margin-top: 10px;
    padding: 21px 18px;
    border: 1px solid rgba(180, 67, 50, 0.62);
    border-radius: 17px;
}

.menu-item.signature div > span {
    display: inline-block;
    margin-bottom: 4px;
    color: var(--tomato-dark);
    font-size: 0.58rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.menu-reservation-link {
    display: inline-flex;
    align-items: center;
    gap: 22px;
    margin-top: 70px;
    border-bottom: 1px solid currentColor;
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 2.1vw, 1.85rem);
    font-weight: 650;
    line-height: 1.3;
    text-decoration: none;
    transition: color 0.2s ease, gap 0.2s ease;
}

.menu-reservation-link:hover,
.menu-reservation-link:focus-visible {
    gap: 28px;
    color: var(--tomato-dark);
}

.reservation {
    display: grid;
    min-height: 780px;
    align-items: start;
    grid-template-columns: minmax(0, 0.72fr) minmax(500px, 0.92fr);
    gap: clamp(60px, 9vw, 130px);
    padding: clamp(105px, 11vw, 155px) 0 120px;
}

.reservation-intro > p:not(.eyebrow) {
    max-width: 520px;
    margin: 32px 0 0;
    color: rgba(48, 33, 23, 0.68);
    line-height: 1.75;
}

.restaurant-details {
    margin: 52px 0 0;
}

.restaurant-details div {
    display: grid;
    grid-template-columns: minmax(110px, 0.42fr) minmax(0, 1fr);
    gap: 24px;
    padding: 18px 0;
    border-top: 1px solid var(--line);
}

.restaurant-details dt {
    color: var(--brown-soft);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.restaurant-details dd {
    margin: 0;
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.45;
}

.reservation-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: clamp(26px, 4vw, 48px);
    border: 1px solid rgba(48, 33, 23, 0.24);
    border-radius: 30px;
    background: rgba(255, 249, 233, 0.18);
    box-shadow: 0 30px 70px rgba(77, 47, 27, 0.08);
}

.demo-form-note {
    margin: 0 0 4px;
    padding: 11px 14px;
    border-left: 3px solid var(--tomato);
    color: rgba(48, 33, 23, 0.66);
    background: rgba(255, 249, 233, 0.28);
    font-size: 0.7rem;
    font-weight: 700;
}

.reservation-form label {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 8px;
}

.reservation-form label > span {
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

.reservation-form label small {
    color: rgba(48, 33, 23, 0.48);
    font-size: inherit;
    font-weight: 600;
    text-transform: none;
}

.reservation-slot-grid,
.contact-grid {
    display: grid;
    gap: 14px;
}

.reservation-slot-grid {
    grid-template-columns: 1.18fr 0.92fr 0.72fr;
}

.contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.reservation-form input,
.reservation-form textarea {
    width: 100%;
    border: 1px solid rgba(48, 33, 23, 0.22);
    border-radius: 13px;
    outline: 0;
    color: var(--ink);
    background: rgba(255, 249, 233, 0.46);
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.reservation-form input {
    height: 52px;
    padding: 0 14px;
}

.reservation-form textarea {
    min-height: 104px;
    padding: 13px 14px;
    resize: vertical;
}

.reservation-form input::placeholder,
.reservation-form textarea::placeholder {
    color: rgba(48, 33, 23, 0.35);
}

.reservation-form input:focus,
.reservation-form textarea:focus {
    border-color: var(--tomato-dark);
    background: rgba(255, 249, 233, 0.68);
    box-shadow: 0 0 0 4px rgba(180, 67, 50, 0.1);
}

.reservation-form input:invalid:not(:placeholder-shown) {
    border-color: rgba(143, 48, 37, 0.7);
}

.contact-requirement {
    margin: -4px 0 0;
    color: rgba(48, 33, 23, 0.54);
    font-size: 0.66rem;
}

.reservation-submit {
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 3px;
    padding: 0 22px;
    border: 0;
    border-radius: 999px;
    color: var(--cream);
    background: var(--ink);
    cursor: pointer;
    font-weight: 800;
    transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.reservation-submit:hover:not(:disabled),
.reservation-submit:focus-visible:not(:disabled) {
    background: var(--tomato-dark);
    transform: translateY(-2px);
}

.reservation-submit:disabled {
    cursor: not-allowed;
    opacity: 0.32;
}

.socials {
    display: grid;
    min-height: 560px;
    align-items: center;
    grid-template-columns: minmax(0, 0.78fr) minmax(480px, 1fr);
    gap: clamp(60px, 10vw, 150px);
    padding: clamp(105px, 11vw, 145px) 0;
}

.socials-intro h2 {
    margin: 0;
    font-family: var(--font-display);
    font-size: clamp(3.8rem, 5.8vw, 6.7rem);
    font-weight: 700;
    letter-spacing: -0.065em;
    line-height: 0.88;
}

.socials-intro > p:last-child {
    max-width: 510px;
    margin: 32px 0 0;
    color: rgba(48, 33, 23, 0.68);
    font-size: clamp(0.94rem, 1.25vw, 1.08rem);
    line-height: 1.75;
}

.socials-list {
    border-top: 1px solid var(--line);
}

.socials-list a {
    display: grid;
    min-height: 98px;
    align-items: center;
    grid-template-columns: minmax(135px, 0.45fr) minmax(0, 1fr) auto;
    gap: 24px;
    padding: 22px 0;
    border-bottom: 1px solid var(--line);
    color: var(--ink);
    text-decoration: none;
    transition: color 0.2s ease, padding 0.2s ease;
}

.socials-list a:hover,
.socials-list a:focus-visible {
    padding-right: 7px;
    padding-left: 7px;
    color: var(--tomato-dark);
}

.socials-list a:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 5px;
}

.socials-list strong {
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 2vw, 1.75rem);
    font-weight: 650;
}

.socials-list span {
    color: rgba(48, 33, 23, 0.61);
    font-size: 0.75rem;
    font-weight: 650;
    line-height: 1.55;
}

.socials-list a:hover span,
.socials-list a:focus-visible span {
    color: currentColor;
}

.socials-list i {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    font-family: var(--font-body);
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 800;
}

.site-footer {
    width: min(1240px, calc(100% - 56px));
    margin: 0 auto;
    padding: 46px 0 52px;
    border-top: 1px solid rgba(48, 33, 23, 0.24);
    background: transparent;
}

.footer-identity {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
}

.footer-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 14px;
    padding-left: 58px;
}

.footer-social-links a {
    color: rgba(48, 33, 23, 0.64);
    font-size: 0.65rem;
    font-weight: 800;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.footer-social-links a:hover,
.footer-social-links a:focus-visible {
    color: var(--tomato-dark);
}

@media (max-width: 1080px) {
    .hero {
        min-height: 720px;
        grid-template-columns: minmax(0, 1fr) minmax(190px, 0.3fr);
        gap: 60px;
    }

    .about,
    .reservation,
    .socials {
        gap: 64px;
    }

    .about {
        grid-template-columns: minmax(0, 0.7fr) minmax(400px, 1fr);
    }

    .reservation {
        grid-template-columns: minmax(0, 0.67fr) minmax(470px, 1fr);
    }

    .socials {
        grid-template-columns: minmax(0, 0.72fr) minmax(430px, 1fr);
    }
}

@media (max-width: 820px) {
    .page-section,
    .hero,
    .site-footer {
        width: calc(100% - 40px);
    }

    .hero {
        min-height: 760px;
        grid-template-columns: 1fr;
        gap: 44px;
        padding: 138px 0 72px;
    }

    .hero h1 {
        font-size: clamp(4.4rem, 15vw, 7rem);
    }

    .hero-practical {
        width: min(360px, 100%);
        margin: 0;
    }

    .about,
    .menu-layout,
    .reservation {
        grid-template-columns: 1fr;
    }

    .about,
    .menu,
    .reservation,
    .socials {
        padding-top: 105px;
        padding-bottom: 105px;
    }

    .about {
        gap: 48px;
    }

    .section-heading h2,
    .menu-header h2,
    .reservation-intro h2,
    .socials-intro h2 {
        font-size: clamp(3.8rem, 13vw, 6.2rem);
    }

    .menu-layout {
        gap: 72px;
    }

    .reservation {
        gap: 58px;
    }

    .socials {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 52px;
    }

    .footer-social-links {
        padding-left: 0;
    }

    .reservation-form {
        width: 100%;
        max-width: 680px;
    }

    .drawing-hero-pizza {
        right: -34vw;
        width: 92vw;
        opacity: 0.17;
    }

    .drawing-hero-oven {
        right: auto;
        left: -25vw;
        width: 58vw;
        opacity: 0.07;
    }

    .drawing-intro-ingredients {
        right: -32vw;
        width: 68vw;
        opacity: 0.1;
    }

    .drawing-menu-oven {
        left: -36vw;
        width: 70vw;
        opacity: 0.055;
    }

    .drawing-menu-pizza {
        right: -36vw;
        width: 72vw;
        opacity: 0.05;
    }

    .drawing-reservation-ingredients {
        left: -32vw;
        width: 66vw;
        opacity: 0.06;
    }
}

@media (max-width: 560px) {
    .page-section,
    .hero,
    .site-footer {
        width: calc(100% - 30px);
    }

    .hero {
        min-height: 720px;
        padding-top: 124px;
    }

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

    .hero-description {
        margin-top: 30px;
        font-size: 0.96rem;
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .about,
    .menu,
    .reservation,
    .socials {
        padding-top: 86px;
        padding-bottom: 88px;
    }

    .section-heading h2,
    .menu-header h2,
    .reservation-intro h2,
    .socials-intro h2 {
        font-size: clamp(3.25rem, 16vw, 4.8rem);
    }

    .socials-list a {
        min-height: 0;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 8px 16px;
        padding: 20px 0;
    }

    .socials-list span {
        grid-column: 1 / 2;
    }

    .socials-list i {
        grid-row: 1 / 3;
        grid-column: 2;
    }

    .method-list {
        grid-template-columns: 1fr;
        margin-top: 36px;
    }

    .method-list div,
    .method-list div + div {
        padding: 18px 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .method-list div:last-child {
        border-bottom: 0;
    }

    .menu-header {
        grid-template-columns: 1fr;
        gap: 25px;
        padding-bottom: 46px;
    }

    .menu-header > p {
        text-align: left;
    }

    .menu .menu-item {
        gap: 14px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .menu .menu-item h4 {
        font-size: 1.14rem;
    }

    .menu .menu-item p {
        font-size: 0.7rem;
    }

    .menu-reservation-link {
        margin-top: 56px;
        font-size: 1.2rem;
    }

    .restaurant-details div {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .reservation-form {
        padding: 24px 17px;
        border-radius: 23px;
    }

    .reservation-slot-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .site-footer {
        padding-bottom: 112px;
    }
}

.reservation-form .field-hint {
    margin-top: -2px;
    color: rgba(48, 33, 23, 0.5);
    font-size: 0.6rem;
    font-weight: 650;
    line-height: 1.35;
}

.contact-form-alert-actions {
    justify-content: space-between;
}

/* Classic navigation and single-column menu */
.site-header,
.site-header.is-scrolled {
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 76px;
    margin: 0;
    padding: 0 max(24px, calc((100vw - 1240px) / 2));
    border: 0;
    border-bottom: 1px solid rgba(48, 33, 23, 0.2);
    border-radius: 0;
    background: rgba(241, 223, 185, 0.95);
    box-shadow: 0 7px 26px rgba(73, 44, 26, 0.07);
    backdrop-filter: blur(13px) saturate(115%);
    -webkit-backdrop-filter: blur(13px) saturate(115%);
}

.site-header.is-scrolled {
    min-height: 66px;
}

.main-nav {
    gap: 28px;
}

.main-nav a {
    position: relative;
    padding: 9px 0;
    border-radius: 0;
}

.main-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 1px;
    background: currentColor;
    opacity: 0;
    transform: scaleX(0.55);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
    color: var(--tomato-dark);
    background: transparent;
}

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

.main-nav .nav-cta {
    padding: 10px 18px;
    border-radius: 7px;
}

.main-nav .nav-cta::after {
    content: none;
}

.main-nav .nav-cta:hover,
.main-nav .nav-cta:focus-visible {
    color: var(--cream);
    background: var(--tomato-dark);
}

.menu-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 22px;
    padding-bottom: clamp(64px, 7vw, 92px);
    text-align: center;
}

.menu-header > div {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.menu-header .eyebrow {
    justify-content: center;
}

.menu-header > p {
    margin: 0;
    text-align: center;
}

.menu-layout {
    display: flex;
    width: min(720px, 100%);
    margin: 0 auto;
    flex-direction: column;
    gap: clamp(82px, 9vw, 126px);
}

.menu-group {
    width: 100%;
}

.menu-group-heading {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 20px;
    text-align: center;
}

.menu .menu-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    padding: 21px 12px;
    text-align: center;
}

.menu .menu-item > div {
    max-width: 610px;
}

.menu .menu-item h4 {
    margin-bottom: 4px;
}

.menu .menu-item > strong {
    padding-top: 2px;
}

.menu-item.signature {
    width: 100%;
    margin-top: 12px;
}

.menu-reservation-link {
    display: flex;
    width: max-content;
    max-width: 100%;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.drawing-hero-pizza {
    top: 1%;
}

.drawing-hero-oven {
    top: 10.5%;
}

.drawing-intro-ingredients {
    top: 18.5%;
}

.drawing-menu-dough-tools {
    top: 29%;
    left: -9vw;
    width: min(29vw, 430px);
    opacity: 0.075;
    transform: rotate(-10deg);
}

.drawing-menu-oven {
    top: 39%;
    right: -14vw;
    left: auto;
    width: min(31vw, 455px);
    opacity: 0.06;
    transform: rotate(7deg);
}

.drawing-menu-dessert {
    top: 49%;
    left: -9vw;
    width: min(28vw, 420px);
    opacity: 0.075;
    transform: rotate(-7deg);
}

.drawing-menu-drinks {
    top: 62%;
    right: -9vw;
    width: min(30vw, 450px);
    opacity: 0.07;
    transform: rotate(8deg);
}

.drawing-menu-pizza {
    top: 72%;
    right: auto;
    left: -13vw;
    width: min(32vw, 490px);
    opacity: 0.055;
    transform: rotate(-16deg);
}

.drawing-place-setting-one {
    top: 35.2%;
    left: max(28px, calc(50% - 535px));
    width: min(13vw, 175px);
    opacity: 0.045;
    transform: rotate(-8deg);
}

.drawing-place-setting-two {
    top: 57.2%;
    right: max(32px, calc(50% - 530px));
    width: min(12.5vw, 165px);
    opacity: 0.04;
    transform: rotate(9deg);
}

.drawing-place-setting-three {
    top: 78.3%;
    left: max(44px, calc(50% - 500px));
    width: min(11.5vw, 150px);
    opacity: 0.035;
    transform: rotate(5deg);
}

.drawing-reservation-ingredients {
    top: 85%;
    right: -9vw;
    left: auto;
    width: min(28vw, 420px);
    opacity: 0.075;
    transform: rotate(-9deg);
}

@media (max-width: 820px) {
    .site-header,
    .site-header.is-scrolled {
        width: 100%;
        min-height: 72px;
        margin: 0;
        padding: 0 16px 0 20px;
    }

    .main-nav {
        top: 72px;
        right: 0;
        left: 0;
        gap: 4px;
        padding: 16px 20px 20px;
        border: 0;
        border-bottom: 1px solid rgba(48, 33, 23, 0.18);
        border-radius: 0 0 14px 14px;
        background: rgba(241, 223, 185, 0.98);
    }

    .main-nav a {
        padding: 13px 8px;
    }

    .main-nav .nav-cta {
        padding: 13px 16px;
        text-align: center;
    }

    .menu-layout {
        width: min(680px, 100%);
    }

    .drawing-menu-dough-tools {
        left: -35vw;
        width: 69vw;
        opacity: 0.05;
    }

    .drawing-menu-oven {
        right: -39vw;
        width: 70vw;
        opacity: 0.04;
    }

    .drawing-menu-dessert {
        left: -38vw;
        width: 70vw;
        opacity: 0.05;
    }

    .drawing-menu-drinks {
        right: -40vw;
        width: 72vw;
        opacity: 0.045;
    }

    .drawing-menu-pizza {
        right: auto;
        left: -39vw;
        width: 70vw;
        opacity: 0.04;
    }

    .drawing-reservation-ingredients {
        right: -35vw;
        left: auto;
        width: 66vw;
        opacity: 0.05;
    }

    .drawing-place-setting-one {
        left: 8vw;
        width: 22vw;
        opacity: 0.022;
    }

    .drawing-place-setting-two {
        right: 8vw;
        width: 21vw;
        opacity: 0.02;
    }

    .drawing-place-setting-three {
        left: 10vw;
        width: 18vw;
        opacity: 0.018;
    }
}

@media (max-width: 560px) {
    .menu-header {
        gap: 20px;
    }

    .menu-header > p {
        text-align: center;
    }

    .menu-layout {
        gap: 78px;
    }

    .menu .menu-item {
        gap: 5px;
        padding: 18px 6px;
    }

    .menu-reservation-link {
        width: 100%;
    }

    .drawing-menu-oven,
    .drawing-menu-pizza {
        display: none;
    }

    .drawing-menu-dough-tools,
    .drawing-menu-dessert,
    .drawing-menu-drinks {
        width: 72vw;
        opacity: 0.035;
    }

    .drawing-place-setting-one,
    .drawing-place-setting-two {
        opacity: 0.018;
    }

    .drawing-place-setting-three {
        display: none;
    }
}


/* Mobile-only full patch controls. Desktop preview and hover behavior stay unchanged. */
@media (max-width: 760px), (hover: none) and (pointer: coarse) {
    .alpstone-patch {
        --patch-size: 62px;
        --patch-open-width: min(430px, calc(100vw - 28px));
        --patch-open-height: min(600px, calc(100svh - 28px));
        --patch-mobile-bar-height: 68px;
    }

    .alpstone-patch-card,
    .alpstone-patch.is-intro .alpstone-patch-card,
    .alpstone-patch.is-mobile-reopened .alpstone-patch-card {
        grid-template-rows: 76px minmax(0, 1fr) var(--patch-mobile-bar-height);
        border-radius: 28px;
        clip-path: inset(0 round 28px);
    }

    .alpstone-patch-card::after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        height: var(--patch-mobile-bar-height);
        border-top: 1px solid rgba(67, 141, 215, 0.14);
        background: rgba(245, 248, 252, 0.96);
        content: "";
        pointer-events: none;
        transition: opacity 0.2s ease;
    }

    .alpstone-patch.is-docking .alpstone-patch-card::after,
    .alpstone-patch.is-docked .alpstone-patch-card::after {
        opacity: 0;
    }

    .alpstone-patch-header {
        gap: 14px;
        padding: 9px 22px;
    }

    .alpstone-patch-header img {
        width: 58px;
        height: 58px;
    }

    .alpstone-patch-body {
        min-height: 0;
        padding: 0;
    }

    .alpstone-patch-step {
        inset: 22px 24px 18px;
        justify-content: safe center;
        overflow-y: auto;
        overscroll-behavior: contain;
        scrollbar-width: none;
    }

    .alpstone-patch-step::-webkit-scrollbar {
        display: none;
    }

    .alpstone-patch-step h2 {
        max-width: 11ch;
        font-size: clamp(2rem, 9.6vw, 3.15rem);
    }

    .alpstone-patch-step p,
    .alpstone-patch-step p:last-child {
        margin-top: 18px;
        font-size: 0.94rem;
        line-height: 1.48;
    }

    .alpstone-patch-close {
        top: auto;
        right: auto;
        bottom: 12px;
        left: 16px;
        z-index: 5;
        width: 44px;
        height: 44px;
        padding: 0;
        color: transparent;
        background: #fff;
        font-size: 0;
        box-shadow: 0 4px 16px rgba(67, 141, 215, 0.2);
        transform: none;
    }

    .alpstone-patch-close::before,
    .alpstone-patch-close::after {
        position: absolute;
        width: 16px;
        height: 2.5px;
        border-radius: 999px;
        background: var(--alpstone-blue);
        content: "";
    }

    .alpstone-patch-close::before {
        transform: rotate(45deg);
    }

    .alpstone-patch-close::after {
        transform: rotate(-45deg);
    }

    .alpstone-patch-close:hover,
    .alpstone-patch-close:focus-visible {
        color: transparent;
        background: #fff;
        transform: none;
    }

    .alpstone-patch-close:hover::before,
    .alpstone-patch-close:hover::after,
    .alpstone-patch-close:focus-visible::before,
    .alpstone-patch-close:focus-visible::after {
        background: var(--alpstone-blue-dark);
    }

    .alpstone-patch-nav,
    .alpstone-patch.is-docked.is-hover-open .alpstone-patch-nav {
        right: 16px;
        bottom: 12px;
        z-index: 5;
        gap: 8px;
    }

    .alpstone-patch-arrow {
        width: 44px;
        height: 44px;
    }

    .alpstone-patch.is-last-step .alpstone-patch-next {
        width: 104px;
        padding-inline: 18px;
    }

    .alpstone-patch-return {
        right: auto;
        bottom: 12px;
        left: 70px;
        z-index: 5;
        width: 104px;
        height: 44px;
        gap: 7px;
        border-radius: 999px;
        font-size: 0;
        line-height: 1;
        opacity: 0;
        pointer-events: none;
        transform: none;
    }

    .alpstone-patch-return span {
        width: 10px;
        height: 10px;
        border-width: 0 0 2px 2px;
    }

    .alpstone-patch-return::after {
        content: "Alpstone";
        font-size: 0.76rem;
    }

    .alpstone-patch.is-mobile-reopened .alpstone-patch-return {
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .alpstone-patch:not(.is-docked):not(.is-docking) .alpstone-patch-close,
    .alpstone-patch:not(.is-docked):not(.is-docking) .alpstone-patch-nav {
        opacity: 1;
        pointer-events: auto;
        transform: none;
    }

    .alpstone-patch-close:focus-visible,
    .alpstone-patch-arrow:focus-visible,
    .alpstone-patch-return:focus-visible {
        outline: 3px solid rgba(67, 141, 215, 0.48);
        outline-offset: 2px;
    }
}

@media (max-width: 360px) {
    .alpstone-patch {
        --patch-open-width: calc(100vw - 20px);
    }

    .alpstone-patch-close {
        bottom: 14px;
        left: 12px;
        width: 40px;
        height: 40px;
    }

    .alpstone-patch-return {
        bottom: 14px;
        left: 58px;
        width: 76px;
        height: 40px;
        gap: 5px;
        font-size: 0;
    }

    .alpstone-patch-return span {
        display: none;
    }

    .alpstone-patch-return::after {
        font-size: 0.66rem;
    }

    .alpstone-patch-nav,
    .alpstone-patch.is-docked.is-hover-open .alpstone-patch-nav {
        right: 12px;
        bottom: 14px;
        gap: 6px;
    }

    .alpstone-patch-arrow {
        width: 40px;
        height: 40px;
    }

    .alpstone-patch.is-last-step .alpstone-patch-next {
        width: 88px;
        padding-inline: 12px;
    }
}

/* Keep the mobile patch button unchanged while letting its one-time hint hug the copy. */
@media (max-width: 560px) {
    .alpstone-patch-hint span {
        min-width: 0;
        white-space: normal;
        font-size: 0.7rem;
        line-height: 1.18;
    }

    .alpstone-patch.is-docked.is-hint-expanded:not(.is-hover-open) .alpstone-patch-hint {
        width: min(250px, calc(100vw - 28px));
        max-width: min(250px, calc(100vw - 28px));
        padding-right: 10px;
        padding-left: calc(var(--patch-size) + 14px);
    }
}
