/**
 * SOLMAZ CERAMICS — Storefront design system
 * Persian RTL · warm cream / bronze terracotta
 */

/* =========================================================
   1. Tokens
   ========================================================= */
:root {
  --bg: #F7F4EF;
  --bg-alt: #F0EBE3;
  --bg-warm: #EDE6DC;
  --white: #FFFFFF;
  --surface: #FFFFFF;

  --primary: #7A4A32;
  --primary-hover: #643C29;
  --primary-soft: rgba(122, 74, 50, 0.1);
  --primary-soft-strong: rgba(122, 74, 50, 0.16);
  --accent: var(--primary);
  --accent-hover: var(--primary-hover);
  --accent-soft: var(--primary-soft);

  --text: #1F1A17;
  --text-muted: #7A7168;
  --border: #E6E1D8;
  --border-strong: #D8D0C4;

  --discount: #B84A3A;
  --success: #2F7D4A;
  --danger: #B84A3A;
  --info: #3B6EA5;
  --warning: #B8862A;

  --footer: #2A2420;
  --footer-muted: rgba(255, 255, 255, 0.68);

  --radius-sm: 8px;
  --radius: 12px;
  --radius-lg: 16px;
  --radius-full: 999px;

  --shadow-xs: 0 1px 2px rgba(31, 26, 23, 0.04);
  --shadow: 0 4px 16px rgba(31, 26, 23, 0.06);
  --shadow-md: 0 8px 24px rgba(31, 26, 23, 0.08);
  --shadow-hover: 0 10px 28px rgba(31, 26, 23, 0.1);

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-7: 32px;
  --space-8: 40px;
  --space-9: 48px;
  --space-10: 64px;

  --btn-h: 44px;
  --header-h: 118px;
  --bottom-nav-h: 64px;
  --container: 1240px;
  --font: "Vazirmatn", Tahoma, sans-serif;
  /* Persian display/title face from reference site (--font-fa-display → Estedad 800) */
  --font-display: "Estedad", "Vazirmatn", Tahoma, sans-serif;
  --focus-ring: 0 0 0 3px var(--primary-soft-strong);
  --transition: 0.2s ease;
  --z-header: 100;
  --z-drawer: 200;
  --z-overlay: 190;
  --z-bottom-nav: 90;
  --z-sheet: 210;
}

/* =========================================================
   2. Reset & base
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  direction: rtl;
  text-align: right;
  min-height: 100vh;
  overflow-x: hidden;
  max-width: 100vw;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition);
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 1rem;
  max-width: 100%;
}

button { cursor: pointer; }
ul { list-style: none; margin: 0; padding: 0; }
p { margin: 0 0 1rem; }
strong { font-weight: 700; }

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: clamp(0.75rem, 3vw, 1.25rem);
}

.site-main {
  min-height: 60vh;
  padding-bottom: var(--space-7);
}

@media (max-width: 768px) {
  .site-main {
    padding-bottom: calc(var(--bottom-nav-h) + 1.5rem);
  }
}

/* =========================================================
   3. Typography
   ========================================================= */
h1, h2, h3, h4 {
  margin: 0 0 0.75rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--text);
}

/* Title hierarchy: Estedad for major headings; body stays Vazirmatn */
h1, h2,
.page-title,
.section-title,
.page-intro__title,
.hero-banner__overlay h1,
.hero-content h1,
.product-info h1,
.promo-banner h3,
.about-cta__inner h2,
.home-category-card__name,
.font-display {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: 0;
  text-wrap: balance;
}

h3.section-title,
.about-value h3,
.satisfaction-point h3,
.feature-item strong {
  font-family: var(--font-display);
  font-weight: 700;
}

h1 { font-size: clamp(1.45rem, 3.2vw, 2.25rem); line-height: 1.35; }
h2 { font-size: clamp(1.25rem, 2.5vw, 1.8rem); line-height: 1.4; }
h3 { font-size: clamp(1.1rem, 2vw, 1.35rem); line-height: 1.45; }
h4 { font-size: 1.05rem; }

/* Keep UI / interface headings on body font (not display) */
.empty-state h2,
.empty-state h3,
.filters-panel h3,
.filters-sheet-head h3,
.cart-summary h3,
.checkout-summary h3,
.order-summary h3,
.account-panel h3,
.admin-body h1,
.admin-body h2,
.admin-body h3,
.admin-body .page-title,
.admin-body .section-title {
  font-family: var(--font);
  font-weight: 700;
  letter-spacing: normal;
  text-wrap: unset;
}

@media (max-width: 430px) {
  h1 { font-size: clamp(1.3rem, 6.2vw, 1.7rem); }
  h2,
  .section-title { font-size: clamp(1.15rem, 5.2vw, 1.4rem); }
  .hero-banner__overlay h1,
  .page-intro__title { font-size: clamp(1.3rem, 6.5vw, 1.75rem); }
}

.page-title {
  font-size: clamp(1.3rem, 2.4vw, 1.65rem);
  margin: 0;
  font-weight: 800;
  line-height: 1.35;
}

.section-title {
  font-size: clamp(1.3rem, 2.3vw, 1.8rem);
  margin-bottom: 0.35rem;
  font-weight: 800;
  line-height: 1.4;
}

.section-subtitle {
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.section-head .link-more,
.link-more {
  color: var(--primary);
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
}

.link-more:hover { color: var(--primary-hover); }

.text-muted { color: var(--text-muted); }
.text-center { text-align: center; }

.price-now {
  font-weight: 700;
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.3;
}

.price-old {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-decoration: line-through;
}

/* =========================================================
   4. Buttons
   ========================================================= */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: var(--btn-h);
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 0.65rem 1.35rem;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: background var(--transition), border-color var(--transition), color var(--transition), box-shadow var(--transition), transform var(--transition);
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.btn:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

.btn-primary {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.btn-primary:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
  color: #fff;
}

.btn-secondary {
  background: var(--bg-alt);
  color: var(--text);
  border-color: var(--border);
}

.btn-secondary:hover {
  background: var(--bg-warm);
  border-color: var(--border-strong);
}

.btn-outline {
  background: transparent;
  border-color: var(--border);
  color: var(--text);
}

.btn-outline:hover {
  border-color: var(--primary);
  color: var(--primary);
  background: var(--primary-soft);
}

.btn-ghost {
  background: transparent;
  color: var(--primary);
  border-color: transparent;
  padding-inline: 0.65rem;
}

.btn-ghost:hover {
  background: var(--primary-soft);
  color: var(--primary-hover);
}

.btn-danger {
  background: var(--discount);
  color: #fff;
  border-color: var(--discount);
}

.btn-danger:hover {
  background: #9E3F32;
  border-color: #9E3F32;
  color: #fff;
}

.btn-sm {
  min-height: 36px;
  padding: 0.4rem 0.85rem;
  font-size: 0.85rem;
  border-radius: var(--radius-sm);
}

.btn-block { width: 100%; }

.btn-icon {
  width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 0;
  border-radius: var(--radius-sm);
  background: var(--primary);
  color: #fff;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background var(--transition), transform var(--transition);
}

.btn-icon:hover {
  background: var(--primary-hover);
}

.btn-icon:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

.btn:disabled,
.btn-icon:disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}

