/* ==========================================================================
   Vegan Garden — public site
   Colours come straight from the logo: lime field, sun yellow, leaf green,
   the orange of the open hand, and the deep forest green of the wordmark.
   The logo's sun disc (yellow with a white ring) and its white "sticker"
   outlines are the recurring shapes.
   ========================================================================== */

:root {
  --lime: #dbe254;
  --lime-soft: #eef3b8;
  --lime-wash: #f6f9dc;
  --sun: #ffe433;
  --sun-soft: #fff5b0;
  --leaf: #8cc21c;
  --leaf-2: #6fa515;
  --leaf-ink: #4a7a0c;
  --leaf-soft: #e4f1c2;
  --leaf-pale: #c5dd86;
  --forest: #10542e;
  --forest-2: #0b3f22;
  --forest-3: #1d6b3d;
  --orange: #f39801;
  --orange-soft: #ffe7c0;
  --orange-ink: #9a4f00;
  --brown: #482308;
  --cream: #fbfcee;
  --paper: #ffffff;
  --ink: #1b2a14;
  --muted: #56643f;
  --line: #dfe5bf;
  --line-soft: #ecefd6;
  --red: #b3261e;

  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  --radius: 20px;
  --radius-sm: 12px;
  --radius-lg: 30px;
  --shadow-sm: 0 6px 18px -10px rgba(16, 84, 46, .35);
  --shadow: 0 22px 48px -24px rgba(16, 84, 46, .45);
  --shadow-lg: 0 40px 80px -34px rgba(11, 63, 34, .55);
  --wrap: 1200px;
  --gutter: clamp(16px, 4vw, 40px);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } }
