/* ==========================================================================
   Azallsport - LUXURY EDITORIAL E-COMMERCE DESIGN SYSTEM (RTL)
   Human-Crafted, Premium Fashion Direct-to-Consumer Aesthetic
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root {
  --font-ar: 'Alexandria', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-en: 'Plus Jakarta Sans', system-ui, sans-serif;

  /* Sophisticated Luxury Palette */
  --bg-main: #F9F8F6;
  --bg-card: #FFFFFF;
  --bg-subtle: #F3EFEA;
  --bg-elevated: #EDE7DF;

  --border-light: #E7E0D8;
  --border-strong: #D5C9BD;
  --border-focus: #18181B;

  --text-primary: #121214;
  --text-secondary: #58534E;
  --text-muted: #847C75;
  --text-inverse: #FFFFFF;

  --brand-black: #121214;
  --brand-leather: #A65928;
  --brand-leather-hover: #8D471C;
  --brand-leather-subtle: #FAF0E8;

  --badge-bg: #121214;
  --badge-text: #FFFFFF;

  --status-success-bg: #EDF7EE;
  --status-success-text: #1B5E20;
  --status-warning-bg: #FFF8E1;
  --status-warning-text: #B78103;

  --radius-xs: 4px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-pill: 9999px;

  --shadow-subtle: 0 2px 8px rgba(18, 18, 20, 0.04);
  --shadow-card: 0 4px 20px rgba(18, 18, 20, 0.06);
  --shadow-float: 0 12px 32px rgba(18, 18, 20, 0.12);

  --transition-smooth: 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  --header-h: 68px;
  --sticky-h: 74px;
}

/* Reset & Normalize */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-ar);
  direction: rtl;
  text-align: right;
  background-color: var(--bg-main);
  color: var(--text-primary);
  line-height: 1.65;
  letter-spacing: -0.01em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  padding-bottom: calc(var(--sticky-h) + 16px);
}

@media (min-width: 992px) {
  body {
    padding-bottom: 0;
  }
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* ==========================================================================
   TOP BAR
   ========================================================================== */
.top-notice-bar {
  background: var(--brand-black);
  color: #FFFFFF;
  font-size: 0.82rem;
  font-weight: 500;
  padding: 0.55rem 1rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  letter-spacing: 0.01em;
}

.top-notice-badge {
  background: rgba(255, 255, 255, 0.15);
  color: #FFFFFF;
  padding: 0.15rem 0.55rem;
  border-radius: var(--radius-pill);
  font-size: 0.72rem;
  font-weight: 600;
  font-family: var(--font-en);
}

/* ==========================================================================
   SITE HEADER
   ========================================================================== */
.site-header {
  background: rgba(249, 248, 246, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--border-light);
  height: var(--header-h);
  display: flex;
  align-items: center;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.brand-wrapper {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.brand-mark {
  width: 38px;
  height: 38px;
  background: var(--brand-black);
  color: #FFFFFF;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-en);
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: -0.05em;
}

.brand-typography {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-family: var(--font-en);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--brand-black);
  line-height: 1;
}

.brand-origin {
  font-size: 0.68rem;
  font-weight: 500;
  color: var(--text-muted);
  letter-spacing: 0.03em;
  margin-top: 2px;
}

.btn-header-order {
  background: var(--brand-black);
  color: #FFFFFF;
  padding: 0.55rem 1.15rem;
  border-radius: var(--radius-pill);
  font-size: 0.85rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: var(--transition-smooth);
}

.btn-header-order:hover {
  background: var(--brand-leather);
  transform: translateY(-1px);
}

/* ==========================================================================
   HERO / PRODUCT SHOWCASE
   ========================================================================== */
.hero-product-section {
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.hero-layout-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.25rem;
}

@media (min-width: 992px) {
  .hero-layout-grid {
    grid-template-columns: 1.1fr 1fr;
    gap: 3.5rem;
    align-items: start;
  }
}

/* Gallery */
.product-gallery-box {
  position: relative;
}

.product-stage {
  position: relative;
  background: #FFFFFF;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-card);
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.25s ease, transform 0.4s ease;
}

.product-stage:hover img {
  transform: scale(1.02);
}

.editorial-tag {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(18, 18, 20, 0.88);
  color: #FFFFFF;
  padding: 0.35rem 0.85rem;
  border-radius: var(--radius-pill);
  font-size: 0.76rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
  z-index: 5;
  letter-spacing: 0.02em;
}

.btn-stage-zoom {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: #FFFFFF;
  color: var(--text-primary);
  border: 1px solid var(--border-light);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow-subtle);
  transition: var(--transition-smooth);
  z-index: 5;
}

.btn-stage-zoom:hover {
  background: var(--brand-black);
  color: #FFFFFF;
  border-color: var(--brand-black);
}

.gallery-thumbs-track {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
  overflow-x: auto;
  padding-bottom: 0.5rem;
}

.thumb-cell {
  flex: 0 0 72px;
  height: 72px;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: #FFFFFF;
  border: 2px solid var(--border-light);
  cursor: pointer;
  transition: var(--transition-smooth);
}

.thumb-cell.active {
  border-color: var(--brand-black);
  box-shadow: 0 0 0 2px rgba(18, 18, 20, 0.15);
}

.thumb-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Buy Box Details */
.product-narrative {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.brand-category-pill {
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand-leather);
  font-family: var(--font-en);
}

.product-heading-title {
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--text-primary);
  line-height: 1.2;
}

