:root {
  --cream: #f8f1e9;
  --paper: #fffaf5;
  --ink: #172f2c;
  --muted: #77817c;
  --line: #d8c9ae;
  --clay: #c89535;
  --clay-dark: #a47624;
  --sage: #6b8f79;
  --deep: #0c342f;
  --site-green: #174d42;
  --yellow: #f4d27a;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow: 0 18px 48px rgba(5, 28, 24, 0.28);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #f8f1e9; background-color: var(--site-green); background-image: radial-gradient(circle at 1px 1px, rgba(244,210,122,.12) 1px, transparent 0); background-size: 34px 34px; font-family: var(--sans); font-size: 15px; line-height: 1.5; }
body::before { border: 1px solid rgba(244,210,122,.16); content: ""; inset: 10px; pointer-events: none; position: fixed; z-index: 10; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; }
img { display: block; max-width: 100%; }
.page-shell { width: min(1200px, calc(100% - 64px)); margin-inline: auto; }
.left-art-rail { display: none; }

.announcement { align-items: center; background: var(--deep); color: #f8f1e9; display: flex; font-size: 11px; font-weight: 600; gap: 10px; justify-content: center; letter-spacing: .06em; min-height: 32px; text-transform: uppercase; }
.announcement-dot { background: #9bd19b; border-radius: 50%; box-shadow: 0 0 0 4px rgba(155, 209, 155, .13); height: 6px; width: 6px; }
.announcement-separator { opacity: .4; }
.site-header { align-items: center; border-bottom: 1px solid rgba(248,241,233,.13); display: flex; gap: 20px; justify-content: space-between; margin: 0 auto; padding: 24px 32px; position: relative; width: min(1328px, 100%); z-index: 1; }
.brand { align-items: center; display: inline-flex; gap: 10px; }
.brand-logo { background: var(--deep); border: 1px solid rgba(244,210,122,.36); border-radius: 14px; height: 48px; object-fit: cover; padding: 2px; width: 48px; }
.brand-mark { align-items: center; background: var(--clay); border-radius: 50%; color: white; display: inline-flex; font-family: var(--serif); font-size: 23px; height: 40px; justify-content: center; line-height: 1; width: 40px; }
.brand strong { display: block; font-family: var(--serif); font-size: 19px; font-weight: 700; letter-spacing: -.03em; line-height: 1; }
.brand small { color: rgba(248,241,233,.58); display: block; font-size: 9px; font-weight: 700; letter-spacing: .15em; margin-top: 4px; text-transform: uppercase; }
.main-nav { display: flex; flex: 1; gap: 32px; justify-content: center; margin-left: 50px; }
.main-nav a { color: rgba(248,241,233,.72); font-size: 13px; font-weight: 600; transition: color .2s ease; }
.main-nav a:hover { color: var(--yellow); }
.cart-trigger { align-items: center; background: transparent; color: #f8f1e9; display: inline-flex; font-size: 13px; font-weight: 700; gap: 8px; padding: 7px 0; }
.cart-icon { align-items: center; border: 1px solid rgba(248,241,233,.8); border-radius: 50%; display: inline-flex; font-size: 16px; height: 30px; justify-content: center; transform: rotate(-45deg); width: 30px; }
.cart-count { align-items: center; background: var(--clay); border-radius: 50%; color: #fff; display: inline-flex; font-size: 10px; height: 20px; justify-content: center; min-width: 20px; padding: 0 5px; }
.admin-trigger { align-items: center; background: transparent; border-left: 1px solid var(--line); color: var(--clay); display: inline-flex; font-size: 11px; font-weight: 700; gap: 7px; margin-left: 14px; padding: 8px 0 8px 14px; white-space: nowrap; }
.admin-trigger span { color: var(--yellow); font-size: 15px; }

.hero { align-items: center; display: grid; gap: 70px; grid-template-columns: .92fr 1.08fr; min-height: 620px; padding-bottom: 80px; padding-top: 48px; }
.eyebrow { align-items: center; color: var(--clay); display: flex; font-size: 10px; font-weight: 700; gap: 9px; letter-spacing: .14em; margin: 0 0 18px; text-transform: uppercase; }
.eyebrow-line { background: var(--clay); height: 1px; width: 24px; }
.hero h1, h2 { font-family: var(--serif); font-weight: 600; letter-spacing: -.06em; line-height: 1.02; margin: 0; }
.hero h1 { font-size: clamp(52px, 6vw, 82px); max-width: 570px; }
h1 em, h2 em { color: var(--clay); font-style: normal; }
.hero-description { color: rgba(248,241,233,.7); font-size: 16px; line-height: 1.75; margin: 25px 0 30px; max-width: 445px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 24px; }
.button { align-items: center; border-radius: 3px; display: inline-flex; font-size: 12px; font-weight: 700; gap: 18px; justify-content: center; letter-spacing: .04em; padding: 15px 19px; transition: background .2s ease, transform .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 16px; line-height: 1; }
.button-primary { background: var(--clay); color: white; }
.button-primary:hover { background: var(--clay-dark); }
.button-dark { background: var(--deep); color: white; }
.button-dark:hover { background: #0f2d29; }
.button-light { background: #f8f1e9; color: var(--deep); }
.button-light:hover { background: #fff; }
.button-full { width: 100%; }
.whatsapp-icon { align-items: center; display: inline-flex; height: 24px; justify-content: center; width: 24px; }
.whatsapp-icon svg { display: block; height: 24px; width: 24px; }
.text-button { background: transparent; color: rgba(248,241,233,.78); font-size: 12px; font-weight: 700; padding: 6px 0; }
.text-button:hover { color: var(--clay); }
.chat-spark { color: var(--clay); margin-right: 7px; }
.hero-proof { align-items: center; display: flex; gap: 13px; margin-top: 45px; }
.avatar-stack { display: flex; padding-left: 6px; }
.avatar { align-items: center; border: 2px solid var(--cream); border-radius: 50%; color: white; display: inline-flex; font-size: 10px; font-weight: 700; height: 31px; justify-content: center; margin-left: -6px; width: 31px; }
.avatar-one { background: #bb7354; } .avatar-two { background: #718e6f; } .avatar-three { background: #d89b4b; }
.stars { color: #e7a64d; font-size: 12px; letter-spacing: .16em; }
.hero-proof p { color: rgba(248,241,233,.64); font-size: 11px; margin: 4px 0 0; }

.hero-visual { height: 520px; position: relative; }
.hero-photo { background: #ddd; overflow: hidden; position: absolute; }
.hero-photo img { height: 100%; object-fit: cover; transition: transform .6s ease; width: 100%; }
.hero-photo:hover img { transform: scale(1.04); }
.hero-photo-main { border: 1px solid rgba(244,210,122,.5); border-radius: 2px; height: 405px; left: 7%; top: 40px; width: 66%; }
.hero-photo-main::before { border: 1px solid rgba(244,210,122,.45); content: ""; inset: 11px; pointer-events: none; position: absolute; z-index: 1; }
.hero-photo-main::after { background: linear-gradient(0deg, rgba(9, 27, 25, .58), transparent 42%); content: ""; inset: 0; position: absolute; }
.hero-photo-small { border: 7px solid var(--cream); box-shadow: var(--shadow); height: 215px; width: 29%; z-index: 2; }
.hero-photo-top { right: 0; top: 0; }
.hero-photo-bottom { bottom: 8px; right: 4%; }
.hero-photo-small img { filter: saturate(.84); }
.photo-label { bottom: 22px; color: #fff; display: flex; flex-direction: column; left: 23px; position: absolute; z-index: 1; }
.photo-label span { font-size: 10px; font-weight: 700; letter-spacing: .16em; margin-bottom: 7px; opacity: .7; }
.photo-label strong { font-family: var(--serif); font-size: 22px; font-weight: 500; }
.hero-note { align-items: center; background: var(--paper); border-left: 3px solid var(--clay); bottom: 54px; box-shadow: var(--shadow); color: var(--ink); display: flex; gap: 11px; left: 0; padding: 14px 18px; position: absolute; z-index: 3; }
.note-icon { align-items: center; background: var(--yellow); border-radius: 50%; color: var(--deep); display: inline-flex; font-size: 17px; height: 30px; justify-content: center; width: 30px; }
.hero-note strong, .hero-note small { display: block; }
.hero-note strong { font-size: 11px; } .hero-note small { color: var(--muted); font-size: 10px; margin-top: 2px; }

.ticker-strip { background: var(--yellow); border-bottom: 1px solid #d3af5c; border-top: 1px solid #d3af5c; }
.ticker-inner { align-items: center; display: flex; justify-content: space-between; min-height: 63px; overflow: hidden; }
.ticker-inner span { color: var(--deep); font-size: 11px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase; white-space: nowrap; }
.ticker-inner b { color: var(--clay); font-size: 10px; margin-right: 8px; }
.ticker-star { color: var(--clay) !important; font-size: 16px !important; }

.menu-section { padding-bottom: 120px; padding-top: 120px; }
.section-heading { align-items: end; display: flex; justify-content: space-between; }
.section-heading h2 { font-size: clamp(42px, 5vw, 62px); }
.section-intro { color: rgba(248,241,233,.68); font-size: 14px; line-height: 1.7; margin: 0 0 4px; max-width: 315px; }
.menu-tabs { border-bottom: 1px solid rgba(248,241,233,.2); display: flex; gap: 28px; margin-top: 55px; overflow-x: auto; }
.menu-tab { background: none; color: rgba(248,241,233,.57); font-size: 12px; font-weight: 700; padding: 0 0 15px; position: relative; white-space: nowrap; }
.menu-tab span { color: #a9aaa2; font-size: 9px; margin-left: 5px; vertical-align: top; }
.menu-tab.is-active { color: #fff; }
.menu-tab.is-active::after { background: var(--clay); bottom: -1px; content: ""; height: 2px; left: 0; position: absolute; width: 100%; }
.menu-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); margin-top: 32px; }
.menu-card { background: var(--paper); border: 1px solid #eae2d8; color: var(--ink); transition: box-shadow .25s ease, transform .25s ease; }
.menu-card:hover { box-shadow: 0 14px 35px rgba(38, 52, 47, .1); transform: translateY(-4px); }
.card-image-wrap { height: 225px; overflow: hidden; position: relative; }
.card-image-wrap img { height: 100%; object-fit: cover; transition: transform .5s ease; width: 100%; }
.menu-card:hover .card-image-wrap img { transform: scale(1.05); }
.card-badge { background: var(--clay); color: #fff; font-size: 9px; font-weight: 700; left: 14px; letter-spacing: .1em; padding: 7px 9px; position: absolute; text-transform: uppercase; top: 14px; }
.card-badge-light { background: var(--yellow); color: var(--deep); }
.image-heart { background: rgba(255,250,245,.9); border-radius: 50%; color: var(--ink); font-size: 20px; height: 32px; line-height: 1; position: absolute; right: 14px; top: 14px; width: 32px; }
.image-heart.is-saved { background: var(--clay); color: #fff; }
.menu-card-body { padding: 19px 20px 18px; }
.card-meta { color: var(--muted); display: flex; font-size: 9px; font-weight: 700; justify-content: space-between; letter-spacing: .12em; }
.menu-card h3 { font-family: var(--serif); font-size: 24px; font-weight: 600; letter-spacing: -.04em; margin: 10px 0 5px; }
.menu-card p { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 0; min-height: 40px; }
.card-footer { align-items: center; border-top: 1px solid #ebe4da; display: flex; justify-content: space-between; margin-top: 17px; padding-top: 15px; }
.card-footer strong { font-family: var(--serif); font-size: 22px; font-weight: 600; }
.add-button { align-items: center; background: transparent; color: var(--clay); display: inline-flex; font-size: 11px; font-weight: 700; gap: 5px; }
.add-button span { align-items: center; border: 1px solid var(--clay); border-radius: 50%; display: inline-flex; font-size: 16px; height: 22px; justify-content: center; line-height: 1; width: 22px; }
.add-button:hover span { background: var(--clay); color: #fff; }
.menu-empty-state { background: var(--paper); border: 1px dashed var(--line); grid-column: 1 / -1; padding: 60px 20px; text-align: center; }
.menu-empty-state span { color: var(--clay); font-size: 26px; }
.menu-empty-state h3 { font-family: var(--serif); font-size: 25px; margin: 9px 0 4px; }
.menu-empty-state p { color: var(--muted); font-size: 12px; margin: 0; }

.menu-art-section { padding-bottom: 120px; }
.menu-art-card { background: #efe5d8; border: 1px solid rgba(244,210,122,.5); color: var(--ink); display: grid; gap: 0; grid-template-columns: .82fr 1.18fr; min-height: 490px; overflow: hidden; }
.menu-art-visual { background: #decbb7; min-height: 490px; padding: 24px 38px 24px 24px; position: relative; }
.menu-art-visual::after { border: 1px solid rgba(235,110,75,.45); content: ""; inset: 12px 24px 12px 12px; pointer-events: none; position: absolute; }
.menu-art-visual img { height: 100%; object-fit: contain; position: relative; width: 100%; z-index: 1; }
.art-expand { align-items: center; background: var(--deep); bottom: 40px; color: #fff; display: inline-flex; font-size: 10px; font-weight: 700; gap: 9px; left: 40px; padding: 11px 13px; position: absolute; z-index: 2; }
.art-expand span { color: var(--yellow); font-size: 15px; }
.menu-art-copy { padding: 65px 64px; }
.menu-art-copy h2 { font-size: clamp(40px, 4vw, 58px); max-width: 430px; }
.menu-art-copy > p:not(.eyebrow) { color: #6b746e; font-size: 13px; line-height: 1.75; margin: 22px 0 28px; max-width: 410px; }
.menu-art-list { border-top: 1px solid #d7cbbd; margin-bottom: 26px; }
.menu-art-list > div { border-bottom: 1px solid #d7cbbd; display: grid; gap: 3px 11px; grid-template-columns: 24px 1fr; padding: 13px 0; }
.menu-art-list span { color: var(--clay); font-size: 9px; font-weight: 700; grid-row: span 2; letter-spacing: .14em; }
.menu-art-list strong { font-family: var(--serif); font-size: 18px; font-weight: 600; }
.menu-art-list small { color: var(--muted); font-size: 10px; }
.menu-art-copy .text-button, .empty-cart .text-button, .recipe-form .text-button, .story-editor .text-button, .admin-toolbar .text-button { color: var(--ink); }

.story-section { padding-bottom: 120px; }
.story-card { background: var(--deep); color: #f8f1e9; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 450px; overflow: hidden; position: relative; }
.story-card::before { border: 1px solid rgba(241, 198, 119, .35); border-radius: 50%; content: ""; height: 410px; left: -85px; position: absolute; top: 95px; width: 410px; }
.story-copy { padding: 64px 62px; position: relative; z-index: 1; }
.eyebrow-light { color: var(--yellow); } .eyebrow-light .eyebrow-line { background: var(--yellow); }
.story-card h2 { font-size: clamp(38px, 4vw, 53px); max-width: 440px; }
.story-card h2 em { color: var(--yellow); }
.story-copy > p:not(.eyebrow) { color: rgba(248,241,233,.68); font-size: 13px; line-height: 1.8; margin: 25px 0 28px; max-width: 420px; }
.story-signature { align-items: center; display: flex; gap: 12px; }
.signature-mark { align-items: center; border: 1px solid rgba(244, 192, 103,.55); border-radius: 50%; color: var(--yellow); display: inline-flex; font-family: var(--serif); font-size: 20px; height: 34px; justify-content: center; width: 34px; }
.story-signature strong, .story-signature small { display: block; } .story-signature strong { font-size: 11px; } .story-signature small { color: rgba(248,241,233,.55); font-size: 10px; margin-top: 2px; }
.story-details { background: rgba(255,255,255,.04); border-left: 1px solid rgba(255,255,255,.11); display: grid; grid-template-columns: repeat(3, 1fr); padding: 64px 46px; position: relative; z-index: 1; }
.detail-block { border-right: 1px solid rgba(255,255,255,.14); padding: 0 22px; } .detail-block:first-child { padding-left: 0; } .detail-block:last-child { border: 0; padding-right: 0; }
.detail-number { color: var(--yellow); font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.detail-block h3 { font-family: var(--serif); font-size: 24px; font-weight: 500; line-height: 1.1; margin: 72px 0 14px; }
.detail-block p { color: rgba(248,241,233,.58); font-size: 12px; line-height: 1.7; margin: 0; }

.steps-section { padding-bottom: 125px; }
.centered-heading { justify-content: center; text-align: center; } .centered-heading .eyebrow { justify-content: center; }
.steps-grid { display: grid; gap: 0; grid-template-columns: repeat(3, 1fr); margin-top: 52px; }
.step-card { border-bottom: 1px solid rgba(248,241,233,.25); border-top: 1px solid rgba(248,241,233,.25); min-height: 280px; padding: 27px 34px; position: relative; }
.step-card + .step-card { border-left: 1px solid rgba(248,241,233,.25); }
.step-card-featured { background: #f1e6d8; }
.step-number { color: var(--clay); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.step-icon { color: var(--clay); display: block; font-size: 32px; margin-top: 45px; }
.step-card h3 { font-family: var(--serif); font-size: 25px; font-weight: 600; letter-spacing: -.04em; margin: 18px 0 8px; }
.step-card p { color: rgba(248,241,233,.66); font-size: 12px; line-height: 1.7; margin: 0; max-width: 235px; }
.step-card-featured h3 { color: var(--ink); }
.step-card-featured p { color: var(--muted); }

.reviews-section { padding-bottom: 125px; }
.reviews-heading { align-items: end; }
.review-score { align-items: center; display: flex; gap: 14px; } .review-score strong { font-family: var(--serif); font-size: 49px; font-weight: 600; line-height: .8; } .review-score span { color: var(--muted); display: block; font-size: 10px; margin-top: 3px; }
.reviews-layout { align-items: start; display: grid; gap: 65px; grid-template-columns: 1.5fr 1fr; margin-top: 53px; }
.review-cards { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); }
.review-card { background: var(--paper); border: 1px solid #eae2d8; color: var(--ink); padding: 26px; }
.review-card-offset { margin-top: 42px; }
.review-card-top { align-items: center; display: flex; gap: 11px; }
.review-avatar { align-items: center; border-radius: 50%; color: white; display: inline-flex; font-family: var(--serif); font-size: 18px; height: 38px; justify-content: center; width: 38px; } .review-avatar.clay { background: var(--clay); } .review-avatar.green { background: var(--sage); }
.review-card-top strong, .review-card-top span:not(.review-avatar):not(.quote-mark) { display: block; } .review-card-top strong { font-size: 12px; } .review-card-top div span { color: var(--muted); font-size: 10px; margin-top: 2px; }
.quote-mark { color: var(--clay); font-family: var(--serif); font-size: 44px; line-height: .6; margin-left: auto; }
.review-card > .stars { margin: 22px 0 15px; } .review-card p { color: #65716c; font-family: var(--serif); font-size: 17px; line-height: 1.5; margin: 0; }
.review-form-card { border-left: 1px solid rgba(248,241,233,.25); padding-left: 34px; } .review-form-card h3 { color: #fff; font-family: var(--serif); font-size: 31px; letter-spacing: -.04em; margin: 0 0 7px; } .review-form-card > p:not(.eyebrow) { color: rgba(248,241,233,.66); font-size: 12px; margin: 0 0 24px; }
label { color: rgba(248,241,233,.72); display: block; font-size: 10px; font-weight: 700; letter-spacing: .03em; }
input, textarea, select { background: var(--paper); border: 1px solid #d9d7ce; border-radius: 0; color: var(--ink); display: block; font-size: 12px; margin-top: 7px; outline: none; padding: 12px; width: 100%; } textarea { min-height: 82px; resize: vertical; } input:focus, textarea:focus, select:focus { border-color: var(--clay); box-shadow: 0 0 0 2px rgba(235,110,75,.11); }
.star-picker { border: 0; margin: 17px 0; padding: 0; } .star-picker legend { color: rgba(248,241,233,.72); font-size: 10px; font-weight: 700; } #starPicker { display: flex; gap: 3px; margin-top: 6px; } #starPicker button { background: transparent; color: rgba(248,241,233,.3); font-size: 20px; padding: 0; } #starPicker button.selected, #starPicker button.is-hover { color: var(--yellow); }
.review-form-card .button { margin-top: 18px; }

.contact-section { padding-bottom: 72px; }
.contact-card { background: var(--deep); border: 1px solid rgba(244,210,122,.55); color: #fff; display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; padding: 58px 63px; position: relative; }
.contact-card::after { border: 1px solid rgba(255,255,255,.22); border-radius: 50%; content: ""; height: 405px; position: absolute; right: -130px; top: -205px; width: 405px; }
.contact-copy { position: relative; z-index: 1; } .contact-card h2 { font-size: clamp(42px, 5vw, 59px); max-width: 460px; } .contact-card h2 em { color: var(--yellow); } .contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.75); font-size: 13px; line-height: 1.7; margin: 23px 0 28px; max-width: 395px; }
.contact-details { border-left: 1px solid rgba(244,210,122,.45); display: grid; gap: 21px; padding-left: 47px; position: relative; z-index: 1; }
.contact-details span, .contact-details strong, .contact-details small { display: block; } .contact-details span { color: var(--yellow); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; } .contact-details strong { font-family: var(--serif); font-size: 20px; font-weight: 500; margin-top: 4px; } .contact-details small { color: rgba(255,255,255,.65); font-size: 10px; margin-top: 3px; }
.social-links-block > span { display: block; }
.social-links { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.social-links a { align-items: center; border: 1px solid rgba(244,210,122,.45); border-radius: 999px; color: var(--yellow); display: inline-flex; font-size: 10px; font-weight: 700; gap: 6px; padding: 7px 10px; transition: background .2s ease, color .2s ease, transform .2s ease; }
.social-links a:hover { background: var(--yellow); color: var(--deep); transform: translateY(-2px); }
.social-mark { align-items: center; border: 1px solid currentColor; border-radius: 50%; display: inline-flex; height: 17px; justify-content: center; width: 17px; }
.social-mark svg { display: block; height: 13px; width: 13px; }
.contact-copy .button-light { align-items: center; background: transparent; border: 1px solid rgba(244,210,122,.45); border-radius: 999px; color: var(--yellow); font-size: 10px; gap: 8px; padding: 7px 10px; }
.contact-copy .button-light:hover { background: var(--yellow); border-color: var(--yellow); color: var(--deep); }
.contact-copy .button-light .whatsapp-icon { background: #25d366; border-radius: 50%; height: 17px; width: 17px; }
.contact-copy .button-light .whatsapp-icon svg { height: 17px; width: 17px; }
.site-footer { align-items: center; display: flex; justify-content: space-between; padding-bottom: 30px; padding-top: 27px; } .site-footer p, .footer-note { color: rgba(248,241,233,.6); font-size: 10px; margin: 0; } .footer-note { text-transform: uppercase; }
.footer-social-links { margin: 0 auto; }

.overlay { background: rgba(22, 35, 32, .38); inset: 0; opacity: 0; pointer-events: none; position: fixed; transition: opacity .25s ease; z-index: 20; } .overlay.is-visible { opacity: 1; pointer-events: auto; }
.cart-drawer { background: var(--paper); box-shadow: -15px 0 40px rgba(23, 47, 44, .13); color: var(--ink); display: flex; flex-direction: column; height: 100dvh; max-width: 430px; position: fixed; right: 0; top: 0; transform: translateX(105%); transition: transform .35s cubic-bezier(.2,.8,.2,1); width: 100%; z-index: 21; } .cart-drawer.is-open { transform: translateX(0); }
.drawer-header, .modal-header { align-items: start; display: flex; justify-content: space-between; padding: 32px 30px 20px; } .drawer-header h2, .modal-header h2 { font-size: 34px; } .close-button { background: transparent; color: var(--ink); font-size: 29px; font-weight: 300; line-height: 1; padding: 0; }
.drawer-body { flex: 1; overflow-y: auto; padding: 5px 30px 25px; } .empty-cart { align-items: center; border: 1px dashed var(--line); color: var(--muted); display: flex; flex-direction: column; margin-top: 65px; padding: 40px 22px; text-align: center; } .empty-cart > span { color: var(--clay); font-size: 27px; } .empty-cart h3 { color: var(--ink); font-family: var(--serif); font-size: 24px; margin: 10px 0 5px; } .empty-cart p { font-size: 12px; line-height: 1.6; margin: 0 0 13px; max-width: 210px; }
.cart-item { border-bottom: 1px solid var(--line); display: grid; gap: 14px; grid-template-columns: 54px 1fr auto; padding: 18px 0; } .cart-item-thumb { height: 54px; object-fit: cover; width: 54px; } .cart-item h3 { font-family: var(--serif); font-size: 18px; margin: 2px 0 4px; } .cart-item p { color: var(--muted); font-size: 10px; margin: 0; } .cart-item > strong { font-family: var(--serif); font-size: 17px; }
.quantity-controls { align-items: center; display: flex; gap: 8px; margin-top: 10px; } .quantity-controls button { align-items: center; background: #eee8df; border-radius: 50%; color: var(--ink); display: inline-flex; font-size: 16px; height: 21px; justify-content: center; line-height: 1; width: 21px; } .quantity-controls span { font-size: 11px; font-weight: 700; min-width: 9px; text-align: center; }
.drawer-footer { border-top: 1px solid var(--line); padding: 20px 30px 28px; } .total-line { align-items: center; display: flex; font-size: 13px; justify-content: space-between; margin-bottom: 10px; } .total-line strong { font-family: var(--serif); font-size: 21px; } .total-line-muted { color: var(--muted); font-size: 11px; } .total-line-muted strong { color: var(--clay); font-size: 17px; } .total-line small { border: 1px solid #e1d9ce; color: var(--clay); font-size: 9px; margin-left: 3px; padding: 2px 4px; } .drawer-note { color: var(--muted); font-size: 10px; line-height: 1.6; margin: 17px 0; }

.modal-shell { align-items: center; background: rgba(6, 25, 21, .62); display: flex; inset: 0; justify-content: center; opacity: 0; padding: 20px; pointer-events: none; position: fixed; transition: opacity .25s ease; z-index: 30; } .modal-shell.is-open { opacity: 1; pointer-events: auto; } .modal-card { background: var(--cream); box-shadow: 0 20px 70px rgba(23,47,44,.25); color: var(--ink); max-height: 92dvh; max-width: 680px; overflow-y: auto; width: 100%; } .checkout-card .modal-header { padding-bottom: 14px; } .checkout-card .modal-header h2 { font-size: 39px; }
.checkout-section { border-top: 1px solid var(--line); padding: 22px 30px; } .form-section-title { align-items: center; display: flex; gap: 12px; margin-bottom: 17px; } .form-section-title > span { color: var(--clay); font-size: 10px; font-weight: 700; } .form-section-title strong, .form-section-title small { display: block; } .form-section-title strong { font-size: 12px; } .form-section-title small { color: var(--muted); font-size: 10px; margin-top: 2px; } .form-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); } .choice-grid { display: grid; gap: 10px; grid-template-columns: repeat(2, 1fr); } .choice-card, .payment-card { align-items: center; background: var(--paper); border: 1px solid #ded9d0; cursor: pointer; display: flex; gap: 10px; padding: 13px; position: relative; } .choice-card.is-selected, .payment-card.is-selected { border-color: var(--clay); box-shadow: inset 0 0 0 1px var(--clay); } .choice-card input, .payment-card input { height: 1px; opacity: 0; position: absolute; width: 1px; } .choice-icon { color: var(--clay); font-size: 22px; } .choice-card strong, .choice-card small, .payment-card strong, .payment-card small { display: block; } .choice-card strong, .payment-card strong { font-size: 11px; } .choice-card small, .payment-card small { color: var(--muted); font-size: 9px; margin-top: 3px; } .address-field { margin-top: 14px; } .payment-options { display: grid; gap: 9px; } .payment-card { padding-right: 70px; } .payment-card b { color: var(--clay); font-family: var(--serif); font-size: 16px; position: absolute; right: 12px; } .payment-check { align-items: center; border: 1px solid #c7c4ba; border-radius: 50%; color: transparent; display: inline-flex; flex: 0 0 auto; font-size: 10px; height: 18px; justify-content: center; width: 18px; } .payment-card.is-selected .payment-check { background: var(--clay); border-color: var(--clay); color: white; }
.checkout-total { align-items: center; border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin: 0 30px 18px; padding-top: 20px; } .checkout-total span { font-size: 12px; font-weight: 700; } .checkout-total small { color: var(--clay); font-size: 10px; } .checkout-total strong { font-family: var(--serif); font-size: 26px; } .checkout-card form > .button, .checkout-disclaimer { margin-left: 30px; margin-right: 30px; width: calc(100% - 60px); } .checkout-disclaimer { color: var(--muted); font-size: 10px; line-height: 1.55; margin-bottom: 28px; margin-top: 12px; text-align: center; }

.admin-card { max-width: 1040px; }
.admin-modal-header { border-bottom: 1px solid var(--line); }
.admin-modal-header h2 { font-size: 41px; }
.admin-login { margin: 0 auto; max-width: 390px; padding: 46px 20px 58px; text-align: center; }
.admin-lock { align-items: center; background: var(--yellow); border-radius: 50%; color: var(--deep); display: inline-flex; font-size: 26px; height: 58px; justify-content: center; margin-bottom: 13px; width: 58px; }
.admin-login h3 { font-family: var(--serif); font-size: 31px; letter-spacing: -.04em; margin: 0 0 8px; }
.admin-login > p { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 0 auto 24px; max-width: 290px; }
.admin-login form { text-align: left; }
.admin-login .button { margin-top: 17px; }
.admin-hint { color: var(--muted); display: block; font-size: 10px; margin-top: 14px; text-align: center; }
.admin-hint code { background: #ede3d7; color: var(--clay); padding: 3px 5px; }
.admin-error { color: var(--clay) !important; font-size: 11px !important; margin: 11px 0 0 !important; min-height: 17px; text-align: center; }
.admin-panel { padding: 0 30px 35px; }
.admin-toolbar { align-items: center; display: flex; justify-content: space-between; padding: 18px 0; }
.admin-toolbar strong, .admin-toolbar span { display: block; }
.admin-toolbar strong { font-size: 12px; }
.admin-toolbar span { color: var(--muted); font-size: 10px; margin-top: 2px; }
.admin-layout { border-top: 1px solid var(--line); display: grid; gap: 27px; grid-template-columns: .86fr 1.14fr; padding-top: 24px; }
.recipe-form { background: #f1e6d8; padding: 22px; }
.admin-form-heading { align-items: center; border-bottom: 1px solid #d7cbbd; display: flex; justify-content: space-between; margin-bottom: 18px; padding-bottom: 13px; }
.admin-form-heading > span { color: var(--clay); font-family: var(--serif); font-size: 21px; font-weight: 600; }
.admin-form-heading .text-button { font-size: 10px; }
.admin-form-grid { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; }
.field-help { color: var(--muted); display: block; font-size: 9px; font-weight: 400; letter-spacing: 0; margin-top: 5px; }
.photo-preview { align-items: center; background: #e5d7c6; color: #958d81; display: flex; font-size: 10px; height: 120px; justify-content: center; margin: 10px 0 15px; overflow: hidden; text-align: center; }
.photo-preview img { height: 100%; object-fit: cover; width: 100%; }
.recipe-form > .button { margin-top: 19px; }
.admin-list-wrap { min-width: 0; }
.admin-list-heading { align-items: center; display: flex; justify-content: space-between; margin-bottom: 12px; }
.admin-list-heading strong, .admin-list-heading span { display: block; }
.admin-list-heading strong { font-size: 12px; }
.admin-list-heading span { color: var(--muted); font-size: 10px; margin-top: 2px; }
.admin-recipe-list { border-top: 1px solid var(--line); max-height: 462px; overflow-y: auto; }
.admin-recipe-row { align-items: center; border-bottom: 1px solid var(--line); display: grid; gap: 10px; grid-template-columns: 47px 1fr auto auto; padding: 11px 0; }
.admin-recipe-row img { height: 47px; object-fit: cover; width: 47px; }
.admin-recipe-info { min-width: 0; }
.admin-recipe-info strong, .admin-recipe-info span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-recipe-info strong { font-family: var(--serif); font-size: 17px; }
.admin-recipe-info span { color: var(--muted); font-size: 10px; margin-top: 3px; }
.admin-edit, .admin-delete { background: transparent; color: var(--clay); font-size: 10px; font-weight: 700; }
.admin-delete { color: #9a9a91; font-size: 21px; font-weight: 300; line-height: 1; }
.admin-delete:hover { color: var(--clay); }
.story-editor { border-top: 1px solid var(--line); margin-top: 28px; padding-top: 25px; }
.story-editor .admin-list-heading { align-items: end; }
.story-editor form { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; margin-top: 17px; }
.story-editor form label:last-of-type { grid-column: 1 / -1; }
.story-editor form .button { grid-column: 1 / -1; justify-self: start; }

.chat-widget { bottom: 22px; position: fixed; right: 22px; z-index: 15; } .chat-launcher { align-items: center; background: var(--deep); box-shadow: 0 10px 25px rgba(23,62,57,.23); color: #fff; display: flex; font-size: 11px; font-weight: 700; gap: 10px; padding: 13px 15px; } .launcher-icon { color: var(--yellow); font-size: 16px; } .launcher-arrow { font-size: 16px; margin-left: 6px; }
.chat-avatar-image { border: 2px solid var(--yellow); border-radius: 50%; height: 32px; object-fit: cover; object-position: center 18%; width: 32px; }
.chat-launcher-avatar { border: 1px solid var(--yellow); border-radius: 50%; height: 22px; object-fit: cover; object-position: center 18%; width: 22px; }
.chat-panel { background: var(--paper); bottom: 56px; box-shadow: 0 15px 50px rgba(23,47,44,.2); color: var(--ink); opacity: 0; pointer-events: none; position: absolute; right: 0; transform: translateY(10px); transition: opacity .25s ease, transform .25s ease; width: 340px; } .chat-panel.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); } .chat-header { align-items: center; background: var(--deep); color: white; display: flex; gap: 10px; padding: 15px; } .chat-avatar { align-items: center; background: var(--yellow); border-radius: 50%; color: var(--deep); display: inline-flex; height: 29px; justify-content: center; width: 29px; } .chat-header strong, .chat-header span { display: block; } .chat-header strong { font-size: 11px; } .chat-header span { color: rgba(255,255,255,.6); font-size: 9px; margin-top: 2px; } .chat-header i { background: #a5d89a; border-radius: 50%; display: inline-block; height: 5px; margin-right: 3px; width: 5px; } .chat-header button { background: transparent; color: white; font-size: 22px; margin-left: auto; }
.chat-messages { max-height: 280px; overflow-y: auto; padding: 16px; } .chat-message { font-size: 11px; line-height: 1.6; margin-bottom: 12px; max-width: 87%; padding: 10px 12px; } .chat-message.assistant { background: #eee7de; color: #4f5d58; } .chat-message.user { background: var(--clay); color: white; margin-left: auto; } .chat-chips { display: flex; flex-wrap: wrap; gap: 5px; } .chat-chips button { background: transparent; border: 1px solid #d9d4ca; color: var(--clay); font-size: 10px; padding: 7px 9px; } .chat-chips button:hover { background: #f5e9df; } .chat-input { border-top: 1px solid var(--line); display: flex; gap: 8px; padding: 11px; } .chat-input input { background: #f7f1e9; border: 0; margin: 0; padding: 10px; } .chat-input button { background: var(--clay); color: white; font-size: 18px; width: 38px; }
.toast { align-items: center; background: var(--deep); bottom: 25px; box-shadow: var(--shadow); color: white; display: flex; gap: 10px; left: 50%; max-width: min(380px, calc(100% - 40px)); opacity: 0; padding: 13px 17px; pointer-events: none; position: fixed; transform: translate(-50%, 15px); transition: opacity .25s ease, transform .25s ease; z-index: 50; } .toast.is-visible { opacity: 1; transform: translate(-50%, 0); } .toast > span { align-items: center; background: #a5d89a; border-radius: 50%; color: var(--deep); display: inline-flex; flex: 0 0 auto; font-size: 11px; height: 20px; justify-content: center; width: 20px; } .toast p { font-size: 11px; margin: 0; }

@media (max-width: 900px) {
  .main-nav { gap: 18px; margin-left: 0; }
  .hero { gap: 25px; grid-template-columns: .9fr 1.1fr; }
  .hero h1 { font-size: 58px; }
  .hero-visual { height: 425px; }
  .hero-photo-main { height: 335px; }
  .hero-photo-small { height: 175px; }
  .story-card { grid-template-columns: 1fr; }
  .story-details { border-left: 0; border-top: 1px solid rgba(255,255,255,.11); }
  .reviews-layout { gap: 35px; }
  .contact-card { padding: 50px 40px; }
  .contact-details { padding-left: 30px; }
  .menu-art-card { grid-template-columns: .9fr 1.1fr; }
  .menu-art-visual { padding-right: 24px; }
  .menu-art-copy { padding: 45px 32px; }
  .admin-layout { grid-template-columns: 1fr; }
  .admin-recipe-list { max-height: 330px; }
}

@media (max-width: 680px) {
  .page-shell { width: min(100% - 36px, 520px); }
  .announcement { font-size: 9px; letter-spacing: .03em; padding: 0 10px; text-align: center; }
  .announcement-separator, .announcement span:last-child { display: none; }
  .site-header { padding: 18px; }
  .main-nav { display: none; }
  .cart-trigger { font-size: 11px; }
  .admin-trigger { font-size: 0; margin-left: 5px; padding-left: 9px; }
  .admin-trigger span { font-size: 16px; }
  .hero { display: flex; flex-direction: column; gap: 35px; min-height: 0; padding-bottom: 62px; padding-top: 35px; }
  .hero-copy { width: 100%; }
  .hero h1 { font-size: clamp(48px, 14vw, 68px); }
  .hero-description { font-size: 14px; }
  .hero-visual { height: 335px; width: 100%; }
  .hero-photo-main { height: 275px; left: 3%; width: 70%; }
  .hero-photo-small { height: 145px; width: 31%; }
  .hero-note { bottom: 20px; left: 0; }
  .ticker-inner { gap: 24px; justify-content: start; overflow-x: auto; }
  .ticker-inner .ticker-star:nth-of-type(even) { display: none; }
  .ticker-inner span { font-size: 9px; }
  .menu-section, .story-section, .steps-section, .reviews-section { padding-bottom: 75px; padding-top: 75px; }
  .section-heading, .reviews-heading { align-items: start; display: block; }
  .section-heading h2 { font-size: 46px; }
  .section-intro { margin-top: 17px; }
  .menu-tabs { gap: 21px; margin-top: 35px; }
  .menu-grid { grid-template-columns: 1fr; }
  .card-image-wrap { height: 240px; }
  .menu-art-card { display: flex; flex-direction: column; }
  .menu-art-visual { min-height: 470px; padding: 15px 25px 15px 15px; }
  .menu-art-visual::after { inset: 8px 16px 8px 8px; }
  .art-expand { bottom: 24px; left: 25px; }
  .menu-art-copy { padding: 44px 27px 48px; }
  .story-copy { padding: 48px 30px; }
  .story-details { display: block; padding: 30px; }
  .detail-block, .detail-block:first-child, .detail-block:last-child { border-bottom: 1px solid rgba(255,255,255,.14); border-right: 0; padding: 22px 0; }
  .detail-block:last-child { border-bottom: 0; }
  .detail-block h3 { margin: 24px 0 9px; }
  .steps-grid { grid-template-columns: 1fr; margin-top: 35px; }
  .step-card, .step-card + .step-card { border-left: 0; min-height: 0; padding: 25px; }
  .step-icon { margin-top: 25px; }
  .review-score { margin-top: 26px; }
  .reviews-layout { display: flex; flex-direction: column; margin-top: 35px; }
  .review-cards { grid-template-columns: 1fr; width: 100%; }
  .review-card-offset { margin-top: 0; }
  .review-form-card { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 35px; width: 100%; }
  .contact-card { display: block; padding: 45px 28px; }
  .contact-details { border-left: 0; border-top: 1px solid rgba(255,255,255,.3); margin-top: 38px; padding-left: 0; padding-top: 27px; }
  .site-footer { align-items: start; flex-wrap: wrap; gap: 20px; }
  .site-footer p { order: 3; width: 100%; }
  .drawer-header, .modal-header { padding: 24px 20px 17px; }
  .drawer-header h2, .modal-header h2, .checkout-card .modal-header h2 { font-size: 31px; }
  .drawer-body, .drawer-footer, .checkout-section { padding-left: 20px; padding-right: 20px; }
  .checkout-total { margin-left: 20px; margin-right: 20px; }
  .checkout-card form > .button, .checkout-disclaimer { margin-left: 20px; margin-right: 20px; width: calc(100% - 40px); }
  .chat-widget { bottom: 14px; right: 14px; }
  .chat-panel { bottom: 54px; max-width: calc(100vw - 28px); width: 340px; }
  .admin-panel { padding-left: 20px; padding-right: 20px; }
  .admin-modal-header h2 { font-size: 32px; }
  .admin-form-grid { grid-template-columns: 1fr; }
  .story-editor form { grid-template-columns: 1fr; }
  .story-editor form label:last-of-type, .story-editor form .button { grid-column: auto; }
  .story-editor .admin-list-heading { align-items: start; display: block; }
  .story-editor .admin-list-heading .text-button { margin-top: 9px; }
}

@media (max-width: 420px) {
  .form-grid, .choice-grid { grid-template-columns: 1fr; }
  .choice-card { min-height: 59px; }
  .chat-launcher span:nth-child(2) { display: none; }
}

@media (min-width: 1200px) {
  :root { --rail-width: 214px; }
  .left-art-rail { background: var(--deep); border-right: 1px solid rgba(244,210,122,.45); bottom: 0; display: flex; flex-direction: column; left: 0; position: fixed; top: 32px; width: var(--rail-width); z-index: 11; }
  .rail-photo { flex: 1; min-height: 0; overflow: hidden; position: relative; }
  .rail-photo img { filter: saturate(.8); height: 100%; object-fit: cover; width: 100%; }
  .rail-photo-wash { background: linear-gradient(180deg, rgba(12,52,47,.02) 35%, rgba(12,52,47,.72) 100%); inset: 0; position: absolute; }
  .rail-caption { background: var(--deep); border-top: 1px solid rgba(244,210,122,.45); color: #f8f1e9; padding: 22px 23px 25px; }
  .rail-caption span { color: var(--yellow); display: block; font-size: 9px; font-weight: 700; letter-spacing: .15em; }
  .rail-caption strong { display: block; font-family: var(--serif); font-size: 25px; font-weight: 500; letter-spacing: -.04em; line-height: 1.05; margin: 12px 0 19px; }
  .rail-caption small { color: rgba(248,241,233,.58); display: block; font-size: 9px; line-height: 1.55; }
  .site-header, main { margin-left: var(--rail-width); width: calc(100% - var(--rail-width)); }
  .site-header { padding-left: 32px; padding-right: 32px; }
  .site-footer { margin-left: calc(var(--rail-width) + 32px); margin-right: 32px; width: min(1200px, calc(100% - var(--rail-width) - 64px)); }
  body::before { left: calc(var(--rail-width) + 10px); }
}

/* Homepage direction: a cleaner, gold-first welcome screen inspired by the supplied reference. */
.announcement { display: none; }
.site-header { background: var(--yellow); border-bottom: 0; color: var(--deep); }
.site-header .brand strong { color: var(--deep); }
.site-header .brand small { color: rgba(12,52,47,.7); }
.site-header .brand-logo { border-color: rgba(12,52,47,.25); }
.main-nav { gap: 28px; margin-left: 0; }
.main-nav a { color: var(--deep); }
.main-nav a:hover { color: #5a3640; }
.main-nav a.is-active { background: #5a3640; color: var(--yellow); padding: 9px 22px; }
.nav-login { background: transparent; color: var(--deep); font-size: 13px; font-weight: 700; padding: 8px 0; }
.nav-login:hover { color: #5a3640; }
.site-header .cart-trigger { color: var(--deep); }
.site-header .cart-icon { border-color: var(--deep); }
.hero { align-items: center; background: var(--yellow); color: var(--deep); display: flex; flex-direction: column; gap: 25px; justify-content: start; min-height: 748px; padding: 82px 32px 70px; text-align: center; width: 100%; }
.hero-copy { align-items: center; display: flex; flex-direction: column; }
.hero .eyebrow { color: var(--deep); }
.hero .eyebrow-line { background: var(--deep); }
.hero h1 { color: var(--deep); font-size: clamp(47px, 6vw, 76px); max-width: 900px; }
.hero h1 em { color: #5a3640; }
.hero-description { color: rgba(12,52,47,.72); font-size: 16px; line-height: 1.75; margin: 25px auto 27px; max-width: 610px; }
.hero-actions { justify-content: center; }
.hero-order-button { background: #5a3640; color: var(--yellow); padding-inline: 25px; }
.hero-order-button:hover { background: #40242d; }
.hero-guide-button { color: var(--deep); }
.hero-proof { gap: 9px; margin-top: 28px; }
.hero-proof-mark { color: #5a3640; font-size: 17px; }
.hero-proof p { color: rgba(12,52,47,.68); font-size: 11px; margin: 0; }
.hero-visual-centered { height: 382px; margin: 6px auto 0; max-width: 700px; position: relative; width: 100%; }
.hero-art-sun { border: 1px solid rgba(90,54,64,.34); border-radius: 50%; height: 310px; left: 50%; position: absolute; top: 15px; transform: translateX(-50%); width: 310px; }
.hero-art-sun::before, .hero-art-sun::after { border: 1px solid rgba(90,54,64,.22); border-radius: 50%; content: ""; inset: 15px; position: absolute; }
.hero-art-sun::after { inset: 31px; }
.hero-cook-frame { border: 8px solid var(--deep); border-bottom: 0; border-radius: 145px 145px 0 0; bottom: 0; box-shadow: 0 10px 0 rgba(90,54,64,.18); height: 350px; left: 50%; overflow: hidden; position: absolute; transform: translateX(-50%); width: 240px; }
.hero-cook-frame img { height: 100%; object-fit: cover; object-position: center 20%; width: 100%; }
.hero-art-dish { background: var(--paper); border: 6px solid var(--deep); border-radius: 50%; bottom: 8px; height: 134px; left: calc(50% - 198px); overflow: hidden; position: absolute; width: 134px; z-index: 2; }
.hero-art-dish img { height: 100%; object-fit: cover; width: 100%; }
.hero-art-note { background: #5a3640; bottom: 95px; color: var(--yellow); display: flex; flex-direction: column; padding: 13px 16px; position: absolute; right: calc(50% - 250px); text-align: left; transform: rotate(3deg); z-index: 2; }
.hero-art-note span { font-size: 17px; }
.hero-art-note strong { font-family: var(--serif); font-size: 16px; font-weight: 500; }
.hero-art-note small { color: rgba(244,210,122,.72); font-size: 9px; margin-top: 3px; }
.left-art-rail { display: none !important; }
.site-header, main { margin-left: 0; width: 100%; }
.site-footer { margin-left: auto; margin-right: auto; width: min(1200px, calc(100% - 64px)); }
body::before { left: 10px; }

@media (max-width: 680px) {
  .site-header { background: var(--yellow); }
  .main-nav { gap: 10px; }
  .main-nav a.is-active { padding: 8px 12px; }
  .main-nav a:nth-child(2) { display: none; }
  .nav-login { font-size: 11px; }
  .hero { min-height: 700px; padding: 65px 20px 45px; }
  .hero h1 { font-size: clamp(42px, 12vw, 60px); }
  .hero-description { font-size: 14px; }
  .hero-visual-centered { height: 315px; }
  .hero-art-sun { height: 255px; width: 255px; }
  .hero-cook-frame { height: 290px; width: 200px; }
  .hero-art-dish { bottom: 4px; height: 98px; left: calc(50% - 164px); width: 98px; }
  .hero-art-note { bottom: 70px; right: calc(50% - 195px); }
  .site-footer { width: min(100% - 36px, 520px); }
}

/* Final brand palette: green canvas with gold type and accents. */
.site-header, .hero { background: var(--site-green); color: var(--yellow); }
.site-header .brand strong, .site-header .brand small { color: var(--yellow); }
.site-header .brand-logo { border-color: rgba(244,210,122,.55); }
.main-nav a, .nav-login, .site-header .cart-trigger { color: var(--yellow); }
.main-nav a:hover, .nav-login:hover { color: #fff0ad; }
.main-nav a.is-active { background: var(--yellow); color: var(--deep); }
.site-header .cart-icon { border-color: var(--yellow); }
.hero .eyebrow, .hero h1, .hero h1 em, .hero-description, .hero-guide-button, .hero-proof p { color: var(--yellow); }
.hero .eyebrow-line { background: var(--yellow); }
.hero-order-button { background: var(--yellow); color: var(--deep); }
.hero-order-button:hover { background: #fff0ad; }
.hero-proof-mark { color: var(--yellow); }
.hero-art-sun, .hero-art-sun::before, .hero-art-sun::after { border-color: rgba(244,210,122,.46); }
.hero-cook-frame { border-color: var(--yellow); box-shadow: 0 10px 0 rgba(244,210,122,.22); }
.hero-art-note { background: var(--yellow); color: var(--deep); }
.hero-art-note small { color: rgba(12,52,47,.68); }
.ticker-strip { background: var(--deep); border-bottom-color: rgba(244,210,122,.45); border-top-color: rgba(244,210,122,.45); }
.ticker-inner span, .ticker-inner b, .ticker-star { color: var(--yellow) !important; }
.section-intro { color: rgba(244,210,122,.72); }
.menu-tabs { border-bottom-color: rgba(244,210,122,.3); }
.menu-tab { color: rgba(244,210,122,.58); }
.menu-tab.is-active { color: var(--yellow); }
.steps-section .section-heading h2, .reviews-section .section-heading h2 { color: var(--yellow); }
.step-card p { color: rgba(244,210,122,.68); }
.step-card-featured p { color: var(--muted); }
.review-score strong { color: var(--yellow); }
.review-score span, .review-form-card > p:not(.eyebrow), .review-form-card label, .review-form-card .star-picker legend { color: rgba(244,210,122,.72); }
.review-form-card h3 { color: var(--yellow); }
.site-footer p, .site-footer .footer-note { color: rgba(244,210,122,.66); }

.cart-icon { transform: none; }

/* Center the main brand in the header. */
.site-header { display: grid; grid-template-columns: 1fr auto 1fr; grid-template-rows: auto auto; row-gap: 14px; }
.site-header .brand { align-items: center; flex-direction: column; gap: 7px; grid-column: 2; grid-row: 1; justify-self: center; text-align: center; }
.site-header .brand { flex-direction: row; gap: 16px; }
.site-header .brand span { order: -1; text-align: right; }
.site-header .brand-logo { height: 96px; width: 96px; }
.site-header .brand strong { font-size: 28px; }
.site-header .brand small { margin-top: 0; }
.site-header .main-nav { background: rgba(244,210,122,.08); border: 1px solid rgba(244,210,122,.45); border-radius: 999px; display: flex; gap: 4px; grid-column: 1; grid-row: 1; justify-self: start; margin-left: 0; padding: 5px; }
.site-header .main-nav a { border-radius: 999px; padding: 9px 13px; }
.site-header .main-nav a.is-active { padding: 9px 16px; }
.admin-lock-link { align-items: center; background: transparent; border: 1px solid rgba(244,210,122,.48); border-radius: 50%; color: var(--yellow); display: inline-flex; height: 30px; justify-content: center; margin: 3px 5px 3px 2px; padding: 6px; width: 30px; }
.admin-lock-link svg { fill: none; height: 15px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; width: 15px; }
.admin-lock-link svg circle { fill: currentColor; stroke: none; }
.admin-lock-link:hover { background: var(--yellow); color: var(--deep); transform: translateY(-1px); }
.site-header .cart-trigger { align-self: center; grid-column: 3; grid-row: 1; justify-self: end; }

@media (max-width: 680px) {
  .site-header { grid-template-columns: 1fr auto; grid-template-rows: auto auto; row-gap: 13px; }
  .site-header .main-nav { grid-column: 1; grid-row: 1; }
  .site-header .brand { grid-column: 1 / -1; grid-row: 2; }
  .site-header .cart-trigger { grid-column: 2; grid-row: 1; }
}

/* Keep step 02 on the green canvas with a white title. */
.step-card-featured { background: var(--site-green); }
.step-card-featured h3 { color: #fff; }
.step-card-featured p { color: rgba(244,210,122,.68); }
.delivery-calculator { margin-top: 14px; }
.delivery-estimate { align-items: center; background: var(--deep); color: var(--yellow); display: flex; gap: 12px; justify-content: space-between; margin-top: 14px; padding: 12px 14px; }
.delivery-estimate strong { font-family: var(--serif); font-size: 17px; font-weight: 500; }
.delivery-estimate span { font-size: 10px; font-weight: 700; text-align: right; }
.delivery-status { margin-top: 7px; }
.delivery-minimum-note { color: var(--clay-dark); }
.checkout-total-label { display: flex; flex-direction: column; gap: 3px; }
.checkout-total-label > small:last-child { color: var(--muted); font-size: 9px; font-weight: 400; }
.checkout-total-breakdown { border-top: 1px solid var(--line); display: grid; gap: 5px; margin-top: 8px; padding-top: 8px; }
.checkout-total { justify-content: flex-start; }
.checkout-total > strong { display: none !important; }
.checkout-breakdown-row { align-items: center; display: flex; font-size: 9px; gap: 14px; justify-content: space-between; }
.checkout-breakdown-row span { color: var(--muted); font-size: 9px !important; font-weight: 400 !important; }
.checkout-breakdown-row b { color: var(--ink); font-size: 10px; white-space: nowrap; }
.checkout-breakdown-emphasis { border-top: 1px solid var(--clay); margin-top: 4px; padding-top: 7px; }
.checkout-breakdown-emphasis span, .checkout-breakdown-emphasis b { color: var(--clay-dark); font-weight: 700 !important; }
.checkout-breakdown-balance span, .checkout-breakdown-balance b { color: var(--muted); }
.checkout-breakdown-tax span, .checkout-breakdown-tax b { color: var(--muted); font-size: 8px; }
.payment-note { display: block; margin-top: 9px; }
.payment-method-list { background: #fff; border: 1px solid #d8d8d4; }
.payment-method { align-items: center; border-bottom: 1px solid #d8d8d4; cursor: pointer; display: grid; gap: 10px; grid-template-columns: 18px 1fr auto; min-height: 54px; padding: 13px 16px; position: relative; }
.payment-method:last-child { border-bottom: 0; }
.payment-method.is-selected { background: #f8fafb; }
.payment-method input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.payment-radio { border: 1px solid #c7c7c2; border-radius: 50%; display: inline-flex; height: 18px; position: relative; width: 18px; }
.payment-method input:checked + .payment-radio { border-color: #2b8dc2; }
.payment-method input:checked + .payment-radio::after { background: #2b8dc2; border-radius: 50%; content: ""; inset: 4px; position: absolute; }
.payment-method-copy strong { color: #33383a; display: block; font-size: 12px; font-weight: 600; }
.payment-method-copy small { color: #444; font-size: 8px; font-weight: 700; letter-spacing: .08em; margin-left: 3px; }
.payment-paypal strong { color: #1468a5; font-size: 20px; font-weight: 800; letter-spacing: -.06em; }
.payment-brands { align-items: center; color: #666e73; display: flex; flex-wrap: wrap; font-size: 9px; gap: 6px; justify-content: flex-end; }
.payment-brands > b { align-items: center; border: 1px solid #d7d9da; display: inline-flex; font-size: 9px; height: 22px; justify-content: center; min-width: 32px; padding: 0 4px; }
.payment-brands .brand-visa { color: #173b86; font-style: italic; }
.payment-brands .brand-mastercard { background: linear-gradient(90deg, #e86c66 0 50%, #f0c54d 50%); border: 0; border-radius: 2px; color: transparent; min-width: 32px; }
.payment-brands .brand-mastercard-red { background: linear-gradient(90deg, #d94668 0 50%, #ef8f43 50%); }
.payment-brands .brand-amex { background: #1a7fb4; border: 0; color: #fff; font-size: 7px; }
.payment-brands .brand-klarna { background: #f4b5c9; border: 0; border-radius: 3px; color: #333; font-size: 8px; }
.payment-brands .brand-cash { background: var(--deep); border: 0; color: var(--yellow); font-size: 8px; }
.stripe-payment-notice { background: #f4f6f7; border: 1px solid #d8d8d4; color: #4b5357; font-size: 10px; line-height: 1.5; margin-top: 9px; padding: 10px 12px; }
.card-details { background: #fff; border: 1px solid #d8d8d4; border-top: 0; padding: 14px 16px; }
.card-details .form-grid { gap: 10px; }
.card-details-note { display: block; margin-top: 10px; }
.payment-timing { border-top: 1px solid #d8d8d4; margin-top: 14px; padding-top: 14px; }
.payment-timing > strong { color: var(--ink); display: block; font-size: 11px; }
.timing-options { display: grid; gap: 8px; margin-top: 9px; }
.payment-timing-card { align-items: center; background: #fff; border: 1px solid #d8d8d4; cursor: pointer; display: grid; gap: 10px; grid-template-columns: 18px 1fr auto; padding: 11px 12px; position: relative; }
.payment-timing-card.is-selected { border-color: var(--clay); box-shadow: inset 0 0 0 1px var(--clay); }
.payment-timing-card input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.payment-timing-card > span:not(.payment-radio) strong, .payment-timing-card > span:not(.payment-radio) small { display: block; }
.payment-timing-card > span:not(.payment-radio) strong { color: var(--ink); font-size: 11px; }
.payment-timing-card > span:not(.payment-radio) small { color: var(--muted); font-size: 9px; margin-top: 3px; }
.payment-timing-card > b { color: var(--clay); font-family: var(--serif); font-size: 15px; }
.coinbase-dot { color: #2b8dc2; font-size: 17px; vertical-align: -1px; }
.crypto-brands > b { border-radius: 3px; color: #697075; font-size: 13px; min-width: 28px; }
.crypto-brands > b:nth-child(2) { color: #e0a628; }
.crypto-brands > b:nth-child(3) { color: #c5a837; }
.crypto-brands > b:nth-child(4) { color: #636a72; }
.big-order-note { color: var(--clay-dark); margin-top: 10px; }

/* Let customers see every food photo clearly, then open it full size. */
.card-image-wrap { cursor: zoom-in; }
.menu-card:hover .card-image-wrap img { background: var(--deep); object-fit: contain; transform: none; }
.image-lightbox { align-items: center; background: rgba(5, 25, 22, .9); display: flex; inset: 0; justify-content: center; opacity: 0; padding: 56px 24px 30px; pointer-events: none; position: fixed; transition: opacity .25s ease; z-index: 50; }
.image-lightbox.is-open { opacity: 1; pointer-events: auto; }
.lightbox-figure { align-items: center; display: flex; flex-direction: column; gap: 14px; margin: 0; max-height: 100%; max-width: 1100px; width: 100%; }
.lightbox-figure img { border: 2px solid var(--yellow); box-shadow: 0 20px 60px rgba(0,0,0,.35); max-height: calc(100dvh - 130px); max-width: min(100%, 1000px); object-fit: contain; width: auto; }
.lightbox-figure figcaption { color: var(--yellow); font-family: var(--serif); font-size: 22px; text-align: center; }
.lightbox-close { background: transparent; color: var(--yellow); font-size: 42px; font-weight: 300; line-height: 1; padding: 4px 12px; position: absolute; right: 22px; top: 16px; }
.lightbox-close:hover { color: #fff0ad; }

.chat-message { white-space: pre-line; }
.chat-messages { max-height: 420px; }
.chat-category-choices { display: grid; gap: 6px; margin-top: 10px; }
.chat-category-choice { align-items: center; background: var(--deep); border: 1px solid var(--yellow); color: var(--yellow); display: flex; justify-content: space-between; padding: 10px 11px; text-align: left; width: 100%; }
.chat-category-choice:hover { background: var(--clay); }
.chat-category-choice span { font-family: var(--serif); font-size: 14px; }
.chat-category-choice small { color: rgba(255,255,255,.7); font-size: 9px; }
.chat-order-choices { display: grid; gap: 6px; margin-top: 10px; }
.chat-order-choice { align-items: center; background: #fff; border: 1px solid #d9d4ca; color: var(--ink); display: grid; gap: 2px 8px; grid-template-columns: 1fr auto; padding: 8px 9px; text-align: left; width: 100%; }
.chat-order-choice:hover { background: #fff8e8; border-color: var(--yellow); }
.chat-order-choice > span { font-family: var(--serif); font-size: 13px; }
.chat-order-choice > strong { color: var(--clay); font-size: 11px; }
.chat-order-choice > small { color: var(--muted); font-size: 9px; grid-column: 1 / -1; }
.chat-order-choice.is-added { background: #edf3e9; border-color: #a5d89a; }
.chat-order-choice.is-added > small { color: var(--deep); font-weight: 700; }

@media (max-width: 680px) {
  .chat-messages { max-height: 360px; }
  .image-lightbox { padding-inline: 14px; }
  .lightbox-figure img { max-height: calc(100dvh - 120px); }
  .lightbox-figure figcaption { font-size: 18px; }
  .lightbox-close { right: 10px; top: 8px; }
}

/* Give the main header logo a stronger, more prominent presence. */
.brand-logo {
  border: 2px solid var(--yellow);
  box-shadow: 0 2px 0 #fff0ad, 0 6px 0 var(--clay-dark), 0 15px 24px rgba(3, 25, 21, .42), inset 0 1px 0 rgba(255,255,255,.5);
  transform: perspective(800px) rotateX(3deg) rotateY(-6deg) translateZ(0);
  transition: box-shadow .25s ease, transform .25s ease;
}
.brand:hover .brand-logo {
  box-shadow: 0 2px 0 #fff0ad, 0 7px 0 var(--clay-dark), 0 20px 30px rgba(3, 25, 21, .5), inset 0 1px 0 rgba(255,255,255,.62);
  transform: perspective(800px) rotateX(0deg) rotateY(0deg) translateY(-4px) translateZ(8px);
}
.site-header .brand-logo { height: clamp(108px, 11vw, 128px); width: clamp(108px, 11vw, 128px); }

@media (max-width: 680px) {
  .site-header .brand-logo { height: 104px; width: 104px; }
}

.admin-orders { background: #f1e6d8; border: 1px solid #d7cbbd; margin-bottom: 28px; padding: 18px; }
.admin-orders-heading { align-items: flex-start; gap: 16px; }
.admin-order-controls { align-items: end; display: flex; flex-wrap: wrap; gap: 8px; justify-content: flex-end; }
.admin-order-controls label { color: var(--muted); display: grid; font-size: 9px; gap: 4px; }
.admin-order-controls select { background: #fffaf3; border: 1px solid #d7cbbd; color: var(--ink); font-size: 10px; min-width: 130px; padding: 7px 9px; }
.admin-order-controls .text-button { font-size: 9px; padding: 7px 8px; }
.admin-danger { color: var(--clay) !important; }
.admin-stats { display: grid; gap: 8px; grid-template-columns: repeat(4, 1fr); margin: 17px 0 12px; }
.admin-stats article { background: var(--deep); color: var(--yellow); min-height: 78px; padding: 12px; }
.admin-stats span, .admin-stats small { display: block; }
.admin-stats span { font-size: 9px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.admin-stats strong { display: block; font-family: var(--serif); font-size: 21px; line-height: 1.1; margin: 9px 0 4px; }
.admin-stats small { color: rgba(244,210,122,.62); font-size: 9px; }
.admin-orders-note { color: var(--muted); display: block; font-size: 9px; line-height: 1.45; margin-bottom: 13px; }
.admin-order-list { display: grid; gap: 9px; }
.admin-order-card { background: #fffaf3; border: 1px solid #d7cbbd; padding: 14px; }
.admin-order-card-top { align-items: flex-start; display: flex; gap: 15px; justify-content: space-between; }
.admin-order-card-top strong, .admin-order-card-top span { display: block; }
.admin-order-card-top strong { font-family: var(--serif); font-size: 18px; }
.admin-order-card-top span { color: var(--muted); font-size: 9px; margin-top: 3px; }
.admin-order-card-top > b { color: var(--clay); font-family: var(--serif); font-size: 19px; }
.admin-order-card ul { border-top: 1px solid var(--line); display: grid; gap: 4px; list-style: none; margin: 11px 0 9px; padding: 9px 0 0; }
.admin-order-card li { align-items: center; display: flex; font-size: 10px; gap: 12px; justify-content: space-between; }
.admin-order-card li b { color: var(--clay); font-weight: 700; }
.admin-order-details { border-top: 1px solid var(--line); color: var(--muted); display: grid; font-size: 9px; gap: 5px; padding-top: 9px; }
.admin-order-money { border-top: 1px dashed #d7cbbd; display: flex; flex-wrap: wrap; font-size: 9px; gap: 18px; margin-top: 9px; padding-top: 9px; }
.admin-order-money b { color: var(--clay); margin-left: 3px; }
.admin-orders-empty { background: #fffaf3; border: 1px dashed #d7cbbd; color: var(--muted); display: grid; gap: 4px; padding: 22px; text-align: center; }
.admin-orders-empty strong { color: var(--ink); font-family: var(--serif); font-size: 17px; }
.admin-orders-empty span { font-size: 10px; }
.admin-customer-section { border-top: 1px solid #d7cbbd; margin-top: 22px; padding-top: 20px; }
.admin-customer-list { display: grid; gap: 8px; }
.admin-customer-card { align-items: center; background: #fffaf3; border: 1px solid #d7cbbd; display: grid; gap: 14px; grid-template-columns: minmax(150px, 1.5fr) .5fr .8fr 1fr minmax(170px, 1.4fr); padding: 12px 14px; }
.admin-customer-card > div:not(.admin-customer-main):not(.admin-customer-favorites) { display: grid; gap: 4px; }
.admin-customer-card small { color: var(--muted); font-size: 8px; text-transform: uppercase; }
.admin-customer-main strong { display: block; font-family: var(--serif); font-size: 16px; }
.admin-customer-main span, .admin-customer-favorites span { color: var(--muted); display: block; font-size: 9px; margin-top: 3px; }
.admin-customer-card b { color: var(--clay); font-size: 11px; }
.admin-customer-favorites { min-width: 0; }
.admin-delete-customer { align-self: center; background: transparent; border: 1px solid #d7cbbd; color: var(--clay); font-size: 9px; font-weight: 700; padding: 7px 8px; }
.admin-delete-customer:hover { background: var(--clay); color: #fffaf3; }

@media (max-width: 760px) {
  .admin-orders-heading { display: block; }
  .admin-order-controls { justify-content: flex-start; margin-top: 12px; }
  .admin-stats { grid-template-columns: repeat(2, 1fr); }
  .admin-customer-card { align-items: start; grid-template-columns: 1fr 1fr; }
  .admin-customer-main, .admin-customer-favorites { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .admin-orders { padding: 14px; }
  .admin-order-controls { align-items: stretch; display: grid; grid-template-columns: 1fr 1fr; }
  .admin-order-controls label { grid-column: 1 / -1; }
  .admin-order-controls select { width: 100%; }
  .admin-order-controls .text-button { width: 100%; }
  .admin-order-card-top > b { font-size: 16px; }
}
