/* ============================================================
   MOBILEDZ — Page-specific styles
   ============================================================ */

/* ===== HOME: Hero ===== */
.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(1100px 540px at 85% -10%, rgba(0,168,232,0.18), transparent 60%),
    linear-gradient(180deg, #0A1A2F 0%, #0E2240 100%);
  color: #fff;
  padding-block: clamp(56px, 10vw, 110px);
}
.hero::after {
  content: "";
  position: absolute; inset-inline-end: -120px; bottom: -160px;
  width: 460px; height: 460px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,168,232,0.35), transparent 70%);
  filter: blur(10px);
}
.hero__grid {
  display: grid; grid-template-columns: 1fr; gap: 40px;
  align-items: center; position: relative; z-index: 1;
}
@media (min-width: 900px) { .hero__grid { grid-template-columns: 1.05fr 0.95fr; } }
.hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(0,168,232,0.15); border: 1px solid rgba(0,168,232,0.35);
  color: #7FD6F2; padding: 7px 14px; border-radius: var(--r-pill);
  font-size: var(--fs-sm); font-weight: 700;
}
.hero h1 {
  font-size: var(--fs-hero);
  margin-top: 18px;
  letter-spacing: -0.03em;
  color: #FFFFFF !important;
}
.hero h1,
.hero h1 * {
  color: #FFFFFF;
}
.hero h1 span {
  color: var(--brand-cyan) !important;
}
.hero__sub {
  margin-top: 18px; font-size: var(--fs-md); color: #B9CADD; max-width: 54ch; line-height: 1.7;
}
.hero__cta { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero__stats { margin-top: 40px; display: flex; gap: 32px; flex-wrap: wrap; }
.hero__stat .num { font-size: 1.8rem; font-weight: 900; color: #fff; }
.hero__stat .lbl { font-size: var(--fs-xs); color: #94B0C9; text-transform: uppercase; letter-spacing: 0.08em; }
.hero__visual {
  position: relative;
  display: grid; place-items: center;
}
.hero__ring {
  position: absolute; width: 110%; aspect-ratio: 1;
  border: 1px solid rgba(0,168,232,0.2); border-radius: 50%;
}
.hero__ring.r2 { width: 86%; border-color: rgba(0,168,232,0.3); }
.hero__logo-box {
  width: clamp(220px, 38vw, 360px); aspect-ratio: 1;
  border-radius: var(--r-xl); background: rgba(255,255,255,0.04);
  border: 1px solid rgba(0,168,232,0.25);
  display: grid; place-items: center; padding: 24px;
  box-shadow: 0 30px 70px rgba(0,0,0,0.4);
  position: relative; z-index: 2;
  backdrop-filter: blur(4px);
}
.hero__logo-box img { width: 100%; height: 100%; object-fit: contain; border-radius: var(--r-lg); }

/* floating chips */
.hero__chip {
  position: absolute; z-index: 3;
  background: rgba(255,255,255,0.95); color: var(--ink);
  border-radius: var(--r-pill); padding: 9px 15px;
  font-size: var(--fs-xs); font-weight: 700;
  display: flex; align-items: center; gap: 7px;
  box-shadow: var(--shadow-md);
}
.hero__chip .dot { background: var(--success); }
.hero__chip.c1 { top: 8%; inset-inline-start: -2%; animation: fadeUp 0.6s 0.3s ease both; }
.hero__chip.c2 { bottom: 14%; inset-inline-end: -4%; animation: fadeUp 0.6s 0.5s ease both; }
@media (max-width: 640px) { .hero__chip { display: none; } }

/* ===== HOME: trust strip ===== */
.trust {
  background: #fff; border-bottom: 1px solid var(--line);
}
.trust__row { display: flex; flex-wrap: wrap; gap: 18px 36px; justify-content: space-between; padding-block: 22px; }
.trust__item { display: flex; align-items: center; gap: 10px; font-size: var(--fs-sm); font-weight: 600; color: var(--ink-2); }
.trust__item svg { width: 22px; height: 22px; stroke: var(--brand-cyan); fill: none; stroke-width: 1.8; }

/* ===== HOME: featured ===== */
.featured-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-bottom: 32px; }
.featured-head .btn { flex-shrink: 0; }

/* ===== HOME: about teaser ===== */
.about-teaser { display: grid; grid-template-columns: 1fr; gap: 36px; align-items: center; }
@media (min-width: 860px) { .about-teaser { grid-template-columns: 0.9fr 1.1fr; } }
.about-teaser__media {
  border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 4/3;
  background: linear-gradient(135deg, var(--brand-cyan-light), #fff);
  display: grid; place-items: center; position: relative;
  border: 1px solid var(--line);
}
.about-teaser__media img { width: 70%; }
.about-teaser__media::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(600px 300px at 80% 20%, rgba(0,168,232,0.1), transparent);
}
.about-points { display: grid; gap: 16px; margin-top: 24px; }
.about-point { display: flex; gap: 14px; align-items: flex-start; }
.about-point__icon { width: 44px; height: 44px; border-radius: 12px; background: var(--brand-cyan-light); color: var(--brand-cyan); display: grid; place-items: center; flex-shrink: 0; }
.about-point__icon svg { width: 22px; height: 22px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.about-point h4 { font-size: var(--fs-md); margin-bottom: 2px; }
.about-point p { font-size: var(--fs-sm); color: var(--muted); }

/* ===== HOME: CTA band ===== */
.cta-band {
  background: linear-gradient(120deg, var(--brand-cyan), var(--brand-cyan-dark));
  border-radius: var(--r-xl);
  padding: clamp(36px, 6vw, 60px);
  display: flex; flex-direction: column; gap: 24px; align-items: flex-start;
  color: #fff; position: relative; overflow: hidden;
}
.cta-band::after {
  content: ""; position: absolute; inset-inline-end: -60px; top: -60px;
  width: 280px; height: 280px; border-radius: 50%;
  background: rgba(255,255,255,0.12);
}
.cta-band h2 { color: #fff; font-size: clamp(1.5rem, 3vw, 2rem); max-width: 18ch; }
.cta-band p { color: rgba(255,255,255,0.9); max-width: 52ch; }
.cta-band .btn { position: relative; z-index: 1; }
@media (min-width: 760px) { .cta-band { flex-direction: row; justify-content: space-between; align-items: center; } }

/* ===== CATALOG page ===== */
.catalog-layout {
  display: grid; grid-template-columns: 1fr; gap: 28px;
  align-items: start;
}
@media (min-width: 920px) { .catalog-layout { grid-template-columns: 264px 1fr; } }

/* Desktop Sidebar defaults */
.catalog-sidebar {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 18px 18px 6px;
}

@media (min-width: 920px) {
  .catalog-sidebar {
    position: sticky;
    top: calc(var(--header-h) + 16px);
  }
}

.sidebar-title {
  font-size: var(--fs-md);
  font-weight: 800;
  color: var(--ink);
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar-title-text {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sidebar-title svg {
  width: 18px; height: 18px; stroke: var(--brand-cyan); fill: none; stroke-width: 1.8;
}

.sidebar-close-btn { display: none; }
.sidebar-backdrop { display: none; }
.mobile-filter-btn { display: none; }

.sidebar-footer {
  border-top: 1px solid var(--line);
  padding-top: 14px;
  margin-top: 12px;
  padding-bottom: 14px;
  display: grid;
  gap: 8px;
}

/* ===== MOBILE & TABLET DRAWER / MODAL (< 920px) ===== */
@media (max-width: 919px) {
  .catalog-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 16px;
  }
  .catalog-toolbar__start {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .mobile-filter-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 14px;
    font-size: var(--fs-sm);
    font-weight: 700;
    color: var(--ink-2);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--r-pill);
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
    cursor: pointer;
    transition: all var(--transition);
  }
  .mobile-filter-btn:hover {
    border-color: var(--brand-cyan);
    color: var(--brand-cyan);
    background: var(--brand-cyan-light);
  }
  .mobile-filter-btn svg {
    stroke: currentColor;
  }
  .mobile-filter-count {
    display: inline-grid;
    place-items: center;
    background: var(--brand-cyan);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    width: 20px;
    height: 20px;
    border-radius: 50%;
  }

  /* Transform sidebar into a fixed off-canvas Drawer */
  .catalog-sidebar {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 9999 !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    visibility: hidden;
    pointer-events: none;
    transition: visibility 0.28s ease;
  }

  .catalog-sidebar.is-open {
    visibility: visible;
    pointer-events: auto;
  }

  /* Backdrop overlay */
  .catalog-sidebar .sidebar-backdrop {
    display: block;
    position: absolute;
    inset: 0;
    background: rgba(10, 26, 47, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    transition: opacity 0.28s ease;
  }
  .catalog-sidebar.is-open .sidebar-backdrop {
    opacity: 1;
  }

  /* Sliding Drawer Panel */
  .catalog-sidebar .sidebar-panel {
    position: absolute;
    top: 0;
    bottom: 0;
    width: min(88vw, 360px);
    background: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 2;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  }

  /* Direction handling: RTL (Arabic) slides from right, LTR from left */
  body.rtl .catalog-sidebar .sidebar-panel,
  [dir="rtl"] .catalog-sidebar .sidebar-panel {
    inset-inline-end: 0;
    inset-inline-start: auto;
    transform: translateX(100%);
  }
  body:not(.rtl) .catalog-sidebar .sidebar-panel,
  [dir="ltr"] .catalog-sidebar .sidebar-panel {
    inset-inline-start: 0;
    inset-inline-end: auto;
    transform: translateX(-100%);
  }

  .catalog-sidebar.is-open .sidebar-panel {
    transform: translateX(0) !important;
  }

  /* Drawer Header */
  .catalog-sidebar .sidebar-title {
    padding: 16px 20px;
    background: var(--bg-soft, #f8fafc);
    border-bottom: 1px solid var(--line);
    margin: 0;
  }
  .sidebar-close-btn {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: #fff;
    color: var(--ink-2);
    cursor: pointer;
    transition: all var(--transition);
  }
  .sidebar-close-btn:hover {
    background: var(--brand-cyan-light);
    color: var(--brand-cyan);
    border-color: var(--brand-cyan);
  }

  /* Drawer Scrollable Content */
  .catalog-sidebar .sidebar-content {
    flex: 1;
    overflow-y: auto;
    padding: 16px 20px;
    -webkit-overflow-scrolling: touch;
  }

  /* Drawer Sticky Footer */
  .catalog-sidebar .sidebar-footer {
    padding: 14px 20px;
    background: #fff;
    border-top: 1px solid var(--line);
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.05);
    margin: 0;
  }
}

/* Prevent body scrolling when filter drawer is open */
body.filter-drawer-open {
  overflow: hidden !important;
}

.catalog-main { min-width: 0; }
.catalog-toolbar {
  display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between;
  margin-bottom: 20px;
}
.catalog-toolbar .search-box { flex: 1; min-width: 220px; position: relative; }
.catalog-toolbar .search-box .icon-search { position: absolute; inset-inline-start: 14px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--muted); }
.catalog-toolbar .search-box .input { padding-inline-start: 40px; border-radius: var(--r-md); }
.sort-select { width: auto; min-width: 150px; }
.result-count { font-size: var(--fs-sm); color: var(--muted); }
.result-count b { color: var(--ink); }

.active-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.active-filter {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--brand-cyan-light); color: var(--brand-cyan-dark);
  padding: 6px 10px 6px 12px; border-radius: var(--r-pill); font-size: var(--fs-xs); font-weight: 700;
}
.active-filter button { display: grid; place-items: center; width: 16px; height: 16px; color: inherit; }
.active-filter svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2.4; }

.empty-state { text-align: center; padding: 60px 20px; color: var(--muted); }
.empty-state svg { width: 56px; height: 56px; stroke: var(--line); fill: none; stroke-width: 1.4; margin: 0 auto 16px; }
.empty-state h3 { color: var(--ink-2); margin-bottom: 6px; }

/* ===== PRODUCT DETAIL ===== */
.pd-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 880px) { .pd-grid { grid-template-columns: 1fr 1fr; gap: 48px; } }

.gallery { display: flex; flex-direction: column; gap: 14px; }
.gallery__main {
  aspect-ratio: 1/1; border-radius: var(--r-xl); overflow: hidden;
  background: var(--bg-soft); border: 1px solid var(--line);
}
.gallery__main img { width: 100%; height: 100%; object-fit: cover; }
.gallery__thumbs { display: flex; gap: 10px; flex-wrap: wrap; }
.gallery__thumb {
  width: 76px; height: 76px; border-radius: var(--r-md); overflow: hidden;
  border: 2px solid var(--line); background: var(--bg-soft); cursor: pointer; transition: border-color var(--transition);
}
.gallery__thumb.is-active { border-color: var(--brand-cyan); }
.gallery__thumb img { width: 100%; height: 100%; object-fit: cover; }

.pd-cat { font-size: var(--fs-sm); color: var(--brand-cyan); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }
.pd-name { font-size: clamp(1.5rem, 3vw, 2.1rem); margin-top: 8px; }
.pd-meta { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-top: 14px; color: var(--muted); font-size: var(--fs-sm); }
.pd-meta .brand-chip { display: inline-flex; align-items: center; gap: 6px; background: var(--bg-alt); padding: 5px 12px; border-radius: var(--r-pill); color: var(--ink-2); font-weight: 600; }
.pd-price { display: flex; align-items: baseline; gap: 8px; margin-top: 20px; }
.pd-price .amount { font-size: 2rem; font-weight: 900; color: var(--brand-navy); }
.pd-price .cur { font-size: var(--fs-md); color: var(--muted); font-weight: 700; }
.pd-avail { margin-top: 16px; }
.pd-desc { margin-top: 22px; color: var(--ink-2); line-height: 1.8; }

.spec-block { margin-top: 28px; }
.spec-block h3 { font-size: var(--fs-md); margin-bottom: 14px; }
.spec-list { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
.spec-row { display: grid; grid-template-columns: 1fr 1.2fr; background: #fff; padding: 13px 16px; font-size: var(--fs-sm); }
.spec-row .k { color: var(--muted); font-weight: 600; }
.spec-row .v { color: var(--ink); font-weight: 700; }
@media (max-width: 480px) { .spec-row { grid-template-columns: 1fr; gap: 2px; } }

.colors-block { margin-top: 24px; }
.colors-block h4 { font-size: var(--fs-sm); color: var(--muted); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.05em; }
.colors-list { display: flex; gap: 12px; }
.color-opt { display: flex; flex-direction: column; align-items: center; gap: 6px; cursor: pointer; }
.color-opt .swatch { width: 34px; height: 34px; }

.pd-actions { margin-top: 20px; display: flex; gap: 12px; flex-wrap: wrap; }
.pd-actions .btn--ghost { flex: 1; min-width: 140px; }
.pd-actions .fav-btn.is-active { background: #FEE2E2; color: var(--danger); border-color: #FECACA; }
.pd-actions .fav-btn.is-active svg { fill: currentColor; }
.pd-actions svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.8; }

/* Product Page Purchase Action Box */
.pd-buy-box {
  margin-top: 24px;
  padding: 16px 18px;
  background: var(--bg-alt);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-sm);
  width: 100%;
  box-sizing: border-box;
}
.pd-buy-box__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.pd-buy-box__qty {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pd-buy-box__stock-badge {
  font-size: var(--fs-xs);
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--r-pill);
  background: #dcfce7;
  color: #166534;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.pd-buy-box__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
}
.pd-buy-box__btns .btn {
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  white-space: normal;
  text-align: center;
  border-radius: var(--r-md);
  min-height: 46px;
  box-sizing: border-box;
}
@media (max-width: 520px) {
  .pd-buy-box__btns {
    grid-template-columns: 1fr;
  }
}

.store-note {
  margin-top: 20px; padding: 16px; border-radius: var(--r-md);
  background: var(--brand-cyan-light); border: 1px solid rgba(0,168,232,0.25);
  display: flex; gap: 12px; align-items: flex-start; font-size: var(--fs-sm); color: var(--ink-2);
}
.store-note svg { width: 22px; height: 22px; stroke: var(--brand-cyan); fill: none; stroke-width: 1.8; flex-shrink: 0; }

/* related */
.related { margin-top: 64px; }

/* ===== MY LIST ===== */
.mylist-empty { text-align: center; padding: 70px 20px; }
.mylist-empty svg { width: 64px; height: 64px; stroke: var(--line); fill: none; stroke-width: 1.3; margin: 0 auto 18px; }
.list-item {
  display: flex; gap: 16px; align-items: center;
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 12px; transition: border-color var(--transition), box-shadow var(--transition);
}
.list-item:hover { border-color: var(--brand-cyan); box-shadow: var(--shadow-sm); }
.list-item__img { width: 88px; height: 88px; border-radius: var(--r-md); overflow: hidden; background: var(--bg-soft); flex-shrink: 0; }
.list-item__img img { width: 100%; height: 100%; object-fit: cover; }
.list-item__body { flex: 1; min-width: 0; }
.list-item__cat { font-size: var(--fs-xs); color: var(--brand-cyan); font-weight: 700; text-transform: uppercase; }
.list-item__name { font-weight: 700; margin-top: 3px; }
.list-item__price { font-weight: 800; color: var(--brand-navy); margin-top: 4px; }
.list-item__remove {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  color: var(--muted); display: grid; place-items: center; transition: background var(--transition), color var(--transition);
}
.list-item__remove:hover { background: #FEE2E2; color: var(--danger); }
.list-item__remove svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.8; }

.list-summary {
  margin-top: 24px; background: var(--bg-alt); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 22px; display: flex; flex-wrap: wrap; gap: 16px; align-items: center; justify-content: space-between;
}
.list-summary .info { font-size: var(--fs-sm); color: var(--muted); }
.list-summary .info b { color: var(--ink); }

/* ===== About / Location / Contact ===== */
.page-hero {
  background: linear-gradient(180deg, var(--bg-soft), #fff);
  border-bottom: 1px solid var(--line);
  padding-block: clamp(20px, 3.5vw, 34px);
}
.breadcrumb { font-size: var(--fs-xs); color: var(--muted); margin-bottom: 6px; display: flex; gap: 8px; align-items: center; }
.breadcrumb a:hover { color: var(--brand-cyan); }
.breadcrumb .sep { color: var(--muted-2); }
.page-hero h1 { font-size: clamp(1.6rem, 3.2vw, 2.2rem); margin: 0; line-height: 1.2; }
.page-hero p { margin-top: 6px; color: var(--muted); max-width: 60ch; font-size: var(--fs-sm); line-height: 1.5; }

/* Top Brand Filter Bar in Page Hero */
.top-brand-filter-wrap {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.top-brand-filter-header {
  margin-bottom: 6px;
}
.top-brand-filter-title {
  font-size: var(--fs-xs);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.top-brand-chips {
  display: flex;
  align-items: center;
  gap: 12px;
  overflow-x: auto;
  padding-top: 12px;    /* Prevents hover clipping! */
  padding-bottom: 10px;
  padding-inline: 4px;
  scrollbar-width: thin;
  scrollbar-color: var(--brand-cyan) var(--line);
  -webkit-overflow-scrolling: touch;
}
.top-brand-chips::-webkit-scrollbar {
  height: 5px;
}
.top-brand-chips::-webkit-scrollbar-thumb {
  background: var(--brand-cyan);
  border-radius: 4px;
}
.top-brand-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 14px 12px;
  min-width: 92px;
  border-radius: var(--r-lg);
  background: #ffffff;
  border: 1.5px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--shadow-sm);
  user-select: none;
  text-align: center;
  flex-shrink: 0;
}
.top-brand-chip:hover {
  border-color: var(--brand-cyan);
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 168, 232, 0.18);
}
.top-brand-chip.is-active {
  background: #ffffff;
  border-color: var(--brand-cyan);
  box-shadow: 0 4px 14px rgba(0, 168, 232, 0.2), 0 0 0 1.5px var(--brand-cyan);
}
.top-brand-chip__name {
  font-size: var(--fs-xs);
  font-weight: 700;
  color: var(--ink);
  line-height: 1.2;
  transition: color 0.2s ease;
}
.top-brand-chip:hover .top-brand-chip__name {
  color: var(--brand-cyan);
}
.top-brand-chip.is-active .top-brand-chip__name {
  color: var(--brand-cyan);
  font-weight: 800;
}
.top-brand-chip__logo {
  width: 58px;
  height: 46px;
  border-radius: 8px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
  padding: 4px;
  border: 1px solid var(--line);
  transition: all 0.2s ease;
}
.top-brand-chip:hover .top-brand-chip__logo {
  background: #ffffff;
  border-color: var(--brand-cyan);
}
.top-brand-chip.is-active .top-brand-chip__logo {
  background: #ffffff;
  border-color: var(--brand-cyan);
}
.top-brand-chip__logo img {
  width: 100%;
  height: 100%;
  max-width: 50px;
  max-height: 38px;
  object-fit: contain;
  display: block;
}
.top-brand-chip__logo svg {
  color: var(--brand-cyan);
}
.top-brand-chip.is-active .top-brand-chip__logo svg {
  color: var(--brand-cyan);
}

.prose { max-width: 72ch; }
.prose p { margin-bottom: 16px; color: var(--ink-2); line-height: 1.8; }

/* Location */
.location-grid { display: grid; grid-template-columns: 1fr; gap: 32px; }
@media (min-width: 880px) { .location-grid { grid-template-columns: 1.2fr 0.8fr; } }
.map-frame {
  border-radius: var(--r-xl); overflow: hidden; border: 1px solid var(--line);
  min-height: 380px; background: var(--bg-soft);
  position: relative;
}
.map-frame iframe { width: 100%; height: 100%; min-height: 380px; border: 0; display: block; }
.info-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 24px;
}
.info-card h3 { margin-bottom: 18px; font-size: var(--fs-lg); }
.info-row { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line-2); }
.info-row:last-child { border-bottom: none; }
.info-row__icon { width: 42px; height: 42px; border-radius: 12px; background: var(--brand-cyan-light); color: var(--brand-cyan); display: grid; place-items: center; flex-shrink: 0; }
.info-row__icon svg { width: 20px; height: 20px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.info-row__label { font-size: var(--fs-xs); color: var(--muted); text-transform: uppercase; letter-spacing: 0.05em; }
.info-row__value { font-weight: 700; color: var(--ink); margin-top: 2px; }
.hours-list { display: grid; gap: 8px; margin-top: 10px; }
.hours-list li { display: flex; justify-content: space-between; font-size: var(--fs-sm); padding: 6px 0; border-bottom: 1px dashed var(--line-2); }
.hours-list li:last-child { border-bottom: none; }
.hours-list .day { color: var(--ink-2); font-weight: 600; }
.hours-list .time { color: var(--muted); }
.hours-list .closed { color: var(--danger); font-weight: 700; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
@media (min-width: 760px) { .contact-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .contact-grid { grid-template-columns: repeat(4, 1fr); } }
.contact-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px 24px;
  text-align: center; transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.contact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--brand-cyan); }