@media (min-width: 768px) {
  .product-heading-title {
    font-size: 2.25rem;
  }
}

.product-sub-headline {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--brand-leather);
  line-height: 1.4;
}

.rating-bar-clean {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.85rem;
}

.stars-svg-wrap {
  display: flex;
  gap: 3px;
  color: #E29B12;
}

.rating-score-num {
  font-weight: 700;
  font-family: var(--font-en);
}

.rating-reviews-label {
  color: var(--text-muted);
  font-size: 0.8rem;
}

.product-synopsis {
  color: var(--text-secondary);
  font-size: 0.94rem;
  line-height: 1.7;
}

/* Pricing Card */
.editorial-price-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 1.2rem 1.4rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  box-shadow: var(--shadow-subtle);
}

.price-main-display {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.price-amount {
  font-size: 2.2rem;
  font-weight: 800;
  font-family: var(--font-en);
  color: var(--text-primary);
  letter-spacing: -0.03em;
}

.price-unit {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--brand-leather);
}

.price-strike {
  font-size: 1.05rem;
  color: var(--text-muted);
  text-decoration: line-through;
  font-weight: 500;
  font-family: var(--font-en);
}

.price-meta-text {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 0.25rem;
}

/* Color Selector */
.option-panel {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.option-panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 600;
}

.active-option-name {
  color: var(--brand-leather);
  font-weight: 700;
}

.color-swatches-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
}

@media (min-width: 576px) {
  .color-swatches-row {
    grid-template-columns: repeat(4, 1fr);
  }
}

.color-card-select {
  background: var(--bg-card);
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-sm);
  padding: 0.6rem 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  cursor: pointer;
  transition: var(--transition-smooth);
  font-size: 0.85rem;
  font-weight: 600;
}

.color-card-select:hover {
  border-color: var(--brand-black);
}

.color-card-select.active {
  border-color: var(--brand-black);
  background: #FFFFFF;
  box-shadow: 0 0 0 1.5px var(--brand-black);
  color: var(--brand-black);
}

.color-dot-indicator {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

/* Size Selector */
@media (max-width: 374px) {
  .size-grid-cells {
    grid-template-columns: repeat(3, 1fr);
  }
}

.size-grid-cells {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.5rem;
}

.size-pill-btn {
  height: 48px;
  background: var(--bg-card);
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-sm);
  font-family: var(--font-en);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--transition-smooth);
}

.size-pill-btn:hover {
  border-color: var(--brand-black);
  background: var(--bg-subtle);
}

.size-pill-btn.active {
  background: var(--brand-black);
  color: #FFFFFF;
  border-color: var(--brand-black);
}

