/*
  هیوا دکور — استایل پایه.
  توکن‌ها (رنگ، فونت، عرض کانتینر، گردی) از سایت فعلی استخراج شده‌اند تا
  ظاهر آشنا بماند، ولی CSS از صفر و مستقل از مارک‌آپ وردپرس نوشته شده است.
*/

@font-face {
  font-family: "Abar";
  src: url("../fonts/AbarLowFaNum-Regular.746ef0d4f401.woff2") format("woff2"),
       url("../fonts/AbarLowFaNum-Regular.e820dad49625.woff") format("woff");
  font-weight: 400; font-display: swap;
}

/* ------------------------------------------------------------ Latest contact + cooperation modal */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.contact-page-body .contact-intro {
  grid-template-columns: 558px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 32px 0 48px;
  direction: ltr;
}
.contact-page-body .contact-intro-copy {
  direction: rtl;
}
.contact-page-body .contact-intro-media {
  width: 558px;
  height: 347px;
}
.contact-page-body .contact-intro-media img {
  object-position: center;
}
.contact-page-body .contact-intro h1 {
  margin-bottom: 8px;
}
.contact-page-body .contact-lead {
  max-width: none;
  margin-bottom: 24px;
  color: #666;
  text-align: justify;
}
.contact-page-body .contact-info-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
}
.contact-page-body .contact-info-card {
  grid-column: span 2;
  min-height: 90px;
  padding: 8px;
}
.contact-page-body .contact-info-card-wide {
  grid-column: span 3;
}
.contact-page-body .contact-info-card > img,
.contact-page-body .contact-clock-icon {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 auto 8px;
}
.contact-page-body .contact-clock-icon img {
  position: absolute;
  inset: 0;
  width: 24px;
  height: 24px;
}
.contact-page-body .contact-info-card h2 {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.contact-page-body .contact-info-card p,
.contact-page-body .contact-info-card a {
  color: #666;
  font-size: 14px;
  line-height: 21px;
}
.contact-social-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  width: 100%;
  padding-inline: 8px;
  min-height: 21px;
}
.contact-social-links a,
.contact-social-links img {
  display: block;
  width: 18px;
  height: 18px;
}
.contact-page-body .contact-form-section {
  grid-template-areas:
    "form map"
    "agency agency";
  gap: 24px;
  direction: ltr;
}
.contact-page-body .contact-form-panel,
.contact-page-body .contact-map-panel {
  min-height: 558px;
}
.contact-page-body .contact-agency-cta {
  min-height: 148px;
}
.contact-page-body .contact-agency-link {
  border-radius: 0;
}

.cooperation-modal[hidden] { display: none; }
.cooperation-modal {
  position: fixed;
  inset: 0;
  z-index: 5000;
  display: grid;
  place-items: center;
  padding: 24px;
}
.cooperation-modal-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(33, 33, 33, .5);
  cursor: default;
}
.cooperation-dialog {
  position: relative;
  z-index: 1;
  width: min(930px, 100%);
  max-height: calc(100vh - 48px);
  padding: 24px;
  overflow-y: auto;
  background: #fff;
  direction: rtl;
}
.cooperation-dialog > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.cooperation-dialog h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.cooperation-close {
  order: 2;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #222;
  font-size: 26px;
  line-height: 20px;
  cursor: pointer;
}
.cooperation-help {
  margin: 0 0 24px;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
}
.cooperation-dialog form,
.cooperation-dialog label {
  display: grid;
  gap: 4px;
}
.cooperation-dialog form { gap: 16px; }
.cooperation-dialog label > span {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.cooperation-dialog input,
.cooperation-dialog select,
.cooperation-dialog textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  color: #222;
  font: inherit;
}
.cooperation-dialog input,
.cooperation-dialog select {
  height: 48px;
  padding: 0 16px;
}
.cooperation-dialog textarea {
  min-height: 166px;
  padding: 10px 16px;
  resize: vertical;
}
.cooperation-dialog small { color: #c83d3d; }
.cooperation-primary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.cooperation-choice-group {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.cooperation-choice-group legend {
  margin-bottom: 8px;
  color: #222;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.cooperation-check-list > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px 32px;
}
.cooperation-check-list > div > div {
  min-width: 0;
}
.cooperation-check-list label {
  display: inline-flex;
  grid-template-columns: none;
  align-items: center;
  gap: 8px;
  color: #222;
  font-size: 14px;
  line-height: 21px;
  white-space: nowrap;
  cursor: pointer;
}
.cooperation-check-list input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  accent-color: #54bab3;
}
.cooperation-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  direction: ltr;
}
.cooperation-actions button {
  min-height: 48px;
  border: 0;
  border-radius: 0;
  background: #212121;
  color: #fff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.cooperation-actions .cooperation-cancel {
  background: #eee;
  color: #222;
}
.cooperation-success-dialog {
  width: min(564px, 100%);
  max-height: calc(100vh - 48px);
  padding: 48px 24px 24px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.cooperation-success-image {
  display: block;
  width: 372px;
  height: 300px;
  max-width: 100%;
  object-fit: contain;
}
.cooperation-success-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.cooperation-success-copy h2 {
  margin: 0;
  color: #10b981;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
.cooperation-success-copy p {
  margin: 0;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: center;
}
.cooperation-success-dismiss {
  width: 100%;
  min-height: 48px;
  padding: 8px 16px;
  border: 0;
  border-radius: 0;
  background: rgba(33, 33, 33, .08);
  color: #222;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 991px) {
  .contact-page-body .contact-intro {
    grid-template-columns: 1fr;
    direction: rtl;
  }
  .contact-page-body .contact-intro-media {
    width: 100%;
    height: min(78vw, 440px);
  }
  .contact-page-body .contact-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-page-body .contact-info-card,
  .contact-page-body .contact-info-card-wide {
    grid-column: span 1;
    display: block;
    min-height: 132px;
    text-align: center;
  }
  .contact-page-body .contact-form-section {
    grid-template-areas: "form" "map" "agency";
  }
  .cooperation-primary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .catalog-page {
    width: min(1440px, calc(100vw - 64px));
    max-width: calc(100vw - 32px);
    padding-inline: 0;
  }

  .catalog-page .shop-frame-273-hero,
  .catalog-page .shop-frame-273-hero + .catalog-layout {
    width: 100%;
    max-width: 100%;
  }

  .catalog-page .shop-frame-273-hero + .catalog-layout {
    grid-template-columns: minmax(0, 1fr) 268px;
    gap: 24px;
    direction: ltr;
  }

  .catalog-page .shop-frame-273-hero + .catalog-layout > section {
    direction: rtl;
  }

  .catalog-page .shop-frame-273-hero + .catalog-layout .filters {
    direction: rtl;
  }

  .catalog-page .shop-frame-273-hero + .catalog-layout .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
  }
}

@media (min-width: 992px) and (max-width: 1519px) {
  .catalog-page {
    width: 1144px;
  }
}

@media (max-width: 640px) {
  .contact-page-body .contact-info-grid,
  .cooperation-dialog .contact-form-row,
  .cooperation-primary-grid,
  .cooperation-actions {
    grid-template-columns: 1fr;
  }
  .cooperation-modal { padding: 12px; }
  .cooperation-dialog {
    max-height: calc(100vh - 24px);
    padding: 20px;
    overflow-y: auto;
  }
  .cooperation-dialog form { gap: 16px; }
  .cooperation-actions { gap: 12px; }
  .cooperation-modal-success {
    place-items: end stretch;
    padding: 0;
  }
  .cooperation-success-dialog {
    width: 100%;
    max-height: 100vh;
    padding: 24px;
  }
  .cooperation-success-image {
    width: 248px;
    height: 200px;
  }
}
@font-face {
  font-family: "Abar";
  src: url("../fonts/AbarLowFaNum-Medium.e7f998c2f7c1.woff2") format("woff2"),
       url("../fonts/AbarLowFaNum-Medium.a1bf01319bce.woff") format("woff");
  font-weight: 500; font-display: swap;
}
@font-face {
  font-family: "Abar";
  src: url("../fonts/AbarLowFaNum-SemiBold.55677a50e20d.woff2") format("woff2"),
       url("../fonts/AbarLowFaNum-SemiBold.e3b8008a8a81.woff") format("woff");
  font-weight: 600; font-display: swap;
}
@font-face {
  font-family: "Abar";
  src: url("../fonts/AbarLowFaNum-Bold.ca2152c8a57b.woff2") format("woff2"),
       url("../fonts/AbarLowFaNum-Bold.228daa8eb146.woff") format("woff");
  font-weight: 700; font-display: swap;
}
@font-face {
  font-family: "Abar";
  src: url("../fonts/AbarLowFaNum-Bold.ca2152c8a57b.woff2") format("woff2"),
       url("../fonts/AbarLowFaNum-Bold.228daa8eb146.woff") format("woff");
  font-weight: 800; font-display: swap;
}

:root {
  --primary: #83b735;
  --primary-dark: #6f9d2c;
  --accent: #fbbc34;
  --title: #242424;
  --link: #333333;
  --text: #767676;
  --border: #e6e6e6;
  --bg-soft: #f7f7f7;
  --form-bg: rgba(155, 155, 155, 0.08);
  --radius: 5px;
  --container: 1222px;
}

*, *::before, *::after { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Abar", Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  background: #fff;
  line-height: 1.9;
}

h1, h2, h3, h4 { color: var(--title); font-weight: 700; line-height: 1.5; margin: 0 0 .6em; }
a { color: var(--link); text-decoration: none; }
a:hover { color: var(--primary); }
img { max-width: 100%; height: auto; display: block; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 16px; }

/* ---------------------------------------------------------------- هدر */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: #fff; border-bottom: 1px solid var(--border);
}
.site-header .inner {
  display: flex; align-items: center; gap: 24px;
  min-height: 72px;
}
.site-header .logo img { height: 38px; width: auto; }
.main-nav { display: flex; gap: 22px; flex-wrap: wrap; }
.main-nav a { font-weight: 600; color: var(--title); padding: 6px 0; border-bottom: 2px solid transparent; }
.main-nav a:hover, .main-nav a.active { color: var(--primary); border-bottom-color: var(--primary); }

.header-search { margin-inline-start: auto; display: flex; }
.header-search input {
  font: inherit; padding: 0 14px; height: 42px; width: 240px;
  border: 2px solid transparent; background: var(--form-bg);
  border-radius: var(--radius) 0 0 var(--radius); color: var(--title);
}
.header-search input:focus { outline: none; border-color: var(--primary); }
.header-search button {
  font: inherit; font-weight: 600; cursor: pointer;
  padding: 0 18px; height: 42px; border: 0;
  background: var(--primary); color: #fff;
  border-radius: 0 var(--radius) var(--radius) 0;
}
.header-search button:hover { background: var(--primary-dark); }

@media (max-width: 700px) {
  .site-header .inner { flex-wrap: wrap; min-height: auto; padding: 10px 0; gap: 10px 16px; }
  .site-header .logo { order: 1; }
  .site-header .logo img { height: 30px; }
  .user-nav { order: 2; margin-inline-start: auto; font-size: 12.5px; gap: 10px; }
  .header-search { order: 3; width: 100%; margin-inline-start: 0; }
  .header-search input { width: 100%; flex: 1; }
  .main-nav { order: 4; width: 100%; justify-content: center; gap: 18px; }
}

