/* ================================================================
   Parsana Mobile Styles — dedicated mobile layouts (< 768px)
   Used by Mobile* component variants loaded via useIsMobile()
================================================================ */

/* ── Shared mobile utils ── */
.m-page { overflow-x: hidden; }

/* ── Mobile Nav overrides ── */
@media (max-width: 767px) {
  .nav { height: 56px; }
  .nav__logo { height: 28px; }
}

/* ================================================================
   MOBILE HOME PAGE
================================================================ */

/* Hero */
.m-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  padding-bottom: 48px;
}
.m-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
}
.m-hero__veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0.25) 50%, rgba(0,0,0,0.1) 100%);
}
.m-hero__content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
  width: 100%;
}
.m-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin-bottom: 14px;
}
.m-hero__eyebrow .dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--c-orange, #e84e1b);
}
.m-hero__headline {
  font-family: var(--f-display, "Clash Display", sans-serif);
  font-size: clamp(36px, 10vw, 52px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 14px;
}
.m-hero__sub {
  font-size: 14px;
  color: rgba(255,255,255,0.72);
  line-height: 1.6;
  margin: 0 0 28px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.m-hero__ctas {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 280px;
  margin: 0 auto 20px;
}
.m-hero__ctas .btn {
  width: 100%;
  justify-content: center;
  padding: 14px 20px;
  font-size: 14px;
}
.m-hero__proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255,255,255,0.65);
}
.m-hero__proof .stars { color: #f59e0b; font-size: 13px; }

/* Trust strip — horizontal scroll */
.m-trust {
  background: var(--c-ink, #0b0b0b);
  padding: 20px 0;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.m-trust::-webkit-scrollbar { display: none; }
.m-trust__row {
  display: flex;
  gap: 0;
  width: max-content;
  padding: 0 16px;
}
.m-trust__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 20px;
  border-right: 1px solid rgba(255,255,255,0.08);
  min-width: 88px;
}
.m-trust__item:last-child { border-right: none; }
.m-trust__icon { width: 20px; height: 20px; color: var(--c-orange, #e84e1b); margin-bottom: 4px; }
.m-trust__num { font-family: var(--f-display, sans-serif); font-size: 14px; font-weight: 600; color: #fff; line-height: 1; }
.m-trust__label { font-size: 9px; color: rgba(255,255,255,0.45); margin-top: 2px; text-align: center; letter-spacing: 0.04em; }

/* Mobile product spotlight (moved up for conversion) */
.m-product-spot {
  background: var(--c-black, #0b0b0b);
  padding: 56px 24px 48px;
  text-align: center;
}
.m-product-spot__eyebrow {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-orange, #e84e1b);
  margin-bottom: 12px;
  display: block;
}
.m-product-spot__title {
  font-family: var(--f-display, sans-serif);
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.022em;
  margin: 0 0 8px;
  line-height: 1.1;
}
.m-product-spot__title em { color: var(--c-orange, #e84e1b); font-style: normal; }
.m-product-spot__sub {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin: 0 0 24px;
  line-height: 1.55;
}
.m-product-spot__img {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  margin: 0 auto 24px;
  display: block;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
}
.m-product-spot__specs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 28px;
}
.m-product-spot__spec {
  background: rgba(255,255,255,0.06);
  border-radius: 8px;
  padding: 10px 6px;
  text-align: center;
}
.m-product-spot__spec-k {
  font-size: 9px;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 3px;
}
.m-product-spot__spec-v {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}
.m-product-spot__cta {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.m-product-spot__cta .btn {
  flex: 1;
  max-width: 200px;
  justify-content: center;
  padding: 13px 16px;
  font-size: 14px;
}
.m-product-spot__perks {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 16px;
  font-size: 11px;
  color: rgba(255,255,255,0.45);
}
.m-product-spot__perks span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.m-product-spot__perks svg { width: 13px; height: 13px; }

/* Why Parsana mobile */
.m-why {
  background: var(--c-white, #fff);
  padding: 52px 24px;
}
.m-why__head {
  text-align: center;
  margin-bottom: 28px;
}
.m-section-eyebrow {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-orange, #e84e1b);
  margin-bottom: 10px;
}
.m-section-title {
  font-family: var(--f-display, sans-serif);
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.022em;
  line-height: 1.1;
  margin: 0;
}
.m-section-title em { color: var(--c-orange, #e84e1b); font-style: normal; }
.m-why__cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.m-why__card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #f8f8f8;
  border-radius: 14px;
  padding: 18px 16px;
  border-left: 3px solid var(--c-orange, #e84e1b);
}
.m-why__card-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: rgba(232,78,27,0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-orange, #e84e1b);
}
.m-why__card-icon svg { width: 18px; height: 18px; }
.m-why__card-body { flex: 1; }
.m-why__card-num {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: rgba(0,0,0,0.3);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.m-why__card h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px;
  line-height: 1.3;
}
.m-why__card p {
  font-size: 12.5px;
  color: rgba(0,0,0,0.55);
  line-height: 1.55;
  margin: 0;
}

/* Certifications mobile */
.m-certs {
  background: var(--c-ink, #0b0b0b);
  padding: 36px 24px;
}
.m-certs__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.m-cert-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,0.06);
  border-radius: 12px;
  padding: 14px 12px;
  border: 1px solid rgba(255,255,255,0.08);
}
.m-cert-badge__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  color: var(--c-orange, #e84e1b);
}
.m-cert-badge__icon svg { width: 100%; height: 100%; }
.m-cert-badge__label {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.m-cert-badge__sub {
  font-size: 10px;
  color: rgba(255,255,255,0.4);
  display: block;
}

/* Locks/Unlocks carousel — mobile same structure, full-width cards */
.m-carousel-section {
  background: var(--c-black, #0b0b0b);
  padding: 52px 0;
  overflow: hidden;
}
.m-carousel-section--light {
  background: var(--c-white, #fff);
}
.m-carousel-section__head {
  padding: 0 24px;
  margin-bottom: 24px;
  text-align: center;
}
.m-carousel-section__head .m-section-title {
  color: #fff;
}
.m-carousel-section--light .m-carousel-section__head .m-section-title {
  color: var(--c-black, #0b0b0b);
}
.m-carousel-section__sub {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin-top: 8px;
  line-height: 1.55;
}
.m-carousel-section--light .m-carousel-section__sub {
  color: rgba(0,0,0,0.55);
}
.m-carousel {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0 24px 16px;
  scrollbar-width: none;
}
.m-carousel::-webkit-scrollbar { display: none; }
.m-carousel__card {
  flex: 0 0 78vw;
  scroll-snap-align: start;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}
.m-carousel-section--light .m-carousel__card {
  background: #f5f5f5;
  border-color: rgba(0,0,0,0.06);
}
.m-carousel__card-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}
.m-carousel__card-body {
  padding: 16px;
}
.m-carousel__card-num {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-orange, #e84e1b);
  margin-bottom: 6px;
}
.m-carousel__card-title {
  font-family: var(--f-display, sans-serif);
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 8px;
}
.m-carousel-section--light .m-carousel__card-title { color: var(--c-black, #0b0b0b); }
.m-carousel__card-body p {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
  margin: 0 0 8px;
}
.m-carousel-section--light .m-carousel__card-body p { color: rgba(0,0,0,0.6); }
.m-carousel__card-reflex {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--c-orange, #e84e1b);
}
.m-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 8px 0 4px;
}
.m-carousel__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  transition: background 0.2s;
}
.m-carousel__dot.active { background: var(--c-orange, #e84e1b); width: 18px; border-radius: 3px; }

/* Choose Benefits icon grid */
.m-choose {
  background: var(--c-gray, #f5f5f5);
  padding: 52px 24px;
}
.m-choose__head { text-align: center; margin-bottom: 28px; }
.m-choose__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.m-choose__card {
  background: #fff;
  border-radius: 14px;
  padding: 18px 14px;
  text-align: center;
  border: 1px solid rgba(0,0,0,0.06);
}
.m-choose__card-icon {
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  color: var(--c-orange, #e84e1b);
}
.m-choose__card-icon svg { width: 100%; height: 100%; }
.m-choose__card-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--c-black, #0b0b0b);
  margin-bottom: 4px;
  line-height: 1.3;
}
.m-choose__card-desc {
  font-size: 11px;
  color: rgba(0,0,0,0.5);
  line-height: 1.5;
  margin: 0;
}

/* Shop by Concern — 2x3 icon grid */
.m-concern {
  background: var(--c-black, #0b0b0b);
  padding: 52px 24px;
}
.m-concern__head { text-align: center; margin-bottom: 24px; }
.m-concern__head .m-section-title { color: #fff; }
.m-concern__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.m-concern__card {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  aspect-ratio: 3 / 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.m-concern__card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-concern__card-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 55%);
}
.m-concern__card-body {
  position: relative;
  z-index: 2;
  padding: 10px 10px 12px;
}
.m-concern__card-title {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.2;
}

/* Testimonials — stacked 3 cards */
.m-testi {
  background: var(--c-white, #fff);
  padding: 52px 24px;
}
.m-testi__head { text-align: center; margin-bottom: 24px; }
.m-testi__cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.m-testi__card {
  background: #f8f8f8;
  border-radius: 14px;
  padding: 18px 16px;
  border-left: 3px solid var(--c-orange, #e84e1b);
}
.m-testi__quote {
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(0,0,0,0.75);
  margin: 0 0 10px;
  font-style: italic;
}
.m-testi__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: rgba(0,0,0,0.5);
  font-weight: 600;
}
.m-testi__meta .stars { color: #f59e0b; }
.m-testi__cta { text-align: center; }

/* Final CTA */
.m-final-cta {
  background: var(--c-black, #0b0b0b);
  padding: 60px 24px;
  text-align: center;
}
.m-final-cta__title {
  font-family: var(--f-display, sans-serif);
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.022em;
  line-height: 1.1;
  margin: 0 0 12px;
}
.m-final-cta__title em { color: var(--c-orange, #e84e1b); font-style: normal; }
.m-final-cta__sub {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  margin: 0 0 28px;
  line-height: 1.55;
}
.m-final-cta .btn {
  width: 100%;
  max-width: 280px;
  justify-content: center;
  padding: 15px 20px;
  font-size: 15px;
}

/* Science section mobile */
.m-science {
  background: var(--c-black, #0b0b0b);
  padding: 52px 24px;
}
.m-science__head { text-align: center; margin-bottom: 20px; }
.m-science__head .m-section-title { color: #fff; }
.m-science__lead {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  line-height: 1.65;
  margin: 0 0 20px;
}
.m-science__features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.m-science__features li {
  background: rgba(255,255,255,0.06);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 12px;
  color: rgba(255,255,255,0.75);
  display: flex;
  align-items: center;
  gap: 6px;
}
.m-science__features li .badge {
  font-size: 9px;
  background: rgba(232,78,27,0.2);
  color: var(--c-orange, #e84e1b);
  border-radius: 4px;
  padding: 2px 5px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

/* ================================================================
   MOBILE PRODUCT LISTING PAGE
================================================================ */

.m-listing {
  background: #f5f5f5;
  min-height: 100svh;
  padding-bottom: 80px;
}
.m-listing__hero {
  background: var(--c-black, #0b0b0b);
  padding: 80px 24px 40px;
  text-align: center;
}
.m-listing__hero-title {
  font-family: var(--f-display, sans-serif);
  font-size: 28px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.022em;
  line-height: 1.1;
  margin: 0 0 8px;
}
.m-listing__hero-title em { color: var(--c-orange, #e84e1b); font-style: normal; }
.m-listing__hero-sub {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin: 0;
}
.m-listing__body {
  padding: 20px 16px;
}
.m-listing__section-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.4);
  margin-bottom: 12px;
  margin-top: 24px;
}
.m-listing__section-label:first-child { margin-top: 0; }

/* 2-col product grid */
.m-product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 32px;
}
.m-product-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0,0,0,0.06);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.m-product-card__img-wrap {
  position: relative;
  aspect-ratio: 1 / 1;
  background: #f5f5f5;
  overflow: hidden;
}
.m-product-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.m-product-card:active .m-product-card__img { transform: scale(1.03); }
.m-product-card__badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--c-orange, #e84e1b);
  color: #fff;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 3px 7px;
  border-radius: 6px;
  text-transform: uppercase;
}
.m-product-card__cart-btn {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  background: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  color: var(--c-orange, #e84e1b);
}
.m-product-card__cart-btn:active { transform: scale(0.93); background: #fff3ef; }
.m-product-card__cart-btn svg { width: 16px; height: 16px; }
.m-product-card__body {
  padding: 10px 10px 12px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.m-product-card__name {
  font-size: 12px;
  font-weight: 600;
  color: var(--c-black, #0b0b0b);
  line-height: 1.35;
  margin: 0 0 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.m-product-card__price-row {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: auto;
  padding-top: 6px;
}
.m-product-card__price {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-orange, #e84e1b);
}
.m-product-card__compare {
  font-size: 11px;
  color: rgba(0,0,0,0.3);
  text-decoration: line-through;
}
.m-product-card--wide {
  grid-column: 1 / -1;
  flex-direction: row;
}
.m-product-card--wide .m-product-card__img-wrap {
  flex: 0 0 140px;
  aspect-ratio: auto;
  height: 140px;
  border-radius: 0;
}
.m-product-card--wide .m-product-card__body {
  padding: 14px 14px;
}
.m-product-card--wide .m-product-card__name {
  font-size: 13px;
  -webkit-line-clamp: 3;
}

/* Combo section */
.m-combo-strip {
  background: var(--c-black, #0b0b0b);
  border-radius: 16px;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
}
.m-combo-strip__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-combo-strip__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--c-orange, #e84e1b);
}
.m-combo-strip__cards {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 4px;
}
.m-combo-strip__cards::-webkit-scrollbar { display: none; }
.m-combo-card {
  flex: 0 0 56vw;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-top: 2px solid var(--c-orange, #e84e1b);
  border-radius: 12px;
  padding: 14px 12px;
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.m-combo-card__img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
}
.m-combo-card__name {
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.35;
  color: rgba(255,255,255,0.9);
}
.m-combo-card__price {
  font-size: 15px;
  font-weight: 700;
  color: var(--c-orange, #e84e1b);
}
.m-combo-card__add {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--c-orange, #e84e1b);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
}
.m-combo-card__add svg { width: 14px; height: 14px; }

/* ================================================================
   MOBILE PRODUCT DETAIL PAGE
================================================================ */

.m-pdp {
  background: var(--c-black, #0b0b0b);
  min-height: 100svh;
  padding-bottom: 90px;
}
.m-pdp__gallery {
  background: #111;
  position: relative;
}
.m-pdp__gallery-main {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.m-pdp__gallery-img {
  max-width: 80%;
  max-height: 80%;
  width: auto;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.m-pdp__gallery-corners .corner {
  position: absolute;
  width: 18px;
  height: 18px;
  border-color: rgba(255,255,255,0.18);
  border-style: solid;
  z-index: 2;
}
.m-pdp__gallery-corners .corner.tl { top: 12px; left: 12px; border-width: 1px 0 0 1px; }
.m-pdp__gallery-corners .corner.tr { top: 12px; right: 12px; border-width: 1px 1px 0 0; }
.m-pdp__gallery-corners .corner.bl { bottom: 12px; left: 12px; border-width: 0 0 1px 1px; }
.m-pdp__gallery-corners .corner.br { bottom: 12px; right: 12px; border-width: 0 1px 1px 0; }
.m-pdp__gallery-tag {
  position: absolute;
  bottom: 12px;
  left: 12px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  z-index: 2;
}
.m-pdp__thumbs {
  display: flex;
  gap: 8px;
  padding: 12px 16px;
  overflow-x: auto;
  scrollbar-width: none;
  background: #111;
}
.m-pdp__thumbs::-webkit-scrollbar { display: none; }
.m-pdp__thumb {
  flex: 0 0 52px;
  height: 52px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  cursor: pointer;
  background: #1a1a1a;
  padding: 0;
  transition: border-color 0.2s;
}
.m-pdp__thumb.active { border-color: var(--c-orange, #e84e1b); }
.m-pdp__thumb img { width: 100%; height: 100%; object-fit: cover; }

.m-pdp__info {
  background: var(--c-black, #0b0b0b);
  padding: 24px 20px 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.m-pdp__cat {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-orange, #e84e1b);
  margin-bottom: 8px;
}
.m-pdp__name {
  font-family: var(--f-display, sans-serif);
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.022em;
  line-height: 1.1;
  margin: 0 0 6px;
}
.m-pdp__tagline {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  line-height: 1.55;
  margin: 0 0 12px;
}
.m-pdp__rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.m-pdp__stars { color: #f59e0b; font-size: 14px; letter-spacing: 1px; }
.m-pdp__rating-score { font-size: 13px; font-weight: 700; color: #fff; }
.m-pdp__rating-count { font-size: 12px; color: rgba(255,255,255,0.4); }
.m-pdp__price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 16px;
}
.m-pdp__price {
  font-family: var(--f-display, sans-serif);
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}
.m-pdp__compare {
  font-size: 15px;
  color: rgba(255,255,255,0.3);
  text-decoration: line-through;
}
.m-pdp__save {
  font-size: 11px;
  font-weight: 700;
  color: #4ade80;
  background: rgba(74,222,128,0.12);
  padding: 3px 8px;
  border-radius: 6px;
}
.m-pdp__trust {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.m-pdp__trust-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.06);
  border-radius: 8px;
  padding: 7px 10px;
}
.m-pdp__trust-item svg { width: 13px; height: 13px; color: var(--c-orange, #e84e1b); flex-shrink: 0; }

/* Specs mini-grid */
.m-pdp__specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: rgba(255,255,255,0.08);
  border-radius: 12px;
  overflow: hidden;
  margin-top: 20px;
}
.m-pdp__spec {
  background: rgba(255,255,255,0.04);
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.m-pdp__spec-k {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}
.m-pdp__spec-v {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

/* PDP content sections (features, benefits, how-to) */
.m-pdp-section {
  padding: 44px 20px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.m-pdp-section--light {
  background: #f5f5f5;
}
.m-pdp-section__head {
  text-align: center;
  margin-bottom: 24px;
}
.m-pdp-section__eyebrow {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-orange, #e84e1b);
  margin-bottom: 8px;
  display: block;
}
.m-pdp-section__title {
  font-family: var(--f-display, sans-serif);
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.022em;
  line-height: 1.1;
  margin: 0;
}
.m-pdp-section--light .m-pdp-section__title { color: var(--c-black, #0b0b0b); }
.m-pdp-section__title em { color: var(--c-orange, #e84e1b); font-style: normal; }

.m-pdp-features {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.m-pdp-feature {
  background: rgba(255,255,255,0.04);
  border-left: 2px solid var(--c-orange, #e84e1b);
  border-radius: 0 8px 8px 0;
  padding: 10px 14px;
  font-size: 13px;
  color: rgba(255,255,255,0.72);
}

.m-pdp-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.m-pdp-benefit {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 10px;
  padding: 12px 10px;
  font-size: 13px;
  color: rgba(0,0,0,0.72);
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
.m-pdp-section--light .m-pdp-benefits { gap: 8px; }

.m-pdp-howto {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.m-pdp-howto__step {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 16px 16px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.m-pdp-howto__step-icon {
  font-size: 28px;
  flex-shrink: 0;
  line-height: 1;
}
.m-pdp-howto__step-body { flex: 1; }
.m-pdp-howto__step-num {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-orange, #e84e1b);
  margin-bottom: 4px;
}
.m-pdp-howto__step-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 5px;
}
.m-pdp-howto__step-body p {
  font-size: 12.5px;
  color: rgba(255,255,255,0.6);
  line-height: 1.6;
  margin: 0;
}

/* Reviews */
.m-pdp-reviews {
  background: var(--c-white, #fff);
  padding: 44px 20px;
  border-top: 1px solid rgba(0,0,0,0.06);
}
.m-pdp-reviews__head {
  text-align: center;
  margin-bottom: 20px;
}
.m-pdp-reviews__score {
  font-family: var(--f-display, sans-serif);
  font-size: 48px;
  font-weight: 600;
  color: var(--c-black, #0b0b0b);
  line-height: 1;
}
.m-pdp-reviews__stars { color: #f59e0b; font-size: 18px; letter-spacing: 2px; margin: 6px 0; }
.m-pdp-reviews__count { font-size: 12px; color: rgba(0,0,0,0.45); }
.m-pdp-reviews__grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.m-pdp-review-card {
  background: #f8f8f8;
  border-radius: 12px;
  padding: 14px;
  border-left: 3px solid var(--c-orange, #e84e1b);
}
.m-pdp-review-card__quote {
  font-size: 13px;
  color: rgba(0,0,0,0.7);
  line-height: 1.6;
  font-style: italic;
  margin: 0 0 8px;
}
.m-pdp-review-card__meta {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: rgba(0,0,0,0.45);
  font-weight: 600;
}
.m-pdp-review-card__meta .stars { color: #f59e0b; }

/* Sticky Add-to-Cart Bar */
.m-pdp__sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  display: flex;
  gap: 10px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.1);
}
.m-pdp__sticky-bar__add {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--c-orange, #e84e1b);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s;
}
.m-pdp__sticky-bar__add:active { opacity: 0.88; }
.m-pdp__sticky-bar__add svg { width: 18px; height: 18px; }
.m-pdp__sticky-bar__buy {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-black, #0b0b0b);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.2s;
  white-space: nowrap;
}
.m-pdp__sticky-bar__buy:active { opacity: 0.88; }

/* ================================================================
   MOBILE CART PAGE
================================================================ */

.m-cart {
  background: #f5f5f5;
  min-height: 100svh;
  padding: 72px 0 90px;
}
.m-cart__header {
  background: #fff;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 56px;
  z-index: 10;
}
.m-cart__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--c-black, #0b0b0b);
  margin: 0;
}
.m-cart__count {
  font-size: 13px;
  color: rgba(0,0,0,0.4);
  font-weight: 400;
}
.m-cart__banner {
  margin: 12px 16px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 12.5px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.m-cart__banner--warn {
  background: #fff3ec;
  border: 1px solid #fddbc9;
  color: #c2410c;
}
.m-cart__banner--success {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #15803d;
  font-weight: 600;
}
.m-cart__banner svg { flex-shrink: 0; width: 14px; height: 14px; }
.m-cart__items {
  padding: 0 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.m-cart__item {
  background: #fff;
  border-radius: 14px;
  padding: 12px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
.m-cart__item-img {
  width: 76px;
  height: 76px;
  border-radius: 10px;
  object-fit: cover;
  background: #f5f5f5;
  flex-shrink: 0;
  text-decoration: none;
  overflow: hidden;
  display: block;
}
.m-cart__item-img img { width: 100%; height: 100%; object-fit: cover; }
.m-cart__item-body { flex: 1; min-width: 0; }
.m-cart__item-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--c-black, #0b0b0b);
  line-height: 1.35;
  margin: 0 0 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-decoration: none;
}
.m-cart__item-compare {
  font-size: 11px;
  color: rgba(0,0,0,0.3);
  text-decoration: line-through;
  margin-bottom: 2px;
}
.m-cart__item-price {
  font-size: 15px;
  font-weight: 700;
  color: var(--c-orange, #e84e1b);
  margin-bottom: 10px;
}
.m-cart__item-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.m-cart__item-qty {
  display: flex;
  align-items: center;
  border: 1.5px solid rgba(0,0,0,0.12);
  border-radius: 10px;
  overflow: hidden;
}
.m-cart__item-qty button {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: rgba(0,0,0,0.5);
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}
.m-cart__item-qty button:disabled { opacity: 0.35; }
.m-cart__item-qty span {
  width: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--c-black, #0b0b0b);
}
.m-cart__item-remove {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  color: rgba(0,0,0,0.3);
  transition: color 0.2s;
  display: flex;
}
.m-cart__item-remove:active { color: #ef4444; }
.m-cart__item-total {
  font-size: 13px;
  font-weight: 700;
  color: var(--c-black, #0b0b0b);
  white-space: nowrap;
  flex-shrink: 0;
}
.m-cart__continue {
  padding: 8px 12px 0;
}
.m-cart__continue a {
  font-size: 12.5px;
  color: rgba(0,0,0,0.45);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.m-cart__summary {
  margin: 16px 12px 0;
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
.m-cart__summary-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--c-black, #0b0b0b);
  margin-bottom: 12px;
}
.m-cart__summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: rgba(0,0,0,0.5);
  margin-bottom: 8px;
}
.m-cart__summary-row.shipping-free { color: #15803d; font-weight: 600; }
.m-cart__summary-divider {
  height: 1px;
  background: rgba(0,0,0,0.08);
  margin: 10px 0;
}
.m-cart__summary-total {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 700;
  color: var(--c-black, #0b0b0b);
}

/* Sticky checkout CTA */
.m-cart__sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,0.1);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
}
.m-cart__checkout-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: var(--c-black, #0b0b0b);
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 15px 20px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.m-cart__checkout-btn:active { opacity: 0.88; }
.m-cart__checkout-btn svg { width: 18px; height: 18px; }

/* ================================================================
   MOBILE CHECKOUT — 3-step, full-screen
================================================================ */

.m-checkout {
  background: #f4f6f8;
  min-height: 100svh;
  padding-bottom: 90px;
}
.m-checkout__topbar {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  height: 52px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
  z-index: 20;
}
.m-checkout__back {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  color: rgba(0,0,0,0.5);
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
}
.m-checkout__back svg { width: 16px; height: 16px; }
.m-checkout__logo { height: 22px; width: auto; }
.m-checkout__secure {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: rgba(0,0,0,0.35);
}
.m-checkout__secure svg { width: 12px; height: 12px; }

/* Step progress */
.m-checkout__steps {
  background: #fff;
  padding: 14px 16px 10px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.m-checkout__step-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.m-checkout__step-pill {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
  z-index: 2;
}
.m-checkout__step-circle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  transition: background 0.3s;
}
.m-checkout__step-circle--done { background: #2a9d8f; color: #fff; }
.m-checkout__step-circle--active { background: #0f172a; color: #fff; box-shadow: 0 0 0 4px rgba(15,23,42,0.1); }
.m-checkout__step-circle--inactive { background: #e5e7eb; color: #9ca3af; }
.m-checkout__step-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.m-checkout__step-line {
  flex: 1;
  height: 2px;
  transition: background 0.3s;
  margin-bottom: 19px;
  margin-left: 4px;
  margin-right: 4px;
}
.m-checkout__step-line--done { background: #2a9d8f; }
.m-checkout__step-line--inactive { background: #e5e7eb; }

.m-checkout__body { padding: 16px; }

.m-checkout__card {
  background: #fff;
  border-radius: 16px;
  padding: 20px 16px;
  margin-bottom: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.05);
}
.m-checkout__card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.m-checkout__card-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(42,157,143,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #2a9d8f;
}
.m-checkout__card-icon svg { width: 16px; height: 16px; }
.m-checkout__card-title {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

.m-checkout__form-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 12px;
}
.m-checkout__form-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #374151;
}
.m-checkout__form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* Order summary collapsible */
.m-checkout__summary {
  background: #0f172a;
  border-radius: 16px;
  padding: 16px;
  color: #fff;
  margin-bottom: 12px;
}
.m-checkout__summary-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
  color: #fff;
  width: 100%;
}
.m-checkout__summary-toggle-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}
.m-checkout__summary-total-inline {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
}
.m-checkout__summary-body {
  margin-top: 14px;
}
.m-checkout__summary-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.m-checkout__summary-item-img {
  width: 36px;
  height: 36px;
  border-radius: 7px;
  background: rgba(255,255,255,0.07);
  overflow: hidden;
  flex-shrink: 0;
}
.m-checkout__summary-item-img img { width: 100%; height: 100%; object-fit: cover; }
.m-checkout__summary-item-name {
  flex: 1;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-checkout__summary-item-price {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.m-checkout__summary-divider {
  height: 1px;
  background: rgba(255,255,255,0.08);
  margin: 10px 0;
}
.m-checkout__summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 6px;
}
.m-checkout__summary-row.green { color: #34d399; }
.m-checkout__summary-final {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-top: 4px;
}

/* Coupon input */
.m-checkout__coupon {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}
.m-checkout__coupon input {
  flex: 1;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.07);
  color: #fff;
  font-size: 13px;
  outline: none;
}
.m-checkout__coupon input::placeholder { color: rgba(255,255,255,0.3); }
.m-checkout__coupon-apply {
  padding: 10px 14px;
  border-radius: 8px;
  background: rgba(42,157,143,0.25);
  border: 1px solid rgba(42,157,143,0.4);
  color: #34d399;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

/* Address cards */
.m-checkout__addr-card {
  border-radius: 12px;
  padding: 14px;
  margin-bottom: 10px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  cursor: pointer;
  transition: border-color 0.18s;
}
.m-checkout__addr-card--selected {
  border: 2px solid #2a9d8f;
  background: rgba(42,157,143,0.03);
}
.m-checkout__addr-card--unselected {
  border: 1.5px solid #e5e7eb;
  background: #fafafa;
}
.m-checkout__addr-card--new {
  border: 1.5px dashed #d1d5db;
  background: transparent;
}

/* Payment options */
.m-checkout__pay-card {
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  transition: border-color 0.18s;
}
.m-checkout__pay-card--selected {
  border: 2px solid #2a9d8f;
  background: rgba(42,157,143,0.04);
}
.m-checkout__pay-card--unselected {
  border: 1.5px solid #e5e7eb;
  background: #fafafa;
}
.m-checkout__pay-emoji { font-size: 20px; }
.m-checkout__pay-label { font-size: 15px; font-weight: 700; color: #0f172a; margin: 0 0 2px; }
.m-checkout__pay-sub { font-size: 12px; color: #6b7280; margin: 0; }

/* Sticky action bar */
.m-checkout__cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,0.08);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  display: flex;
  gap: 10px;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.08);
}
.m-checkout__back-btn {
  flex: 0 0 auto;
  padding: 13px 16px;
  border-radius: 12px;
  border: 1.5px solid #e5e7eb;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}
.m-checkout__back-btn svg { width: 16px; height: 16px; }
.m-checkout__next-btn {
  flex: 1;
  padding: 13px 16px;
  border-radius: 12px;
  background: #2a9d8f;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: opacity 0.2s;
}
.m-checkout__next-btn:disabled { opacity: 0.6; cursor: not-allowed; }
.m-checkout__next-btn:active { opacity: 0.88; }
.m-checkout__primary-btn {
  flex: 1;
  padding: 13px 16px;
  border-radius: 12px;
  background: #0f172a;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: opacity 0.2s;
}
.m-checkout__primary-btn:disabled { opacity: 0.6; cursor: not-allowed; }
.m-checkout__primary-btn:active { opacity: 0.88; }

/* Review items */
.m-checkout__review-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f3f4f6;
}
.m-checkout__review-item:last-child { border-bottom: none; }
.m-checkout__review-img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  background: #f5f5f5;
  overflow: hidden;
  flex-shrink: 0;
}
.m-checkout__review-img img { width: 100%; height: 100%; object-fit: cover; }
.m-checkout__review-name {
  flex: 1;
  font-size: 13px;
  font-weight: 600;
  color: #0f172a;
}
.m-checkout__review-qty { font-size: 12px; color: #9ca3af; }
.m-checkout__review-price {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  flex-shrink: 0;
}

/* Guest info box */
.m-checkout__guest-box {
  background: #f0fdf9;
  border: 1px solid #a7f3d0;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
}
.m-checkout__guest-box-title {
  font-size: 13px;
  font-weight: 700;
  color: #065f46;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.m-checkout__guest-box-title svg { width: 14px; height: 14px; }

/* ================================================================
   MOBILE ACCOUNT PAGE
================================================================ */

.m-account {
  padding: 72px 0 24px;
  background: #f5f5f5;
  min-height: 100svh;
}
.m-account__header {
  background: var(--c-black, #0b0b0b);
  padding: 20px 20px 24px;
  color: #fff;
}
.m-account__greeting {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 4px;
}
.m-account__name {
  font-family: var(--f-display, sans-serif);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 14px;
}
.m-account__tabs {
  display: flex;
  gap: 6px;
}
.m-account__tab {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1.5px solid rgba(255,255,255,0.15);
  background: transparent;
  color: rgba(255,255,255,0.55);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.18s;
}
.m-account__tab svg { width: 15px; height: 15px; }
.m-account__tab--active {
  background: #fff;
  border-color: #fff;
  color: var(--c-black, #0b0b0b);
}
.m-account__body { padding: 16px; }

.m-account__order-card {
  background: #fff;
  border-radius: 14px;
  padding: 14px 14px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
.m-account__order-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--c-orange, #e84e1b);
}
.m-account__order-icon svg { width: 18px; height: 18px; }
.m-account__order-body { flex: 1; min-width: 0; }
.m-account__order-num {
  font-size: 13px;
  font-weight: 700;
  color: var(--c-black, #0b0b0b);
  margin: 0 0 2px;
}
.m-account__order-date {
  font-size: 11px;
  color: rgba(0,0,0,0.4);
}
.m-account__order-right { text-align: right; flex-shrink: 0; }
.m-account__order-amount {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-black, #0b0b0b);
  margin-bottom: 4px;
}
.m-account__order-status {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 6px;
}
.m-account__addr-card {
  background: #fff;
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  border-left: 3px solid var(--c-orange, #e84e1b);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.m-account__addr-body { flex: 1; }
.m-account__addr-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-black, #0b0b0b);
  margin: 0 0 4px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.m-account__addr-default {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #2a9d8f;
  background: rgba(42,157,143,0.1);
  padding: 2px 7px;
  border-radius: 6px;
}
.m-account__addr-line {
  font-size: 12.5px;
  color: rgba(0,0,0,0.5);
  line-height: 1.5;
  margin: 0;
}
.m-account__addr-delete {
  background: none;
  border: none;
  cursor: pointer;
  color: rgba(0,0,0,0.25);
  padding: 4px;
  display: flex;
  flex-shrink: 0;
  transition: color 0.2s;
}
.m-account__addr-delete:active { color: #ef4444; }
.m-account__addr-delete svg { width: 18px; height: 18px; }
.m-account__profile-card {
  background: #fff;
  border-radius: 14px;
  padding: 18px 16px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  margin-bottom: 12px;
}
.m-account__profile-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.4);
  margin-bottom: 8px;
}
.m-account__empty {
  text-align: center;
  padding: 40px 20px;
  color: rgba(0,0,0,0.35);
}
.m-account__empty svg { width: 48px; height: 48px; margin-bottom: 12px; opacity: 0.3; }
.m-account__empty p { font-size: 14px; margin: 0 0 16px; }
.m-account__add-addr-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: var(--c-black, #0b0b0b);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 13px 16px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 16px;
}
.m-account__save-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: #2a9d8f;
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 13px 16px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  margin-top: 16px;
  transition: opacity 0.2s;
}
.m-account__save-btn:disabled { opacity: 0.65; }
.m-account__signout-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  background: transparent;
  color: #ef4444;
  border: 1.5px solid #fca5a5;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 8px;
}