.size-alert-box {
  background: var(--status-warning-bg);
  color: var(--status-warning-text);
  border: 1px solid #FFE082;
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.5rem 0.8rem;
  border-radius: var(--radius-xs);
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.size-guide-modal-btn {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--brand-leather);
  cursor: pointer;
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

/* Primary CTA Button */
.btn-cta-large {
  background: var(--brand-leather);
  color: #FFFFFF;
  border: none;
  padding: 1.05rem 1.6rem;
  border-radius: var(--radius-md);
  font-size: 1.15rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(166, 89, 40, 0.28);
  transition: var(--transition-smooth);
  width: 100%;
}

.btn-cta-large:hover {
  background: var(--brand-leather-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(166, 89, 40, 0.36);
}

.btn-cta-large:active {
  transform: translateY(0);
}

/* Trust Pill Grid */
.trust-indicators-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.trust-duo-cell {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  padding: 0.65rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-primary);
}

.trust-duo-cell svg {
  color: var(--brand-leather);
  flex-shrink: 0;
}

/* ==========================================================================
   TRUST SECTION (4 PILLARS)
   ========================================================================== */
.pillars-section {
  padding: 2.5rem 0;
  background: #FFFFFF;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.pillars-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 576px) {
  .pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .pillars-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.pillar-card {
  background: var(--bg-main);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 1.35rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  transition: var(--transition-smooth);
}

.pillar-card:hover {
  transform: translateY(-3px);
  border-color: var(--brand-leather);
  box-shadow: var(--shadow-card);
}

.pillar-icon-box {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  color: var(--brand-leather);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pillar-card h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-primary);
}

.pillar-card p {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.55;
}

/* ==========================================================================
   PRODUCT CRAFTSMANSHIP & BENEFITS
   ========================================================================== */
.craft-section {
  padding: 4rem 0;
}

.section-editorial-header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 3rem auto;
}

.section-tag-sup {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--brand-leather);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.4rem;
}

.section-editorial-header h2 {
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .section-editorial-header h2 {
    font-size: 2.2rem;
  }
}

.section-editorial-header p {
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.craft-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .craft-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .craft-cards-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.craft-card {
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  box-shadow: var(--shadow-subtle);
  transition: var(--transition-smooth);
}

.craft-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
  border-color: var(--brand-leather);
}

.craft-icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-sm);
  background: var(--brand-leather-subtle);
  color: var(--brand-leather);
  display: flex;
  align-items: center;
  justify-content: center;
}

.craft-card h3 {
  font-size: 1.08rem;
  font-weight: 700;
  color: var(--text-primary);
}

.craft-card p {
  font-size: 0.88rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

/* ==========================================================================
   COD CHECKOUT FORM
   ========================================================================== */
.order-checkout-section {
  padding: 4rem 0;
  background: #FFFFFF;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.checkout-sheet {
  background: var(--bg-main);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  max-width: 860px;
  margin: 0 auto;
  box-shadow: var(--shadow-card);
}

@media (min-width: 768px) {
  .checkout-sheet {
    padding: 2.75rem;
  }
}

.checkout-sheet-header {
  text-align: center;
  margin-bottom: 2.25rem;
  border-bottom: 1px solid var(--border-light);
  padding-bottom: 1.5rem;
}

.checkout-sheet-header .step-badge {
  display: inline-block;
  background: var(--brand-black);
  color: #FFFFFF;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.25rem 0.85rem;
  border-radius: var(--radius-pill);
  margin-bottom: 0.6rem;
  letter-spacing: 0.02em;
}

.checkout-sheet-header h2 {
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--text-primary);
}

.checkout-sheet-header p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin-top: 0.25rem;
}

.form-fields-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .form-fields-grid {
    grid-template-columns: 1fr 1fr;
  }
  .form-row-full {
    grid-column: 1 / -1;
  }
}

