@font-face {
  font-family: Alexandria;
  src: url("assets/fonts/variable/Alexandria[wght].ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #14211d;
  --muted: #5a6862;
  --green: #0f5c4a;
  --green-dark: #0a473a;
  --mint: #dcece7;
  --paper: #f4f7f5;
  --white: #fbfcfb;
  --line: #cdd8d3;
  --radius: 22px;
}

* { box-sizing: border-box; }
html, body { margin: 0; background: #dfe6e2; color: var(--ink); font-family: Alexandria, Tahoma, sans-serif; }
body { min-width: 0; overflow-x: hidden; }
.artboard { width: min(1440px, 100%); margin: 0 auto; overflow: hidden; background: var(--paper); }
.wrap { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }

/* Header & Nav */
.header { height: 88px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 40px; }
.brand { display: flex; align-items: center; gap: 12px; font-size: 23px; font-weight: 800; }
.brand-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: var(--radius); background: var(--green); color: white; }
nav { display: flex; gap: 28px; color: var(--muted); font-size: 15px; font-weight: 600; }
nav a { color: inherit; text-decoration: none; outline: none; padding: 8px 4px; display: inline-flex; align-items: center; min-height: 44px; }
nav a:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; border-radius: 4px; }
.header > .button { justify-self: end; }

/* Buttons */
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: var(--radius);
  background: var(--green);
  color: white;
  font-weight: 800;
  font-size: 16px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  outline: none;
  transition: background 150ms ease, transform 150ms ease;
}
.button:hover { background: var(--green-dark); }
.button:focus-visible { outline: 2px solid var(--green-dark); outline-offset: 4px; }
.button.small { min-height: 46px; padding: 9px 20px; font-size: 15px; }
.cta-text-mobile, .btn-text-short { display: none; }
.cta-text-full, .btn-text-full { display: inline; }

