/* Minimal wordmark, a clear local identity, and readable site typography. */
.brand,
.site-footer .brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 350px;
  flex: 0 0 auto;
  line-height: 1;
}
.brand-logo { width: 100%; height: auto; }
.brand > .brand-location,
.site-footer .brand > .brand-location {
  display: block;
  font-family: var(--sans);
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .13em;
  margin-top: 10px;
  text-align: left;
  color: var(--red);
}
.site-header { height: 140px; gap: 32px; }
.site-header nav { gap: 26px; font-size: .9375rem; }
.site-header nav .button { font-size: .875rem; }
.announcement { min-height: 40px; height: auto; padding: 8px 20px; font-size: .75rem; letter-spacing: .08em; text-align: center; }
.eyebrow { font-size: .8125rem; letter-spacing: .1em; }
.hero { padding-top: 24px; padding-bottom: 60px; }
.hero .eyebrow { font-size: .8125rem; align-items: flex-start; }
.location-dot { flex-shrink: 0; margin-top: 6px; }
.hero-visual { padding-bottom: 0; }
.photo-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding-top: 30px;
}
.made-with-heart {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .9375rem;
  font-weight: 500;
  color: var(--dark);
}
.made-with-heart svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: var(--red);
  stroke-width: 1.5;
  flex-shrink: 0;
}
.caption-translation {
  font-size: .8125rem;
  font-weight: 400;
  color: var(--muted);
  white-space: nowrap;
}
.photo-details .photo-caption {
  display: block;
  position: static;
  transform: none;
  font-size: 1.5rem;
  line-height: 1.4;
  color: var(--red);
}
.hero-description { font-size: 1.125rem; line-height: 1.75; max-width: 500px; }
.hero-actions { flex-wrap: wrap; gap: 18px 24px; margin-top: 24px; }
.button,
.hero-actions .button { font-size: 1rem; min-height: 52px; padding: 16px 21px; }
.text-link,
.hero-actions .text-link { font-size: .9375rem; min-height: 44px; }
.hero-notes { font-size: .875rem; gap: 12px 22px; margin-top: 22px; }
.hero-notes svg { width: 19px; height: 19px; }
.flavour-strip > div { font-size: .875rem; gap: 32px; justify-content: flex-start; width: max-content; min-width: 100%; padding-inline: 32px; }
.section-intro { gap: 32px; }
.section-intro > p { font-size: 1rem; max-width: 400px; }
.food-section { padding-block: 65px 60px; }
.find-section { padding-block: 65px 55px; }
.story-inner { padding-block: 55px; }
.faq-section { padding-top: 15px; padding-bottom: 65px; }
.food-title { flex-wrap: wrap; gap: 12px; }
.food-copy p { font-size: 1rem; line-height: 1.8; }
.food-copy { padding: 29px; }
.photo-tag { font-size: .75rem; letter-spacing: .07em; padding: 7px 12px; }
.pill { font-size: .75rem; padding: 5px 10px; }
.menu-note { font-size: .875rem; }
.food-footnote { font-size: .8125rem; line-height: 1.7; }
.heat-note {
  display: grid;
  grid-template-columns: 1fr 1.25fr auto;
  align-items: center;
  gap: 25px;
  padding: 30px 0 20px;
  margin-top: 12px;
  border-bottom: 1px solid var(--line);
}
.heat-note .eyebrow { color: var(--red); font-size: .75rem; margin-bottom: 8px; }
.heat-note h3 { font-size: 2rem; }
.heat-note > p { font-size: 1rem; color: var(--muted); line-height: 1.75; }
.heat-levels { display: flex; flex-wrap: wrap; gap: 8px; }
.heat-levels span { font-size: .875rem; padding: 5px 12px; border-radius: 20px; font-weight: 600; }
.heat-levels span:nth-child(1) { background: #006847; color: #fff; }
.heat-levels span:nth-child(2) { background: #fff; color: var(--dark); box-shadow: inset 0 0 0 1px var(--line); }
.heat-levels span:nth-child(3) { background: #bc2633; color: #fff; }
.story-lead { font-size: 1.375rem; }
.story-copy > p:not(.eyebrow):not(.story-lead) { font-size: 1rem; line-height: 1.8; }
.story-art-bottom { font-size: .6875rem; gap: 10px; letter-spacing: .04em; }
.journey-line { white-space: nowrap; }
.way-card { padding: 30px 27px; }
.market-card { background: #006847; border-color: #006847; color: #fff; }
.delivery-card { background: #fff; border-color: #ddcdbc; color: var(--dark); }
.event-card { background: #bc2633; border-color: #bc2633; color: #fff; }
.market-card > p,
.event-card > p { color: #fff; }
.market-card .text-link,
.event-card .text-link { color: #fff; border-bottom-color: #ffffff80; }
.market-card .text-link:hover,
.event-card .text-link:hover { color: #fff; border-bottom-color: #fff; }
.market-card .text-link:focus-visible,
.event-card .text-link:focus-visible { outline-color: #fff; }
.way-top { gap: 15px; align-items: flex-start; }
.way-top > span { font-size: .75rem; line-height: 1.5; }
.way-top svg { flex-shrink: 0; }
.way-card h3 { font-size: 2.25rem; }
.way-card > p { font-size: 1rem; line-height: 1.8; }
.status { font-size: .8125rem; line-height: 1.6; }
.way-bottom .text-link { font-size: .9375rem; min-height: 48px; }
summary { font-size: 1rem; padding-block: 23px; line-height: 1.6; }
details > p { font-size: 1rem; line-height: 1.8; }
.closing-section > p:not(.eyebrow) { font-size: 1.0625rem; }
.site-footer { gap: 35px; flex-wrap: wrap; }
.site-footer .brand { width: 350px; max-width: 100%; }
.site-footer > div { font-size: .9375rem; }
.site-footer > div > span { font-size: .8125rem; }
.preview-label { font-size: .75rem; padding: 7px 12px; }
.dialog-inner > p:not(.eyebrow),
.dialog-inner > ul,
.contact-note p { font-size: 1rem; }
.contact-note .status { font-size: .875rem; }

@media (max-width: 1150px) {
  .site-header nav .button { display: none; }
  .site-header nav { gap: 24px; }
  .brand { width: 310px; }
  .ways-grid { gap: 18px; }
  .way-top { flex-direction: column; gap: 16px; }
  .way-card { padding: 25px 23px; }
  .way-card h3 { font-size: 2rem; }
}
@media (max-width: 900px) {
  .heat-note { grid-template-columns: 1fr 1.3fr; }
  .heat-levels { grid-column: 1 / -1; }
  .brand { width: 285px; }
  .site-header { height: 130px; gap: 20px; }
  .site-header nav { gap: 18px; font-size: .875rem; }
  .brand > .brand-location { font-size: .8125rem; letter-spacing: .08em; }
  .hero-description { font-size: 1.0625rem; }
  .hero .eyebrow { font-size: .75rem; }
  .hero-actions .button { font-size: .9375rem; gap: 18px; }
  .section-intro { align-items: flex-start; flex-direction: column; gap: 20px; }
  .food-copy { padding: 23px; }
  .story-inner { gap: 35px; }
  .story-art { padding-inline: 23px; }
  .story-art-bottom { flex-wrap: wrap; justify-content: center; }
  .story-lead { font-size: 1.25rem; }
  .ways-grid { grid-template-columns: 1fr; gap: 22px; }
  .way-card { padding: 30px; }
  .way-top { flex-direction: row; align-items: center; }
  .way-card h3 { font-size: 2.5rem; }
  .way-card > p { max-width: 620px; }
  .way-card h3 br { display: none; }
  .faq-section { grid-template-columns: 1fr; gap: 28px; }
  .site-footer > div { flex: 1 1 270px; }
}
@media (max-width: 640px) {
  .heat-note { grid-template-columns: 1fr; gap: 17px; padding-block: 26px 24px; }
  .announcement { font-size: .6875rem; letter-spacing: .04em; padding: 8px 18px; gap: 10px; line-height: 1.5; }
  .announcement .tiny-sun { flex-shrink: 0; }
  .site-header { min-height: 104px; height: auto; padding-block: 4px; gap: 16px; }
  .brand { width: min(310px, calc(100% - 60px)); }
  .brand > .brand-location { font-size: .75rem; letter-spacing: .06em; margin-top: 8px; }
  .menu-toggle { flex: 0 0 44px; }
  .site-header nav { top: calc(100% - 6px); }
  .site-header nav a { font-size: 1rem; padding-block: 16px; }
  .site-header nav .button { display: flex; font-size: .9375rem; }
  .hero { padding-top: 15px; padding-bottom: 38px; gap: 24px; }
  .hero .eyebrow { font-size: .75rem; line-height: 1.65; margin-bottom: 14px; max-width: 320px; }
  .hero h1 { font-size: clamp(2.25rem, 10vw, 3.25rem); line-height: 1.08; }
  .hero-description { font-size: 1.0625rem; line-height: 1.65; margin-top: 16px; }
  .hero .photo-frame { height: 300px; }
  .photo-details { padding-top: 23px; gap: 8px 20px; }
  .desktop-break { display: none; }
  .hero-actions { gap: 12px 16px; margin-top: 19px; }
  .hero-actions .button { font-size: 1rem; padding: 14px 16px; gap: 14px; }
  .hero-actions .text-link { font-size: .9375rem; }
  .hero-notes { font-size: .8125rem; gap: 12px 20px; margin-top: 17px; }
  .flavour-strip > div { font-size: .8125rem; }
  .section-intro .eyebrow,
  .story-copy .eyebrow,
  .faq-section .eyebrow,
  .closing-section .eyebrow { font-size: .75rem; }
  .section-intro > p { font-size: 1rem; margin-top: 0; }
  .section-intro { gap: 14px; margin-bottom: 24px; }
  .food-section { padding-block: 42px 40px; }
  .find-section { padding-block: 42px 38px; }
  .story-inner { padding-block: 40px; gap: 25px; }
  .story-art { max-width: 245px; padding: 22px 25px; }
  .story-art .sun-drawing { font-size: 56px; margin-top: 7px; margin-bottom: 12px; }
  .story-art > p { font-size: 36px; }
  .story-art-bottom { margin-top: 19px; }
  .faq-section { padding-top: 8px; padding-bottom: 42px; }
  .food-title h3 { font-size: 2.125rem; }
  .food-copy p { font-size: 1rem; }
  .menu-note { font-size: .875rem; }
  .food-footnote { font-size: .8125rem; }
  .story-copy > p:not(.eyebrow):not(.story-lead) { font-size: 1rem; }
  .story-lead { font-size: 1.25rem; }
  .way-card { padding: 25px; }
  .way-card h3 { font-size: 2.25rem; }
  .way-card h3 br { display: initial; }
  .way-card > p { font-size: 1rem; }
  .way-top > span { font-size: .75rem; }
  .way-bottom .text-link { font-size: .9375rem; }
  .status { font-size: .8125rem; }
  summary, details > p { font-size: 1rem; }
  .closing-section > p:not(.eyebrow) { font-size: 1rem; }
  .closing-section .button { font-size: 1rem; }
  .site-footer { gap: 22px; padding-top: 25px; padding-bottom: 25px; }
  .site-footer .brand { width: 310px; max-width: 100%; }
  .site-footer .brand > .brand-location { font-size: .8125rem; }
  .preview-label { font-size: .75rem; }
}