body {
  margin: 0; font-family: var(--sans); font-size: clamp(1rem, .96rem + .2vw, 1.08rem); line-height: 1.62;
  color: var(--ink); background: var(--cream); -webkit-font-smoothing: antialiased; overflow-x: clip;
}
img, svg, video, iframe { max-width: 100%; }
img { height: auto; display: block; }
a { color: var(--forest-3); text-underline-offset: 3px; text-decoration-thickness: 1.5px; }
a:hover { color: var(--forest); }
h1, h2, h3, h4 { font-family: var(--serif); color: var(--forest); line-height: 1.08; font-weight: 700; letter-spacing: -.01em; margin: 0 0 .5em; font-variation-settings: "SOFT" 60, "WONK" 0; }
h1 { font-size: clamp(2.2rem, 1.6rem + 3.4vw, 4.1rem); }
h2 { font-size: clamp(1.75rem, 1.35rem + 2vw, 2.8rem); }
h3 { font-size: clamp(1.18rem, 1.05rem + .6vw, 1.45rem); }
p { margin: 0 0 1em; }
::selection { background: var(--sun); color: var(--forest-2); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; border-radius: 6px; }
.hl { color: var(--forest-3); position: relative; z-index: 0; white-space: nowrap; }
.hl::after { content: ""; position: absolute; left: -2%; right: -2%; bottom: .06em; height: .32em; background: var(--sun); z-index: -1; border-radius: 99px; opacity: .85; }
.visually-hidden { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip-link { position: absolute; left: -999px; top: 8px; z-index: 200; background: var(--forest); color: #fff; padding: 10px 16px; border-radius: 10px; font-weight: 800; }
.skip-link:focus { left: 8px; color: #fff; }
.wrap { width: min(100% - 2 * var(--gutter), var(--wrap)); margin-inline: auto; }
.muted { color: var(--muted); }
.small { font-size: .9rem; }
.center { text-align: center; }

/* ------------------------------------------------------------- buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em; min-height: 48px;
  padding: .72em 1.35em; border-radius: 999px; border: 2px solid transparent; cursor: pointer;
  font: 800 1rem/1.1 var(--sans); text-decoration: none; white-space: nowrap;
  transition: transform .18s, box-shadow .18s, background .18s, color .18s, border-color .18s;
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: none; }
.btn-forest { background: var(--forest); color: #fff; box-shadow: 0 12px 24px -12px rgba(16, 84, 46, .8); }
.btn-forest:hover { background: var(--forest-2); color: #fff; }
.btn-orange { background: var(--orange); color: var(--brown); box-shadow: 0 12px 24px -12px rgba(201, 111, 0, .8); }
.btn-orange:hover { background: #ffab1f; color: var(--brown); }
.btn-sun { background: var(--sun); color: var(--forest-2); box-shadow: 0 12px 24px -14px rgba(160, 140, 0, .9); }
.btn-sun:hover { background: #fff06a; color: var(--forest-2); }
.btn-ghost { background: rgba(255, 255, 255, .7); color: var(--forest); border-color: rgba(16, 84, 46, .25); }
.btn-ghost:hover { border-color: var(--forest); background: #fff; color: var(--forest); }
.btn-white { background: #fff; color: var(--forest); box-shadow: var(--shadow-sm); }
.btn-white:hover { color: var(--forest-2); }
.btn-fb { background: #1877f2; color: #fff; }
.btn-fb:hover { background: #0f5fc9; color: #fff; }
.btn-sm { min-height: 40px; padding: .5em 1em; font-size: .92rem; }
.btn-lg { min-height: 56px; padding: .85em 1.6em; font-size: 1.08rem; }
.btn-block { width: 100%; }
.btn-row { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.icon-btn { display: inline-grid; place-items: center; width: 46px; height: 46px; border-radius: 50%; border: 0; background: transparent; color: var(--forest); cursor: pointer; text-decoration: none; }
.icon-btn:hover { background: rgba(16, 84, 46, .08); }
.link-arrow { display: inline-flex; align-items: center; gap: 6px; font-weight: 800; text-decoration: none; color: var(--forest-3); }
.link-arrow:hover { gap: 10px; }

/* -------------------------------------------------------------- status */
.status-pill {
  display: inline-flex; align-items: center; gap: .55em; padding: .38em .95em .38em .8em; border-radius: 999px;
  font-weight: 800; font-size: .92rem; line-height: 1.2; text-decoration: none; background: #fff; color: var(--forest);
  border: 1.5px solid var(--line);
}
.status-pill .dot { width: .7em; height: .7em; border-radius: 50%; background: #9aa58a; flex: none; }
.status-pill.tone-open { background: #e2f6c8; border-color: #b6dd82; color: #174f14; }
.status-pill.tone-open .dot { background: #2fa82a; box-shadow: 0 0 0 0 rgba(47, 168, 42, .55); animation: pulse 2s infinite; }
.status-pill.tone-soon { background: var(--sun-soft); border-color: #eedc6a; color: #5a4a00; }
.status-pill.tone-soon .dot { background: #d9b300; }
.status-pill.tone-holiday { background: var(--orange-soft); border-color: #f6c572; color: var(--orange-ink); }
.status-pill.tone-holiday .dot { background: var(--orange); }
.status-pill.tone-closed { background: #fff; color: #4b5540; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(47, 168, 42, .55); } 70% { box-shadow: 0 0 0 10px rgba(47, 168, 42, 0); } 100% { box-shadow: 0 0 0 0 rgba(47, 168, 42, 0); } }

/* ------------------------------------------------------------- top bar */
.topbar { background: var(--forest); color: #e8f2d8; font-size: .9rem; }
.topbar .wrap { display: flex; align-items: center; justify-content: space-between; gap: 8px 18px; min-height: 44px; flex-wrap: wrap; padding: 4px 0; }
.topbar a { color: #fff; text-decoration: none; display: inline-flex; align-items: center; gap: 7px; font-weight: 700; }
.topbar a:hover { color: var(--sun); }
.topbar .status-pill { background: rgba(255, 255, 255, .1); border-color: rgba(255, 255, 255, .22); color: #fff; font-size: .86rem; }
.topbar .status-pill.tone-open { background: rgba(140, 194, 28, .25); border-color: rgba(172, 230, 90, .5); }
.topbar .status-pill.tone-open .dot { background: #9df06a; }
.topbar .status-pill.tone-holiday { background: rgba(243, 152, 1, .25); border-color: rgba(255, 190, 90, .5); }
.tb-status-text { color: #d7e7c4; }
.tb-right { display: flex; gap: 16px; align-items: center; }
@media (max-width: 700px) { .tb-right .tb-mail, .tb-status-text { display: none; } .topbar .wrap { justify-content: center; } }
.notice-band { background: var(--orange); color: var(--brown); font-weight: 800; text-align: center; padding: 8px 16px; font-size: .95rem; }
.notice-band a { color: var(--brown); }

/* -------------------------------------------------------------- header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(251, 252, 238, .92); backdrop-filter: saturate(1.4) blur(10px); -webkit-backdrop-filter: saturate(1.4) blur(10px); border-bottom: 1px solid var(--line-soft); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 76px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; min-width: 0; flex: 0 1 auto; }
.brand-mark { width: 62px; height: auto; flex: none; filter: drop-shadow(0 4px 8px rgba(16, 84, 46, .18)); }
.brand-word { width: 170px; height: auto; min-width: 0; }
.site-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 2px; }
.site-nav a { display: block; padding: 10px 13px; border-radius: 999px; font-weight: 800; text-decoration: none; color: var(--forest); font-size: .98rem; white-space: nowrap; }
@media (max-width: 1280px) { .site-nav a { padding: 10px 10px; } }
.site-nav a:hover { background: var(--lime-soft); }
.site-nav a[aria-current="page"] { background: var(--forest); color: #fff; }
.header-actions { display: flex; align-items: center; gap: 8px; }
.nav-toggle { display: none; }
.nav-toggle .when-open { display: none; }
@media (max-width: 1140px) {
  .nav-toggle { display: inline-grid; }
  .site-nav { position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); padding: 10px var(--gutter) 18px; display: none; }
  .site-nav.is-open { display: block; }
  .site-nav ul { flex-direction: column; gap: 4px; }
  .site-nav a { padding: 13px 16px; font-size: 1.08rem; border-radius: 14px; }
  .nav-toggle[aria-expanded="true"] .when-open { display: inline; }
  .nav-toggle[aria-expanded="true"] .when-closed { display: none; }
}
@media (max-width: 520px) {
  .brand-mark { width: 50px; }
  .brand-word { width: 138px; }
  .header-actions .btn-where span { display: none; }
  .header-actions .btn-where { width: 46px; padding: 0; }
}
@media (max-width: 360px) { .brand-word { width: 116px; } }

/* ---------------------------------------------------------------- hero */
.hero { position: relative; overflow: hidden; background: radial-gradient(1000px 520px at 85% -10%, var(--sun-soft), transparent 62%), radial-gradient(800px 480px at 0% 110%, rgba(140, 194, 28, .28), transparent 60%), linear-gradient(180deg, var(--lime-wash), var(--cream)); padding: clamp(36px, 6vw, 80px) 0 clamp(48px, 7vw, 96px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(28px, 5vw, 64px); align-items: center; }
.kicker { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: .86rem; letter-spacing: .12em; text-transform: uppercase; color: var(--leaf-ink); margin-bottom: 14px; }
.kicker .ico { color: var(--orange); }
.hero h1 { margin-bottom: 18px; }
.hero-intro { font-size: clamp(1.06rem, 1rem + .4vw, 1.26rem); color: #33412a; max-width: 56ch; }
.hero-cta { margin: 26px 0 22px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 8px 22px; list-style: none; padding: 0; margin: 0; font-weight: 800; color: var(--forest); }
.hero-facts li { display: inline-flex; align-items: center; gap: 8px; }
.hero-facts .ico { color: var(--orange); }
@media (max-width: 900px) { .hero-grid { grid-template-columns: minmax(0, 1fr); } }

/* The logo above the live card. The card sits under it, never on top of it
   (the owner asked for the logo to show in full). */
.today-stage { position: relative; display: flex; flex-direction: column; align-items: center; gap: 14px; padding: 8px; }
.stage-mark { width: clamp(170px, 17vw, 240px); height: auto; filter: drop-shadow(0 16px 28px rgba(31, 74, 26, .18)); }
.today-card { position: relative; z-index: 2; width: 100%; max-width: 460px; background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 22px 24px 20px; border: 6px solid #fff; outline: 1px solid var(--line-soft); }
.today-card h2 { font-size: clamp(1.45rem, 1.2rem + 1vw, 1.95rem); margin: 12px 0 4px; overflow-wrap: anywhere; }
.today-detail { font-weight: 800; color: #33412a; margin: 0 0 4px; }
.today-address { color: var(--muted); margin: 0 0 12px; font-size: .95rem; }
.today-msg { background: var(--sun-soft); border-radius: 12px; padding: 8px 12px; font-weight: 700; font-size: .95rem; margin: 10px 0; }
.today-next { border-top: 1px dashed var(--line); margin-top: 14px; padding-top: 12px; font-size: .95rem; }
.today-next strong { color: var(--forest); }
.today-card .btn-row { margin-top: 14px; }
.today-updated { font-size: .78rem; color: var(--muted); margin: 10px 0 0; }
@media (max-width: 900px) { .stage-mark { width: 120px; } }

/* ------------------------------------------------------------ sections */
.section { padding: clamp(52px, 7vw, 96px) 0; position: relative; }
.section-alt { background: #fff; }
.section-lime { background: linear-gradient(180deg, var(--lime-wash), var(--lime-soft)); }
.section-forest { background: var(--forest); color: #e9f3dc; }
.section-forest h2, .section-forest h3 { color: #fff; }
.section-head { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 14px 24px; margin-bottom: clamp(24px, 3vw, 38px); }
.section-head > div { max-width: 62ch; }
.section-head h2 { margin-bottom: 8px; }
.section-head p { color: var(--muted); margin: 0; font-size: 1.05rem; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--leaf-ink); margin-bottom: 10px; }
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 3px; background: var(--orange); }
.page-hero { background: radial-gradient(900px 360px at 90% 0%, var(--sun-soft), transparent 60%), linear-gradient(180deg, var(--lime-wash), var(--cream)); padding: clamp(34px, 5vw, 64px) 0 clamp(26px, 4vw, 44px); border-bottom: 1px solid var(--line-soft); }
.page-hero h1 { margin-bottom: 12px; }
.page-hero p.lead { font-size: clamp(1.05rem, 1rem + .4vw, 1.22rem); color: #3b4930; max-width: 64ch; margin: 0; }
.crumbs { font-size: .88rem; margin-bottom: 12px; color: var(--muted); }
.crumbs a { color: var(--muted); }
.prose { max-width: 70ch; }
.prose h2 { font-size: clamp(1.35rem, 1.15rem + .8vw, 1.7rem); margin-top: 1.4em; }
.prose ul { padding-left: 1.2em; }
.prose li { margin-bottom: .4em; }

/* ---------------------------------------------------------- dish cards */
.card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr)); gap: clamp(14px, 2vw, 22px); }
.dish-card { position: relative; display: flex; flex-direction: column; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); border: 1px solid var(--line-soft); transition: transform .25s, box-shadow .25s; min-width: 0; }
.dish-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.dish-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; background: var(--lime-wash); }
.dish-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.dish-media.is-art img { object-fit: cover; }
.dish-card:hover .dish-media img { transform: scale(1.05); }
.dish-flags { position: absolute; left: 10px; top: 10px; display: flex; flex-wrap: wrap; gap: 6px; z-index: 2; }
.flag { display: inline-flex; align-items: center; gap: 4px; font-size: .74rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; padding: 4px 10px; border-radius: 999px; background: var(--forest); color: #fff; }
.flag-special { background: var(--sun); color: var(--forest-2); }
.flag-soldout { background: var(--red); color: #fff; }
.flag-sample { background: #fff; color: var(--forest); border: 1.5px dashed var(--forest); }
.flag-limited { background: var(--orange); color: var(--brown); }
.flag-coming { background: #fff; color: var(--forest); }
.dish-body { display: flex; flex-direction: column; gap: 6px; padding: 16px 18px 18px; flex: 1; }
.dish-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; }
.dish-card h3 { margin: 0; font-size: 1.2rem; overflow-wrap: anywhere; }
.dish-card h3 a { color: var(--forest); text-decoration: none; }
.dish-card h3 a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.price { font-family: var(--serif); font-weight: 800; color: var(--forest); font-size: 1.3rem; white-space: nowrap; line-height: 1.1; }
.price small { display: block; font-family: var(--sans); font-size: .74rem; font-weight: 700; color: var(--muted); text-align: right; white-space: normal; }
.dish-summary { color: var(--muted); margin: 0; font-size: .96rem; }
.tag-list { display: flex; flex-wrap: wrap; gap: 5px; margin-top: auto; padding-top: 6px; list-style: none; padding-left: 0; }
.tag { font-size: .74rem; font-weight: 800; padding: 3px 9px; border-radius: 999px; background: var(--leaf-soft); color: #2d5a12; }
.tag-hot { background: #ffe1d9; color: #9a2a12; }
.tag-warn { background: #f1eee2; color: #5d5334; }
.tag-new { background: var(--sun-soft); color: #5a4a00; }
.tag-fav { background: var(--orange-soft); color: var(--orange-ink); }
.dish-card.is-soldout .dish-media img { filter: grayscale(.85) opacity(.7); }
.dish-card.is-soldout .price { text-decoration: line-through; color: var(--muted); }
.art-note { position: absolute; right: 8px; bottom: 8px; z-index: 2; font-size: .68rem; font-weight: 800; background: rgba(255, 255, 255, .85); color: var(--muted); padding: 2px 8px; border-radius: 999px; }

/* --------------------------------------------------------- menu page */
.menu-layout { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: clamp(20px, 3vw, 40px); align-items: start; }
.menu-nav { position: sticky; top: 96px; background: #fff; border-radius: var(--radius); padding: 14px; border: 1px solid var(--line-soft); box-shadow: var(--shadow-sm); }
.menu-nav ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.menu-nav a { display: flex; justify-content: space-between; gap: 8px; padding: 9px 12px; border-radius: 12px; text-decoration: none; font-weight: 800; color: var(--forest); }
.menu-nav a:hover { background: var(--lime-wash); }
.menu-nav em { font-style: normal; font-size: .8rem; color: var(--muted); background: var(--lime-wash); border-radius: 999px; padding: 0 8px; }
.menu-section { scroll-margin-top: 110px; margin-bottom: clamp(30px, 4vw, 52px); }
.menu-section > header { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; margin-bottom: 16px; border-bottom: 2px solid var(--line); padding-bottom: 8px; }
.menu-section > header h2 { margin: 0; font-size: clamp(1.5rem, 1.25rem + 1vw, 2.1rem); }
.menu-section > header p { margin: 0; color: var(--muted); }
.allergen { display: flex; gap: 12px; align-items: flex-start; background: var(--sun-soft); border-radius: var(--radius); padding: 16px 18px; margin-bottom: 28px; font-weight: 600; }
.allergen .ico { color: var(--orange-ink); flex: none; margin-top: 2px; }
.legend { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 10px; }
.specials-strip { margin-bottom: 30px; }
@media (max-width: 900px) {
  .menu-layout { grid-template-columns: minmax(0, 1fr); }
  .menu-nav { position: sticky; top: 76px; z-index: 20; padding: 8px; border-radius: 16px; }
  .menu-nav ul { display: flex; overflow-x: auto; gap: 6px; scrollbar-width: none; }
  .menu-nav a { white-space: nowrap; background: var(--lime-wash); }
}

/* ---------------------------------------------------------- dish page */
.dish-page { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); gap: clamp(24px, 4vw, 56px); align-items: start; }
.dish-photo { border-radius: var(--radius-lg); overflow: hidden; border: 8px solid #fff; box-shadow: var(--shadow); background: var(--lime-wash); }
.dish-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.dish-thumbs { display: flex; gap: 8px; margin-top: 10px; flex-wrap: wrap; }
.dish-thumbs button { border: 3px solid transparent; padding: 0; border-radius: 12px; overflow: hidden; width: 78px; height: 78px; cursor: pointer; background: none; }
.dish-thumbs button.is-on { border-color: var(--leaf); }
.dish-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.dish-info h1 { font-size: clamp(2rem, 1.5rem + 2.4vw, 3.1rem); }
.dish-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; margin: 6px 0 14px; }
.dish-price .price { font-size: 2rem; }
.dish-price span { color: var(--muted); font-weight: 700; }
.dish-where { background: #fff; border-radius: var(--radius); border: 1px solid var(--line-soft); padding: 16px 18px; margin: 18px 0; box-shadow: var(--shadow-sm); }
.dish-where p { margin: 6px 0 0; }
.share-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
@media (max-width: 860px) { .dish-page { grid-template-columns: minmax(0, 1fr); } }

/* --------------------------------------------------------- find us */
.where-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(18px, 3vw, 34px); align-items: start; }
@media (max-width: 900px) { .where-grid { grid-template-columns: minmax(0, 1fr); } }
.status-hero { position: relative; overflow: hidden; border-radius: var(--radius-lg); padding: clamp(22px, 3vw, 34px); background: #fff; box-shadow: var(--shadow); border: 1px solid var(--line-soft); }
.status-hero::before { content: ""; position: absolute; right: -80px; top: -80px; width: 260px; height: 260px; border-radius: 50%; background: radial-gradient(circle at 50% 60%, #fffef4 0, #fff48a 50%, #ffe53c 100%); box-shadow: 0 0 0 10px #fff; opacity: .9; }
.status-hero > * { position: relative; }
.status-hero h2 { font-size: clamp(1.6rem, 1.3rem + 1.4vw, 2.4rem); margin: 14px 0 6px; max-width: 18ch; overflow-wrap: anywhere; }
.status-hero.tone-open { background: linear-gradient(160deg, #f1fbe4, #fff 60%); }
.status-hero.tone-holiday { background: linear-gradient(160deg, #fff3dd, #fff 60%); }
.map-frame { border-radius: var(--radius); overflow: hidden; border: 6px solid #fff; box-shadow: var(--shadow-sm); background: var(--lime-wash); aspect-ratio: 4 / 3; }
.map-frame iframe { width: 100%; height: 100%; border: 0; display: block; }
.map-placeholder { display: grid; place-items: center; height: 100%; text-align: center; padding: 20px; color: var(--muted); }
.timeline { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.timeline li { display: grid; grid-template-columns: 76px minmax(0, 1fr) auto; gap: 14px; align-items: center; background: #fff; border-radius: 18px; padding: 12px 14px; border: 1px solid var(--line-soft); box-shadow: var(--shadow-sm); }
.timeline li.is-now { border: 2px solid var(--leaf); background: #f4fbe8; }
.date-chip { display: grid; place-items: center; text-align: center; border-radius: 14px; background: var(--lime-soft); color: var(--forest); padding: 6px 4px; line-height: 1.1; }
.date-chip b { font-family: var(--serif); font-size: 1.6rem; display: block; }
.date-chip span { font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.is-now .date-chip { background: var(--leaf); color: #fff; }
.timeline h3 { margin: 0 0 2px; font-size: 1.1rem; overflow-wrap: anywhere; }
.timeline p { margin: 0; color: var(--muted); font-size: .92rem; overflow-wrap: anywhere; }
.timeline .when { font-weight: 800; color: var(--forest); }
@media (max-width: 560px) { .timeline li { grid-template-columns: 64px minmax(0, 1fr); } .timeline li > .btn { grid-column: 1 / -1; } }
.week-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); }
.week-table th, .week-table td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--line-soft); vertical-align: top; }
.week-table th { font-family: var(--serif); color: var(--forest); width: 32%; }
.week-table tr.is-today { background: #f4fbe8; }
.week-table td.off { color: var(--muted); }
.closure-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.closure-list li { background: var(--orange-soft); border-radius: 14px; padding: 12px 14px; font-weight: 700; }

/* --------------------------------------------------------------- news */
.news-card { display: flex; flex-direction: column; background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line-soft); box-shadow: var(--shadow-sm); position: relative; transition: transform .25s, box-shadow .25s; }
.news-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.news-media { aspect-ratio: 16 / 9; background: linear-gradient(135deg, var(--lime-soft), var(--sun-soft)); overflow: hidden; display: grid; place-items: center; }
.news-media img { width: 100%; height: 100%; object-fit: cover; }
.news-media .news-mark { width: 38%; opacity: .95; }
.news-body { padding: 16px 18px 20px; display: flex; flex-direction: column; gap: 6px; }
.news-body time { font-size: .82rem; font-weight: 800; color: var(--leaf-ink); text-transform: uppercase; letter-spacing: .08em; }
.news-card h3 { margin: 0; font-size: 1.22rem; }
.news-card h3 a { text-decoration: none; color: var(--forest); }
.news-card h3 a::after { content: ""; position: absolute; inset: 0; }
.news-card p { margin: 0; color: var(--muted); font-size: .96rem; }
.article { max-width: 760px; margin-inline: auto; }
.article-photo { border-radius: var(--radius-lg); overflow: hidden; border: 8px solid #fff; box-shadow: var(--shadow); margin: 0 0 26px; }
.article-photo img { width: 100%; }
.article .standfirst { font-size: 1.2rem; color: #3b4930; font-weight: 600; }
.article-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 200px), 1fr)); gap: 10px; margin: 24px 0; }
.article-gallery img { border-radius: 14px; aspect-ratio: 1; object-fit: cover; width: 100%; }

/* ------------------------------------------------------------- values */
.pillars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(14px, 2vw, 24px); }
@media (max-width: 820px) { .pillars { grid-template-columns: minmax(0, 1fr); } }
.pillar { background: #fff; border-radius: var(--radius); padding: 24px; border: 1px solid var(--line-soft); box-shadow: var(--shadow-sm); }
.pillar-ico { width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; margin-bottom: 14px; color: #fff; box-shadow: 0 0 0 5px #fff, 0 0 0 6px var(--line); }
.pillar-ico.i1 { background: linear-gradient(135deg, var(--leaf), #b4dc4c); }
.pillar-ico.i2 { background: linear-gradient(135deg, #2f9a5e, #79c98e); }
.pillar-ico.i3 { background: linear-gradient(135deg, var(--orange), #ffc35c); }
.pillar h3 { font-family: var(--sans); font-weight: 900; font-size: 1.15rem; margin-bottom: 6px; }
.pillar p { margin: 0; color: var(--muted); }
.motto { font-family: var(--serif); font-size: clamp(1.3rem, 1.05rem + 1.2vw, 2rem); color: var(--forest); text-align: center; font-style: italic; margin: 0 auto clamp(24px, 3vw, 36px); max-width: 30ch; }
.story-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(24px, 4vw, 56px); align-items: center; }
@media (max-width: 900px) { .story-grid { grid-template-columns: minmax(0, 1fr); } }
.video-lite { position: relative; display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: var(--radius-lg); overflow: hidden; border: 8px solid #fff; box-shadow: var(--shadow); background: #0b3f22 center / cover no-repeat; cursor: pointer; padding: 0; }
.video-lite::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(11, 63, 34, .55)); }
.video-lite .play { position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 78px; height: 78px; border-radius: 50%; background: var(--sun); color: var(--forest-2); display: grid; place-items: center; box-shadow: 0 0 0 8px rgba(255, 255, 255, .35); transition: transform .2s; }
.video-lite:hover .play { transform: translate(-50%, -50%) scale(1.08); }
.video-lite .video-title { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 14px; color: #fff; font-weight: 800; text-align: left; font-size: 1.02rem; }
.video-lite iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; z-index: 3; }

/* ---------------------------------------------------------------- FAQ */
.faq { display: grid; gap: 10px; max-width: 820px; }
.faq details { background: #fff; border-radius: 16px; border: 1px solid var(--line-soft); box-shadow: var(--shadow-sm); }
.faq summary { cursor: pointer; list-style: none; padding: 16px 20px; font-weight: 800; color: var(--forest); display: flex; justify-content: space-between; gap: 12px; font-size: 1.05rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .ico { flex: none; transition: transform .2s; }
.faq details[open] summary .ico { transform: rotate(180deg); }
.faq .answer { padding: 0 20px 16px; color: #3b4930; }

/* -------------------------------------------------------------- forms */
.field { margin-bottom: 16px; min-width: 0; }
.field label, .field .label { display: block; font-weight: 800; color: var(--forest); margin-bottom: 6px; }
.hint { font-weight: 600; color: var(--muted); font-size: .86rem; }
input[type=text], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=number], input[type=date], input[type=time], input[type=search], select, textarea {
  width: 100%; font: 500 1rem/1.4 var(--sans); color: var(--ink); background: #fff; border: 1.5px solid #cfd6ac; border-radius: 12px; padding: 12px 14px; min-height: 48px;
  transition: border-color .15s, box-shadow .15s;
}
textarea { min-height: 120px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--leaf-2); box-shadow: 0 0 0 4px rgba(140, 194, 28, .25); }
.check { display: flex; gap: 10px; align-items: flex-start; font-weight: 700; margin: 0 0 12px; cursor: pointer; }
.check input { width: 22px; height: 22px; margin-top: 2px; accent-color: var(--forest); flex: none; }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-card { background: #fff; border-radius: var(--radius-lg); padding: clamp(20px, 3vw, 34px); box-shadow: var(--shadow); border: 1px solid var(--line-soft); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 16px; }
@media (max-width: 600px) { .form-grid { grid-template-columns: minmax(0, 1fr); } }
.kind-picker { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.kind-picker label { cursor: pointer; }
.kind-picker input { position: absolute; opacity: 0; }
.kind-picker span { display: inline-flex; padding: 9px 16px; border-radius: 999px; border: 1.5px solid var(--line); background: #fff; font-weight: 800; color: var(--forest); }
.kind-picker input:checked + span { background: var(--forest); color: #fff; border-color: var(--forest); }
.kind-picker input:focus-visible + span { outline: 3px solid var(--orange); outline-offset: 2px; }
.notice { border-radius: 14px; padding: 14px 16px; margin-bottom: 16px; font-weight: 700; }
.notice p { margin: 0; }
.notice p + p { margin-top: 4px; }
.notice-ok { background: #e2f6c8; color: #174f14; }
.notice-bad { background: #fde5e2; color: #7e1c14; }
.notice-info { background: var(--sun-soft); color: #4d4200; }
.contact-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.contact-list a, .contact-list div { display: flex; gap: 14px; align-items: center; background: #fff; border-radius: 16px; padding: 14px 16px; text-decoration: none; color: var(--ink); border: 1px solid var(--line-soft); box-shadow: var(--shadow-sm); font-weight: 700; overflow-wrap: anywhere; min-width: 0; }
.contact-list a:hover { border-color: var(--leaf); }
.contact-list .ci { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; background: var(--lime-soft); color: var(--forest); flex: none; }
.contact-list small { display: block; color: var(--muted); font-weight: 600; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr); gap: clamp(20px, 3vw, 40px); align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: minmax(0, 1fr); } }

/* --------------------------------------------------------- follow band */
.follow-band { position: relative; overflow: hidden; background: var(--lime); border-radius: var(--radius-lg); padding: clamp(26px, 4vw, 48px); display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: clamp(16px, 3vw, 32px); align-items: center; box-shadow: var(--shadow); }
.follow-band img { width: clamp(84px, 12vw, 140px); }
.follow-band h2 { margin: 0 0 6px; }
.follow-band p { margin: 0; color: #2b3a1e; font-weight: 600; }
@media (max-width: 760px) { .follow-band { grid-template-columns: minmax(0, 1fr); text-align: center; justify-items: center; } }

/* ------------------------------------------------------------- footer */
.site-footer { background: var(--forest-2); color: #cfe0c4; padding: clamp(44px, 6vw, 72px) 0 28px; margin-top: 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .95fr .8fr 1.35fr; gap: 28px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px) { .footer-grid { grid-template-columns: minmax(0, 1fr); } }
.footer-brand img.mark { width: 92px; margin-bottom: 8px; }
.footer-brand img.word { width: 190px; margin-bottom: 12px; }
.site-footer h2 { font-family: var(--sans); font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: var(--sun); margin-bottom: 12px; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.site-footer a { color: #fff; text-decoration: none; overflow-wrap: anywhere; }
.site-footer a:hover { color: var(--sun); text-decoration: underline; }
.muted-light { color: #a9c29a; }
.footer-contact li { display: flex; gap: 8px; align-items: flex-start; }
.footer-contact .ico { color: var(--lime); flex: none; margin-top: 3px; }
.footer-social { display: flex; gap: 8px; margin-top: 14px; }
.footer-social a { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 255, 255, .1); }
.footer-social a:hover { background: var(--lime); color: var(--forest-2); text-decoration: none; }
.footer-base { border-top: 1px solid rgba(255, 255, 255, .12); margin-top: 36px; padding-top: 20px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 20px; font-size: .88rem; color: #a9c29a; }
.footer-base a { color: #cfe0c4; }

/* ---------------------------------------------------------- pagination */
.pagination { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 30px; }
.page-link { display: inline-grid; place-items: center; min-width: 44px; height: 44px; padding: 0 12px; border-radius: 999px; background: #fff; border: 1.5px solid var(--line); text-decoration: none; font-weight: 800; color: var(--forest); }
.page-link.is-current { background: var(--forest); color: #fff; border-color: var(--forest); }

/* ---------------------------------------------------------- empty state */
.empty { text-align: center; background: #fff; border-radius: var(--radius-lg); padding: clamp(28px, 4vw, 48px); border: 2px dashed var(--line); }
.empty img { width: 120px; margin: 0 auto 12px; }

/* ------------------------------------------------------------ 404 page */
.lost { text-align: center; padding: clamp(50px, 8vw, 110px) 0; }
.lost img { width: min(260px, 60vw); margin: 0 auto 20px; }

/* ------------------------------------------------------------ recipes */
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; }
.chip-row a { padding: 8px 16px; border-radius: 999px; background: #fff; border: 1.5px solid var(--line); font-weight: 800; text-decoration: none; color: var(--forest); }
.chip-row a[aria-current="page"] { background: var(--forest); border-color: var(--forest); color: #fff; }
.recipe-mini { display: flex; flex-wrap: wrap; gap: 4px 14px; margin: auto 0 0; padding-top: 6px; font-size: .88rem; font-weight: 700; color: var(--muted); }
.recipe-mini span { display: inline-flex; align-items: center; gap: 5px; }
.visibility-band { background: var(--forest); color: #fff; font-size: .95rem; }
.visibility-band.vis-link { background: var(--sun); color: var(--forest-2); }
.visibility-band .wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 14px; padding: 10px 0; }
.visibility-band a { margin-left: auto; color: inherit; font-weight: 800; display: inline-flex; align-items: center; gap: 5px; }
.recipe-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(22px, 4vw, 52px); align-items: center; margin-bottom: clamp(28px, 4vw, 48px); }
.recipe-photo { border-radius: var(--radius-lg); overflow: hidden; border: 8px solid #fff; box-shadow: var(--shadow); background: var(--lime-wash); }
.recipe-photo img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.recipe-intro h1 { font-size: clamp(2rem, 1.5rem + 2.4vw, 3.1rem); overflow-wrap: anywhere; }
.recipe-intro .standfirst { font-size: 1.12rem; color: #3b4930; }
.recipe-facts { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; }
.recipe-facts div { background: #fff; border: 1px solid var(--line-soft); border-radius: 14px; padding: 8px 14px; box-shadow: var(--shadow-sm); min-width: 88px; }
.recipe-facts dt { font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; color: var(--leaf-ink); }
.recipe-facts dd { margin: 0; font-weight: 800; color: var(--forest); }
.recipe-body { display: grid; grid-template-columns: minmax(0, 340px) minmax(0, 1fr); gap: clamp(22px, 4vw, 52px); align-items: start; }
.ingredients { position: sticky; top: 96px; background: #fff; border-radius: var(--radius); border: 1px solid var(--line-soft); box-shadow: var(--shadow-sm); padding: 22px; }
.ingredients h2, .method h2 { font-size: 1.6rem; }
.ingredients h3, .method h3 { font-family: var(--sans); font-size: .82rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; color: var(--leaf-ink); margin: 18px 0 8px; }
.ingredient-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 2px; }
.ingredient-list label { display: flex; gap: 10px; align-items: flex-start; padding: 7px 4px; border-bottom: 1px dashed var(--line-soft); cursor: pointer; }
.ingredient-list input { width: 20px; height: 20px; margin-top: 3px; accent-color: var(--leaf-2); flex: none; }
.ingredient-list input:checked + span { color: var(--muted); text-decoration: line-through; }
.steps { list-style: none; margin: 0 0 8px; padding: 0; display: grid; gap: 14px; }
.steps li { position: relative; padding: 4px 0 4px 58px; font-size: 1.06rem; min-height: 42px; }
.step-n { position: absolute; left: 0; top: 0; width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--sun); color: var(--forest-2); font: 800 1.15rem var(--serif); box-shadow: 0 0 0 4px #fff, 0 0 0 5px var(--line); }
.recipe-tips { margin-top: 28px; background: var(--lime-wash); border-radius: var(--radius); padding: 18px 22px; }
.recipe-tips h2 { font-size: 1.3rem; display: flex; align-items: center; gap: 8px; }
.recipe-tips p:last-child { margin-bottom: 0; }
.recipe-dish { display: grid; gap: 2px; margin-top: 24px; padding: 16px 20px; border-radius: var(--radius); background: #fff; border: 2px solid var(--leaf-pale); text-decoration: none; color: var(--ink); box-shadow: var(--shadow-sm); }
.recipe-dish:hover { border-color: var(--leaf); color: var(--ink); }
.recipe-dish .eyebrow { margin-bottom: 2px; }
.recipe-dish strong { font-family: var(--serif); font-size: 1.25rem; color: var(--forest); }
.recipe-dish span:last-child { display: inline-flex; align-items: center; gap: 6px; font-weight: 800; color: var(--forest-3); }
.dish-info .recipe-dish { margin: 0 0 16px; }
.print-only { display: none; }
@media (max-width: 860px) {
  .recipe-head, .recipe-body { grid-template-columns: minmax(0, 1fr); }
  .ingredients { position: static; }
}

/* ------------------------------------------------------------- print */
@media print {
  .topbar, .site-header, .site-footer, .btn, .menu-nav, .follow-band, .share-row, .notice-band, .visibility-band, .no-print, .crumbs { display: none !important; }
  body { background: #fff; font-size: 11pt; }
  .dish-card { break-inside: avoid; box-shadow: none; }
  .section { padding: 0; }
  .recipe-head { grid-template-columns: 38% 1fr; gap: 18pt; margin-bottom: 14pt; }
  .recipe-photo { border: 0; box-shadow: none; border-radius: 8pt; }
  .recipe-facts div { box-shadow: none; }
  .recipe-body { grid-template-columns: 34% 1fr; gap: 18pt; }
  .ingredients { position: static; box-shadow: none; border: 1pt solid #ccc; padding: 10pt; }
  .ingredient-list label { padding: 3pt 0; }
  .steps li { break-inside: avoid; font-size: 11pt; }
  .step-n { box-shadow: none; border: 1pt solid #999; background: #fff; }
  .print-only { display: block; }
  .print-brand { display: flex !important; align-items: center; gap: 8pt; margin: 0 0 12pt; padding-bottom: 8pt; border-bottom: 1pt solid #ddd; }
  .print-brand img { height: 34pt; width: auto; }
  .print-foot { margin-top: 18pt; padding-top: 8pt; border-top: 1pt solid #ccc; font-size: 9pt; color: #555; text-align: center; }
  a { text-decoration: none; color: inherit; }
}
