html, body { max-width: 100%; overflow-x: hidden; }
body { text-size-adjust: 100%; }
img { height: auto; }
.content-support {
  max-width: 1180px;
  margin: 0 auto;
}
.answer-heading {
  margin: 0 0 1rem;
  font-family: 'Gilda Display', Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 400;
  line-height: 1.2;
}
.product-index {
  margin-top: 4rem;
  padding: 2.5rem;
  border-radius: var(--radius-lg);
  background: var(--ivory);
}
.product-index-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 2rem;
}
.product-index h3,
.faq-item h3 {
  margin-bottom: .45rem;
  color: var(--green);
  font-family: 'Gilda Display', Georgia, serif;
  font-size: 1.18rem;
  font-weight: 400;
}
.product-index p,
.faq-item p {
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.7;
}
.faq-section {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.faq-item {
  padding: 1.35rem;
  border: 1px solid rgba(110,45,24,.12);
  border-radius: var(--radius-md);
  background: var(--white);
}
.btn, .btn-nav-order, .filter-btn, .product-cta, .market-link,
.footer-links a, .footer-contact-item a, .nav-mobile a {
  touch-action: manipulation;
}
.page-heading {
  margin: 0;
  font-family: 'Gilda Display', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: 0;
}

@media (max-width: 960px) {
  .section { padding-left: 5%; padding-right: 5%; }
  .products-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card, .market-card, .cafe-card, .tomorrow-card { min-width: 0; }
  .product-name, .product-desc, .market-detail, .cafe-address, .cafe-items {
    overflow-wrap: anywhere;
  }
  .order-layout { gap: 2.25rem; }
  .footer-top { gap: 2rem; }
  .product-index-grid, .faq-grid { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  body { font-size: 16px; line-height: 1.72; }
  #nav { height: 64px; padding-left: 4%; padding-right: 4%; }
  body > div[style*="height:72px"] { height: 64px !important; }
  .nav-logo-text { font-size: 1rem; }
  .section { padding-top: 3.5rem; padding-bottom: 3.5rem; }
  .section-title, .page-heading { font-size: 2rem; line-height: 1.18; }
  .section-intro { font-size: 1rem; line-height: 1.75; }
  .product-img { height: 210px; }
  .product-info { padding: 1rem; }
  .product-desc { font-size: .88rem; line-height: 1.62; }
  .filter-row {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: .25rem .15rem .65rem;
    scroll-snap-type: x proximity;
    scrollbar-width: thin;
  }
  .filter-btn { flex: 0 0 auto; min-height: 44px; scroll-snap-align: start; }
  .btn, .btn-nav-order, .product-cta, .market-link {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .market-link { padding: .4rem 0; }
  .form-input, select.form-input, textarea.form-input { min-height: 48px; font-size: 16px; }
  textarea.form-input { min-height: 110px; }
  .qty-btn { width: 36px; height: 36px; }
  .checklist-row { gap: .55rem; padding: .8rem .75rem; }
  .checklist-row label { line-height: 1.35; }
  .footer-links a, .footer-contact-item a { display: inline-flex; min-height: 36px; align-items: center; }
  .modal-box { width: calc(100% - 1.25rem); max-height: calc(100vh - 1.25rem); overflow-y: auto; }
  .modal-body { padding: 1.2rem; }
}

@media (max-width: 560px) {
  .products-grid { grid-template-columns: 1fr; }
  .product-img { height: min(62vw, 250px); }
  .hero-content { width: 100%; padding-left: 4%; padding-right: 4%; }
  .hero-content h1 span, .closing-banner h2 span { white-space: normal !important; }
  .hero-content h1 { font-size: 2.15rem; line-height: 1.14; }
  .hero-sub { font-size: .98rem; }
  .section { padding-left: 1rem; padding-right: 1rem; }
  .product-index { padding: 1.35rem; }
  .story-grid, .chapter-grid { gap: 1.5rem; }
  .markets-category { margin-top: 2rem; }
  .market-card, .cafe-card { padding: 1.15rem; }
  .order-info-box { padding: 1.25rem; }
  .total-bar { padding: 1rem; }
  .form-minimum { align-items: flex-start; }
  .footer-top { text-align: left; }
  .footer-social { justify-content: flex-start !important; }
  .footer-bottom { align-items: flex-start; gap: .75rem; }
  .tomorrow-card-body, .tomorrow-quote-text { padding: 1.25rem; }
  .tomorrow-mascots { align-items: stretch; flex-direction: column; }
  .mascot-btn { width: 100%; }
  .legal-main { padding-left: 1rem; padding-right: 1rem; }
}

@media (max-width: 380px) {
  .nav-logo-text { display: none; }
  .lang-switch button, .lang-btn { min-width: 34px; }
  .checklist-row { flex-wrap: wrap; }
  .checklist-row label { min-width: calc(100% - 30px); }
  .checklist-row .row-price { margin-left: 30px; }
}