/* Shared brand materials remain in styles.css and liquid-glass.css. */
.hero-title-lockup { max-width: 100%; }
.hero h1 { white-space: normal; overflow-wrap: normal; }
.hero-category {
  width: 100%;
  max-width: none;
  margin: 1.5rem 0 0;
  color: var(--brand-white);
  font-family: var(--body);
  font-size: clamp(1.125rem, 1.6vw, 1.375rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
.product-gallery { display: grid; justify-items: center; padding: 1.5rem; }
.product-gallery > a { display: block; max-width: 100%; }
.product-gallery img { width: auto; max-width: 100%; height: 28rem; min-height: 0; object-fit: contain; }
.gallery-caption { margin: 1rem 0 0; font-family: var(--body); font-size: 0.8rem; text-align: center; }
.product-heat { margin: 1rem 0; font-family: var(--body); font-size: 1rem; }
.product-facts { margin: 1.5rem 0; border-block: 1px solid rgba(67,90,46,.25); padding: 1rem 0; }
.product-facts summary { cursor: pointer; font-family: var(--body); font-weight: 700; min-height: 2rem; }
.product-facts p { margin: 0.75rem 0 0; line-height: 1.7; }
.food-section { width: min(86rem, calc(100% - 3rem)); margin: 0 auto 3rem; padding: clamp(1.5rem, 4vw, 3.5rem); color: var(--green); }
.food-section h2 { margin: 0 0 1.5rem; font-size: clamp(3rem, 6vw, 5.5rem); line-height: 1; }
.food-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.food-card { display: block; color: inherit; text-decoration: none; min-width: 0; }
.food-card img { display: block; width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 1rem; }
.food-card span { display: block; padding: 0.85rem 0; font-family: var(--body); font-size: 1.1rem; font-weight: 700; }
.food-card:hover span { text-decoration: underline; }
.food-section > p { margin: 1rem 0 0; }
.final-buy-product img { width: auto; max-width: 100%; height: 23rem; aspect-ratio: auto; object-fit: contain; border: 0; box-shadow: none; }
.final-buy-copy { align-items: center; text-align: center; }
.final-buy-mark {
  display: block;
  width: clamp(8rem, 13vw, 11rem);
  max-width: 100%;
  height: auto;
  margin: 0 auto 1.5rem;
}
.faq-intro { min-width: 0; text-align: center; }
.faq-professor {
  display: block;
  width: min(100%, 19rem);
  height: auto;
  margin: 1.5rem auto 0;
  border-radius: 1.5rem;
}
.shipping-notifications { max-width: 50rem; margin: 2rem auto; padding: clamp(1.25rem, 4vw, 2rem); }
.shipping-notifications h2 { font-size: clamp(2.5rem, 6vw, 4rem); line-height: 1.1; }
.shipping-notifications p { line-height: 1.6; }
.shipping-notifications input[type=email] { width: 100%; margin: 0.5rem 0 1rem; }
.shipping-notifications .shipping-consent { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 1rem; line-height: 1.5; }
.shipping-consent input[type=checkbox] { flex: 0 0 auto; width: 1.25rem; height: 1.25rem; margin-top: 0.2rem; }
.shipping-notifications button { white-space: normal; }
.food-card:focus-visible, .product-gallery a:focus-visible, .product-facts summary:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; }
@media (min-width: 761px) {
  .hero h1 { max-width: 7ch; }
}
@media (max-width: 760px) {
  .hero-copy { padding-top: 1rem; }
  .hero-category { margin-top: 1rem; font-size: clamp(1.125rem, 4.8vw, 1.25rem); }
  .hero-title-lockup { min-height: clamp(12.5rem, 60vw, 15.5rem); }
  .product-gallery img { height: 23rem; }
  .food-section { width: calc(100% - 1.4rem); padding: 1.4rem; margin-bottom: 2rem; border-radius: 2rem; }
  .food-grid { grid-template-columns: 1fr; gap: 0.8rem; }
  .shipping-notifications { margin-inline: 0; }
}
