: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;
    }
}