/* =========================================================
   5. Forms
   ========================================================= */
.form-group { margin-bottom: 1rem; }

.form-label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
  color: var(--text);
  font-weight: 600;
}

.form-control {
  width: 100%;
  min-height: var(--btn-h);
  border: 1px solid var(--border);
  background: var(--white);
  border-radius: var(--radius);
  padding: 0.7rem 1rem;
  font-size: 0.95rem;
  color: var(--text);
  outline: none;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.form-control::placeholder { color: #A39A90; }

.form-control:hover { border-color: var(--border-strong); }

.form-control:focus {
  border-color: var(--primary);
  box-shadow: var(--focus-ring);
}

select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%237A7168' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 1rem center;
  padding-left: 2.25rem;
}

textarea.form-control {
  min-height: 120px;
  resize: vertical;
  line-height: 1.6;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.form-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.form-check input {
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--primary);
}

.form-error {
  color: var(--danger);
  font-size: 0.8rem;
  margin-top: 0.25rem;
}

/* =========================================================
   6. Alerts, badges, status
   ========================================================= */
.alert {
  border-radius: var(--radius);
  padding: 0.85rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.92rem;
  border: 1px solid transparent;
}

.alert-success {
  background: #EAF6EF;
  color: var(--success);
  border-color: #D3EBD9;
}

.alert-error {
  background: #FBEDEC;
  color: var(--danger);
  border-color: #F0D4D0;
}

.alert-info {
  background: #EAF1F8;
  color: var(--info);
  border-color: #D4E2F0;
}

.alert-warning {
  background: #FFF7E8;
  color: var(--warning);
  border-color: #F0E2C4;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.55rem;
  border-radius: var(--radius-sm);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.3;
}

.badge-discount {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 2;
  background: var(--discount);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.28rem 0.5rem;
  border-radius: var(--radius-sm);
  line-height: 1;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.65rem;
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 600;
  background: var(--bg-alt);
  color: var(--text-muted);
}

.status-badge.processing { background: #EAF6EF; color: var(--success); }
.status-badge.delivered { background: #EAF1F8; color: var(--info); }
.status-badge.pending_payment { background: #FFF7E8; color: var(--warning); }
.status-badge.cancelled,
.status-badge.failed { background: #FBEDEC; color: var(--danger); }
.status-badge.shipped,
.status-badge.ready_to_ship { background: #EAF1F8; color: var(--info); }

/* =========================================================
   7. Header
   ========================================================= */
.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 0;
  z-index: var(--z-header);
}

.header-top {
  background: var(--bg-alt);
  border-bottom: 1px solid var(--border);
  font-size: 0.8rem;
  color: var(--text-muted);
  padding-block: 0.35rem;
}

.header-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.header-main {
  background: var(--white);
}

.header-inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  min-height: 78px;
  padding-block: 0.55rem;
}

.header-nav {
  border-top: 1px solid var(--border);
  background: var(--white);
}

.header-nav .container {
  display: flex;
  align-items: center;
  min-height: 44px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--text);
}

.brand-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  flex-shrink: 0;
}

.brand-logo__img {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.brand-logo--header {
  max-width: min(200px, 38vw);
}

.brand-logo--header .brand-logo__img {
  height: 72px;
  width: auto;
  max-width: 100%;
  max-height: 72px;
}

.brand-logo--drawer .brand-logo__img {
  height: 56px;
  width: auto;
  max-width: 160px;
}

.brand-logo--footer .brand-logo__img {
  height: 72px;
  width: auto;
  max-width: 200px;
  background: #fff;
  border-radius: 12px;
  padding: 0.35rem 0.55rem;
}

.brand-logo--auth {
  display: flex;
  margin: 0 auto 1.15rem;
}

.brand-logo--auth .brand-logo__img {
  height: 108px;
  width: auto;
  max-width: 240px;
  margin-inline: auto;
}

.brand-logo__text {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.brand-logo__fa {
  font-weight: 800;
  font-size: 1.05rem;
  color: var(--text);
}

.brand-logo__en {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  text-transform: uppercase;
}

.logo-mark {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  background: var(--primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.logo-mark svg { width: 20px; height: 20px; }

.header-search {
  position: relative;
  width: 100%;
  max-width: 560px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.header-search:focus-within {
  border-color: var(--primary);
  box-shadow: var(--focus-ring);
  background: var(--white);
}

.header-search__icon {
  flex-shrink: 0;
  margin-inline-start: 0.9rem;
  color: var(--text-muted);
}

.header-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0.75rem 0.75rem;
  outline: none;
  color: var(--text);
  font-size: 0.95rem;
}

.header-search__btn,
.header-search button[type="submit"] {
  flex-shrink: 0;
  border: 0;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 0 1.15rem;
  min-height: 44px;
  cursor: pointer;
  transition: background var(--transition);
}

.header-search__btn:hover,
.header-search button[type="submit"]:hover {
  background: var(--primary-hover);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  justify-self: end;
}

.icon-btn {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  background: transparent;
  color: var(--text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background var(--transition), color var(--transition), border-color var(--transition);
}

.icon-btn:hover {
  background: var(--bg-alt);
  color: var(--primary);
  border-color: var(--border);
}

.icon-btn--cart { color: var(--text); }

.badge-count {
  position: absolute;
  top: 2px;
  left: 2px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: var(--radius-full);
  background: var(--discount);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.nav-desktop {
  display: flex;
  align-items: center;
  gap: 0.15rem 1.15rem;
  flex-wrap: wrap;
  width: 100%;
}

.nav-desktop a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding-block: 0.35rem;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-muted);
  white-space: nowrap;
}

.nav-desktop a:hover { color: var(--primary); }

.nav-desktop a.active {
  color: var(--primary);
  font-weight: 700;
}

.nav-desktop a.active::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  background: var(--primary);
  border-radius: 2px 2px 0 0;
}

.mobile-toggle,
.mobile-only { display: none; }

.search-suggest {
  display: none;
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  max-height: 320px;
  overflow: auto;
  z-index: 50;
}

.search-suggest.open { display: block; }

.search-suggest a {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.7rem 0.85rem;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
}

.search-suggest a:last-child { border-bottom: 0; }
.search-suggest a:hover { background: var(--bg); }

.search-suggest img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  background: var(--bg-alt);
  flex-shrink: 0;
}

.search-suggest .meta {
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* =========================================================
   8. Drawer
   ========================================================= */
.drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(31, 26, 23, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: var(--z-overlay);
}

.drawer-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(320px, 88vw);
  height: 100%;
  background: var(--white);
  box-shadow: var(--shadow-md);
  transform: translateX(105%);
  transition: transform 0.28s ease;
  z-index: var(--z-drawer);
  overflow-y: auto;
  padding: 0 0 1.5rem;
}

.mobile-drawer.open { transform: translateX(0); }

.mobile-drawer .drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem;
  border-bottom: 1px solid var(--border);
}

.drawer-search {
  display: flex;
  gap: 0.5rem;
  padding: 1rem;
  border-bottom: 1px solid var(--border);
}

.drawer-search input {
  flex: 1;
  min-width: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 0.55rem 0.75rem;
  background: var(--bg);
  outline: none;
}

.drawer-search input:focus {
  border-color: var(--primary);
  box-shadow: var(--focus-ring);
}

.mobile-drawer nav a {
  display: block;
  padding: 0.85rem 1.15rem;
  border-bottom: 1px solid var(--border);
  font-size: 0.95rem;
  color: var(--text);
}

.mobile-drawer nav a:hover {
  background: var(--bg);
  color: var(--primary);
}

/* =========================================================
   9. Hero
   ========================================================= */
.hero {
  padding: 1.25rem 0 0.5rem;
}

.hero-banner {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: #F3EDE4;
  isolation: isolate;
  aspect-ratio: 1024 / 409;
  min-height: 280px;
  max-height: 520px;
}

.hero-banner__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-banner__overlay {
  position: absolute;
  z-index: 2;
  inset-block: 0;
  /* Image branding/cream is on the physical left */
  left: 0;
  right: auto;
  width: min(46%, 460px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: right;
  padding: clamp(1.1rem, 3vw, 2.25rem);
  background: linear-gradient(
    90deg,
    rgba(248, 247, 243, 0.92) 0%,
    rgba(248, 247, 243, 0.78) 55%,
    rgba(248, 247, 243, 0) 100%
  );
}

.hero-banner__overlay .hero-brand {
  margin: 0 0 0.55rem;
  color: var(--primary);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.95rem;
}

.hero-banner__overlay h1 {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 3.4vw, 2.35rem);
  font-weight: 800;
  line-height: 1.3;
  color: var(--text);
}

.hero-banner__overlay > p {
  margin: 0 0 1.15rem;
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.75;
  max-width: 28ch;
}

.hero-banner__overlay .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.hero-banner__overlay .btn-outline {
  background: rgba(255, 255, 255, 0.75);
}

/* Legacy hero-card kept for safety if referenced elsewhere */
.hero-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: stretch;
  min-height: 380px;
  overflow: hidden;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, #F3EDE4 0%, #E8DFD2 45%, #DCCFBE 100%);
  border: 1px solid var(--border);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 80% at 100% 20%, rgba(122, 74, 50, 0.12), transparent 55%),
    radial-gradient(ellipse 50% 60% at 0% 100%, rgba(184, 74, 58, 0.06), transparent 50%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 3rem);
  max-width: 36rem;
}

.hero-content .brand-mark,
.hero-content .eyebrow {
  display: inline-block;
  color: var(--primary);
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  margin-bottom: 0.75rem;
}

.hero-content h1 {
  margin-bottom: 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3.4vw, 2.35rem);
  font-weight: 800;
  line-height: 1.3;
}

