/* Mobile-only presentation. Desktop styles remain unchanged. */
@media (max-width: 760px) {
  :root { --gutter: 20px; }
  body { font-size: 16px; line-height: 1.65; }
  .topbar { display: none; }
  .header { min-height: 74px; padding: 12px 18px; gap: 10px; background: #fcfcf8; }
  .brand { font-size: 19px; gap: 8px; }
  .brand-logo-img { width: 36px; height: 36px; }
  .brand small { font-size: 8px; letter-spacing: .12em; }
  .menu-toggle,.basket-toggle { min-width: 44px; min-height: 44px; }
  .header nav.open { grid-template-columns: 1fr; padding: 12px 20px 20px; border-radius: 0 0 18px 18px; }
  .header nav a { padding: 13px 12px; border-bottom: 1px solid #e6e9df; font-size: 17px; }
  .header nav a[aria-current=page] { background: #edf2e8; border-radius: 8px; color: var(--forest); }
  h1,.page-intro h1,.reference-intro h1 { font-size: clamp(30px,8vw,38px); line-height: 1.18; letter-spacing: -.035em; }
  h2,.center-heading h2,.contact-card h2 { font-size: 29px; line-height: 1.25; }
  h3 { font-size: 21px; line-height: 1.35; }
  p,.prose { font-size: 16px; line-height: 1.7; }
  .eyebrow { font-size: 11px; line-height: 1.6; letter-spacing: .11em; }
  .section,.reference-page .section { padding: 40px 20px; }
  .page-intro { padding: 36px 20px; }
  .page-intro p,.intro-copy { font-size: 16px; }
  .reference-intro { gap: 12px; }
  .reference-intro h1 { text-transform: none; font-weight: 700; margin: 12px 0; }
  .catalogue-subtitle,.catalogue-promise { display: none; }
  .catalogue-page .reference-intro { padding-bottom: 22px; }
  .catalogue-page .intro-copy p { margin-bottom: 0; }
  .catalogue-page .catalogue-layout { padding: 0 20px 42px; gap: 24px; }
  .catalogue-sidebar { border: 0; box-shadow: none; padding: 0; background: transparent; }
  .catalogue-search { grid-template-columns: minmax(0,1fr) auto; gap: 10px; }
  .catalogue-search label { font-size: 14px; font-weight: 600; }
  .catalogue-search input { font-size: 16px; min-height: 48px; padding: 12px; background: white; border-radius: 10px; }
  .catalogue-search .button { min-height: 48px; padding: 12px 16px; border-radius: 10px; font-size: 15px; }
  .category-list { margin-top: 16px; gap: 8px; }
  .category-list h2 { display: none; }
  .category-list a { font-size: 14px; min-height: 44px; border-radius: 24px; padding: 10px 15px; align-items: center; background: white; }
  .catalogue-results .result-count { font-size: 13px; line-height: 1.6; margin-bottom: 18px; }
  .product-grid,.catalogue-page .product-grid,.catalogue-section .product-grid { grid-template-columns: minmax(0,1fr); gap: 20px; }
  .product-card,.catalogue-page .product-card,.catalogue-section .product-card { border: 1px solid #e2e7dc; border-radius: 18px; overflow: hidden; background: #fff; box-shadow: 0 5px 20px #19382c06; }
  .product-photo,.catalogue-page .product-photo,.catalogue-section .product-photo { aspect-ratio: 2.1; }
  .product-tag,.catalogue-page .product-tag,.catalogue-section .product-tag { font-size: 10px; line-height: 1.4; padding: 5px 10px; }
  .product-body,.catalogue-page .product-body,.catalogue-section .product-body { padding: 16px; }
  .product-body h3,.catalogue-page .product-body h3,.catalogue-section .product-body h3 { font-size: 18px; margin-bottom: 8px; line-height: 1.3; }
  .product-body p,.catalogue-page .product-body p,.catalogue-section .product-body p { font-size: 13.5px; line-height: 1.55; margin-bottom: 16px; color: #52624f; }
  .product-card .product-bottom,.catalogue-page .product-bottom,.catalogue-section .product-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; border: 0; padding: 0; }
  .product-card .add-product,.catalogue-page .add-product,.catalogue-section .add-product { width: 100%; min-height: 44px; padding: 10px 8px; font-size: 13px; border-radius: 24px; }
  .product-card .product-details-link,.catalogue-page .product-details-link,.catalogue-section .product-details-link { min-height: 44px; padding: 10px 6px; font-size: 13px; letter-spacing: 0; text-transform: none; color: var(--forest); text-align: center; border: 1px solid #dce3d6; border-radius: 24px; }
  .product-card:hover,.catalogue-page .product-card:hover,.catalogue-section .product-card:hover { transform: none; }
  .hero { min-height: 630px; min-height: min(760px,calc(100svh - 74px)); }
  .hero-content { padding: 56px 20px 28px; }
  .hero h1 { font-size: clamp(36px,9vw,46px); line-height: 1.15; }
  .hero-content > p { font-size: 17px; line-height: 1.65; }
  .hero-buttons { display: flex; flex-direction: column; align-items: stretch; gap: 16px; }
  .hero-buttons .button { justify-content: space-between; }
  .hero-link { min-height: 44px; display: inline-flex; align-items: center; justify-content: space-between; }
  .hero-bottom { padding: 12px 20px 20px; gap: 12px; }
  .hero-bottom > span { display: none; }
  .button { min-height: 48px; font-size: 15px; border-radius: 9px; }
  .trust-strip { font-size: 13px; gap: 14px; padding: 22px 20px; }
  .split { gap: 26px; }
  .detail-photo,.story-photo img { height: auto; aspect-ratio: 1.2; width: 100%; border-radius: 14px; }
  .image-note { right: 10px; bottom: 10px; padding: 12px; }
  .process-grid { grid-template-columns: 1fr; gap: 22px; }
  .process-grid article { padding-bottom: 20px; border-bottom: 1px solid #d9dfd0; }
  .story-scene { padding: 140px 20px 24px; }
  .story-panel { border-radius: 14px; padding: 24px; }
  .leadership-section { padding: 60px 20px !important; }
  .leader-card { flex-direction: column; text-align: center; padding: 34px 22px; gap: 24px; border-radius: 20px; }
  .leader-avatar-wrap { width: 170px; height: 170px; margin: 0 auto; }
  .leader-photo,.leader-placeholder { width: 170px; height: 170px; aspect-ratio: 1; border-radius: 50% !important; border-width: 3.5px; object-position: top center; }
  .leader-copy { padding: 0; }
  .leader-pillars { justify-content: center; }
  .quality-steps h3 { font-size: 20px; }
  .certificate-card { padding: 26px; }
  .buyer-stories { padding: 44px 20px; }
  .buyer-stories h2 { font-size: 31px; }
  .buyer-quote { padding: 28px 22px; }
  .buyer-quote blockquote { font-size: 21px; line-height: 1.6; margin-bottom: 28px; }
  .buyer-quote figcaption small { font-size: 13px; line-height: 1.6; letter-spacing: .04em; }
  .product-detail h1 { font-size: 32px; }
  .specifications dl { display: block; border-top: 1px solid var(--line); }
  .specifications dt { border: 0; padding: 16px 0 4px; font-size: 14px; color: #65725e; }
  .specifications dd { padding: 0 0 16px; margin: 0; border-bottom: 1px solid var(--line); font-size: 16px; overflow-wrap: anywhere; }
  input,select,textarea { font-size: 16px; min-height: 48px; border-radius: 8px; }
  .contact-card { padding: 24px; border-radius: 16px; }
  .contact-card a { overflow-wrap: anywhere; }
  .wizard-progress { font-size: 12px; gap: 8px; }
  .form-actions { gap: 12px; }
  .form-actions .button { flex: 1; }
  dialog { max-width: 100%; width: 100%; padding: 22px 18px; }
  .cart-controls { grid-template-columns: 1fr; }
  .cart-row h3 { font-size: 18px; }
  .cart-row .icon-button { min-width: 32px; min-height: 44px; }
  .cta { padding: 36px 20px; }
  .cta h2 { font-size: 29px; }
  footer { padding: 40px 20px 100px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid h3 { font-size: 18px; margin-bottom: 12px; }
  .footer-grid a:not(.brand) { min-height: 44px; padding-top: 7px; padding-bottom: 7px; }
  .footer-bottom { display: grid; gap: 10px; font-size: 13px; }
  .floating-whatsapp { width: 48px; height: 48px; right: 12px; bottom: 12px; }
  .floating-whatsapp svg { width: 28px; height: 28px; }
  #toast { bottom: 76px; max-width: calc(100vw - 32px); font-size: 14px; }
}
