@media (max-width: 1140px) {
  .ingredient-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showcase-grid,
  .ingredient-story {
    grid-template-columns: 1fr;
  }

  .gallery-main .image-frame {
    min-height: 540px;
  }
}

@media (max-width: 1024px) {
  :root {
    --header-height: 68px;
  }

  .header-nav,
  .desktop-only {
    display: none !important;
  }

  .mobile-menu-toggle {
    display: inline-flex;
  }

  .mobile-only {
    display: block;
  }

  .header-shell {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
  }

  .brand {
    justify-self: center;
  }

  .header-actions {
    gap: 8px;
  }

  .header-actions .btn {
    display: none;
  }

  .hero-grid,
  .page-hero-grid,
  .split-section,
  .review-shell,
  .contact-grid,
  .product-layout,
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .hero-media {
    order: 2;
  }

  .hero-copy {
    order: 1;
  }

  .hero-media.desktop-only {
    display: none !important;
  }

  .trust-strip-grid,
  .grid-4,
  .process-grid,
  .standard-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-5 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .review-grid,
  .pack-grid,
  .inside-pack-grid,
  .policy-grid {
    grid-template-columns: 1fr;
  }

  .final-cta,
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid > :first-child {
    grid-column: 1 / -1;
  }

  .gallery-shell {
    grid-template-columns: 1fr;
  }

  .gallery-thumbs {
    grid-template-columns: repeat(8, minmax(74px, 1fr));
    overflow-x: auto;
  }

  .gallery-thumb {
    width: 100%;
    min-width: 74px;
  }

  .buy-box,
  .checkout-summary {
    position: static;
  }

  .sticky-purchase-bar {
    display: block;
  }

  .checkout-summary-column {
    order: 1;
  }

  .checkout-form-column {
    order: 2;
  }
}

@media (max-width: 768px) {
  .inside-pack-grid {
    grid-template-columns: 1fr !important;
  }

  .inside-pack-cta .btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 58px 0;
  }

  .hero {
    padding-top: 28px;
  }

  .hero-copy h1,
  .page-title {
    font-size: clamp(2.4rem, 10vw, 3.2rem);
  }

  .hero-copy p,
  .page-lead {
    font-size: 1rem;
  }

  .hero-media .image-frame {
    min-height: 420px;
  }

  .hero-floating-card {
    right: 8px;
  }

  .hero-floating-card.secondary {
    left: 8px;
  }

  .grid-3,
  .trust-strip-grid,
  .grid-5,
  .ingredient-cards,
  .steps-grid,
  .buy-reassurance,
  .contact-cards,
  .field-grid,
  .tracker,
  .sticky-purchase-inner {
    grid-template-columns: 1fr;
  }

  .section-head {
    margin-bottom: 32px;
  }

  .contact-form,
  .checkout-form,
  .checkout-summary,
  .success-card,
  .buy-box,
  .drawer-head,
  .drawer-body,
  .drawer-foot {
    padding-left: 20px;
    padding-right: 20px;
  }

  .final-cta,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .gallery-main .image-frame {
    min-height: 430px;
  }

  .product-layout {
    padding-top: 22px;
  }

  .buy-pack-grid {
    grid-template-columns: 1fr;
  }

  .pack-cta .btn,
  .buy-actions .btn {
    width: 100%;
  }

  .sticky-purchase-inner .btn {
    width: 100%;
  }

  .checkout-header-inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
  }

  .order-number-row,
  .detail-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .detail-row span:last-child {
    text-align: left;
  }
}