.hero-content p {
  color: var(--text-muted);
  margin-bottom: 1.35rem;
  font-size: 0.98rem;
  max-width: 32ch;
}

.hero-content .btn { align-self: flex-start; }

.hero-media {
  position: relative;
  z-index: 1;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.hero-media img {
  width: 100%;
  height: 100%;
  max-height: 360px;
  object-fit: contain;
  object-position: center;
}

/* =========================================================
   10. Categories
   ========================================================= */
.categories-section { padding: 1rem 0 2rem; }

.category-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
}

.category-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  text-align: center;
  transition: transform var(--transition);
}

.category-item:hover { transform: translateY(-3px); }

.category-icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-xs);
  transition: border-color var(--transition), box-shadow var(--transition);
}

.category-item:hover .category-icon {
  border-color: var(--primary);
  box-shadow: var(--shadow);
}

.category-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-item span {
  font-size: 0.88rem;
  color: var(--text);
  font-weight: 600;
}

/* =========================================================
   11–12. Products grid & cards
   ========================================================= */
.products-section { padding: 1.5rem 0; }

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.15rem;
}

.product-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.product-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--border-strong);
}

.product-card-media {
  position: relative;
  aspect-ratio: 1 / 1;
  background: var(--bg-alt);
  overflow: hidden;
}

.product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.product-card:hover .product-card-media img { transform: scale(1.04); }

.fav-btn {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-xs);
  transition: color var(--transition), background var(--transition);
}

.fav-btn.active,
.fav-btn:hover { color: var(--discount); }

.product-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 0.9rem 0.95rem 1rem;
  flex: 1;
}

.product-card-title {
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.7em;
}

.product-card-title:hover { color: var(--primary); }

.product-card-price {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: auto;
}

