:root {
  --ink: #312116;
  --forest: #2f3828;
  --forest-dark: #20271c;
  --cream: #f7f1e7;
  --paper: #fffaf2;
  --wheat: #c89e63;
  --rose: #c98582;
  --line: rgba(49, 33, 22, 0.18);
  --serif: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; height: 82px; padding: 0 clamp(24px, 5vw, 78px); background: rgba(255, 250, 242, 0.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-family: var(--serif); font-size: 1.2rem; letter-spacing: 0.01em; }
.brand img { width: 48px; height: 48px; border-radius: 50%; }
.brand i { color: var(--rose); font-style: normal; }
nav { display: flex; align-items: center; gap: 30px; }
nav a { font-size: 0.9rem; font-weight: 600; text-decoration: none; }
nav a:not(.nav-cta) { padding: 8px 0; border-bottom: 1px solid transparent; }
nav a:not(.nav-cta):hover { border-color: var(--ink); }
.nav-cta { padding: 11px 19px; color: var(--cream); background: var(--forest); border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: none; padding: 8px; }

.hero { min-height: auto; display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(38px, 6vw, 110px); align-items: center; padding: clamp(68px, 7vw, 108px) clamp(24px, 6vw, 96px) clamp(72px, 8vw, 118px); overflow: hidden; background: radial-gradient(circle at 12% 18%, rgba(201,133,130,.12), transparent 25%), var(--paper); }
.eyebrow { margin: 0 0 18px; font-size: .76rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: #6d604e; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 400; line-height: 1.05; }
h1 { max-width: 620px; font-size: clamp(3.7rem, 6.6vw, 6.7rem); letter-spacing: -.045em; }
h1 em { color: var(--rose); font-weight: 400; }
.hero-lede { max-width: 590px; margin: 28px 0 32px; font-size: clamp(1.05rem, 1.35vw, 1.24rem); color: #5b4b3f; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; text-decoration: none; font-size: .92rem; font-weight: 600; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--cream); background: var(--forest); }
.button-primary:hover { background: var(--forest-dark); }
.text-link { font-size: .92rem; font-weight: 600; text-underline-offset: 6px; }
.text-link span { display: inline-block; margin-left: 5px; color: var(--rose); }
.small-batch-note { display: flex; gap: 13px; align-items: flex-start; margin-top: clamp(42px, 7vw, 78px); font-size: .86rem; color: #67584a; }
.small-batch-note p { margin: 0; }
.flourish { color: var(--rose); font-size: 1.1rem; }

.hero-visual { position: relative; display: flex; justify-content: center; align-items: center; min-height: 0; }
.hero-image-wrap { position: relative; width: min(550px, 90%); aspect-ratio: 1 / 1.08; padding: 30px; background: #efe6d8; border-radius: 50% 50% 46% 46%; box-shadow: 0 28px 80px rgba(54,34,20,.13); transform: rotate(1.5deg); }
.hero-image { width: 100%; height: 100%; object-fit: cover; border-radius: 50% 50% 46% 46%; }
.hero-seal { position: absolute; top: -36px; left: -46px; width: clamp(105px, 11vw, 154px); aspect-ratio: 1; border-radius: 50%; box-shadow: 0 12px 32px rgba(49,33,22,.22); transform: rotate(-7deg); }
.image-label { position: absolute; right: -25px; bottom: 72px; padding: 14px 22px; color: var(--cream); background: var(--forest); border-radius: 999px; font-size: .74rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transform: rotate(-4deg); }
.botanical-stroke { position: absolute; z-index: -1; width: 240px; left: -25px; bottom: 25px; fill: none; stroke: var(--rose); stroke-linecap: round; stroke-width: 2; opacity: .78; transform: rotate(-9deg); }

.announcement-bar { padding: 14px clamp(24px, 7vw, 110px); color: var(--cream); background: var(--forest); }
.announcement-inner { display: flex; align-items: center; gap: 14px; max-width: 1280px; margin: 0 auto; font-size: .82rem; }
.announcement-inner strong { font-weight: 600; }
.announcement-inner > span:not(.announcement-signal):not(.announcement-location) { color: #d4cdbf; }
.announcement-signal { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: var(--rose); box-shadow: 0 0 0 4px rgba(201,133,130,.15); }
.announcement-location { margin-left: auto; color: #d4cdbf; font-size: .75rem; letter-spacing: .06em; text-transform: uppercase; }

.section { padding: clamp(82px, 10vw, 145px) clamp(24px, 7vw, 110px); }
.section-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 40px; align-items: end; margin-bottom: 52px; }
h2 { font-size: clamp(3rem, 5.8vw, 6rem); letter-spacing: -.04em; }
.section-heading-side { max-width: 560px; margin: 0 0 7px; }
.section-heading-side > p { margin: 0 0 18px; color: #655548; }
.section-heading-side .text-link { font-size: .84rem; }
.menu-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.menu-card { display: flex; flex-direction: column; min-width: 0; overflow: hidden; background: #fffdf8; border: 1px solid var(--line); box-shadow: 0 8px 24px rgba(54,34,20,.055); transition: transform .25s ease, box-shadow .25s ease; }
.menu-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(54,34,20,.1); }
.menu-card-image-wrap { position: relative; overflow: hidden; aspect-ratio: 1.38 / 1; background: #e8dfd2; }
.menu-card-featured .menu-card-image-wrap { aspect-ratio: 1.18 / 1; }
.menu-card-image { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.menu-card:hover .menu-card-image { transform: scale(1.035); }
.menu-card-status { position: absolute; top: 15px; right: 15px; padding: 7px 10px; color: var(--ink); background: rgba(255,250,242,.94); border-radius: 999px; font-size: .66rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.menu-card-unavailable { opacity: .62; }
.menu-card-unavailable .menu-card-image { filter: grayscale(.35); }
.image-sourdough { object-position: 72% 64%; }
.image-focaccia { object-position: 92% 76%; }
.image-flowers { object-position: 15% 18%; }
.menu-card-tag { position: absolute; left: 16px; bottom: 15px; padding: 7px 11px; color: var(--ink); background: rgba(255,250,242,.9); border-radius: 999px; font-size: .68rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.menu-card-body { display: flex; flex: 1; flex-direction: column; padding: 22px 22px 20px; }
.menu-card-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.menu-card h3 { font-size: clamp(1.65rem, 2.25vw, 2.5rem); line-height: 1.03; }
.menu-card-aside { display: flex; flex: 0 0 auto; flex-direction: column; align-items: flex-end; gap: 7px; }
.menu-card-price { padding: 5px 8px; color: var(--ink); background: #f0e2cf; border-radius: 999px; font-size: .68rem; font-weight: 600; letter-spacing: .02em; white-space: nowrap; }
.menu-card-price-muted { color: #6e5d4d; background: #ece6dd; }
.menu-card-index { padding-top: 4px; color: #8a7865; font-size: .72rem; letter-spacing: .13em; }
.menu-card-body > p { max-width: 450px; margin: 13px 0 0; color: #67584a; font-size: .88rem; line-height: 1.5; }
.menu-card-meta { display: flex; justify-content: space-between; gap: 15px; margin-top: auto; padding-top: 21px; color: #8a7865; font-size: .67rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }

.focaccia-section { color: var(--cream); background: var(--forest); }
.focaccia-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: end; margin-bottom: 50px; }
.focaccia-heading .eyebrow { color: #d4c8b6; }
.focaccia-heading h2 { color: var(--cream); }
.focaccia-heading h2 em { color: #e0a09d; font-style: italic; }
.focaccia-heading > div:last-child { max-width: 480px; margin-bottom: 5px; }
.focaccia-heading > div:last-child > p { margin: 0 0 25px; color: #d9d1c5; }
.focaccia-heading .button-light { color: var(--ink); background: var(--cream); }
.focaccia-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.focaccia-card { overflow: hidden; background: var(--paper); color: var(--ink); border: 1px solid rgba(247,241,231,.18); transition: transform .25s ease, box-shadow .25s ease; }
.focaccia-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(0,0,0,.22); }
.focaccia-card-image-wrap { position: relative; aspect-ratio: 1.18 / 1; overflow: hidden; background: #e8dfd2; }
.focaccia-card-image { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.focaccia-card:hover .focaccia-card-image { transform: scale(1.035); }
.focaccia-card-number { position: absolute; top: 16px; left: 16px; display: grid; place-items: center; width: 35px; height: 35px; color: var(--ink); background: rgba(255,250,242,.92); border-radius: 50%; font-family: var(--serif); font-size: 1.05rem; }
.focaccia-card-body { padding: 23px 23px 26px; }
.focaccia-card-body .kicker { margin: 0 0 8px; color: #8a7865; font-size: .68rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.focaccia-card-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.focaccia-card-body h3 { font-size: clamp(1.65rem, 2.3vw, 2.45rem); line-height: 1.04; }
.focaccia-card-price { flex: 0 0 auto; padding: 6px 9px; color: var(--ink); background: #f0e2cf; border-radius: 999px; font-size: .7rem; font-weight: 600; letter-spacing: .02em; white-space: nowrap; }
.focaccia-card-body > p:last-child { margin: 13px 0 0; color: #67584a; font-size: .88rem; line-height: 1.5; }

.story { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(55px, 10vw, 150px); color: var(--cream); background: var(--forest-dark); }
.story-mark { position: relative; max-width: 560px; margin: auto; }
.story-mark::before { content: ""; position: absolute; inset: -5%; border: 1px solid rgba(247,241,231,.28); border-radius: 48% 52% 50% 47%; transform: rotate(-4deg); }
.story-mark img { position: relative; width: 100%; aspect-ratio: 4 / 4.4; object-fit: cover; border-radius: 48% 52% 50% 47%; }
.story .eyebrow { color: #d4c8b6; }
.story-copy > p:not(.eyebrow) { max-width: 620px; color: #d9d1c5; }
.story-lede { margin-top: 30px; font-size: 1.2rem; }
blockquote { margin: 42px 0 0; padding-top: 28px; border-top: 1px solid rgba(247,241,231,.25); font-family: var(--serif); font-size: clamp(1.6rem, 2.4vw, 2.6rem); color: #efd6ce; }

.ordering { background: var(--cream); }
.ordering-intro { max-width: 920px; }
.ordering-intro > p:last-child { max-width: 660px; margin: 26px 0 0; color: #67584a; }
.steps { list-style: none; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 70px 0; padding: 0; border-top: 1px solid var(--line); }
.steps li { display: flex; gap: 20px; padding: 30px 26px 30px 0; border-bottom: 1px solid var(--line); }
.steps li + li { padding-left: 26px; border-left: 1px solid var(--line); }
.steps li > span { display: grid; place-items: center; flex: 0 0 38px; width: 38px; height: 38px; color: var(--cream); background: var(--rose); border-radius: 50%; font-family: var(--serif); }
.steps h3 { font-size: 1.45rem; }
.steps p { margin: 9px 0 0; color: #67584a; font-size: .9rem; }
.order-layout { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); gap: 18px; align-items: stretch; }
.order-form-card { padding: clamp(28px, 4vw, 48px); background: var(--paper); border: 1px solid var(--line); box-shadow: 0 8px 24px rgba(54,34,20,.055); }
.order-form-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 34px; }
.order-form-header h3 { font-size: clamp(2rem, 3.2vw, 3.2rem); }
.order-form-header > p { max-width: 170px; margin: 9px 0 0; color: #67584a; font-size: .8rem; text-align: right; }
.order-form-card fieldset { margin: 0; padding: 0; border: 0; }
.order-form-card legend { margin-bottom: 14px; font-family: var(--serif); font-size: 1.7rem; }
.order-item-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.order-menu-status { grid-column: 1 / -1; margin: 4px 0 0; color: #8a7865; font-size: .84rem; }
.order-item { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 82px; padding: 14px 15px; background: #fffdf8; border: 1px solid var(--line); cursor: pointer; transition: border-color .2s, box-shadow .2s, transform .2s; }
.order-item:hover, .order-item:focus-within { border-color: var(--rose); box-shadow: 0 7px 16px rgba(54,34,20,.06); transform: translateY(-1px); }
.order-item > span { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.order-item strong { font-family: var(--serif); font-size: 1.2rem; font-weight: 400; line-height: 1.05; }
.order-item small { color: #8a7865; font-size: .7rem; line-height: 1.25; }
.order-qty { width: 56px; flex: 0 0 56px; padding: 9px 5px; color: var(--ink); background: var(--cream); border: 1px solid var(--line); border-radius: 7px; font: inherit; font-weight: 600; text-align: center; }
.order-selection { margin-top: 17px; padding: 13px 15px; background: rgba(240,226,207,.45); border: 1px solid rgba(49,33,22,.12); }
.order-selection-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; color: #67584a; font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.order-selection-heading strong { color: var(--ink); font-size: .7rem; font-weight: 600; }
.order-selection ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px 20px; margin: 11px 0 0; padding: 0; list-style: none; }
.order-selection li { display: flex; justify-content: space-between; gap: 10px; color: #67584a; font-size: .8rem; }
.order-selection li strong { color: var(--ink); font-weight: 600; white-space: nowrap; }
.order-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 30px; }
.order-field { display: flex; flex-direction: column; gap: 7px; color: #5d4d40; font-size: .8rem; font-weight: 600; }
.order-field-wide { grid-column: 1 / -1; }
.order-field input, .order-field textarea { width: 100%; padding: 12px 13px; color: var(--ink); background: #fffdf8; border: 1px solid rgba(49,33,22,.25); border-radius: 7px; font: inherit; font-size: .9rem; font-weight: 400; outline: none; }
.order-field textarea { resize: vertical; min-height: 82px; }
.order-field input:focus, .order-field textarea:focus, .order-qty:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(47,56,40,.12); }
.order-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.order-field small { color: #8a7865; font-size: .72rem; font-weight: 400; }
.field-required { margin-left: 5px; color: var(--rose) !important; font-size: .64rem !important; letter-spacing: .08em; text-transform: uppercase; }
.order-notes { margin-top: 14px; }
.order-form-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 24px; }
.order-form-actions button { border: 0; cursor: pointer; font: inherit; }
.order-form-actions .button span { margin-left: 6px; color: var(--rose); }
.order-form-actions > p { max-width: 300px; margin: 0; color: #8a7865; font-size: .75rem; line-height: 1.4; }
.form-message { margin: 16px 0 0; font-size: .82rem; }
.form-message-error { color: #8a3d37; }
.order-status { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 24px; padding: 22px; color: var(--cream); background: var(--forest); }
.order-status-copy-wrap { flex: 1; }
.order-status h4 { margin: 0; font-family: var(--serif); font-size: 1.65rem; font-weight: 400; line-height: 1.05; }
.order-status p { max-width: 490px; margin: 10px 0 0; color: #d9d1c5; font-size: .82rem; line-height: 1.45; }
.payment-total { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; max-width: 490px; margin-top: 18px; padding-top: 14px; border-top: 1px solid rgba(247,241,231,.2); }
.payment-total span { color: #d9d1c5; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.payment-total strong { color: var(--wheat); font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.order-status .opening-pill { margin-bottom: 10px; color: var(--ink); background: var(--wheat); }
.order-status-actions { display: flex; flex: 0 0 auto; flex-wrap: wrap; gap: 9px; }
.button-outline-light { color: var(--cream); background: transparent; border: 1px solid rgba(247,241,231,.4) !important; }
.button-outline-light:hover { color: var(--ink); background: var(--cream); border-color: var(--cream) !important; }
.order-status-actions .button span { margin-left: 6px; color: var(--rose); }
.order-form-actions button:disabled, .order-status-actions .button:disabled { cursor: wait; opacity: .65; }
.opening-card { display: flex; height: 100%; flex-direction: column; justify-content: space-between; align-items: flex-start; gap: 36px; padding: clamp(35px, 5vw, 64px); color: var(--cream); background: var(--ink); border-radius: 2px; }
.opening-card > div { width: 100%; }
.opening-pill { display: inline-block; margin-bottom: 20px; padding: 8px 12px; color: var(--ink); background: var(--wheat); border-radius: 999px; font-size: .7rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.opening-card h3 { font-size: clamp(2.1rem, 3.5vw, 3.6rem); }
.opening-card p { margin: 12px 0 0; color: #d8cfc4; }
.payment-methods { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 23px; }
.payment-methods a { display: flex; min-width: 148px; flex-direction: column; gap: 2px; padding: 11px 14px; color: var(--cream); background: rgba(247,241,231,.07); border: 1px solid rgba(247,241,231,.3); border-radius: 12px; text-decoration: none; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.payment-methods a:hover { color: var(--ink); background: var(--cream); border-color: var(--cream); transform: translateY(-2px); }
.payment-methods a span { font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.payment-methods a small { color: #d8cfc4; font-size: .75rem; line-height: 1.25; }
.payment-methods a:hover small { color: #67584a; }
.payment-contact { margin-top: 17px !important; }
.payment-contact a { color: var(--cream); font-weight: 600; text-underline-offset: 3px; }
.button-light { color: var(--ink); background: var(--cream); white-space: nowrap; }

.faq { background: var(--paper); }
.faq .section-heading { margin-bottom: 43px; }
.faq h2 em { color: var(--rose); font-style: italic; }
.faq-list { max-width: 1000px; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 24px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: clamp(1.45rem, 2vw, 2.15rem); line-height: 1.15; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; flex: 0 0 auto; color: var(--rose); font-family: var(--sans); font-size: 1.65rem; font-weight: 400; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details > p { max-width: 760px; margin: -3px 50px 24px 0; color: #67584a; font-size: .94rem; }
.faq-list details > p strong { color: var(--ink); font-weight: 600; }
.faq-list details > p a { color: var(--ink); font-weight: 600; text-underline-offset: 3px; }

footer { display: grid; grid-template-columns: 1fr auto auto auto; gap: 30px; align-items: center; padding: 35px clamp(24px, 5vw, 78px); color: var(--cream); background: var(--forest-dark); font-size: .8rem; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-brand img { width: 58px; height: 58px; border-radius: 50%; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { font-family: var(--serif); font-size: 1.2rem; }
.footer-brand span { color: #bdb3a5; font-size: .72rem; }
.footer-contact { margin: 0; }
.footer-contact span, .footer-contact a { display: block; }
.footer-contact a { margin-top: 4px; color: var(--cream); font-weight: 600; text-underline-offset: 3px; }
.footer-socials { display: flex; align-items: center; gap: 10px; }
.footer-social-link { display: grid; place-items: center; width: 38px; height: 38px; color: var(--cream); border: 1px solid rgba(247,241,231,.32); border-radius: 50%; text-decoration: none; transition: color .2s, background .2s, border-color .2s, transform .2s; }
.footer-social-link:hover { color: var(--ink); background: var(--cream); border-color: var(--cream); transform: translateY(-2px); }
.footer-social-link svg { width: 18px; height: 18px; }
.copyright { color: #bdb3a5; }
[hidden] { display: none !important; }

.admin-page { background: var(--cream); }
.admin-main { max-width: 1180px; margin: 0 auto; padding: clamp(68px, 8vw, 110px) clamp(20px, 5vw, 78px) 120px; }
.admin-main h1 { max-width: 760px; font-size: clamp(3.3rem, 6vw, 6.4rem); }
.admin-lede { max-width: 650px; margin: 24px 0 0; color: #67584a; font-size: 1.1rem; }
.admin-panel { margin-top: 36px; padding: clamp(26px, 4vw, 48px); background: var(--paper); border: 1px solid var(--line); box-shadow: 0 8px 24px rgba(54,34,20,.055); }
.admin-panel h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.admin-panel > h2 { margin-bottom: 10px; }
.admin-panel > p { max-width: 680px; color: #67584a; }
.admin-section-header { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.admin-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.admin-section-header .eyebrow { margin-bottom: 12px; }
.admin-section-header .button { min-height: 44px; font-size: .8rem; }
.button-outline-dark { color: var(--ink); background: transparent; border: 1px solid var(--line); cursor: pointer; font: inherit; }
.button-outline-dark:hover { color: var(--cream); background: var(--forest); border-color: var(--forest); }
.admin-help { margin: 16px 0 25px; font-size: .88rem; }
.admin-login-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; max-width: 620px; margin-top: 24px; }
.admin-login-form label { display: grid; gap: 7px; color: #67584a; font-size: .8rem; }
.admin-login-form input { width: 100%; padding: 12px 13px; color: var(--ink); background: #fffdf8; border: 1px solid var(--line); border-radius: 5px; font: inherit; }
.admin-login-form button { align-self: end; min-height: 46px; }
.admin-password-wrap { position: relative; }
.admin-password-wrap input { padding-right: 48px; }
.password-toggle { position: absolute; top: 50%; right: 8px; display: grid; width: 34px; height: 34px; place-items: center; padding: 0; color: #8a7865; background: transparent; border: 0; border-radius: 5px; cursor: pointer; transform: translateY(-50%); }
.password-toggle:hover, .password-toggle:focus-visible { color: var(--ink); background: rgba(240,226,207,.65); outline: none; }
.password-toggle svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.admin-notice { margin: 36px 0 -12px; padding: 13px 16px; color: #67584a; background: #f5e6d5; border-left: 3px solid var(--rose); font-size: .82rem; }
.admin-subsection-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 18px; }
.admin-subsection-heading h3 { font-family: var(--serif); font-size: 1.8rem; font-weight: 400; }
.admin-subsection-heading .eyebrow { margin-bottom: 8px; }
.admin-subsection-heading > p { max-width: 300px; margin: 0; color: #8a7865; font-size: .78rem; line-height: 1.45; text-align: right; }
.admin-add-form { margin: 24px 0 30px; padding: 22px; background: rgba(240,226,207,.35); border: 1px solid var(--line); }
.admin-edit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.admin-edit-grid label { display: grid; gap: 7px; color: #67584a; font-size: .76rem; font-weight: 600; }
.admin-edit-grid label small { color: #8a7865; font-size: .68rem; font-weight: 400; }
.admin-edit-grid input, .admin-edit-grid textarea { width: 100%; padding: 11px 12px; color: var(--ink); background: #fffdf8; border: 1px solid rgba(49,33,22,.25); border-radius: 6px; font: inherit; font-size: .88rem; font-weight: 400; outline: none; }
.admin-edit-grid textarea { min-height: 70px; resize: vertical; }
.admin-edit-grid input:focus, .admin-edit-grid textarea:focus { border-color: var(--forest); box-shadow: 0 0 0 3px rgba(47,56,40,.12); }
.admin-field-wide { grid-column: 1 / -1; }
.admin-add-form > .button { margin-top: 17px; }
.admin-menu-list { display: grid; grid-template-columns: 1fr; gap: 14px; }
.admin-menu-card { padding: 20px; background: #fffdf8; border: 1px solid var(--line); }
.admin-menu-row-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.admin-menu-row-head > div { display: flex; min-width: 0; flex-direction: column; gap: 4px; }
.admin-menu-row-head strong { font-family: var(--serif); font-size: 1.4rem; font-weight: 400; line-height: 1.05; }
.admin-menu-row-head small { color: #8a7865; font-size: .68rem; }
.admin-availability { display: flex; align-items: center; gap: 8px; color: #67584a; font-size: .72rem; font-weight: 600; white-space: nowrap; }
.admin-availability input { width: 19px; height: 19px; accent-color: var(--forest); }
.admin-menu-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 16px; }
.admin-menu-card-footer small { color: #8a7865; font-size: .7rem; }
.admin-menu-card-footer .button { min-height: 39px; padding: 8px 12px; font-size: .74rem; }
.admin-menu-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px; background: #fffdf8; border: 1px solid var(--line); }
.admin-menu-row > span { display: flex; flex-direction: column; gap: 3px; }
.admin-menu-row strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; line-height: 1.05; }
.admin-menu-row small { color: #8a7865; font-size: .72rem; }
.admin-menu-row input { width: 20px; height: 20px; accent-color: var(--forest); }
.admin-orders-list { border-top: 1px solid var(--line); }
.admin-order-row { padding: 22px 0; border-bottom: 1px solid var(--line); }
.admin-order-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.admin-order-heading > div { display: flex; flex-direction: column; gap: 4px; }
.admin-order-heading strong { font-family: var(--serif); font-size: 1.45rem; font-weight: 400; }
.admin-order-heading small, .admin-order-meta { color: #8a7865; font-size: .76rem; }
.admin-order-heading select { min-width: 125px; padding: 8px 10px; color: var(--ink); background: var(--cream); border: 1px solid var(--line); border-radius: 6px; font: inherit; font-size: .78rem; }
.admin-order-customer { margin: 15px 0 0; color: #67584a; font-size: .86rem; }
.admin-order-customer a { color: var(--ink); text-underline-offset: 3px; }
.admin-order-items { margin: 12px 0 0; color: var(--ink); font-weight: 600; }
.admin-order-meta { margin: 7px 0 0; }
.admin-order-notes { margin: 11px 0 0; padding: 10px 12px; color: #67584a; background: rgba(240,226,207,.55); font-size: .82rem; }
.admin-empty { margin: 20px 0 0; color: #8a7865; }

@media (max-width: 900px) {
  .site-header { height: 72px; }
  .brand span { font-size: 1.05rem; }
  .brand img { width: 42px; height: 42px; }
  .menu-toggle { display: grid; gap: 6px; }
  .menu-toggle span:not(.sr-only) { display: block; width: 24px; height: 1.5px; background: var(--ink); }
  nav { position: absolute; top: 72px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 20px 24px 28px; background: var(--paper); border-bottom: 1px solid var(--line); }
  nav.open { display: flex; }
  nav a { padding: 13px 0; }
  .nav-cta { margin-top: 10px; text-align: center; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 65px; }
  .hero-visual { min-height: 0; }
  .hero-image-wrap { width: min(560px, 82vw); }
  .section-heading, .story { grid-template-columns: 1fr; }
  .section-heading-side { margin-bottom: 0; }
  .story-mark { max-width: 480px; }
  .menu-grid { grid-template-columns: 1fr 1fr; }
  .focaccia-heading { grid-template-columns: 1fr; gap: 24px; }
  .focaccia-grid { grid-template-columns: 1fr 1fr; }
  .order-layout { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; gap: 0; }
  footer { grid-template-columns: 1fr; gap: 15px; }
}

@media (max-width: 1200px) and (min-width: 901px) {
  .focaccia-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  h1 { font-size: clamp(3.3rem, 15vw, 5.3rem); }
  .hero { padding-left: 20px; padding-right: 20px; }
  .hero-image-wrap { width: 92vw; padding: 18px; }
  .image-label { right: -8px; bottom: 32px; font-size: .62rem; }
  .small-batch-note { margin-top: 40px; }
  .section { padding-left: 20px; padding-right: 20px; }
  .section-heading { grid-template-columns: 1fr; }
  .menu-grid, .focaccia-grid { grid-template-columns: 1fr; }
  .menu-card-featured .menu-card-image-wrap { aspect-ratio: 1.18 / 1; }
  .menu-card-image-wrap { aspect-ratio: 1.55 / 1; }
  .focaccia-card-title-row { align-items: flex-start; }
  .order-form-header { flex-direction: column; gap: 12px; }
  .order-form-header > p { max-width: none; margin: 0; text-align: left; }
  .order-item-grid, .order-form-grid { grid-template-columns: 1fr; }
  .order-selection ul { grid-template-columns: 1fr; }
  .order-field-wide { grid-column: auto; }
  .steps { grid-template-columns: 1fr; }
  .steps li + li { padding-left: 0; border-left: 0; }
  .opening-card { align-items: flex-start; flex-direction: column; }
  .order-status { align-items: flex-start; flex-direction: column; }
  .order-status-actions { width: 100%; }
  .order-status-actions .button { flex: 1 1 auto; }
  .button-light { width: 100%; }
  .admin-section-header { align-items: flex-start; flex-direction: column; }
  .admin-section-header .button { width: 100%; }
  .admin-actions { width: 100%; flex-direction: column; }
  .admin-login-form { grid-template-columns: 1fr; }
  .admin-subsection-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .admin-subsection-heading > p { max-width: none; text-align: left; }
  .admin-edit-grid { grid-template-columns: 1fr; }
  .admin-field-wide { grid-column: auto; }
  .admin-menu-row-head, .admin-menu-card-footer { align-items: flex-start; flex-direction: column; }
  .admin-menu-card-footer .button { width: 100%; }
  .admin-menu-list { grid-template-columns: 1fr; }
  .admin-order-heading { flex-direction: column; }
  .admin-order-heading select { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .menu-card, .menu-card-image { transition: none; }
}
