:root {
--wine: #741f29;
--wine-dark: #4b1219;
--wine-soft: #9f3b45;
--ink: #211c18;
--cream: #f5efe5;
--paper: #fbf8f2;
--gold: #b18a53;
--line: rgba(33, 28, 24, 0.15);
--serif: "Iowan Old Style", "Palatino Linotype", Palatino, Baskerville, Georgia, serif;
--sans: Inter, Avenir, "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0;
background: var(--paper);
color: var(--ink);
font-family: var(--sans);
font-size: 16px;
line-height: 1.6;
overflow-x: hidden;
}
.admin-bar .site-header { top: 32px; }
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
body::selection { background: var(--wine); color: white; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
.shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.eyebrow {
margin: 0 0 20px;
color: var(--wine);
font-size: 0.69rem;
font-weight: 800;
letter-spacing: 0.2em;
line-height: 1.4;
text-transform: uppercase;
}
.eyebrow.muted { color: #d5b582; }
em { font-weight: 400; }
.utility-bar { background: var(--wine-dark); color: #f8ede0; font-size: 0.7rem; letter-spacing: 0.08em; }
.utility-inner { align-items: center; display: flex; height: 35px; justify-content: space-between; }
.utility-inner a { opacity: 0.92; }
.utility-inner a:hover { opacity: 1; text-decoration: underline; text-underline-offset: 3px; }
.utility-note { color: #d9ba88; font-weight: 700; text-transform: uppercase; }
.site-masthead { background: var(--paper); }
.masthead-inner { align-items: center; display: flex; justify-content: center; min-height: 132px; }
.site-header {
background: rgba(251, 248, 242, 0.96);
border-bottom: 1px solid var(--line);
border-top: 1px solid var(--line);
position: sticky;
top: 0;
z-index: 50;
backdrop-filter: blur(12px);
}
.nav-wrap { align-items: center; display: grid; grid-template-columns: 1fr auto 1fr; height: 62px; position: relative; }
.brand { align-items: center; display: flex; flex: 0 0 auto; gap: 10px; }
.brand img { object-fit: contain; }
.brand span { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font-family: var(--serif); font-size: 1.7rem; font-style: italic; font-weight: 700; }
.brand small { font-size: 0.55rem; font-weight: 800; letter-spacing: 0.2em; margin-top: 6px; text-transform: uppercase; }
.masthead-brand { gap: 16px; }
.masthead-brand img { height: 104px; width: 104px; }
.masthead-brand strong { font-size: 2.4rem; }
.masthead-brand small { font-size: .62rem; letter-spacing: .24em; margin-top: 8px; }
.brand-mobile { display: none; }
.main-nav { align-items: center; display: flex; gap: clamp(13px, 1.7vw, 26px); grid-column: 2; }
.main-nav-list { align-items: center; display: flex; gap: inherit; list-style: none; margin: 0; padding: 0; }
.main-nav a { font-size: 0.7rem; font-weight: 800; letter-spacing: 0.055em; padding-block: 12px; position: relative; text-transform: uppercase; }
.main-nav a::after { background: var(--wine); bottom: 6px; content: ""; height: 1px; left: 0; position: absolute; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; width: 100%; }
.main-nav a:hover::after, .main-nav a:focus-visible::after, .main-nav .current-menu-item > a::after { transform: scaleX(1); }
.nav-cta { grid-column: 3; justify-self: end; }
.menu-toggle { background: transparent; border: 0; color: var(--ink); display: none; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.button {
align-items: center;
background: var(--wine);
border: 1px solid var(--wine);
color: white;
display: inline-flex;
font-size: 0.7rem;
font-weight: 800;
gap: 22px;
justify-content: center;
letter-spacing: 0.12em;
min-height: 54px;
padding: 0 24px;
text-transform: uppercase;
transition: background 170ms ease, border-color 170ms ease, color 170ms ease, transform 170ms ease;
}
.button:hover { background: var(--wine-dark); border-color: var(--wine-dark); transform: translateY(-2px); }
.button span { font-size: 1rem; }
.button-light { background: transparent; border-color: rgba(33, 28, 24, 0.5); color: var(--ink); }
.button-light:hover { background: var(--ink); border-color: var(--ink); color: white; }
.chef-feature .button-light, .chef-hero .button-light, .visit-band .button-light { border-color: rgba(255,255,255,.55); color: white; }
.chef-feature .button-light:hover, .chef-hero .button-light:hover, .visit-band .button-light:hover { background: white; color: var(--wine-dark); }
.button-small { gap: 12px; min-height: 42px; padding-inline: 18px; }
.button-row { align-items: center; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.home-hero { display: grid; grid-template-columns: 54% 46%; min-height: min(790px, calc(100vh - 127px)); }
.hero-copy { align-items: flex-start; background: var(--cream); display: flex; flex-direction: column; justify-content: center; padding: 86px max(48px, calc((100vw - 1240px) / 2)); position: relative; }
.hero-copy::after { border: 1px solid rgba(116,31,41,.16); border-radius: 50%; content: ""; height: 340px; left: -170px; position: absolute; top: 70px; width: 340px; }
.hero-copy > * { position: relative; z-index: 1; }
.hero-copy h1, .page-hero h1, .chef-hero h1, .contact-hero h1, .not-found h1 {
font-family: var(--serif);
font-size: clamp(4.5rem, 7vw, 7.2rem);
font-weight: 600;
letter-spacing: -0.055em;
line-height: 0.87;
margin: 0;
}
.hero-copy h1 em, .page-hero h1 em, .chef-hero h1 em, .contact-hero h1 em, .not-found h1 em { color: var(--wine); }
.hero-lede { font-family: var(--serif); font-size: 1.22rem; line-height: 1.55; margin: 30px 0 0; max-width: 500px; }
.hero-proof { border-top: 1px solid var(--line); display: flex; gap: 48px; margin-top: 54px; padding-top: 20px; width: min(560px, 100%); }
.hero-proof span { color: #665e56; display: flex; flex-direction: column; font-size: 0.64rem; letter-spacing: .12em; text-transform: uppercase; }
.hero-proof strong { color: var(--ink); font-family: var(--serif); font-size: 1rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.hero-art { background: white; overflow: hidden; position: relative; }
.hero-photo { height: 100%; object-fit: cover; width: 100%; }
.hero-award { border: 2px solid rgba(255,255,255,.78); border-radius: 50%; box-shadow: 0 22px 55px rgba(33,24,21,.28); height: auto; position: absolute; right: 38px; top: 38px; transform: rotate(13.4deg); transform-origin: center; width: clamp(216px, 25.2vw, 351px); z-index: 2; }
.vertical-note { bottom: 42px; color: var(--wine); font-size: 0.62rem; font-weight: 800; left: 36px; letter-spacing: .18em; margin: 0; position: absolute; text-transform: uppercase; transform: rotate(-90deg); transform-origin: left bottom; }
.seal { align-items: center; background: var(--wine); border-radius: 50%; bottom: 44px; color: white; display: flex; flex-direction: column; height: 148px; justify-content: center; position: absolute; right: 42px; text-align: center; transform: rotate(-8deg); width: 148px; }
.seal::before { border: 1px solid rgba(255,255,255,.55); border-radius: 50%; content: ""; inset: 7px; position: absolute; }
.seal span { font-size: .52rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.seal strong { font-family: var(--serif); font-size: 1.45rem; font-style: italic; font-weight: 400; line-height: 1.15; }
.action-section { background: var(--wine-dark); border-bottom: 1px solid var(--wine-dark); padding: 42px 0 28px; }
.action-intro { align-items: end; color: white; display: flex; justify-content: space-between; margin-bottom: 28px; }
.action-intro .eyebrow { margin: 0; }
.action-intro > p:last-child { color: rgba(255,255,255,.68); font-family: var(--serif); font-size: 1.15rem; margin: 0; }
.action-grid { display: grid; gap: 12px; grid-template-columns: repeat(3, 1fr); }
.action-card { background: var(--paper); display: flex; flex-direction: column; min-height: 340px; overflow: hidden; padding: 38px 42px 40px; position: relative; transition: background 180ms ease, color 180ms ease, transform 180ms ease; }
.action-card::before { background: var(--wine); content: ""; height: 5px; left: 0; position: absolute; right: 0; top: 0; transform: scaleX(.24); transform-origin: left; transition: transform 220ms ease; }
.action-card:nth-child(2)::before { background: var(--gold); }
.action-card:nth-child(3)::before { background: var(--wine-soft); }
.action-card:hover, .action-card:focus-visible { background: var(--cream); color: var(--wine-dark); outline: none; transform: translateY(-8px); }
.action-card:hover::before, .action-card:focus-visible::before { transform: scaleX(1); }
.action-experience { color: var(--wine); font-family: var(--serif); font-size: clamp(3.25rem, 4.6vw, 5rem); font-style: italic; font-weight: 400; letter-spacing: -.065em; line-height: .84; max-width: 310px; text-wrap: balance; }
.action-card-copy { margin-top: auto; }
.action-card h3 { font-family: var(--serif); font-size: 2.15rem; font-weight: 500; line-height: 1.05; margin: 26px 0 10px; }
.action-card p { color: #665e56; font-size: .88rem; margin: 0 0 22px; max-width: 290px; }
.action-link { border-bottom: 1px solid var(--wine); color: var(--wine); display: inline-flex; font-size: .68rem; font-weight: 800; gap: 16px; letter-spacing: .1em; padding-bottom: 5px; text-transform: uppercase; }
.section-heading h2, .chef-feature-copy h2, .form-grid h2, .visit-band-copy h2 {
font-family: var(--serif);
font-size: clamp(3rem, 5vw, 5.3rem);
font-weight: 500;
letter-spacing: -.045em;
line-height: .96;
margin: 0;
}
.section-heading > p:last-child { color: #5f574f; font-family: var(--serif); font-size: 1.12rem; line-height: 1.7; margin: 26px 0 0; max-width: 620px; }
.story-section { align-items: center; display: grid; gap: 10%; grid-template-columns: 50% 40%; padding-block: 150px; }
.image-stack { padding: 0 42px 50px 0; position: relative; }
.image-main { aspect-ratio: 1.04; object-fit: cover; width: 100%; }
.image-stack::before { border: 1px solid var(--gold); content: ""; inset: 42px 0 0 42px; position: absolute; z-index: -1; }
.image-caption { align-items: center; background: var(--wine); bottom: 0; color: white; display: flex; flex-direction: column; font-size: .62rem; font-weight: 700; justify-content: center; letter-spacing: .13em; min-height: 130px; padding: 20px; position: absolute; right: 0; text-align: center; text-transform: uppercase; width: 170px; }
.image-caption span { font-family: var(--serif); font-size: 2.2rem; font-style: italic; font-weight: 400; letter-spacing: 0; text-transform: none; }
.story-copy > p { color: #5f574f; margin: 22px 0 34px; max-width: 550px; }
.chef-feature { background: var(--wine-dark); color: white; overflow: hidden; }
.chef-feature-grid { align-items: end; display: grid; grid-template-columns: 52% 48%; min-height: 720px; }
.chef-cutout-wrap { align-self: stretch; position: relative; }
.chef-cutout-wrap::after { background: var(--gold); border-radius: 50%; content: ""; height: 420px; left: 50%; position: absolute; top: 50%; transform: translate(-52%, -43%); width: 420px; }
.chef-cutout-wrap img { bottom: 0; height: 92%; left: 48%; object-fit: contain; object-position: bottom; position: absolute; transform: translateX(-50%); width: 85%; z-index: 2; }
.outline-word { color: transparent; font-family: var(--sans); font-size: clamp(7rem, 13vw, 12rem); font-weight: 900; left: 0; letter-spacing: -.08em; line-height: 1; position: absolute; top: 12%; -webkit-text-stroke: 1px rgba(255,255,255,.18); white-space: nowrap; z-index: 1; }
.chef-feature-copy { align-self: center; padding: 80px 4% 80px 8%; position: relative; z-index: 3; }
.chef-feature-copy h2 em, .form-grid h2 em, .visit-band-copy h2 em { color: #d7b57d; }
.chef-feature-copy > p:not(.eyebrow) { color: rgba(255,255,255,.75); font-family: var(--serif); font-size: 1.14rem; line-height: 1.7; margin: 30px 0; max-width: 500px; }
.award-line { border-bottom: 1px solid rgba(255,255,255,.2); border-top: 1px solid rgba(255,255,255,.2); font-size: .7rem; font-weight: 800; letter-spacing: .1em; margin-bottom: 30px; padding: 20px 0; text-transform: uppercase; }
.award-line span { color: #d7b57d; margin-right: 10px; }
.gallery-section { padding-block: 140px; }
.gallery-section .section-heading { align-items: end; display: flex; justify-content: space-between; }
.gallery-section .section-heading > p:last-child { margin: 0; max-width: 380px; }
.food-grid { display: grid; gap: 18px; grid-template-columns: 1.25fr .85fr .85fr; margin-top: 60px; }
.food-grid figure { margin: 0; }
.food-grid img { aspect-ratio: .9; height: 100%; object-fit: cover; width: 100%; }
.food-grid figure:nth-child(2) img, .food-grid figure:nth-child(3) img { aspect-ratio: .78; }
.food-grid figcaption { align-items: center; border-bottom: 1px solid var(--line); display: flex; font-family: var(--serif); font-size: 1.25rem; justify-content: space-between; padding: 15px 0; }
.food-grid figcaption span { color: var(--wine); font-family: var(--sans); font-size: .62rem; font-weight: 800; letter-spacing: .14em; }
.visit-band { background: var(--wine); color: white; display: grid; grid-template-columns: 52% 48%; min-height: 630px; }
.visit-band-image img { height: 100%; object-fit: cover; width: 100%; }
.visit-band-copy { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; padding: 72px max(48px, calc((100vw - 1240px) / 2)); }
.visit-band-copy p:not(.eyebrow) { color: rgba(255,255,255,.78); font-family: var(--serif); font-size: 1.12rem; margin: 26px 0 32px; max-width: 440px; }
.page-hero { background: var(--cream); border-bottom: 1px solid var(--line); padding-block: 90px; }
.page-hero-grid { align-items: center; display: grid; gap: 10%; grid-template-columns: 45% 45%; }
.page-hero h1, .chef-hero h1 { font-size: clamp(4.2rem, 6vw, 6.7rem); }
.page-hero-grid > div:first-child > p:not(.eyebrow) { color: #5d554d; font-family: var(--serif); font-size: 1.2rem; line-height: 1.65; margin: 28px 0 0; max-width: 520px; }
.page-hero-image { border: 1px solid var(--gold); padding: 14px; position: relative; }
.page-hero-image img { aspect-ratio: 1.05; object-fit: cover; width: 100%; }
.page-hero-image > span { align-items: center; background: var(--wine); border-radius: 50%; bottom: -28px; color: #d6b377; display: flex; font-family: var(--serif); font-size: 2rem; font-style: italic; height: 78px; justify-content: center; left: -30px; position: absolute; width: 78px; }
.values-grid { border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 60px; }
.values-grid article { min-height: 270px; padding: 40px 42px; }
.values-grid article + article { border-left: 1px solid var(--line); }
.values-grid h3 { font-family: var(--serif); font-size: 1.8rem; font-weight: 500; line-height: 1.1; margin: 30px 0 12px; }
.values-grid p { color: #675f57; font-size: .9rem; margin: 0; }
.details-section { display: grid; grid-template-columns: 1.2fr 1fr 1fr; padding-bottom: 130px; }
.detail-card { min-height: 420px; padding: 46px; }
.detail-hours { background: var(--cream); }
.detail-hours > div { border-bottom: 1px solid var(--line); display: flex; font-size: .78rem; justify-content: space-between; padding: 9px 0; }
.detail-hours strong { font-weight: 700; }
.detail-address { background: #d7b57d; }
.detail-contact { background: var(--wine-dark); color: white; }
.detail-card h3 { font-family: var(--serif); font-size: 3rem; font-weight: 500; line-height: .95; margin: 72px 0 26px; }
.detail-card > a { display: block; font-size: .72rem; font-weight: 800; letter-spacing: .08em; margin-top: 22px; text-transform: uppercase; }
.detail-contact > a:first-of-type { font-family: var(--serif); font-size: 1.7rem; font-weight: 500; letter-spacing: 0; text-transform: none; }
.party-details { align-items: center; display: grid; gap: 10%; grid-template-columns: 45% 45%; padding-block: 140px; }
.party-photo { position: relative; }
.party-photo img { aspect-ratio: .9; object-fit: cover; width: 100%; }
.party-photo > span { align-items: center; background: var(--wine); border-radius: 50%; color: white; display: flex; flex-direction: column; font-size: .58rem; font-weight: 800; height: 150px; justify-content: center; letter-spacing: .12em; position: absolute; right: -45px; text-align: center; text-transform: uppercase; top: 42px; width: 150px; }
.party-photo strong { font-family: var(--serif); font-size: 1.5rem; font-style: italic; font-weight: 400; letter-spacing: 0; text-transform: none; }
.check-list { display: grid; grid-template-columns: repeat(2, 1fr); list-style: none; margin: 36px 0 0; padding: 0; }
.check-list li { border-bottom: 1px solid var(--line); font-size: .78rem; font-weight: 700; padding: 15px 8px 15px 25px; position: relative; }
.check-list li::before { color: var(--wine); content: "✦"; left: 0; position: absolute; }
.form-section { background: var(--wine-dark); color: white; padding-block: 110px; }
.form-grid { display: grid; gap: 9%; grid-template-columns: 36% 55%; }
.form-grid > div:first-child > p:not(.eyebrow) { color: rgba(255,255,255,.68); margin-top: 28px; max-width: 370px; }
.inquiry-form { display: grid; gap: 24px 20px; grid-template-columns: repeat(2, 1fr); }
.inquiry-form label { display: flex; flex-direction: column; }
.inquiry-form label span { color: #d7b57d; font-size: .62rem; font-weight: 800; letter-spacing: .14em; margin-bottom: 7px; text-transform: uppercase; }
.inquiry-form input, .inquiry-form textarea, .inquiry-form select { background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.35); border-radius: 0; color: white; min-height: 45px; outline: none; padding: 8px 0; }
.inquiry-form select option { color: var(--ink); }
.inquiry-form input:focus, .inquiry-form textarea:focus, .inquiry-form select:focus { border-color: #d7b57d; }
.field-wide { grid-column: 1 / -1; }
.form-submit { align-items: center; display: flex; gap: 20px; }
.form-submit small { color: rgba(255,255,255,.6); font-size: .7rem; max-width: 290px; }
.form-status { color: #d7b57d; font-size: .75rem; margin: -12px 0 0; }
.chef-hero { background: var(--wine-dark); color: white; overflow: hidden; }
.chef-hero-grid { align-items: end; display: grid; grid-template-columns: 50% 50%; min-height: 700px; }
.chef-hero-image { align-self: stretch; position: relative; }
.chef-hero-image::after { background: var(--gold); border-radius: 50%; content: ""; height: 430px; left: 48%; position: absolute; top: 50%; transform: translate(-50%, -38%); width: 430px; }
.chef-hero-image img { bottom: 0; height: 90%; left: 48%; object-fit: contain; position: absolute; transform: translateX(-50%); width: 90%; z-index: 2; }
.chef-hero-image .outline-word { top: 10%; }
.chef-hero-copy { align-self: center; padding: 80px 4% 80px 8%; position: relative; z-index: 4; }
.chef-hero-copy h1 em { color: #d7b57d; }
.chef-hero-copy > p:not(.eyebrow) { color: rgba(255,255,255,.75); font-family: var(--serif); font-size: 1.2rem; line-height: 1.7; margin: 30px 0; max-width: 520px; }
.chef-story { align-items: center; display: grid; gap: 10%; grid-template-columns: 50% 40%; padding-block: 140px; }
.chef-story > div > p:not(.eyebrow) { color: #5e564e; margin: 24px 0; max-width: 610px; }
.chef-story figure { margin: 0; }
.chef-story figure img { aspect-ratio: .9; object-fit: cover; width: 100%; }
.chef-story figcaption { border-bottom: 1px solid var(--line); color: var(--wine); font-size: .65rem; font-weight: 800; letter-spacing: .1em; padding: 12px 0; text-transform: uppercase; }
.signature-section { background: var(--cream); padding-block: 120px; }
.signature-section .section-heading { text-align: center; }
.signature-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, 1fr); margin: 60px 0 42px; }
.signature-grid img { aspect-ratio: 1; object-fit: cover; width: 100%; }
.centered { text-align: center; }
.about-story { align-items: center; display: grid; gap: 10%; grid-template-columns: 36% 54%; padding: 110px 0 68px; }
.about-number { align-items: center; border: 1px solid var(--gold); border-radius: 50%; display: flex; flex-direction: column; height: min(400px, 30vw); justify-content: center; width: min(400px, 30vw); }
.about-number span, .about-number small { color: var(--wine); font-size: .65rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.about-number strong { font-family: var(--serif); font-size: clamp(4rem, 7vw, 7rem); font-style: italic; font-weight: 400; line-height: 1; }
.about-story > div:last-child > p:not(.eyebrow) { color: #5e564e; margin: 22px 0; }
.values-section { background: var(--cream); padding-block: 54px; }
.values-grid { margin-top: 0; }
.value-illustration { color: var(--wine); display: block; height: 76px; margin-inline: auto; opacity: .92; width: 106px; }
.value-illustration * { vector-effect: non-scaling-stroke; }
.values-grid h3 { margin-top: 22px; }
.contact-hero { align-items: end; display: grid; gap: 10%; grid-template-columns: 60% 30%; padding-block: 110px; }
.contact-hero h1 { font-size: clamp(4rem, 6.2vw, 6.7rem); }
.contact-hero > p { border-left: 1px solid var(--gold); color: #5f574f; font-family: var(--serif); font-size: 1.2rem; margin: 0 0 12px; padding-left: 28px; }
.contact-form-section { align-items: start; display: grid; gap: 9%; grid-template-columns: 40% 51%; padding-bottom: 140px; }
.contact-image { position: sticky; top: 120px; }
.contact-image img { aspect-ratio: .9; object-fit: cover; width: 100%; }
.contact-image a { background: var(--wine); color: white; display: flex; font-size: .68rem; font-weight: 800; justify-content: space-between; letter-spacing: .1em; padding: 18px 22px; text-transform: uppercase; }
.contact-form-section .inquiry-form { margin-top: 44px; }
.contact-form-section .inquiry-form label span { color: var(--wine); }
.contact-form-section .inquiry-form input, .contact-form-section .inquiry-form textarea { border-color: var(--line); color: var(--ink); }
.contact-form-section .inquiry-form input:focus, .contact-form-section .inquiry-form textarea:focus { border-color: var(--wine); }
.contact-form-section .form-submit small { color: #696159; }
.contact-form-section .form-status { color: var(--wine); }
.not-found { min-height: 70vh; padding-block: 140px; text-align: center; }
.not-found .button { margin-top: 45px; }
.generic-content { min-height: 44vh; padding-block: 80px 120px; }
.generic-content h2 { font-family: var(--serif); font-size: 2.2rem; font-weight: 500; }
.generic-content a { color: var(--wine); text-decoration: underline; text-underline-offset: 3px; }
.site-footer { background: #211815; color: white; padding: 86px 0 24px; }
.footer-grid { display: grid; gap: 4%; grid-template-columns: 42% 20% 17% 9%; }
.footer-brand { align-items: center; display: flex; gap: 28px; }
.footer-brand img { height: 120px; width: 120px; }
.footer-brand h2 { font-family: var(--serif); font-size: clamp(2.3rem, 4vw, 4rem); font-weight: 500; letter-spacing: -.04em; line-height: .95; margin: 0; }
.footer-label { color: #d5b582; font-size: .62rem; font-weight: 800; letter-spacing: .15em; margin: 6px 0 24px; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { color: rgba(255,255,255,.74); display: block; font-size: .78rem; margin: 0 0 12px; }
.footer-grid > div:not(.footer-brand) a:hover { color: white; }
.footer-base { border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.46); display: flex; font-size: .62rem; justify-content: space-between; margin-top: 62px; padding-top: 22px; }
.footer-base a { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 1120px) {
.main-nav { gap: 13px; }
.main-nav a { font-size: .62rem; }
.action-card { padding: 34px 30px 36px; }
}
@media (max-width: 900px) {
.shell { width: min(100% - 40px, 720px); }
.utility-note, .utility-inner a:last-child, .nav-cta { display: none; }
.utility-inner { justify-content: center; }
.site-masthead { display: none; }
.nav-wrap { display: flex; height: 78px; justify-content: space-between; }
.brand-mobile { display: flex; }
.brand-mobile img { height: 62px; width: 62px; }
.brand-mobile span { display: flex; }
.menu-toggle { align-items: center; display: flex; gap: 12px; }
.menu-toggle i { border-bottom: 1px solid; border-top: 1px solid; height: 7px; width: 18px; }
.main-nav { align-items: stretch; background: var(--paper); border-bottom: 1px solid var(--line); display: none; flex-direction: column; gap: 0; left: -20px; margin: 0; padding: 18px 20px 24px; position: absolute; right: -20px; top: 78px; }
.main-nav.is-open { display: flex; }
.main-nav-list { align-items: stretch; flex-direction: column; gap: 0; }
.main-nav a { border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 1.4rem; font-weight: 500; letter-spacing: 0; padding: 9px 4px; text-transform: none; }
.main-nav a::after { display: none; }
.home-hero { grid-template-columns: 1fr; }
.hero-copy { padding: 88px max(20px, calc((100vw - 720px) / 2)); }
.hero-copy h1 { font-size: clamp(4rem, 11vw, 6rem); }
.hero-art { height: 70vw; min-height: 500px; }
.hero-award { right: 34px; top: 34px; width: clamp(216px, 43.2vw, 324px); }
.action-grid { grid-template-columns: 1fr; }
.action-intro { align-items: flex-start; flex-direction: column; gap: 8px; }
.action-card { min-height: 260px; padding: 32px 34px; }
.action-card:hover, .action-card:focus-visible { transform: translateY(-3px); }
.action-experience { font-size: clamp(3.6rem, 9vw, 5rem); max-width: none; }
.story-section, .page-hero-grid, .party-details, .chef-story, .about-story, .contact-form-section { gap: 70px; grid-template-columns: 1fr; }
.story-section, .gallery-section, .party-details, .chef-story, .about-story { padding-block: 100px; }
.about-story { padding: 82px 0 54px; }
.values-section { padding-block: 44px; }
.chef-feature-grid, .chef-hero-grid { grid-template-columns: 1fr; min-height: 0; }
.chef-cutout-wrap, .chef-hero-image { height: 610px; }
.chef-feature-copy, .chef-hero-copy { padding: 80px 0 100px; }
.gallery-section .section-heading { align-items: flex-start; flex-direction: column; }
.gallery-section .section-heading > p:last-child { margin-top: 22px; }
.food-grid { grid-template-columns: 1fr 1fr; }
.food-grid figure:first-child { grid-column: 1 / -1; }
.food-grid figure:first-child img { aspect-ratio: 1.3; }
.visit-band { grid-template-columns: 1fr; }
.visit-band-image { height: 520px; }
.visit-band-copy { padding: 80px max(20px, calc((100vw - 720px) / 2)); }
.page-hero { padding-block: 80px 110px; }
.page-hero-image { width: 90%; }
.details-section { grid-template-columns: 1fr 1fr; }
.detail-contact { grid-column: 1 / -1; }
.party-photo { width: 90%; }
.form-grid { gap: 70px; grid-template-columns: 1fr; }
.about-number { height: 360px; width: 360px; }
.contact-image { position: static; width: 85%; }
.footer-grid { grid-template-columns: 1fr 1fr 1fr; }
.footer-brand { grid-column: 1 / -1; margin-bottom: 35px; }
}
@media screen and (max-width: 782px) {
.admin-bar .site-header { top: 46px; }
}
@media (max-width: 600px) {
.shell { width: calc(100% - 32px); }
.brand-mobile span { display: none; }
.hero-copy { min-height: 650px; padding: 70px 16px; }
.hero-copy h1, .page-hero h1, .chef-hero h1, .contact-hero h1, .not-found h1 { font-size: clamp(3.5rem, 16vw, 5rem); }
.hero-copy::after { display: none; }
.hero-lede { font-size: 1.05rem; }
.button-row { align-items: stretch; flex-direction: column; width: 100%; }
.button-row .button { width: 100%; }
.hero-proof { gap: 18px; justify-content: space-between; }
.hero-proof span { letter-spacing: .07em; }
.hero-proof strong { font-size: .85rem; }
.hero-art { height: 82vw; min-height: 400px; }
.hero-award { right: 28px; top: 28px; width: clamp(189px, 52.2vw, 270px); }
.seal { bottom: 24px; height: 116px; right: 20px; width: 116px; }
.vertical-note { display: none; }
.section-heading h2, .chef-feature-copy h2, .form-grid h2, .visit-band-copy h2 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
.story-section, .gallery-section, .party-details, .chef-story, .about-story { padding-block: 76px; }
.about-story { padding: 62px 0 42px; }
.values-section { padding-block: 34px; }
.value-illustration { height: 66px; width: 92px; }
.image-stack { padding: 0 24px 35px 0; }
.image-caption { min-height: 92px; width: 130px; }
.chef-cutout-wrap, .chef-hero-image { height: 480px; }
.chef-cutout-wrap::after, .chef-hero-image::after { height: 320px; width: 320px; }
.outline-word { font-size: 7rem; }
.chef-feature-copy, .chef-hero-copy { padding: 64px 16px 80px; }
.food-grid { gap: 12px; grid-template-columns: 1fr; }
.food-grid figure:first-child { grid-column: auto; }
.food-grid figure img, .food-grid figure:first-child img, .food-grid figure:nth-child(2) img, .food-grid figure:nth-child(3) img { aspect-ratio: 1.08; }
.visit-band-image { height: 370px; }
.visit-band-copy { padding: 68px 16px; }
.page-hero { padding-block: 68px 95px; }
.page-hero-grid { gap: 58px; }
.page-hero-image { justify-self: end; width: 94%; }
.values-grid { grid-template-columns: 1fr; }
.values-grid article { min-height: 0; padding: 34px 10px; }
.values-grid article + article { border-left: 0; border-top: 1px solid var(--line); }
.details-section { grid-template-columns: 1fr; padding-bottom: 80px; width: 100%; }
.detail-card { min-height: 370px; padding: 38px 28px; }
.detail-contact { grid-column: auto; }
.party-photo { width: 92%; }
.party-photo > span { height: 115px; right: -25px; top: 24px; width: 115px; }
.check-list { grid-template-columns: 1fr; }
.form-section { padding-block: 75px; }
.inquiry-form { grid-template-columns: 1fr; }
.field-wide { grid-column: auto; }
.form-submit { align-items: flex-start; flex-direction: column; }
.signature-grid { grid-template-columns: 1fr; }
.signature-grid img { aspect-ratio: 1.1; }
.about-number { height: calc(100vw - 70px); width: calc(100vw - 70px); }
.contact-hero { align-items: start; gap: 35px; grid-template-columns: 1fr; padding-block: 75px; }
.contact-hero > p { margin: 0; }
.contact-image { width: 100%; }
.footer-grid { grid-template-columns: 1fr 1fr; }
.footer-brand { align-items: flex-start; }
.footer-brand img { height: 84px; width: 84px; }
.footer-grid > div:last-child { grid-column: 1 / -1; }
.footer-base { flex-direction: column; gap: 10px; }
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
*, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}