.product-card-price > div,
.product-card-price-info {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.product-card-price form,
.product-card-cart {
  margin: 0;
  flex-shrink: 0;
}

.product-card-price .btn-icon {
  width: 38px;
  height: 38px;
  min-height: 38px;
}

.stock-out {
  color: var(--danger);
  font-size: 0.8rem;
  font-weight: 600;
}

/* =========================================================
   Promo / features
   ========================================================= */
.promo-banner {
  margin: 1.5rem 0;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(120deg, var(--primary) 0%, #8F5A3E 55%, #A06648 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.promo-banner h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.35;
}

.promo-banner p {
  margin: 0;
  opacity: 0.92;
}

.promo-banner .btn {
  background: #fff;
  color: var(--primary);
  border-color: #fff;
}

.promo-banner .btn:hover {
  background: var(--bg);
  color: var(--primary-hover);
}

.features-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 1.5rem 0 2rem;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem;
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary-soft);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.feature-icon svg {
  width: 22px;
  height: 22px;
}

.feature-item strong {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.1rem;
}

.feature-item span {
  font-size: 0.78rem;
  color: var(--text-muted);
}

.trust-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.trust-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.75rem;
  border-radius: var(--radius-full);
  background: var(--bg);
  border: 1px solid var(--border);
  font-size: 0.8rem;
  color: var(--text-muted);
}

.trust-chip svg {
  width: 16px;
  height: 16px;
  color: var(--primary);
}

/* =========================================================
   13. Shop layout
   ========================================================= */
.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.shop-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 1.35rem;
  align-items: start;
}

.filters-panel {
  position: sticky;
  top: calc(var(--header-h) + 12px);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.15rem;
  box-shadow: var(--shadow-xs);
}

.filters-panel h3 {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.filters-close {
  display: none;
}

/* =========================================================
   14. Breadcrumb & pagination
   ========================================================= */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin: 1rem 0 1.25rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.breadcrumb a:hover { color: var(--primary); }
.breadcrumb .sep { opacity: 0.5; }

.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  margin: 1.75rem 0 1rem;
}

.pagination a,
.pagination span {
  min-width: 40px;
  height: 40px;
  padding: 0 0.65rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  color: var(--text);
}

.pagination a:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.pagination .active {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  font-weight: 700;
}

/* =========================================================
   15. Product detail
   ========================================================= */
.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
  margin-bottom: 2rem;
}

.gallery-main {
  aspect-ratio: 1 / 1;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: #F3F0EA;
}

.gallery-thumbs {
  display: flex;
  gap: 0.55rem;
  margin-top: 0.75rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
}

.gallery-thumbs button {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: var(--white);
  cursor: pointer;
  transition: border-color var(--transition);
}

.gallery-thumbs button.active,
.gallery-thumbs button:hover {
  border-color: var(--primary);
}

.gallery-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #F3F0EA;
}

.product-info h1 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.8vw, 1.95rem);
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 0.5rem;
}

.product-rating {
  color: #C9A227;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}

.product-rating span {
  color: var(--text-muted);
  margin-right: 0.35rem;
}

.product-price-box {
  margin: 1rem 0 1.25rem;
  padding: 1rem;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
}

.product-price-box .now {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--primary);
}

.product-price-box .old {
  margin-right: 0.5rem;
  color: var(--text-muted);
  text-decoration: line-through;
}

.specs-list { margin: 1rem 0 1.5rem; }

.specs-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.65rem 0;
  border-bottom: 1px dashed var(--border);
  font-size: 0.9rem;
}

.specs-list li span:first-child { color: var(--text-muted); }

.qty-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
}

.qty-control button {
  width: 40px;
  height: 40px;
  border: 0;
  background: var(--bg);
  color: var(--text);
  font-size: 1.1rem;
  cursor: pointer;
}

.qty-control button:hover { background: var(--bg-alt); }

.qty-control input {
  width: 52px;
  height: 40px;
  border: 0;
  text-align: center;
  outline: none;
  background: transparent;
}

.product-actions {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.product-actions .btn { flex: 1; min-width: 140px; }

.tabs {
  display: flex;
  gap: 0.25rem;
  border-bottom: 1px solid var(--border);
  margin: 1.5rem 0 0;
  overflow-x: auto;
}

.tabs button {
  border: 0;
  background: transparent;
  padding: 0.85rem 1.1rem;
  font-size: 0.92rem;
  color: var(--text-muted);
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  white-space: nowrap;
  cursor: pointer;
}

.tabs button.active {
  color: var(--primary);
  border-bottom-color: var(--primary);
  font-weight: 700;
}

.tab-panel {
  display: none;
  background: var(--white);
  border: 1px solid var(--border);
  border-top: 0;
  border-radius: 0 0 var(--radius) var(--radius);
  padding: 1.25rem;
}

.tab-panel.active { display: block; }

/* =========================================================
   16. Cart / checkout / account
   ========================================================= */
.cart-layout,
.checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 1.35rem;
  align-items: start;
}

.cart-table {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}

.cart-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid var(--border);
}

.cart-item:last-child { border-bottom: 0; }

.cart-item img {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  background: var(--bg-alt);
}

.cart-summary,
.checkout-summary {
  position: sticky;
  top: calc(var(--header-h) + 12px);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.15rem;
  box-shadow: var(--shadow-xs);
}

.summary-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0;
  font-size: 0.92rem;
}

.summary-row.total {
  border-top: 1px solid var(--border);
  margin-top: 0.5rem;
  padding-top: 0.85rem;
  font-weight: 800;
  font-size: 1.05rem;
}

.steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin: 0 0 1.5rem;
  flex-wrap: wrap;
}

.step {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--text-muted);
  font-size: 0.88rem;
}

.step.active {
  color: var(--primary);
  font-weight: 700;
}

.step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--bg-alt);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
}

.step.active .step-num {
  background: var(--primary);
  color: #fff;
}

.account-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 1.35rem;
  align-items: start;
}

.account-side {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0.75rem;
  position: sticky;
  top: calc(var(--header-h) + 12px);
}

.account-side a {
  display: block;
  padding: 0.75rem 0.9rem;
  border-radius: var(--radius-sm);
  font-size: 0.92rem;
  color: var(--text-muted);
  margin-bottom: 0.15rem;
}

.account-side a.active,
.account-side a:hover {
  background: var(--primary-soft);
  color: var(--primary);
  font-weight: 600;
}

.account-content {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
}

.order-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.95rem 0;
  border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
}

.order-row:last-child { border-bottom: 0; }

/* =========================================================
   Auth
   ========================================================= */