.field-block {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.field-label {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.field-label .required-dot {
  color: #DC2626;
}

.field-control {
  background: #FFFFFF;
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1rem;
  font-size: 0.95rem;
  transition: var(--transition-smooth);
  width: 100%;
}

.field-control:focus {
  outline: none;
  border-color: var(--brand-black);
  box-shadow: 0 0 0 3px rgba(18, 18, 20, 0.08);
}

/* Delivery Option Cards */
.delivery-options-duo {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

@media (min-width: 576px) {
  .delivery-options-duo {
    grid-template-columns: 1fr 1fr;
  }
}

.delivery-radio-card {
  background: #FFFFFF;
  border: 2px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 1.1rem;
  cursor: pointer;
  transition: var(--transition-smooth);
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
}

.delivery-radio-card:hover {
  border-color: var(--brand-black);
}

.delivery-radio-card.active {
  border-color: var(--brand-leather);
  background: var(--brand-leather-subtle);
  box-shadow: 0 0 0 1.5px var(--brand-leather);
}

.delivery-text-info h5 {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-primary);
}

.delivery-text-info p {
  font-size: 0.78rem;
  color: var(--text-secondary);
  margin-top: 0.2rem;
}

.delivery-rate-pill {
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  color: var(--brand-leather);
  font-weight: 700;
  font-size: 0.82rem;
  font-family: var(--font-en);
  padding: 0.2rem 0.6rem;
  border-radius: var(--radius-pill);
  margin-top: 0.4rem;
}

/* Quantity */
.stepper-control {
  display: inline-flex;
  align-items: center;
  background: #FFFFFF;
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.stepper-btn {
  background: none;
  border: none;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-primary);
  transition: var(--transition-smooth);
}

.stepper-btn:hover {
  background: var(--bg-subtle);
}

.stepper-val {
  width: 48px;
  height: 44px;
  text-align: center;
  border: none;
  border-left: 1px solid var(--border-light);
  border-right: 1px solid var(--border-light);
  font-weight: 700;
  font-family: var(--font-en);
  font-size: 1rem;
}

/* Summary Box */
.checkout-receipt-summary {
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 1.4rem;
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.receipt-title {
  font-size: 1rem;
  font-weight: 800;
  color: var(--text-primary);
  border-bottom: 1px solid var(--border-light);
  padding-bottom: 0.6rem;
}

.receipt-row-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.88rem;
  color: var(--text-secondary);
}

.receipt-row-item.highlight-total {
  border-top: 2px dashed var(--border-light);
  padding-top: 0.85rem;
  margin-top: 0.35rem;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-primary);
}

.receipt-total-figure {
  color: var(--brand-leather);
  font-size: 1.45rem;
  font-family: var(--font-en);
  font-weight: 800;
}

.btn-confirm-order {
  background: var(--brand-leather);
  color: #FFFFFF;
  border: none;
  padding: 1.15rem 1.6rem;
  border-radius: var(--radius-md);
  font-size: 1.18rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  cursor: pointer;
  width: 100%;
  margin-top: 1.25rem;
  box-shadow: 0 8px 24px rgba(166, 89, 40, 0.32);
  transition: var(--transition-smooth);
}

.btn-confirm-order:hover {
  background: var(--brand-leather-hover);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(166, 89, 40, 0.42);
}

.btn-confirm-order:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

/* ==========================================================================
   CUSTOMER REVIEWS
   ========================================================================== */
.testimonials-section {
  padding: 4rem 0;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.testimonial-card {
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 1.6rem;
  box-shadow: var(--shadow-subtle);
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.testimonial-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.client-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--text-primary);
}

.verified-buyer-badge {
  font-size: 0.74rem;
  color: var(--status-success-text);
  background: var(--status-success-bg);
  padding: 0.15rem 0.55rem;
  border-radius: var(--radius-pill);
  font-weight: 600;
}

.client-meta-line {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.client-quote {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.65;
}

/* ==========================================================================
   FAQ ACCORDION
   ========================================================================== */
.inquiry-section {
  padding: 4rem 0;
  background: #FFFFFF;
  border-top: 1px solid var(--border-light);
}

.inquiry-accordion-wrap {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.inquiry-item {
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--bg-main);
  transition: var(--transition-smooth);
}

.inquiry-item.active {
  border-color: var(--brand-black);
}

.inquiry-trigger {
  padding: 1.15rem 1.35rem;
  font-weight: 700;
  font-size: 0.98rem;
  color: var(--text-primary);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  user-select: none;
}

.inquiry-trigger svg {
  transition: transform 0.3s ease;
  color: var(--text-muted);
  flex-shrink: 0;
}

.inquiry-item.active .inquiry-trigger svg {
  transform: rotate(180deg);
  color: var(--brand-black);
}

.inquiry-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.3s ease;
  padding: 0 1.35rem;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

.inquiry-item.active .inquiry-content {
  max-height: 250px;
  padding: 0 1.35rem 1.35rem 1.35rem;
}

/* ==========================================================================
   SITE FOOTER
   ========================================================================== */
.editorial-footer {
  background: var(--brand-black);
  color: #FFFFFF;
  padding: 3.5rem 0 2rem 0;
}

.footer-columns-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.25rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .footer-columns-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }
}

