:root {
  --cream: #fbf4e8;
  --paper: #fffaf1;
  --ivory: #fffdf8;
  --ink: #26332b;
  --green: #294b35;
  --sage: #678e66;
  --sage-dark: #557b58;
  --sage-light: #e7efde;
  --peach: #d48b6b;
  --peach-light: #f7e3d8;
  --gold: #cdaa69;
  --tan: #c9a688;
  --muted: #667067;
  --line: #e9e0d1;
  --shadow: 0 5px 15px rgba(88, 73, 45, .085);
  --serif: "Iowan Old Style", "Baskerville", "Palatino Linotype", Georgia, serif;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; }
button, input, select { font: inherit; }
button { cursor: pointer; }
a { color: var(--green); }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible {
  outline: 3px solid var(--peach); outline-offset: 3px;
}
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.app-shell {
  max-width: 560px; min-height: 100dvh; margin: auto;
  background: radial-gradient(circle at 50% 8%, #fffaf2 0, var(--cream) 55%);
  box-shadow: 0 0 70px rgba(51, 55, 35, .075);
}
.site-header {
  position: sticky; top: 0; z-index: 20;
  min-height: calc(70px + env(safe-area-inset-top));
  padding: calc(7px + env(safe-area-inset-top)) 18px 7px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(255, 250, 242, .97); border-bottom: 1px solid #ede4d7;
  backdrop-filter: blur(14px);
}
.brand-button { display: flex; align-items: center; gap: 9px; padding: 0; background: none; border: 0; text-align: left; color: var(--green); }
.brand-mark { width: 48px; height: 48px; flex: none; background: #294b35; border-radius: 13px; display: grid; place-items: center; box-shadow: 0 3px 8px rgba(34, 60, 39, .15); }
.brand-mark img { width: 44px; height: 44px; object-fit: contain; }
.brand-title strong { display: block; font: 700 clamp(21px, 6vw, 27px)/.98 var(--serif); letter-spacing: -.045em; }
.brand-title small { display: block; margin-top: 4px; font-size: 10px; letter-spacing: .13em; text-transform: uppercase; color: #98765e; font-weight: 750; }
.icon-button { width: 41px; height: 41px; display: grid; place-items: center; border: 1px solid #e7dccc; border-radius: 50%; background: var(--ivory); color: var(--green); }
.icon-button:hover { background: var(--sage-light); }
#app { padding: 0 17px calc(105px + env(safe-area-inset-bottom)); min-height: calc(100dvh - 70px); }
.screen { animation: arrive .18s ease-out; }
.page-hero { position: relative; min-height: 134px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 17px 18px 12px; }
.hero-copy { position: relative; z-index: 1; }
.eyebrow { display: block; color: #a87057; font-size: 10px; font-weight: 750; text-transform: uppercase; letter-spacing: .16em; margin: 0 0 7px; }
.today-screen .eyebrow, .calendar-screen .eyebrow, .places-screen .eyebrow { display: none; }
.page-hero h1 { color: var(--ink); font: 700 clamp(35px, 9.6vw, 43px)/.94 var(--serif); letter-spacing: -.055em; margin: 0 0 9px; }
.page-hero p { margin: 0; font-size: 13px; line-height: 1.4; color: #5f685f; }
.hero-sprig { position: absolute; z-index: 0; width: 43px; height: 72px; opacity: .8; top: 32px; }
.sprig-left { left: -19px; transform: rotate(-28deg); }
.sprig-right { right: -21px; width: 38px; transform: scaleX(-1) rotate(-25deg); }
.today-screen .page-hero { min-height: 140px; padding-top: 13px; }
.today-screen .page-hero h1 { font-size: clamp(37px, 10vw, 44px); }
.today-screen .hero-sprig { top: 31px; width: 52px; height: 85px; }
.today-date { display: none; }
.today-filter { margin: 0 0 9px; }
.today-filter summary { display: inline-flex; align-items: center; min-height: 31px; padding: 5px 11px; border: 1px solid #dfe5d6; border-radius: 99px; background: #f0f3e9; font-size: 11px; color: var(--green); font-weight: 750; cursor: pointer; }
.today-filter[open] { padding: 0 0 6px; }
.today-filter .filter-wrap { margin-top: 11px; }
.section-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin: 3px 3px 10px; }
.today-screen > .section-heading:not(.verify-heading) { display: none; }
.section-heading h2 { margin: 0; color: var(--green); font: 700 20px/1.1 var(--serif); letter-spacing: -.025em; }
.section-heading span { color: #7b766b; font-size: 11px; white-space: nowrap; }
.place-list, .directory-list { display: grid; gap: 11px; }
.place-card {
  display: grid; grid-template-columns: 93px minmax(0, 1fr); gap: 11px;
  position: relative; padding: 9px; min-height: 172px;
  border-radius: 17px; border: 1px solid #eee4d7; background: var(--ivory);
  box-shadow: var(--shadow); cursor: pointer;
}
.place-card:hover, .directory-card:hover { box-shadow: 0 8px 20px rgba(88, 73, 45, .13); }
.card-media { overflow: hidden; border-radius: 11px; background: #e4eee1; min-height: 150px; }
.card-image { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.place-card:has(.card-image[src*="farm-editorial"]) .card-image { object-position: 48% center; }
.place-card:has(.card-image[src*="market-editorial"]) .card-image { object-position: 60% center; }
.card-body { min-width: 0; display: flex; flex-direction: column; padding: 2px 0 0; }
.card-head { display: flex; align-items: flex-start; gap: 2px; }
.card-title { flex: 1; min-width: 0; margin: 1px 0 4px; color: var(--ink); font: 700 19px/.98 var(--serif); letter-spacing: -.03em; }
.card-title button, .directory-head h3 button { padding: 0; border: 0; background: none; color: inherit; font: inherit; text-align: left; }
.card-title button:hover, .directory-head h3 button:hover { text-decoration: underline; }
.heart { flex: none; width: 28px; height: 28px; display: grid; place-items: center; margin: -3px -2px 0 0; border: 0; background: transparent; color: #cf756d; font-size: 26px; line-height: 1; }
.heart[aria-pressed="true"] { color: #d66e67; }
.heart:hover { transform: scale(1.08); }
.card-hours, .card-meta { display: flex; align-items: baseline; gap: 4px; margin: 2px 0; font-size: 11px; line-height: 1.3; color: #555e55; }
.card-hours { align-items: flex-start; }
.card-hours span { min-width: 0; }
.card-meta svg { width: 12px; height: 12px; flex: none; margin-top: 1px; }
.status { color: var(--sage-dark); font-weight: 800; }
.status.closed, .status.out { color: #a26d5c; }
.status.unknown { color: #837967; }
.card-badges, .badges, .directory-badges { display: flex; flex-wrap: wrap; gap: 4px; margin: 7px 0; }
.badge { display: inline-flex; align-items: center; border-radius: 99px; background: #e6eedf; color: #3c623f; padding: 5px 7px; font-size: 10px; font-weight: 700; line-height: 1; white-space: nowrap; }
.badge.peach { background: var(--peach-light); color: #8d594c; }
.badge.gold { background: #f5eacc; color: #76623b; }
.badge.neutral { background: #eeeae3; color: #696a63; }
.badge.no { background: #f5e0dc; color: #925753; }
.card-actions { display: flex; align-items: center; gap: 4px; margin-top: auto; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 9px 17px; border: 1px solid var(--sage); border-radius: 99px; background: var(--sage); color: white; text-decoration: none; font-size: 12px; font-weight: 750; white-space: nowrap; }
.button:hover { background: var(--sage-dark); color: white; }
.button svg { width: 16px; height: 16px; }
.button.secondary { background: var(--ivory); border-color: #d7dcd0; color: var(--green); }
.button.secondary:hover { background: var(--sage-light); }
.button.mini { flex: 1; min-height: 35px; padding: 6px 12px; font-size: 11px; }
.details-link { display: inline-flex; align-items: center; gap: 2px; min-height: 35px; padding: 5px 1px 5px 5px; border: 0; background: none; color: var(--green); font-size: 10px; font-weight: 750; }
.details-link svg { width: 12px; height: 12px; }
.verify-heading { margin-top: 26px; }
.verify-intro { margin: -4px 3px 12px; color: #756e64; font-size: 11px; line-height: 1.45; }
.filter-wrap { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 12px; }
.filter-chip { display: inline-flex; align-items: center; gap: 5px; min-height: 31px; padding: 5px 8px; border: 1px solid #e3ddd0; border-radius: 99px; background: var(--ivory); box-shadow: 0 2px 5px rgba(79, 65, 43, .035); color: #334b38; font-size: 10px; font-weight: 700; white-space: nowrap; }
.filter-chip svg { width: 14px; height: 14px; flex: none; stroke-width: 1.7; }
.filter-chip.active { background: var(--sage); color: white; border-color: var(--sage); }
.filter-chip:hover { border-color: var(--sage); }
.search-box { height: 48px; display: flex; align-items: center; gap: 9px; padding: 0 15px; margin: 0 0 13px; border: 1px solid #ddd8cc; border-radius: 99px; background: var(--ivory); box-shadow: 0 2px 8px rgba(72, 63, 45, .05); color: #546453; }
.search-box svg { width: 18px; height: 18px; flex: none; }
.search-box input { width: 100%; height: 100%; border: 0; outline: 0; background: none; color: var(--ink); font-size: 12px; }
.search-box:focus-within { outline: 3px solid #d48b6b70; }
.directory-bar { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 17px 2px 10px; }
.directory-bar strong { font-size: 12px; font-weight: 750; }
.directory-bar label { display: flex; align-items: center; gap: 5px; font-size: 11px; }
.directory-bar select { max-width: 127px; padding: 5px 4px; border: 0; background: transparent; color: var(--ink); font-size: 11px; }
.clear-button { padding: 4px 2px; border: 0; background: none; color: var(--green); font-size: 11px; font-weight: 750; text-decoration: underline; }
.directory-card { display: grid; grid-template-columns: 78px minmax(0,1fr); gap: 10px; min-height: 126px; padding: 7px; border: 1px solid #eee4d7; border-radius: 14px; background: var(--ivory); box-shadow: var(--shadow); cursor: pointer; }
.directory-image { width: 78px; height: 100%; min-height: 111px; border-radius: 9px; object-fit: cover; background: var(--sage-light); }
.directory-content { min-width: 0; }
.directory-head { display: flex; gap: 3px; align-items: flex-start; }
.directory-head h3 { flex: 1; margin: 2px 0 3px; font: 700 16px/1.04 var(--serif); letter-spacing: -.025em; }
.directory-head .heart { font-size: 23px; width: 24px; height: 24px; margin: -3px -1px 0 0; }
.directory-area { display: flex; align-items: center; flex-wrap: wrap; gap: 2px; margin: 1px 0 4px; color: #5d665c; font-size: 10px; line-height: 1.3; }
.directory-area svg { width: 11px; height: 11px; }
.directory-teaser { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin: 0; color: #4b574d; font-size: 10px; line-height: 1.32; }
.directory-badges { margin: 5px 0 4px; gap: 3px; }
.directory-badges .badge { font-size: 9px; padding: 4px 6px; }
.directory-links { display: flex; gap: 12px; align-items: center; }
.directory-links a, .directory-links button { display: inline-flex; align-items: center; gap: 2px; padding: 0; border: 0; background: transparent; color: var(--sage-dark); text-decoration: none; font-size: 10px; font-weight: 750; }
.directory-links svg { width: 11px; height: 11px; }
.calendar-screen .page-hero { min-height: 99px; }
.places-screen .page-hero { min-height: 105px; }
.week-list { display: grid; gap: 9px; }
.day-card { display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 0; padding: 9px 8px; border-radius: 15px; border: 1px solid #efe4d4; background: var(--ivory); box-shadow: var(--shadow); }
.day-card.current { background: #edf3e6; border-color: #dce8d3; }
.day-stamp { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: 12px 5px 4px 0; border-right: 1px solid #e5e4d8; }
.day-card.empty-day .day-stamp { justify-content: center; padding-top: 4px; }
.day-stamp h2 { margin: 0 0 3px; font: 800 13px/1.05 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; color: var(--green); }
.day-stamp time { color: #817568; font-size: 10px; white-space: nowrap; }
.today-pill { margin-top: 6px; padding: 3px 6px; border-radius: 99px; background: var(--sage); color: white; font-size: 9px; }
.day-content { min-width: 0; padding: 0 0 0 10px; }
.day-empty { min-height: 43px; display: flex; align-items: center; gap: 9px; margin: 0; color: #8a8b7f; font: italic 12px var(--serif); }
.day-empty img { width: 23px; height: 30px; object-fit: contain; opacity: .7; transform: rotate(-45deg); }
.calendar-entry { width: 100%; display: flex; align-items: center; gap: 9px; padding: 5px 0; border: 0; background: transparent; text-align: left; color: var(--ink); }
.calendar-entry + .calendar-entry { border-top: 1px solid #e6e5db; margin-top: 5px; padding-top: 10px; }
.calendar-entry img { flex: none; width: 42px; height: 47px; border: 2px solid white; border-radius: 50%; object-fit: cover; }
.calendar-entry span { flex: 1; min-width: 0; }
.calendar-entry strong { display: block; font: 700 14px/1.08 var(--serif); }
.calendar-entry small { display: block; margin-top: 3px; color: #60665f; font-size: 10px; line-height: 1.25; }
.calendar-entry small svg { width: 10px; height: 10px; vertical-align: -1px; }
.calendar-entry .chevron { flex: none; color: var(--green); font: 24px Georgia,serif; }
.calendar-entry:hover strong { text-decoration: underline; }
.detail-body { padding-bottom: 5px; }
.detail-hero { position: relative; height: 211px; margin: 0 -17px 8px; overflow: hidden; background: var(--sage-light); }
.detail-hero > img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 50%; }
.detail-hero > img[src*="market-editorial"] { object-position: center 58%; }
.detail-hero .heart, .detail-hero .back-button { position: absolute; top: 12px; display: grid; place-items: center; width: 39px; height: 39px; margin: 0; border: 1px solid #ffffffbd; border-radius: 50%; background: #fffdf8ed; box-shadow: 0 3px 10px #233c2a33; }
.detail-hero .heart { right: 14px; font-size: 26px; }
.detail-hero .back-button { left: 14px; color: var(--green); }
.detail-hero .back-button svg { width: 20px; height: 20px; }
.detail-kicker { margin: 0 0 6px; color: #5d685d; font-size: 12px; }
.detail-title { margin: 0 0 5px; color: var(--ink); font: 700 clamp(32px, 9vw, 40px)/1 var(--serif); letter-spacing: -.05em; }
.detail-intro .badges { margin: 10px 0; }
.detail-intro .badge { font-size: 10px; }
.extra-tags { margin: 0 0 4px; color: var(--sage-dark); font-size: 10px; }
.extra-tags summary { cursor: pointer; display: inline-block; padding: 5px 0; text-decoration: underline; }
.extra-tags .badges { padding: 4px 0 9px; }
.info-rows { margin: 8px 0 10px; }
.info-row { display: flex; gap: 11px; padding: 9px 3px; border-bottom: 1px solid #dedfd3; color: #434c43; font-size: 12px; line-height: 1.35; }
.info-row > svg { flex: none; width: 21px; height: 21px; color: var(--green); margin-top: 1px; }
.info-row div { min-width: 0; }
.info-row strong { display: block; color: #38483b; font-weight: 750; }
.info-row span { display: block; margin-top: 2px; }
.info-row a { overflow-wrap: anywhere; }
.hours-note { margin-top: 3px; }
.hours-note summary { display: inline-block; padding: 3px 0; color: var(--sage-dark); font-size: 11px; cursor: pointer; text-decoration: underline; }
.hours-note span { margin-top: 4px; }
.detail-description { display: flex; align-items: center; gap: 8px; margin: 14px 0; padding: 13px 11px; border-radius: 15px; background: #ebf1e4; }
.detail-description img { flex: none; width: 32px; height: 49px; object-fit: contain; }
.detail-description p { margin: 0; font-size: 12px; line-height: 1.48; color: #475748; }
.detail-actions { display: flex; flex-wrap: wrap; gap: 6px; padding: 1px 0 10px; }
.detail-actions .button { flex: 1; min-width: 75px; padding: 8px 10px; min-height: 42px; font-size: 11px; }
.detail-actions .button svg { width: 15px; height: 15px; }
.detail-section { margin: 12px 0; padding: 16px; border: 1px solid #ebe3d6; border-radius: 16px; background: var(--ivory); box-shadow: 0 3px 12px #58492d0a; }
.detail-section h2 { margin: 0 0 7px; color: var(--green); font: 700 20px var(--serif); }
.detail-section p, .detail-section li { margin: 0; color: #4c584d; font-size: 12px; line-height: 1.55; }
.detail-section.note { background: #fff8ef; }
.detail-section ul { margin: 5px 0 0; padding-left: 18px; }
.source-details { margin: 15px 0; font-size: 11px; color: #686f66; }
.source-details summary { cursor: pointer; padding: 9px 0; color: var(--green); font-weight: 750; }
.source-details ul { padding-left: 17px; line-height: 1.7; }
.source-details a { overflow-wrap: anywhere; }
.bottom-nav { position: fixed; z-index: 30; left: 50%; bottom: 0; transform: translateX(-50%); width: min(100%,560px); display: grid; grid-template-columns: repeat(4,1fr); padding: 6px 5px calc(7px + env(safe-area-inset-bottom)); border-top: 1px solid #e5dfd4; background: rgba(255,253,248,.98); box-shadow: 0 -4px 14px #453a2b16; backdrop-filter: blur(16px); }
.bottom-nav button { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 2px; min-height: 54px; border: 0; border-radius: 11px; background: transparent; color: #687069; font-size: 10px; font-weight: 600; }
.bottom-nav button svg { width: 22px; height: 22px; }
.bottom-nav button.active { color: var(--green); font-weight: 800; }
.bottom-nav button.active svg { fill: #dfead8; stroke-width: 2.2; }
.bottom-nav button:hover { background: #f2f4ec; }
.footer-brand { margin: 20px 0 0; padding: 10px 10px 18px; border-top: 1px solid #e6dfd1; text-align: center; color: #816f60; font-size: 11px; }
.footer-crate { display: block; width: 77px; height: 69px; margin: 0 auto; }
.footer-script { margin: 0 0 12px; color: #ba735d; font: italic 19px var(--serif); }
.footer-logo { display: block; width: 44px; height: 44px; object-fit: contain; margin: 0 auto 5px; border-radius: 10px; background: var(--green); }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { color: var(--green); margin-bottom: 3px; }
.empty-state { margin: 12px 0; padding: 28px 20px; border: 1px dashed #dccfba; border-radius: 18px; background: #fffaf0; text-align: center; }
.empty-state .art { font-size: 44px; }
.empty-state h2 { color: var(--green); font: 700 24px var(--serif); margin: 8px 0 5px; }
.empty-state p { font-size: 12px; line-height: 1.5; color: #5e685c; }
.about-copy { max-width: 510px; margin: auto; text-align: center; }
.about-copy > p { color: #536154; font-size: 13px; line-height: 1.65; }
.about-logo { display: grid; place-items: center; width: 108px; height: 108px; margin: 15px auto 10px; border-radius: 22px; background: var(--green); }
.about-logo img { width: 100px; height: 100px; object-fit: contain; }
.about-copy .back-button { display: inline-flex; align-items: center; gap: 4px; margin: 8px 0 0; padding: 7px; border: 0; background: none; color: var(--green); font-size: 12px; }
.about-copy .back-button svg { width: 16px; height: 16px; }
.install-button { margin: 12px 0; }
.loading { padding: 95px 20px; text-align: center; color: var(--green); }
.loading .sprig { font: 65px var(--serif); color: var(--sage); }
.loading p { font: italic 18px var(--serif); }
@media (min-width: 600px) {
  #app { padding-left: 25px; padding-right: 25px; }
  .detail-hero { margin-left: -25px; margin-right: -25px; }
}
@media (max-width: 360px) {
  .site-header { padding-left: 12px; padding-right: 12px; }
  .brand-mark { width: 42px; height: 42px; }
  .brand-mark img { width: 39px; height: 39px; }
  .brand-title strong { font-size: 20px; }
  #app { padding-left: 12px; padding-right: 12px; }
  .detail-hero { margin-left: -12px; margin-right: -12px; }
  .place-card { grid-template-columns: 82px minmax(0,1fr); gap: 8px; }
  .card-title { font-size: 17px; }
  .card-badges .badge { font-size: 9px; padding: 4px 6px; }
  .directory-card { grid-template-columns: 72px minmax(0,1fr); }
  .directory-image { width: 72px; }
  .filter-chip { font-size: 10px; padding: 6px 9px; }
  .detail-actions .button { min-width: 72px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .screen { animation: none; } .heart:hover { transform: none; } }
@keyframes arrive { from { opacity: .6; transform: translateY(4px); } to { opacity: 1; transform: none; } }

/* Editorial market details inspired by the supplied reference. */
.app-shell { overflow-x: clip; background: radial-gradient(circle at 50% 4%, #fffaf1 0, #fcf5e9 55%, #fbf0e3 100%); }
.site-header {
  min-height: calc(65px + env(safe-area-inset-top));
  padding-top: calc(6px + env(safe-area-inset-top));
  padding-bottom: 6px;
  background: rgba(255, 251, 244, .97);
}
.brand-button { gap: 7px; }
.brand-mark { width: 43px; height: 43px; background: transparent; border-radius: 0; box-shadow: none; }
.brand-mark img { width: 43px; height: 43px; }
.brand-title strong { font-size: clamp(21px, 6vw, 26px); letter-spacing: -.055em; }
.brand-title small { display: flex; align-items: center; gap: 4px; margin-top: 1px; color: #936d57; font-size: 10px; letter-spacing: .035em; text-transform: none; font-weight: 700; }
.brand-title small img { width: 17px; height: 17px; object-fit: contain; border-radius: 5px; background: var(--green); }
.brand-title strong { color: #243b2b; font-weight: 600; letter-spacing: -.06em; text-shadow: 0 .4px 0 #b7a785; }
.brand-strapline { display: block; margin-top: -1px; color: #ae7359; font: 600 11px/1.1 "Bradley Hand", "Apple Chancery", "Snell Roundhand", cursive; letter-spacing: .015em; white-space: nowrap; }
.site-header { border-bottom-color: #e6d9c6; box-shadow: 0 2px 11px #5c4c3210; }
.icon-button { width: 38px; height: 38px; border-color: #eaddc9; background: #fffdf9; }
.page-hero h1 { letter-spacing: -.05em; }
.page-hero h1 { font-weight: 600; color: #263c2d; }
.hero-sprig { opacity: .88; }
.today-screen .page-hero { min-height: 137px; }
.today-filter summary { border-color: #e9dccb; background: #f8f0e4; color: #755941; }
.place-list { gap: 11px; }
.place-card {
  grid-template-columns: 88px minmax(0,1fr);
  gap: 9px; min-height: 157px; padding: 7px;
  border-color: #eee4d7; border-radius: 16px;
  background: #fffdf9; box-shadow: 0 4px 12px rgba(119,83,45,.075);
}
.card-media { min-height: 141px; border-radius: 10px; }
.card-title { font-size: 18px; line-height: 1.02; }
.today-screen .card-hours:has(.status.closed) { display: block; }
.today-screen .card-hours:has(.status.closed) span { display: block; }
.card-badges { margin: 4px 0; }
.card-badges .badge:nth-child(2) { background: #f5e8d3; color: #755e3f; }
.place-card:has(.card-image[src*="butcher"]) .card-badges .badge:nth-child(2) { background: #f9dbd4; color: #87544d; }
.badge.neutral { background: #f3ecdf; color: #736b5c; }
.badge.no { background: #f9dfd8; color: #8f5a4e; }
.button { background: #6d926b; border-color: #6d926b; }
.button.mini { min-height: 33px; }
.today-promo {
  position: relative; min-height: 132px; display: flex; align-items: center; gap: 10px;
  margin: 0 1px; padding: 11px 20px 12px 13px; overflow: hidden;
  background: radial-gradient(ellipse at 35% 55%, #fff1de 0, #fff8eb 48%, transparent 76%);
}
.today-promo .promo-crate { position: relative; z-index: 1; flex: none; width: 95px; height: 93px; object-fit: contain; }
.today-promo p { position: relative; z-index: 1; margin: 0; color: #b86f5c; font: italic 21px/1.12 "Snell Roundhand", "Apple Chancery", "Brush Script MT", cursive; transform: rotate(-4deg); }
.today-promo p { color: #a9604e; font-family: "Bradley Hand", "Apple Chancery", "Snell Roundhand", cursive; font-weight: 600; letter-spacing: -.035em; text-shadow: 0 0 .35px currentColor; }
.today-promo p { font-size: 19px; }
.today-promo .promo-crate { width: 89px; }
.today-promo p span { white-space: nowrap; }
.today-promo p b { font: 19px var(--serif); }
.today-promo .promo-strawberry { position: absolute; width: 28px; height: 36px; top: 8px; right: 30px; transform: rotate(18deg); opacity: .83; }
.today-promo .promo-leaf { position: absolute; width: 57px; height: 72px; bottom: -13px; right: -11px; transform: rotate(-36deg); }
.footer-brand { position: relative; }
.footer-strawberry { position: absolute; width: 27px; height: 35px; top: 16px; left: calc(50% + 43px); transform: rotate(13deg); opacity: .82; }
.footer-script { color: #ae6a53; font: 600 18px/1.12 "Bradley Hand", "Apple Chancery", "Snell Roundhand", cursive; letter-spacing: -.015em; }
.footer-contact { display: flex; justify-content: center; flex-wrap: wrap; gap: 5px 14px; margin-top: 10px; }
.footer-contact a { color: #557958; text-decoration-color: #b7caaa; text-underline-offset: 3px; font-size: 11px; }
.footer-contact a:hover { color: #294b35; }
.footer-help-link { display: inline-flex; align-items: center; gap: 6px; margin: 10px auto 2px; padding: 7px 12px; border: 1px solid #d7e2d0; border-radius: 99px; background: #f1f5ea; color: var(--green); font-size: 11px; font-weight: 750; }
.footer-help-link:hover { background: #e6efdf; }
.footer-help-link span { font: 19px/10px var(--serif); }
.save-phone-card { position: relative; overflow: hidden; scroll-margin-top: calc(76px + env(safe-area-inset-top)); margin: 24px 0 21px; padding: 20px 20px 16px; border: 1px solid #d9c9ae; border-radius: 24px; background: linear-gradient(155deg, #fff9ee 0%, #f8f3e7 100%); box-shadow: 0 9px 24px #705a3e1c; text-align: left; }
.save-phone-sprig { position: absolute; top: -10px; right: -28px; width: 75px; height: 112px; transform: rotate(-16deg); opacity: .3; pointer-events: none; }
.save-phone-eyebrow { position: relative; display: inline-flex; margin-bottom: 9px; padding: 6px 10px; border-radius: 99px; background: #f5e1d4; color: #925b45; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.save-phone-card h2 { position: relative; max-width: 300px; margin: 0 0 11px; color: #284932; font: 600 clamp(28px, 7.7vw, 32px)/1.02 var(--serif); letter-spacing: -.04em; }
.save-phone-intro { position: relative; max-width: 300px; margin: 0 0 14px; color: #435b48; font-size: 14px; line-height: 1.48; }
.save-phone-platform { margin-top: 10px; padding: 13px 15px 9px; border: 1px solid #e2d9c9; border-radius: 18px; background: #fffdf8; box-shadow: 0 2px 7px #6b58440a; }
.save-phone-platform h3 { display: flex; align-items: center; gap: 9px; margin: 0 0 9px; color: #2e503b; font: 700 19px/1.15 var(--serif); }
.save-phone-platform h3 small { margin-left: auto; padding: 5px 9px; border-radius: 99px; background: #f3e5d3; color: #805943; font: 700 11px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.platform-icon { display: inline-grid; place-items: center; width: 32px; height: 32px; flex: none; border-radius: 9px; background: #e4eedf; color: #557b58; }
.platform-icon.android { background: #f9e9dc; color: #b9765e; }
.platform-icon svg { width: 20px; height: 20px; }
.save-phone-platform ol { margin: 0; padding-left: 23px; }
.save-phone-platform li { padding-left: 3px; margin: 6px 0; color: #394c3e; font-size: 14px; line-height: 1.47; }
.save-phone-platform li::marker { color: #688966; font-weight: 800; }
.save-phone-platform strong { color: #2f513b; font-weight: 750; }
.inline-install-icon { display: inline-flex; vertical-align: -4px; align-items: center; justify-content: center; width: 23px; height: 23px; border: 1px solid #dce6d6; border-radius: 6px; background: #f1f5ed; color: #507653; }
.inline-install-icon svg { width: 15px; height: 15px; }
.menu-dots { font-size: 19px; line-height: 21px; }
.save-phone-note { margin: 14px 1px 0; padding: 12px 14px; border-radius: 14px; background: #eaf1e3; color: #3f5e44; font-size: 13px; line-height: 1.45; }
.save-phone-note { display: flex; align-items: center; gap: 10px; }
.save-phone-note::before { content: ""; display: block; width: 43px; height: 43px; flex: none; border-radius: 10px; background: #fffaf1 url("./assets/icon-192.png?v=29") center / contain no-repeat; box-shadow: 0 1px 5px #34492e25; }
.calendar-screen .page-hero { min-height: 100px; }
.week-list { gap: 10px; }
.day-card { grid-template-columns: 57px minmax(0,1fr); padding: 8px 9px; border-radius: 16px; border-color: #ecdfd1; background: #fffdf9; box-shadow: 0 4px 11px rgba(101,77,48,.07); }
.day-card.market-day, .day-card.current { background: #f3f5ee; border-color: #e3eadb; }
.day-stamp { padding-top: 10px; }
.day-card.empty-day .day-stamp { padding-top: 3px; }
.day-content { padding-left: 11px; }
.calendar-entry { gap: 9px; padding: 4px 0; }
.calendar-entry + .calendar-entry { margin-top: 3px; padding-top: 8px; }
.calendar-entry img { width: 39px; height: 43px; }
.calendar-entry strong { font-size: 13.5px; line-height: 1.06; }
.calendar-entry small { margin-top: 2px; }
.day-more { margin-top: 4px; border-top: 1px solid #e2dfd2; }
.day-more summary { display: flex; align-items: center; justify-content: space-between; padding: 7px 2px 2px; color: #6a835d; font-size: 10.5px; font-weight: 750; cursor: pointer; list-style: none; }
.day-more summary:hover { color: #466d49; }
.day-more summary::-webkit-details-marker { display: none; }
.day-more summary::after { content: "⌄"; color: #ba7964; font-size: 16px; line-height: 10px; }
.day-more[open] summary::after { transform: rotate(180deg); }
.day-more-list { padding-top: 4px; }
.day-more-list .calendar-entry { border-top: 1px solid #e2dfd2; padding-top: 8px; }
.places-screen .page-hero { min-height: 100px; }
.places-screen .featured-filters { gap: 8px 6px; margin-bottom: 7px; }
.places-screen .filter-chip { min-height: 33px; padding: 6px 10px; border-color: #e6dccc; font-size: 10.5px; }
.places-screen .filter-chip[data-filter="eggs"] svg, .places-screen .filter-chip[data-filter="butcher"] svg { color: #d48368; }
.places-screen .filter-chip.active svg { color: white; }
.more-filters { margin-bottom: 3px; }
.more-filters summary { display: inline-flex; align-items: center; gap: 7px; padding: 5px 9px 5px 0; color: #956f57; font-size: 11px; font-weight: 750; cursor: pointer; list-style: none; }
.more-filters summary::-webkit-details-marker { display: none; }
.more-filters summary span { font-size: 17px; line-height: 10px; }
.more-filters[open] summary span { transform: rotate(180deg); }
.more-filters .filter-wrap { padding: 7px 0 3px; margin-bottom: 0; }
.directory-bar { margin-top: 12px; }
.directory-list { gap: 9px; }
.directory-card { grid-template-columns: 86px minmax(0,1fr); gap: 10px; min-height: 119px; padding: 7px; border-radius: 14px; background: #fffdf9; box-shadow: 0 4px 12px rgba(101,77,48,.075); }
.directory-image { width: 86px; min-height: 105px; border-radius: 10px; }
.directory-head h3 { font-size: 16.5px; margin-top: 3px; }
.directory-head .heart.star { color: #cda358; font-size: 25px; }
.directory-head .heart.star[aria-pressed="true"] { color: #cc9a39; }
.directory-area { margin-bottom: 3px; }
.directory-type { margin: 0; color: #8e7765; font-size: 10px; line-height: 1.2; }
.directory-type { font-family: var(--serif); font-size: 11px; font-style: italic; }
.directory-badges { margin: 6px 0 5px; }
.directory-badges .badge:nth-child(2) { background: #f8e9d7; color: #765f47; }
.directory-links { gap: 14px; }
.detail-hero { height: 216px; margin-bottom: 9px; border-radius: 0 0 7px 7px; }
.detail-hero::after { content: ""; position: absolute; pointer-events: none; left: 0; right: 0; bottom: 0; height: 18px; background: linear-gradient(transparent, #fcf5e9a6); }
.detail-title { font-size: clamp(31px, 8.7vw, 39px); }
.detail-intro .badges .badge:nth-child(3) { background: #f5e8d3; color: #745d42; }
.detail-intro .badges .badge.no { background: #f8e0d5; }
.detail-description { border: 1px solid #e2e9d9; background: #eef3e8; }
.detail-actions { gap: 8px; }
.detail-actions .button { min-height: 43px; border-radius: 99px; }
.detail-actions .button:first-child { flex: 1.1; }
.detail-actions .button:nth-child(3) { flex: .82; }
.detail-actions .button.secondary { border-color: #e0d7c8; background: #fffdf9; }
.bottom-nav { border-top-color: #ede5da; background: rgba(255,252,247,.99); box-shadow: 0 -3px 12px #58402d10; }
.bottom-nav button { border-radius: 0; color: #677267; }
.bottom-nav button.active { color: #537e55; background: transparent; }
.bottom-nav button.active svg { fill: #729b70; stroke: #537e55; stroke-width: 1.6; }
.bottom-nav button:hover { background: transparent; color: #537e55; }
@media (max-width: 360px) {
  .brand-mark, .brand-mark img { width: 38px; height: 38px; }
  .brand-title strong { font-size: 20px; }
  .place-card { grid-template-columns: 82px minmax(0,1fr); gap: 8px; }
  .directory-card { grid-template-columns: 76px minmax(0,1fr); }
  .directory-image { width: 76px; }
  .today-promo { padding-left: 6px; }
  .today-promo .promo-crate { width: 82px; }
  .today-promo p { font-size: 18px; }
}