.auth-page,
.auth-wrap {
  min-height: calc(100vh - 120px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
  background:
    radial-gradient(ellipse 60% 50% at 50% 0%, rgba(122, 74, 50, 0.08), transparent 60%),
    var(--bg);
}

.auth-card {
  width: 100%;
  max-width: 420px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.75rem 1.5rem;
  box-shadow: var(--shadow);
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem;
  background: var(--bg);
  padding: 0.3rem;
  border-radius: var(--radius);
  margin-bottom: 1.25rem;
}

.auth-tabs a {
  text-align: center;
  padding: 0.65rem;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  color: var(--text-muted);
  font-weight: 600;
}

.auth-tabs a.active {
  background: #fff;
  color: var(--primary);
  box-shadow: var(--shadow-xs);
}

/* =========================================================
   18. Footer
   ========================================================= */
.site-footer {
  background: var(--footer);
  color: var(--footer-muted);
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 2rem;
  padding-bottom: 2rem;
}

.site-footer h4 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.site-footer a {
  color: var(--footer-muted);
  font-size: 0.9rem;
}

.site-footer a:hover { color: #fff; }

.site-footer li + li { margin-top: 0.55rem; }

.footer-about p {
  font-size: 0.9rem;
  line-height: 1.8;
  margin: 0.85rem 0 0;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.9rem;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.85rem;
  text-align: center;
}

.footer-copy {
  margin: 0;
  color: var(--footer-muted);
  font-size: 0.85rem;
}

/* =========================================================
   19. Bottom mobile nav
   ========================================================= */
.bottom-nav {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  height: var(--bottom-nav-h);
  background: var(--white);
  border-top: 1px solid var(--border);
  z-index: var(--z-bottom-nav);
  padding: 0 0.35rem;
  padding-bottom: env(safe-area-inset-bottom, 0);
}

.bottom-nav a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  font-size: 0.7rem;
  color: var(--text-muted);
  min-width: 0;
}

.bottom-nav a svg {
  width: 20px;
  height: 20px;
}

.bottom-nav a.active { color: var(--primary); font-weight: 700; }

/* =========================================================
   20. Empty / blog / contact
   ========================================================= */
.empty-state {
  text-align: center;
  padding: 3rem 1rem;
  color: var(--text-muted);
}

.empty-state svg {
  margin: 0 auto 1rem;
  opacity: 0.5;
}

.empty-state h2,
.empty-state h3 {
  color: var(--text);
  margin-bottom: 0.5rem;
}

.blog-list {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

.blog-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 0;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: box-shadow var(--transition), border-color var(--transition);
}

.blog-card:hover {
  box-shadow: var(--shadow);
  border-color: var(--border-strong);
}

.blog-card img {
  width: 100%;
  height: 100%;
  min-height: 160px;
  object-fit: cover;
  background: var(--bg-alt);
}

.blog-card-body {
  padding: 1.15rem;
}

.blog-card-body h3 {
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

.blog-card-body p {
  color: var(--text-muted);
  font-size: 0.92rem;
  margin-bottom: 0.75rem;
}

.blog-meta {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.contact-card,
.content-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.35rem;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

/* =========================================================
   21. Utilities
   ========================================================= */
.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }
.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }

.d-flex { display: flex; }
.align-center { align-items: center; }
.justify-between { justify-content: space-between; }
.gap-1 { gap: 0.5rem; }
.gap-2 { gap: 1rem; }
.w-100 { width: 100%; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

/* =========================================================
   22. Media queries — 1280 / 1024 / 768 / 640 / 360
   ========================================================= */
@media (max-width: 1280px) {
  :root { --container: 1140px; }
  .product-grid { grid-template-columns: repeat(4, 1fr); gap: 1rem; }
  .category-row { grid-template-columns: repeat(5, 1fr); }
  .footer-grid { gap: 1.5rem; }
}

@media (max-width: 1024px) {
  :root {
    --container: 960px;
    --header-h: 108px;
  }

  .brand-logo--header .brand-logo__img {
    height: 64px;
    max-height: 64px;
  }

  .header-search { max-width: 420px; }
  .nav-desktop { gap: 0.15rem 0.85rem; }
  .nav-desktop a { font-size: 0.84rem; }

  .product-grid { grid-template-columns: repeat(3, 1fr); }
  .category-row { grid-template-columns: repeat(4, 1fr); }
  .features-bar { grid-template-columns: repeat(2, 1fr); }
  .hero-card { min-height: 320px; }
  .hero-media { min-height: 240px; }
  .hero-banner {
    max-height: 440px;
    min-height: 240px;
  }
  .hero-banner__overlay {
    width: min(52%, 400px);
  }
  .shop-layout { grid-template-columns: 220px minmax(0, 1fr); }
  .cart-layout,
  .checkout-layout { grid-template-columns: minmax(0, 1fr) 280px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-card { grid-template-columns: 180px minmax(0, 1fr); }
}

@media (max-width: 768px) {
  :root { --header-h: 72px; }

  .mobile-toggle,
  .mobile-only { display: inline-flex; }

  .header-nav,
  .nav-desktop { display: none; }

  .header-inner {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 0.5rem;
    min-height: 64px;
    padding-block: 0.4rem;
  }

  .brand-logo--header {
    justify-self: start;
    max-width: min(140px, 42vw);
  }

  .brand-logo--header .brand-logo__img {
    height: 52px;
    max-height: 52px;
  }

  .header-search {
    display: none;
  }

  .header-actions { gap: 0.15rem; }
  .header-actions .icon-btn {
    width: 38px;
    height: 38px;
  }

  .bottom-nav { display: flex; }

  .hero-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .hero-content {
    padding: 1.5rem 1.25rem 0.5rem;
    max-width: none;
  }

  .hero-media {
    min-height: 200px;
    padding: 0.5rem 1rem 1.25rem;
  }

  .hero-banner {
    aspect-ratio: auto;
    max-height: none;
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .hero-banner picture {
    display: block;
    width: 100%;
  }

  .hero-banner__img {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: 78% center;
  }

  .hero-banner__overlay {
    position: relative;
    inset: auto;
    left: auto;
    width: 100%;
    padding: 1.25rem 1.15rem 1.35rem;
    background: #F8F7F3;
    border-top: 1px solid var(--border);
  }

  .hero-banner__overlay > p {
    max-width: none;
  }

  .category-row {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 0.75rem;
    padding-bottom: 0.65rem;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .category-item {
    min-width: 84px;
    scroll-snap-align: start;
  }

  .category-icon {
    width: 72px;
    height: 72px;
  }

  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 0.75rem; }

  .shop-layout {
    display: block;
  }

  .filters-panel {
    position: fixed;
    inset: auto 0 0 0;
    top: auto;
    z-index: var(--z-sheet);
    max-height: min(85vh, 640px);
    overflow: auto;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    transform: translateY(110%);
    transition: transform 0.28s ease;
    box-shadow: var(--shadow-md);
    padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0));
    visibility: hidden;
    pointer-events: none;
  }

  .filters-panel.open {
    transform: translateY(0);
    visibility: visible;
    pointer-events: auto;
  }

  .filters-close { display: inline-flex; }

  .product-detail {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .cart-layout,
  .checkout-layout,
  .account-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .cart-summary,
  .checkout-summary,
  .account-side {
    position: static;
  }

  .account-side {
    display: flex;
    overflow-x: auto;
    gap: 0.25rem;
    padding: 0.5rem;
  }

  .account-side a {
    white-space: nowrap;
    margin: 0;
  }

  .blog-card { grid-template-columns: 1fr; }

  .blog-card img {
    min-height: 180px;
    max-height: 220px;
  }

  .footer-grid { grid-template-columns: 1fr; gap: 1.35rem; }

  .promo-banner {
    text-align: center;
    justify-content: center;
  }

  .promo-banner .btn { width: 100%; }
}

@media (max-width: 640px) {
  .form-row { grid-template-columns: 1fr; }

  .features-bar { grid-template-columns: 1fr; }

  .cart-item {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .product-actions { flex-direction: column; }
  .product-actions .btn { width: 100%; }

  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .shop-toolbar {
    align-items: stretch;
  }

  .shop-toolbar > div {
    width: 100%;
    flex-wrap: wrap;
  }

  .auth-card { padding: 1.35rem 1.1rem; }
}

@media (max-width: 360px) {
  :root { --header-h: 64px; }

  body { font-size: 15px; }

  .brand-logo--header .brand-logo__img {
    height: 44px;
    max-height: 44px;
  }

  .product-grid { gap: 0.55rem; }

  .product-card-body { padding: 0.7rem; }

  .product-card-title {
    font-size: 0.85rem;
    min-height: 2.5em;
  }

  .category-icon {
    width: 64px;
    height: 64px;
  }

  .btn {
    padding-inline: 1rem;
    font-size: 0.9rem;
  }

  .container { padding-inline: 0.65rem; }
}

/* =========================================================
   Admin (preserved from prior main.css — light fallback)
   ========================================================= */
.admin-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #fff;
  font-weight: 800;
  padding: 0.5rem 0.75rem 1.25rem;
}

.admin-brand__logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
  background: #fff;
  border-radius: 10px;
  padding: 3px;
  flex-shrink: 0;
}

.admin-body { background: #F4F2EE; }

.admin-shell {
  display: grid;
  grid-template-columns: 240px 1fr;
  min-height: 100vh;
}

.admin-side {
  background: #2A2420;
  color: rgba(255, 255, 255, 0.8);
  padding: 1.25rem 0.85rem;
}

.admin-side .admin-brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #fff;
  font-weight: 800;
  padding: 0.5rem 0.75rem 1.25rem;
}

.admin-side a {
  display: block;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  margin-bottom: 0.15rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.admin-side a:hover,
.admin-side a.active {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.admin-main { padding: 1.25rem; }

.admin-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
}

.admin-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.admin-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 1.1rem;
  box-shadow: var(--shadow);
}

.admin-card span {
  color: var(--text-muted);
  font-size: 0.82rem;
}

.admin-card strong {
  display: block;
  font-size: 1.35rem;
  margin-top: 0.35rem;
}

.table-wrap {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: auto;
}

table.data {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

table.data th,
table.data td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid var(--border);
  text-align: right;
  font-size: 0.9rem;
}

table.data th {
  background: var(--bg);
  color: var(--text-muted);
  font-weight: 600;
}

@media (max-width: 900px) {
  .admin-shell { grid-template-columns: 1fr; }
  .admin-side {
    display: flex;
    overflow-x: auto;
    gap: 0.25rem;
    padding: 0.75rem;
  }
  .admin-side .admin-brand { display: none; }
  .admin-side a {
    white-space: nowrap;
    margin: 0;
  }
  .admin-cards { grid-template-columns: 1fr 1fr; }
}

/* =========================================================
   Redesign polish — shop, PDP, cart, hero helpers
   ========================================================= */
.hero-brand {
  margin: 0 0 0.65rem;
  color: var(--primary);
  font-weight: 700;
  font-size: 0.9rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.hero-content .btn { align-self: auto; }

.product-card-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-muted);
  margin-bottom: 0.15rem;
}

.shop-toolbar__title { min-width: 0; flex: 1; }
.shop-toolbar__title .page-title { margin: 0 0 0.35rem; }
.shop-desc { margin: 0 0 0.35rem; max-width: 52ch; font-size: 0.92rem; }
.shop-count { margin: 0; font-size: 0.88rem; }

.shop-toolbar__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.65rem;
}