.footer-desc-text {
  color: #A1A1AA;
  font-size: 0.88rem;
  line-height: 1.65;
  margin-top: 0.6rem;
}

.footer-nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 0.6rem;
}

.footer-nav-list li {
  color: #D4D4D8;
  font-size: 0.88rem;
}

.footer-nav-list a {
  color: #D4D4D8;
  font-size: 0.88rem;
  transition: var(--transition-smooth);
}

.footer-nav-list a:hover {
  color: var(--brand-leather);
}

.footer-legal-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #A1A1AA;
  font-size: 0.82rem;
}

@media (min-width: 768px) {
  .footer-legal-bar {
    flex-direction: row;
  }
}

/* ==========================================================================
   MOBILE BOTTOM BAR & WHATSAPP
   ========================================================================== */
.mobile-checkout-dock {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--border-light);
  padding: 0.65rem 1.15rem;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
  z-index: 45;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

@media (min-width: 992px) {
  .mobile-checkout-dock {
    display: none;
  }
}

.dock-price-label {
  font-size: 1.25rem;
  font-weight: 800;
  font-family: var(--font-en);
  color: var(--text-primary);
  line-height: 1;
}

.dock-selection-text {
  font-size: 0.72rem;
  color: var(--text-muted);
}

.btn-dock-action {
  background: var(--brand-leather);
  color: #FFFFFF;
  border: none;
  padding: 0.75rem 1.4rem;
  border-radius: var(--radius-pill);
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}

.floating-wa-anchor {
  position: fixed;
  bottom: calc(var(--sticky-h) + 14px);
  left: 1.25rem;
  background: #25D366;
  color: #FFFFFF;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
  z-index: 40;
  transition: var(--transition-smooth);
}

@media (min-width: 992px) {
  .floating-wa-anchor {
    bottom: 1.75rem;
    left: 1.75rem;
  }
}

.floating-wa-anchor:hover {
  transform: scale(1.06);
}

/* ==========================================================================
   MODALS
   ========================================================================== */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(18, 18, 20, 0.7);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  z-index: 60;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.modal-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.modal-card {
  background: #FFFFFF;
  border-radius: var(--radius-lg);
  max-width: 520px;
  width: 100%;
  padding: 2rem;
  box-shadow: var(--shadow-float);
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}

.modal-close-btn {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: var(--bg-subtle);
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--text-primary);
  font-size: 1.1rem;
  transition: var(--transition-smooth);
}

.modal-close-btn:hover {
  background: var(--brand-black);
  color: #FFFFFF;
}

.receipt-data-card {
  background: var(--bg-main);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 1.2rem;
  margin: 1.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.receipt-line {
  display: flex;
  justify-content: space-between;
  font-size: 0.88rem;
}

.size-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0;
  font-size: 0.88rem;
}

.size-table th, .size-table td {
  padding: 0.75rem;
  border: 1px solid var(--border-light);
  text-align: center;
}

.size-table th {
  background: var(--bg-subtle);
  font-weight: 700;
}

/* ===== MOBILE SWIPE GALLERY ===== */
.gallery-swipe-track {
  display: none;
}

@media (max-width: 767px) {
  .product-stage {
    overflow: hidden;
    position: relative;
  }
  
  #activeProductImg {
    display: none !important;
  }
  
  .gallery-swipe-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0;
  }
  
  .gallery-swipe-track::-webkit-scrollbar {
    display: none;
  }
  
  .gallery-swipe-slide {
    flex: 0 0 100%;
    scroll-snap-align: center;
    aspect-ratio: 1;
  }
  
  .gallery-swipe-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .gallery-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 0.6rem 0;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 5;
  }
  
  .gallery-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(0,0,0,0.25);
    transition: all 0.3s;
  }
  
  .gallery-dot.active {
    background: var(--brand-black);
    width: 20px;
    border-radius: 4px;
  }
  
  .btn-stage-zoom {
    display: none;
  }
  
  .editorial-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
  }
}

