:root {
    --background: #f6f1e8;
    --surface: #fffdf8;
    --text: #27241f;
    --muted: #746e65;
    --brown: #7b5c45;
    --brown-dark: #4d3a2d;
    --green: #66705a;
    --green-dark: #3d4737;
    --accent: #c48655;
    --cream: #e8ddcc;
    --border: #ded4c6;
    --white: #fff;
    --serif: "Fraunces", Georgia, serif;
    --sans: "Manrope", Arial, sans-serif;
    --shadow: 0 18px 50px rgba(54, 42, 32, .12);
    --container: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: var(--background); color: var(--text); font-family: var(--sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open, body.lightbox-open { overflow: hidden; }
img { display: block; max-width: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 500; line-height: 1.02; letter-spacing: -.035em; }
h1 { font-size: clamp(3.6rem, 7vw, 7rem); }
h2 { font-size: clamp(2.7rem, 5vw, 5rem); }
h3 { font-size: 1.6rem; }
p { color: var(--muted); }
address { font-style: normal; }
.container, .container-wide { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.container-wide { width: min(calc(100% - 40px), 1460px); }
.narrow { max-width: 820px; }
.section { padding: 128px 0; }
.eyebrow { margin-bottom: 20px; color: var(--brown); font-size: .72rem; font-weight: 700; letter-spacing: .18em; line-height: 1.4; }
.eyebrow.light { color: #efe2d2; }
.lead { font-size: 1.16rem; }
.small-note { font-size: .82rem; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; transform: translateY(-150%); padding: 12px 18px; background: var(--white); color: var(--text); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid var(--brown-dark); border-radius: 3px; background: var(--brown-dark); color: var(--white); font-size: .84rem; font-weight: 700; letter-spacing: .03em; cursor: pointer; transition: background .2s, border-color .2s, transform .2s; }
.button:hover { background: var(--brown); border-color: var(--brown); transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 10px 18px; }
.button-light { border-color: var(--surface); background: var(--surface); color: var(--brown-dark); }
.button-light:hover { border-color: var(--cream); background: var(--cream); }
.button-outline { border-color: var(--brown-dark); background: transparent; color: var(--brown-dark); }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 10px; border-bottom: 1px solid var(--brown); color: var(--brown-dark); font-size: .88rem; font-weight: 700; line-height: 2; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.light-link { border-color: rgba(255,255,255,.6); color: var(--white); }
.status-dot { display: inline-block; width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: #b17153; }
.status-dot.is-open { background: #83a071; box-shadow: 0 0 0 4px rgba(131,160,113,.16); }

/* Header */
.site-header { position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid transparent; background: rgba(246,241,232,.96); transition: box-shadow .25s, border-color .25s, background .25s; }
.site-header.is-scrolled { border-color: var(--border); background: rgba(255,253,248,.98); box-shadow: 0 6px 24px rgba(42,34,26,.08); }
.header-inner { display: flex; min-height: 86px; align-items: center; gap: 34px; }
.brand { display: inline-flex; flex: 0 0 auto; flex-direction: column; color: var(--brown-dark); line-height: 1; }
.brand span { font-family: var(--serif); font-size: 1.42rem; font-weight: 600; letter-spacing: .02em; }
.brand i { color: var(--accent); font-style: normal; }
.brand small { margin-top: 7px; font-size: .52rem; font-weight: 700; letter-spacing: .22em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 30px); margin-left: auto; }
.desktop-nav a { position: relative; padding: 30px 0 28px; font-size: .77rem; font-weight: 700; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 20px; left: 0; height: 1px; background: var(--brown); content: ""; transform: scaleX(0); transition: transform .2s; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.open-pill { display: flex; align-items: center; gap: 8px; color: var(--green-dark); font-size: .7rem; font-weight: 700; white-space: nowrap; }
.menu-toggle, .mobile-menu { display: none; }

/* Hero */
.hero { position: relative; min-height: calc(100svh - 86px); overflow: hidden; color: var(--white); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; animation: heroIn 1.2s ease-out both; }
.hero-shade { background: linear-gradient(90deg, rgba(24,21,17,.72) 0%, rgba(24,21,17,.35) 52%, rgba(24,21,17,.1) 100%), linear-gradient(0deg, rgba(24,21,17,.45), transparent 45%); }
.hero-content { position: relative; display: flex; min-height: calc(100svh - 86px); flex-direction: column; justify-content: center; padding-top: 85px; padding-bottom: 120px; }
.hero h1 { max-width: 930px; margin-bottom: 30px; color: var(--white); }
.hero-copy { max-width: 600px; margin-bottom: 34px; color: rgba(255,255,255,.88); font-size: 1.12rem; }
.hero-buttons { display: flex; align-items: center; gap: 28px; }
.hero-meta { position: absolute; right: 0; bottom: 32px; left: 0; display: flex; gap: 34px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.9); font-size: .76rem; font-weight: 600; }
.hero-meta span { display: flex; align-items: center; gap: 10px; }
@keyframes heroIn { from { transform: scale(1.04); opacity: .7; } to { transform: scale(1); opacity: 1; } }

/* Quick info */
.quick-info { border-bottom: 1px solid var(--border); background: var(--surface); }
.quick-info-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-info a { display: flex; min-height: 104px; align-items: center; gap: 16px; padding: 20px 28px; border-right: 1px solid var(--border); transition: background .2s; }
.quick-info a:first-child { border-left: 1px solid var(--border); }
.quick-info a:hover { background: #f6efe4; }
.quick-info small, .quick-info strong { display: block; }
.quick-info small { margin-bottom: 4px; color: var(--muted); font-size: .65rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.quick-info strong { font-size: .8rem; line-height: 1.4; }
.info-icon { color: var(--brown); font-family: var(--serif); font-size: 1.35rem; }

/* Products */
.section-heading { margin-bottom: 72px; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; align-items: end; gap: 80px; }
.split-heading h2 { margin: 0; }
.split-heading > p, .split-heading > div:last-child { max-width: 440px; }
.split-heading .text-link { margin-top: 12px; }
.editorial-products { display: grid; grid-template-columns: repeat(12, 1fr); gap: 68px 28px; align-items: start; }
.editorial-product { grid-column: span 4; }
.editorial-product.product-1, .editorial-product.product-5 { grid-column: span 7; }
.editorial-product.product-2, .editorial-product.product-6 { grid-column: span 5; margin-top: 110px; }
.editorial-product.product-3 { grid-column: 2 / span 5; }
.editorial-product.product-4 { grid-column: 8 / span 4; margin-top: 70px; }
.product-image { display: block; overflow: hidden; background: var(--cream); }
.product-image img { width: 100%; aspect-ratio: 4 / 3; transition: transform .55s ease; }
.editorial-product:nth-child(2n) .product-image img { aspect-ratio: 4 / 4.4; }
.product-image:hover img { transform: scale(1.035); }
.product-line { display: flex; align-items: flex-start; justify-content: space-between; gap: 25px; padding-top: 22px; }
.product-line small { color: var(--brown); font-size: .63rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.product-line h3 { margin: 4px 0 5px; }
.product-line p { margin: 0; font-size: .8rem; }
.product-line > strong { flex: 0 0 auto; padding-top: 24px; font-size: .88rem; }

/* Craft */
.craft-section { display: grid; grid-template-columns: 1.08fr .92fr; min-height: 720px; margin-top: 25px; background: var(--cream); }
.craft-image img { width: 100%; height: 100%; min-height: 720px; }
.craft-copy { display: flex; max-width: 620px; flex-direction: column; justify-content: center; padding: 100px 9vw; }
.craft-copy h2 { margin-bottom: 34px; }
.craft-copy p { max-width: 520px; }
.fact-line { display: flex; flex-wrap: wrap; gap: 8px 25px; margin: 30px 0 0; padding: 25px 0 0; border-top: 1px solid #cfc1ae; list-style: none; }
.fact-line li { color: var(--brown-dark); font-size: .75rem; font-weight: 700; }
.fact-line li::before { margin-right: 9px; color: var(--accent); content: "•"; }

/* Breakfast */
.breakfast-layout, .cake-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px, 8vw, 120px); align-items: center; }
.breakfast-copy { padding-left: 5vw; }
.breakfast-copy h2 { margin-bottom: 22px; }
.breakfast-copy .lead { max-width: 520px; }
.live-note { display: flex; align-items: center; gap: 10px; margin: 25px 0; color: var(--green-dark); font-size: .8rem; font-weight: 700; }
.compact-menu { margin: 32px 0; border-top: 1px solid var(--border); }
.compact-menu > div, .menu-stripes > div { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; padding: 18px 0; border-bottom: 1px solid var(--border); }
.compact-menu span, .compact-menu small, .menu-stripes span, .menu-stripes small { display: block; }
.compact-menu strong, .menu-stripes strong { font-family: var(--serif); font-size: 1.05rem; }
.compact-menu small, .menu-stripes small { margin-top: 3px; color: var(--muted); font-size: .72rem; }
.compact-menu b, .menu-stripes b { flex: 0 0 auto; font-size: .8rem; }
.breakfast-image { position: relative; }
.breakfast-image img { width: 100%; aspect-ratio: .82; }
.image-note { position: absolute; bottom: 24px; left: -42px; min-width: 210px; padding: 20px 24px; background: var(--surface); box-shadow: var(--shadow); }
.image-note small, .image-note strong { display: block; }
.image-note small { color: var(--muted); font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; }
.image-note strong { margin-top: 3px; font-family: var(--serif); font-size: 1.1rem; }

/* Offer & lunch */
.weekly-offer { padding: 52px 0; background: var(--brown-dark); color: var(--white); }
.weekly-offer-inner { display: grid; grid-template-columns: .55fr 1fr auto auto; align-items: center; gap: 45px; }
.weekly-offer .eyebrow { margin: 0; }
.weekly-offer h2 { margin: 0 0 4px; color: var(--white); font-size: 2rem; }
.weekly-offer p { margin: 0; color: rgba(255,255,255,.72); font-size: .8rem; }
.weekly-offer > strong { font-size: 1rem; }
.lunch-section { background: var(--surface); }
.menu-stripes { display: grid; grid-template-columns: 1fr 1fr; column-gap: 70px; border-top: 1px solid var(--border); }
.menu-stripes > div { padding: 25px 0; }

/* Coffee */
.coffee-section { display: grid; grid-template-columns: 1.14fr .86fr; min-height: 720px; background: var(--green-dark); color: var(--white); }
.coffee-image img { width: 100%; height: 100%; min-height: 720px; }
.coffee-copy { display: flex; flex-direction: column; justify-content: center; padding: 100px clamp(50px, 7vw, 120px); }
.coffee-copy h2 { color: var(--white); }
.coffee-list { margin: 24px 0; }
.coffee-list div { display: flex; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.2); font-size: .86rem; }
.coffee-copy .small-note { color: rgba(255,255,255,.6); }

/* Cake, café, about */
.cake-layout { grid-template-columns: 1.08fr .92fr; }
.cake-image img { width: 100%; aspect-ratio: 1.08; }
.cake-copy p { max-width: 480px; }
.season-note { max-width: 480px; margin: 28px 0; padding: 18px 20px; border-left: 3px solid var(--accent); background: var(--cream); }
.season-note small, .season-note strong, .season-note span { display: block; }
.season-note small { color: var(--brown); font-size: .61rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.season-note strong { margin: 4px 0; font-family: var(--serif); font-size: 1.1rem; }
.season-note span { color: var(--muted); font-size: .72rem; }
.inline-list { display: flex; flex-wrap: wrap; gap: 10px 25px; margin: 28px 0 34px; padding: 0; list-style: none; color: var(--brown-dark); font-size: .77rem; font-weight: 700; }
.inline-list li::before { margin-right: 8px; color: var(--accent); content: "•"; }
.cafe-section { position: relative; min-height: 760px; overflow: hidden; color: var(--white); }
.cafe-section > img { position: absolute; width: 100%; height: 100%; }
.cafe-section::after { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(31,28,23,.76), rgba(31,28,23,.12)); content: ""; }
.cafe-overlay { position: relative; z-index: 1; display: flex; min-height: 760px; flex-direction: column; justify-content: center; }
.cafe-overlay h2 { color: var(--white); }
.cafe-overlay p { max-width: 550px; color: rgba(255,255,255,.82); }
.cafe-overlay ul { display: flex; flex-wrap: wrap; gap: 12px 28px; padding: 0; list-style: none; font-size: .77rem; font-weight: 700; }
.cafe-overlay li::before { margin-right: 8px; color: #d9b99e; content: "•"; }
.about-section { background: var(--cream); }
.about-layout { display: grid; grid-template-columns: .45fr 1fr .85fr; align-items: start; gap: 65px; }
.about-layout h2 { margin: 0; }
.about-year { margin: 0; color: var(--brown); font-family: var(--serif); font-size: 1.2rem; line-height: 1; }
.about-year strong { font-size: 3.6rem; font-weight: 500; }

/* Gallery */
.gallery-section { padding: 120px 0 0; background: var(--surface); }
.gallery-heading { margin-bottom: 55px; }
.gallery-heading h2 { margin-bottom: 0; }
.gallery-grid { display: grid; grid-auto-rows: 220px; grid-template-columns: repeat(6, 1fr); gap: 5px; }
.gallery-item { overflow: hidden; padding: 0; border: 0; background: var(--cream); cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; transition: transform .45s; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item-1 { grid-column: span 2; grid-row: span 2; }
.gallery-item-2 { grid-column: span 1; }
.gallery-item-3 { grid-column: span 2; }
.gallery-item-4 { grid-column: span 1; grid-row: span 2; }
.gallery-item-5 { grid-column: span 2; }
.gallery-item-6 { grid-column: span 2; }
.gallery-item-7 { grid-column: span 1; }
.gallery-item-8 { grid-column: span 2; }
.gallery-item-9 { grid-column: span 1; }
.lightbox { position: fixed; z-index: 2000; inset: 0; display: grid; grid-template-columns: 70px 1fr 70px; align-items: center; padding: 50px; background: rgba(28,25,22,.95); }
.lightbox[hidden] { display: none; }
.lightbox figure { max-width: 1100px; max-height: calc(100vh - 100px); margin: auto; color: var(--white); }
.lightbox img { width: auto; max-height: calc(100vh - 150px); margin: auto; }
.lightbox figcaption { padding-top: 14px; color: rgba(255,255,255,.7); text-align: center; }
.lightbox button { border: 0; background: transparent; color: var(--white); font-size: 2rem; cursor: pointer; }
.lightbox-close { position: absolute; top: 20px; right: 25px; }

/* Reviews and visit */
.reviews-section { background: var(--background); }
.reviews-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 65px; }
.reviews-heading h2 { margin: 0; }
.rating { display: grid; grid-template-columns: auto auto; gap: 4px 18px; align-items: center; }
.rating span { color: var(--accent); letter-spacing: .1em; }
.rating small { grid-column: 1 / -1; color: var(--muted); font-size: .65rem; }
.reviews-list { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.reviews-list blockquote { margin: 0; padding: 45px; border-right: 1px solid var(--border); }
.reviews-list blockquote:last-child { border-right: 0; }
.reviews-list p { color: var(--text); font-family: var(--serif); font-size: 1.25rem; line-height: 1.5; }
.reviews-list cite { color: var(--muted); font-size: .72rem; font-style: normal; font-weight: 700; }
.visit-strip { padding: 90px 0; background: var(--brown); color: var(--white); }
.visit-strip-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 70px; }
.visit-strip h2 { margin: 0; color: var(--white); }
.visit-strip p { color: rgba(255,255,255,.8); }

/* Page heroes */
.page-hero { display: grid; min-height: 650px; grid-template-columns: 1fr 1fr; background: var(--cream); }
.page-hero-content { display: flex; max-width: 720px; flex-direction: column; justify-content: center; padding: 90px 7vw; }
.page-hero h1 { margin: 0 0 28px; font-size: clamp(3.4rem, 6vw, 6.3rem); }
.page-hero p:not(.eyebrow):not(.live-note) { max-width: 520px; }
.page-hero > img { width: 100%; height: 100%; min-height: 650px; }
.breakfast-page-hero { background: #e9dfd0; }
.cake-page-hero { background: #eee5d9; }

/* Menu pages */
.category-tabs { display: flex; overflow-x: auto; gap: 6px; margin-bottom: 50px; padding-bottom: 8px; scrollbar-width: none; }
.category-tabs button { flex: 0 0 auto; padding: 10px 17px; border: 1px solid var(--border); border-radius: 99px; background: transparent; font-size: .75rem; font-weight: 700; cursor: pointer; }
.category-tabs button:hover, .category-tabs button.is-active { border-color: var(--brown-dark); background: var(--brown-dark); color: var(--white); }
.full-product-list { border-top: 1px solid var(--border); }
.full-product { display: grid; grid-template-columns: 210px 1fr auto; align-items: center; gap: 40px; padding: 28px 0; border-bottom: 1px solid var(--border); }
.full-product[hidden] { display: none; }
.full-product img { width: 210px; height: 150px; }
.full-product small, .order-product small { color: var(--brown); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.full-product h2 { margin: 3px 0 5px; font-size: 2rem; }
.full-product p { margin: 0; font-size: .8rem; }
.menu-note { display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-top: 65px; padding: 35px 40px; border-left: 4px solid var(--accent); background: var(--cream); }
.menu-note p { max-width: 700px; margin: 0; color: var(--text); }
.menu-note strong { font-family: var(--serif); font-size: 1.2rem; }
.breakfast-page-grid { display: grid; grid-template-columns: 1fr .62fr; gap: 100px; }
.breakfast-row { display: flex; justify-content: space-between; gap: 30px; padding: 28px 0; border-bottom: 1px solid var(--border); }
.breakfast-row h2 { margin: 0 0 6px; font-size: 1.7rem; }
.breakfast-row p { max-width: 650px; margin: 0; font-size: .8rem; }
.breakfast-row > strong { flex: 0 0 auto; }
.breakfast-times { align-self: start; padding: 48px; background: var(--green-dark); color: var(--white); }
.breakfast-times h2 { color: var(--white); font-size: 2.6rem; }
.breakfast-times dl { margin: 30px 0; }
.breakfast-times dl div { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.breakfast-times dt, .breakfast-times dd { font-size: .75rem; }
.breakfast-times p { margin: 0; color: rgba(255,255,255,.72); font-size: .78rem; }
.breakfast-extra { padding-top: 20px; }

/* Cake form */
.cake-options { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.cake-options div { padding: 30px 24px; border-right: 1px solid var(--border); }
.cake-options div:last-child { border-right: 0; }
.cake-options span, .cake-options strong { display: block; }
.cake-options span { min-height: 52px; font-family: var(--serif); font-size: 1.15rem; line-height: 1.3; }
.cake-options strong { margin-top: 12px; font-size: .78rem; }
.form-section { background: var(--surface); }
.form-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 100px; }
.form-intro { position: sticky; top: 130px; align-self: start; }
.form-intro h2 { margin-bottom: 28px; font-size: clamp(2.8rem, 4.5vw, 4.6rem); }
.demo-hint { padding: 14px 17px; border-left: 3px solid var(--accent); background: var(--cream); color: var(--brown-dark); font-size: .73rem; }
.order-form { padding: 42px; border: 1px solid var(--border); background: var(--background); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.form-grid label { display: flex; flex-direction: column; gap: 8px; color: var(--brown-dark); font-size: .72rem; font-weight: 700; }
.full-field { grid-column: 1 / -1; }
input, select, textarea { width: 100%; padding: 14px 15px; border: 1px solid #cfc4b5; border-radius: 2px; background: var(--surface); color: var(--text); font-size: .9rem; }
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--brown); outline: 2px solid rgba(196,134,85,.25); }
.field-error { color: #9a3f31; font-size: .68rem; font-weight: 600; }
.order-form > .button { margin-top: 28px; }
.error-summary { margin-bottom: 28px; padding: 18px; border-left: 4px solid #a24c3a; background: #f9e9e4; }
.error-summary p { margin: 3px 0 0; color: #7d382c; font-size: .78rem; }
.success-message { padding: 60px; background: var(--cream); text-align: center; }
.success-message > span { display: grid; width: 56px; height: 56px; place-items: center; margin: 0 auto 25px; border: 1px solid var(--green); border-radius: 50%; color: var(--green); font-size: 1.5rem; }
.success-message h2 { font-size: 2.8rem; }

/* Order */
.order-hero { padding: 105px 0 80px; background: var(--cream); }
.order-hero h1 { margin-bottom: 24px; }
.order-hero p:not(.eyebrow) { max-width: 620px; }
.order-hero .cutoff-note { margin: 22px 0 0; padding: 14px 18px; border-left: 3px solid var(--accent); background: rgba(255,253,248,.65); color: var(--brown-dark); font-size: .78rem; font-weight: 700; }
.order-products-section { padding-top: 70px; }
.order-layout { display: grid; grid-template-columns: 1fr 360px; gap: 60px; align-items: start; }
.order-products { border-top: 1px solid var(--border); }
.order-product { display: grid; grid-template-columns: 125px 1fr auto; align-items: center; gap: 26px; padding: 22px 0; border-bottom: 1px solid var(--border); }
.order-product[hidden] { display: none; }
.order-product img { width: 125px; height: 105px; }
.order-product h2 { margin: 2px 0; font-size: 1.35rem; }
.order-product p { margin: 0 0 4px; font-size: .7rem; }
.order-product strong { font-size: .78rem; }
.quantity-control { display: grid; grid-template-columns: 38px 32px 38px; align-items: center; border: 1px solid var(--border); background: var(--surface); }
.quantity-control button { width: 38px; height: 38px; border: 0; background: transparent; font-size: 1.2rem; cursor: pointer; }
.quantity-control button:hover { background: var(--cream); }
.quantity-control output { text-align: center; font-size: .8rem; font-weight: 700; }
.cart-panel { position: sticky; top: 112px; padding: 30px; border-top: 4px solid var(--accent); background: var(--surface); box-shadow: var(--shadow); }
.cart-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 18px; border-bottom: 1px solid var(--border); }
.cart-heading .eyebrow { margin: 0; }
.cart-heading span { color: var(--muted); font-size: .66rem; }
.cart-empty { padding: 32px 0; color: var(--muted); font-size: .78rem; text-align: center; }
.cart-line { display: grid; grid-template-columns: 1fr auto; gap: 4px 18px; padding: 13px 0; border-bottom: 1px solid var(--border); font-size: .76rem; }
.cart-line small { color: var(--muted); }
.cart-line b { grid-row: span 2; align-self: center; }
.cart-total { display: flex; justify-content: space-between; margin: 20px 0; font-weight: 700; }
.cart-panel .demo-hint { margin: 18px 0 0; padding: 0; border: 0; background: transparent; text-align: center; }
.pickup-section { background: var(--surface); }

/* Contact, legal */
.contact-hero { padding: 95px 0 0; background: var(--cream); }
.contact-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.contact-hero h1 { margin-bottom: 25px; }
.contact-hero p:not(.eyebrow) { max-width: 540px; }
.contact-hero img { width: 100%; height: 580px; }
.contact-actions { display: flex; align-items: center; gap: 25px; margin-top: 30px; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 120px; }
.contact-grid h2 { font-size: 2.5rem; }
.contact-grid a { text-decoration: underline; text-decoration-color: var(--border); text-underline-offset: 4px; }
.contact-grid .button { text-decoration: none; }
.hours-list { margin: 0; }
.hours-list div { display: flex; justify-content: space-between; gap: 30px; padding: 12px 14px; border-bottom: 1px solid var(--border); font-size: .8rem; }
.hours-list .is-today { background: var(--cream); color: var(--brown-dark); font-weight: 700; }
.service-strip { padding: 35px 0; background: var(--green-dark); color: var(--white); }
.service-strip .container { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px 35px; }
.service-strip span { font-size: .72rem; font-weight: 700; }
.service-strip span::before { margin-right: 8px; color: #c8d1bf; content: "✓"; }
.legal-page { padding-top: 100px; }
.legal-page h1 { margin-bottom: 50px; }
.legal-page h2 { margin-top: 45px; font-size: 1.6rem; letter-spacing: -.01em; }
.legal-page p { max-width: 720px; }

/* Footer */
.site-footer { padding: 80px 0 0; background: #312a24; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.15fr .8fr .9fr .6fr; gap: 70px; padding-bottom: 70px; }
.brand-light { color: var(--white); }
.footer-brand p { max-width: 320px; margin-top: 24px; color: rgba(255,255,255,.6); font-size: .82rem; }
.site-footer h2 { margin-bottom: 22px; color: #d7c2ae; font-family: var(--sans); font-size: .67rem; font-weight: 700; letter-spacing: .13em; }
.site-footer address, .site-footer p, .site-footer a { color: rgba(255,255,255,.72); font-size: .75rem; }
.site-footer a:hover { color: var(--white); }
.footer-status { display: flex; align-items: center; gap: 10px; }
.footer-social { display: flex; gap: 16px; margin-top: 20px; }
.footer-nav { display: flex; flex-direction: column; gap: 8px; }
.footer-bottom { display: flex; min-height: 72px; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.48); font-size: .65rem; }
.footer-bottom div { display: flex; flex-wrap: wrap; gap: 20px; }
.mobile-bottom-bar { display: none; }

/* Reveal */
.has-js .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

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