.shop-sort-form .form-control {
  min-width: 170px;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.shop-filter-btn { display: none; gap: 0.4rem; }

.filter-accordion {
  border-bottom: 1px solid var(--border);
  padding: 0.35rem 0 0.75rem;
  margin-bottom: 0.5rem;
}

.filter-accordion summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 0.92rem;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 0;
}

.filter-accordion summary::-webkit-details-marker { display: none; }

.filter-accordion summary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 1.5px solid var(--text-muted);
  border-bottom: 1.5px solid var(--text-muted);
  transform: rotate(-45deg);
  transition: transform 0.2s ease;
  margin-left: 0.25rem;
}

.filter-accordion[open] summary::after {
  transform: rotate(135deg);
}

.filter-accordion .form-group { margin-bottom: 0.35rem; }

.filters-actions {
  display: grid;
  gap: 0.5rem;
  margin-top: 1rem;
}

.filters-sheet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.filters-sheet-head h3 { margin: 0; }

.filters-backdrop { display: none; }

.product-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  margin: 0.35rem 0 0.85rem;
}

.product-sku {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.product-lead {
  color: var(--text-muted);
  margin: 0.75rem 0;
  line-height: 1.75;
}

.stock-status {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0.5rem 0 1rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: var(--bg-alt);
}

.stock-status.is-available {
  color: var(--success);
  background: rgba(47, 125, 74, 0.1);
}

.stock-status.is-out {
  color: var(--danger);
  background: rgba(184, 74, 58, 0.1);
}

.badge-discount--inline,
.product-price-box .badge-discount {
  position: static;
  margin-right: 0.35rem;
}

.qty-label {
  font-size: 0.88rem;
  font-weight: 500;
  color: var(--text-muted);
}

.product-actions .fav-btn {
  position: static;
  width: 48px;
  height: 48px;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border);
  background: var(--white);
  box-shadow: none;
}