.contact-card__icon { width: 56px; height: 56px; border-radius: 16px; background: var(--brand-cyan-light); color: var(--brand-cyan); display: grid; place-items: center; margin: 0 auto 16px; }
.contact-card__icon svg { width: 26px; height: 26px; stroke: currentColor; fill: none; stroke-width: 1.8; }
.contact-card h3 { font-size: var(--fs-md); margin-bottom: 6px; }
.contact-card p { color: var(--muted); font-size: var(--fs-sm); margin-bottom: 14px; }
.contact-card .value { font-weight: 800; color: var(--ink); display: block; margin-bottom: 14px; word-break: break-word; }

/* Store Photos Gallery */
.store-photos-section {
  margin-top: 48px;
}
.store-photos-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 12px;
}
.store-photos-head h2 {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--brand-navy);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.store-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.store-photo-card {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  aspect-ratio: 4 / 3;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.store-photo-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--brand-cyan);
}
.store-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.store-photo-card:hover img {
  transform: scale(1.06);
}
.store-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.75) 0%, transparent 60%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 14px 16px;
  color: #fff;
  font-weight: 700;
  font-size: var(--fs-sm);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.store-photo-card:hover .store-photo-overlay {
  opacity: 1;
}
.store-photo-badge {
  background: rgba(0, 168, 232, 0.9);
  color: #fff;
  padding: 4px 10px;
  border-radius: var(--r-pill);
  font-size: var(--fs-xs);
  font-weight: 700;
}