@media (max-width: 520px) {
  .container,
  .success-wrap {
    width: min(100% - 24px, var(--max-width));
  }

  .hero-media .image-frame,
  .page-hero .image-frame {
    min-height: 320px;
  }

  .hero-actions,
  .final-actions,
  .success-actions {
    flex-direction: column;
  }

  .hero-actions .btn,
  .final-actions .btn,
  .success-actions .btn,
  .menu-support .btn {
    width: 100%;
  }

  .hero-trust,
  .final-meta {
    display: grid;
  }

  .trust-strip-item {
    min-height: auto;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .drawer-panel {
    width: 100vw;
  }

  .gallery-main .image-frame {
    min-height: 340px;
  }

  .toast {
    width: calc(100% - 24px);
    justify-content: center;
  }
}

@media (max-width: 1024px) {
  .hero-grid {
    min-height: auto;
  }

  .hero-inline-media .image-frame {
    min-height: 420px;
    padding: 18px;
  }

  .hero-media::before,
  .hero-media::after {
    display: none;
  }

  .trust-strip {
    margin-top: -10px;
  }

  .trust-strip .container {
    padding: 18px 16px;
    border-radius: 24px;
  }

  .trust-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .hero .price-current {
    font-size: 26px;
    font-weight: 600;
  }

  .site-header {
    top: 34px;
  }

  .header-shell {
    min-height: 72px;
  }

  .brand-copy strong {
    font-size: 1.1rem;
  }

  .hero {
    padding-top: 24px;
  }

  .page-title {
    font-size: clamp(3rem, 12vw, 4.1rem);
  }

  .hero-copy p,
  .page-lead {
    font-size: 0.98rem;
  }

  .hero-inline-media .image-frame,
  .hero-media .image-frame,
  .page-hero .image-frame {
    min-height: 340px;
  }

  .hero-inline-media::before {
    inset: 10px 4px 46px;
  }

  .hero-inline-media::after {
    left: 9%;
    right: 9%;
    height: 74px;
  }

  .hero-actions .btn,
  .final-actions .btn,
  .success-actions .btn {
    width: 100%;
  }

  .trust-strip-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip-item {
    min-height: auto;
  }

  .gallery-main .image-frame {
    min-height: 360px;
  }

  .sticky-purchase-inner {
    grid-template-columns: 1fr;
  }

  .sticky-purchase-inner .btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .page-title {
    font-size: clamp(3rem, 14vw, 3.6rem);
  }

  .hero-inline-media .image-frame,
  .gallery-main .image-frame {
    min-height: 300px;
  }

  .hero-inline-media::after {
    height: 64px;
  }

  .buy-box,
  .checkout-form,
  .checkout-summary,
  .success-card,
  .contact-form {
    border-radius: 20px;
  }
}

@media (max-width: 991px) {
  body[data-page="home"] section {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  body[data-page="home"] .section-head {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  body[data-page="home"] section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  body[data-page="home"] .trust-strip {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  body[data-page="home"] .section-head {
    margin-bottom: 20px;
  }

  body[data-page="home"] .section-head h2,
  body[data-page="home"] .split-copy h2,
  body[data-page="home"] .display-title,
  body[data-page="home"] .final-cta h2 {
    font-size: clamp(28px, 8vw, 38px);
    line-height: 1.1;
  }

  body[data-page="home"] .grid-3,
  body[data-page="home"] .grid-4,
  body[data-page="home"] .standard-grid,
  body[data-page="home"] .review-grid,
  body[data-page="home"] .pack-grid,
  body[data-page="home"] .ingredient-cards,
  body[data-page="home"] .steps-grid,
  body[data-page="home"] .faq-list {
    gap: 16px;
  }

  body[data-page="home"] .card,
  body[data-page="home"] .panel,
  body[data-page="home"] .card .card-body,
  body[data-page="home"] .benefit-card .card-body,
  body[data-page="home"] .issue-card .card-body,
  body[data-page="home"] .ingredient-card,
  body[data-page="home"] .review-card,
  body[data-page="home"] .pack-card,
  body[data-page="home"] .step-card,
  body[data-page="home"] .value-card,
  body[data-page="home"] .policy-card,
  body[data-page="home"] .contact-card,
  body[data-page="home"] .rating-card {
    padding: 18px;
  }

}

@media (max-width: 1100px) {
  body[data-page="home"] .ingredients-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  body[data-page="home"] .ingredient-flip-card,
  body[data-page="home"] .ingredient-flip-card__button,
  body[data-page="home"] .ingredient-flip-card__inner,
  body[data-page="home"] .ingredient-flip-card__face,
  body[data-page="home"] .ingredient-flip-card__back-content {
    min-height: 375px;
  }

  body[data-page="home"] .ingredient-flip-card__media {
    height: 220px;
  }
}

@media (max-width: 991px) {
  body[data-page="product"] main > section,
  body[data-page="product"] .product-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  body[data-page="product"] .price-current,
  body[data-page="product"] [data-product-field="priceFormatted"] {
    font-size: 32px;
    font-weight: 600;
  }

  body[data-page="product"] .product-ingredients-tab__title {
    font-size: clamp(30px, 4vw, 42px);
  }
}

@media (max-width: 767px) {
  body[data-page="product"] main > section,
  body[data-page="product"] .product-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  body[data-page="product"] .product-layout {
    gap: 24px;
    padding-top: 18px;
  }

  body[data-page="product"] .split-section,
  body[data-page="product"] .ingredient-story,
  body[data-page="product"] .final-cta {
    gap: 20px;
  }

  body[data-page="product"] .buy-box {
    padding: 20px;
  }

  body[data-page="product"] .section-head {
    margin-bottom: 20px;
  }

  body[data-page="product"] .section-head h2,
  body[data-page="product"] .split-copy h2,
  body[data-page="product"] .final-cta h2,
  body[data-page="product"] .section-title,
  body[data-page="product"] .section-heading,
  body[data-page="product"] .product-section h2 {
    font-size: clamp(28px, 8vw, 38px);
    line-height: 1.1;
  }

  body[data-page="product"] .price-current,
  body[data-page="product"] [data-product-field="priceFormatted"] {
    font-size: 27px;
    font-weight: 600;
  }

  body[data-page="product"] .grid-4,
  body[data-page="product"] .ingredient-cards,
  body[data-page="product"] .steps-grid,
  body[data-page="product"] .review-grid,
  body[data-page="product"] .faq-list,
  body[data-page="product"] .buy-reassurance {
    gap: 16px;
  }

  body[data-page="product"] .ingredient-card,
  body[data-page="product"] .step-card,
  body[data-page="product"] .review-card,
  body[data-page="product"] .card .card-body {
    padding: 18px;
  }

  body[data-page="product"] .product-tab-panel {
    padding-top: 30px;
    padding-bottom: 38px;
  }
}

@media (max-width: 1100px) {
  body[data-page="product"] .product-ingredients-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  body[data-page="product"] .product-ingredient-card,
  body[data-page="product"] .product-ingredient-card__button,
  body[data-page="product"] .product-ingredient-card__inner,
  body[data-page="product"] .product-ingredient-card__face,
  body[data-page="product"] .product-ingredient-card__back-content {
    min-height: 360px;
  }

  body[data-page="product"] .product-ingredient-card__media {
    height: 210px;
  }
}

@media (max-width: 640px) {
  body[data-page="product"] .product-ingredients-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-top: 20px;
  }

  body[data-page="product"] .product-ingredient-card,
  body[data-page="product"] .product-ingredient-card__button,
  body[data-page="product"] .product-ingredient-card__inner,
  body[data-page="product"] .product-ingredient-card__face,
  body[data-page="product"] .product-ingredient-card__back-content {
    min-height: 350px;
  }

  body[data-page="product"] .product-ingredient-card__media {
    height: 200px;
    padding: 13px;
  }

  body[data-page="product"] .product-ingredient-card__front-content {
    padding: 17px;
  }

  body[data-page="product"] .product-ingredient-card__back-content {
    padding: 21px 19px;
  }

  body[data-page="product"] .product-ingredient-card__name,
  body[data-page="product"] .product-ingredient-card__back-title {
    font-size: 18px;
  }

  body[data-page="product"] .product-ingredient-card__benefits li {
    font-size: 14px;
    line-height: 1.45;
  }
}

@media (max-width: 991px) {
  body[data-page="home"] .ingredients-section {
    padding-top: 50px;
    padding-bottom: 54px;
  }
}

@media (max-width: 767px) {
  body[data-page="home"] .ingredients-section {
    padding-top: 38px;
    padding-bottom: 42px;
  }

  body[data-page="home"] .ingredients-section .section-header {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  body[data-page="home"] .ingredients-card-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 22px;
  }

  body[data-page="home"] .ingredient-flip-card,
  body[data-page="home"] .ingredient-flip-card__button,
  body[data-page="home"] .ingredient-flip-card__inner,
  body[data-page="home"] .ingredient-flip-card__face,
  body[data-page="home"] .ingredient-flip-card__back-content {
    min-height: 360px;
  }

  body[data-page="home"] .ingredient-flip-card__media {
    height: 205px;
    padding: 14px;
  }

  body[data-page="home"] .ingredient-flip-card__front-content {
    padding: 18px;
  }

  body[data-page="home"] .ingredient-flip-card__back-content {
    padding: 22px 20px;
  }

  body[data-page="home"] .ingredient-flip-card__name,
  body[data-page="home"] .ingredient-flip-card__back-title {
    font-size: 19px;
  }

  body[data-page="home"] .ingredient-flip-card__benefits li {
    font-size: 14px;
    line-height: 1.45;
  }
}

@media (max-width: 991px) {
  body[data-page="about"] main > section,
  body[data-page="about"] .about-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  body[data-page="about"] .page-hero,
  body[data-page="about"] .about-hero {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  body[data-page="about"] .page-hero-grid,
  body[data-page="about"] .split-layout,
  body[data-page="about"] .about-split,
  body[data-page="about"] .split-section {
    gap: 28px;
  }
}

@media (max-width: 767px) {
  body[data-page="about"] main > section,
  body[data-page="about"] .about-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  body[data-page="about"] .page-hero,
  body[data-page="about"] .about-hero {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  body[data-page="about"] .about-hero h1,
  body[data-page="about"] .page-hero h1,
  body[data-page="about"] .hero-title,
  body[data-page="about"] .page-title {
    font-size: clamp(34px, 9vw, 46px);
    line-height: 1.08;
    margin-bottom: 14px;
  }

  body[data-page="about"] .section-title,
  body[data-page="about"] .section-heading,
  body[data-page="about"] h2 {
    font-size: clamp(27px, 8vw, 38px);
    line-height: 1.1;
  }

  body[data-page="about"] .section-head,
  body[data-page="about"] .section-header {
    margin-bottom: 20px;
  }

  body[data-page="about"] .split-layout,
  body[data-page="about"] .about-split,
  body[data-page="about"] .split-section {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  body[data-page="about"] .grid-4,
  body[data-page="about"] .grid-5,
  body[data-page="about"] .values-grid,
  body[data-page="about"] .process-grid,
  body[data-page="about"] .quality-process {
    gap: 14px;
  }

  body[data-page="about"] .value-card,
  body[data-page="about"] .process-card,
  body[data-page="about"] .process-step {
    padding: 18px;
  }

  body[data-page="about"] .final-cta {
    padding-top: 38px;
    padding-bottom: 38px;
  }
}

@media (max-width: 991px) {
  body[data-page="contact"] main > section,
  body[data-page="contact"] .contact-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  body[data-page="contact"] .contact-hero,
  body[data-page="contact"] .page-hero {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  body[data-page="contact"] .contact-layout,
  body[data-page="contact"] .contact-grid {
    gap: 26px;
  }
}

@media (max-width: 767px) {
  body[data-page="contact"] main > section,
  body[data-page="contact"] .contact-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  body[data-page="contact"] .contact-hero,
  body[data-page="contact"] .page-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  body[data-page="contact"] .contact-hero h1,
  body[data-page="contact"] .page-hero h1,
  body[data-page="contact"] .hero-title,
  body[data-page="contact"] .page-title {
    font-size: clamp(32px, 9vw, 44px);
    line-height: 1.08;
    margin-bottom: 13px;
  }

  body[data-page="contact"] .contact-hero p,
  body[data-page="contact"] .page-hero p {
    font-size: 15px;
    line-height: 1.55;
  }

  body[data-page="contact"] .section-title,
  body[data-page="contact"] .section-heading,
  body[data-page="contact"] h2 {
    font-size: clamp(26px, 8vw, 36px);
    line-height: 1.1;
  }

  body[data-page="contact"] .contact-layout,
  body[data-page="contact"] .contact-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  body[data-page="contact"] .contact-cards,
  body[data-page="contact"] .support-cards,
  body[data-page="contact"] .policy-grid {
    gap: 13px;
  }

  body[data-page="contact"] .contact-card,
  body[data-page="contact"] .support-card,
  body[data-page="contact"] .policy-card {
    padding: 17px;
  }

  body[data-page="contact"] .contact-form,
  body[data-page="contact"] .contact-form-card,
  body[data-page="contact"] .form-card {
    padding: 20px;
  }

  body[data-page="contact"] .form-grid,
  body[data-page="contact"] .field-grid,
  body[data-page="contact"] .contact-form {
    gap: 14px;
  }

  body[data-page="contact"] input,
  body[data-page="contact"] select,
  body[data-page="contact"] textarea {
    min-height: 46px;
    padding: 11px 13px;
  }

  body[data-page="contact"] textarea {
    min-height: 115px;
  }

  body[data-page="contact"] .contact-form button[type="submit"],
  body[data-page="contact"] .contact-submit,
  body[data-page="contact"] [data-contact-submit] {
    width: 100%;
    min-height: 48px;
  }

  body[data-page="contact"] .section-header,
  body[data-page="contact"] .section-head {
    margin-bottom: 18px;
  }

body[data-page="contact"] a[data-whatsapp-link].btn,
  body[data-page="contact"] a[href="index.html#faq"] {
    margin-top: 12px !important;
  }
}

/* ============================================================
   Mobile-only QA hardening
   Desktop rules intentionally untouched.
   ============================================================ */
@media (max-width: 768px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  *,
  *::before,
  *::after {
    min-width: 0;
  }

  img,
  svg,
  video,
  canvas {
    max-width: 100%;
  }

  .container {
    width: min(100% - 24px, var(--max-width));
  }

  .announcement-bar {
    min-height: 34px;
    padding-inline: 10px;
  }

  .announce-track {
    gap: 8px;
    font-size: 11px;
    text-align: center;
  }

  .site-header {
    top: 34px;
  }

  .header-shell {
    grid-template-columns: 44px minmax(0, 1fr) auto;
    gap: 8px;
    min-height: 64px;
  }

  .mobile-menu-toggle,
  .header-actions .icon-btn,
  .drawer-head .icon-btn,
  .menu-head .icon-btn {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
  }

  .brand {
    justify-self: center;
    max-width: 190px;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
  }

  .brand-mark svg {
    width: 29px;
    height: 29px;
  }

  .brand-copy strong {
    font-size: 1rem;
    white-space: nowrap;
  }

  .brand-copy span {
    font-size: 0.56rem;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }

  .header-actions {
    gap: 6px;
  }

  .mobile-menu-toggle {
    display: inline-flex !important;
  }

  .menu-panel {
    width: min(88vw, 340px);
    max-width: calc(100vw - 28px);
    padding: 20px;
  }

  .menu-links a {
    min-height: 50px;
    font-size: 1.12rem;
  }

  .menu-support .btn {
    min-height: 48px;
  }

  .section,
  body[data-page="home"] section,
  body[data-page="product"] main > section,
  body[data-page="product"] .product-section,
  body[data-page="contact"] main > section,
  body[data-page="contact"] .contact-section {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .section-head,
  .section-header {
    margin-bottom: 18px;
  }

  .hero-grid,
  .page-hero-grid,
  .split-section,
  .review-shell,
  .contact-grid,
  .contact-layout,
  .product-layout,
  .checkout-layout {
    grid-template-columns: 1fr !important;
    gap: 22px;
  }

  .hero-copy,
  .page-hero .hero-copy,
  .split-copy {
    text-align: center;
  }

  .hero-title,
  .hero-copy h1,
  .page-title,
  .success-title {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  body[data-page="home"] .hero-title,
  body[data-page="home"] .hero-copy h1 {
    font-size: clamp(2.85rem, 14vw, 4rem);
    line-height: 0.94;
  }

  body[data-page="product"] .page-title,
  body[data-page="product"] .product-title,
  body[data-page="product"] h1 {
    font-size: clamp(2.05rem, 9vw, 3rem);
    line-height: 1.04;
  }

  .hero-copy p,
  .page-lead,
  .section-head p,
  .section-header p,
  .split-copy p {
    font-size: 0.95rem;
    line-height: 1.55;
  }

  .hero-actions,
  .final-actions,
  .buy-actions,
  .pack-cta,
  .inside-pack-cta,
  .success-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-actions .btn,
  .final-actions .btn,
  .buy-actions .btn,
  .pack-cta .btn,
  .inside-pack-cta .btn,
  .success-actions .btn,
  [data-place-order] {
    width: 100%;
    min-height: 48px;
  }

  .hero-inline-media .image-frame,
  .hero-media .image-frame,
  .page-hero .image-frame,
  .gallery-main .image-frame {
    min-height: auto !important;
    aspect-ratio: 1 / 1;
  }

  .image-frame img,
  .hero-media img,
  .product-gallery img,
  .gallery-main img,
  .gallery-thumb img,
  .checkout-line-item img,
  .cart-line-item img {
    max-width: 100%;
    object-position: center;
  }

  .trust-strip {
    margin-top: 0;
  }

  .trust-strip .container {
    padding: 14px;
    border-radius: 18px;
  }

  .trust-strip-grid,
  .grid-3,
  .grid-4,
  .grid-5,
  .review-grid,
  .pack-grid,
  .inside-pack-grid,
  .policy-grid,
  .steps-grid,
  .ingredient-cards,
  .ingredients-card-grid,
  .product-ingredients-grid,
  .footer-grid,
  .tracker {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  .card,
  .panel,
  .buy-box,
  .checkout-form,
  .checkout-summary,
  .success-card,
  .contact-form,
  .contact-form-card,
  .form-card,
  .review-card,
  .faq-item,
  .cart-item {
    max-width: 100%;
  }

  .faq-toggle {
    align-items: flex-start;
    gap: 12px;
    min-height: 50px;
    text-align: left;
  }

  .faq-toggle span,
  .faq-answer,
  .review-card,
  .support-pill,
  .pack-trust-line {
    overflow-wrap: anywhere;
  }

  .site-footer {
    padding-top: 38px;
  }

  .footer-grid {
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }

  /* Product page mobile */
  body[data-page="product"] .gallery-shell {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  body[data-page="product"] .gallery-thumbs {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 72px;
    grid-template-columns: none !important;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
  }

  body[data-page="product"] .gallery-thumb {
    width: 72px;
    min-width: 72px;
    min-height: 72px;
    scroll-snap-align: start;
  }

  body[data-page="product"] .gallery-thumb .image-frame {
    width: 100%;
    height: 72px;
    min-height: 72px;
  }

  body[data-page="product"] .gallery-main .image-frame {
    max-height: 430px;
  }

  body[data-page="product"] .buy-pack-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  body[data-page="product"] .buy-pack {
    min-height: auto;
    padding: 16px;
  }

  body[data-page="product"] .buy-pack-select {
    margin-top: 12px;
  }

  .qty-row,
  .cart-qty {
    grid-template-columns: 40px minmax(42px, auto) 40px !important;
  }

  .qty-row button,
  .cart-qty button {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px;
  }

  .benefit-list li,
  .buy-reassurance div {
    align-items: flex-start;
  }

  .sticky-purchase-bar {
    display: block;
  }

  .sticky-purchase-inner {
    grid-template-columns: 1fr !important;
    gap: 8px;
  }

  /* Cart drawer mobile */
  .drawer-panel {
    width: 100dvw !important;
    max-width: 100dvw;
  }

  .drawer-head,
  .drawer-body,
  .drawer-foot {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .drawer-body {
    min-height: 0;
  }

  .cart-item {
    grid-template-columns: 72px minmax(0, 1fr) !important;
    gap: 12px;
  }

  .cart-item .image-frame {
    width: 72px !important;
    height: 72px !important;
    min-height: 72px !important;
  }

  .cart-item-actions {
    align-items: flex-start;
  }

  .remove-link {
    min-height: 40px;
  }

  .drawer-foot .summary-row,
  .checkout-summary .summary-row {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  .drawer-links .btn {
    width: 100%;
  }

  /* Checkout mobile */
  body[data-page="checkout"] .checkout-header {
    top: 30px;
  }

  body[data-page="checkout"] .checkout-header-inner {
    grid-template-columns: minmax(118px, 1fr) auto auto !important;
    min-height: 58px;
    gap: 8px;
    padding: 8px 0;
  }

  body[data-page="checkout"] .checkout-header-status,
  body[data-page="checkout"] .back-link {
    white-space: nowrap;
  }

  body[data-page="checkout"] .checkout-header-status {
    font-size: 0.74rem;
  }

  body[data-page="checkout"] .back-link {
    min-height: 34px;
    padding: 0 9px;
    font-size: 0.72rem;
  }

  body[data-page="checkout"] .checkout-section {
    padding: 18px 0 38px;
  }

  body[data-page="checkout"] .checkout-summary-column {
    order: 1 !important;
  }

  body[data-page="checkout"] .checkout-form-column {
    order: 2 !important;
  }

  body[data-page="checkout"] .checkout-form,
  body[data-page="checkout"] .checkout-summary {
    padding: 18px;
    border-radius: 16px;
  }

  body[data-page="checkout"] .field-grid {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  body[data-page="checkout"] .field input,
  body[data-page="checkout"] .field select,
  body[data-page="checkout"] .field textarea,
  body[data-page="contact"] input,
  body[data-page="contact"] select,
  body[data-page="contact"] textarea {
    width: 100%;
    min-height: 46px;
    font-size: 16px;
  }

  body[data-page="checkout"] .checkout-line-item {
    grid-template-columns: 58px minmax(0, 1fr) !important;
    gap: 10px;
  }

  body[data-page="checkout"] .checkout-line-item strong {
    grid-column: 2;
    justify-self: start;
    margin-top: 4px;
  }

  body[data-page="checkout"] .checkout-trust-badges {
    gap: 7px;
  }

  body[data-page="checkout"] .checkbox-row {
    align-items: flex-start;
  }

  /* Success mobile */
  body[data-page="success"] .success-page {
    padding: 24px 0 40px !important;
  }

  body[data-page="success"] .success-wrap {
    width: min(100% - 24px, 900px) !important;
  }

  body[data-page="success"] .success-title {
    font-size: clamp(1.9rem, 8vw, 2.45rem);
  }

  body[data-page="success"] .success-card {
    width: 100%;
    padding: 18px;
    border-radius: 16px;
  }

  body[data-page="success"] .success-card-head,
  body[data-page="success"] .order-number-row {
    grid-template-columns: 1fr !important;
  }

  body[data-page="success"] .success-card-head {
    display: grid;
    gap: 6px;
  }

  body[data-page="success"] .detail-row {
    display: grid !important;
    grid-template-columns: minmax(108px, 0.72fr) minmax(0, 1fr) !important;
    gap: 12px;
  }

  body[data-page="success"] .detail-row span:last-child {
    text-align: right !important;
  }

  body[data-page="success"] .detail-row.address-row {
    grid-template-columns: 1fr !important;
  }

  body[data-page="success"] .detail-row.address-row span:last-child {
    text-align: left !important;
  }

  body[data-page="success"] .tracker-step {
    min-height: auto;
  }

  body[data-page="success"] .success-actions {
    grid-template-columns: 1fr !important;
  }

  body[data-page="success"] .reminder-box {
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 430px) {
  .container {
    width: min(100% - 20px, var(--max-width));
  }

  .header-shell {
    grid-template-columns: 44px minmax(0, 1fr) 44px;
  }

  .brand {
    max-width: 168px;
    gap: 8px;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .brand-mark svg {
    width: 26px;
    height: 26px;
  }

  .brand-copy strong {
    font-size: 0.94rem;
  }

  .brand-copy span {
    font-size: 0.5rem;
    letter-spacing: 0.09em;
  }

  .section,
  body[data-page="home"] section,
  body[data-page="product"] main > section,
  body[data-page="product"] .product-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  body[data-page="home"] .hero-title,
  body[data-page="home"] .hero-copy h1 {
    font-size: clamp(2.55rem, 13.4vw, 3.55rem);
    letter-spacing: -0.015em;
  }

  .section-head h2,
  .section-header h2,
  .split-copy h2,
  .display-title,
  .page-title {
    font-size: clamp(1.85rem, 8vw, 2.5rem) !important;
  }

  .card,
  .panel,
  .buy-box,
  .checkout-form,
  .checkout-summary,
  .success-card,
  .contact-form,
  .contact-form-card,
  .form-card {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .cart-item {
    grid-template-columns: 68px minmax(0, 1fr) !important;
  }

  .cart-item .image-frame {
    width: 68px !important;
    height: 68px !important;
    min-height: 68px !important;
  }

  .drawer-foot .summary-row strong,
  body[data-page="checkout"] .checkout-summary .summary-row strong {
    min-width: 86px;
  }

  body[data-page="checkout"] .checkout-header-inner {
    grid-template-columns: minmax(104px, 1fr) auto auto !important;
  }

  body[data-page="checkout"] .checkout-header-status {
    font-size: 0.68rem;
  }

  body[data-page="checkout"] .back-link {
    padding-inline: 7px;
    font-size: 0.68rem;
  }
}

@media (max-width: 375px) {
  .container,
  body[data-page="success"] .success-wrap {
    width: min(100% - 18px, var(--max-width)) !important;
  }

  .brand {
    max-width: 150px;
  }

  .brand-copy strong {
    font-size: 0.86rem;
  }

  .brand-copy span {
    font-size: 0.46rem;
  }

  .mobile-menu-toggle,
  .header-actions .icon-btn {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  body[data-page="home"] .hero-title,
  body[data-page="home"] .hero-copy h1 {
    font-size: clamp(2.35rem, 13vw, 3.25rem);
  }

  .trust-strip .container,
  body[data-page="checkout"] .checkout-form,
  body[data-page="checkout"] .checkout-summary,
  body[data-page="success"] .success-card {
    padding: 15px !important;
  }

  .cart-item {
    grid-template-columns: 62px minmax(0, 1fr) !important;
  }

  .cart-item .image-frame {
    width: 62px !important;
    height: 62px !important;
    min-height: 62px !important;
  }

  .qty-row,
  .cart-qty {
    grid-template-columns: 38px minmax(40px, auto) 38px !important;
  }

  .qty-row button,
  .cart-qty button {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px;
  }
}