.product-actions .fav-btn.active {
  color: var(--discount);
  border-color: rgba(184, 74, 58, 0.35);
  background: rgba(184, 74, 58, 0.06);
}

.review-item {
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
}

.review-item__head {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 0.35rem;
}

.empty-state--compact { padding: 1.5rem 0; }

.cart-page-title { margin: 1.5rem 0 1.25rem; }

.cart-item__media {
  display: block;
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.cart-item__qty {
  margin-top: 0.5rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-wrap: wrap;
}

.cart-item__total {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
}

.cart-coupon { margin-top: 1rem; }

.page-section { margin: 1.5rem auto 2.5rem; }

.ci-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary-soft);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
}

.contact-info li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .shop-filter-btn { display: inline-flex; }
  .filters-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: calc(var(--z-sheet) - 1);
    background: rgba(31, 26, 23, 0.42);
    border: 0;
    padding: 0;
    cursor: pointer;
  }
  .filters-backdrop.open { display: block; }
}

@media (min-width: 769px) {
  .shop-filter-btn { display: none !important; }
  .filters-close { display: none !important; }
  .filters-backdrop { display: none !important; }
}
/* Storefront polish */
.page-section { margin: 1.5rem auto 2.5rem; }
.checkout-result {
  max-width: 560px;
  margin: 0 auto 2rem;
  padding: 2rem 1.5rem;
}
.checkout-result .page-title { margin-bottom: .35rem; }
.order-detail-block h3 {
  font-size: 1rem;
  margin-bottom: .75rem;
}
.order-detail-block p {
  margin: 0 0 .4rem;
  color: var(--text);
}
.order-detail-grid { align-items: start; }
.empty-state h3 {
  color: var(--text);
  font-size: 1.1rem;
  margin: 0 0 .35rem;
}
.blog-card__media {
  display: block;
  min-height: 160px;
  background: var(--bg-alt);
}
.blog-card__media img {
  width: 100%;
  height: 100%;
  min-height: 160px;
  object-fit: cover;
}
.blog-card-body h2 {
  font-size: 1.15rem;
  margin: .35rem 0 .5rem;
}
.blog-card-body h2 a { color: var(--text); }
.blog-card-body h2 a:hover { color: var(--accent); }
.blog-article-wrap { max-width: 860px; }
.blog-article__cover {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: var(--radius);
  margin-bottom: 1.25rem;
  background: var(--bg-alt);
}
.blog-article__body {
  line-height: 2;
  margin-top: 1rem;
  color: var(--text);
}
.about-brand {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
.about-brand__logo {
  width: 140px;
  height: auto;
}
.about-prose {
  max-width: 42rem;
  margin: 0 auto;
  line-height: 1.9;
}
.about-prose p { margin: 0 0 1rem; }
.about-intro { margin-bottom: .5rem; }


/* =========================================================
   About / Contact / Home categories / Testimonials / Header scroll
   ========================================================= */
.site-header {
  transition: box-shadow 0.2s ease, background-color 0.2s ease;
}

.site-header.is-scrolled {
  box-shadow: 0 8px 24px rgba(31, 26, 23, 0.08);
}

.site-header.is-scrolled .header-inner {
  min-height: 64px;
  padding-block: 0.25rem;
}

.site-header.is-scrolled .brand-logo--header .brand-logo__img {
  height: 64px;
  max-height: 64px;
}

.site-header.is-scrolled .header-nav {
  min-height: 0;
}

.site-header.is-scrolled .header-nav .container {
  min-height: 38px;
}

.brand-logo--header {
  max-width: min(240px, 42vw);
}

.brand-logo--header .brand-logo__img {
  height: 92px;
  width: auto;
  max-width: 100%;
  max-height: 92px;
}

.header-inner {
  min-height: 92px;
}

/* Home categories */
.home-categories {
  padding: 2rem 0 0.5rem;
}

.home-category-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.home-category-card {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.home-category-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
  border-color: var(--border-strong);
}

.home-category-card__media {
  aspect-ratio: 1 / 1;
  background: var(--bg-alt);
  overflow: hidden;
}

.home-category-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.home-category-card:hover .home-category-card__media img {
  transform: scale(1.04);
}

.home-category-card__body {
  padding: 0.85rem 0.95rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.home-category-card__name {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.4;
}

.home-category-card__meta {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* Testimonials */
.testimonials-section {
  padding: 2.5rem 0 1rem;
}

.testimonials-banner {
  background:
    linear-gradient(135deg, rgba(122, 74, 50, 0.1), rgba(237, 230, 220, 0.9)),
    var(--bg-warm);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 4vw, 2.5rem);
  margin-bottom: 1.25rem;
}

.testimonials-banner .section-title,
.testimonials-banner .section-subtitle {
  margin: 0;
}

.testimonials-banner .section-subtitle {
  margin-top: 0.55rem;
  max-width: 42rem;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.testimonial-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.15rem 1.2rem;
  box-shadow: var(--shadow-xs);
}

.testimonial-card__rating {
  color: #B8862A;
  letter-spacing: 0.08em;
  margin-bottom: 0.65rem;
  font-size: 0.95rem;
}

.testimonial-card__text {
  color: var(--text);
  line-height: 1.8;
  margin: 0 0 1rem;
  font-size: 0.92rem;
}

.testimonial-card__meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  font-size: 0.85rem;
}

.testimonial-card__meta span,
.testimonial-card__meta a {
  color: var(--text-muted);
}

.testimonials-empty {
  display: grid;
}

.testimonials-empty__card {
  background: var(--white);
  border: 1px dashed var(--border-strong);
  border-radius: var(--radius);
  padding: 1.5rem;
  text-align: center;
}

.testimonials-empty__card p {
  color: var(--text-muted);
  margin: 0.45rem 0 1rem;
}

/* Category filter list */
.category-filter-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  max-height: 280px;
  overflow: auto;
  padding-bottom: 0.25rem;
}