@media (min-width: 768px) {
  .gallery-dots {
    display: none;
  }
  
  .gallery-swipe-track {
    display: none !important;
  }
}

/* ==========================================================================
   COMPREHENSIVE MOBILE OVERHAUL — max-width: 767px
   ========================================================================== */
@media (max-width: 767px) {

  /* ── Top Bar ── */
  .top-notice-bar {
    font-size: 0.74rem;
    padding: 0.4rem 0.75rem;
    gap: 0.5rem;
  }

  .top-notice-badge {
    font-size: 0.65rem;
    padding: 0.1rem 0.4rem;
  }

  /* ── Header ── */
  .site-header {
    height: 58px;
  }

  .brand-wrapper {
    gap: 0.5rem;
  }

  .brand-mark {
    width: 32px;
    height: 32px;
    font-size: 0.92rem;
  }

  .brand-typography {
    display: none;
  }

  .btn-header-order {
    padding: 0.4rem 0.85rem;
    font-size: 0.78rem;
    gap: 0.3rem;
  }

  /* ── Hero / Product Showcase ── */
  .hero-product-section {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .hero-layout-grid {
    gap: 1.25rem;
  }

  /* ── Gallery thumbs ── */
  .gallery-thumbs-track {
    gap: 0.45rem;
    margin-top: 0.65rem;
  }

  .thumb-cell {
    flex: 0 0 56px;
    height: 56px;
  }

  /* ── Product info ── */
  .product-heading-title {
    font-size: 1.45rem;
  }

  .product-narrative {
    gap: 0.85rem;
  }

  .product-sub-headline {
    font-size: 0.92rem;
  }

  .rating-bar-clean {
    gap: 0.4rem;
    font-size: 0.78rem;
  }

  .rating-reviews-label {
    font-size: 0.72rem;
  }

  .product-synopsis {
    font-size: 0.86rem;
    line-height: 1.6;
  }

  /* ── Price card ── */
  .editorial-price-card {
    padding: 0.85rem 1rem;
  }

  .price-amount {
    font-size: 1.85rem;
  }

  .price-unit {
    font-size: 1rem;
  }

  .price-strike {
    font-size: 0.92rem;
  }

  /* ── Color selector ── */
  .color-swatches-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.45rem;
  }

  .color-card-select {
    padding: 0.45rem 0.6rem;
    min-height: 46px;
    font-size: 0.78rem;
    gap: 0.45rem;
  }

  .color-dot-indicator {
    width: 16px;
    height: 16px;
  }

  /* ── Size selector ── */
  .size-grid-cells {
    gap: 0.35rem;
  }

  .size-pill-btn {
    height: 44px;
    font-size: 0.92rem;
  }

  .size-alert-box {
    font-size: 0.75rem;
    padding: 0.4rem 0.65rem;
  }

  .size-guide-modal-btn {
    font-size: 0.74rem;
  }

  /* ── CTA button ── */
  .btn-cta-large {
    padding: 0.85rem 1.2rem;
    border-radius: 12px;
    font-size: 1rem;
    gap: 0.5rem;
  }

  /* ── Trust pills ── */
  .trust-indicators-duo {
    gap: 0.45rem;
  }

  .trust-duo-cell {
    padding: 0.5rem 0.65rem;
    font-size: 0.75rem;
    gap: 0.35rem;
  }

  /* ── Pillars section ── */
  .pillars-section {
    padding: 1.5rem 0;
  }

  .pillar-card {
    padding: 1rem;
    gap: 0.55rem;
  }

  .pillar-icon-box {
    width: 36px;
    height: 36px;
  }

  .pillar-card h4 {
    font-size: 0.85rem;
  }

  .pillar-card p {
    font-size: 0.76rem;
  }

  /* ── Craft section ── */
  .craft-section {
    padding: 2rem 0;
  }

  .section-editorial-header {
    margin-bottom: 1.5rem;
  }

  .section-editorial-header h2 {
    font-size: 1.45rem;
  }

  .section-editorial-header p {
    font-size: 0.85rem;
  }

  .craft-card {
    padding: 1.1rem;
    gap: 0.65rem;
  }

  .craft-icon-wrap {
    width: 40px;
    height: 40px;
  }

  .craft-card h3 {
    font-size: 0.92rem;
  }

  .craft-card p {
    font-size: 0.8rem;
  }

  /* ── Checkout ── */
  .order-checkout-section {
    padding: 2rem 0;
  }

  .checkout-sheet {
    padding: 1.25rem;
    margin: 0 0.5rem;
  }

  .checkout-sheet-header {
    margin-bottom: 1.25rem;
    padding-bottom: 1rem;
  }

  .checkout-sheet-header h2 {
    font-size: 1.35rem;
  }

  .checkout-sheet-header p {
    font-size: 0.82rem;
  }

  /* ── Form fields ── */
  .form-fields-grid {
    gap: 0.85rem;
  }

  .field-block {
    gap: 0.35rem;
  }

  .field-label {
    font-size: 0.82rem;
  }

  .field-control {
    padding: 0.7rem 0.85rem;
    font-size: 0.88rem;
  }

  /* ── Delivery cards ── */
  .delivery-radio-card {
    padding: 0.85rem;
    gap: 0.65rem;
  }

  .delivery-text-info h5 {
    font-size: 0.85rem;
  }

  .delivery-text-info p {
    font-size: 0.72rem;
  }

  .delivery-rate-pill {
    font-size: 0.75rem;
    padding: 0.15rem 0.5rem;
  }

  .stepper-btn {
    width: 42px;
    height: 42px;
    font-size: 1.05rem;
  }

  .stepper-val {
    width: 42px;
    height: 38px;
  }

  /* ── Receipt summary ── */
  .checkout-receipt-summary {
    padding: 1rem;
    margin-top: 1.25rem;
    gap: 0.55rem;
  }

  .receipt-title {
    font-size: 0.92rem;
    padding-bottom: 0.5rem;
  }

  .receipt-row-item {
    font-size: 0.8rem;
  }

  .receipt-row-item.highlight-total {
    font-size: 1.05rem;
    padding-top: 0.65rem;
  }

  .receipt-total-figure {
    font-size: 1.3rem;
  }

  /* ── Confirm button ── */
  .btn-confirm-order {
    padding: 0.95rem 1.25rem;
    font-size: 1.05rem;
    margin-top: 1rem;
    gap: 0.5rem;
  }

  /* ── Reviews ── */
  .testimonials-section {
    padding: 2rem 0;
  }

  .testimonial-card {
    padding: 1.1rem;
    gap: 0.65rem;
  }

  .client-name {
    font-size: 0.85rem;
  }

  .client-meta-line {
    font-size: 0.72rem;
  }

  .client-quote {
    font-size: 0.82rem;
    line-height: 1.55;
  }

  /* ── FAQ ── */
  .inquiry-section {
    padding: 2rem 0;
  }

  .inquiry-accordion-wrap {
    gap: 0.55rem;
  }

  .inquiry-trigger {
    padding: 0.9rem 1rem;
    font-size: 0.88rem;
  }

  .inquiry-content {
    padding: 0 1rem;
    font-size: 0.82rem;
  }

  .inquiry-item.active .inquiry-content {
    padding: 0 1rem 1rem 1rem;
  }

  /* ── Footer ── */
  .editorial-footer {
    padding: 2rem 0 1.5rem 0;
  }

  .footer-columns-grid {
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .footer-desc-text {
    font-size: 0.8rem;
  }

  .footer-nav-list a {
    font-size: 0.8rem;
  }

  .footer-legal-bar {
    padding-top: 1rem;
    font-size: 0.75rem;
  }

  /* ── Sticky dock ── */
  .mobile-checkout-dock {
    height: 68px;
    padding: 0.45rem 0.85rem;
    gap: 0.5rem;
  }

  .dock-price-label {
    font-size: 1.05rem;
  }

  .dock-selection-text {
    font-size: 0.65rem;
  }

  .btn-dock-action {
    padding: 0.55rem 1rem;
    font-size: 0.82rem;
  }

  /* ── WhatsApp floating button ── */
  .floating-wa-anchor {
    width: 48px;
    height: 48px;
    bottom: calc(var(--sticky-h) + 70px);
    left: 1rem;
  }

  .floating-wa-anchor svg {
    width: 24px;
    height: 24px;
  }

  /* ── Container ── */
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