/* Photo Lightbox Modal */
.photo-lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  background: rgba(15, 23, 42, 0.9);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.photo-lightbox.is-open {
  display: flex;
}
.photo-lightbox__content {
  position: relative;
  max-width: 90vw;
  max-height: 88vh;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}
.photo-lightbox__content img {
  max-width: 100%;
  max-height: 85vh;
  object-fit: contain;
  display: block;
  border-radius: var(--r-lg);
}
.photo-lightbox__close {
  position: absolute;
  top: 16px;
  inset-inline-end: 16px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  font-size: 24px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: background 0.2s;
  z-index: 10;
}
.photo-lightbox__close:hover {
  background: rgba(255, 255, 255, 0.4);
}

/* WhatsApp float */
.wa-float {
  position: fixed; inset-inline-end: 20px; bottom: 20px; z-index: 90;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: #fff; display: grid; place-items: center;
  box-shadow: 0 8px 24px rgba(37,211,102,0.45); transition: transform var(--transition);
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 28px; height: 28px; fill: currentColor; }

/* About teaser visual (no image) */
.about-teaser-visual {
  background: linear-gradient(135deg, var(--brand-cyan), var(--brand-cyan-dark, #0086b8));
  border-radius: 20px;
  padding: 60px 40px;
  text-align: center;
  color: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.about-teaser-emoji {
  font-size: 80px;
  line-height: 1;
}
.about-teaser-visual p {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
}