.category-filter-item {
  display: block;
  padding: 0.55rem 0.7rem;
  border-radius: var(--radius-sm);
  color: var(--text);
  font-size: 0.9rem;
  border: 1px solid transparent;
}

.category-filter-item:hover {
  background: var(--bg-alt);
}

.category-filter-item.is-active {
  background: var(--primary-soft);
  color: var(--primary);
  border-color: rgba(122, 74, 50, 0.18);
  font-weight: 600;
}

/* Page intro — light, clean headers (About / Contact / Satisfaction) */
.page-intro {
  background: transparent;
  border-bottom: 1px solid var(--border);
  padding: clamp(1.75rem, 4vw, 2.75rem) 0 1.5rem;
}

.page-intro__inner {
  max-width: 42rem;
}

.page-intro__eyebrow {
  margin: 0 0 0.45rem;
  color: var(--primary);
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
}

.page-intro__title {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3.2vw, 2.2rem);
  font-weight: 800;
  color: var(--text);
  line-height: 1.35;
}

.page-intro__lead {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.85;
}

/* Soften legacy about/contact hero bands if still referenced */
.about-hero,
.page-hero {
  background: transparent !important;
  border-bottom: 1px solid var(--border);
  padding: clamp(1.75rem, 4vw, 2.75rem) 0 1.5rem;
}

.satisfaction-page {
  padding: 1.5rem 0 3rem;
}

.satisfaction-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.satisfaction-point {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.15rem 1.2rem;
}

.satisfaction-point h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
}

.satisfaction-point p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

/* Hero overlay — left side text on bright banner area */
.hero-banner__overlay {
  width: min(42%, 440px);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.55) 0%,
    rgba(255, 255, 255, 0.28) 55%,
    rgba(255, 255, 255, 0) 100%
  );
}

.hero-banner__overlay h1,
.hero-banner__overlay .hero-brand {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
}

@media (max-width: 768px) {
  .satisfaction-points { grid-template-columns: 1fr; }
  .hero-banner__overlay {
    background: #fff;
  }
}


.about-section { padding: 2.5rem 0; }
.about-section--soft { background: var(--bg-alt); }

.about-split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 2rem;
  align-items: center;
}

.about-split__media {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-split__media img {
  width: min(220px, 70%);
  height: auto;
}

.about-split__body p {
  color: var(--text-muted);
  line-height: 1.9;
}

.section-head--center {
  justify-content: center;
  text-align: center;
  margin-bottom: 1.5rem;
}

.about-values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.about-value {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
}

.about-value__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary-soft);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.about-value h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
}

.about-value p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

.about-why {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.about-why__item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.about-why__item span {
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.about-cta {
  padding: 0 0 3rem;
}

.about-cta__inner {
  background: var(--footer);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 4vw, 2.25rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.about-cta__inner h2 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.5vw, 1.45rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.35;
}

.about-cta__inner p {
  margin: 0;
  color: rgba(255,255,255,0.72);
}

.about-cta__actions {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.about-cta .btn-outline {
  border-color: rgba(255,255,255,0.35);
  color: #fff;
}

.about-cta .btn-outline:hover {
  background: rgba(255,255,255,0.1);
}

/* Contact */
.contact-section { padding: 2rem 0 3rem; }

.contact-info-card,
.contact-form-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.35rem 1.35rem 1.5rem;
  box-shadow: var(--shadow-xs);
}

.contact-info-card h2,
.contact-form-card h2 {
  margin: 0 0 1rem;
  font-size: 1.1rem;
}

.contact-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.contact-info-list li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}

.contact-info-list a { color: var(--text); }
.contact-info-list a:hover { color: var(--primary); }

.form-group.has-error .form-control {
  border-color: var(--danger);
}

.btn[disabled] { opacity: 0.75; cursor: wait; }

@media (max-width: 1024px) {
  .home-category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .testimonials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-values { grid-template-columns: 1fr; }
  .brand-logo--header .brand-logo__img {
    height: 78px;
    max-height: 78px;
  }
  .header-inner { min-height: 80px; }
}

@media (max-width: 768px) {
  .home-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.75rem; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .about-split { grid-template-columns: 1fr; }
  .about-why { grid-template-columns: 1fr; }
  .brand-logo--header {
    max-width: min(160px, 46vw);
  }
  .brand-logo--header .brand-logo__img {
    height: 58px;
    max-height: 58px;
  }
  .header-inner { min-height: 68px; }
  .site-header.is-scrolled .brand-logo--header .brand-logo__img {
    height: 48px;
    max-height: 48px;
  }
  .site-header.is-scrolled .header-inner {
    min-height: 58px;
  }
}

@media (max-width: 360px) {
  .brand-logo--header .brand-logo__img {
    height: 50px;
    max-height: 50px;
  }
}

/* Page intro light headers + satisfaction */
.page-intro {
  background: transparent;
  border-bottom: 1px solid var(--border);
  padding: clamp(1.75rem, 4vw, 2.75rem) 0 1.5rem;
}
.page-intro__inner { max-width: 42rem; }
.page-intro__eyebrow {
  margin: 0 0 0.45rem;
  color: var(--primary);
  font-weight: 600;
  font-size: 0.85rem;
}
.page-intro__title {
  margin: 0 0 0.65rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 3.2vw, 2.2rem);
  font-weight: 800;
  color: var(--text);
  line-height: 1.35;
}
.page-intro__lead {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.85;
}
.about-hero,
.page-hero {
  background: transparent !important;
  border-bottom: 1px solid var(--border);
  padding: clamp(1.75rem, 4vw, 2.75rem) 0 1.5rem !important;
}
.satisfaction-page { padding: 1.5rem 0 3rem; }
.satisfaction-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}
.satisfaction-point {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.15rem 1.2rem;
}
.satisfaction-point h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
}
.satisfaction-point p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.9rem;
  line-height: 1.75;
}
.hero-banner__overlay {
  width: min(42%, 440px) !important;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.58) 0%,
    rgba(255, 255, 255, 0.3) 55%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
}
@media (max-width: 768px) {
  .satisfaction-points { grid-template-columns: 1fr; }
  .hero-banner__overlay { background: #fff !important; width: 100% !important; }
}