/* Hero Section */
.hero { min-height: 720px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 72px; padding-block: 58px 76px; }
.hero-copy { padding-right: 24px; }
.kicker, .section-index { display: inline-block; margin-bottom: 18px; color: var(--green); font-size: 15px; font-weight: 800; }
.bundle-badge { display: inline-flex; align-items: center; min-height: 30px; margin-inline-start: 10px; margin-bottom: 18px; padding: 5px 10px; border-radius: 999px; background: #dff4ec; color: var(--green-dark); font-size: 12px; font-weight: 800; }
.bundle-badge[hidden] { display: none; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 590px; margin-bottom: 24px; font-size: 56px; line-height: 1.25; letter-spacing: -2px; }
.hero-copy > p { max-width: 560px; margin-bottom: 28px; color: var(--muted); font-size: 18px; line-height: 1.85; }
.hero-offer { display: flex; align-items: center; gap: 28px; }
.hero-offer > div { display: flex; align-items: baseline; gap: 8px; }
.hero-offer strong, .price strong { font-size: 50px; line-height: 1; }
.hero-offer span, .price span { font-weight: 700; font-size: 16px; }
.compare-price { margin-inline-start: 6px; color: #7b8581; font-size: 14px; font-weight: 600; text-decoration-thickness: 1.5px; }
.hero-shipping-info { margin-top: 12px; color: var(--muted); font-size: 14px; font-weight: 600; }
.hero-bundle-note { margin-top: 14px; color: var(--green-dark); font-size: 14px; font-weight: 600; line-height: 1.6; }

.photo-frame { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--mint); }
.hero-photo { height: 620px; box-shadow: 0 22px 70px rgba(15, 92, 74, .14); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; display: block; }
.image-note { position: absolute; right: 24px; bottom: 24px; left: 24px; display: flex; align-items: center; justify-content: space-between; padding: 18px 22px; border-radius: var(--radius); background: rgba(251, 252, 251, .94); }
.image-note strong { font-size: 16px; color: var(--ink); }
.image-note span { color: var(--muted); font-size: 13px; }

/* Proof Band */
.proof-band { background: var(--green); color: white; }
.proof-grid { min-height: 140px; display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid > div { display: flex; flex-direction: column; justify-content: center; padding-inline: 42px; }
.proof-grid > div + div { border-right: 1px solid rgba(255,255,255,.22); }
.proof-grid strong { margin-bottom: 6px; font-size: 19px; }
.proof-grid span { color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.6; }

/* Product Section: Compact Problem & Benefits */
.product-section { min-height: auto; display: grid; grid-template-columns: .88fr 1.12fr; grid-template-rows: auto 1fr; align-items: start; column-gap: 72px; row-gap: 0; padding-block: 90px; }
.product-copy { grid-column: 2; grid-row: 1; }
.product-details { grid-column: 2; grid-row: 2; min-width: 0; }
.product-visual { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.product-section > .product-visual { grid-column: 1; grid-row: 1 / 3; }
.product-visual img { width: 100%; height: 520px; object-fit: contain; mix-blend-mode: multiply; display: block; }
.caption { display: block; padding: 14px 20px; color: var(--muted); font-size: 13px; text-align: center; }
h2 { margin-bottom: 22px; font-size: 44px; line-height: 1.3; letter-spacing: -1.4px; }

.compact-blocks { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 24px; }
.compact-block { padding: 22px 20px; border-radius: var(--radius); border: 1px solid var(--line); background: var(--white); }
.problem-card { border-color: #f1c7c7; background: #fdf8f8; }
.benefit-card { border-color: #badcd3; background: #f4faf8; }
.compact-label { display: inline-block; padding: 5px 12px; border-radius: 10px; font-size: 13px; font-weight: 800; margin-bottom: 12px; }
.problem-label { background: #fde8e8; color: #c62828; }
.benefit-label { background: var(--mint); color: var(--green-dark); }
.compact-bullets { margin: 0; padding-right: 18px; display: grid; gap: 10px; color: var(--muted); font-size: 14.5px; line-height: 1.7; }
.problem-card li::marker { color: #c62828; }
.benefit-card li::marker { color: var(--green); }

.notices-container { display: grid; gap: 14px; margin-top: 10px; }
.honest-note { padding: 16px 20px; border-radius: var(--radius); background: var(--mint); color: var(--green-dark); font-size: 13.5px; line-height: 1.75; margin: 0; }
.food-safety-note { padding: 16px 20px; border-radius: var(--radius); background: #eef6f3; border: 1px solid #c8ded7; color: var(--green-dark); font-size: 13.5px; line-height: 1.75; margin: 0; }

/* How to use (3 Steps) */
.how-to-use { padding-block: 70px 90px; }
.section-title { max-width: 720px; margin-bottom: 40px; }
.section-title h2 { margin-bottom: 14px; }
.section-title p, .quality-heading p { color: var(--muted); font-size: 16px; line-height: 1.8; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step-card {
  padding: 30px 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 20px rgba(15, 92, 74, .04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.step-card:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(15, 92, 74, .08); }
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--mint);
  color: var(--green-dark);
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 16px;
}
.step-card strong { display: block; margin-bottom: 8px; font-size: 18px; color: var(--ink); line-height: 1.35; }
.step-card p { margin: 0; color: var(--muted); font-size: 14.5px; font-weight: 400; line-height: 1.75; }

/* Catalog Section */
.catalog-section { padding-block: 90px 100px; border-block: 1px solid var(--line); background: var(--white); }
.catalog-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 350px 280px; gap: 20px; }
.catalog-grid figure { margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--mint); }
.catalog-grid img { width: 100%; height: 100%; object-fit: cover; display: block; }
.catalog-main { grid-row: 1 / 3; }
.catalog-main img { object-position: center 42%; }
.catalog-tall { grid-row: 1 / 3; }
.catalog-wide { grid-column: 3; }
.catalog-small { grid-column: 3; }

.catalog-item { cursor: pointer; position: relative; outline: none; }
.catalog-item:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }
.catalog-item::after {
  content: "تكبير";
  position: absolute;
  bottom: 14px;
  left: 14px;
  padding: 6px 14px;
  background: rgba(20, 33, 29, 0.8);
  color: white;
  font-size: 12px;
  font-weight: 700;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 150ms ease;
  pointer-events: none;
}
.catalog-item:hover::after, .catalog-item:focus-visible::after { opacity: 1; }

/* Image Modal */
.image-modal {
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  max-width: 100vw;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-modal:not([open]) { display: none; }
.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(20, 33, 29, 0.85);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.modal-content {
  position: relative;
  z-index: 10;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal-content img {
  max-width: 90vw;
  max-height: 80vh;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}
.modal-close {
  align-self: flex-end;
  margin-bottom: 12px;
  background: white;
  border: none;
  color: var(--ink);
  padding: 8px 18px;
  border-radius: 20px;
  font-weight: 800;
  font-size: 14px;
  font-family: inherit;
  cursor: pointer;
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.modal-close:focus-visible { outline: 2px solid var(--green); }

/* Quality Section */
.quality-section { padding-block: 90px; }
.quality-heading { max-width: 760px; margin-bottom: 40px; }
.quality-board { display: grid; grid-template-columns: 1.1fr .9fr .9fr; grid-template-rows: 240px 240px; gap: 18px; }
.quality-board > div { overflow: hidden; border-radius: var(--radius); }
.quality-product { grid-row: 1 / 3; background: var(--mint); }
.quality-product img { width: 100%; height: 100%; object-fit: cover; mix-blend-mode: multiply; display: block; }
.quality-item { padding: 30px; border: 1px solid var(--line); background: var(--white); display: flex; flex-direction: column; justify-content: center; }
.quality-item.large { grid-column: 2 / 4; }
.quality-item > span { display: block; margin-bottom: 16px; color: var(--green); font-size: 14px; font-weight: 800; }
.quality-item strong { display: block; margin-bottom: 10px; font-size: 20px; }
.quality-item p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.quality-cta-wrap { margin-top: 36px; text-align: center; }

/* Reviews Section */
.reviews-section { padding-block: 80px; background: var(--mint); }
.section-title.compact { margin-bottom: 36px; }
.reviews-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 22px; }
.video-review { position: relative; height: 520px; margin: 0; overflow: hidden; border-radius: var(--radius); }
.video-review video { width: 100%; height: 100%; object-fit: cover; }
.quote-stack { display: grid; gap: 20px; }
.quote-card { display: flex; flex-direction: column; justify-content: center; padding: 36px; border-radius: var(--radius); background: var(--white); }
blockquote { margin: 0 0 20px; font-size: 20px; font-weight: 650; line-height: 1.8; }
.quote-card > span { color: var(--muted); font-size: 14px; }
.verified-badge { margin-top: 8px; color: var(--green); font-weight: 800; font-size: 13px; }

/* Order Section */
.order-section { min-height: auto; display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 80px; padding-block: 90px; }
.order-copy > p { max-width: 520px; color: var(--muted); font-size: 17px; line-height: 1.85; }
.price { display: flex; align-items: baseline; gap: 8px; margin-block: 28px; }

#form-disclaimer a { color: var(--green-dark); font-weight: 700; text-underline-offset: 3px; }
.order-features { list-style: none; padding: 0; margin: 0 0 24px; display: grid; gap: 14px; }
.order-features li { display: flex; align-items: center; gap: 12px; color: var(--ink); font-size: 15px; font-weight: 500; }
.feature-icon { color: var(--green); flex-shrink: 0; }
.food-safety-reminder { padding: 14px 18px; border-radius: 14px; background: var(--mint); color: var(--green-dark); font-size: 13px; line-height: 1.65; margin: 0; }

.order-form { padding: 40px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 28px 80px rgba(15,92,74,.12); }
.order-form h3 { margin-bottom: 24px; font-size: 24px; }
.quantity-selector { margin: 0 0 20px; padding: 0; border: 0; }
.quantity-selector legend { width: 100%; margin-bottom: 10px; font-size: 14px; font-weight: 800; color: var(--ink); }
.quantity-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9px; }
.quantity-option { position: relative; min-height: 94px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; padding: 13px 7px 9px; border: 1px solid #aebbb5; border-radius: 14px; background: #fff; text-align: center; cursor: pointer; transition: border-color .15s ease, box-shadow .15s ease, background .15s ease; }
.quantity-option:has(input:checked) { border: 2px solid var(--green); background: var(--mint); box-shadow: 0 0 0 3px rgba(15,92,74,.08); }
.quantity-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.quantity-option:has(input:focus-visible) { outline: 3px solid rgba(15,92,74,.24); outline-offset: 2px; }
.quantity-name { font-size: 13px; font-weight: 750; color: var(--ink); }
.quantity-option strong { font-size: 17px; color: var(--green-dark); }
.quantity-option small { font-size: 11px; color: var(--muted); }
.quantity-option.recommended { padding-top: 20px; }
.quantity-tag { position: absolute; inset-inline: 7px; top: -9px; min-height: 20px; display: grid; place-items: center; padding: 2px 5px; border-radius: 999px; background: var(--green); color: #fff; font-size: 10px; font-weight: 800; }
.field-group { margin-bottom: 18px; }
.field-group label { display: block; margin-bottom: 8px; font-size: 14px; font-weight: 750; color: var(--ink); }
.input {
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid #aebbb5;
  border-radius: var(--radius);
  color: var(--ink);
  font-size: 15px;
  font-family: inherit;
  outline: none;
  background: white;
}
.input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(15, 92, 74, 0.12); }
.input.textarea { min-height: 90px; resize: vertical; }
.input.invalid { border-color: #c62828 !important; background-color: #fff9f9; }
.field-error { display: none; color: #c62828; font-size: 13px; margin-top: 6px; font-weight: 600; }
.field-error.visible { display: block; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

/* Price Breakdown */
.price-breakdown { margin-top: 24px; padding: 18px 20px; border-radius: var(--radius); background: var(--mint); display: grid; gap: 10px; }
.breakdown-row { display: flex; justify-content: space-between; align-items: center; font-size: 14px; color: var(--muted); }
.breakdown-row.total-row { padding-top: 10px; border-top: 1px solid rgba(15, 92, 74, 0.18); font-size: 17px; font-weight: 800; color: var(--green-dark); }
.discount-row { color: #147a39; }
.discount-row strong { color: #147a39; }
.discount-row[hidden] { display: none; }
.shipping-notice { color: #885e00; font-size: 13px; font-weight: 600; }
.shipping-confirmed { color: var(--green-dark); font-weight: 700; }

.button.full { width: 100%; margin-top: 18px; }
.order-form > small { display: block; margin-top: 12px; color: var(--muted); text-align: center; font-size: 13px; }

/* Status Messages */
.order-status-msg { display: none; margin-top: 16px; padding: 16px; border-radius: 14px; font-size: 14px; line-height: 1.6; text-align: center; }
.order-status-msg.visible { display: block; }
.order-status-msg.success { background: #e8f5e9; color: #1b5e20; border: 1px solid #c8e6c9; }
.order-status-msg.error { background: #ffebee; color: #c62828; border: 1px solid #ffcdd2; }
.order-status-msg.notice { background: #e8f4fd; color: #0d47a1; border: 1px solid #bbdefb; }

.whatsapp-fallback-wrap { margin-top: 14px; }
.button-whatsapp { background: #25d366 !important; color: white !important; }
.button-whatsapp:hover { background: #1eb956 !important; }

/* FAQ Section */
.faq-section { padding-block: 80px 100px; }
.faq-accordion { display: grid; gap: 14px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); overflow: hidden; }
.faq-question {
  width: 100%;
  padding: 22px 28px;
  background: transparent;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  color: var(--ink);
  text-align: right;
  cursor: pointer;
  outline: none;
  min-height: 48px;
}
.faq-question:focus-visible { background: var(--mint); }
.faq-icon { font-size: 24px; color: var(--green); font-weight: 400; transition: transform 0.2s ease; }
.faq-question[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
.faq-answer { padding: 0 28px 24px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.faq-answer p { margin: 0; }

/* Trust Footer */
.footer { padding-block: 56px 36px; background: var(--ink); color: white; }
.footer-content { display: flex; justify-content: space-between; align-items: flex-start; gap: 48px; }
.footer-main { max-width: 440px; }
.brand.light .brand-mark { background: white; color: var(--green-dark); }
.footer-main p { margin: 14px 0 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.7; }
.footer-seller-info { margin-top: 10px; color: rgba(255,255,255,.85); font-size: 13px; font-weight: 600; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; }
.footer-nav a {
  color: rgba(255,255,255,.8);
  text-decoration: none;
  font-size: 14px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 8px;
}
.footer-nav a:hover { color: white; text-decoration: underline; }
.footer-nav a:focus-visible { outline: 2px solid white; outline-offset: 2px; }
.footer-bottom { margin-top: 36px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.5); font-size: 13px; }

/* Mobile Sticky Bar */
.mobile-sticky-bar { display: none; }

/* Accessible Smooth Scroll & Motion */
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .mobile-sticky-bar, .faq-answer, .image-modal { transition: none !important; }
}

/* ===================================================
   RESPONSIVE BREAKPOINTS (701px - 1439px)
   =================================================== */
@media (max-width: 1439px) {
  body { min-width: 0; }
  .artboard { width: 100%; max-width: 1440px; }
}

@media (min-width: 701px) and (max-width: 1280px) {
  .wrap { width: min(calc(100% - 48px), 1240px); }
  .hero { grid-template-columns: 1fr 1fr; gap: 36px; padding-block: 48px; }
  .hero-photo { height: 500px; }
  .product-section { grid-template-columns: 1fr 1fr; gap: 40px; padding-block: 70px; }
  .product-visual img { height: 440px; }
  .catalog-grid { grid-template-columns: 1.2fr .8fr .8fr; grid-template-rows: 290px 230px; gap: 14px; }
  .quality-board { grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 220px 220px; gap: 14px; }
  .quality-item { padding: 22px; }
  .reviews-layout { grid-template-columns: 1fr 1fr; gap: 16px; }
  .video-review { height: 460px; }
  .quote-card { padding: 26px; }
  .order-section { grid-template-columns: 1fr 1fr; gap: 40px; padding-block: 70px; }
  .order-form { padding: 32px; }
  .proof-grid > div { padding-inline: 20px; }
}

@media (min-width: 701px) and (max-width: 900px) {
  .hero { grid-template-columns: 1fr; gap: 32px; }
  .hero-photo { height: 440px; }
  .product-section { grid-template-columns: 1fr; gap: 32px; }
  .product-visual { order: 2; }
  .product-copy { order: 1; }
  .catalog-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 12px; }
  .catalog-main { grid-column: 1 / 3; height: 320px; }
  .catalog-tall { grid-column: 1; height: 260px; }
  .catalog-wide { grid-column: 2; height: 124px; }
  .catalog-small { grid-column: 2; height: 124px; }
  .quality-board { grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 12px; }
  .quality-product { grid-column: 1 / 3; height: 300px; }
  .quality-item.large { grid-column: 1 / 3; }
  .reviews-layout { grid-template-columns: 1fr; gap: 16px; }
  .video-review { height: 420px; }
  .order-section { grid-template-columns: 1fr; gap: 32px; }
  .proof-grid { min-height: auto; grid-template-columns: 1fr; }
  .proof-grid > div { padding: 16px 12px; }
  .proof-grid > div + div { border-top: 1px solid rgba(255,255,255,.22); border-right: 0; }
  .header { gap: 16px; }
  nav { gap: 16px; }
  .steps-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
}

/* ===================================================
   MOBILE BREAKPOINT (<= 700px)
   =================================================== */
@media (max-width: 700px) {
  :root {
    --m-space-1: 6px;
    --m-space-2: 10px;
    --m-space-3: 14px;
    --m-space-4: 18px;
    --m-space-5: 24px;
    --m-space-6: 32px;
    --m-space-7: 40px;
  }

  body { min-width: 0; }
  .artboard { width: 100%; }
  .wrap { width: min(calc(100% - 32px), 420px); margin-inline: auto; }

  /* Mobile Typography System */
  h1 {
    font-size: clamp(28px, 7.6vw, 30px);
    line-height: 1.22;
    letter-spacing: -0.35px;
    text-wrap: balance;
    margin-bottom: 14px;
  }
  h2 {
    font-size: clamp(22px, 6vw, 24px);
    line-height: 1.34;
    letter-spacing: -0.25px;
    text-wrap: balance;
    margin-bottom: 14px;
  }
  h3 {
    font-size: 19px;
    line-height: 1.35;
    margin-bottom: 10px;
  }
  .section-index, .kicker {
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 10px;
  }
  .section-title {
    margin-bottom: 18px;
  }
  .section-title p, .quality-heading p {
    font-size: 14px !important;
    line-height: 1.68 !important;
    color: var(--muted);
    margin: 0;
  }

  /* 1. Mobile Header */
  .header {
    height: 66px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding-inline: 0;
  }
  .header nav { display: none; }
  .brand {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 800;
    white-space: nowrap;
    min-width: 0;
    flex-shrink: 0;
  }
  .brand-mark {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    font-size: 16px;
    flex-shrink: 0;
  }
  .header > .button {
    justify-self: auto;
    min-height: 48px;
    min-width: 48px;
    padding: 10px 16px;
    font-size: 14px;
    white-space: nowrap;
    flex-shrink: 0;
  }

  /* 2. Hero */
  .hero {
    min-height: auto;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 8px;
    row-gap: 14px;
    padding-block: 18px 28px;
    align-items: center;
  }
  .hero-copy {
    display: contents;
  }
  .hero .kicker {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    font-size: 12.5px;
    white-space: nowrap;
  }
  .hero .bundle-badge {
    grid-column: 2;
    grid-row: 1;
    min-height: 28px;
    margin: 0;
    padding: 4px 9px;
    white-space: nowrap;
  }
  .hero h1 {
    grid-column: 1 / -1;
    grid-row: 2;
    margin: 0;
    max-width: 345px;
  }
  .hero-photo {
    grid-column: 1 / -1;
    grid-row: 3;
    width: 100%;
    height: 300px;
    border-radius: 20px;
  }
  .hero-photo img {
    object-position: center 72%;
  }
  .hero-copy > p {
    grid-column: 1 / -1;
    grid-row: 5;
    margin: 0;
    font-size: 14.5px !important;
    line-height: 1.65 !important;
    color: var(--muted);
    max-width: 100%;
  }
  .hero-offer {
    grid-column: 1 / -1;
    grid-row: 4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }
  .hero-offer > div {
    display: flex;
    align-items: baseline;
    gap: 6px;
    min-width: 0;
  }
  .hero-offer strong, .price strong {
    font-size: 38px;
    line-height: 1;
  }
  .hero-offer span, .price span {
    font-size: 15px;
    font-weight: 700;
  }
  .hero-offer .button {
    min-height: 48px;
    padding: 12px 18px;
    font-size: 14px;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .cta-text-full { display: none !important; }
  .cta-text-mobile { display: inline !important; }

  .hero-shipping-info {
    grid-column: 1 / -1;
    grid-row: 6;
    margin: -2px 0 0;
    color: var(--muted);
    font-size: 13px;
    font-weight: 600;
    text-align: start;
  }
  .hero-bundle-note {
    grid-column: 1 / -1;
    grid-row: 7;
    margin: -2px 0 0;
    color: var(--green-dark);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.55;
    text-align: start;
    max-width: none;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(220,236,231,.72);
  }
  .image-note {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 9px 12px;
    border-radius: 16px;
  }
  .image-note strong { font-size: 13.5px; }
  .image-note span { font-size: 12px !important; }

  /* 3. Proof Band (Target height ~225-245px) */
  .proof-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-block: 6px;
  }
  .proof-grid > div {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    padding: 10px 2px;
  }
  .proof-grid > div + div {
    border-top: 1px solid rgba(255,255,255,.2);
    border-right: 0;
  }
  .proof-grid strong {
    font-size: 14px;
    margin: 0;
  }
  .proof-grid span {
    font-size: 12px !important;
    line-height: 1.55 !important;
  }

  /* 4. Product Section: Problem & Benefits */
  .product-section {
    min-height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 16px;
    padding-block: 40px;
  }
  .product-section > .product-visual {
    grid-column: 1;
    grid-row: 2;
    border-radius: 18px;
  }
  .product-copy {
    grid-column: 1;
    grid-row: 1;
  }
  .product-details {
    grid-column: 1;
    grid-row: 3;
  }
  .product-visual img {
    height: 225px;
  }
  .caption {
    font-size: 12px !important;
    padding: 10px 14px;
  }
  .compact-blocks {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 14px;
  }
  .compact-block {
    padding: 16px;
    border-radius: 18px;
  }
  .compact-label {
    font-size: 12.5px;
    padding: 4px 10px;
    margin-bottom: 10px;
  }
  .compact-bullets {
    font-size: 14px !important;
    line-height: 1.65 !important;
    gap: 9px;
    padding-right: 16px;
  }
  .notices-container {
    display: grid;
    gap: 10px;
    margin-top: 10px;
  }
  .honest-note, .food-safety-note {
    font-size: 13px !important;
    line-height: 1.65 !important;
    padding: 14px 16px;
    border-radius: 16px;
  }

  /* 5. How To Use (3 Steps) */
  .how-to-use {
    padding-block: 40px;
  }
  .how-to-use h2 {
    line-height: 1.35;
    margin-bottom: 10px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .step-card {
    padding: 16px;
    display: grid;
    grid-template-columns: 36px 1fr;
    grid-template-rows: auto auto;
    column-gap: 12px;
    row-gap: 4px;
    align-items: start;
    box-shadow: 0 2px 10px rgba(15, 92, 74, 0.04);
    border-radius: 16px;
  }
  .step-number {
    grid-column: 1;
    grid-row: 1;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: var(--mint);
    color: var(--green-dark);
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .step-card strong {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    font-size: 17px;
    line-height: 1.35;
    margin-bottom: 0;
    color: var(--ink);
  }
  .step-card p {
    grid-column: 2;
    grid-row: 2;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: var(--muted) !important;
    line-height: 1.6 !important;
    margin: 2px 0 0;
  }

  /* 6. Catalog */
  .catalog-section {
    padding-block: 40px;
  }
  .catalog-section .section-title {
    margin-bottom: 22px;
  }
  .catalog-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(2, 180px);
    gap: 10px;
  }
  .catalog-main, .catalog-tall, .catalog-wide, .catalog-small { grid-column: auto; grid-row: auto; }
  .catalog-main img { object-position: center 68%; }
  .catalog-tall img { object-position: center 70%; }

  /* 7. Quality */
  .quality-section {
    padding-block: 40px;
  }
  .quality-heading {
    margin-bottom: 20px;
  }
  .quality-board {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 10px;
  }
  .quality-product {
    grid-column: 1 / -1;
    height: 210px;
    border-radius: 18px;
  }
  .quality-product img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .quality-item.large {
    grid-column: 1 / -1;
  }
  .quality-item:not(.large) {
    grid-column: span 1;
  }
  .quality-item {
    padding: 16px;
    border-radius: 18px;
  }
  .quality-item strong {
    font-size: 16px;
    margin-bottom: 6px;
    display: block;
  }
  .quality-item p {
    font-size: 13.5px !important;
    line-height: 1.6 !important;
    margin: 0;
  }
  .quality-cta-wrap {
    margin-top: 16px;
  }
  .quality-cta-wrap .button {
    min-height: 48px;
    width: 100%;
    font-size: 15px;
    white-space: nowrap;
  }

  /* Reviews (when rendered) */
  .reviews-section {
    padding-block: 40px;
  }
  .reviews-layout {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .video-review {
    height: 360px;
  }
  .quote-stack {
    gap: 10px;
  }
  .quote-card {
    padding: 18px 16px;
  }
  blockquote {
    margin-bottom: 12px;
    font-size: 14.5px;
    line-height: 1.65;
  }
  .quote-card > span {
    font-size: 13px !important;
  }

  /* 8. Order Section */
  .order-section {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 24px;
    padding-block: 42px;
  }
  .order-copy > p {
    font-size: 14.5px !important;
    line-height: 1.7 !important;
  }
  .order-section .price {
    margin-block: 16px;
    gap: 8px;
  }
  .order-features {
    gap: 8px;
    margin-bottom: 16px;
  }
  .order-features li {
    font-size: 14px;
    gap: 10px;
  }
  .food-safety-reminder {
    padding: 12px 14px;
    font-size: 12.5px;
    line-height: 1.6;
    border-radius: 14px;
  }
  .order-form {
    padding: 20px;
    border-radius: 20px;
  }
  .order-form h3 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
  .field-group {
    margin-bottom: 14px;
  }
  .field-group label {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 6px;
  }
  .input {
    min-height: 52px;
    font-size: 16px !important;
    padding: 12px 14px;
    border-radius: 16px;
  }
  .input.textarea {
    min-height: 84px;
  }
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .field-error {
    font-size: 12.5px;
    line-height: 1.55;
    margin-top: 4px;
  }

  /* Price Breakdown 3 Clean Rows */
  .price-breakdown {
    margin-top: 18px;
    padding: 16px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .breakdown-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: var(--muted);
  }
  .breakdown-row.total-row {
    padding-top: 10px;
    border-top: 1px solid rgba(15, 92, 74, 0.2);
    font-size: 16px;
    font-weight: 800;
    color: var(--green-dark);
  }
  .shipping-notice {
    font-size: 13px;
    text-align: end;
  }
  .shipping-confirmed {
    font-size: 14px;
  }

  /* Submit Button (Never wraps) */
  .button.full {
    min-height: 52px;
    font-size: 15.5px;
    white-space: nowrap;
    margin-top: 16px;
    padding: 12px 18px;
  }
  .btn-text-full { display: inline !important; }
  .btn-text-short { display: none !important; }

  /* 9. FAQ */
  .faq-section {
    padding-block: 42px 52px;
  }
  .faq-accordion {
    gap: 8px;
  }
  .faq-item {
    border-radius: 16px;
  }
  .faq-question {
    font-size: 15px;
    line-height: 1.45;
    padding: 14px 16px;
    min-height: 56px;
    gap: 10px;
  }
  .faq-icon {
    font-size: 22px;
    min-width: 24px;
    flex-shrink: 0;
    text-align: center;
  }
  .faq-answer {
    padding: 0 16px 14px;
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  /* 10. Footer */
  .footer {
    padding-block: 32px 20px;
  }
  .footer-content {
    flex-direction: column;
    gap: 22px;
  }
  .footer-main p {
    font-size: 13px;
    line-height: 1.65;
    margin-top: 10px;
  }
  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .footer-nav a {
    padding: 8px 0;
    min-height: 44px;
    width: 100%;
    font-size: 13.5px;
  }
  .footer-bottom {
    margin-top: 22px;
    padding-top: 14px;
    font-size: 12px;
  }

  /* Mobile Sticky Bar */
  .mobile-sticky-bar {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(251, 252, 251, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-top: 1px solid var(--line);
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
    z-index: 990;
    box-shadow: 0 -4px 20px rgba(15, 92, 74, 0.1);
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 180ms ease, opacity 180ms ease;
  }
  .mobile-sticky-bar.visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .sticky-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 354px;
    max-width: 100%;
    margin: 0 auto;
  }
  .sticky-price { display: flex; align-items: baseline; gap: 6px; }
  .sticky-price strong { font-size: 24px; color: var(--ink); line-height: 1; }
  .sticky-price span { font-size: 13px; font-weight: 700; color: var(--muted); }
  .sticky-cta {
    min-height: 48px;
    padding: 10px 20px;
    font-size: 14px;
    white-space: nowrap;
  }
}

/* ===================================================
   NARROW PHONES BREAKPOINT (<= 360px)
   =================================================== */
@media (max-width: 360px) {
  .wrap {
    width: calc(100% - 24px);
  }

  /* Narrow phone typography scale */
  h1 {
    font-size: 28px;
    line-height: 1.17;
    letter-spacing: -0.4px;
  }
  h2 {
    font-size: 22px;
    line-height: 1.28;
  }
  h3 {
    font-size: 18px;
    line-height: 1.35;
  }

  /* Header at <= 360px */
  .header {
    height: 64px;
    gap: 8px;
  }
  .brand {
    font-size: 14.5px;
    gap: 6px;
  }
  .brand-mark {
    width: 34px;
    height: 34px;
    font-size: 15px;
    border-radius: 10px;
  }
  .header > .button {
    font-size: 13px;
    padding-inline: 14px;
    min-height: 48px;
  }

  /* Hero at <= 360px */
  .hero {
    padding-block: 16px 24px;
    row-gap: 11px;
    column-gap: 6px;
  }
  .hero-photo {
    height: 270px;
  }
  .hero-offer {
    gap: 10px;
  }
  .hero-offer strong, .price strong {
    font-size: 34px;
  }
  .hero-offer .button {
    padding: 10px 14px;
    font-size: 13.5px;
  }
  .hero-bundle-note {
    padding: 9px 11px;
    font-size: 12.5px;
    line-height: 1.5;
  }

  /* Product Section */
  .product-section {
    padding-block: 36px;
  }
  .compact-block {
    padding: 14px;
  }
  .honest-note, .food-safety-note {
    padding: 12px 14px;
  }

  /* Steps */
  .how-to-use {
    padding-block: 36px;
  }
  .step-card {
    padding: 14px;
    column-gap: 10px;
  }
  .step-number {
    width: 34px;
    height: 34px;
    font-size: 15px;
  }
  .step-card strong {
    font-size: 16px;
  }

  /* Quality: return to 1 column at <= 360px */
  .quality-section {
    padding-block: 36px;
  }
  .quality-board {
    grid-template-columns: 1fr;
  }
  .quality-product {
    grid-column: 1;
    height: 220px;
  }
  .quality-item.large {
    grid-column: 1;
  }
  .quality-item:not(.large) {
    grid-column: 1;
  }
  .quality-item {
    padding: 14px;
  }

  /* Order Section */
  .order-section {
    padding-block: 36px;
  }
  .order-form {
    padding: 16px;
  }
  .order-form h3 {
    font-size: 20px;
  }
  .field-group {
    margin-bottom: 12px;
  }

  /* Submit button on narrow phones: switch to short single-line text */
  .btn-text-full { display: none !important; }
  .btn-text-short { display: inline !important; }
  .button.full {
    font-size: 15px;
    padding: 12px 16px;
  }

  /* FAQ */
  .faq-section {
    padding-block: 36px 44px;
  }
  .faq-question {
    padding: 12px 14px;
    font-size: 14.5px;
  }
}

@media (max-width: 340px) {
  #shipping-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
}