/* ---------------------------------------------------------------- هیرو */
.hero { position: relative; height: 420px; overflow: hidden; background: #222; }
.hero video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero .overlay {
  position: absolute; inset: 0; background: rgba(0, 0, 0, .42);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center; padding: 20px;
}
.hero h1 { color: #fff; font-size: 34px; margin-bottom: 10px; }
.hero p { color: rgba(255, 255, 255, .9); font-size: 16px; max-width: 620px; margin: 0 0 22px; }
.btn {
  display: inline-block; padding: 12px 28px; border-radius: var(--radius);
  background: var(--primary); color: #fff; font-weight: 600; border: 0; cursor: pointer;
}
.btn:hover { background: var(--primary-dark); color: #fff; }
.btn-outline { background: transparent; border: 2px solid #fff; color: #fff; }
.btn-outline:hover { background: #fff; color: var(--title); }

/* ---------------------------------------------------------------- چیدمان کاتالوگ */
.catalog-layout { display: grid; grid-template-columns: 268px 1fr; gap: 28px; margin: 28px 0 60px; }
@media (max-width: 991px) { .catalog-layout { grid-template-columns: 1fr; } }

.toolbar {
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap;
  padding-bottom: 14px; margin-bottom: 18px; border-bottom: 1px solid var(--border);
}
.toolbar .count { color: var(--title); font-weight: 600; }
.toolbar .spacer { margin-inline-start: auto; }
.toolbar select { font: inherit; padding: 8px 10px; border: 1px solid var(--border); border-radius: var(--radius); background: #fff; }

/* ---------------------------------------------------------------- فیلترها */
.filters {
  align-self: start; background: #fff; border: 1px solid var(--border); border-radius: 14px;
  padding: 18px 20px 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, .035);
}
.filters-head {
  font-weight: 700; color: var(--title); font-size: 16px;
  padding-bottom: 14px; margin-bottom: 4px; border-bottom: 2px solid var(--primary);
  display: flex; align-items: center; gap: 8px;
}
.filters-head::before {
  content: ""; width: 8px; height: 8px; flex: none; border-radius: 2px; background: var(--primary);
}
.filter-group { border-bottom: 1px solid var(--border); padding: 15px 0; }
.filter-group:last-of-type { border-bottom: 0; }
.filter-group > summary {
  cursor: pointer; list-style: none; font-weight: 700; color: var(--title); font-size: 13.5px;
  display: flex; align-items: center; justify-content: space-between;
  border-radius: 6px; margin: -4px; padding: 4px; transition: color .12s;
}
.filter-group > summary:hover { color: var(--primary-dark); }
.filter-group > summary::-webkit-details-marker { display: none; }
.filter-group > summary::after {
  content: ""; width: 9px; height: 9px; flex: none;
  border-inline-end: 2px solid var(--text); border-bottom: 2px solid var(--text);
  transform: rotate(45deg); margin-inline-end: 3px; transition: transform .15s;
}
.filter-group:not([open]) > summary::after { transform: rotate(-45deg); }
.filter-list { list-style: none; margin: 12px 0 0; padding: 0; max-height: 260px; overflow-y: auto; }
.filter-list li { margin-bottom: 2px; }
.filter-list a {
  display: flex; align-items: center; gap: 8px;
  padding: 6px 8px; border-radius: 8px; font-size: 13px; transition: background .12s;
}
.filter-list a:hover { background: var(--bg-soft); }
.filter-list a.on { background: rgba(131, 183, 53, .12); color: var(--title); font-weight: 600; }
.filter-list .n { margin-inline-start: auto; color: #aaa; font-size: 12px; }
.filter-list a.on .n { color: var(--primary-dark); }

.swatch {
  width: 16px; height: 16px; border-radius: 50%; flex: none;
  border: 1px solid rgba(0, 0, 0, .18);
}
.swatch.lg { width: 26px; height: 26px; }
.swatch.xl { width: 34px; height: 34px; box-shadow: 0 1px 3px rgba(0, 0, 0, .12); }

/* شبکه خانواده‌های رنگ — بدون خواندن متن هم قابل تشخیص است */
.swatch-grid {
  display: grid; grid-template-columns: repeat(5, 1fr);
  gap: 10px 6px; margin-top: 14px;
}
.swatch-cell {
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 8px 2px; border-radius: 10px; text-align: center;
  border: 2px solid transparent; transition: background .12s, border-color .12s;
}
.swatch-cell:hover { background: var(--bg-soft); }
.swatch-cell.on { border-color: var(--primary); background: rgba(131, 183, 53, .1); }
.swatch-cell.on .swatch.xl { box-shadow: 0 0 0 3px rgba(131, 183, 53, .22); }
.swatch-cell .lbl {
  font-size: 10.5px; line-height: 1.35; color: var(--title);
  overflow-wrap: anywhere;
}
.swatch-cell .n { font-size: 10px; color: #aaa; }
.swatch-cell.on .n { color: var(--primary-dark); font-weight: 700; }

.active-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.chip {
  display: inline-flex; align-items: center; gap: 6px; font-size: 12px;
  padding: 5px 12px; border-radius: 999px; background: var(--bg-soft);
  border: 1px solid var(--border); color: var(--title); transition: border-color .12s, color .12s;
}
.chip:hover { border-color: var(--primary); color: var(--primary); }
.chip.clear { background: transparent; border-style: dashed; }

/* ---------------------------------------------------------------- کارت محصول */
.product-grid {
  display: grid; gap: 22px;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}
@media (max-width: 560px) {
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .card .title { font-size: 12px; }
  .card .sub { font-size: 11px; }
}
.card { display: flex; flex-direction: column; }
.card .thumb {
  position: relative; aspect-ratio: 1; overflow: hidden;
  border-radius: var(--radius); background: var(--bg-soft);
}
.card .thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.card:hover .thumb img { transform: scale(1.04); }
.card .thumb .code-badge {
  position: absolute; inset-inline-start: 8px; top: 8px;
  background: rgba(255, 255, 255, .92); color: var(--title);
  font-size: 12px; font-weight: 700; padding: 3px 9px; border-radius: 999px;
}
/* وقتی تصویر نداریم، سواچ رنگ‌های واقعی محصول را نشان می‌دهیم */
.swatch-stack { position: absolute; inset: 0; display: flex; flex-direction: column; }
.swatch-stack span { flex: 1; }
.card .meta { padding-top: 10px; }
.card .title { font-size: 13px; font-weight: 600; color: var(--title); margin: 0 0 4px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.card .sub { font-size: 12px; color: var(--text); }
.card .dots { display: flex; gap: 4px; margin-top: 8px; }
.card .dots .swatch { width: 13px; height: 13px; }

/* ---------------------------------------------------------------- صفحه محصول */
.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; margin: 30px 0 60px; }
@media (max-width: 767px) { .product-detail { grid-template-columns: 1fr; } }
.product-detail .gallery { aspect-ratio: 1; border-radius: var(--radius); overflow: hidden; background: var(--bg-soft); }
.product-detail .gallery img { width: 100%; height: 100%; object-fit: cover; }
.spec-table { width: 100%; border-collapse: collapse; margin-top: 18px; }
.spec-table th, .spec-table td { text-align: start; padding: 9px 0; border-bottom: 1px solid var(--border); font-size: 13px; }
.spec-table th { color: var(--text); font-weight: 500; width: 42%; }
.spec-table td { color: var(--title); font-weight: 600; }
.color-row { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.color-row .name { font-size: 13px; color: var(--title); }
.color-row .en { font-size: 12px; color: var(--text); }

.sibling-grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); margin-top: 14px; }
.sibling { text-align: center; }
.sibling .thumb { aspect-ratio: 1; border-radius: var(--radius); overflow: hidden; background: var(--bg-soft); border: 2px solid transparent; }
.sibling:hover .thumb { border-color: var(--primary); }
.sibling .c { font-size: 11px; margin-top: 5px; color: var(--text); }

/* ---------------------------------------------------------------- صفحه گروه طرح */
.crumbs { margin: 22px 0 10px; font-size: 13px; }
.group-detail { display: grid; grid-template-columns: 1.05fr 1fr; gap: 38px; margin-bottom: 20px; }
@media (max-width: 860px) { .group-detail { grid-template-columns: 1fr; gap: 26px; } }

.group-title { font-size: 22px; margin-bottom: 4px; }
.group-sub { font-size: 13px; margin: 0 0 20px; }

/* --- قاب تصویر با ذره‌بین --- */
/* تصاویر سواچ عمودی‌اند (حدود ۴ به ۵)؛ قاب مربع بخش زیادی را می‌بُرید. */
.zoom-frame {
  position: relative; aspect-ratio: 4 / 5; overflow: hidden;
  border-radius: var(--radius); background: var(--bg-soft);
  cursor: crosshair; border: 1px solid var(--border);
  max-height: 74vh;
}
.zoom-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
.loupe {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  border-radius: 0;
  transition: opacity .12s ease;
}
.loupe-selector {
  border: 2px solid #212121;
  background: rgba(255, 255, 255, .05);
  z-index: 6;
}
.loupe-preview {
  display: none;
}
.zoom-hint {
  position: absolute; inset-inline-start: 12px; bottom: 12px;
  background: rgba(0, 0, 0, .55); color: #fff; font-size: 11.5px;
  padding: 5px 11px; border-radius: 999px; pointer-events: none;
  transition: opacity .2s ease;
}

/* --- نوار بندانگشتی کدها --- */
.thumb-row {
  display: grid; gap: 8px; margin-top: 12px;
  grid-template-columns: repeat(auto-fill, minmax(78px, 1fr));
}
.thumb-btn {
  border: 2px solid transparent; background: none; padding: 0; cursor: pointer;
  border-radius: var(--radius); overflow: hidden; font: inherit;
}
.thumb-btn > img, .thumb-btn > .swatch-stack {
  width: 100%; aspect-ratio: 1; object-fit: cover; display: block;
}
.thumb-btn .c {
  display: block; font-size: 10.5px; color: var(--text);
  padding: 3px 0; text-align: center;
}
.thumb-btn:hover { border-color: var(--border); }
.thumb-btn.on { border-color: var(--primary); }
.thumb-btn.on .c { color: var(--primary-dark); font-weight: 700; }

/* --- انتخابگر و رنگ‌ها --- */
.selector { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.selector label { font-weight: 600; color: var(--title); font-size: 13px; min-width: 74px; }
.selector select {
  font: inherit; flex: 1; height: 42px; padding: 0 12px;
  border: 2px solid var(--border); border-radius: var(--radius); background: #fff;
}
.selector select:focus { outline: none; border-color: var(--primary); }

.color-block { margin-bottom: 14px; }
.color-block-title {
  display: block; font-size: 12px; color: var(--text); margin-bottom: 6px;
}
.color-pill {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid var(--border); border-radius: 999px;
  padding: 4px 12px 4px 6px; margin: 0 0 6px 6px;
}
.color-pill:hover { border-color: var(--primary); }
.color-pill b { display: block; font-size: 12.5px; color: var(--title); font-weight: 600; }
.color-pill i { font-size: 11px; color: var(--text); font-style: normal; }

.note-warn {
  background: var(--bg-soft); border-inline-start: 3px solid var(--accent);
  padding: 9px 12px; font-size: 12.5px; margin: 12px 0;
}

/* ---------------------------------------------------------------- آلبوم */
.album-grid { display: grid; gap: 24px; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); margin: 24px 0 60px; }
.album-card { border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; }
.album-card:hover { border-color: var(--primary); }
.album-card .top { aspect-ratio: 4/3; background: var(--bg-soft); display: flex; align-items: center; justify-content: center; }
.album-card .top .letter { font-size: 40px; font-weight: 700; color: #d5d5d5; }
.album-card .body { padding: 14px; }
.album-card h3 { margin: 0 0 4px; font-size: 16px; }
.album-card .sub { font-size: 12px; }

.page-block { margin-bottom: 34px; }
.page-block h3 { font-size: 15px; padding-bottom: 8px; border-bottom: 2px solid var(--primary); display: inline-block; }

/* ---------------------------------------------------------------- صفحه‌بندی */
.pagination { display: flex; gap: 6px; justify-content: center; margin: 36px 0; flex-wrap: wrap; }
.pagination a, .pagination span {
  min-width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid #dbdbdb; border-radius: 0; background: #fff; color: #212121; font-size: 12px; font-weight: 500; padding: 0 8px;
}
.pagination a:hover { border-color: #54bab3; color: #43958f; }
.pagination .current { background: #54bab3; border-color: #54bab3; color: #fff; font-weight: 700; }

.empty { text-align: center; padding: 70px 20px; color: var(--text); }
.empty h3 { color: var(--title); }

/* ---------------------------------------------------------------- فوتر */
.site-footer { background: #242424; color: rgba(255, 255, 255, .72); padding: 40px 0 24px; margin-top: 40px; }
.site-footer a { color: rgba(255, 255, 255, .72); }
.site-footer a:hover { color: var(--accent); }
.site-footer .cols { display: grid; gap: 28px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.site-footer h4 { color: #fff; font-size: 15px; }
.site-footer .bottom { border-top: 1px solid rgba(255, 255, 255, .12); margin-top: 26px; padding-top: 16px; font-size: 12px; text-align: center; }

.demo-banner {
  background: var(--accent); color: #3a2c00; text-align: center;
  padding: 7px 14px; font-size: 12.5px; font-weight: 600;
}

/* ------------------------------------------------------------ ورود/ثبت‌نام */
.auth-box { max-width: 380px; margin: 50px auto; padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); }
.auth-box h1 { font-size: 22px; margin-bottom: 20px; text-align: center; }
.auth-field { margin-bottom: 14px; }
.auth-field label { display: block; font-weight: 600; font-size: 13px; margin-bottom: 6px; color: var(--title); }
.auth-field input {
  width: 100%; padding: 10px 12px; border: 1px solid var(--border); border-radius: var(--radius);
  font: inherit; box-sizing: border-box;
}
.auth-field input:focus { outline: none; border-color: var(--primary); }
.auth-box .btn { width: 100%; border: 0; padding: 11px; font-size: 15px; border-radius: var(--radius); }
.auth-error { color: #c0392b; font-size: 12.5px; margin-top: 5px; }
.auth-alt { text-align: center; margin-top: 16px; font-size: 13.5px; }

.site-toast-stack {
  position: fixed;
  z-index: 1200;
  top: 88px;
  left: 24px;
  display: grid;
  width: min(398px, calc(100vw - 32px));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  direction: rtl;
}

.site-toast {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
  padding: 16px;
  border: 0;
  border-bottom: 2px solid #f8a81a;
  background: #fef1da;
  color: #222;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .08);
  animation: site-toast-in .18s ease-out both;
}

.site-toast p {
  flex: 1 1 auto;
  margin: 0;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: justify;
}

.site-toast.success {
  align-items: center;
  border-bottom-color: #10b981;
  background: #d9f4eb;
}

.site-toast.error {
  border-bottom-color: #ff5a5a;
  background: #ffe4e4;
}

.site-toast.warning {
  border-bottom-color: #f8a81a;
  background: #fef1da;
}

.site-toast.info {
  border-bottom-color: #54bab3;
  background: #eef9f8;
}

.site-toast-close {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  border: 0;
  background: transparent;
  color: #999;
  font: inherit;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.site-toast-close:focus-visible {
  outline: 2px solid #212121;
  outline-offset: 2px;
}

.site-toast.is-hiding {
  animation: site-toast-out .2s ease-in both;
}

@keyframes site-toast-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes site-toast-out {
  from { opacity: 1; transform: translateY(0); }
  to { opacity: 0; transform: translateY(-8px); }
}

/* --------------------------------------------------------------- کاربر هدر */
.user-nav { display: flex; align-items: center; gap: 12px; font-size: 13.5px; }
.user-nav a { font-weight: 600; }
.user-nav form { display: inline; }
.user-nav button {
  background: none; border: 0; padding: 0; font: inherit; color: var(--text); cursor: pointer;
}
.user-nav button:hover { color: var(--primary); }

/* ------------------------------------------------------------ سبد خرید و سفارش */
.cart-link { position: relative; }
.cart-count {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 18px; height: 18px; padding: 0 4px; margin-inline-start: 4px;
  background: var(--primary); color: #fff; border-radius: 999px; font-size: 10.5px; font-weight: 700;
}

.page-heading { font-size: 24px; margin: 30px 0 20px; }

.cart-table { width: 100%; border-collapse: collapse; margin: 24px 0; }
.cart-table th, .cart-table td { padding: 14px 10px; border-bottom: 1px solid var(--border); text-align: start; font-size: 13.5px; vertical-align: middle; }
.cart-table th { color: var(--text); font-weight: 600; font-size: 12px; }
.cart-table .thumb { width: 56px; height: 56px; border-radius: var(--radius); object-fit: cover; background: var(--bg-soft); }
.cart-table .prod-name { color: var(--title); font-weight: 600; }
.cart-table .prod-code { color: var(--text); font-size: 12px; }
.cart-table .qty-form { display: flex; align-items: center; gap: 6px; }
.cart-table .qty-form input {
  width: 60px; padding: 6px 8px; border: 1px solid var(--border); border-radius: var(--radius); font: inherit; text-align: center;
}
.cart-table .remove-btn { background: none; border: 0; color: #c0392b; font-size: 12.5px; cursor: pointer; padding: 0; }
.cart-table .remove-btn:hover { text-decoration: underline; }
.cart-summary { display: flex; justify-content: flex-end; margin-top: 10px; }
.cart-summary .box { min-width: 260px; }
.cart-summary .row { display: flex; justify-content: space-between; padding: 8px 0; font-size: 14px; }
.cart-summary .row.total { font-size: 17px; font-weight: 700; color: var(--title); border-top: 1px solid var(--border); padding-top: 12px; margin-top: 4px; }
.cart-actions { text-align: end; margin-top: 16px; }
.empty-state { text-align: center; padding: 70px 20px; color: var(--text); }

.checkout-layout { display: grid; grid-template-columns: 1.3fr 1fr; gap: 40px; margin: 28px 0 60px; align-items: start; }
@media (max-width: 900px) { .checkout-layout { grid-template-columns: 1fr; } }
.checkout-field { margin-bottom: 16px; }
.checkout-field label { display: block; font-weight: 600; font-size: 13px; margin-bottom: 6px; color: var(--title); }
.checkout-field input, .checkout-field textarea {
  width: 100%; padding: 10px 12px; border: 1px solid var(--border); border-radius: var(--radius); font: inherit; box-sizing: border-box;
}
.checkout-field input:focus, .checkout-field textarea:focus { outline: none; border-color: var(--primary); }
.checkout-field .auth-error { color: #c0392b; font-size: 12.5px; margin-top: 5px; }

.order-summary-box { background: var(--bg-soft); border-radius: var(--radius); padding: 20px; }
.order-summary-box .line { display: flex; justify-content: space-between; padding: 7px 0; font-size: 13px; color: var(--title); }
.order-summary-box .line .n { color: var(--text); font-size: 12px; }
.order-summary-box .total { display: flex; justify-content: space-between; font-size: 16px; font-weight: 700; color: var(--title);
  border-top: 1px solid var(--border); margin-top: 10px; padding-top: 12px; }

.payment-box { max-width: 480px; margin: 30px auto 60px; text-align: center; }
.payment-card { background: var(--bg-soft); border-radius: var(--radius); padding: 22px; margin: 20px 0; }
.payment-card .card-number { font-size: 21px; font-weight: 700; letter-spacing: 1.5px; color: var(--title); margin: 8px 0; direction: ltr; }
.payment-card .holder { font-size: 13px; color: var(--text); }

.status-badge { display: inline-block; padding: 4px 12px; border-radius: 999px; font-size: 12px; font-weight: 700; }
.status-badge.pending_payment { background: #fdf3d9; color: #8a6d1a; }
.status-badge.payment_review { background: #eaf1fb; color: #2f5fa3; }
.status-badge.confirmed, .status-badge.shipped, .status-badge.delivered { background: #eaf6e2; color: #3f6b1c; }
.status-badge.cancelled { background: #fbeae7; color: #c0392b; }

.order-list-table { width: 100%; border-collapse: collapse; margin-top: 20px; }
.order-list-table th, .order-list-table td { padding: 12px 10px; border-bottom: 1px solid var(--border); text-align: start; font-size: 13.5px; }
.order-list-table th { color: var(--text); font-weight: 600; font-size: 12px; }

/* ------------------------------------------------------------ Figma public frames 273/276/278/279 */
.catalog-layout > section,
.container > .album-grid,
.container > .page-block,
.product-detail,
.group-detail {
  direction: rtl;
}

.catalog-layout > section {
  order: 1;
}

.product-grid {
  align-items: start;
}

.card .thumb,
.album-card .top,
.zoom-frame {
  background: #eee;
}

.card .meta,
.album-card .body {
  text-align: right;
}

.album-card .body h3,
.card .title {
  line-height: 1.55;
}

.product-detail,
.group-detail {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 42%);
  align-items: start;
}

.product-detail > div:first-child,
.group-detail > div:first-child {
  order: 2;
}

.product-detail > div:last-child,
.group-detail > div:last-child {
  order: 1;
}

.product-detail .zoom-frame,
.group-detail .zoom-frame {
  width: 100%;
  max-height: none;
}

.product-detail .btn,
.group-detail .btn {
  margin-top: 18px;
}

.album-grid .album-card,
.product-grid .card {
  transition: transform .24s ease, box-shadow .24s ease;
}

.album-grid .album-card:hover,
.product-grid .card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .08);
}

.page-block {
  padding-top: 32px;
  border-top: 1px solid #eee;
}

.page-block h3 {
  border-bottom: 0;
  color: #222;
  font-size: 20px;
  margin-bottom: 18px;
}

.crumbs,
.container > p:first-child {
  color: #999;
  font-size: 13px;
}

@media (max-width: 860px) {
  .product-detail,
  .group-detail {
    grid-template-columns: 1fr;
  }

  .product-detail > div:first-child,
  .group-detail > div:first-child {
    order: 1;
  }

  .product-detail > div:last-child,
  .group-detail > div:last-child {
    order: 2;
  }
}


/* ------------------------------------------------------------ Figma public screens exact pass */
.figma-page-hero {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin: 48px 0 32px;
  padding: 40px 48px;
  background: #f6f6f6;
  direction: rtl;
}

.figma-page-hero h1 {
  margin: 0 0 8px;
  color: #222;
  font-size: 32px;
  line-height: 1.45;
}

.figma-page-hero p {
  margin: 0;
  color: #666;
  font-size: 15px;
  line-height: 1.8;
}

.figma-page-hero .crumbs {
  margin-bottom: 8px;
  color: #54bab3;
  font-size: 13px;
  font-weight: 700;
}

.figma-album-layout,
.product-detail-figma,
.group-detail-figma {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 36%);
  gap: 32px;
  align-items: start;
}

.product-detail-figma,
.group-detail-figma {
  grid-template-columns: minmax(0, 1fr) minmax(390px, 40%) 240px;
}

.product-detail-figma > div:first-child,
.group-detail-figma > div:first-child {
  order: 1;
}

.product-detail-figma > div:nth-child(2),
.group-detail-figma > div:nth-child(2) {
  order: 2;
}

.figma-side-cards {
  position: sticky;
  top: 96px;
  order: 3;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  background: #f6f6f6;
  direction: rtl;
}

.figma-album-layout .figma-side-cards {
  order: initial;
}

.figma-side-cards h2 {
  margin: 0 0 4px;
  color: #222;
  font-size: 16px;
  line-height: 1.5;
}

.figma-side-card {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 72px;
  color: #222;
}

.figma-side-card:hover b {
  color: #54bab3;
}

.figma-side-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  overflow: hidden;
  background: #eee;
}

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

.figma-side-thumb .letter {
  color: #aaa;
  font-size: 28px;
  font-weight: 800;
}

.figma-side-card b {
  display: block;
  overflow: hidden;
  color: #222;
  font-size: 13px;
  line-height: 1.7;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.figma-side-card small {
  display: block;
  overflow: hidden;
  color: #666;
  font-size: 11.5px;
  line-height: 1.6;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.catalog-layout {
  align-items: start;
}

.filters {
  max-height: calc(100svh - 120px);
  overflow: auto;
}

.page-block {
  margin-bottom: 48px;
}

.page-block h3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.page-block h3 span {
  color: #666;
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 1100px) {
  .product-detail-figma,
  .group-detail-figma {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 42%);
  }

  .product-detail-figma .figma-side-cards,
  .group-detail-figma .figma-side-cards {
    grid-column: 1 / -1;
    position: static;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }

  .product-detail-figma .figma-side-cards h2,
  .group-detail-figma .figma-side-cards h2 {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .figma-page-hero,
  .figma-album-layout,
  .product-detail-figma,
  .group-detail-figma {
    grid-template-columns: 1fr;
  }

  .figma-page-hero {
    display: block;
    padding: 28px 22px;
  }

  .figma-page-hero .btn {
    margin-top: 18px;
  }

  .figma-side-cards {
    position: static;
  }
}


/* ------------------------------------------------------------ Shop frame 273 exact */
.shop-frame-273-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 174px;
  margin: 32px 0 40px;
  padding: 0 32px;
  background: #54bab3;
  text-align: center;
}

.shop-frame-273-hero .crumbs,
.shop-frame-273-hero p:not(.crumbs) {
  display: none;
}

.shop-frame-273-hero h1 {
  margin: 0;
  color: #222;
  font-size: clamp(42px, 5vw, 72px);
  font-weight: 800;
  line-height: 1.25;
}

.shop-frame-273-hero + .catalog-layout {
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 24px;
  margin-top: 0;
  direction: rtl;
}

.shop-frame-273-hero + .catalog-layout > section {
  order: 1;
  min-width: 0;
}

.shop-frame-273-hero + .catalog-layout .filters {
  order: 2;
  top: 96px;
  width: 240px;
  padding: 20px;
  background: #fff;
  border: 1px solid #eee;
}

.shop-frame-273-hero + .catalog-layout .filters-head {
  margin-bottom: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #222;
  font-size: 15px;
}

.shop-frame-273-hero + .catalog-layout .toolbar {
  min-height: 44px;
  margin-bottom: 18px;
  padding-bottom: 12px;
}

.shop-frame-273-hero + .catalog-layout .toolbar .count {
  font-size: 14px;
}

.shop-frame-273-hero + .catalog-layout .product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.shop-frame-273-hero + .catalog-layout .card .thumb {
  aspect-ratio: 1;
  background: #eee;
}

.shop-frame-273-hero + .catalog-layout .card .meta {
  min-height: 82px;
  padding: 10px 0 0;
}

.shop-frame-273-hero + .catalog-layout .card .title {
  font-size: 13px;
  line-height: 1.65;
}

.shop-frame-273-hero + .catalog-layout .card .sub {
  display: block;
  min-height: 20px;
  font-size: 11.5px;
}

.shop-frame-273-hero + .catalog-layout .card .dots {
  justify-content: flex-start;
}

@media (max-width: 991px) {
  .shop-frame-273-hero {
    min-height: 132px;
    margin: 24px 0;
  }

  .shop-frame-273-hero + .catalog-layout {
    grid-template-columns: 1fr;
  }

  .shop-frame-273-hero + .catalog-layout .filters {
    position: static;
    width: auto;
  }

  .shop-frame-273-hero + .catalog-layout .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
  }
}

@media (max-width: 560px) {
  .shop-frame-273-hero {
    min-height: 108px;
    padding: 0 18px;
  }

  .shop-frame-273-hero h1 {
    font-size: 34px;
  }

  .shop-frame-273-hero + .catalog-layout .toolbar label,
  .shop-frame-273-hero + .catalog-layout .toolbar select {
    font-size: 12px;
  }
}

/* ------------------------------------------------------------ Public Figma cache pass */
.demo-banner { display: none; }
body { color: #4d4d4d; background: #fff; }
.container { max-width: 1176px; padding-inline: 16px; }

.site-header {
  height: 72px;
  border-bottom: 0;
  box-shadow: none;
}
.site-header .inner {
  min-height: 72px;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 40px;
}
.site-header .logo { flex: 0 0 auto; }
.site-header .logo img { width: 122px; height: auto; max-height: 31px; object-fit: contain; }
.main-nav {
  flex: 0 0 auto;
  gap: 24px;
  align-items: center;
  flex-wrap: nowrap;
}
.main-nav a {
  padding: 0;
  border: 0;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  white-space: nowrap;
}
.main-nav a:hover,
.main-nav a.active { color: #222; border: 0; }
.header-search {
  order: 2;
  width: min(372px, 26vw);
  min-width: 260px;
  height: 40px;
  margin: 0;
  background: #eee;
  flex-direction: row-reverse;
  align-items: center;
}
.header-search input {
  height: 40px;
  width: 100%;
  padding: 0 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}
.header-search input::placeholder { color: #959595; }
.header-search button {
  width: 48px;
  height: 40px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #959595;
  font-size: 26px;
  line-height: 1;
}
.header-search button:hover { background: transparent; color: #222; }
.user-nav {
  order: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 100px;
  margin: 0;
  color: #212121;
}
.user-nav a { color: #212121; font-size: 18px; line-height: 24px; }
.user-nav .user-label,
.user-nav form,
.user-nav a[href*="orders/list"] { display: none; }

.shop-frame-273-hero {
  width: 1144px;
  max-width: 100%;
  height: 392px;
  min-height: 392px;
  margin: 35px auto 48px;
  padding: 0;
  background:
    linear-gradient(0deg, rgba(255,255,255,.42), rgba(255,255,255,.42)),
    url("../img/figma/shop-hero.9b77d23c133e.png") center / cover no-repeat;
  overflow: hidden;
}
.shop-frame-273-hero p:not(.crumbs) {
  display: block;
  margin: 0;
  color: #666;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
.shop-frame-273-hero h1 {
  margin: 0;
  color: #222;
  font-size: 48px;
  font-weight: 700;
  line-height: 72px;
}

.shop-frame-273-hero + .catalog-layout {
  display: grid;
  grid-template-columns: minmax(0, 835px) 268px;
  gap: 41px;
  align-items: start;
  width: 1144px;
  max-width: 100%;
  margin: 0 auto 72px;
  direction: rtl;
}
.shop-frame-273-hero + .catalog-layout > section { order: 1; min-width: 0; }
.shop-frame-273-hero + .catalog-layout .filters {
  order: 2;
  position: sticky;
  top: 96px;
  width: 268px;
  min-height: 489px;
  padding: 20px 24px;
  border: 1px solid #eee;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
}
.shop-frame-273-hero + .catalog-layout .filters-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 25px;
  margin: 0;
  padding: 0 0 16px;
  border-bottom: 1px solid #eee;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
.shop-frame-273-hero + .catalog-layout .filters-head::before {
  content: "☷";
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: #959595;
  font-size: 20px;
  order: 2;
}
.shop-frame-273-hero + .catalog-layout .filter-group {
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}
.shop-frame-273-hero + .catalog-layout .filter-group > summary {
  margin: 0;
  padding: 0;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  flex-direction: row-reverse;
}
.shop-frame-273-hero + .catalog-layout .filter-group > summary::after {
  width: 7px;
  height: 7px;
  border-width: 1px;
  margin: 0;
  transform: rotate(45deg);
}
.shop-frame-273-hero + .catalog-layout .filter-list,
.shop-frame-273-hero + .catalog-layout .swatch-grid { margin-top: 12px; }
.filter-apply {
  width: 100%;
  height: 48px;
  margin-top: 16px;
  border: 0;
  background: #212121;
  color: #fff;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.muted-filter { color: #959595; font-size: 13px; }

.shop-frame-273-hero + .catalog-layout .toolbar {
  height: 20px;
  min-height: 20px;
  margin: 0 0 28px;
  padding: 0;
  border: 0;
  gap: 8px;
  align-items: center;
  flex-wrap: nowrap;
}
.shop-frame-273-hero + .catalog-layout .toolbar .count {
  color: rgba(33,33,33,.5);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.shop-frame-273-hero + .catalog-layout .toolbar .sort-title {
  color: #212121;
  font-size: 12px;
  font-weight: 700;
}
.shop-frame-273-hero + .catalog-layout .toolbar select {
  width: auto;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #43958f;
  font-size: 12px;
  font-weight: 600;
}
.shop-frame-273-hero + .catalog-layout .toolbar .spacer { margin-inline-start: auto; }

.shop-frame-273-hero + .catalog-layout .product-grid {
  grid-template-columns: repeat(3, 268px);
  gap: 24px;
  justify-content: start;
}
.shop-frame-273-hero + .catalog-layout .card {
  width: 268px;
  min-height: 315px;
  padding: 16px;
  border: 1px solid rgba(33,33,33,.08);
  background: #fff;
  color: #212121;
}
.shop-frame-273-hero + .catalog-layout .card .thumb {
  width: 236px;
  height: 236px;
  aspect-ratio: auto;
  border-radius: 0;
  background: #f6f6f6;
}
.shop-frame-273-hero + .catalog-layout .card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop-frame-273-hero + .catalog-layout .card .meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 66px;
  padding: 8px 0 0;
}
.shop-frame-273-hero + .catalog-layout .card .title {
  margin: 0;
  color: #212121;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-align: right;
  -webkit-line-clamp: 1;
}
.shop-frame-273-hero + .catalog-layout .card .sub { display: none; }
.shop-frame-273-hero + .catalog-layout .card .dots {
  order: 3;
  display: flex;
  gap: 4px;
  min-height: 10px;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}
.shop-frame-273-hero + .catalog-layout .card:hover .dots,
.shop-frame-273-hero + .catalog-layout .card:focus-visible .dots {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.shop-frame-273-hero + .catalog-layout .card .dots .swatch {
  width: 18px;
  height: 18px;
  border-radius: 0;
  border: 1px solid #eee;
  overflow: hidden;
}
.shop-frame-273-hero + .catalog-layout .card .dots .swatch img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.price-row {
  order: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.price-row strong {
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.wish-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 24px;
  height: 24px;
  color: #fff;
  text-shadow: 0 0 1px #999, 0 1px 2px rgba(0,0,0,.25);
  font-size: 24px;
  line-height: 24px;
}
.sale-ribbon {
  position: absolute;
  top: -18px;
  left: -34px;
  z-index: 3;
  width: 118px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff5a5a;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  transform: rotate(-45deg);
  transform-origin: center;
}
.card .thumb .code-badge { display: none; }

.site-footer {
  min-height: 192px;
  margin-top: 0;
  padding: 48px 0 16px;
  background: #eee;
  color: #212121;
}
.site-footer .cols {
  width: 1144px;
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 160px 1fr 180px;
  align-items: center;
  gap: 32px;
}
.site-footer .footer-logo { width: 122px; height: auto; }
.site-footer p { display: inline-block; margin: 0 0 0 18px; color: #212121; }
.site-footer a { color: #212121; font-size: 14px; font-weight: 500; }
.site-footer .bottom { display: none; }
.public-mobile-nav { display: none; }

@media (max-width: 991px) {
  body { padding-bottom: 60px; }
  .site-header {
    height: 72px;
    position: sticky;
    top: 0;
    z-index: 80;
  }
  .site-header .inner {
    flex-direction: row-reverse;
    min-height: 72px;
    padding: 16px;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .site-header .logo img { width: 43px; max-height: 31px; object-fit: contain; object-position: right; }
  .main-nav { display: none; }
  .user-nav {
    order: 3;
    min-width: 62px;
    gap: 8px;
  }
  .user-nav a { font-size: 14px; }
  .header-search {
    order: 2;
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    height: 40px;
  }
  .header-search input { height: 40px; font-size: 11px; }
  .header-search button { width: 34px; font-size: 20px; }

  .shop-frame-273-hero {
    width: calc(100vw - 32px);
    height: 196px;
    min-height: 196px;
    margin: 16px auto 24px;
  }
  .shop-frame-273-hero h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .shop-frame-273-hero p:not(.crumbs) {
    font-size: 14px;
    line-height: 21px;
  }
  .shop-frame-273-hero + .catalog-layout {
    width: calc(100vw - 32px);
    display: block;
    margin-bottom: 0;
  }
  .shop-frame-273-hero + .catalog-layout .filters {
    display: none;
  }
  .shop-frame-273-hero + .catalog-layout .toolbar {
    height: 29px;
    margin-bottom: 12px;
    overflow-x: auto;
    gap: 14px;
  }
  .shop-frame-273-hero + .catalog-layout .toolbar::after {
    content: "فیلتر";
    flex: 0 0 auto;
    color: #212121;
    font-size: 12px;
    font-weight: 600;
  }
  .shop-frame-273-hero + .catalog-layout .toolbar .count { flex: 0 0 auto; }
  .shop-frame-273-hero + .catalog-layout .toolbar .spacer { display: none; }
  .shop-frame-273-hero + .catalog-layout .toolbar .sort-title { flex: 0 0 auto; }
  .shop-frame-273-hero + .catalog-layout .product-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .shop-frame-273-hero + .catalog-layout .card {
    width: 100%;
    min-height: 130px;
    padding: 8px;
    display: grid;
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 12px;
    align-items: start;
  }
  .shop-frame-273-hero + .catalog-layout .card .thumb {
    width: 110px;
    height: 110px;
  }
  .shop-frame-273-hero + .catalog-layout .card .meta {
    min-height: 110px;
    padding: 0;
  }
  .shop-frame-273-hero + .catalog-layout .card .title {
    font-size: 12px;
    line-height: 20px;
    white-space: normal;
    -webkit-line-clamp: 2;
  }
  .price-row {
    margin-top: auto;
    align-items: flex-end;
    font-size: 12px;
    line-height: 20px;
  }
  .price-row strong {
    font-size: 13px;
    line-height: 20px;
  }
  .wish-icon {
    top: 8px;
    right: 8px;
    font-size: 18px;
  }
  .sale-ribbon {
    top: -20px;
    left: -40px;
    width: 112px;
    height: 28px;
    font-size: 10px;
  }
  .pagination { margin: 24px 0; }
  .site-footer {
    min-height: 289px;
    padding: 32px 24px 72px;
  }
  .site-footer .cols {
    width: 100%;
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 18px;
  }
  .site-footer p {
    display: inline-block;
    margin: 0 8px 8px;
    font-size: 12px;
  }
  .public-mobile-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    height: 60px;
    padding: 8px 16px calc(8px + env(safe-area-inset-bottom));
    background: #fff;
    border-top: 1px solid #eee;
  }
  .public-mobile-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #959595;
    font-size: 10px;
    font-weight: 500;
  }
}

/* ------------------------------------------------------------ Figma exact global header/footer + card hover */
.site-header {
  height: 72px;
  background: #fff;
  border: 0;
}
.site-header .inner {
  width: 1144px;
  max-width: calc(100vw - 32px);
  min-height: 72px;
  padding: 16px 0;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  direction: ltr;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
}
.site-header .user-nav {
  order: 1;
  width: 100px;
  min-width: 100px;
  height: 24px;
  display: flex;
  direction: ltr;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin: 0;
}
.site-header .user-nav a {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #212121;
  font-size: 0;
}
.site-header .user-nav img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.site-header .header-search {
  order: 2;
  flex: 1 1 372.84px;
  width: 372.84px;
  max-width: 372.84px;
  min-width: 240px;
  height: 40px;
  display: flex;
  direction: rtl;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 0 16px;
  background: #eee;
}
.site-header .header-search input {
  order: 1;
  height: 40px;
  padding: 0;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: right;
}
.site-header .header-search button {
  order: 2;
  width: 24px;
  min-width: 24px;
  height: 24px;
}
.site-header .header-search button img {
  width: 24px;
  height: 24px;
  opacity: .58;
}
.site-header .main-nav {
  order: 3;
  width: 429px;
  height: 21px;
  direction: rtl;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}
.site-header .main-nav a {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.site-header .logo {
  order: 4;
  width: 122.16px;
  min-width: 122.16px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-header .logo img {
  width: 122.16px;
  height: 31px;
  max-height: 31px;
  object-fit: contain;
}

.site-footer {
  min-height: 192px;
  padding: 32px 0;
  background: #eee;
  color: #212121;
}
.site-footer .container {
  width: 1144px;
  max-width: calc(100vw - 32px);
  padding: 0;
}
.site-footer .cols {
  width: 100%;
  min-height: 128px;
  margin: 0;
  display: grid;
  grid-template-columns: 108px 1fr;
  direction: ltr;
  align-items: start;
  gap: 49px;
}
.site-footer .footer-mark {
  width: 108px;
  height: 128px;
  object-fit: contain;
}
.site-footer .footer-main {
  width: 987px;
  max-width: 100%;
  min-height: 103px;
  direction: rtl;
}
.site-footer .footer-top-row,
.site-footer .footer-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-footer .footer-logo {
  width: 122.16px;
  height: 31px;
  object-fit: contain;
}
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.site-footer a,
.site-footer span {
  color: #212121;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.site-footer .footer-divider {
  height: 1px;
  margin: 24px 0;
  background: #dbdbdb;
}
.site-footer .footer-social,
.site-footer .footer-legal {
  display: flex;
  align-items: center;
  gap: 16px;
}
.site-footer .footer-social img {
  width: 24px;
  height: 24px;
}
.site-footer .footer-legal i {
  width: 1px;
  height: 24px;
  background: #6c7275;
}

.shop-frame-273-hero + .catalog-layout .product-grid {
  overflow: visible;
}
.shop-frame-273-hero + .catalog-layout .card {
  position: relative;
  z-index: 1;
  transform-origin: center top;
  transition: transform .18s ease, box-shadow .18s ease;
  will-change: transform;
}
.shop-frame-273-hero + .catalog-layout .card:hover {
  z-index: 20;
  transform: scale(1.2015);
  box-shadow: 0 0 24px rgba(0, 0, 0, .25);
  color: #212121;
}
.shop-frame-273-hero + .catalog-layout .card:hover .thumb img {
  transform: none;
}
.shop-frame-273-hero + .catalog-layout .card .dots {
  display: none;
}
.shop-frame-273-hero + .catalog-layout .card:hover .dots {
  display: flex;
}
.shop-frame-273-hero + .catalog-layout .card:focus-visible .dots {
  display: flex;
}
.shop-frame-273-hero + .catalog-layout .card:hover .title {
  font-size: 13.32px;
  line-height: 20px;
}
.shop-frame-273-hero + .catalog-layout .card:hover .price-row,
.shop-frame-273-hero + .catalog-layout .card:hover .price-row strong {
  font-size: 13.32px;
  line-height: 20px;
}
.shop-frame-273-hero + .catalog-layout .card:hover .wish-icon {
  color: #fff;
}

@media (max-width: 991px) {
  .site-header .inner {
    width: 428px;
    max-width: 100%;
    padding: 16px;
    gap: 24px;
  }
  .site-header .user-nav {
    width: 62px;
    min-width: 62px;
    gap: 14px;
  }
  .site-header .user-nav a {
    width: 24px;
    height: 24px;
  }
  .site-header .user-nav a:nth-child(1) { display: none; }
  .site-header .header-search {
    flex: 0 0 243px;
    width: 243px;
    min-width: 0;
    max-width: 243px;
  }
  .site-header .logo {
    width: 43px;
    min-width: 43px;
    justify-content: flex-end;
    overflow: hidden;
  }
  .site-header .logo img {
    width: 43px;
    height: 31px;
    max-width: none;
    object-fit: cover;
    object-position: right;
  }
  .site-footer {
    min-height: 289px;
    padding: 32px 24px 84px;
  }
  .site-footer .container {
    width: 380px;
    max-width: 100%;
  }
  .site-footer .cols {
    min-height: 0;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 20px;
  }
  .site-footer .footer-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .site-footer .footer-top-row {
    flex-direction: column;
    gap: 16px;
  }
  .site-footer nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 18px;
  }
  .site-footer .footer-divider {
    width: 100%;
    margin: 16px 0;
  }
  .site-footer .footer-bottom-row {
    width: 100%;
  }
  .public-mobile-nav a {
    flex-direction: column;
    gap: 2px;
  }
  .public-mobile-nav img,
  .public-mobile-nav span {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
  }
  .shop-frame-273-hero + .catalog-layout .card .dots {
    display: flex;
  }
  .shop-frame-273-hero + .catalog-layout .card:hover {
    transform: none;
    box-shadow: none;
  }
}

/* ------------------------------------------------------------ Canonical shop controls */
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  column-gap: 8px;
  height: 20px;
  min-height: 20px;
  margin: 0 0 28px;
  padding: 0;
  border: 0;
  color: rgba(33, 33, 33, .5);
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar .count {
  grid-column: 1;
  justify-self: start;
  margin: 0;
  color: rgba(33, 33, 33, .5);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar .sort-title {
  grid-column: 4;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #212121;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar .sort-title::before {
  content: "☷";
  color: #212121;
  font-size: 14px;
  line-height: 1;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .sort-links {
  grid-column: 3;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 8px;
  direction: rtl;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .sort-links a {
  color: rgba(33, 33, 33, .5);
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .sort-links a.active {
  color: #43958f;
  font-weight: 600;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .sort-links a.active::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-inline-end: 6px;
  border-inline-end: 1.5px solid #43958f;
  border-bottom: 1.5px solid #43958f;
  transform: rotate(45deg) translateY(-2px);
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar select,
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar label {
  display: none;
}

html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filters {
  width: 268px;
  min-height: 489px;
  padding: 20px 24px 36px;
  border: 1px solid #eee;
  border-radius: 0;
  background: #fff;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filters-head {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  column-gap: 20px;
  height: 25px;
  margin: 0;
  padding: 0 0 16px;
  border-bottom: 1px solid #eee;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filters-head span {
  grid-column: 2;
  justify-self: end;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filters-head::before {
  grid-column: 1;
  justify-self: start;
  content: "";
  width: 24px;
  height: 24px;
  background:
    radial-gradient(circle at 35% 25%, #959595 0 2px, transparent 2.5px),
    radial-gradient(circle at 65% 50%, #959595 0 2px, transparent 2.5px),
    radial-gradient(circle at 42% 75%, #959595 0 2px, transparent 2.5px),
    linear-gradient(#959595, #959595) 4px 25% / 16px 1.5px no-repeat,
    linear-gradient(#959595, #959595) 4px 50% / 16px 1.5px no-repeat,
    linear-gradient(#959595, #959595) 4px 75% / 16px 1.5px no-repeat;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filter-group {
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filter-group > summary {
  position: relative;
  display: block;
  min-height: 24px;
  padding-inline-start: 24px;
  padding-inline-end: 0;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filter-group > summary::after {
  position: absolute;
  inset-inline-start: 0;
  top: 7px;
  content: "";
  width: 7px;
  height: 7px;
  margin: 0;
  border-right: 1.5px solid #222;
  border-bottom: 1.5px solid #222;
  transform: rotate(45deg);
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filter-group[open] > summary::after {
  top: 10px;
  transform: rotate(225deg);
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filter-apply {
  width: 100%;
  height: 48px;
  margin-top: 16px;
  border: 0;
  background: #212121;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

/* canonical footer */
html body .landing-footer,
html body:not(.landing-body) .public-footer.landing-footer {
  display: grid;
  grid-template-columns: 108px minmax(0, 987px);
  justify-content: center;
  align-items: center;
  column-gap: 49px;
  min-height: 192px;
  padding: 32px 16px;
  background: #eee;
  direction: ltr;
}
html body .landing-footer-content,
html body:not(.landing-body) .public-footer .landing-footer-content {
  width: 987px;
  max-width: 100%;
  height: 103px;
  flex: none;
}
html body .landing-footer-top,
html body:not(.landing-body) .public-footer .landing-footer-top {
  justify-content: flex-start;
}
html body .landing-footer-top nav,
html body:not(.landing-body) .public-footer .landing-footer-top nav {
  margin: 0;
}
html body .landing-footer-top > img,
html body:not(.landing-body) .public-footer .landing-footer-top > img {
  margin-left: auto;
}
html body .landing-footer-bottom,
html body:not(.landing-body) .public-footer .landing-footer-bottom {
  justify-content: flex-start;
}
html body .landing-footer-bottom .landing-language-pill,
html body:not(.landing-body) .public-footer .landing-footer-bottom .landing-language-pill {
  margin-left: auto;
}
html body .landing-footer-bottom > a,
html body:not(.landing-body) .public-footer .landing-footer-bottom > a {
  margin-left: 16px;
}

/* ------------------------------------------------------------ Product detail frame 948:4543 */
.product-figma-page {
  width: 1144px;
  max-width: calc(100vw - 32px);
}
.product-figma-hero {
  display: grid;
  grid-template-columns: 548px 548px;
  gap: 48px;
  align-items: start;
  margin: 7px 0 64px;
  direction: ltr;
}
.product-info-panel {
  position: relative;
  order: 1;
  width: 548px;
  min-height: 504px;
  padding-top: 48px;
  direction: rtl;
  text-align: right;
}
.product-info-content {
  transition: opacity .16s ease, visibility .16s ease;
}
.product-hover-preview {
  position: absolute;
  inset: 0 auto auto 0;
  width: 548px;
  height: 474px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .16s ease, visibility .16s ease;
  direction: ltr;
}
.product-hover-preview-media {
  width: 548px;
  height: 414px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: #eee;
  transition: background-position .08s linear;
}
.product-preview-actions {
  display: grid;
  grid-template-columns: 263px 263px;
  gap: 24px;
  height: 40px;
  margin-top: 20px;
}
.product-preview-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #212121;
  background: #f3f3f3;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}
.product-preview-actions .room-preview {
  color: #b21bb5;
  background: #fceeff;
}
.product-figma-hero.is-previewing .product-info-content {
  opacity: 0;
  visibility: hidden;
}
.product-figma-hero.is-previewing .product-hover-preview {
  opacity: 1;
  visibility: visible;
}
.product-gallery-panel {
  order: 2;
  width: 548px;
  direction: rtl;
}
.product-info-panel h1 {
  margin: 0 0 16px;
  color: #212121;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.product-lead {
  width: 548px;
  min-height: 63px;
  margin: 0 0 42px;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.product-color-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  height: 24px;
  margin-bottom: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #212121;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: right;
  cursor: pointer;
}
.product-color-summary b {
  margin-inline-start: 6px;
  font-weight: 500;
}
.product-color-summary i {
  width: 1px;
  height: 24px;
  background: #212121;
  opacity: .35;
}
.product-buy-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 41px;
  margin-bottom: 24px;
}
.product-buy-box .unit {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 500;
}
.product-buy-box .price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product-buy-box del {
  position: relative;
  color: rgba(33, 33, 33, .5);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}
.product-buy-box del::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  border-top: 1px solid #ff5a5a;
}
.product-buy-box strong {
  color: #212121;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.product-cart-form button {
  width: 548px;
  height: 48px;
  border: 0;
  background: #212121;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.product-helper-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}
.product-helper-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  background: #f6f6f6;
  color: #212121;
  font-size: 14px;
  font-weight: 600;
}
.product-helper-actions a:nth-child(2) {
  background: #fceeff;
  color: #b21bb5;
}
.product-main-image {
  width: 548px;
  height: 414px;
  aspect-ratio: auto;
  border: 0;
  background: #eee;
  cursor: zoom-in;
  overflow: hidden;
}
.product-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-main-image .wish-icon {
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  line-height: 32px;
  z-index: 8;
}
.product-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 96.8px);
  gap: 16px;
  margin-top: 16px;
  direction: ltr;
}
.product-thumbs button,
.product-thumbs a,
.product-thumbs .more-thumbs {
  display: block;
  width: 96.8px;
  height: 90px;
  padding: 0;
  border: 0;
  background: #eee;
  overflow: hidden;
  cursor: pointer;
}
.product-thumbs button.on,
.product-thumbs a.on {
  outline: 2px solid #212121;
  outline-offset: -2px;
}
.product-thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}
.product-thumbs button:hover img,
.product-thumbs a:hover img {
  transform: scale(1.08);
}
.product-thumbs .more-thumbs {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
.product-figma-hero.is-loading-product {
  opacity: .55;
  pointer-events: none;
  cursor: progress;
  transition: opacity 160ms ease;
}
.product-spec-section,
.product-image-gallery,
.product-related-section,
.product-review-section {
  width: 1144px;
  max-width: 100%;
  margin: 0 0 64px;
  direction: rtl;
}
.product-tabs,
.review-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
  height: 33px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eee;
  direction: rtl;
}
.product-tabs button,
.review-tabs h2 {
  color: #212121;
  font-size: 16px;
  line-height: 24px;
}
.product-tabs button {
  padding: 0 0 8px;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: #4d4d4d;
  font: inherit;
  cursor: pointer;
}
.product-tabs button.active,
.review-tabs h2 {
  font-weight: 600;
  border-bottom: 1px solid #212121;
  padding-bottom: 8px;
  color: #212121;
}
.product-tab-panel {
  display: none;
}
.product-tab-panel.active {
  display: block;
}
.product-spec-table {
  width: 100%;
  border-collapse: collapse;
}
.product-spec-table th,
.product-spec-table td {
  height: 53px;
  padding: 0;
  border-bottom: 1px solid #e4e4e4;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: right;
}
.product-spec-table th {
  width: 122px;
  color: #212121;
}
.measure-calculator-shell {
  width: 1144px;
  max-width: 100%;
  min-height: 222px;
  margin: 0 0 24px;
  padding: 24px;
  border: 1px solid #eee;
  background: #fff;
  box-sizing: border-box;
}
.measure-calculator-shell h2 {
  margin: 0 0 8px;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
}
.measure-calculator-shell p {
  margin: 0 0 24px;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
  text-align: right;
}
.measure-calculator-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) 220px;
  gap: 24px;
  align-items: end;
  direction: rtl;
}
.measure-calculator-form label {
  display: grid;
  gap: 8px;
}
.measure-calculator-form span {
  color: #212121;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.measure-calculator-form input,
.measure-calculator-form select {
  width: 100%;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #e4e4e4;
  background: #fff;
  color: #959595;
  font: inherit;
  font-size: 12px;
  line-height: 21px;
  direction: rtl;
  text-align: right;
  text-align-last: right;
}
.measure-calculator-form select {
  padding-left: 36px;
  padding-right: 16px;
  appearance: auto;
}
.measure-calculator-form button {
  width: 220px;
  height: 40px;
  border: 0;
  background: #212121;
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.measure-calculator-result {
  margin: 16px 0 0;
  padding: 12px 16px;
  background: #f7f7f7;
  color: #212121;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: right;
}
.measure-guide-list {
  display: grid;
  gap: 0;
}
.measure-guide-item {
  display: grid;
  grid-template-columns: 526px 560px;
  gap: 58px;
  align-items: center;
  min-height: 258px;
  direction: ltr;
}
.measure-guide-item > div:last-child {
  direction: rtl;
  text-align: right;
}
.measure-guide-item h3 {
  margin: 0 0 8px;
  color: #212121;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}
.measure-guide-item p {
  margin: 0;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
}
.measure-guide-item-wide {
  display: block;
}
.measure-guide-item-wide > div:first-child {
  margin-bottom: 8px;
}
.measure-diagram-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 388px));
  gap: 24px;
  width: 800px;
  margin-inline: auto;
}
.measure-diagram {
  position: relative;
  width: 560px;
  max-width: 100%;
  height: auto;
  margin: 0;
  color: #212121;
}
.measure-diagram img {
  display: block;
  width: 100%;
  height: auto;
}
.measure-diagram::before {
  content: none;
  position: absolute;
  top: 0;
  left: 54px;
  right: 0;
  height: 20px;
  border-top: 2px solid #212121;
  color: #212121;
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}
.measure-diagram::after {
  content: none;
  position: absolute;
  top: 34px;
  bottom: 24px;
  left: 20px;
  width: 20px;
  border-left: 2px solid #212121;
  color: #212121;
  font-size: 10px;
  writing-mode: vertical-rl;
  text-align: center;
}
.measure-diagram span {
  display: none;
}
.product-image-gallery h2,
.product-related-section h2 {
  margin: 0 0 8px;
  color: #212121;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: right;
}
.figma-gallery-strip {
  display: flex;
  align-items: stretch;
  gap: 8px;
  height: 362px;
  direction: ltr;
}
.figma-gallery-strip .gallery-item {
  display: block;
  flex: 0 0 64px;
  width: 64px;
  height: 362px;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: #eee;
  cursor: pointer;
  transition: flex-basis .24s ease, width .24s ease;
}
.figma-gallery-strip .gallery-item.active {
  flex-basis: 712px;
  width: 712px;
  cursor: default;
}
.figma-gallery-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease;
}
.figma-gallery-strip .gallery-item:hover img {
  transform: scale(1.08);
}
.figma-gallery-strip .gallery-item:not(.active) img {
  width: 362px;
  max-width: none;
}
.figma-gallery-strip .gallery-item.active img {
  width: 100%;
  max-width: 100%;
  transform: none;
}
.product-color-modal[hidden] {
  display: none;
}
.modal-open {
  overflow: hidden;
}
.product-color-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  direction: rtl;
}
.product-color-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(33, 33, 33, .48);
}
.product-color-dialog {
  position: relative;
  z-index: 1;
  width: 1144px;
  max-width: calc(100vw - 32px);
  height: 774px;
  max-height: calc(100vh - 64px);
  padding: 24px;
  background: #fff;
}
.product-color-dialog h2 {
  margin: 0 0 28px;
  color: #212121;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: right;
}
.product-color-close {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  color: #212121;
  font-size: 32px;
  font-weight: 300;
  line-height: 20px;
  cursor: pointer;
}
.product-color-grid {
  display: grid;
  grid-template-columns: repeat(5, 200px);
  gap: 24px;
  max-height: 650px;
  overflow: auto;
  direction: ltr;
  scrollbar-width: none;
}
.product-color-grid::-webkit-scrollbar {
  display: none;
}
.product-color-card {
  display: block;
  width: 200px;
  height: 200px;
  overflow: hidden;
  background: #eee;
  border: 1px solid transparent;
}
.product-color-card.active {
  border-color: #212121;
}
.product-color-card img,
.product-color-card .swatch-stack {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .22s ease;
}
.product-color-card:hover img,
.product-color-card:hover .swatch-stack {
  transform: scale(1.06);
}
.product-color-scrollbar {
  position: absolute;
  right: 24px;
  left: 24px;
  bottom: 24px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ddd 0 37%, #212121 37% 100%);
}
.related-grid {
  grid-template-columns: repeat(4, 268px);
  gap: 24px;
  overflow: visible;
}
.product-related-section .card {
  position: relative;
  z-index: 1;
  width: 268px;
  min-height: 315px;
  padding: 16px;
  border: 1px solid #eee;
  background: #fff;
  transition: transform .18s ease, box-shadow .18s ease;
  transform-origin: center top;
}
.product-related-section .card .thumb {
  width: 236px;
  height: 236px;
  border-radius: 0;
}
.product-related-section .card .meta {
  min-height: 45px;
  padding-top: 8px;
}
.product-related-section .card .title {
  margin: 0;
  color: #212121;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-align: right;
}
.product-related-section .card .dots {
  display: none;
}
.product-related-section .card:hover {
  z-index: 5;
  transform: scale(1.08);
  box-shadow: 0 0 24px rgba(0, 0, 0, .18);
}
.product-related-section .card:hover .thumb img {
  transform: none;
}
.product-related-section .card:hover .dots {
  display: flex;
}
.review-tabs {
  justify-content: space-between;
  height: 36px;
  border-bottom: 0;
}
.review-tabs.is-empty {
  justify-content: flex-start;
}
.review-tabs button {
  width: 256px;
  height: 36px;
  border: 1px solid #eee;
  background: #fff;
  color: #212121;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
}
.review-item {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 40px;
  min-height: 142px;
  padding: 0 0 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e4e4e4;
  direction: rtl;
}
.review-item .avatar {
  grid-column: 1;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 38%, #222 0 15px, transparent 16px), radial-gradient(circle at 50% 80%, #222 0 28px, transparent 29px), #f6f6f6;
  border: 2px solid #e4e4e4;
}
.review-item div {
  grid-column: 2;
}
.review-item h3 {
  margin: 0 0 8px;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
}
.review-item p {
  margin: 0 0 14px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.review-item small {
  color: #959595;
  font-size: 12px;
}
.more-reviews {
  display: block;
  width: 188px;
  height: 48px;
  margin: 0 auto;
  border: 0;
  background: #eee;
  color: #212121;
  font: inherit;
}
.review-empty-state {
  display: flex;
  min-height: 240px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 16px;
  border: 1px solid #eee;
  background: #fafafa;
  color: #666;
  text-align: center;
}
.review-empty-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  color: #54bab3;
  font-size: 28px;
  line-height: 1;
}
.review-empty-state h3 {
  margin: 0 0 8px;
  color: #212121;
  font-size: 16px;
  line-height: 24px;
}
.review-empty-state p {
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 22px;
}
.review-empty-state .review-submit-button {
  min-width: 188px;
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #212121;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .product-figma-page {
    width: calc(100vw - 32px);
  }
  .product-figma-hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .product-info-panel,
  .product-gallery-panel,
  .product-main-image,
  .product-cart-form button {
    width: 100%;
  }
  .product-gallery-panel {
    order: 1;
  }
  .product-info-panel {
    order: 2;
    padding-top: 0;
  }
  .product-hover-preview {
    display: none;
  }
  .product-figma-hero.is-previewing .product-info-content {
    opacity: 1;
    visibility: visible;
  }
  .product-main-image {
    height: auto;
    aspect-ratio: 1;
  }
  .product-thumbs {
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
  }
  .product-thumbs button,
  .product-thumbs a,
  .product-thumbs .more-thumbs {
    width: auto;
    height: 64px;
  }
  .product-lead {
    width: auto;
  }
  .figma-gallery-strip {
    display: flex;
    overflow-x: auto;
    height: auto;
  }
  .figma-gallery-strip .gallery-item,
  .figma-gallery-strip .gallery-item.active {
    flex: 0 0 72vw;
    width: 72vw;
    height: 240px;
  }
  .figma-gallery-strip .gallery-item:not(.active) img {
    width: 100%;
    max-width: 100%;
  }
  .measure-calculator-shell {
    padding: 16px;
  }
  .measure-calculator-form {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .measure-calculator-form button {
    width: 100%;
  }
  .measure-guide-item {
    grid-template-columns: 1fr;
    gap: 16px;
    min-height: 0;
    padding: 24px 0;
  }
  .measure-diagram {
    width: min(326px, 100%);
  }
  .measure-diagram-pair {
    grid-template-columns: 1fr;
    width: min(326px, 100%);
  }
  .related-grid {
    grid-template-columns: 1fr;
  }
  .product-related-section .card,
  .product-related-section .card .thumb {
    width: 100%;
  }
  .product-related-section .card .thumb {
    height: auto;
    aspect-ratio: 1;
  }
  .product-color-dialog {
    width: calc(100vw - 24px);
    height: calc(100vh - 96px);
    padding: 20px;
  }
  .product-color-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-height: calc(100vh - 190px);
  }
  .product-color-card {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
  .product-color-scrollbar {
    right: 20px;
    left: 20px;
    bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filters {
    width: 206px;
    min-height: 356px;
    padding: 12px 16px 14px;
  }
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filters-head {
    grid-template-columns: 20px 1fr;
    column-gap: 12px;
    height: 20px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filters-head::before {
    width: 20px;
    height: 20px;
    background-size: 14px 1.5px, 14px 1.5px, 14px 1.5px;
  }
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filter-group {
    padding: 10px 0;
  }
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filter-group > summary {
    min-height: 18px;
    padding-inline-start: 18px;
    font-size: 12px;
    line-height: 18px;
  }
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filter-group > summary::after {
    top: 5px;
    width: 6px;
    height: 6px;
  }
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filter-group[open] > summary::after {
    top: 7px;
  }
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filter-apply {
    height: 40px;
    margin-top: 10px;
    font-size: 12px;
  }
}

@media (max-width: 820px) {
  html body .landing-footer,
  html body:not(.landing-body) .public-footer.landing-footer {
    grid-template-columns: 1fr;
    row-gap: 18px;
    justify-items: center;
    padding: 32px 24px 84px;
  }
  html body .landing-footer-content,
  html body:not(.landing-body) .public-footer .landing-footer-content {
    width: 100%;
    height: auto;
  }
}

/* absolute final lock after every legacy block */
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filter-group > summary::after {
  border-inline-end: 0;
  border-right: 1.5px solid #222;
  border-bottom: 1.5px solid #222;
  transform: rotate(45deg);
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filter-group[open] > summary::after {
  transform: rotate(225deg);
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar .count { grid-column: 1; }
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .sort-links { grid-column: 3; }
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar .sort-title { grid-column: 4; }
html body .landing-footer-top,
html body .landing-footer-bottom,
html body:not(.landing-body) .public-footer .landing-footer-top,
html body:not(.landing-body) .public-footer .landing-footer-bottom {
  justify-content: flex-start;
}
html body .landing-footer-top > img,
html body:not(.landing-body) .public-footer .landing-footer-top > img,
html body .landing-footer-bottom .landing-language-pill,
html body:not(.landing-body) .public-footer .landing-footer-bottom .landing-language-pill {
  margin-left: auto;
}
html body .landing-footer-bottom > a,
html body:not(.landing-body) .public-footer .landing-footer-bottom > a {
  margin-left: 16px;
}

/* ------------------------------------------------------------ Final shop layout match */
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  height: 20px;
  margin: 0 0 28px;
  padding: 0;
  direction: rtl;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar .count {
  order: 1;
  margin-inline-start: auto;
  margin-inline-end: 0;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar .sort-title {
  order: 2;
  color: #212121;
  font-size: 12px;
  font-weight: 700;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar .sort-title::before {
  content: "☷";
  margin-inline-end: 4px;
  color: #212121;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .sort-links {
  order: 3;
  display: flex;
  flex-direction: row;
  gap: 8px;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .sort-links a.active::before {
  display: none;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .sort-links a.active::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-inline-start: 6px;
  border-right: 1.5px solid #43958f;
  border-bottom: 1.5px solid #43958f;
  transform: rotate(45deg) translateY(-2px);
}

html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filters-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  direction: rtl;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filters-head span {
  margin: 0;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filters-head::before {
  display: none;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filter-group > summary {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  direction: rtl;
  padding: 0;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filter-group > summary::after {
  position: static;
  flex: 0 0 auto;
  border-inline-end: 0;
  border-right: 1.5px solid #222;
  border-bottom: 1.5px solid #222;
  transform: rotate(45deg);
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filter-group[open] > summary::after {
  transform: rotate(225deg);
}

html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .card .meta {
  min-height: 45px;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .price-row {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .price-row .unit {
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  white-space: nowrap;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .price-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 111px;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .price-stack del {
  position: relative;
  color: rgba(33, 33, 33, .5);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .price-stack del::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  border-top: 1px solid #ff5a5a;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .price-stack strong {
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

/* ------------------------------------------------------------ Figma 925:1646 shop filters */
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel {
  position: sticky;
  top: 96px;
  display: block;
  width: 268px;
  min-height: 489px;
  padding: 20px 24px;
  overflow: hidden;
  border: 1px solid #eee;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  direction: rtl;
}
.shop-filter-form {
  width: 100%;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filters-head {
  display: flex;
  width: 100%;
  height: 25px;
  margin: 0;
  padding: 0 0 16px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  color: #222;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filters-head::before {
  display: none;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filters-head span {
  margin: 0;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filter-clear-head {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-group {
  margin: 0;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid #eee;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-group > summary {
  display: flex;
  min-height: 24px;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: space-between;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-group > summary::after {
  content: "";
  position: static;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  margin: 0;
  border: 0;
  background: url("/static/site/img/figma/filter-chevron.538ebb730760.svg") center / 16px 16px no-repeat;
  transform: none;
  transition: transform 150ms ease;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-group[open] > summary::after {
  transform: rotate(180deg);
}
.shop-filter-panel .filter-options,
.shop-filter-panel .filter-price-fields,
.shop-filter-panel .filter-color-grid {
  margin-top: 16px;
}
.shop-filter-panel .filter-options {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.shop-filter-panel .filter-option {
  display: flex;
  width: 100%;
  min-height: 20px;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  color: #222;
  direction: rtl;
  text-align: right;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
}
.shop-filter-panel .filter-brand-options .filter-option {
  justify-content: space-between;
}
.shop-filter-panel .filter-option-main {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  direction: rtl;
  text-align: right;
  white-space: nowrap;
}
.shop-filter-panel .filter-brand-options .filter-option-main {
  width: auto;
}
.shop-filter-panel .filter-option-en {
  color: #999;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
}
.shop-filter-panel .filter-option input {
  appearance: none;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 0;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}
.shop-filter-panel .filter-option input:checked {
  border-color: #54bab3;
  background: #54bab3 url("/static/site/img/figma/filter-check.d5829c4ef952.svg") center / 14px 14px no-repeat;
}
.shop-filter-panel .filter-option input:focus-visible,
.shop-filter-panel .filter-color-option input:focus-visible + .filter-color-swatch,
.shop-filter-panel .filter-price-fields input:focus-visible {
  outline: 2px solid #54bab3;
  outline-offset: 2px;
}
.shop-filter-panel .filter-price-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.shop-filter-panel .filter-price-fields label {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  color: #222;
  direction: rtl;
}
.shop-filter-panel .filter-price-fields label > span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.shop-filter-panel .filter-price-fields label > small {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.shop-filter-panel .filter-price-fields input {
  width: 100%;
  min-width: 0;
  height: 28px;
  padding: 0 2px;
  border: 0;
  border-bottom: 1px solid #cacaca;
  border-radius: 0;
  background: #fff;
  color: #222;
  font: 700 18px/27px "Abar", sans-serif;
  text-align: center;
  direction: ltr;
}
.shop-filter-panel .filter-color-grid {
  display: grid;
  grid-template-columns: repeat(6, 24px);
  justify-content: space-between;
  gap: 16px 0;
}
.shop-filter-panel .filter-color-option {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.shop-filter-panel .filter-color-option input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.shop-filter-panel .filter-color-swatch {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(33, 33, 33, .08);
  border-radius: 50%;
}
.shop-filter-panel .filter-color-option input:checked + .filter-color-swatch {
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #54bab3;
}
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-apply {
  display: flex;
  width: 100%;
  height: 48px;
  margin: 16px 0 0;
  padding: 8px 16px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: #212121;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  cursor: pointer;
}

@media (max-width: 991px) {
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel {
    position: static;
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    min-height: 0;
  }
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout > section {
    grid-column: 1;
    grid-row: 2;
  }
  .shop-filter-panel .filter-color-grid {
    justify-content: start;
    gap: 16px;
  }
}

/* Mobile shop filter final lock — Figma 925:1646 */
@media (max-width: 991px) {
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 24px;
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    margin-bottom: 56px;
    direction: rtl;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel,
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filters.shop-filter-panel {
    display: block;
    position: static;
    grid-column: 1;
    grid-row: 1;
    box-sizing: border-box;
    width: min(268px, 100%);
    min-height: 0;
    padding: 20px 24px;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    direction: rtl;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout > section {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    min-width: 0;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-form {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filters-head {
    display: flex;
    height: 25px;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 16px;
    border-bottom: 1px solid #eee;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    text-align: right;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filters-head::before {
    order: 1;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    background: url("/static/site/img/figma/filter-controls.1d0a019951fd.svg") center / 24px 24px no-repeat;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filters-head span {
    order: 2;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-group {
    margin: 0;
    padding: 16px 0;
    border: 0;
    border-bottom: 1px solid #eee;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-group > summary {
    position: relative;
    display: flex;
    min-height: 24px;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: right;
    list-style: none;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-group > summary::after {
    position: static;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    border: 0;
    background: url("/static/site/img/figma/filter-chevron.538ebb730760.svg") center / 16px 16px no-repeat;
    transform: none;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-group[open] > summary::after {
    transform: rotate(180deg);
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-options,
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-price-fields,
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-color-grid {
    margin-top: 16px;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-options {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-option {
    display: flex;
    width: 100%;
    min-height: 20px;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    direction: rtl;
    color: #222;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-align: right;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-brand-options .filter-option {
    justify-content: space-between;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-option-main {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    direction: rtl;
    text-align: right;
    white-space: nowrap;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-brand-options .filter-option-main {
    width: auto;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-option-en {
    color: #999;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-option input {
    order: 1;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    margin: 0;
    border: 1px solid #eee;
    border-radius: 4px;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-option-main > span {
    order: 2;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-color-grid {
    display: grid;
    grid-template-columns: repeat(6, 24px);
    justify-content: space-between;
    gap: 16px 0;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-price-fields {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-apply {
    display: flex;
    width: 100%;
    height: 48px;
    margin: 16px 0 0;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 0;
    background: #212121;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
  }
}

/* ------------------------------------------------------------ Albums page / Figma 260:531 + 1092:7222 */
.albums-page-body {
  --albums-width: 1144px;
  --albums-gap: 24px;
}

html body.albums-page-body:not(.landing-body) main {
  padding-top: 0;
}

html body.albums-page-body:not(.landing-body) .public-header.landing-header {
  position: absolute;
  top: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
}

html body.albums-page-body:not(.landing-body) .public-header .landing-nav a,
html body.albums-page-body:not(.landing-body) .public-header .landing-search input {
  color: #fff;
}

html body.albums-page-body:not(.landing-body) .public-header .landing-search {
  background: rgba(255, 255, 255, .16);
}

html body.albums-page-body:not(.landing-body) .public-header .landing-search input::placeholder {
  color: rgba(255, 255, 255, .48);
}

html body.albums-page-body:not(.landing-body) .public-header .landing-header-icons img,
html body.albums-page-body:not(.landing-body) .public-header .landing-search button img {
  filter: brightness(0) invert(1);
}

html body.albums-page-body:not(.landing-body) .public-header .landing-logo img {
  filter: none;
}

.albums-page-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 164px;
  padding: 0;
  background: #23344b url("../img/albums/hero-clean.ea42780f47f6.jpg") center / cover no-repeat;
}

.albums-page-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  text-align: center;
  white-space: nowrap;
}

.albums-showcase {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: min(var(--albums-width), calc(100% - 40px));
  margin: 60px auto 48px;
}

.albums-showcase-row {
  display: grid;
  gap: var(--albums-gap);
  align-items: start;
}

.albums-showcase-row-primary,
.albums-showcase-row-secondary {
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
}

.albums-showcase-row-secondary {
  grid-template-columns: minmax(0, 756px) 364px;
}

.albums-showcase-row-balanced {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.albums-showcase-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 0;
  color: #222;
}

.albums-showcase-media {
  position: relative;
  display: block;
  height: clamp(380px, 34vw, 480px);
  overflow: hidden;
  background: #c8c8c8;
}

.albums-showcase-media::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(34, 34, 34, 0);
  transition: border-color .24s ease;
  pointer-events: none;
}

.albums-showcase-card:hover .albums-showcase-media::after,
.albums-showcase-card:focus-visible .albums-showcase-media::after {
  border-color: rgba(34, 34, 34, .56);
}

.albums-showcase-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.albums-showcase-card:hover .albums-showcase-media > img,
.albums-showcase-card:focus-visible .albums-showcase-media > img {
  transform: scale(1.025);
}

.albums-showcase-row-secondary .albums-showcase-card-wide .albums-showcase-media > img {
  object-position: center 52%;
}

.albums-showcase-title {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 18px;
  left: 18px;
  display: block;
  min-height: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .22s ease, transform .22s ease;
  pointer-events: none;
}

.albums-showcase-card:hover .albums-showcase-title,
.albums-showcase-card:focus-visible .albums-showcase-title {
  opacity: 1;
  transform: translateY(0);
}

.albums-showcase-card:not(.albums-showcase-card-featured) .albums-showcase-media::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(33, 33, 33, 0) 46%, rgba(33, 33, 33, .68));
  opacity: 0;
  transition: opacity .22s ease;
  pointer-events: none;
}

.albums-showcase-card:not(.albums-showcase-card-featured):hover .albums-showcase-media::before,
.albums-showcase-card:not(.albums-showcase-card-featured):focus-visible .albums-showcase-media::before {
  opacity: 1;
}

.albums-showcase-card-featured .albums-showcase-media::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, rgba(33, 33, 33, 0) 54%, rgba(33, 33, 33, .56));
  opacity: 0;
  transition: opacity .22s ease;
  pointer-events: none;
}

.albums-showcase-card-featured:hover .albums-showcase-media::before,
.albums-showcase-card-featured:focus-visible .albums-showcase-media::before {
  opacity: 1;
}

.albums-showcase-description {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 58px;
  left: 24px;
  color: rgba(255, 255, 255, .9);
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: justify;
  direction: rtl;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .22s ease, transform .22s ease;
  pointer-events: none;
}

.albums-showcase-card:hover .albums-showcase-description,
.albums-showcase-card:focus-visible .albums-showcase-description {
  opacity: 1;
  transform: translateY(0);
}

.albums-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 92px;
}

.albums-brand-row a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31%;
  height: 92px;
  filter: grayscale(1);
  opacity: .62;
  transition: filter .22s ease, opacity .22s ease;
}

.albums-brand-row a:hover,
.albums-brand-row a:focus-visible {
  filter: none;
  opacity: 1;
}

.albums-brand-row img {
  width: 100%;
  max-width: 220px;
  height: 92px;
  object-fit: contain;
}

.albums-brand-row a:nth-child(1) img,
.albums-brand-row a:nth-child(2) img,
.albums-brand-row a:nth-child(3) img { width: 100%; }

.albums-remaining-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.albums-remaining-grid .albums-showcase-media {
  height: clamp(300px, 37vw, 536px);
}

.albums-live-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px 24px;
}

.albums-live-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
}

.albums-live-media {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: #c8c8c8;
}

.albums-live-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.albums-live-card:hover img,
.albums-live-card:focus-visible img {
  transform: scale(1.025);
}

.albums-contact {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  height: 360px;
  overflow: hidden;
  background: #f1f3f5;
}

.albums-contact::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255,255,255,.95) 0 21%, rgba(255,255,255,.44) 46%, transparent 74%);
}

.albums-contact-left,
.albums-contact-right {
  position: absolute;
  height: 100%;
  object-fit: cover;
}

.albums-contact-left {
  left: -70px;
  width: 46%;
  object-position: center;
  transform: rotate(180deg);
}

.albums-contact-right {
  right: 0;
  width: 44.4%;
}

.albums-contact-copy {
  position: relative;
  z-index: 2;
  color: #212121;
  text-align: center;
  direction: rtl;
}

.albums-contact-copy h2 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.albums-contact-copy p {
  margin: 0;
  color: rgba(33, 33, 33, .64);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.album-detail-page-body {
  --album-detail-width: 1144px;
}

.album-detail-topbar {
  height: 166px;
  padding-bottom: 22px;
}

.album-detail-figma {
  width: min(var(--album-detail-width), calc(100% - 40px));
  margin: 62px auto 72px;
  color: #222;
}

.album-detail-hero {
  position: relative;
  height: clamp(380px, 42vw, 520px);
  max-height: calc(100svh - 180px);
  overflow: hidden;
  background: #eee;
}

.album-detail-hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.album-detail-hero::after {
  content: "";
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 142px;
  background: linear-gradient(180deg, rgba(33, 33, 33, 0), rgba(33, 33, 33, .84));
  pointer-events: none;
}

.album-detail-hero-copy {
  position: absolute;
  z-index: 1;
  right: 48px;
  bottom: 32px;
  left: 48px;
  color: #fff;
  text-align: right;
}

.album-detail-hero-copy h2 {
  margin: 0 0 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.album-detail-hero-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .84);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: justify;
}

.album-detail-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.album-detail-gallery-item {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  min-height: 0;
  overflow: hidden;
  background: #eee;
  color: #fff;
}

.album-detail-gallery-item > img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform .35s ease;
}

.album-detail-gallery-item:hover > img,
.album-detail-gallery-item:focus-visible > img {
  transform: scale(1.025);
}

.album-detail-gallery-item span {
  position: absolute;
  right: 16px;
  bottom: 14px;
  padding: 4px 8px;
  background: rgba(33, 33, 33, .58);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.album-detail-description {
  position: relative;
  margin-top: 72px;
  text-align: right;
}

.album-detail-description h2 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.album-description-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.album-description-copy {
  position: relative;
  max-height: 112px;
  overflow: hidden;
  color: #666;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: justify;
  transition: max-height .28s ease;
}

.album-description-copy::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 72px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 78%);
  pointer-events: none;
}

.album-description-copy p {
  margin: 0 0 10px;
}

.album-description-more {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 188px;
  height: 48px;
  margin: -18px auto 0;
  background: rgba(33, 33, 33, .08);
  color: #222;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.album-description-more .less-text,
.album-description-toggle:checked ~ .album-description-more .more-text {
  display: none;
}

.album-description-toggle:checked ~ .album-description-copy {
  max-height: 540px;
}

.album-description-toggle:checked ~ .album-description-copy::after {
  display: none;
}

.album-description-toggle:checked ~ .album-description-more {
  margin-top: 16px;
}

.album-description-toggle:checked ~ .album-description-more .less-text {
  display: inline;
}

.album-detail-products {
  margin-top: 72px;
}

.album-detail-products-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.album-detail-products-header h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.album-detail-products-header a {
  color: #222;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 1199px) {
  .albums-showcase-row-primary,
  .albums-showcase-row-secondary {
    grid-template-columns: minmax(0, 32fr) minmax(0, 68fr);
  }

  .albums-showcase-row-secondary {
    grid-template-columns: minmax(0, 68fr) minmax(0, 32fr);
  }
}

@media (max-width: 991px) {
  html body.albums-page-body:not(.landing-body) .public-header.landing-header {
    grid-template-columns: 86px minmax(0, 1fr) 43px;
    gap: 16px;
    padding-inline: 16px;
  }

  html body.albums-page-body:not(.landing-body) .public-header .landing-nav {
    display: none;
  }

  html body.albums-page-body:not(.landing-body) .public-header .landing-header-icons {
    width: auto;
  }

  html body.albums-page-body:not(.landing-body) .public-header .landing-logo {
    width: 43px;
    overflow: hidden;
  }

  html body.albums-page-body:not(.landing-body) .public-header .landing-logo img {
    width: 43px;
    max-width: none;
    object-fit: cover;
    object-position: right;
  }
}

@media (max-width: 767px) {
  .albums-page-body {
    --albums-gap: 8px;
  }

  html body.albums-page-body:not(.landing-body) .public-header.landing-header {
    position: absolute;
    grid-template-columns: 62px minmax(0, 1fr) 43px;
    gap: 12px;
  }

  .albums-page-hero {
    height: 132px;
    padding-bottom: 12px;
  }

  .albums-page-hero h1 {
    font-size: 22px;
    line-height: 33px;
  }

  .albums-showcase {
    gap: 24px;
    width: min(100% - 32px, 560px);
    margin: 40px auto 48px;
  }

  .albums-showcase-media {
    height: clamp(170px, 53vw, 296px);
  }

  .albums-showcase-row-balanced .albums-showcase-media {
    height: clamp(190px, 58vw, 320px);
  }

  .albums-showcase-title {
    font-size: 10px;
    line-height: 15px;
    right: 8px;
    bottom: 8px;
    left: 8px;
  }

  .albums-showcase-description {
    right: 8px;
    bottom: 28px;
    left: 8px;
    max-height: 45px;
    overflow: hidden;
    font-size: 8px;
    line-height: 12px;
  }

  .albums-brand-row {
    min-height: 32px;
    gap: 16px;
  }

  .albums-brand-row a,
  .albums-brand-row img {
    width: auto !important;
    max-width: 31vw;
    height: 32px;
  }

  .albums-remaining-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .albums-remaining-grid .albums-showcase-media {
    height: clamp(220px, 76vw, 396px);
  }

  .albums-live-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 8px;
  }

  .albums-live-card {
    font-size: 10px;
    line-height: 15px;
  }

  .albums-contact {
    height: 240px;
  }

  .albums-contact-left {
    left: -110px;
    width: 72%;
  }

  .albums-contact-right {
    right: -82px;
    width: 70%;
  }

  .albums-contact-copy h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .albums-contact-copy p {
    max-width: 260px;
    font-size: 13px;
    line-height: 21px;
  }

  .album-detail-figma {
    width: calc(100% - 32px);
    margin: 40px auto 56px;
  }

  .album-detail-topbar {
    height: 132px;
  }

  .album-detail-hero {
    height: clamp(320px, 82vw, 460px);
  }

  .album-detail-hero-copy {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .album-detail-hero-copy h2,
  .album-detail-description h2,
  .album-detail-products-header h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .album-detail-hero-copy p,
  .album-description-copy {
    font-size: 13px;
    line-height: 21px;
  }

  .album-detail-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 32px;
  }

  .album-detail-gallery-item,
  .album-detail-gallery-item > img {
    min-height: clamp(220px, 62vw, 320px);
  }

  .album-detail-gallery-item-4,
  .album-detail-gallery-item-6 {
    grid-column: span 2;
  }

  .album-detail-description,
  .album-detail-products {
    margin-top: 48px;
  }

  .album-detail-products-header {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ------------------------------------------------------------ Wide public page lock */
html body:not(.landing-body) {
  --public-wide: min(1440px, calc(100vw - 80px));
}

html body:not(.landing-body) .container,
html body:not(.landing-body) .page-shell,
html body:not(.landing-body) .catalog-layout,
html body:not(.landing-body) .shop-frame-273-hero,
html body:not(.landing-body) .product-figma-page,
html body:not(.landing-body) .album-detail-figma,
html body:not(.landing-body) .albums-showcase {
  width: var(--public-wide);
  max-width: var(--public-wide);
}

html body:not(.landing-body) .product-figma-page {
  width: min(1144px, calc(100vw - 32px));
  max-width: min(1144px, calc(100vw - 32px));
  margin-right: auto;
  margin-left: auto;
}

html body:not(.landing-body) .public-footer.landing-footer,
html body .landing-footer {
  grid-template-columns: 108px minmax(0, calc(var(--public-wide) - 157px));
  padding-inline: max(16px, calc((100vw - var(--public-wide)) / 2));
}

html body:not(.landing-body) .public-footer .landing-footer-content,
html body .landing-footer-content {
  width: 100%;
}

@media (max-width: 820px) {
  html body:not(.landing-body) {
    --public-wide: calc(100vw - 32px);
  }

  html body:not(.landing-body) .public-footer.landing-footer,
  html body .landing-footer {
    grid-template-columns: 1fr;
    padding-inline: 24px;
  }
}

/* ------------------------------------------------------------ Contact and about pages */
.page-shell {
  width: min(1144px, calc(100% - 32px));
  margin-inline: auto;
}

.contact-page,
.about-page {
  color: #212121;
  background: #fff;
}

.contact-intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
  padding: 36px 0 48px;
}

.contact-intro-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-intro h1 {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 36px;
}

.contact-lead {
  max-width: 510px;
  margin: 0 0 40px;
  color: rgba(33, 33, 33, .72);
  font-size: 14px;
  line-height: 21px;
}

.contact-intro-media {
  height: 385px;
  margin: 0;
  overflow: hidden;
}

.contact-intro-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.contact-info-card {
  min-height: 168px;
  padding: 20px 16px;
  background: #f2faf9;
  text-align: center;
}

.contact-info-card > img {
  width: 24px;
  height: 24px;
  margin: 0 auto 12px;
  object-fit: contain;
}

.contact-info-card h2 {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 24px;
}

.contact-info-card p,
.contact-info-card a {
  margin: 0;
  color: rgba(33, 33, 33, .68);
  font-size: 12px;
  line-height: 21px;
}

.contact-address-card p {
  line-height: 19px;
}

.contact-form-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "map form"
    "agency agency";
  gap: 28px;
  padding-bottom: 104px;
  direction: ltr;
}

.contact-form-panel {
  grid-area: form;
  min-height: 558px;
  padding: 40px 48px;
  border: 1px solid #eee;
  background: #fff;
  direction: rtl;
}

.contact-form-panel > header {
  margin-bottom: 30px;
}

.contact-form-panel h2 {
  margin: 0 0 8px;
  color: #212121;
  font-size: 16px;
  line-height: 24px;
}

.contact-agency-copy h2 {
  margin: 0 0 8px;
  color: #212121;
  font-size: 24px;
  line-height: 36px;
}

.contact-form-panel header p,
.contact-agency-copy p {
  margin: 0;
  color: rgba(33, 33, 33, .62);
  font-size: 14px;
  line-height: 25px;
}

.contact-form-panel form,
.contact-form-panel label {
  display: grid;
  gap: 8px;
}

.contact-form-panel form {
  gap: 18px;
}

.contact-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-form-panel label > span {
  color: #212121;
  font-size: 13px;
  font-weight: 600;
}

.contact-form-panel .contact-optional-label {
  color: #959595;
  font-size: 11px;
  font-weight: 400;
}

.contact-form-panel input,
.contact-form-panel textarea {
  width: 100%;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  background: #fff;
  color: #212121;
  font: inherit;
  outline: none;
}

.contact-form-panel input {
  height: 48px;
  padding: 0 14px;
}

.contact-form-panel textarea {
  min-height: 128px;
  padding: 12px 14px;
  resize: vertical;
}

.contact-form-panel input:focus,
.contact-form-panel textarea:focus {
  border-color: #54bab3;
}

.contact-form-panel small {
  color: #c83d3d;
}

.contact-form-panel button,
.contact-agency-link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #212121;
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.contact-form-success {
  margin: 0 0 20px;
  padding: 12px 16px;
  border-inline-start: 3px solid #54bab3;
  background: #f2faf9;
  color: #207d77;
}

.contact-map-panel {
  grid-area: map;
  position: relative;
  height: 558px;
  overflow: hidden;
  background: #eee;
  direction: rtl;
}

.contact-map-frame {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-map-frame {
  display: block;
  border: 0;
}

.contact-agency-cta {
  grid-area: agency;
  display: flex;
  min-height: 96px;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding: 24px;
  background: #f2faf9;
  direction: rtl;
}

.contact-agency-copy {
  max-width: 780px;
}

.contact-agency-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.contact-agency-title img {
  width: 64px;
  height: 44px;
  object-fit: contain;
}

.contact-agency-title h2 {
  margin: 0;
}

.about-vision-copy > span,
.about-timeline header span,
.about-gallery header span {
  display: block;
  margin-bottom: 4px;
  color: #54bab3;
  font-size: 13px;
  font-weight: 700;
}

.contact-agency-actions {
  display: flex;
  flex: 0 0 241px;
}

.contact-agency-link {
  width: 241px;
  padding: 0 16px;
}

.contact-agency-link {
  background: #54bab3;
}

.contact-agency-link:hover,
.contact-agency-link:focus-visible {
  background: #409f99;
  color: #fff;
}

.contact-agency-link:focus-visible {
  outline: 3px solid rgba(84, 186, 179, .35);
  outline-offset: 3px;
}

.about-hero {
  position: relative;
  height: 670px;
  overflow: hidden;
}

.about-hero > img,
.about-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.about-hero > img {
  object-fit: cover;
}

.about-hero-shade {
  background: linear-gradient(90deg, rgba(0, 0, 0, .05) 20%, rgba(0, 0, 0, .58) 100%);
}

.about-hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 110px;
}

.about-hero-copy h1 {
  max-width: 570px;
  margin: 0 0 24px;
  color: #fff;
  font-size: 48px;
  line-height: 72px;
}

.about-hero-copy p {
  max-width: 570px;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, .88);
  font-size: 16px;
  line-height: 30px;
}

.about-values {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: -104px;
  padding: 32px;
  background: #fff;
  box-shadow: 0 16px 50px rgba(0, 0, 0, .08);
}

.about-values article {
  display: flex;
  min-height: 112px;
  gap: 16px;
  align-items: flex-start;
  padding: 10px 24px;
  border-inline-start: 1px solid #eee;
}

.about-values article:last-child {
  border-inline-start: 0;
}

.about-values article > img {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  object-fit: contain;
}

.about-values h2 {
  margin: 0 0 6px;
  font-size: 17px;
  line-height: 26px;
}

.about-values p {
  margin: 0;
  color: rgba(33, 33, 33, .62);
  font-size: 12px;
  line-height: 21px;
}

.about-vision {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 72px;
  align-items: center;
  padding: 120px 0;
}

.about-vision > img {
  width: 100%;
  height: 484px;
  object-fit: cover;
}

.about-vision-copy h2 {
  max-width: 470px;
  margin: 0 0 24px;
  font-size: 36px;
  line-height: 58px;
}

.about-vision-copy p {
  margin: 0;
  color: rgba(33, 33, 33, .66);
  font-size: 15px;
  line-height: 32px;
}

.about-timeline {
  padding: 16px 0 120px;
  text-align: center;
}

.about-timeline header,
.about-gallery header {
  margin-bottom: 48px;
  text-align: center;
}

.about-timeline h2,
.about-gallery h2 {
  margin: 0;
  font-size: 32px;
  line-height: 48px;
}

.about-timeline ol {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-timeline ol::before {
  position: absolute;
  top: 38px;
  right: 7%;
  left: 7%;
  height: 1px;
  background: #d7d7d7;
  content: "";
}

.about-timeline li {
  position: relative;
  display: grid;
  gap: 26px;
  justify-items: center;
}

.about-timeline li::before {
  position: absolute;
  top: 32px;
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #54bab3;
  box-shadow: 0 0 0 1px #54bab3;
  content: "";
}

.about-timeline b {
  color: #212121;
  font-size: 18px;
}

.about-timeline li span {
  color: rgba(33, 33, 33, .66);
  font-size: 13px;
}

.about-gallery {
  padding-bottom: 120px;
}

.about-gallery > div {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr 1.25fr;
  gap: 12px;
  align-items: stretch;
}

.about-gallery img {
  width: 100%;
  height: 316px;
  object-fit: cover;
}

.about-gallery img:nth-child(2),
.about-gallery img:nth-child(4) {
  height: 276px;
  margin-top: 20px;
}

.about-cta {
  padding: 72px 0;
  background: #f2faf9;
  text-align: center;
}

.about-cta h2 {
  margin: 0 0 12px;
  font-size: 34px;
  line-height: 51px;
}

.about-cta p {
  max-width: 650px;
  margin: 0 auto 28px;
  color: rgba(33, 33, 33, .62);
  font-size: 15px;
  line-height: 29px;
}

.about-cta a {
  display: inline-flex;
  min-width: 188px;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background: #212121;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

/* About page V2 — synced with Figma 1185:6791 */
.about-page-v2 {
  --about-shell: min(1144px, calc(100vw - 48px));
  overflow: hidden;
  background: #fff;
}

.about-page-v2 .page-shell {
  width: var(--about-shell);
  max-width: var(--about-shell);
}

.about-hero-v2 {
  height: 670px;
  margin-top: -72px;
  background: #eee;
}

.about-hero-v2 > img {
  object-position: center 58%;
}

.about-hero-v2::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(33, 33, 33, .48) 0, rgba(33, 33, 33, 0) 190px),
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0 45%, rgba(255, 255, 255, .88) 66%, rgba(255, 255, 255, .18) 100%);
  content: "";
}

.about-page-v2 .about-hero-copy {
  z-index: 1;
  align-items: flex-end;
  padding-top: 72px;
  padding-bottom: 40px;
}

.about-page-v2 .about-hero-copy > div {
  width: min(414px, 100%);
  padding: 18px 0;
  border-radius: 999px;
  filter: drop-shadow(0 0 48px rgba(255, 255, 255, .94));
}

.about-page-v2 .about-hero-copy h1 {
  max-width: none;
  margin: 0 0 8px;
  color: #222;
  font-size: 32px;
  line-height: 48px;
  text-align: right;
}

.about-page-v2 .about-hero-copy p {
  max-width: none;
  margin: 0 0 12px;
  color: #666;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: justify;
}

.about-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 164px;
  margin-top: -25px;
  padding: 16px 24px;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, .08);
}

.about-stats article {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-inline-start: 1px solid #eee;
  text-align: center;
}

.about-stats article:first-child {
  border-inline-start: 0;
}

.about-stats img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.about-stats strong {
  color: #222;
  font-size: 32px;
  font-weight: 800;
  line-height: 48px;
}

.about-stats span {
  color: #666;
  font-size: 14px;
  line-height: 21px;
}

.about-story {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 584px;
  gap: 24px;
  align-items: center;
  padding: 116px 0 84px;
}

.about-story-copy,
.about-page-v2 .about-vision-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-end;
  text-align: right;
}

.about-story-copy span,
.about-page-v2 .about-vision-copy span {
  color: #54bab3;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.about-story-copy h2,
.about-page-v2 .about-vision-copy h2 {
  margin: 0;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.about-story-copy p,
.about-page-v2 .about-vision-copy p {
  margin: 0;
  color: #666;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-align: justify;
}

.about-story-media {
  position: relative;
  height: 544px;
}

.about-story-main {
  position: absolute;
  top: 0;
  right: 0;
  width: 584px;
  height: 436px;
  object-fit: cover;
}

.about-story-inset {
  position: absolute;
  right: 76px;
  bottom: 0;
  width: 260px;
  height: 260px;
  border: 8px solid #fff;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}

.about-vision-v2 {
  padding: 64px 0;
  background: #f6f6f6;
}

.about-vision-v2 > .page-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 536px;
  gap: 24px;
  align-items: center;
}

.about-vision-v2 img {
  width: 100%;
  height: 396px;
  object-fit: cover;
}

.about-timeline-v2 {
  padding: 84px 0 64px;
  text-align: center;
}

.about-timeline-v2 header {
  display: grid;
  gap: 8px;
  justify-items: center;
  margin-bottom: 32px;
}

.about-timeline-v2 h2,
.about-projects h2 {
  margin: 0;
  color: #222;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.about-timeline-v2 header p {
  width: min(768px, 100%);
  margin: 0;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.about-page-v2 .about-timeline-v2 ol {
  gap: 24px;
}

.about-page-v2 .about-timeline-v2 ol::before {
  top: 32px;
  right: 7%;
  left: 7%;
  background: #d8f0ed;
}

.about-page-v2 .about-timeline-v2 li {
  gap: 12px;
}

.about-page-v2 .about-timeline-v2 li::before {
  top: 0;
  width: 64px;
  height: 64px;
  border: 0;
  border-radius: 100px;
  background: #f2faf9;
  box-shadow: none;
}

.about-page-v2 .about-timeline-v2 b {
  position: relative;
  z-index: 1;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  color: #54bab3;
  font-size: 14px;
  font-weight: 700;
}

.about-page-v2 .about-timeline-v2 strong {
  display: block;
  min-height: 48px;
  color: #222;
  font-size: 16px;
  line-height: 24px;
}

.about-page-v2 .about-timeline-v2 span {
  color: #666;
  font-size: 14px;
  line-height: 21px;
}

.about-projects {
  padding: 24px 0 120px;
  background: #f6f6f6;
}

.about-projects .page-shell {
  display: grid;
  gap: 24px;
  justify-items: center;
}

.about-projects-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.about-projects-grid img {
  width: 100%;
  height: 224px;
  object-fit: cover;
}

.about-cta-v2 {
  position: relative;
  display: flex;
  min-height: 144px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin: -74px auto 84px;
  padding: 32px;
  overflow: hidden;
  background: #222 url("../img/about/optimized/store-inset.70a24ade853a.webp") center/cover no-repeat;
  box-shadow: 0 0 16px rgba(0, 0, 0, .08);
  text-align: right;
}

.about-cta-v2::before {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .64);
  content: "";
}

.about-cta-v2 > * {
  position: relative;
  z-index: 1;
}

.about-cta-v2 h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}

.about-cta-v2 p {
  width: min(711px, 100%);
  margin: 0;
  color: #eee;
  font-size: 16px;
  line-height: 24px;
}

.about-cta-v2 a {
  display: inline-flex;
  width: 216px;
  height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  background: #54bab3;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .contact-intro {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 0 56px;
  }

  .contact-intro-media {
    grid-row: 1;
    height: min(78vw, 440px);
  }

  .contact-intro-copy {
    grid-row: 2;
  }

  .contact-info-grid {
    grid-template-columns: 1fr;
  }

  .contact-info-card {
    display: flex;
    min-height: 112px;
    gap: 18px;
    align-items: flex-start;
    padding: 20px;
    text-align: right;
  }

  .contact-info-card > img {
    margin: 2px 0 0;
  }

  .contact-form-section {
    grid-template-columns: 1fr;
    grid-template-areas:
      "form"
      "map"
      "agency";
    padding-bottom: 72px;
    direction: rtl;
  }

  .contact-map-panel {
    height: 420px;
  }

  .contact-map-frame {
    height: 420px;
    min-height: 420px;
  }

  .contact-agency-cta {
    gap: 24px;
  }

  .about-hero {
    height: 600px;
  }

  .about-hero-shade {
    background: linear-gradient(0deg, rgba(0, 0, 0, .68) 0%, rgba(0, 0, 0, .08) 75%);
  }

  .about-hero-copy {
    justify-content: flex-end;
    padding-bottom: 80px;
  }

  .about-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0;
    box-shadow: none;
  }

  .about-values article:nth-child(odd) {
    border-inline-start: 0;
  }

  .about-vision {
    gap: 36px;
  }

  .about-vision > img {
    height: 380px;
  }
}

@media (max-width: 640px) {
  .contact-intro h1 {
    font-size: 24px;
  }

  .contact-lead {
    margin-bottom: 28px;
    font-size: 14px;
  }

  .contact-form-panel {
    padding: 28px 20px;
  }

  .contact-form-panel h2 {
    font-size: 20px;
  }

  .contact-form-row {
    grid-template-columns: 1fr;
  }

  .contact-map-frame {
    height: 340px;
    min-height: 340px;
  }

  .contact-map-panel {
    height: 340px;
  }

  .contact-agency-cta {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 20px;
  }

  .contact-agency-actions {
    flex-basis: auto;
  }

  .contact-agency-link {
    width: 100%;
  }

  .about-hero {
    height: 520px;
  }

  .about-hero-copy {
    padding-bottom: 40px;
  }

  .about-hero-copy h1 {
    margin-bottom: 16px;
    font-size: 32px;
    line-height: 48px;
  }

  .about-hero-copy p {
    font-size: 13px;
    line-height: 24px;
  }

  .about-values {
    grid-template-columns: 1fr;
    padding: 32px 20px;
  }

  .about-values article {
    min-height: auto;
    padding: 20px 0;
    border-inline-start: 0;
    border-bottom: 1px solid #eee;
  }

  .about-values article:last-child {
    border-bottom: 0;
  }

  .about-vision {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 72px 0;
  }

  .about-vision-copy h2 {
    font-size: 28px;
    line-height: 44px;
  }

  .about-vision > img {
    height: 340px;
  }

  .about-timeline {
    padding-bottom: 72px;
  }

  .about-timeline header,
  .about-gallery header {
    margin-bottom: 32px;
  }

  .about-timeline h2,
  .about-gallery h2 {
    font-size: 26px;
  }

  .about-timeline ol {
    grid-template-columns: 1fr;
    gap: 0;
    text-align: right;
  }

  .about-timeline ol::before {
    top: 10px;
    right: 6px;
    bottom: 10px;
    left: auto;
    width: 1px;
    height: auto;
  }

  .about-timeline li {
    min-height: 76px;
    grid-template-columns: 70px 1fr;
    gap: 16px;
    align-items: start;
    justify-items: start;
    padding-right: 28px;
  }

  .about-timeline li::before {
    top: 7px;
    right: 0;
  }

  .about-timeline li span {
    padding-top: 4px;
  }

  .about-gallery {
    width: 100%;
    padding-bottom: 72px;
  }

  .about-gallery header {
    padding-inline: 16px;
  }

  .about-gallery > div {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-inline: 16px;
    scrollbar-width: none;
  }

  .about-gallery > div::-webkit-scrollbar {
    display: none;
  }

  .about-gallery img,
  .about-gallery img:nth-child(2),
  .about-gallery img:nth-child(4) {
    width: 72vw;
    height: 300px;
    flex: 0 0 72vw;
    margin-top: 0;
  }

  .about-cta {
    padding: 56px 0 96px;
  }

  .about-cta h2 {
    font-size: 27px;
    line-height: 43px;
  }
}

/* Contact layout final lock: latest Figma frame */
html body.contact-page-body .contact-intro {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: center;
  padding: 32px 0 48px;
  direction: ltr;
}
html body.contact-page-body .contact-intro-copy { direction: rtl; }
html body.contact-page-body .contact-intro-media { width: 100%; height: 100%; min-height: 347px; }
html body.contact-page-body .contact-intro h1 { margin-bottom: 8px; }
html body.contact-page-body .contact-lead { max-width: none; margin-bottom: 24px; color: #666; text-align: justify; }
html body.contact-page-body .contact-info-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px; }
html body.contact-page-body .contact-info-card { display: block; grid-column: span 2; min-height: 90px; padding: 8px; text-align: center; }
html body.contact-page-body .contact-info-card-wide { grid-column: span 3; }
html body.contact-page-body .contact-info-card > img { margin: 0 auto 8px; }
html body.contact-page-body .contact-form-section {
  grid-template-areas: "form map" "agency agency";
  gap: 24px;
  direction: ltr;
}
html body.contact-page-body .contact-agency-cta { min-height: 148px; }

@media (max-width: 991px) {
  html body.contact-page-body .contact-intro { grid-template-columns: 1fr; direction: rtl; }
  html body.contact-page-body .contact-intro-media { width: 100%; height: min(78vw, 440px); }
  html body.contact-page-body .contact-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  html body.contact-page-body .contact-info-card,
  html body.contact-page-body .contact-info-card-wide { grid-column: span 1; min-height: 132px; }
  html body.contact-page-body .contact-form-section { grid-template-areas: "form" "map" "agency"; }
}

@media (max-width: 640px) {
  html body.contact-page-body .contact-info-grid { grid-template-columns: 1fr; }
}

.product-spec-icons {
  display: flex;
  align-items: center;
  gap: 24px;
  direction: ltr;
}
.product-spec-icon {
  position: relative;
  display: inline-grid;
  width: 34px;
  height: 34px;
  padding: 0;
  place-items: center;
  border: 1px solid #999;
  border-radius: 50%;
  background: #eee;
  color: #4d4d4d;
  font: 600 13px/1 Arial, sans-serif;
  cursor: help;
}
.product-spec-icon::before,
.product-spec-icon::after {
  position: absolute;
  left: 50%;
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 120ms ease, transform 120ms ease;
}
.product-spec-icon::before {
  content: attr(data-tooltip);
  bottom: calc(100% + 12px);
  width: max-content;
  max-width: 220px;
  padding: 8px 12px;
  transform: translate(-50%, 4px);
  background: #212121;
  color: #fff;
  font: 500 12px/20px "Abar", sans-serif;
  text-align: center;
  white-space: nowrap;
}
.product-spec-icon::after {
  content: "";
  bottom: calc(100% + 6px);
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #212121;
  border-bottom: 0;
}
.product-spec-icon:hover::before,
.product-spec-icon:hover::after,
.product-spec-icon:focus-visible::before,
.product-spec-icon:focus-visible::after {
  visibility: visible;
  opacity: 1;
}
.product-spec-icon:hover::before,
.product-spec-icon:focus-visible::before { transform: translate(-50%, 0); }
.product-spec-icon:focus-visible { outline: 2px solid #54bab3; outline-offset: 3px; }

@media (max-width: 640px) {
  .product-spec-icons { gap: 12px; flex-wrap: wrap; }
}

/* ------------------------------------------------------------ Feedback batch: auth, reviews, calculator text */
.auth-page-shell {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 460px;
  width: min(1144px, calc(100% - 40px));
  margin: 48px auto 72px;
  border: 1px solid #eee;
  background: #fff;
  direction: ltr;
}
.auth-page-visual {
  display: grid;
  place-items: center;
  min-height: 520px;
  background: #54bab3;
  overflow: hidden;
}
.auth-page-visual span {
  color: #212121;
  font-family: Inter, Abar, sans-serif;
  font-size: clamp(48px, 8.5vw, 128px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  opacity: .96;
}
.auth-page-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  direction: rtl;
}
.auth-page-panel .auth-box {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
}
.auth-page-panel .auth-box h1 {
  margin: 0 0 8px;
  font-size: 28px;
  line-height: 42px;
  text-align: right;
}
.auth-page-subtitle {
  margin: 0 0 28px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.auth-page-panel .auth-field label {
  font-size: 14px;
  font-weight: 700;
}
.auth-page-panel .auth-field input {
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  padding: 0 16px;
}
.auth-page-panel .auth-box .btn {
  height: 48px;
  border-radius: 0;
  background: #212121;
  color: #fff;
  font-weight: 800;
}
.auth-page-panel .auth-box .btn:hover { background: #54bab3; }
.auth-page-panel .auth-alt { text-align: right; color: #666; }

.measure-calculator-shell {
  min-height: 0;
}
.measure-calculator-notes {
  margin: -12px 0 24px;
  padding: 0 20px 0 0;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
  text-align: right;
}
.measure-calculator-notes li { margin-bottom: 4px; }
.measure-calculator-form select { color: #212121; }
.review-tabs h2 span {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}
.review-submit-panel {
  margin: 0 0 28px;
  padding: 16px;
  border: 1px solid #eee;
  background: #fff;
  direction: rtl;
}
.review-submit-panel:empty {
  display: none;
}
.review-submit-panel form {
  display: grid;
  grid-template-columns: 184px minmax(0, 1fr) 184px;
  gap: 16px;
  align-items: end;
}
.review-submit-panel label { display: grid; gap: 6px; }
.review-submit-panel label span {
  color: #212121;
  font-size: 14px;
  font-weight: 700;
}
.review-submit-panel select,
.review-submit-panel textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  color: #212121;
  font: inherit;
}
.review-submit-panel select { height: 48px; padding: 0 12px; }
.review-submit-panel textarea { min-height: 96px; padding: 10px 12px; resize: vertical; }
.review-submit-panel button,
.review-login-required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  background: #212121;
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.review-login-required { width: 260px; }
.review-empty {
  margin: 0;
  padding: 32px;
  background: #f8f8f8;
  color: #666;
  text-align: center;
}

@media (max-width: 900px) {
  .auth-page-shell { grid-template-columns: 1fr; margin-top: 24px; }
  .auth-page-visual { min-height: 180px; }
  .auth-page-panel { padding: 28px 20px; }
  .review-submit-panel form { grid-template-columns: 1fr; }
  .review-login-required { width: 100%; }
  .site-toast-stack {
    top: 72px;
    right: 16px;
    left: 16px;
    width: auto;
  }
  .site-toast p {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 1180px) {
  .about-page-v2 {
    --about-shell: min(100% - 32px, 960px);
  }

  .about-story,
  .about-vision-v2 > .page-shell {
    grid-template-columns: 1fr;
  }

  .about-story-media {
    order: -1;
    height: 470px;
  }

  .about-story-main {
    width: 100%;
  }

  .about-page-v2 .about-timeline-v2 ol {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
  }

  .about-page-v2 .about-timeline-v2 ol::before {
    display: none;
  }
}

@media (max-width: 760px) {
  .about-hero-v2 {
    height: auto;
    min-height: 640px;
    margin-top: -56px;
  }

  .about-hero-v2::after {
    background:
      linear-gradient(180deg, rgba(33, 33, 33, .42) 0, rgba(33, 33, 33, 0) 160px),
      linear-gradient(0deg, rgba(255, 255, 255, .94) 0 46%, rgba(255, 255, 255, .08) 76%);
  }

  .about-page-v2 .about-hero-copy {
    min-height: 640px;
    justify-content: flex-end;
    padding-top: 96px;
    padding-bottom: 64px;
  }

  .about-page-v2 .about-hero-copy h1 {
    font-size: 26px;
    line-height: 39px;
  }

  .about-page-v2 .about-hero-copy p,
  .about-story-copy p,
  .about-page-v2 .about-vision-copy p {
    font-size: 15px;
    line-height: 26px;
  }

  .about-stats {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -48px;
    padding: 16px;
  }

  .about-stats article {
    min-height: 132px;
    border: 0;
    border-bottom: 1px solid #eee;
  }

  .about-story {
    padding: 64px 0;
  }

  .about-story-media {
    height: 390px;
  }

  .about-story-main {
    height: 300px;
  }

  .about-story-inset {
    right: 24px;
    width: 190px;
    height: 190px;
  }

  .about-vision-v2 {
    padding: 48px 0;
  }

  .about-vision-v2 img {
    height: 280px;
  }

  .about-page-v2 .about-timeline-v2 ol {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-page-v2 .about-timeline-v2 li {
    align-items: center;
  }

  .about-projects-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-projects-grid img {
    height: 180px;
  }

  .about-cta-v2 {
    flex-direction: column-reverse;
    align-items: stretch;
    margin-bottom: 48px;
  }

  .about-cta-v2 a {
    width: 100%;
  }
}

/* About page pixel correction — Figma 1185:6791 RTL pass */
html body.about-page-body:not(.landing-body) main {
  padding-top: 0;
}

html body.about-page-body .demo-banner {
  display: none;
}

html body.about-page-body:not(.landing-body) .public-header.landing-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 120;
  height: 72px;
  background: transparent;
  color: #fff;
  box-shadow: none;
  backdrop-filter: none;
}

html body.about-page-body:not(.landing-body) .public-header .landing-nav a,
html body.about-page-body:not(.landing-body) .public-header .landing-nav-menu summary {
  color: #fff;
}

html body.about-page-body:not(.landing-body) .public-header .landing-logo img,
html body.about-page-body:not(.landing-body) .public-header .landing-header-icons img,
html body.about-page-body:not(.landing-body) .public-header .landing-search button img,
html body.about-page-body:not(.landing-body) .public-header .landing-nav-menu summary img {
  filter: brightness(0) invert(1);
}

html body.about-page-body:not(.landing-body) .public-header .landing-search {
  background: rgba(255, 255, 255, .16);
}

html body.about-page-body:not(.landing-body) .public-header .landing-search input {
  color: #fff;
}

html body.about-page-body:not(.landing-body) .public-header .landing-search input::placeholder {
  color: rgba(255, 255, 255, .48);
}

html body.about-page-body .about-hero-v2 {
  height: 670px;
  margin-top: 0;
}

html body.about-page-body .about-hero-v2 > img {
  transform: scaleX(-1);
  object-position: center 53%;
}

html body.about-page-body .about-hero-v2::after {
  background: linear-gradient(180deg, rgba(33, 33, 33, .48) 0, rgba(33, 33, 33, 0) 193px);
}

html body.about-page-body .about-page-v2 .about-hero-copy {
  align-items: flex-start;
  padding-top: 72px;
  padding-bottom: 0;
}

html body.about-page-body .about-page-v2 .about-hero-copy > div {
  position: relative;
  z-index: 1;
  width: 414px;
  max-width: 100%;
  margin-top: 114px;
  padding: 0;
  filter: none;
}

html body.about-page-body .about-page-v2 .about-hero-copy > div::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -72px -92px;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, .94) 0 34%, rgba(255, 255, 255, .62) 55%, rgba(255, 255, 255, 0) 76%);
  pointer-events: none;
}

html body.about-page-body .about-page-v2 .about-hero-copy h1 {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 800;
  line-height: 48px;
  white-space: nowrap;
}

html body.about-page-body .about-page-v2 .about-hero-copy p {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: justify;
}

html body.about-page-body .about-stats {
  direction: rtl;
  min-height: 164px;
  margin-top: -25px;
  padding: 16px 24px;
}

html body.about-page-body .about-stats article {
  gap: 8px;
  padding: 0 24px;
}

html body.about-page-body .about-stats .about-stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: transparent;
}

html body.about-page-body .about-stats .about-stat-icon img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  opacity: 1;
  filter: none;
}

html body.about-page-body .about-stats strong {
  font-size: 32px;
  line-height: 48px;
}

html body.about-page-body .about-story {
  direction: ltr;
  grid-template-columns: minmax(0, 536px) 584px;
  justify-content: space-between;
  padding: 120px 0 84px;
}

html body.about-page-body .about-story-copy,
html body.about-page-body .about-page-v2 .about-vision-copy {
  direction: rtl;
  align-items: flex-start;
}

html body.about-page-body .about-story-media {
  direction: rtl;
}

html body.about-page-body .about-story-main {
  right: 0;
  left: auto;
}

html body.about-page-body .about-story-inset {
  right: 76px;
  left: auto;
}

html body.about-page-body .about-vision-v2 {
  display: block;
  padding: 64px 0;
}

html body.about-page-body .about-vision-v2 > .page-shell {
  direction: ltr;
  grid-template-columns: minmax(0, 1fr) 536px;
}

html body.about-page-body .about-vision-v2 img {
  order: 1;
}

html body.about-page-body .about-vision-v2 .about-vision-copy {
  order: 2;
}

html body.about-page-body .about-timeline-v2 {
  padding-top: 84px;
}

html body.about-page-body .about-page-v2 .about-timeline-v2 ol {
  direction: rtl;
}

html body.about-page-body .about-page-v2 .about-timeline-v2 li::before {
  display: none;
}

html body.about-page-body .about-page-v2 .about-timeline-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  border-radius: 50%;
  background: #f2faf9;
}

html body.about-page-body .about-page-v2 .about-timeline-badge img {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
  opacity: 1;
  filter: none;
}

html body.about-page-body .about-page-v2 .about-timeline-v2 b {
  display: block;
  width: auto;
  height: auto;
  color: #54bab3;
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 991px) {
  html body.about-page-body:not(.landing-body) .public-header.landing-header {
    position: sticky;
    background: #fff;
    color: #222;
  }
  html body.about-page-body:not(.landing-body) .public-header .landing-logo img,
  html body.about-page-body:not(.landing-body) .public-header .landing-header-icons img,
  html body.about-page-body:not(.landing-body) .public-header .landing-search button img {
    filter: brightness(0);
  }
  html body.about-page-body .about-hero-v2 {
    margin-top: 0;
  }
  html body.about-page-body .about-page-v2 .about-hero-copy > div {
    margin-top: auto;
  }
  html body.about-page-body .about-page-v2 .about-hero-copy h1 {
    white-space: normal;
  }
  html body.about-page-body .about-story,
  html body.about-page-body .about-vision-v2 > .page-shell {
    direction: rtl;
    grid-template-columns: 1fr;
  }
}

/* Mobile shop drawer — Figma iPhone 14 Plus 1092:7735 / 1092:8234 */
.mobile-filter-backdrop,
.mobile-filter-close,
.mobile-filter-tabs,
.mobile-filter-actions {
  display: none;
}

@media (max-width: 991px) {
  html.shop-filter-open,
  html.shop-filter-open body {
    overflow: hidden;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout {
    display: block;
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    margin: 0 auto 56px;
    padding-inline: 0;
  }

  html body:not(.landing-body) .shop-frame-273-hero,
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout {
    margin-right: auto;
    margin-left: auto;
  }

  .mobile-filter-tabs {
    display: flex;
    width: 100%;
    min-height: 29px;
    margin: 0 0 12px;
    padding: 0;
    gap: 4px;
    overflow-x: auto;
    direction: rtl;
    scrollbar-width: none;
  }

  .mobile-filter-tabs::-webkit-scrollbar {
    display: none;
  }

  .mobile-filter-tab {
    position: relative;
    display: inline-flex;
    height: 29px;
    min-width: max-content;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 10px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    background: #fff;
    color: #212121;
    font: 600 12px/18px "Abar", sans-serif;
    white-space: nowrap;
  }

  .mobile-filter-tab::before {
    content: "";
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    background: url("/static/site/img/figma/filter-chevron.538ebb730760.svg") center / 12px 12px no-repeat;
  }

  .mobile-sort-tab::before {
    background-image: url("/static/site/img/figma/filter-controls.1d0a019951fd.svg");
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar {
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar .sort-title,
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar .sort-links,
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar .spacer,
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar::after {
    display: none;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar .count {
    display: none;
  }

  .mobile-filter-backdrop[hidden] {
    display: none;
  }

  .mobile-filter-backdrop {
    position: fixed;
    inset: 0;
    z-index: 900;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    background: rgba(0, 0, 0, .56);
    cursor: default;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel,
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filters.shop-filter-panel {
    position: fixed;
    inset: auto 0 0;
    z-index: 901;
    display: block;
    width: 100%;
    max-width: none;
    max-height: 68svh;
    min-height: 0;
    margin: 0;
    padding: 20px 24px 23px;
    overflow-y: auto;
    border: 0;
    border-radius: 0;
    background: #fff;
    box-shadow: 0 -12px 30px rgba(0, 0, 0, .14);
    direction: rtl;
    transform: translateY(105%);
    transition: transform .22s ease;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel.is-mobile-filter-open {
    transform: translateY(0);
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-form {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filters-head {
    display: flex;
    height: 27px;
    margin: 0 0 16px;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    border: 0;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filters-head::before {
    display: none;
  }

  .mobile-filter-close {
    display: inline-flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    order: 2;
    padding: 0;
    border: 0;
    background: transparent;
    color: #222;
    font-size: 28px;
    font-weight: 300;
    line-height: 24px;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filters-head span {
    order: 1;
    margin: 0;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filter-clear-head {
    display: none;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-group {
    display: none;
    margin: 0;
    padding: 0;
    border: 0;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-group.is-mobile-filter-active {
    display: block;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-group > summary {
    display: none;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-options,
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-price-fields,
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-color-grid {
    margin-top: 0;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-options {
    gap: 14px;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-option {
    min-height: 22px;
    justify-content: space-between;
    gap: 16px;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-option-main {
    width: auto;
    gap: 8px;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-option input {
    order: 2;
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fff;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-option-main > span {
    order: 1;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-option-en {
    margin-inline-start: auto;
    color: #999;
    direction: ltr;
    font-size: 12px;
    font-weight: 600;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-color-grid {
    display: grid;
    grid-template-columns: repeat(6, 32px);
    justify-content: space-between;
    gap: 18px 0;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-color-option,
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-color-swatch {
    width: 32px;
    height: 32px;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-color-swatch {
    border-color: rgba(33, 33, 33, .16);
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-color-option input:checked + .filter-color-swatch {
    position: relative;
    border: 0;
    box-shadow: none;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-color-option input:checked + .filter-color-swatch::after {
    content: "✓";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
  }

  .mobile-filter-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 178px);
    gap: 24px;
    align-items: center;
    margin-top: 24px;
  }

  .mobile-filter-clear {
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: center;
    color: #212121;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .shop-filter-panel .filter-apply {
    width: 100%;
    height: 48px;
    margin: 0;
    background: #212121;
    color: #fff;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .active-filters {
    margin: 0 0 12px;
    gap: 6px;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .active-filters::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 991px) {
  html body:not(.landing-body) .container.catalog-page {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
  }

  html body:not(.landing-body) .shop-frame-273-hero,
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar .sort-title,
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar .sort-links,
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar .spacer {
    display: none;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar .count {
    display: none;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .card,
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .card:hover {
    min-height: 130px;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .card .dots {
    display: none;
  }

  .review-tabs,
  .review-actions {
    flex-wrap: wrap;
  }

  .review-submit-button {
    width: 100%;
  }
}

.auth-page-visual {
  position: relative;
  min-height: 520px;
  background: #e9e1d7 url("../img/about/optimized/store-main.b5bca8e3cf70.webp") center / cover no-repeat;
}

.auth-page-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.04), rgba(0,0,0,.08));
}

.auth-page-visual span {
  display: none;
}

@media (min-width: 992px) {
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .mobile-filter-actions {
    display: block;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .mobile-filter-clear {
    display: none;
  }
}

@media (max-width: 991px) {
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .mobile-filter-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 28px;
}

html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filter-apply,
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .mobile-filter-clear {
  width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  font-size: 14px;
  font-weight: 800;
  line-height: 21px;
  text-decoration: none;
}

html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .filter-apply {
  order: 1;
  border: 1px solid #212121;
  background: #212121;
  color: #fff;
}

html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .mobile-filter-clear {
  order: 2;
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #212121;
}
}

.measure-calculator-shell {
  padding: 24px;
}

.measure-calculator-form {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) 220px;
  direction: rtl;
}

.measure-calculator-form label {
  direction: rtl;
}

.measure-calculator-form button {
  width: 100%;
  height: 48px;
}

.measure-calculator-form input,
.measure-calculator-form select {
  height: 48px;
  border-color: #ccc;
}

.measure-guide-section {
  width: 1144px;
  max-width: 100%;
}

.measure-guide-copy {
  margin: 0 0 24px;
  text-align: right;
}

.measure-guide-copy h2 {
  margin: 0 0 8px;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.measure-guide-copy p,
.measure-guide-note {
  margin: 0;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 500;
  line-height: 21px;
  text-align: right;
}

.measure-guide-list {
  display: grid;
  gap: 24px;
}

.measure-guide-item {
  display: grid;
  grid-template-columns: minmax(0, 560px) minmax(0, 560px);
  gap: 24px;
  align-items: center;
  min-height: 0;
  direction: rtl;
}

.measure-guide-item > div:first-child {
  text-align: right;
}

.measure-guide-item > div:last-child {
  direction: rtl;
}

.measure-guide-item.measure-guide-item-wide {
  display: block;
}

.measure-guide-item.measure-guide-item-wide > div:first-child {
  margin-bottom: 16px;
}

.measure-guide-item h3 {
  margin: 0 0 8px;
}

.measure-diagram {
  width: 388px;
  max-width: 100%;
  margin-inline: auto;
  overflow: hidden;
}

.measure-diagram.measure-diagram-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 388px));
  gap: 24px;
  width: 800px;
  max-width: 100%;
}

.measure-diagram img {
  width: 100%;
  object-fit: contain;
}

.measure-guide-note {
  margin-top: 24px;
  padding: 14px 16px;
  background: #e9f6f4;
}

@media (max-width: 991px) {
  html body .landing-header,
  html body:not(.landing-body) .public-header.landing-header {
    grid-template-columns: 1fr auto;
  }

  html body .landing-header .landing-search,
  html body:not(.landing-body) .public-header .landing-search {
    grid-column: 1 / -1;
  }

  html body .landing-header .landing-nav,
  html body:not(.landing-body) .public-header .landing-nav {
    grid-column: 1;
  }

  html body .landing-header .landing-logo,
  html body:not(.landing-body) .public-header .landing-logo {
    grid-column: 2;
  }

  .auth-page-visual {
    min-height: 220px;
  }

  .measure-calculator-form {
    grid-template-columns: 1fr;
    direction: rtl;
  }

  .measure-guide-item {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .measure-guide-item.measure-guide-item-wide {
    display: grid;
  }

  .measure-diagram.measure-diagram-pair {
    grid-template-columns: 1fr;
    width: min(388px, 100%);
  }
}

/* 2026-09-20 Figma fidelity lock: catalog toolbar, about hero, album overlay */
@media (min-width: 992px) {
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    direction: ltr;
    width: 100%;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar .count {
    grid-column: 1;
    grid-row: 1;
    order: initial;
    margin: 0;
    text-align: left;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar .spacer {
    grid-column: 2;
    grid-row: 1;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .sort-links {
    grid-column: 3;
    grid-row: 1;
    order: initial;
    direction: rtl;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .toolbar .sort-title {
    grid-column: 4;
    grid-row: 1;
    order: initial;
    direction: rtl;
    text-align: right;
  }

html body.about-page-body:not(.landing-body) .public-header.landing-header {
    position: absolute !important;
    background: transparent !important;
  }

  html body.about-page-body .about-page-v2 .about-hero-copy {
    position: absolute;
    inset: 0;
    width: min(1144px, calc(100% - 32px));
    max-width: 1144px;
    margin: 0 auto;
    padding: 186px 0 0;
    display: block;
  }

  html body.about-page-body .about-page-v2 .about-hero-copy > div {
    width: 414px;
    margin: 0 0 0 auto;
  }

  html body.about-page-body .about-page-v2 .about-hero-copy > div::before {
    inset: auto;
    top: 50%;
    left: 50%;
    width: 528px;
    height: 271px;
    background: #fff;
    filter: blur(100px);
    transform: translate(-50%, -50%);
  }

  html body.about-page-body .about-stats.page-shell {
    width: min(1144px, calc(100% - 32px));
    max-width: 1144px;
  }
}

html body.albums-page-body .albums-showcase-card .albums-showcase-title {
  color: #fff;
}

/* About page: responsive timeline and project gallery. */
html body.about-page-body .about-page-v2 .about-projects-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

html body.about-page-body .about-page-v2 .about-projects-grid img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
}

html body.about-page-body .about-page-v2 .about-projects-grid img:first-child {
  grid-row: span 2;
  height: 744px;
}

html body.about-page-body .about-page-v2 .about-timeline-v2 ol {
  position: relative;
}

html body.about-page-body .about-page-v2 .about-timeline-v2 ol::before {
  display: block;
  content: "";
  position: absolute;
  top: 32px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: #d6efed;
}

@media (max-width: 767px) {
  html body.about-page-body .about-page-v2 .about-hero-v2 {
    height: 620px;
  }

  html body.about-page-body .about-page-v2 .about-hero-copy {
    padding-top: 104px;
  }

  html body.about-page-body .about-page-v2 .about-hero-copy > div {
    width: min(100%, 350px);
    margin-inline: auto;
  }

  html body.about-page-body .about-page-v2 .about-hero-copy h1 {
    font-size: 24px;
    line-height: 36px;
  }

  html body.about-page-body .about-page-v2 .about-hero-copy p {
    font-size: 14px;
    line-height: 22px;
  }

  html body.about-page-body .about-page-v2 .about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-height: 0;
    margin-top: -20px;
    padding: 16px;
    gap: 16px 8px;
  }

  html body.about-page-body .about-page-v2 .about-stats article {
    min-width: 0;
    padding: 0 4px;
  }

  html body.about-page-body .about-page-v2 .about-stats strong {
    font-size: 24px;
    line-height: 36px;
  }

  html body.about-page-body .about-page-v2 .about-stats article > span:last-child {
    font-size: 12px;
    line-height: 20px;
  }

  html body.about-page-body .about-page-v2 .about-timeline-v2 ol {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding: 0 8px 16px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  html body.about-page-body .about-page-v2 .about-timeline-v2 li {
    flex: 0 0 min(78vw, 300px);
    scroll-snap-align: center;
  }

  html body.about-page-body .about-page-v2 .about-timeline-v2 ol::before {
    top: 32px;
    right: 24px;
    left: 24px;
  }

  html body.about-page-body .about-page-v2 .about-projects-grid {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  html body.about-page-body .about-page-v2 .about-projects-grid img,
  html body.about-page-body .about-page-v2 .about-projects-grid img:first-child {
    flex: 0 0 78vw;
    height: 360px;
    scroll-snap-align: center;
  }

  html body.about-page-body .about-page-v2 .about-cta-v2 {
    margin-top: 32px;
  }
}

/* Contact page: compact Figma layout and predictable mobile flow. */
html body.contact-page-body .contact-intro {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  padding-block: 28px 40px;
}

html body.contact-page-body .contact-intro-media { height: 385px; }
html body.contact-page-body .contact-info-grid { gap: 12px; }
html body.contact-page-body .contact-info-card { min-height: 148px; padding: 16px 12px; }
html body.contact-page-body .contact-form-section { gap: 24px; padding-bottom: 64px; }
html body.contact-page-body .contact-form-panel { min-height: 0; padding: 28px 32px; }
html body.contact-page-body .contact-map-frame { display: block; height: 100%; min-height: 430px; }

@media (max-width: 767px) {
  html body.contact-page-body .contact-intro {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-block: 20px 32px;
  }
  html body.contact-page-body .contact-intro-media { order: 0; height: 255px; }
  html body.contact-page-body .contact-intro-copy { order: 1; }
  html body.contact-page-body .contact-intro h1 { margin-bottom: 8px; font-size: 20px; line-height: 30px; }
  html body.contact-page-body .contact-lead { margin-bottom: 16px; font-size: 13px; line-height: 21px; }
  html body.contact-page-body .contact-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  html body.contact-page-body .contact-info-card,
  html body.contact-page-body .contact-info-card-wide { grid-column: span 1; min-height: 132px; padding: 12px 8px; }
  html body.contact-page-body .contact-info-card > img { margin-bottom: 8px; }
  html body.contact-page-body .contact-info-card h2 { margin-bottom: 4px; font-size: 14px; line-height: 21px; }
  html body.contact-page-body .contact-info-card p,
  html body.contact-page-body .contact-info-card a { font-size: 11px; line-height: 18px; }
  html body.contact-page-body .contact-form-section {
    grid-template-columns: 1fr;
    grid-template-areas: "form" "map" "agency";
    gap: 16px;
    padding-bottom: 40px;
  }
  html body.contact-page-body .contact-form-panel { padding: 20px 16px; }
  html body.contact-page-body .contact-map-frame { height: 320px; min-height: 0; }
  html body.contact-page-body .contact-agency-cta { padding: 20px 16px; }
  html body.contact-page-body .contact-agency-copy h2 { font-size: 20px; line-height: 30px; }
}

/* Active sorting is indicated by color only. */
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .sort-links a.active::before,
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .sort-links a.active::after {
  content: none;
  display: none;
}

/* Shop cards and controls while prices are unavailable. */
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .card {
  box-sizing: border-box;
  width: 100%;
  min-height: 0;
}

html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .card .thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .card .meta {
  min-height: 0;
  padding-top: 8px;
}

html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .empty .btn {
  border-radius: 0;
  background: #212121;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}

html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .empty .btn:hover,
html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .empty .btn:focus-visible {
  background: #4d4d4d;
}

@media (max-width: 991px) {
  .mobile-sort-control {
    flex: 0 0 auto;
  }

  .mobile-sort-control > summary {
    list-style: none;
    cursor: pointer;
  }

  .mobile-sort-control > summary::-webkit-details-marker {
    display: none;
  }

  .mobile-sort-options {
    position: fixed;
    z-index: 950;
    top: 120px;
    right: 16px;
    display: grid;
    min-width: 180px;
    padding: 8px;
    border: 1px solid #dbdbdb;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
  }

  .mobile-sort-options a {
    padding: 9px 12px;
    color: #212121;
    font-size: 14px;
    text-decoration: none;
  }

  .mobile-sort-options a.active {
    color: #43958f;
    font-weight: 700;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .card,
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .card:hover {
    min-height: 0;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .card .dots {
    display: flex;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

@media (max-width: 599px) {
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .card {
    grid-template-columns: 104px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    padding: 10px;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .card .thumb {
    width: 104px;
    height: 104px;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .card .meta {
    min-height: 104px;
    justify-content: space-between;
    padding: 0;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .card .title {
    -webkit-line-clamp: 2;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .card {
    display: flex;
    width: 100%;
    padding: 12px;
  }

  html body:not(.landing-body) .shop-frame-273-hero + .catalog-layout .card .thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }
}

/* Product detail: keep content within the viewport and make image rows swipeable. */
.product-figma-page {
  box-sizing: border-box;
  width: min(1144px, calc(100% - 32px));
  max-width: none;
  padding-inline: 0;
  margin-inline: auto;
}

.product-figma-hero {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product-info-panel,
.product-gallery-panel,
.product-lead,
.product-main-image {
  width: 100%;
  min-width: 0;
}

.figma-gallery-strip {
  width: 100%;
  min-width: 0;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.figma-gallery-strip .gallery-item {
  scroll-snap-align: start;
}

.figma-gallery-strip .gallery-item.active {
  flex-grow: 1;
  min-width: 0;
}

.review-sort-label select {
  min-width: 160px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  background: #fff;
  color: #212121;
  font: inherit;
  cursor: pointer;
}

.review-submit-button {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  background: #212121;
  color: #fff;
  font-weight: 700;
}

.review-item {
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 24px;
}

.review-item .avatar {
  display: block;
  width: 72px;
  height: 72px;
  border: 0;
  border-radius: 50%;
  background: none;
  object-fit: contain;
}

.review-item-content {
  min-width: 0;
}

.review-item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.review-item-reactions {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.review-item-reactions > span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #666;
  font-size: 12px;
}

.review-item-reactions img {
  display: block;
  width: 16px;
  height: 16px;
}

.more-reviews {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 991px) {
  .product-figma-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    margin-bottom: 28px;
  }

  .product-info-panel {
    min-height: 0;
    padding-top: 0;
  }

  .product-lead {
    min-height: 0;
    margin-bottom: 20px;
  }

  .product-color-summary {
    height: auto;
    min-height: 24px;
    margin-bottom: 20px;
  }

  .product-helper-actions {
    gap: 12px;
    margin-top: 16px;
  }

  .product-helper-actions a {
    padding: 8px;
    text-align: center;
  }

  .product-spec-section,
  .product-image-gallery,
  .product-related-section,
  .product-review-section {
    margin-bottom: 40px;
  }

  .product-spec-table {
    table-layout: fixed;
  }

  .product-spec-table th {
    width: 34%;
  }

  .product-spec-table td {
    overflow-wrap: anywhere;
  }

  .product-spec-icons {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 8px;
  }

  .product-spec-icon {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
  }

  .product-spec-icon::before {
    left: 0;
    width: 112px;
    max-width: 112px;
    transform: none;
    white-space: normal;
  }

  .product-spec-icon:hover::before,
  .product-spec-icon:focus-visible::before {
    transform: none;
  }

  .measure-guide-item,
  .measure-guide-item.measure-guide-item-wide {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    padding: 18px 0;
  }

  .measure-diagram,
  .measure-diagram.measure-diagram-pair {
    width: min(388px, 100%);
    margin-inline: auto;
  }

  .figma-gallery-strip {
    gap: 8px;
    padding-bottom: 6px;
  }

  .figma-gallery-strip .gallery-item,
  .figma-gallery-strip .gallery-item.active {
    flex: 0 0 min(80%, 420px);
    width: min(80%, 420px);
    min-width: 0;
    height: auto;
    aspect-ratio: 1.35;
    scroll-snap-align: start;
  }

  .related-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(180px, 55%);
    grid-template-columns: none;
    gap: 12px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    scrollbar-width: thin;
  }

  .product-related-section .card {
    width: 100%;
    min-height: 0;
    padding: 10px;
    scroll-snap-align: start;
  }

  .product-related-section .card .thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  .product-related-section .card:hover {
    transform: none;
    box-shadow: none;
  }

  .review-item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 12px;
    min-height: 0;
  }

  .review-item .avatar {
    width: 48px;
    height: 48px;
  }

  .review-tabs {
    height: auto;
  }

  .review-actions {
    gap: 8px;
  }

  .review-sort-label select {
    min-width: 130px;
  }
}

@media (max-width: 599px) {
  .product-figma-page {
    width: calc(100% - 32px);
  }

  .product-info-panel h1 {
    font-size: 20px;
    line-height: 30px;
  }

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

  .product-thumbs a,
  .product-thumbs button,
  .product-thumbs .more-thumbs {
    width: 100%;
  }

  .related-grid {
    grid-auto-columns: minmax(165px, 70%);
  }
}
