:root {
  --brand-navy: #01122c;
  --brand-navy-deep: #000a1c;
  --brand-navy-soft: #0a2644;
  --brand-navy-muted: #143858;
  --brand-gold: #d99a4a;
  --brand-gold-ui: #c99a55;
  --brand-gold-light: #e8c98f;
  --brand-copper: #8a532b;
  --brand-ivory: #f7f2e9;
  --brand-paper: #fffcf7;
  --brand-sand: #e8dfd2;
  --brand-line: #d7ccbd;
  --brand-line-strong: #8f8272;
  --brand-ink: #122036;
  --brand-muted: #625c54;
  --brand-copper-deep: #7d431f;
  --brand-white: #ffffff;
  --brand-success: #287a57;
  --brand-success-ink: #12482f;
  --brand-success-surface: #e4f4ea;
  --brand-success-line: #b8ddc6;
  --whatsapp-green: #25d366;
  --whatsapp-green-hover: #1fbd5a;
  --brand-danger: #8d3c34;
  --font-body: "Manrope", sans-serif;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --shadow-soft: 0 18px 55px rgba(1, 18, 44, 0.1);
  --shadow-deep: 0 28px 75px rgba(0, 10, 28, 0.24);
  --radius-sm: 4px;
  --radius-md: 12px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--brand-ink);
  background: var(--brand-ivory);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}
html[dir="rtl"] body { font-family: "Cairo", sans-serif; }
h1, h2, h3, h4, h5, h6, .brand-name {
  color: var(--brand-navy);
  font-family: var(--font-display);
  font-weight: 700;
}
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3,
html[dir="rtl"] h4,
html[dir="rtl"] h5,
html[dir="rtl"] h6 {
  font-family: "Cairo", sans-serif;
  letter-spacing: 0 !important;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; object-fit: cover; }
::selection { color: var(--brand-navy); background: var(--brand-gold-light); }
.container { max-width: 1280px; }
.min-vh-75 { min-height: 75vh; }
.min-vh-50 { min-height: 50vh; }

.utility-bar {
  padding: .55rem 0;
  color: rgba(248, 243, 234, .78);
  background: var(--brand-navy-deep);
  border-bottom: 1px solid rgba(217, 154, 74, .24);
  font-size: .78rem;
  letter-spacing: .025em;
}
.utility-bar a, .utility-bar span { color: var(--brand-gold-light); }
.site-header {
  z-index: 100;
  color: var(--brand-ivory);
  background: var(--brand-navy);
  box-shadow: 0 10px 35px rgba(0, 10, 28, .18);
}
.brand-navbar { min-height: 88px; background: var(--brand-navy); }
.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: .85rem;
  min-width: max-content;
}
.brand-mark-shell {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(217, 154, 74, .42);
  border-radius: 50%;
  background: rgba(255, 255, 255, .025);
}
.brand-mark { width: 48px; height: 48px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-name { color: var(--brand-gold-light); font-size: 1.35rem; letter-spacing: .015em; }
.brand-descriptor {
  margin-top: .35rem;
  color: rgba(248, 243, 234, .64);
  font-size: .56rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
html[dir="rtl"] .brand-descriptor,
html[dir="rtl"] .footer-brand small,
html[dir="rtl"] .hero-product-frame figcaption span { letter-spacing: 0; }
.brand-navbar .nav-link {
  position: relative;
  padding: .8rem .72rem !important;
  color: rgba(248, 243, 234, .82);
  font-size: .88rem;
  font-weight: 600;
}
.brand-navbar .nav-link::after {
  position: absolute;
  inset-inline: .72rem;
  bottom: .36rem;
  height: 1px;
  content: "";
  background: var(--brand-gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .25s ease;
}
.brand-navbar .nav-link:hover,
.brand-navbar .nav-link:focus { color: var(--brand-gold-light); }
.brand-navbar .nav-link:hover::after,
.brand-navbar .nav-link:focus::after { transform: scaleX(1); }
.navbar-toggler { border-color: rgba(217, 154, 74, .5); }
.navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(217, 154, 74, .2); }
.navbar-toggler-icon { filter: invert(86%) sepia(31%) saturate(1011%) hue-rotate(335deg) brightness(98%); }
.country-menu .dropdown-toggle {
  color: var(--brand-ivory);
  background: transparent;
  border-color: rgba(217, 154, 74, .36);
}
.country-menu .dropdown-toggle:hover,
.country-menu .dropdown-toggle:focus {
  color: var(--brand-navy);
  background: var(--brand-gold-light);
  border-color: var(--brand-gold-light);
}
.dropdown-menu {
  padding: .5rem;
  border-color: var(--brand-line);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-soft);
}
.dropdown-item { border-radius: 3px; }
.dropdown-item:hover, .dropdown-item:focus { color: var(--brand-navy); background: rgba(217, 154, 74, .16); }

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--brand-ivory);
  background:
    radial-gradient(circle at 82% 24%, rgba(217, 154, 74, .17), transparent 24rem),
    linear-gradient(125deg, var(--brand-navy-deep) 0%, var(--brand-navy) 52%, var(--brand-navy-soft) 100%);
}
.hero::before, .page-hero::before, .article-hero::before {
  position: absolute;
  z-index: -1;
  width: min(58vw, 760px);
  aspect-ratio: 1;
  inset-inline-end: -7vw;
  top: 50%;
  content: "";
  background: url("../img/brand/house-of-tiles-mark-gold.png") center / contain no-repeat;
  opacity: .055;
  transform: translateY(-50%);
  pointer-events: none;
}
.hero::after {
  position: absolute;
  z-index: -1;
  inset: 1.4rem;
  content: "";
  border: 1px solid rgba(217, 154, 74, .13);
  pointer-events: none;
}
.hero h1 {
  max-width: 11ch;
  margin: 1.25rem 0;
  color: var(--brand-ivory);
  font-size: clamp(3.5rem, 7vw, 6.8rem);
  line-height: .9;
  letter-spacing: -.045em;
}
.hero p {
  max-width: 52ch;
  margin-bottom: 2.2rem;
  color: rgba(248, 243, 234, .76);
  font-size: 1.12rem;
  line-height: 1.8;
}
.hero-copy { position: relative; z-index: 3; padding-block: 5.5rem; }
.hero-showcase {
  position: relative;
  width: min(560px, 100%);
  max-width: 100%;
  min-height: 650px;
  margin: 3.5rem auto;
}
.hero-showcase::before, .hero-showcase::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(217, 154, 74, .38);
  pointer-events: none;
}
.hero-showcase::before { inset: 2% 7% 8% 1%; }
.hero-showcase::after { inset: 8% 1% 2% 8%; }
.hero-product-frame {
  position: absolute;
  z-index: 2;
  inset: 7% 6% 7% 7%;
  margin: 0;
  padding: .65rem;
  overflow: hidden;
  background: var(--brand-gold-ui);
  box-shadow: var(--shadow-deep);
}
.hero-product-frame img { display: block; width: 100%; height: 100%; filter: saturate(.82) contrast(1.04); }
.hero-product-frame figcaption {
  position: absolute;
  inset: auto .65rem .65rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  color: var(--brand-ivory);
  background: rgba(1, 18, 44, .9);
  backdrop-filter: blur(12px);
}
.hero-product-frame figcaption span {
  color: var(--brand-gold-light);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .16em;
}
.hero-product-frame figcaption strong { font-family: var(--font-display); font-size: 1.15rem; }
.hero-crest {
  position: absolute;
  z-index: 4;
  inset-inline-start: -1.5rem;
  bottom: .5rem;
  display: grid;
  width: 112px;
  aspect-ratio: 1;
  place-items: center;
  padding: .45rem;
  border: 1px solid rgba(217, 154, 74, .68);
  border-radius: 50%;
  background: var(--brand-navy);
  box-shadow: 0 16px 40px rgba(0, 10, 28, .36);
}
.hero-crest img { width: 100%; height: 100%; object-fit: contain; }
.hero-brand-showcase {
  display: grid;
  place-items: center;
}
.hero-brand-panel {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(500px, 88%);
  aspect-ratio: 1;
  align-items: center;
  justify-content: center;
  padding: 3.5rem;
  flex-direction: column;
  color: var(--brand-ivory);
  background:
    radial-gradient(circle, rgba(217, 154, 74, .12), transparent 58%),
    rgba(0, 10, 28, .48);
  border: 1px solid rgba(217, 154, 74, .38);
  box-shadow: var(--shadow-deep);
}
.hero-brand-panel::before,
.hero-brand-panel::after {
  position: absolute;
  inset: 1.1rem;
  content: "";
  border: 1px solid rgba(217, 154, 74, .16);
  pointer-events: none;
}
.hero-brand-panel::after {
  inset: 2rem;
  border-radius: 50%;
}
.hero-brand-panel img {
  position: relative;
  z-index: 1;
  width: min(310px, 72%);
  height: auto;
  object-fit: contain;
}
.hero-brand-panel span {
  position: relative;
  z-index: 1;
  margin-top: .9rem;
  color: var(--brand-gold-light);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
}
.hero-brand-panel small {
  position: relative;
  z-index: 1;
  margin-top: .7rem;
  color: rgba(248, 243, 234, .7);
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .19em;
}
html[dir="rtl"] .hero-brand-panel small { letter-spacing: 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  color: var(--brand-copper);
  font-size: .69rem;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.eyebrow::before { width: 32px; height: 1px; content: ""; background: currentColor; }
.hero .eyebrow, .bg-dark .eyebrow, .wholesale-panel .eyebrow,
.page-hero .eyebrow, .article-hero .eyebrow { color: var(--brand-gold-light); }

.section { position: relative; padding: 6.5rem 0; }
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.8rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--brand-line);
}
.section-heading h2, .section > .container > h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4.5vw, 4rem);
  letter-spacing: -.035em;
}
.section-heading > a {
  color: var(--brand-copper);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.section-heading > a:hover { color: var(--brand-navy); }
.bg-sand { background: var(--brand-sand) !important; }

.category-card {
  position: relative;
  display: flex;
  min-height: 245px;
  padding: 2rem;
  overflow: hidden;
  flex-direction: column;
  color: var(--brand-ink);
  background: var(--brand-paper);
  border: 1px solid var(--brand-line);
  box-shadow: 0 8px 25px rgba(1, 18, 44, .04);
  transition: color .3s ease, background .3s ease, transform .3s ease, box-shadow .3s ease;
}
.category-card::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--brand-copper), var(--brand-gold-light));
}
.category-card::after {
  position: absolute;
  width: 180px;
  aspect-ratio: 1;
  inset-inline-end: -70px;
  bottom: -86px;
  content: "";
  border: 1px solid rgba(217, 154, 74, .18);
  border-radius: 50%;
}
.category-card:hover {
  color: var(--brand-ivory);
  background: var(--brand-navy);
  box-shadow: var(--shadow-soft);
  transform: translateY(-6px);
}
.category-number { margin-bottom: auto; color: var(--brand-copper); font-family: var(--font-display); font-size: 1rem; }
.category-card:hover .category-number,
.category-card:hover h2,
.category-card:hover h3,
.category-card:hover span { color: var(--brand-gold-light); }
.category-card h2, .category-card h3 {
  margin-top: 2rem;
  color: var(--brand-navy);
  font-size: 1.75rem;
}
.category-card p { margin-bottom: 0; color: var(--brand-muted); line-height: 1.65; }
.category-card:hover p { color: rgba(248, 243, 234, .72); }

.spaces-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 1px;
  background: rgba(217, 154, 74, .36);
}
.spaces-grid a {
  position: relative;
  display: flex;
  min-height: 260px;
  align-items: end;
  padding: 1.8rem;
  overflow: hidden;
  color: var(--brand-ivory);
  background: linear-gradient(145deg, rgba(1, 18, 44, .95), rgba(7, 29, 58, .72)), var(--brand-navy);
  font-family: var(--font-display);
  font-size: 1.9rem;
  font-weight: 700;
  transition: filter .25s ease;
}
.spaces-grid a::before {
  position: absolute;
  width: 180px;
  aspect-ratio: 1;
  inset-inline-end: -50px;
  top: -50px;
  content: "";
  background: url("../img/brand/house-of-tiles-mark-gold.png") center / contain no-repeat;
  opacity: .12;
  transition: opacity .25s ease, transform .35s ease;
}
.spaces-grid a:nth-child(even) { background: linear-gradient(145deg, var(--brand-copper-deep), var(--brand-copper)); }
.spaces-grid a:hover { filter: brightness(1.1); }
.spaces-grid a:hover::before { opacity: .2; transform: rotate(4deg) scale(1.04); }

.product-card {
  position: relative;
  overflow: hidden;
  background: var(--brand-paper);
  border: 1px solid var(--brand-line);
  box-shadow: 0 8px 24px rgba(1, 18, 44, .035);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.product-card:hover {
  border-color: rgba(217, 154, 74, .72);
  box-shadow: var(--shadow-soft);
  transform: translateY(-6px);
}
.product-image { position: relative; display: block; aspect-ratio: 1; overflow: hidden; background: var(--brand-sand); }
.product-image::after {
  position: absolute;
  inset: 0;
  content: "";
  box-shadow: inset 0 0 0 1px rgba(1, 18, 44, .04);
  pointer-events: none;
}
.product-image img { width: 100%; height: 100%; transition: transform .55s ease, filter .55s ease; }
.product-card:hover img { filter: saturate(1.04); transform: scale(1.035); }
.product-card h3 a { color: var(--brand-navy); font-weight: 700; }
.product-card small {
  color: var(--brand-copper) !important;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .07em;
}
.product-card strong { color: var(--brand-navy); font-size: .78rem; }

.split-cta { padding: 2rem 0 6.5rem; }
.wholesale-panel, .sample-panel {
  position: relative;
  min-height: 460px;
  padding: 5rem;
  overflow: hidden;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
.wholesale-panel::after, .sample-panel::after {
  position: absolute;
  width: 300px;
  aspect-ratio: 1;
  inset-inline-end: -80px;
  bottom: -80px;
  content: "";
  background: url("../img/brand/house-of-tiles-mark-gold.png") center / contain no-repeat;
  opacity: .08;
}
.wholesale-panel { color: var(--brand-ivory); background: var(--brand-navy); }
.sample-panel { color: var(--brand-navy); background: var(--brand-gold-ui); }
.sample-panel::after { filter: brightness(0) saturate(100%); opacity: .08; }
.wholesale-panel h2, .sample-panel h2 {
  position: relative;
  z-index: 1;
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  letter-spacing: -.03em;
}
.wholesale-panel h2 { color: var(--brand-ivory); }
.wholesale-panel p, .sample-panel p, .wholesale-panel a, .sample-panel a { position: relative; z-index: 1; }

.project-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-rows: 280px;
  gap: 1rem;
}
.project-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: var(--brand-sand);
  border: 1px solid var(--brand-line);
}
.project-grid figure:first-child { grid-row: span 2; }
.project-grid img { width: 100%; height: 100%; transition: transform .5s ease; }
.project-grid figure:hover img { transform: scale(1.035); }
.project-grid figcaption {
  position: absolute;
  inset: auto 0 0;
  padding: 3.5rem 1.4rem 1.35rem;
  color: var(--brand-ivory);
  background: linear-gradient(transparent, rgba(1, 18, 44, .92));
  border-bottom: 2px solid var(--brand-gold);
}
.project-grid figcaption strong { color: var(--brand-ivory); font-family: var(--font-display); font-size: 1.35rem; }
.project-grid figcaption small { display: block; color: var(--brand-gold-light); }

.brand-proof {
  color: var(--brand-ivory);
  background: linear-gradient(90deg, rgba(1, 18, 44, .98), rgba(7, 29, 58, .95)), var(--brand-navy);
  border-block: 1px solid rgba(217, 154, 74, .34);
}
.brand-proof h2, .brand-proof h3 { color: var(--brand-ivory); }
.brand-proof .proof-item { position: relative; padding-inline-start: 1.2rem; border-inline-start: 1px solid rgba(217, 154, 74, .46); }
.brand-proof .proof-item p { color: rgba(248, 243, 234, .66); }

.site-footer {
  position: relative;
  padding: 5.5rem 0 2rem;
  overflow: hidden;
  color: rgba(248, 243, 234, .66);
  background: var(--brand-navy-deep);
  border-top: 1px solid rgba(217, 154, 74, .34);
}
.site-footer::after {
  position: absolute;
  width: 440px;
  aspect-ratio: 1;
  inset-inline-end: -110px;
  top: -130px;
  content: "";
  background: url("../img/brand/house-of-tiles-mark-gold.png") center / contain no-repeat;
  opacity: .035;
  pointer-events: none;
}
.site-footer h4, .site-footer h6 { color: var(--brand-gold-light); }
.site-footer a { display: block; margin: .55rem 0; color: rgba(248, 243, 234, .8); }
.site-footer a:hover { color: var(--brand-gold-light); }
.site-footer .social-links a { display: inline; }
.footer-brand { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.4rem; }
.footer-brand img { width: 68px; height: 68px; object-fit: contain; }
.footer-brand strong { display: block; color: var(--brand-gold-light); font-family: var(--font-display); font-size: 1.7rem; }
.footer-brand small {
  display: block;
  color: rgba(248, 243, 234, .52);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .16em;
}
.footer-contact-list { display: grid; gap: .85rem; margin: 0 0 1.15rem; }
.footer-contact-item { display: flex; align-items: center; gap: .8rem; }
.footer-contact-item > svg { width: 27px; height: 27px; flex: 0 0 auto; color: var(--brand-gold-light); }
.footer-contact-item small,
.footer-address small { display: block; margin-bottom: .14rem; color: rgba(248, 243, 234, .56); font-size: .68rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.site-footer .footer-contact-item a { margin: 0; color: var(--brand-ivory); font-size: .98rem; font-weight: 700; }
.site-footer .footer-contact-action { width: fit-content; margin: -.2rem 0 0 calc(27px + .8rem); color: var(--brand-gold-light); font-size: .75rem; font-weight: 800; }
[dir="rtl"] .site-footer .footer-contact-action { margin-right: calc(27px + .8rem); margin-left: 0; }
.site-footer .footer-address { max-width: 35ch; margin: .1rem 0 .2rem; line-height: 1.65; }
.footer-address span { display: block; color: rgba(248, 243, 234, .82); }

.page-hero, .article-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 7rem 0 5.5rem;
  color: var(--brand-ivory);
  background: radial-gradient(circle at 80% 10%, rgba(217, 154, 74, .14), transparent 22rem), var(--brand-navy);
  border-bottom: 1px solid rgba(217, 154, 74, .4);
}
.page-hero::before, .article-hero::before { width: min(44vw, 540px); }
.page-hero h1, .article-hero h1 {
  margin: .8rem 0 0;
  color: var(--brand-ivory);
  font-size: clamp(3.4rem, 7vw, 6.2rem);
  letter-spacing: -.045em;
  line-height: .92;
}
.contact-page-hero p { max-width: 56ch; margin: 1rem auto 0; color: rgba(248, 243, 234, .74); font-size: 1rem; line-height: 1.85; }
.contact-page-section { background: linear-gradient(180deg, var(--brand-ivory), var(--brand-paper)); }
.contact-page-grid { display: grid; align-items: start; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); gap: clamp(1.5rem, 4vw, 4rem); }
.contact-options { display: grid; gap: 1rem; }
.contact-option-card {
  display: grid;
  min-height: 142px;
  padding: 1.35rem;
  color: var(--brand-ink);
  background: var(--brand-paper);
  border: 1px solid var(--brand-line);
  border-radius: var(--radius-md);
  box-shadow: 0 12px 30px rgba(1, 18, 44, .07);
  grid-template-columns: 48px minmax(0, 1fr);
  column-gap: 1rem;
  align-items: start;
  transition: transform var(--motion-base) var(--motion-ease-out), border-color var(--motion-base) ease, box-shadow var(--motion-base) ease;
}
a.contact-option-card:hover { color: var(--brand-navy); border-color: var(--brand-gold-ui); box-shadow: 0 16px 36px rgba(1, 18, 44, .11); transform: translateY(-2px); }
.contact-option-card > :not(.contact-option-icon) { grid-column: 2; }
.contact-option-icon { display: grid; width: 48px; height: 48px; color: var(--brand-copper); background: var(--brand-sand); border-radius: 50%; grid-row: 1 / span 5; place-items: center; }
.contact-option-icon svg { width: 23px; height: 23px; }
.contact-option-icon .is-filled { fill: currentColor; stroke: none; }
.contact-option-card > small { margin-bottom: .18rem; color: var(--brand-muted); font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-option-card > strong { margin-bottom: .35rem; color: var(--brand-navy); font-family: var(--font-display); font-size: 1.25rem; line-height: 1.25; }
.contact-option-card > span:not(.contact-option-icon) { color: var(--brand-muted); font-size: .8rem; line-height: 1.65; }
.contact-option-card > b { margin-top: .65rem; color: var(--brand-copper); font-size: .73rem; }
.contact-option-primary { color: var(--brand-ivory); background: var(--brand-navy); border-color: rgba(217, 154, 74, .45); }
.contact-option-primary .contact-option-icon { color: var(--brand-navy); background: var(--brand-gold-light); }
.contact-option-primary > small { color: rgba(248, 243, 234, .64); }
.contact-option-primary > strong { color: var(--brand-gold-light); }
.contact-option-actions { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: .75rem; }
.contact-option-actions a { display: inline-flex; min-height: 38px; padding: .45rem .72rem; align-items: center; color: var(--brand-navy); background: var(--brand-gold-light); border-radius: var(--radius-sm); font-size: .73rem; font-weight: 800; }
.contact-option-actions a:first-child { color: var(--brand-ivory); background: transparent; border: 1px solid rgba(248, 243, 234, .38); }
.contact-form-shell { padding: clamp(1.35rem, 3vw, 2.5rem); background: var(--brand-paper); border: 1px solid var(--brand-line); border-radius: var(--radius-md); box-shadow: var(--shadow-soft); }
.contact-form-shell h2 { margin: .5rem 0 .65rem; font-size: clamp(2rem, 4vw, 3rem); }
.contact-form-shell > p { max-width: 54ch; margin-bottom: 0; color: var(--brand-muted); line-height: 1.75; }
.contact-form-shell .contact-form { margin-top: 1.5rem; padding: 0; background: transparent; border: 0; border-radius: 0; box-shadow: none; }
.contact-form .form-label { color: var(--brand-navy); font-size: .75rem; font-weight: 800; }
.contact-form .form-control { min-height: 48px; }
.contact-form textarea.form-control { min-height: 145px; resize: vertical; }
.page-hero p, .article-hero p { max-width: 55ch; color: rgba(248, 243, 234, .72); font-size: 1.1rem; }
.filter-bar {
  padding: 1.6rem;
  background: var(--brand-paper);
  border: 1px solid var(--brand-line);
  border-top: 3px solid var(--brand-gold);
  box-shadow: var(--shadow-soft);
}
.filter-bar summary { color: var(--brand-copper); font-size: .84rem; font-weight: 800; letter-spacing: .06em; cursor: pointer; }
.form-control, .form-select {
  min-height: 46px;
  color: var(--brand-ink);
  background-color: var(--brand-paper);
  border-color: var(--brand-line-strong);
  border-radius: var(--radius-sm);
}
.form-control:focus, .form-select:focus {
  border-color: var(--brand-copper);
  box-shadow: 0 0 0 .2rem rgba(138, 83, 43, .16);
}
.form-label { color: var(--brand-navy); font-size: .8rem; font-weight: 800; }
.product-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.product-gallery img { width: 100%; aspect-ratio: 1; background: var(--brand-sand); border: 1px solid var(--brand-line); }
.product-gallery img:first-child { grid-column: 1 / -1; }
.price-block { margin: 2rem 0 1rem; color: var(--brand-navy); font-family: var(--font-display); font-size: 2rem; font-weight: 700; }
.qty { max-width: 110px; }
.spec-list > div, .detail-grid > div {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: .75rem 0;
  border-bottom: 1px solid var(--brand-line);
}
.spec-list dt { color: var(--brand-muted); font-weight: 500; }
.spec-list dd { margin: 0; color: var(--brand-navy); font-weight: 700; }
.rich-text { color: var(--brand-ink); font-size: 1.07rem; line-height: 1.9; }
.summary-card, .form-card {
  padding: 2rem;
  background: var(--brand-paper);
  border: 1px solid var(--brand-line);
  border-top: 3px solid var(--brand-gold);
  box-shadow: var(--shadow-soft);
}
.cart-thumb { width: 72px; height: 72px; background: var(--brand-sand); border: 1px solid var(--brand-line); }
.list-group-item { background: var(--brand-paper); border-color: var(--brand-line); }
.project-grid.large { grid-auto-rows: 360px; }
.journal-card {
  display: block;
  height: 100%;
  padding-bottom: 1.3rem;
  background: var(--brand-paper);
  border: 1px solid var(--brand-line);
  transition: transform .3s ease, box-shadow .3s ease;
}
.journal-card:hover { box-shadow: var(--shadow-soft); transform: translateY(-5px); }
.journal-card img { width: 100%; aspect-ratio: 4 / 3; margin-bottom: 1.25rem; }
.journal-card h2, .journal-card p, .journal-card small { margin-inline: 1.25rem; }
.journal-card small { color: var(--brand-copper); }
.article-hero { text-align: center; }
.article-hero p { margin-inline: auto; }
.narrow { max-width: 800px; }
.article-cover {
  display: block;
  width: 100%;
  max-height: 680px;
  margin-top: -2rem;
  border: 8px solid var(--brand-ivory);
  box-shadow: var(--shadow-soft);
}
.share-links a { color: var(--brand-copper); font-weight: 700; }

.whatsapp-float, .quote-float {
  position: fixed;
  z-index: 80;
  bottom: max(1.25rem, env(safe-area-inset-bottom));
  color: var(--brand-white);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 100px;
  box-shadow: 0 10px 28px rgba(0, 10, 28, .3);
  font-weight: 800;
}
.whatsapp-float {
  inset-inline-start: 1.25rem;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--brand-white);
  background: var(--whatsapp-green);
  border: 2px solid var(--brand-white);
  box-shadow: 0 14px 34px rgba(37, 211, 102, .32), 0 6px 16px rgba(0, 10, 28, .22);
  transition: background-color var(--motion-fast, 160ms) ease, box-shadow var(--motion-fast, 160ms) ease, transform var(--motion-fast, 160ms) ease;
}
.whatsapp-float svg { display: block; width: 32px; height: 32px; fill: currentColor; stroke: none; }
.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  color: var(--brand-white);
  background: var(--whatsapp-green-hover);
  box-shadow: 0 18px 38px rgba(37, 211, 102, .4), 0 8px 18px rgba(0, 10, 28, .24);
  transform: translateY(-3px) scale(1.03);
}
.quote-float {
  inset-inline-end: 1.25rem;
  padding: .92rem 1.2rem;
  color: var(--brand-navy);
  background: var(--brand-gold-ui);
}

.btn { border-radius: var(--radius-sm); font-weight: 750; letter-spacing: .015em; }
.btn-dark, .btn-dark:disabled { color: var(--brand-navy); background: var(--brand-gold-ui); border-color: var(--brand-gold-ui); }
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
  color: var(--brand-navy-deep) !important;
  background: var(--brand-gold-light) !important;
  border-color: var(--brand-gold-light) !important;
}
.btn-outline-dark { color: var(--brand-navy); border-color: var(--brand-navy); }
.btn-outline-dark:hover, .btn-outline-dark:focus { color: var(--brand-ivory); background: var(--brand-navy); border-color: var(--brand-navy); }
.btn-light { color: var(--brand-navy); background: var(--brand-ivory); border-color: var(--brand-ivory); }
.btn-light:hover, .btn-light:focus { color: var(--brand-navy); background: var(--brand-gold-light); border-color: var(--brand-gold-light); }
.btn-outline-light { color: var(--brand-gold-light); border-color: rgba(240, 185, 99, .68); }
.btn-outline-light:hover, .btn-outline-light:focus { color: var(--brand-navy); background: var(--brand-gold-light); border-color: var(--brand-gold-light); }
.btn-success { background: var(--brand-success); border-color: var(--brand-success); }
.bg-dark { background-color: var(--brand-navy) !important; }
.text-muted { color: var(--brand-muted) !important; }
.badge.bg-warning { color: var(--brand-navy) !important; background: var(--brand-gold-light) !important; }
.page-link { color: var(--brand-navy); background: var(--brand-paper); border-color: var(--brand-line); }
.page-link:hover { color: var(--brand-copper); background: var(--brand-sand); border-color: var(--brand-gold); }
.active > .page-link, .page-link.active { color: var(--brand-navy); background: var(--brand-gold-ui); border-color: var(--brand-gold-ui); }
.table { --bs-table-color: var(--brand-ink); --bs-table-bg: transparent; --bs-table-border-color: var(--brand-line); }
.alert-success { color: var(--brand-success-ink); background: var(--brand-success-surface); border-color: var(--brand-success-line); }

@media (max-width: 1199px) {
  .brand-navbar .nav-link { padding-inline: .45rem !important; font-size: .82rem; }
  .brand-descriptor { display: none; }
  .section > .container > .row.g-5,
  .brand-proof > .container > .row { --bs-gutter-x: 1.5rem; }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hero-product-frame figcaption {
    align-items: flex-start;
    flex-direction: column;
    gap: .25rem;
  }
}

@media (max-width: 991px) {
  .section { padding: 4.5rem 0; }
  .brand-navbar { min-height: 76px; }
  .brand-navbar .navbar-collapse {
    margin-top: .9rem;
    padding: 1rem 0 1.25rem;
    border-top: 1px solid rgba(217, 154, 74, .25);
  }
  .brand-navbar .navbar-nav { margin-bottom: 1rem; }
  .nav-actions { width: 100%; flex-wrap: wrap; }
  .hero-copy { padding: 5rem 0 1rem; }
  .hero-showcase { min-height: 580px; margin-top: 1rem; }
  .spaces-grid { grid-template-columns: 1fr 1fr; }
  .wholesale-panel, .sample-panel { min-height: 400px; padding: 3.2rem; }
  .project-grid { grid-template-columns: 1fr 1fr; }
  .project-grid figure:first-child { grid-column: span 2; grid-row: span 1; }
}

@media (max-width: 576px) {
  .utility-bar small { max-width: 58%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .brand-mark-shell { width: 46px; height: 46px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-name { font-size: 1.1rem; }
  .hero::after { inset: .65rem; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.5rem); }
  .hero-showcase { width: 100%; max-width: 100%; min-height: 450px; margin-bottom: 2rem; }
  .hero-crest { inset-inline-start: 0; width: 84px; }
  .hero-product-frame figcaption strong { font-size: .95rem; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .spaces-grid { grid-template-columns: 1fr; }
  .spaces-grid a { min-height: 175px; }
  .product-card .p-3 { padding: .9rem !important; }
  .product-card .d-flex.justify-content-between { align-items: flex-start !important; flex-direction: column; }
  .project-grid { grid-template-columns: 1fr; grid-auto-rows: 250px; }
  .project-grid figure:first-child { grid-column: auto; }
  .wholesale-panel, .sample-panel { min-height: 370px; padding: 2.4rem; }
  .page-hero, .article-hero { padding: 4.5rem 0; }
  .page-hero h1, .article-hero h1 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .product-gallery { display: block; }
  .product-gallery img { margin-bottom: .55rem; }
  .filter-bar { padding: 1.1rem; }
  .pagination { justify-content: flex-start !important; flex-wrap: nowrap; overflow-x: auto; padding-bottom: .5rem; }
  .footer-brand img { width: 58px; height: 58px; }
  .section > .container > .row.g-5,
  .brand-proof > .container > .row { --bs-gutter-x: 1.5rem; }
}

@media (max-width: 390px) {
  .row > .col-6:has(.product-card) { width: 100%; }
  .quote-float { max-width: calc(100vw - 100px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

/* Storefront experience */
body { background: var(--brand-ivory); }
svg { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.site-header { box-shadow: 0 7px 24px rgba(0, 10, 28, .18); }
.utility-bar { padding: .42rem 0; font-size: .72rem; }
.store-header-main { padding: .82rem 0; background: var(--brand-navy); }
.store-header-main .brand-lockup { color: var(--brand-ivory); }
.store-header-main .brand-mark-shell { width: 50px; height: 50px; }
.store-header-main .brand-mark { width: 44px; height: 44px; }
.store-header-main .brand-name { font-size: 1.28rem; }
.store-header-search {
  position: relative;
  display: flex;
  min-width: 280px;
  height: 50px;
  align-items: center;
  flex: 1 1 540px;
  overflow: hidden;
  background: var(--brand-paper);
  border: 1px solid rgba(240, 185, 99, .4);
  border-radius: 7px;
}
.smart-search-results { position: fixed; z-index: 1100; top: 103px; width: min(620px,calc(100vw - 2rem)); max-height: min(460px,70vh); overflow-y: auto; background: var(--brand-paper); border: 1px solid var(--brand-line); border-top: 3px solid var(--brand-gold); border-radius: 0 0 8px 8px; box-shadow: 0 20px 48px rgba(0,10,28,.22); }
.smart-search-results[hidden] { display: none; }
.smart-search-results a { display: flex; padding: .65rem .8rem; align-items: center; gap: .75rem; color: var(--brand-navy); border-bottom: 1px solid var(--brand-sand); }
.smart-search-results a:hover { background: var(--brand-ivory); }
.smart-search-results img { flex: 0 0 48px; border-radius: 4px; object-fit: cover; }
.smart-search-results span { display: flex; min-width: 0; flex-direction: column; }
.smart-search-results strong,.smart-search-results small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.smart-search-results small { color: var(--brand-muted); font-size: .65rem; }
.store-header-search input {
  min-width: 0;
  height: 100%;
  padding: 0 1rem;
  flex: 1;
  color: var(--brand-ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: .9rem;
}
.store-header-search button {
  display: grid;
  width: 50px;
  height: 100%;
  place-items: center;
  color: var(--brand-navy);
  background: var(--brand-gold-ui);
  border: 0;
}
.store-header-search button:hover { background: var(--brand-gold-light); }
.store-header-search svg { width: 21px; height: 21px; }
.store-header-actions { flex: 0 0 auto; }
.store-action-icon { position: relative; display: grid; width: 42px; height: 42px; flex: 0 0 42px; place-items: center; color: var(--brand-gold-light); border: 1px solid rgba(217,154,74,.28); border-radius: 7px; }
.store-action-icon:hover { color: var(--brand-navy); background: var(--brand-gold-ui); }
.store-action-icon > span { font-size: 1.25rem; line-height: 1; }
.store-action-icon > b { position: absolute; inset-inline-end: -5px; top: -6px; display: grid; min-width: 18px; height: 18px; padding: 0 4px; place-items: center; color: var(--brand-navy); background: var(--brand-gold); border-radius: 999px; font-size: .55rem; }
.store-market-button {
  display: flex;
  min-width: 116px;
  padding: .45rem .65rem;
  align-items: flex-start;
  flex-direction: column;
  color: var(--brand-ivory);
  background: transparent;
  border: 0;
  line-height: 1.15;
}
.store-market-button small, .store-cart-button small { color: rgba(248, 243, 234, .58); font-size: .62rem; }
.store-market-button strong, .store-cart-button strong { color: var(--brand-ivory); font-size: .78rem; }
.store-cart-button {
  position: relative;
  display: flex;
  min-width: 170px;
  min-height: 50px;
  padding: .45rem 2.6rem .45rem .75rem;
  align-items: center;
  gap: .65rem;
  color: var(--brand-ivory);
  border: 1px solid rgba(217, 154, 74, .48);
  border-radius: 7px;
}
html[dir="rtl"] .store-cart-button { padding: .45rem .75rem .45rem 2.6rem; }
.store-cart-button > svg { width: 24px; height: 24px; color: var(--brand-gold-light); }
.store-cart-button > span { display: flex; flex-direction: column; }
.store-cart-button b {
  position: absolute;
  inset-inline-end: .6rem;
  top: 50%;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: var(--brand-navy);
  background: var(--brand-gold);
  border-radius: 50%;
  font-size: .72rem;
  transform: translateY(-50%);
}
.store-nav-strip { color: var(--brand-ivory); background: var(--brand-navy-deep); border-top: 1px solid rgba(217, 154, 74, .2); }
.store-nav-strip .navbar-collapse { display: flex !important; }
.store-nav-strip .nav-link { padding: .72rem 1rem !important; color: rgba(248, 243, 234, .78); font-size: .8rem; font-weight: 700; }
.store-nav-strip .nav-link:hover { color: var(--brand-gold-light); }
.nav-count-badge {
  display: inline-grid;
  min-width: 1.35rem;
  height: 1.35rem;
  margin-inline-start: .3rem;
  padding-inline: .3rem;
  place-items: center;
  border: 1px solid rgba(217, 154, 74, .45);
  border-radius: 999px;
  color: var(--brand-gold-light);
  font-size: .7rem;
  line-height: 1;
}
.store-nav-strip .store-all-products { min-width: 175px; margin-inline-end: .8rem; color: var(--brand-navy); background: var(--brand-gold-ui); text-align: center; }
.store-nav-strip .store-all-products:hover { color: var(--brand-navy); background: var(--brand-gold-light); }
.mobile-cart-link { position: relative; display: grid; width: 44px; height: 44px; place-items: center; color: var(--brand-gold-light); }
.mobile-cart-link svg { width: 25px; height: 25px; }
.mobile-cart-link b { position: absolute; inset-inline-end: 0; top: 0; display: grid; width: 19px; height: 19px; place-items: center; color: var(--brand-navy); background: var(--brand-gold); border-radius: 50%; font-size: .62rem; }

.store-home-hero {
  position: relative;
  overflow: hidden;
  padding: 3.4rem 0;
  color: var(--brand-ivory);
  background:
    radial-gradient(circle at 82% 35%, rgba(217, 154, 74, .18), transparent 28rem),
    linear-gradient(120deg, var(--brand-navy-deep), var(--brand-navy) 58%, var(--brand-navy-soft));
}
.store-home-hero::after { position: absolute; width: 560px; aspect-ratio: 1; inset-inline-start: -230px; bottom: -330px; content: ""; background: url("../img/brand/house-of-tiles-mark-gold.png") center / contain no-repeat; opacity: .04; }
.store-hero-grid { position: relative; z-index: 1; display: grid; min-height: 500px; align-items: center; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); gap: clamp(2rem, 5vw, 5rem); }
.store-hero-copy h1 { max-width: 10ch; margin: 1rem 0 1.2rem; color: var(--brand-ivory); font-size: clamp(3.5rem, 5.7vw, 5.7rem); line-height: .92; letter-spacing: -.045em; }
.store-hero-copy > p { max-width: 54ch; margin-bottom: 1.4rem; color: rgba(248, 243, 234, .74); font-size: 1.02rem; line-height: 1.75; }
.store-kicker { display: inline-block; color: var(--brand-copper); font-size: .67rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
html[dir="rtl"] .store-kicker { letter-spacing: 0; }
.store-home-hero .store-kicker { color: var(--brand-gold-light); }
.store-hero-search { display: flex; height: 58px; max-width: 610px; margin: 1.6rem 0 1.25rem; align-items: center; overflow: hidden; background: var(--brand-paper); border: 1px solid rgba(240, 185, 99, .55); border-radius: 7px; box-shadow: 0 18px 38px rgba(0, 10, 28, .22); }
.store-hero-search svg { width: 22px; height: 22px; margin-inline-start: 1rem; flex: 0 0 auto; color: var(--brand-muted); }
.store-hero-search input { min-width: 0; height: 100%; padding: 0 .8rem; flex: 1; color: var(--brand-ink); background: transparent; border: 0; outline: 0; }
.store-hero-search .btn { height: 100%; padding-inline: 1.6rem; border: 0; border-radius: 0; }
.store-hero-actions { display: flex; gap: .7rem; flex-wrap: wrap; }
.store-catalog-count { display: block; margin-top: 1.2rem; color: rgba(248, 243, 234, .64); font-size: .78rem; font-weight: 600; }
.store-product-collage { display: grid; height: 500px; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: .85rem; }
.store-collage-item { position: relative; display: block; min-height: 0; overflow: hidden; background: var(--brand-paper); border: 1px solid rgba(217, 154, 74, .4); box-shadow: 0 22px 50px rgba(0, 10, 28, .3); }
.store-collage-item-1 { grid-row: 1 / 3; }
.store-collage-item img { width: 100%; height: 100%; transition: transform .45s ease; }
.store-collage-item:hover img { transform: scale(1.035); }
.store-collage-item > span { position: absolute; inset: auto .7rem .7rem; display: flex; padding: .72rem .85rem; flex-direction: column; color: var(--brand-ivory); background: rgba(1, 18, 44, .9); backdrop-filter: blur(9px); }
.store-collage-item > span small { color: var(--brand-gold-light); font-size: .58rem; font-weight: 800; letter-spacing: .08em; }
.store-collage-item > span strong { max-width: 24ch; overflow: hidden; font-size: .75rem; text-overflow: ellipsis; white-space: nowrap; }

.store-benefits {
  color: var(--brand-navy);
  background: linear-gradient(90deg, var(--brand-paper), var(--brand-sand));
  border-block: 1px solid var(--brand-line);
}
.store-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.store-benefit-grid > div { display: flex; min-height: 76px; padding: 1rem 1.6rem; align-items: center; gap: 1rem; border-inline-end: 1px solid rgba(1, 18, 44, .18); font-size: .82rem; font-weight: 750; }
.store-benefit-grid > div:last-child { border: 0; }
.store-benefit-grid b { color: var(--brand-copper); font-size: .65rem; letter-spacing: .08em; }

.store-size-nav { padding: 3.6rem 0; background: var(--brand-paper); border-bottom: 1px solid var(--brand-line); }
.store-size-heading, .store-section-heading { display: flex; margin-bottom: 1.7rem; align-items: end; justify-content: space-between; gap: 2rem; }
.store-size-heading h2, .store-section-heading h2 { margin: .35rem 0 0; font-size: clamp(2.15rem, 3.7vw, 3.4rem); }
.store-size-heading > a { color: var(--brand-copper); font-size: .78rem; font-weight: 800; }
.store-size-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.store-size-links a { position: relative; display: flex; min-height: 108px; padding: 1.35rem; align-items: flex-start; justify-content: center; flex-direction: column; overflow: hidden; color: var(--brand-ivory); background: var(--brand-navy); border: 1px solid var(--brand-navy); border-radius: 8px; transition: transform .25s ease, background .25s ease; }
.store-size-links a::after { position: absolute; width: 100px; aspect-ratio: 1; inset-inline-end: -24px; top: 4px; content: ""; background: url("../img/brand/house-of-tiles-mark-gold.png") center/contain no-repeat; opacity: .08; }
.store-size-links a:hover { background: var(--brand-navy-soft); transform: translateY(-3px); }
.store-size-links span { color: var(--brand-gold-light); font-size: 1.35rem; font-weight: 800; }
.store-size-links small { color: rgba(248, 243, 234, .65); }

.store-products-section { padding: 4.8rem 0 5.5rem; }
.store-section-heading { padding-bottom: 1.3rem; border-bottom: 1px solid var(--brand-line); }
.store-section-meta { display: flex; align-items: center; gap: 1rem; color: var(--brand-muted); font-size: .8rem; }
.store-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.15rem; }
.store-product-card { display: flex; min-width: 0; height: 100%; flex-direction: column; overflow: hidden; background: var(--brand-paper); border: 1px solid var(--brand-line); border-radius: 8px; box-shadow: 0 7px 22px rgba(1, 18, 44, .05); }
.store-product-card:hover { border-color: rgba(217, 154, 74, .74); box-shadow: 0 18px 40px rgba(1, 18, 44, .12); transform: translateY(-4px); }
.store-product-card .product-image { aspect-ratio: 1; background: var(--brand-sand); }
.store-product-card .product-image img { object-fit: cover; }
.product-status-badge { position: absolute; inset-inline-start: .65rem; top: .65rem; z-index: 2; padding: .38rem .55rem; color: var(--brand-navy); background: rgba(255, 253, 249, .94); border-radius: 4px; box-shadow: 0 5px 16px rgba(0, 10, 28, .12); font-size: .58rem; font-weight: 800; }
.product-view-link { position: absolute; inset: auto .65rem .65rem; padding: .55rem .7rem; color: var(--brand-ivory); background: rgba(1, 18, 44, .9); border-radius: 4px; font-size: .66rem; font-weight: 800; opacity: 0; transform: translateY(6px); transition: opacity .25s ease, transform .25s ease; }
.store-product-card:hover .product-view-link { opacity: 1; transform: translateY(0); }
.store-product-body { display: flex; min-height: 206px; padding: 1rem; flex: 1; flex-direction: column; }
.store-product-meta { display: flex; min-width: 0; justify-content: space-between; gap: .7rem; color: var(--brand-muted); font-size: .62rem; font-weight: 700; }
.store-product-meta span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.store-product-card h3 { margin: .7rem 0 .45rem; font-family: var(--font-body); font-size: .94rem; line-height: 1.45; }
html[dir="rtl"] .store-product-card h3 { font-family: "Cairo", sans-serif; }
.store-product-card h3 a { color: var(--brand-navy); }
.store-product-card p { margin: 0; color: var(--brand-muted); font-size: .72rem; }
.store-product-purchase { display: flex; margin-top: auto; padding-top: 1rem; align-items: center; justify-content: space-between; gap: .65rem; border-top: 1px solid var(--brand-sand); }
.store-product-purchase > strong { min-width: max-content; font-family: var(--font-body); font-size: .75rem; }
.store-product-purchase form { min-width: 0; }
.store-product-purchase .btn { display: flex; min-height: 38px; padding: .48rem .68rem; align-items: center; justify-content: center; gap: .4rem; font-size: .65rem; line-height: 1.15; }
.store-product-purchase .btn svg { width: 16px; height: 16px; flex: 0 0 auto; }

.quote-process-section { padding: 0 0 5.5rem; }
.quote-process-card { display: grid; overflow: hidden; color: var(--brand-ivory); background: var(--brand-navy); border-radius: 10px; box-shadow: var(--shadow-soft); grid-template-columns: .9fr 1.1fr; }
.quote-process-intro { padding: clamp(2.4rem, 5vw, 5rem); background: radial-gradient(circle at 20% 80%, rgba(217,154,74,.18),transparent 17rem), var(--brand-navy); }
.quote-process-intro .store-kicker { color: var(--brand-gold-light); }
.quote-process-intro h2 { margin: .7rem 0 1rem; color: var(--brand-ivory); font-size: clamp(2.2rem, 4vw, 3.8rem); }
.quote-process-intro p { color: rgba(248, 243, 234, .68); line-height: 1.8; }
.quote-process-steps { display: grid; margin: 0; padding: 0; background: var(--brand-navy-soft); list-style: none; grid-template-columns: repeat(3, 1fr); }
.quote-process-steps li { position: relative; display: flex; min-height: 100%; padding: 2rem; align-items: center; justify-content: center; gap: 1.1rem; flex-direction: column; text-align: center; border-inline-start: 1px solid rgba(217, 154, 74, .22); }
.quote-process-steps b { display: grid; width: 45px; height: 45px; place-items: center; color: var(--brand-navy); background: var(--brand-gold-ui); border-radius: 50%; }
.quote-process-steps span { max-width: 12ch; color: var(--brand-ivory); font-weight: 750; }

.catalog-header { padding: 2.3rem 0 2rem; color: var(--brand-ivory); background: linear-gradient(110deg, var(--brand-navy-deep), var(--brand-navy)); border-bottom: 1px solid rgba(217,154,74,.38); }
.store-breadcrumb { display: flex; margin-bottom: 1.6rem; align-items: center; gap: .55rem; color: var(--brand-muted); font-size: .72rem; }
.catalog-header .store-breadcrumb, .cart-store-header .store-breadcrumb { color: rgba(248,243,234,.6); }
.store-breadcrumb a:hover { color: var(--brand-copper); }
.store-breadcrumb strong { overflow: hidden; color: inherit; text-overflow: ellipsis; white-space: nowrap; }
.catalog-header-row { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.catalog-header .store-kicker { color: var(--brand-gold-light); }
.catalog-header h1 { margin: .35rem 0 0; color: var(--brand-ivory); font-size: clamp(2.7rem, 5vw, 4.6rem); line-height: .95; }
.catalog-header p { max-width: 50ch; margin: 0; color: rgba(248,243,234,.68); line-height: 1.75; }
.catalog-store-section { padding: 2.6rem 0 5.5rem; }
.catalog-layout { display: grid; align-items: start; grid-template-columns: 260px minmax(0, 1fr); gap: 2rem; }
.catalog-sidebar { position: sticky; top: 174px; }
.catalog-filter-form { padding: 1.25rem; background: var(--brand-paper); border: 1px solid var(--brand-line); border-radius: 8px; box-shadow: 0 8px 24px rgba(1,18,44,.04); }
.catalog-filter-title { display: flex; margin-bottom: 1.1rem; align-items: center; justify-content: space-between; gap: .5rem; }
.catalog-filter-title h2 { margin: 0; font-family: var(--font-body); font-size: 1rem; }
.catalog-filter-title a { color: var(--brand-copper); font-size: .66rem; font-weight: 800; }
.catalog-filter-group { padding: 1rem 0; border-top: 1px solid var(--brand-sand); }
.catalog-filter-group label { display: block; margin-bottom: .55rem; color: var(--brand-navy); font-size: .72rem; font-weight: 800; }
.catalog-filter-group .form-select { min-height: 43px; font-size: .78rem; }
.catalog-toolbar { display: flex; margin-bottom: 1.15rem; align-items: center; justify-content: space-between; gap: 1rem; }
.catalog-search-form { display: flex; height: 48px; min-width: 0; max-width: 540px; align-items: center; flex: 1; overflow: hidden; background: var(--brand-paper); border: 1px solid var(--brand-line); border-radius: 7px; }
.catalog-search-form svg { width: 20px; height: 20px; margin-inline-start: .85rem; color: var(--brand-muted); }
.catalog-search-form input { min-width: 0; height: 100%; padding: 0 .7rem; flex: 1; background: transparent; border: 0; outline: 0; font-size: .8rem; }
.catalog-search-form button { height: 100%; padding: 0 1.1rem; color: var(--brand-navy); background: var(--brand-gold-ui); border: 0; font-size: .75rem; font-weight: 800; }
.catalog-result-meta { display: flex; align-items: center; gap: .8rem; color: var(--brand-muted); font-size: .74rem; }
.catalog-result-meta .form-select { min-width: 165px; min-height: 44px; font-size: .74rem; }
.active-filter-chips { display: flex; margin: 0 0 1rem; gap: .45rem; flex-wrap: wrap; }
.active-filter-chips a { padding: .42rem .65rem; color: var(--brand-navy); background: var(--brand-paper); border: 1px solid var(--brand-line); border-radius: 100px; font-size: .65rem; font-weight: 750; }
.active-filter-chips a:hover { border-color: var(--brand-gold); }
.active-filter-chips .clear-filter-chip { color: var(--brand-copper); background: transparent; border-color: transparent; }
.catalog-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.catalog-empty { padding: 5rem 2rem; background: var(--brand-paper); border: 1px solid var(--brand-line); border-radius: 8px; text-align: center; }
.catalog-empty h2 { margin-bottom: 1.4rem; }
.catalog-mobile-controls { display: flex; margin-bottom: 1rem; gap: .7rem; }
.catalog-mobile-controls > * { flex: 1; }
.catalog-mobile-controls .btn { width: 100%; min-height: 46px; }
.catalog-mobile-controls .form-select { min-height: 46px; }
.catalog-mobile-controls b { display: inline-grid; width: 20px; height: 20px; margin-inline-start: .25rem; place-items: center; color: var(--brand-navy); background: var(--brand-gold); border-radius: 50%; font-size: .62rem; }
.catalog-filter-drawer { max-width: 390px; background: var(--brand-ivory); }
.catalog-filter-drawer .offcanvas-header { color: var(--brand-ivory); background: var(--brand-navy); }
.catalog-filter-drawer .offcanvas-header h2 { margin: 0; color: var(--brand-ivory); font-size: 1.25rem; }
.catalog-filter-drawer .btn-close { filter: invert(1); }
.catalog-filter-drawer .catalog-filter-form { padding: 0; background: transparent; border: 0; box-shadow: none; }
.catalog-filter-drawer-actions { display: grid; position: sticky; bottom: 0; padding-top: 1rem; background: var(--brand-ivory); grid-template-columns: 1fr 1fr; gap: .6rem; }

.product-store-page { padding: 2rem 0 5.5rem; }
.product-store-layout { display: grid; align-items: start; grid-template-columns: minmax(0, 1.18fr) minmax(380px, .82fr); gap: clamp(2rem, 5vw, 5rem); }
.product-store-media .product-gallery { display: block; margin: 0; }
.product-main-image { position: relative; overflow: hidden; background: var(--brand-sand); border: 1px solid var(--brand-line); border-radius: 9px; }
.product-main-image img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; transition: opacity 180ms ease, transform 260ms var(--motion-ease-out, ease); }
.product-main-image img.is-switching { opacity: .18; transform: scale(.995); }
.product-main-image > span { position: absolute; inset-inline-start: 1rem; top: 1rem; padding: .5rem .7rem; color: var(--brand-navy); background: rgba(255,253,249,.94); border-radius: 4px; box-shadow: 0 8px 24px rgba(1,18,44,.12); font-size: .68rem; font-weight: 800; }
.product-thumbnails { display: flex; margin-top: .8rem; gap: .7rem; }
.product-thumbnails button { width: 76px; padding: 3px; background: var(--brand-paper); border: 1px solid var(--brand-line); border-radius: 5px; transition: border-color var(--motion-fast, 160ms) ease, box-shadow var(--motion-fast, 160ms) ease, transform var(--motion-fast, 160ms) ease; }
.product-thumbnails button.active { border-color: var(--brand-gold); box-shadow: 0 0 0 2px rgba(217, 154, 74, .2); }
.product-thumbnails button:active { transform: scale(.96); }
.product-thumbnails img { display: block; width: 100%; aspect-ratio: 1; }
.product-purchase-panel { position: sticky; top: 180px; padding: clamp(1.5rem, 3vw, 2.25rem); background: var(--brand-paper); border: 1px solid var(--brand-line); border-top: 4px solid var(--brand-gold); border-radius: 9px; box-shadow: 0 16px 42px rgba(1,18,44,.09); }
.product-purchase-topline { display: flex; justify-content: space-between; gap: 1rem; color: var(--brand-muted); font-size: .65rem; font-weight: 700; }
.product-purchase-panel h1 { margin: .8rem 0; font-size: clamp(2.3rem, 4vw, 3.7rem); line-height: 1.05; }
.product-lead { color: var(--brand-muted); font-size: .94rem; line-height: 1.75; }
.product-price-row { display: flex; margin: 1.5rem 0; padding: 1.15rem 0; align-items: end; justify-content: space-between; gap: 1rem; border-block: 1px solid var(--brand-sand); }
.product-price-row > div { display: flex; flex-direction: column; }
.product-price-row small { color: var(--brand-muted); font-size: .65rem; }
.product-price-row strong { color: var(--brand-navy); font-size: 1.45rem; }
.product-availability { display: inline-flex; align-items: center; gap: .4rem; color: var(--brand-success); font-size: .67rem; font-weight: 800; }
.product-availability i { width: 7px; height: 7px; background: var(--brand-success); border-radius: 50%; box-shadow: 0 0 0 4px rgba(40,122,87,.12); }
.product-quote-form > label { display: block; margin-bottom: .5rem; color: var(--brand-navy); font-size: .72rem; font-weight: 800; }
.product-quote-controls { display: grid; grid-template-columns: 92px 1fr; gap: .7rem; }
.product-quote-controls .qty { max-width: none; min-height: 54px; text-align: center; }
.product-quote-controls .btn { display: flex; min-height: 54px; align-items: center; justify-content: center; gap: .55rem; }
.product-quote-controls .btn svg { width: 20px; height: 20px; }
.product-whatsapp { margin-top: .7rem; min-height: 48px; padding-top: .72rem; }
.product-market-note { display: flex; margin-top: 1.3rem; padding: 1rem; align-items: center; gap: .8rem; background: var(--brand-ivory); border-radius: 6px; }
.product-market-note svg { width: 24px; height: 24px; flex: 0 0 auto; color: var(--brand-copper); }
.product-market-note > div { display: flex; flex-direction: column; }
.product-market-note strong { color: var(--brand-navy); font-size: .75rem; }
.product-market-note span { color: var(--brand-muted); font-size: .65rem; }
.product-quick-specs { display: grid; margin-top: 1.2rem; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--brand-sand); border-radius: 6px; }
.product-quick-specs > div { display: flex; min-width: 0; padding: .8rem; flex-direction: column; border-inline-end: 1px solid var(--brand-sand); }
.product-quick-specs > div:last-child { border: 0; }
.product-quick-specs small { color: var(--brand-muted); font-size: .6rem; }
.product-quick-specs strong { overflow: hidden; color: var(--brand-navy); font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.product-information-grid { display: grid; max-width: calc(100% - min(38%, 500px)); margin-top: 2rem; gap: .8rem; }
.product-information-grid details { padding: 1.25rem 1.5rem; background: var(--brand-paper); border: 1px solid var(--brand-line); border-radius: 7px; }
.product-information-grid summary { color: var(--brand-navy); font-size: 1rem; font-weight: 800; cursor: pointer; }
.product-information-grid .rich-text, .product-information-grid .spec-list { margin: 1.2rem 0 0; }
.product-mobile-cta { display: none; }

.cart-store-header { padding: 2.2rem 0; color: var(--brand-ivory); background: var(--brand-navy); }
.cart-store-header h1 { margin: .3rem 0 1.6rem; color: var(--brand-ivory); font-size: clamp(2.5rem,5vw,4.5rem); }
.cart-store-header .store-kicker { color: var(--brand-gold-light); }
.checkout-steps { display: grid; max-width: 820px; margin: 0; padding: 0; list-style: none; grid-template-columns: repeat(3,1fr); }
.checkout-steps li { position: relative; display: flex; align-items: center; gap: .6rem; color: rgba(247,242,233,.66); font-size: .72rem; }
.checkout-steps li::after { height: 1px; margin-inline: .8rem; flex: 1; content: ""; background: rgba(217,154,74,.25); }
.checkout-steps li:last-child::after { display: none; }
.checkout-steps b { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid rgba(217,154,74,.38); border-radius: 50%; }
.checkout-steps li.active { color: var(--brand-gold-light); }
.checkout-steps li.active b { color: var(--brand-navy); background: var(--brand-gold); }
.cart-store-section { min-height: 50vh; padding: 3.2rem 0 5.5rem; }
.cart-store-layout { display: grid; align-items: start; grid-template-columns: minmax(0,1fr) 350px; gap: 2rem; }
.cart-lines-card, .cart-summary-card { padding: 1.5rem; background: var(--brand-paper); border: 1px solid var(--brand-line); border-radius: 8px; }
.cart-lines-heading { display: flex; padding-bottom: 1rem; align-items: end; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--brand-line); }
.cart-lines-heading h2 { margin: 0; font-size: 1.4rem; }
.cart-lines-heading span { color: var(--brand-muted); font-size: .7rem; }
.cart-lines-heading > a { color: var(--brand-copper); font-size: .7rem; font-weight: 800; }
.cart-line { display: grid; padding: 1.25rem 0; align-items: center; grid-template-columns: 110px minmax(0,1fr) 100px 120px auto; gap: 1rem; border-bottom: 1px solid var(--brand-sand); }
.cart-line-image { overflow: hidden; background: var(--brand-sand); border-radius: 6px; }
.cart-line-image img { display: block; width: 100%; aspect-ratio: 1; }
.cart-line-info { min-width: 0; }
.cart-line-info > span, .cart-line-info small { color: var(--brand-muted); font-size: .65rem; }
.cart-line-info h3 { margin: .4rem 0; font-family: var(--font-body); font-size: .9rem; }
.cart-line-quantity { display: flex; flex-direction: column; gap: .35rem; color: var(--brand-muted); font-size: .62rem; }
.cart-line-quantity input { min-height: 42px; text-align: center; }
.cart-line-price { color: var(--brand-navy); font-size: .72rem; text-align: center; }
.cart-line-remove { display: flex; padding: .4rem; align-items: center; gap: .3rem; color: var(--brand-danger); background: transparent; border: 0; font-size: 1.2rem; }
.cart-line-remove span { font-size: .62rem; }
.cart-summary-card { position: sticky; top: 180px; padding: 1.7rem; border-top: 4px solid var(--brand-gold); box-shadow: 0 14px 38px rgba(1,18,44,.08); }
.cart-summary-card h2 { margin: .5rem 0 1.4rem; font-size: 1.7rem; }
.cart-summary-row { display: flex; padding: .85rem 0; justify-content: space-between; gap: 1rem; border-bottom: 1px solid var(--brand-sand); color: var(--brand-muted); font-size: .75rem; }
.cart-summary-row strong { color: var(--brand-navy); }
.cart-summary-card p { margin: 1rem 0; color: var(--brand-muted); font-size: .7rem; line-height: 1.7; }
.cart-summary-continue { display: block; margin-top: 1rem; color: var(--brand-copper); font-size: .72rem; font-weight: 800; text-align: center; }
.empty-cart-state { max-width: 640px; margin: 1rem auto; padding: 4rem 2rem; background: var(--brand-paper); border: 1px solid var(--brand-line); border-radius: 10px; text-align: center; }
.empty-cart-icon { display: grid; width: 76px; height: 76px; margin: 0 auto 1.2rem; place-items: center; color: var(--brand-navy); background: var(--brand-gold); border-radius: 50%; }
.empty-cart-icon svg { width: 34px; height: 34px; }
.empty-cart-state h2 { font-size: 2rem; }
.empty-cart-state p { max-width: 48ch; margin: 0 auto 1.5rem; color: var(--brand-muted); }

.quote-checkout-section { padding: 3rem 0 5.5rem; }
.quote-checkout-layout { display: grid; align-items: start; grid-template-columns: minmax(0,1fr) 360px; gap: 2rem; }
.quote-checkout-form { display: grid; gap: 1rem; }
.quote-checkout-form > section { padding: 1.7rem; background: var(--brand-paper); border: 1px solid var(--brand-line); border-radius: 8px; }
.quote-form-heading { display: flex; margin-bottom: 1.5rem; align-items: center; gap: .9rem; }
.quote-form-heading > b { display: grid; width: 42px; height: 42px; place-items: center; color: var(--brand-navy); background: var(--brand-gold); border-radius: 50%; font-size: .72rem; }
.quote-form-heading h2 { margin: .15rem 0 0; font-size: 1.55rem; }
.form-hint { display: block; margin-top: .4rem; color: var(--brand-muted); font-size: .62rem; }
.quote-submit-button { min-height: 56px; }
.quote-products-summary { position: sticky; top: 180px; padding: 1.5rem; background: var(--brand-paper); border: 1px solid var(--brand-line); border-top: 4px solid var(--brand-gold); border-radius: 8px; box-shadow: 0 14px 38px rgba(1,18,44,.08); }
.quote-products-heading { padding-bottom: 1rem; border-bottom: 1px solid var(--brand-line); }
.quote-products-heading h2 { display: flex; margin: .35rem 0 0; align-items: center; justify-content: space-between; font-size: 1.5rem; }
.quote-products-heading h2 b { display: grid; width: 28px; height: 28px; place-items: center; color: var(--brand-navy); background: var(--brand-gold); border-radius: 50%; font-family: var(--font-body); font-size: .7rem; }
.quote-summary-product { display: grid; padding: .9rem 0; align-items: center; grid-template-columns: 72px minmax(0,1fr); gap: .8rem; border-bottom: 1px solid var(--brand-sand); }
.quote-summary-product img { display: block; width: 72px; aspect-ratio: 1; background: var(--brand-sand); border-radius: 5px; }
.quote-summary-product span { display: flex; min-width: 0; flex-direction: column; }
.quote-summary-product small { color: var(--brand-muted); font-size: .58rem; }
.quote-summary-product strong { margin-top: .25rem; overflow: hidden; color: var(--brand-navy); font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
.quote-edit-cart { display: block; margin-top: 1rem; color: var(--brand-copper); font-size: .7rem; font-weight: 800; text-align: center; }
.quote-summary-empty { padding: 1.5rem 0 .25rem; color: var(--brand-muted); font-size: .76rem; text-align: center; }

.mobile-commerce-nav { display: none; }
.store-toast { position: fixed; z-index: 1200; inset-inline-end: 1.25rem; bottom: 1.25rem; max-width: min(360px, calc(100vw - 2rem)); padding: .9rem 1.1rem; color: var(--brand-ivory); background: var(--brand-navy); border: 1px solid rgba(217,154,74,.5); border-radius: 7px; box-shadow: 0 18px 45px rgba(0,10,28,.28); font-size: .78rem; font-weight: 750; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .22s ease, transform .22s ease; }
.store-toast.show { opacity: 1; transform: translateY(0); }

.storefront-collection-actions { display: grid; margin-top: .7rem; grid-template-columns: 1fr 1fr; gap: .5rem; }
.storefront-collection-actions form { margin: 0; }
.storefront-collection-actions .btn { width: 100%; min-height: 38px; padding: .45rem .55rem; font-size: .62rem; font-weight: 800; }
.product-purchase-panel > .storefront-collection-actions { margin-top: 1rem; }
.product-purchase-panel > .storefront-collection-actions .btn { min-height: 46px; font-size: .72rem; }

.product-reviews { margin-top: 3rem; padding: clamp(1.25rem,3vw,2.2rem); background: var(--brand-paper); border: 1px solid var(--brand-line); border-radius: 10px; }
.product-reviews__summary { display: grid; padding-bottom: 1.7rem; align-items: center; grid-template-columns: 220px minmax(0,1fr); gap: 2rem; border-bottom: 1px solid var(--brand-line); }
.product-reviews__summary > div:first-child { display: flex; align-items: flex-start; flex-direction: column; }
.review-score { color: var(--brand-navy); font-family: var(--font-display); font-size: 3.8rem; font-weight: 700; line-height: .9; }
.review-stars { color: var(--brand-gold); letter-spacing: .08em; }
.review-stars > span { color: var(--brand-line); }
.product-reviews__summary p { margin: .45rem 0 0; color: var(--brand-muted); font-size: .72rem; }
.review-breakdown { display: grid; gap: .35rem; }
.review-breakdown > div { display: grid; align-items: center; grid-template-columns: 42px 1fr 30px; gap: .55rem; color: var(--brand-muted); font-size: .65rem; }
.review-breakdown progress { width: 100%; height: 8px; accent-color: var(--brand-gold); }
.product-reviews__content { display: grid; padding-top: 2rem; grid-template-columns: minmax(0,1.15fr) minmax(340px,.85fr); gap: 2rem; }
.review-list h2,.review-form h2 { font-size: 1.7rem; }
.review-card { padding: 1.1rem 0; border-top: 1px solid var(--brand-sand); }
.review-card header { display: flex; justify-content: space-between; gap: 1rem; }
.review-card header > div { display: flex; align-items: center; gap: .55rem; }
.review-card time { color: var(--brand-muted); font-size: .65rem; }
.review-card h3 { margin: .5rem 0 .25rem; font-family: var(--font-body); font-size: .9rem; }
.review-card p { color: var(--brand-muted); font-size: .78rem; line-height: 1.7; }
.review-card img { max-width: 260px; height: auto; border-radius: 6px; }
.review-verified { padding: .2rem .4rem; color: var(--brand-success-ink); background: var(--brand-success-surface); border-radius: 100px; font-size: .55rem; font-weight: 800; }
.review-form { display: grid; padding: 1.25rem; align-self: start; gap: .9rem; background: var(--brand-ivory); border-radius: 8px; }
.review-form label { display: grid; gap: .35rem; color: var(--brand-navy); font-size: .7rem; font-weight: 750; }
.review-form .review-consent { display: block; line-height: 1.5; }

@media (max-width: 991px) {
  .product-reviews__content { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .product-reviews { padding: 1rem; }
  .product-reviews__summary { grid-template-columns: 1fr; gap: 1rem; }
  .review-form { padding: 1rem; }
}

@media (max-width: 1199px) {
  .store-hero-grid { grid-template-columns: minmax(0,.95fr) minmax(430px,1.05fr); gap: 2.5rem; }
  .store-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .catalog-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .store-cart-button { min-width: 145px; }
}

@media (max-width: 991px) {
  body { padding-bottom: 68px; }
  .site-header { position: sticky; top: 0; }
  .store-header-main { padding: .65rem 0 .75rem; }
  .store-header-main .brand-mark-shell { width: 44px; height: 44px; }
  .store-header-main .brand-mark { width: 39px; height: 39px; }
  .store-header-main .brand-descriptor { display: none; }
  .store-mobile-search { display: flex; width: 100%; min-width: 0; height: 44px; margin-top: .65rem; }
  .smart-search-results { top: 124px; inset-inline: 1rem; width: auto; }
  .store-nav-strip .navbar-collapse { display: none !important; padding: .6rem 0 1rem; }
  .store-nav-strip .navbar-collapse.show { display: block !important; }
  .store-nav-strip .navbar-nav { align-items: stretch !important; }
  .store-nav-strip .nav-link { padding: .75rem .4rem !important; border-bottom: 1px solid rgba(217,154,74,.12); }
  .store-nav-strip .store-all-products { min-width: 0; margin: .35rem 0; padding: .8rem 1rem !important; border-radius: 5px; }
  .store-mobile-menu-meta { padding-top: .7rem; }
  .store-mobile-menu-meta .btn { width: 100%; color: var(--brand-ivory); border-color: rgba(217,154,74,.38); }
  .store-hero-grid { min-height: 0; grid-template-columns: 1fr; gap: 2.3rem; }
  .store-home-hero { padding: 3rem 0; }
  .store-hero-copy h1 { max-width: 12ch; font-size: clamp(3rem,9vw,5rem); }
  .store-product-collage { height: 470px; }
  .store-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .catalog-layout { display: block; }
  .catalog-product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .catalog-header-row { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .catalog-header p { max-width: 62ch; }
  .catalog-toolbar { align-items: stretch; flex-direction: column; }
  .catalog-search-form { width: 100%; max-width: none; }
  .catalog-result-meta { justify-content: space-between; }
  .product-store-layout { grid-template-columns: 1fr; gap: 1.4rem; }
  .product-purchase-panel { position: static; }
  .product-information-grid { max-width: none; }
  .cart-store-layout { grid-template-columns: 1fr; }
  .cart-summary-card { position: static; }
  .quote-checkout-layout { grid-template-columns: 1fr; }
  .quote-products-summary { position: static; grid-row: 1; }
  .mobile-commerce-nav { position: fixed; z-index: 105; inset: auto 0 0; display: grid !important; height: 68px; padding-bottom: env(safe-area-inset-bottom); color: rgba(248,243,234,.72); background: rgba(0,10,28,.98); border-top: 1px solid rgba(217,154,74,.38); box-shadow: 0 -10px 28px rgba(0,10,28,.16); grid-template-columns: repeat(4,1fr); }
  .mobile-commerce-nav a { position: relative; display: flex; align-items: center; justify-content: center; gap: .24rem; flex-direction: column; font-size: .56rem; }
  .mobile-commerce-nav svg { width: 22px; height: 22px; color: var(--brand-gold-light); }
  .mobile-commerce-nav b { position: absolute; top: 5px; inset-inline-start: calc(50% + 7px); display: grid; width: 18px; height: 18px; place-items: center; color: var(--brand-navy); background: var(--brand-gold); border-radius: 50%; font-size: .55rem; }
  .quote-float { display: none; }
  .whatsapp-float {
    inset-inline-start: .85rem;
    bottom: calc(var(--mobile-nav-height) + env(safe-area-inset-bottom) + .85rem);
    display: grid;
    width: 54px;
    height: 54px;
  }
  .store-toast { bottom: 82px; }
  .site-footer { padding-bottom: 5.5rem; }
}

@media (max-width: 767px) {
  .utility-shipping { max-width: 62%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .utility-controls { gap: .75rem !important; }
  .store-header-main .brand-name { font-size: 1rem; }
  .store-home-hero { padding: 1.8rem 0 2.2rem; }
  .store-hero-grid { gap: 1.15rem; }
  .store-product-collage { order: -1; height: 230px; }
  .store-hero-copy h1 { margin: .65rem 0 .8rem; font-size: clamp(2.5rem,12vw,3.55rem); line-height: .98; }
  .store-hero-copy > p { margin-bottom: .85rem; font-size: .84rem; line-height: 1.65; }
  .store-hero-search { display: none; }
  .store-hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .store-hero-actions .btn { padding-inline: .65rem; font-size: .8rem; }
  .store-catalog-count { margin-top: .75rem; }
  .store-product-collage { gap: .55rem; }
  .store-collage-item > span { inset: auto .4rem .4rem; padding: .55rem; }
  .store-collage-item > span strong { font-size: .65rem; }
  .store-benefit-grid { grid-template-columns: 1fr; }
  .store-benefit-grid > div { min-height: 58px; padding: .75rem 1rem; border-inline-end: 0; border-bottom: 1px solid rgba(1,18,44,.15); }
  .store-size-nav, .store-products-section { padding: 3rem 0; }
  .store-size-heading, .store-section-heading { align-items: flex-start; flex-direction: column; gap: .8rem; }
  .store-size-heading h2, .store-section-heading h2 { font-size: 2.15rem; }
  .store-size-links { grid-template-columns: 1fr; gap: .65rem; }
  .store-size-links a { min-height: 86px; }
  .store-section-meta { width: 100%; justify-content: space-between; }
  .store-product-grid, .catalog-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: .65rem; }
  .store-product-body { min-height: 190px; padding: .78rem; }
  .store-product-meta { font-size: .55rem; }
  .store-product-card h3 { margin-top: .55rem; font-size: .78rem; }
  .store-product-card p { font-size: .62rem; }
  .store-product-purchase { align-items: stretch; flex-direction: column; }
  .store-product-purchase > strong { font-size: .68rem; }
  .store-product-purchase form, .store-product-purchase .btn { width: 100%; }
  .store-product-purchase .btn { min-height: 42px; font-size: .61rem; }
  .product-view-link { display: none; }
  .product-status-badge { inset-inline-start: .4rem; top: .4rem; padding: .32rem .4rem; font-size: .51rem; }
  .quote-process-card { grid-template-columns: 1fr; }
  .quote-process-intro { padding: 2.2rem 1.3rem; }
  .quote-process-steps { min-height: 190px; }
  .quote-process-steps li { padding: 1rem .45rem; }
  .quote-process-steps span { font-size: .7rem; }
  .catalog-header { padding: 1.7rem 0; }
  .catalog-header h1 { font-size: 2.6rem; }
  .catalog-header p { font-size: .82rem; }
  .catalog-store-section { padding: 1rem 0 4rem; }
  .catalog-search-form button { padding: 0 .8rem; }
  .product-store-page { padding: 1rem 0 5.8rem; }
  .product-store-page .store-breadcrumb { margin-bottom: 1rem; }
  .product-purchase-panel { padding: 1.25rem; }
  .product-purchase-panel h1 { font-size: 2.05rem; }
  .product-purchase-topline { align-items: flex-start; flex-direction: column; gap: .25rem; }
  .product-price-row { align-items: flex-start; flex-direction: column; }
  .product-quote-controls { grid-template-columns: 78px 1fr; }
  .product-quick-specs { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .product-information-grid details { padding: 1rem; }
  .product-mobile-cta { position: fixed; z-index: 104; inset: auto 0 68px; display: flex; min-height: 70px; padding: .65rem .8rem; align-items: center; justify-content: space-between; gap: .8rem; color: var(--brand-ivory); background: rgba(1,18,44,.97); border-top: 1px solid rgba(217,154,74,.35); box-shadow: 0 -8px 24px rgba(0,10,28,.16); }
  .product-mobile-cta > div { display: flex; min-width: 0; flex-direction: column; }
  .product-mobile-cta small { color: rgba(248,243,234,.58); font-size: .55rem; }
  .product-mobile-cta strong { overflow: hidden; color: var(--brand-ivory); font-size: .72rem; text-overflow: ellipsis; white-space: nowrap; }
  .product-mobile-cta .btn { flex: 0 0 auto; font-size: .7rem; }
  .cart-store-header { padding: 1.5rem 0; }
  .cart-store-header h1 { font-size: 2.5rem; }
  .checkout-steps span { display: none; }
  .checkout-steps li::after { margin-inline: .45rem; }
  .cart-store-section { padding: 1.3rem 0 4rem; }
  .quote-checkout-section { padding: 1.3rem 0 4rem; }
  .quote-checkout-form > section { padding: 1.15rem; }
  .cart-lines-card { padding: 1rem; }
  .cart-lines-heading { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .cart-line { grid-template-columns: 86px minmax(0,1fr) auto; gap: .7rem; }
  .cart-line-info { align-self: start; }
  .cart-line-quantity { grid-column: 2; }
  .cart-line-price { grid-column: 2; text-align: start; }
  .cart-line-remove { grid-column: 3; grid-row: 1; align-self: start; }
  .cart-line-remove span { display: none; }
}

@media (max-width: 380px) {
  .store-product-grid, .catalog-product-grid { grid-template-columns: 1fr; }
  .store-product-card .product-image { aspect-ratio: 1.15; }
  .store-product-body { min-height: 180px; }
}

/* Storefront refinement layer: Arabic type, responsive commerce and motion. */
:root {
  --font-ar-body: "IBM Plex Sans Arabic", "Cairo", Tahoma, Arial, sans-serif;
  --font-ar-display: "Tajawal", "IBM Plex Sans Arabic", Tahoma, Arial, sans-serif;
  --text-readable-xs: .75rem;
  --motion-fast: 160ms;
  --motion-base: 240ms;
  --motion-slow: 360ms;
  --motion-ease-out: cubic-bezier(.2, .8, .2, 1);
  --mobile-nav-height: 68px;
  --mobile-product-cta-height: 72px;
}

html[dir="rtl"] body {
  font-family: var(--font-ar-body);
  line-height: 1.7;
}

html[dir="rtl"] :is(input, select, textarea, button) {
  font-family: var(--font-ar-body);
}

html[dir="rtl"] :is(h1, h2, h3, h4, h5, h6),
html[dir="rtl"] .store-product-card h3 {
  font-family: var(--font-ar-display);
  letter-spacing: 0 !important;
}

html[dir="rtl"] :is(.store-hero-copy h1, .catalog-header h1, .product-purchase-panel h1, .cart-store-header h1, .page-hero h1, .article-hero h1) {
  line-height: 1.2;
  text-wrap: balance;
}

html[dir="rtl"] .store-hero-copy h1 { max-width: 15ch; }
html[dir="rtl"] :is(.utility-bar, .store-kicker, .store-benefit-grid b, .store-collage-item > span small, .review-stars) { letter-spacing: 0; }
html[dir="rtl"] .store-product-purchase > strong { font-family: var(--font-ar-body); }

.btn,
.store-benefit-grid > div,
.quote-process-steps span,
.active-filter-chips a,
.store-toast,
.review-form label {
  font-weight: 700;
}

/* Keep functional labels readable in both languages. */
:is(.brand-descriptor, .smart-search-results small, .store-market-button small, .store-cart-button small,
  .store-kicker, .store-collage-item > span small, .product-status-badge, .product-view-link,
  .store-product-meta, .store-product-card p, .store-product-purchase .btn, .store-breadcrumb,
  .catalog-filter-title a, .catalog-filter-group label, .catalog-result-meta, .active-filter-chips a,
  .product-main-image > span, .product-purchase-topline, .product-price-row small,
  .product-availability, .product-quote-form > label, .product-market-note span,
  .product-quick-specs small, .product-quick-specs strong, .checkout-steps li,
  .cart-line-info > span, .cart-line-info small, .cart-line-quantity, .cart-line-price,
  .cart-summary-continue, .form-hint, .quote-summary-product small, .quote-summary-product strong,
  .storefront-collection-actions .btn, .product-reviews__summary p, .review-breakdown > div,
  .review-card time, .review-verified, .review-form label) {
  font-size: max(var(--text-readable-xs), 12px);
  line-height: 1.45;
}

.store-product-card h3 {
  font-size: .95rem;
  line-height: 1.5;
}

.store-product-purchase .btn { line-height: 1.35; }

/* Responsive images keep their intrinsic square without forced pixel heights. */
:is(.store-product-card .product-image img, .product-main-image img, .product-thumbnails img, .cart-line-image img, .quote-summary-product img) {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

/* Search results follow the field instead of a brittle viewport offset. */
.store-header-search { overflow: visible; }
.smart-search-results {
  position: absolute;
  inset-block-start: calc(100% + 4px);
  inset-inline: 0;
  width: auto;
}
html[dir="ltr"] .store-header-search button { border-radius: 0 6px 6px 0; }
html[dir="rtl"] .store-header-search button { border-radius: 6px 0 0 6px; }

.catalog-search-form,
.catalog-search-form input,
.catalog-search-form button {
  min-height: 48px;
}
.catalog-search-form input { font-size: .875rem; }

/* The desktop strip stays horizontal even when the markup is not navbar-expand. */
.store-nav-strip .navbar-nav {
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

/* Motion is short, purposeful and opt-in for reveal sequences. */
.store-action-icon,
.store-header-search button,
.store-size-links a,
.store-product-card,
.store-product-card .product-image img,
.store-collage-item img,
.product-view-link,
.store-toast {
  transition-duration: var(--motion-base);
  transition-timing-function: var(--motion-ease-out);
}

.store-product-card {
  transition-property: transform, border-color, box-shadow;
}
.store-product-card .product-image img,
.store-collage-item img { transition-property: transform; }
.store-action-icon,
.store-header-search button { transition-property: color, background-color, border-color; }
.store-size-links a { transition-property: color, background-color, border-color, transform; }
.product-view-link,
.store-toast { transition-property: opacity, transform; }

/* Neutral touch-state; fine pointers receive the richer hover treatment below. */
.store-product-card:hover { transform: none; }
.store-product-card:hover .product-image img,
.store-collage-item:hover img { filter: none; transform: none; }
.store-size-links a:hover { transform: none; }

@media (hover: hover) and (pointer: fine) {
  .store-product-card:hover {
    border-color: rgba(217, 154, 74, .74);
    box-shadow: 0 18px 40px rgba(1, 18, 44, .12);
    transform: translateY(-4px);
  }
  .store-product-card:hover .product-image img,
  .store-collage-item:hover img { transform: scale(1.025); }
  .store-size-links a:hover { transform: translateY(-3px); }
}

:where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline: 3px solid var(--brand-navy) !important;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--brand-paper) !important;
}
:is(.store-header-search, .catalog-search-form, .store-hero-search):focus-within {
  outline: 3px solid var(--brand-navy);
  outline-offset: 3px;
  box-shadow: 0 0 0 6px var(--brand-paper);
}
:is(.store-header-search, .catalog-search-form, .store-hero-search) :is(input, button):focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}
.product-image:focus-visible .product-view-link {
  opacity: 1;
  transform: translateY(0);
}

@keyframes storeRevealUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.store-reveal {
  animation: storeRevealUp var(--motion-slow) var(--motion-ease-out) both;
}
.store-reveal-delay-1 { animation-delay: 70ms; }
.store-reveal-delay-2 { animation-delay: 140ms; }
.store-reveal-delay-3 { animation-delay: 210ms; }
.store-reveal-on-scroll {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity var(--motion-slow) var(--motion-ease-out), transform var(--motion-slow) var(--motion-ease-out);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.store-reveal-on-scroll.store-reveal-media { transform: translateY(10px) scale(.985); }
.store-reveal-on-scroll.is-visible { opacity: 1; transform: none; will-change: auto; }

@media (hover: hover) and (pointer: fine) {
  .store-product-card.store-reveal-on-scroll.is-visible:hover { transform: translateY(-4px); }
}

@media (max-width: 991px) {
  body { padding-bottom: calc(var(--mobile-nav-height) + env(safe-area-inset-bottom)); }

  .utility-bar { display: none; }
  .store-header-main { padding: .5rem 0 .55rem; }
  .store-header-main .brand-mark-shell { width: 38px; height: 38px; }
  .store-header-main .brand-mark { width: 34px; height: 34px; }
  .store-header-main .brand-name { font-size: .95rem; }
  .store-mobile-search { height: 44px; margin-top: .45rem; }
  .site-header .store-header-main,
  .site-header .store-mobile-search {
    transition: padding var(--motion-base) var(--motion-ease-out),
      height var(--motion-base) var(--motion-ease-out),
      margin var(--motion-base) var(--motion-ease-out),
      opacity var(--motion-fast) ease;
  }
  .site-header.is-compact .store-header-main { padding-block: .38rem; }
  .site-header.is-compact .store-mobile-search {
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
  }
  .store-mobile-actions .navbar-toggler {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    border: 1px solid rgba(217, 154, 74, .48);
    border-radius: 7px;
  }
  .store-mobile-actions { gap: .45rem; }
  .store-mobile-language-quick {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--brand-navy);
    background: var(--brand-gold-ui);
    border: 1px solid var(--brand-gold-light);
    border-radius: 7px;
    box-shadow: 0 6px 16px rgba(0, 10, 28, .14);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .04em;
  }
  .store-mobile-language-quick:hover,
  .store-mobile-language-quick:focus-visible {
    color: var(--brand-navy-deep);
    background: var(--brand-gold-light);
  }
  .store-mobile-actions .navbar-toggler-icon {
    position: relative;
    width: 23px;
    height: 16px;
    background: linear-gradient(var(--brand-gold-light), var(--brand-gold-light)) top / 100% 2px no-repeat,
      linear-gradient(var(--brand-gold-light), var(--brand-gold-light)) bottom / 100% 2px no-repeat;
    filter: none;
  }
  .store-mobile-actions .navbar-toggler-icon::after {
    position: absolute;
    inset-inline: 0;
    top: 7px;
    height: 2px;
    content: "";
    background: var(--brand-gold-light);
  }

  /* Mobile navigation is a compact, touch-friendly Bootstrap offcanvas. */
  .store-nav-strip { display: none !important; }
  .store-mobile-nav-drawer {
    width: min(88vw, 370px);
    color: var(--brand-ivory);
    background: var(--brand-navy-deep);
    border-color: rgba(217, 154, 74, .35);
  }
  .store-mobile-nav-drawer .offcanvas-header {
    min-height: 72px;
    padding: .8rem 1rem;
    border-bottom: 1px solid rgba(217, 154, 74, .24);
  }
  .store-mobile-nav-drawer .offcanvas-body {
    display: flex;
    padding: .75rem 1rem calc(1rem + env(safe-area-inset-bottom));
    flex-direction: column;
  }
  .store-mobile-nav-drawer .btn-close { filter: invert(1) grayscale(1); }
  .store-mobile-nav-drawer .brand-mark-shell { width: 42px; height: 42px; }
  .store-mobile-nav-drawer .brand-mark { width: 38px; height: 38px; }
  .store-mobile-nav-drawer .brand-name { font-size: 1.05rem; }
  .store-mobile-nav-drawer .brand-descriptor { display: block; font-size: .7rem; }
  .store-mobile-language-switch {
    display: flex;
    min-height: 54px;
    margin-bottom: .75rem;
    padding: .55rem .7rem;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    color: var(--brand-navy);
    background: var(--brand-gold-ui);
    border: 1px solid var(--brand-gold-light);
    border-radius: 7px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .16);
  }
  .store-mobile-language-switch > span { display: flex; flex-direction: column; }
  .store-mobile-language-switch small { color: rgba(1, 18, 44, .68); font-size: .62rem; font-weight: 700; }
  .store-mobile-language-switch strong { color: var(--brand-navy-deep); font-size: .88rem; font-weight: 900; }
  .store-mobile-language-switch > bdi {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    color: var(--brand-ivory);
    background: var(--brand-navy);
    border-radius: 6px;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .04em;
  }
  .store-mobile-nav-links {
    width: 100%;
    align-items: stretch;
    flex-direction: column;
  }
  .store-mobile-nav-links .nav-link {
    display: flex;
    min-height: 46px;
    padding: .75rem !important;
    align-items: center;
    color: rgba(248, 243, 234, .84);
    border-bottom: 1px solid rgba(217, 154, 74, .14);
    font-size: .9rem;
  }
  .store-mobile-nav-links .store-all-products {
    margin: .25rem 0 .6rem;
    color: var(--brand-navy);
    background: var(--brand-gold-ui);
    border: 0;
    border-radius: 6px;
  }
  .store-mobile-nav-drawer .store-mobile-menu-meta {
    width: 100%;
    margin-top: auto;
    padding-top: 1rem;
  }
  .store-mobile-contact-links { display: grid; gap: .5rem; margin-bottom: .8rem; }
  .store-mobile-contact-links a {
    display: flex;
    min-height: 50px;
    padding: .62rem .72rem;
    justify-content: center;
    flex-direction: column;
    color: var(--brand-ivory);
    background: rgba(217, 154, 74, .07);
    border: 1px solid rgba(217, 154, 74, .24);
    border-radius: 6px;
    font-size: .76rem;
    font-weight: 800;
  }
  .store-mobile-contact-links a span { margin-top: .16rem; color: rgba(248, 243, 234, .64); font-size: .68rem; font-weight: 500; line-height: 1.45; }

  .contact-page-grid { grid-template-columns: 1fr; }
  .contact-options { grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); }
  .contact-option-card { min-height: 100%; padding: 1.1rem; grid-template-columns: 40px minmax(0, 1fr); column-gap: .75rem; }
  .contact-option-icon { width: 40px; height: 40px; }
  .contact-option-icon svg { width: 20px; height: 20px; }

  .smart-search-results {
    inset-inline: 0;
    width: auto;
  }

  .mobile-commerce-nav {
    box-sizing: content-box;
    height: var(--mobile-nav-height);
    min-height: var(--mobile-nav-height);
    padding-bottom: env(safe-area-inset-bottom);
  }
  .mobile-commerce-nav a {
    min-width: 0;
    font-size: .72rem;
    line-height: 1.25;
  }
  .mobile-commerce-nav a[aria-current="page"] {
    color: var(--brand-ivory);
    background: rgba(217, 154, 74, .12);
  }
  .mobile-commerce-nav a[aria-current="page"]::before {
    position: absolute;
    inset: 0 auto auto 50%;
    width: 30px;
    height: 3px;
    content: "";
    background: var(--brand-gold-light);
    border-radius: 0 0 3px 3px;
    transform: translateX(-50%);
  }
  .store-mobile-nav-links a[aria-current="page"] {
    color: var(--brand-gold-light);
    background: rgba(217, 154, 74, .08);
  }
  .mobile-commerce-nav b { font-size: .7rem; }
  .store-toast {
    bottom: calc(var(--mobile-nav-height) + env(safe-area-inset-bottom) + .75rem);
  }
  .catalog-filter-drawer .offcanvas-body {
    padding-bottom: calc(var(--mobile-nav-height) + env(safe-area-inset-bottom) + 1rem);
  }
}

@media (max-width: 767px) {
  .contact-page-hero { padding: 3.4rem 0 3rem; }
  .contact-page-hero p { font-size: .88rem; line-height: 1.75; }
  .contact-page-section { padding-block: 2.2rem; }
  .contact-options { grid-template-columns: 1fr; }
  .contact-option-card { min-height: 132px; padding: 1.1rem; }
  .contact-form-shell { padding: 1.2rem; }
  .contact-form-shell h2 { font-size: 1.85rem; }
  .contact-form-shell > p { font-size: .82rem; }
  .contact-form { margin-top: 1.15rem; }
  .contact-form .btn { width: 100%; min-height: 48px; }
  .store-home-hero { padding: 1.35rem 0 1.7rem; }
  .store-hero-grid { gap: 1rem; }
  .store-hero-copy { order: 1; }
  .store-product-collage {
    order: 2;
    height: 175px;
    margin-top: .2rem;
    gap: .5rem;
  }
  .store-hero-copy h1 {
    max-width: 13ch;
    margin: .55rem 0 .65rem;
    font-size: clamp(2.25rem, 10vw, 3rem);
    line-height: 1.08;
  }
  html[dir="rtl"] .store-hero-copy h1 {
    max-width: 15ch;
    line-height: 1.22;
  }
  .store-hero-copy > p {
    margin-bottom: .75rem;
    font-size: .9rem;
    line-height: 1.65;
  }
  .store-collage-item > span { padding: .45rem .5rem; }
  .store-collage-item > span small,
  .store-collage-item > span strong { font-size: .72rem; }

  .store-size-links {
    display: flex;
    margin-inline: calc(var(--bs-gutter-x, 1.5rem) * -.5);
    padding-inline: calc(var(--bs-gutter-x, 1.5rem) * .5);
    padding-bottom: .35rem;
    gap: .7rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .store-size-links::-webkit-scrollbar { display: none; }
  .store-size-links a {
    min-height: 88px;
    flex: 0 0 min(72vw, 270px);
    scroll-snap-align: start;
  }

  .store-product-grid,
  .catalog-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
  }
  .store-product-card .product-image { aspect-ratio: 1; }
  .store-product-body { min-height: 0; padding: .75rem; }
  .store-product-meta { justify-content: flex-start; font-size: .72rem; }
  .store-product-meta span:first-child { display: none; }
  .store-product-meta span:last-child {
    overflow: visible;
    text-overflow: clip;
  }
  .store-product-card h3 {
    display: -webkit-box;
    min-height: 3em;
    margin: .5rem 0 .4rem;
    overflow: hidden;
    font-size: .9rem;
    line-height: 1.5;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .store-product-card p { display: none; }
  .store-product-purchase { gap: .5rem; }
  .store-product-purchase > strong { font-size: .75rem; }
  .store-product-purchase .btn { min-height: 42px; font-size: .75rem; }
  .product-status-badge { font-size: .7rem; }

  .store-product-card .storefront-collection-actions { gap: .4rem; }
  .store-product-card .storefront-collection-actions .btn {
    min-height: 40px;
    padding: .4rem;
    font-size: 0;
  }
  .store-product-card .storefront-collection-actions .btn > span {
    font-size: 1.15rem;
    line-height: 1;
  }

  .product-store-page {
    padding-bottom: calc(var(--mobile-product-cta-height) + 1.5rem);
  }
  .product-mobile-cta {
    box-sizing: border-box;
    min-height: var(--mobile-product-cta-height);
    bottom: calc(var(--mobile-nav-height) + env(safe-area-inset-bottom));
    background: var(--brand-navy-deep);
  }
  body[data-commerce-page="product"] {
    padding-bottom: calc(var(--mobile-product-cta-height) + env(safe-area-inset-bottom));
  }
  body[data-commerce-page="product"] .mobile-commerce-nav { display: none !important; }
  body[data-commerce-page="product"] .whatsapp-float {
    bottom: calc(var(--mobile-product-cta-height) + env(safe-area-inset-bottom) + .85rem);
  }
  body[data-commerce-page="product"] .product-mobile-cta {
    bottom: env(safe-area-inset-bottom);
  }
  .product-mobile-cta small,
  .product-mobile-cta strong,
  .product-mobile-cta .btn { font-size: .75rem; }
  .product-mobile-cta .btn {
    min-height: 44px;
    padding: .6rem .85rem;
  }
  body:has(.product-mobile-cta) .store-toast {
    bottom: calc(var(--mobile-product-cta-height) + env(safe-area-inset-bottom) + .75rem);
  }

  .product-quick-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-quick-specs strong {
    overflow-wrap: anywhere;
    text-overflow: clip;
    white-space: normal;
  }
}

/* Compact editorial type scale: quieter headings and denser mobile commerce. */
@media (min-width: 768px) {
  .store-hero-copy h1 {
    font-size: clamp(3rem, 4.8vw, 4.75rem);
    line-height: 1;
  }
  .store-size-heading h2,
  .store-section-heading h2 { font-size: clamp(1.95rem, 3vw, 2.85rem); }
  .catalog-header h1 { font-size: clamp(2.4rem, 4.1vw, 3.8rem); }
  .product-purchase-panel h1 { font-size: clamp(2rem, 3.2vw, 3rem); }
  .cart-store-header h1 { font-size: clamp(2.3rem, 4vw, 3.8rem); }
  .page-hero h1,
  .article-hero h1 { font-size: clamp(2.8rem, 5.5vw, 5rem); }
}

@media (max-width: 767px) {
  .store-home-hero { padding: 1.1rem 0 1.35rem; }
  .store-hero-grid { gap: .85rem; }
  .store-hero-copy h1 {
    max-width: 16ch;
    margin: .4rem 0 .5rem;
    font-size: clamp(1.95rem, 8.1vw, 2.25rem);
    line-height: 1.18;
  }
  html[dir="rtl"] .store-hero-copy h1 {
    max-width: 17ch;
    line-height: 1.22;
  }
  .store-hero-copy > p {
    margin-bottom: .65rem;
    font-size: .84rem;
    line-height: 1.65;
  }
  .store-product-collage { height: 165px; }
  .store-catalog-count { margin-top: .65rem; font-size: .75rem; }

  .store-size-nav,
  .store-products-section { padding: 2.35rem 0; }
  .store-size-heading,
  .store-section-heading {
    margin-bottom: 1.15rem;
    gap: .55rem;
  }
  .store-size-heading h2,
  .store-section-heading h2 {
    font-size: 1.75rem;
    line-height: 1.25;
  }
  .store-section-meta { font-size: .75rem; }

  .catalog-header { padding: 1.3rem 0 1.4rem; }
  .catalog-header h1 {
    font-size: 2rem;
    line-height: 1.18;
  }
  .catalog-header p {
    font-size: .78rem;
    line-height: 1.65;
  }

  .store-product-card h3 {
    min-height: 2.9em;
    font-size: .86rem;
    line-height: 1.45;
  }
  .store-product-purchase > strong { font-size: .72rem; }
  .store-hero-actions .btn,
  .store-product-purchase .btn { min-height: 44px; }

  .store-mobile-actions .navbar-toggler {
    width: 44px;
    height: 44px;
  }

  .store-mobile-search input,
  .catalog-search-form input,
  .store-hero-search input { font-size: 1rem; }

  .product-purchase-panel { padding: 1.05rem; }
  .product-purchase-panel h1 {
    margin: .65rem 0;
    font-size: 1.75rem;
    line-height: 1.28;
  }
  .product-lead {
    font-size: .84rem;
    line-height: 1.65;
  }
  .product-price-row strong { font-size: 1.3rem; }

  .cart-store-header h1 { font-size: 2rem; }
  .page-hero h1,
  .article-hero h1 { font-size: 2.15rem; }
  .quote-process-intro h2 { font-size: 2rem; }
  .store-mobile-nav-links .nav-link { font-size: .84rem; }
  .mobile-commerce-nav a { font-size: .72rem; }
}

@media (max-width: 380px) {
  .store-product-grid,
  .catalog-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .store-product-card .product-image { aspect-ratio: 1; }
  .store-product-card h3 { font-size: .85rem; }
}

/* Purchase journey motion and feedback. */
.site-header { transition: box-shadow var(--motion-base) var(--motion-ease-out); }
.site-header.is-scrolled { box-shadow: 0 10px 32px rgba(0, 10, 28, .24); }

:is(.store-collage-item, .store-product-card, .product-main-image) img {
  opacity: 1;
  filter: none;
  transition: opacity var(--motion-slow) var(--motion-ease-out), filter var(--motion-slow) var(--motion-ease-out), transform var(--motion-base) var(--motion-ease-out);
}
@keyframes storeImageSettle {
  from { opacity: .86; filter: saturate(.9); }
  to { opacity: 1; filter: none; }
}
:is(.store-collage-item, .store-product-card, .product-main-image) img.is-loaded { animation: storeImageSettle 420ms var(--motion-ease-out) both; }
.store-collage-item.store-reveal-on-scroll > span {
  opacity: 0;
  transform: translateY(7px);
  transition: opacity var(--motion-base) var(--motion-ease-out), transform var(--motion-base) var(--motion-ease-out);
  transition-delay: calc(var(--reveal-delay, 0ms) + 100ms);
}
.store-collage-item.store-reveal-on-scroll.is-visible > span { opacity: 1; transform: none; }

.store-reveal-on-scroll.store-reveal-from-start { transform: translateX(-16px); }
.store-reveal-on-scroll.store-reveal-from-end { transform: translateX(16px); }
html[dir="rtl"] .store-reveal-on-scroll.store-reveal-from-start { transform: translateX(16px); }
html[dir="rtl"] .store-reveal-on-scroll.store-reveal-from-end { transform: translateX(-16px); }
.store-reveal-on-scroll:is(.store-reveal-from-start,.store-reveal-from-end).is-visible,
html[dir="rtl"] .store-reveal-on-scroll:is(.store-reveal-from-start,.store-reveal-from-end).is-visible { transform: none; }

@media (max-width: 991.98px) {
  html[dir] .store-reveal-on-scroll.store-reveal-from-start,
  html[dir] .store-reveal-on-scroll.store-reveal-from-end { transform: translateY(10px); }
  html[dir] .store-reveal-on-scroll.store-reveal-from-start.is-visible,
  html[dir] .store-reveal-on-scroll.store-reveal-from-end.is-visible { transform: none; }
}

.checkout-steps li.is-complete { color: rgba(248, 243, 234, .86); }
.checkout-steps li.is-complete b { color: var(--brand-navy); background: rgba(240, 185, 99, .78); border-color: transparent; }
.cart-summary-total { padding-block: 1rem; font-size: .9rem; }
.cart-summary-total strong { color: var(--brand-copper); font-size: 1rem; }
.commerce-checkout-layout { grid-template-columns: minmax(0, 1fr) 380px; }
.commerce-checkout-form > section { padding: 1.7rem; background: var(--brand-paper); border: 1px solid var(--brand-line); border-radius: 8px; }
.commerce-payment-option {
  display: flex;
  min-height: 82px;
  padding: 1rem;
  align-items: flex-start;
  gap: .8rem;
  background: rgba(217, 154, 74, .07);
  border: 1px solid rgba(174, 111, 45, .28);
  border-radius: 7px;
  cursor: pointer;
}
.commerce-payment-option input { margin-top: .2rem; flex: 0 0 auto; }
.commerce-payment-option span { display: flex; flex-direction: column; gap: .35rem; }
.commerce-payment-option strong { color: var(--brand-navy); font-size: .86rem; }
.commerce-payment-option small,
.commerce-checkout-note,
.commerce-summary-note,
.commerce-terms-check { color: var(--brand-muted); font-size: .7rem; line-height: 1.65; }
.commerce-checkout-note { margin: .9rem 0; }
.commerce-terms-check { display: flex; align-items: flex-start; gap: .55rem; }
.commerce-terms-check input { margin-inline-start: 0; flex: 0 0 auto; }
.commerce-terms-check a { color: var(--brand-copper); font-weight: 800; }
.commerce-order-line em { margin-top: .3rem; color: var(--brand-copper); font-size: .66rem; font-style: normal; font-weight: 850; }
.commerce-order-summary .cart-summary-row { margin-top: .5rem; }
.commerce-summary-note { margin: .8rem 0 0; }
.commerce-place-order { min-height: 58px; }
.product-status-badge.is-unavailable { color: #fff; background: rgba(121, 35, 35, .9); }
.product-availability.is-unavailable i { background: var(--brand-danger); box-shadow: 0 0 0 4px rgba(154, 50, 50, .12); }
.product-unavailable-message { display: flex; min-height: 84px; padding: 1rem; justify-content: center; flex-direction: column; gap: .25rem; background: rgba(154, 50, 50, .055); border: 1px solid rgba(154, 50, 50, .22); border-radius: 7px; }
.product-unavailable-message strong { color: var(--brand-danger); font-size: .82rem; }
.product-unavailable-message span { color: var(--brand-muted); font-size: .7rem; line-height: 1.6; }

@media (hover: hover) and (pointer: fine) {
  :is(.store-product-purchase, .product-quote-form) .btn svg { transition: transform var(--motion-fast) var(--motion-ease-out); }
  :is(.store-product-purchase, .product-quote-form) .btn:hover svg { transform: translateX(2px) rotate(-3deg); }
  html[dir="rtl"] :is(.store-product-purchase, .product-quote-form) .btn:hover svg { transform: translateX(-2px) rotate(3deg); }
}

@media (min-width: 992px) and (prefers-reduced-motion: no-preference) {
  @keyframes storeHeroCrestDrift {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(12px, -9px, 0) scale(1.025); }
  }
  .store-home-hero::after { animation: storeHeroCrestDrift 12s ease-in-out infinite; }
}

@media (max-width: 991px) {
  .commerce-checkout-layout { grid-template-columns: 1fr; }
  .store-mobile-nav-drawer.is-opening :is(.store-mobile-language-switch,.store-mobile-nav-links > li,.store-mobile-contact-links > a,.country-menu) {
    animation: storeRevealUp 300ms var(--motion-ease-out) both;
  }
  .store-mobile-nav-drawer.is-opening .store-mobile-nav-links > li:nth-child(1) { animation-delay: 35ms; }
  .store-mobile-nav-drawer.is-opening .store-mobile-nav-links > li:nth-child(2) { animation-delay: 65ms; }
  .store-mobile-nav-drawer.is-opening .store-mobile-nav-links > li:nth-child(3) { animation-delay: 95ms; }
  .store-mobile-nav-drawer.is-opening .store-mobile-nav-links > li:nth-child(4) { animation-delay: 125ms; }
  .store-mobile-nav-drawer.is-opening .store-mobile-contact-links > a { animation-delay: 155ms; }
  .store-mobile-nav-drawer.is-opening .country-menu { animation-delay: 190ms; }
}

@media (max-width: 767px) {
  @keyframes storeMobileCtaEnter {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: none; }
  }
  .product-mobile-cta { animation: storeMobileCtaEnter 260ms var(--motion-ease-out) both; }
  .commerce-checkout-form > section { padding: 1.15rem; }
  .commerce-payment-option { min-height: 76px; padding: .85rem; }
  .commerce-order-summary { position: static; }
  :is(.btn,.store-product-card,.cart-line):active { transform: scale(.985); }
}

@keyframes storeButtonSpin {
  from { transform: translate(-50%, -50%) rotate(0); }
  to { transform: translate(-50%, -50%) rotate(1turn); }
}
button.is-loading { position: relative; color: transparent !important; cursor: wait; opacity: .9; }
button.is-loading > * { visibility: hidden; }
button.is-loading::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  content: "";
  border: 2px solid rgba(240, 185, 99, .38);
  border-top-color: var(--brand-gold-light);
  border-radius: 50%;
  animation: storeButtonSpin .7s linear infinite;
}

@keyframes storeCounterBump {
  45% { transform: scale(1.28); }
}

@keyframes storeActionConfirm {
  40% { transform: translateY(-1px) scale(1.015); }
}

:is([data-quote-cart-count],[data-commerce-cart-count]).is-updated { animation: storeCounterBump 420ms var(--motion-ease-out); }
.btn-dark.is-confirmed {
  color: var(--brand-navy);
  background: var(--brand-gold);
  border-color: var(--brand-gold);
  animation: storeActionConfirm 560ms var(--motion-ease-out);
}
.store-toast::before { content: "✓"; display: inline-grid; width: 1.25rem; height: 1.25rem; margin-inline-end: .55rem; place-items: center; color: var(--brand-navy); background: var(--brand-gold); border-radius: 50%; font-size: .72rem; }
.store-toast.is-error::before { content: "!"; color: #fff; background: var(--brand-danger); }

/* Soft Mineral Editorial — production storefront skin. */
body.theme-soft-mineral {
  --brand-navy: #201f1b;
  --brand-navy-deep: #181713;
  --brand-navy-soft: #2b2823;
  --brand-navy-muted: #4d4841;
  --brand-gold: #966247;
  --brand-gold-ui: #966247;
  --brand-warm: #a56f50;
  --brand-gold-light: #d7b9a6;
  --brand-copper: #75503c;
  --brand-copper-deep: #5e4031;
  --brand-ivory: #f6f3ed;
  --brand-paper: #fffdfc;
  --brand-sand: #ebe4da;
  --brand-line: #ded6cc;
  --brand-line-strong: #8a8178;
  --brand-ink: #201f1b;
  --brand-muted: #716d65;
  --shadow-soft: 0 12px 32px rgba(54, 42, 29, .08);
  --shadow-deep: 0 26px 70px rgba(23, 23, 23, .16);
  --motion-fast: 180ms;
  --motion-base: 280ms;
  --motion-slow: 460ms;
  --motion-ease-out: cubic-bezier(.22, 1, .36, 1);
  --soft-control-shadow: 0 7px 18px rgba(54, 42, 29, .09);
  --soft-control-shadow-hover: 0 12px 28px rgba(54, 42, 29, .14);
  --radius-sm: 12px;
  --radius-md: 20px;
  --store-header-offset: 176px;
  color: var(--brand-ink);
  background: var(--brand-ivory);
}

html:has(body.theme-soft-mineral),
body.theme-soft-mineral { max-width: 100%; overflow-x: clip; }

body.theme-soft-mineral :where(h1, h2, h3, h4, h5, h6) { color: var(--brand-ink); }
body.theme-soft-mineral main:focus { outline: 0; }
body.theme-soft-mineral .container { max-width: 1320px; }
body.theme-soft-mineral .skip-link {
  position: fixed;
  z-index: 2000;
  inset-block-start: 10px;
  inset-inline-start: 12px;
  padding: .72rem 1rem;
  color: #fff;
  background: #171717;
  border-radius: 999px;
  box-shadow: var(--shadow-soft);
  font-size: .8rem;
  font-weight: 800;
  transform: translateY(-160%);
  transition: transform var(--motion-fast) var(--motion-ease-out);
}
body.theme-soft-mineral .skip-link:focus { transform: translateY(0); }
body.theme-soft-mineral [id] { scroll-margin-block-start: var(--store-header-offset); }

body.theme-soft-mineral .btn {
  min-height: 44px;
  border-radius: 999px;
  box-shadow: var(--soft-control-shadow);
  touch-action: manipulation;
  transition: color var(--motion-fast) ease, background-color var(--motion-fast) ease, border-color var(--motion-fast) ease, box-shadow var(--motion-base) var(--motion-ease-out), transform var(--motion-base) var(--motion-ease-out);
}
body.theme-soft-mineral .btn-dark,
body.theme-soft-mineral .btn-dark:disabled {
  color: #fff;
  background: var(--brand-gold-ui);
  border-color: var(--brand-gold-ui);
}
body.theme-soft-mineral .btn-dark:hover,
body.theme-soft-mineral .btn-dark:focus,
body.theme-soft-mineral .btn-dark:active {
  color: #fff !important;
  background: var(--brand-copper) !important;
  border-color: var(--brand-copper) !important;
  box-shadow: 0 10px 24px rgba(117, 80, 60, .2);
}
body.theme-soft-mineral .btn-dark.is-confirmed {
  color: #fff !important;
  background: #24734a !important;
  border-color: #24734a !important;
  box-shadow: 0 10px 24px rgba(36, 115, 74, .22) !important;
}
body.theme-soft-mineral .btn-outline-dark { color: var(--brand-ink); border-color: rgba(32, 31, 27, .48); }
body.theme-soft-mineral .btn-outline-dark:hover,
body.theme-soft-mineral .btn-outline-dark:focus {
  color: #fff;
  background: var(--brand-ink);
  border-color: var(--brand-ink);
}
body.theme-soft-mineral .btn-light { color: var(--brand-ink); background: var(--brand-paper); border-color: var(--brand-paper); }
body.theme-soft-mineral .btn-light:hover,
body.theme-soft-mineral .btn-light:focus { color: #fff; background: var(--brand-gold-ui); border-color: var(--brand-gold-ui); }
body.theme-soft-mineral .btn-outline-light { color: #fff; border-color: rgba(255, 255, 255, .48); }
body.theme-soft-mineral .btn-outline-light:hover,
body.theme-soft-mineral .btn-outline-light:focus { color: var(--brand-ink); background: var(--brand-paper); border-color: var(--brand-paper); }
body.theme-soft-mineral :where(a, button, input, select, textarea, summary, [tabindex]):focus-visible {
  outline-color: var(--brand-copper) !important;
  box-shadow: 0 0 0 5px rgba(246, 243, 237, .92) !important;
}
body.theme-soft-mineral .store-product-card:has(:focus-visible) {
  outline: 3px solid var(--brand-copper);
  outline-offset: 4px;
}

body.theme-soft-mineral .site-header {
  color: #171717;
  background: rgba(250, 245, 242, .97);
  border-bottom: 1px solid rgba(54, 42, 29, .1);
  box-shadow: 0 8px 28px rgba(54, 42, 29, .07);
}
body.theme-soft-mineral .site-header.is-scrolled { box-shadow: 0 12px 34px rgba(54, 42, 29, .11); }
body.theme-soft-mineral .utility-bar {
  padding-block: .46rem;
  color: rgba(255, 255, 255, .76);
  background: #171717;
  border: 0;
}
body.theme-soft-mineral .utility-bar :is(a, span) { color: #f1d9ad; }
body.theme-soft-mineral .store-header-main { padding-block: .78rem; background: #fbfaf7; }
body.theme-soft-mineral .store-header-main .brand-lockup { color: #171717; }
body.theme-soft-mineral .brand-mark-shell {
  background: #171717;
  border-color: rgba(161, 98, 7, .3);
  box-shadow: 0 8px 20px rgba(23, 23, 23, .1);
}
body.theme-soft-mineral .brand-name { color: #171717; }
body.theme-soft-mineral .brand-descriptor { color: #655f59; }
body.theme-soft-mineral .store-header-search {
  height: 48px;
  overflow: visible;
  background: #fff;
  border-color: rgba(54, 42, 29, .2);
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(54, 42, 29, .045);
}
body.theme-soft-mineral .store-header-search button {
  width: 54px;
  color: #fff;
  background: #a16207;
}
html[dir="ltr"] body.theme-soft-mineral .store-header-search button { border-radius: 0 999px 999px 0; }
html[dir="rtl"] body.theme-soft-mineral .store-header-search button { border-radius: 999px 0 0 999px; }
body.theme-soft-mineral .store-header-search button:hover { color: #fff; background: #7a4904; }
body.theme-soft-mineral .smart-search-results {
  margin-top: 5px;
  overflow: hidden auto;
  border: 1px solid rgba(54, 42, 29, .16);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(23, 23, 23, .14);
}
body.theme-soft-mineral .smart-search-results a { color: #171717; border-color: #eee8e1; }
body.theme-soft-mineral .smart-search-results a:hover,
body.theme-soft-mineral .smart-search-results [role="option"].is-active { background: #f3eee8; }
body.theme-soft-mineral .store-action-icon {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
  color: #171717;
  background: #fff;
  border-color: rgba(54, 42, 29, .14);
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(54, 42, 29, .05);
}
body.theme-soft-mineral .store-action-icon svg { width: 20px; height: 20px; }
body.theme-soft-mineral .store-action-icon:hover { color: #fff; background: #a16207; }
body.theme-soft-mineral .store-action-icon > b { color: #fff; background: #171717; }
body.theme-soft-mineral .store-market-button { color: #171717; }
body.theme-soft-mineral .store-market-button :is(small, strong) { color: #171717; }
body.theme-soft-mineral .store-market-button small { color: #655f59; }
body.theme-soft-mineral .store-cart-button {
  min-height: 48px;
  color: #fff;
  background: #171717;
  border-color: #171717;
  border-radius: 999px;
  box-shadow: 0 9px 22px rgba(23, 23, 23, .12);
}
body.theme-soft-mineral .store-cart-button :is(small, strong) { color: #fff; }
body.theme-soft-mineral .store-cart-button small { color: rgba(255, 255, 255, .62); }
body.theme-soft-mineral .store-cart-button > svg { color: #f1d9ad; }
body.theme-soft-mineral .store-cart-button b { color: #171717; background: #f1d9ad; }
body.theme-soft-mineral .store-nav-strip {
  color: #171717;
  background: #f3eee8;
  border-color: rgba(54, 42, 29, .1);
}
body.theme-soft-mineral .store-nav-strip .nav-link {
  margin-block: .38rem;
  padding: .58rem .9rem !important;
  color: #4f4943;
  border-radius: 999px;
}
body.theme-soft-mineral .store-nav-strip .nav-link:hover,
body.theme-soft-mineral .store-nav-strip .nav-link:focus { color: #171717; background: #fff; }
body.theme-soft-mineral .store-nav-strip .store-all-products,
body.theme-soft-mineral .store-nav-strip .store-all-products:hover {
  color: #fff;
  background: #a16207;
}
body.theme-soft-mineral .nav-count-badge { color: #171717; border-color: rgba(23, 23, 23, .22); }

body.theme-soft-mineral .store-home-hero {
  padding: clamp(16px, 2vw, 28px) 0 clamp(48px, 6vw, 80px);
  color: #fff;
  background: transparent;
}
body.theme-soft-mineral .store-home-hero::after { display: none; }
body.theme-soft-mineral .store-hero-slider {
  position: relative;
  isolation: isolate;
  min-height: clamp(590px, 78svh, 820px);
  overflow: hidden;
  background: var(--brand-navy-deep);
  border: 1px solid rgba(32, 31, 27, .12);
  border-radius: 28px;
  box-shadow: 0 24px 64px rgba(54, 42, 29, .12);
}
body.theme-soft-mineral .store-hero-slider::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(24, 23, 19, .12) 36%, rgba(24, 23, 19, .7) 100%),
    linear-gradient(90deg, rgba(24, 23, 19, .91) 0%, rgba(24, 23, 19, .68) 36%, rgba(24, 23, 19, .12) 74%, rgba(24, 23, 19, .28) 100%);
}
html[dir="rtl"] body.theme-soft-mineral .store-hero-slider::after {
  background:
    linear-gradient(180deg, rgba(24, 23, 19, .12) 36%, rgba(24, 23, 19, .7) 100%),
    linear-gradient(270deg, rgba(24, 23, 19, .91) 0%, rgba(24, 23, 19, .68) 36%, rgba(24, 23, 19, .12) 74%, rgba(24, 23, 19, .28) 100%);
}
body.theme-soft-mineral .store-hero-slides,
body.theme-soft-mineral .store-hero-slide { position: absolute; inset: 0; width: 100%; height: 100%; }
body.theme-soft-mineral .store-hero-slide {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: none !important;
  transition: opacity 680ms var(--motion-ease-out), visibility 680ms step-end;
}
body.theme-soft-mineral .store-hero-slide.active,
body.theme-soft-mineral .store-hero-slide.carousel-item-next.carousel-item-start,
body.theme-soft-mineral .store-hero-slide.carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition: opacity 680ms var(--motion-ease-out), visibility 0s step-start;
}
body.theme-soft-mineral .store-hero-slide.active.carousel-item-start,
body.theme-soft-mineral .store-hero-slide.active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  visibility: visible;
}
body.theme-soft-mineral .store-hero-slide-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 1;
  filter: none;
  transform: scale(1);
  transition: transform 7.4s cubic-bezier(.2, .7, .2, 1);
}
body.theme-soft-mineral .store-hero-slide:nth-child(1) .store-hero-slide-image { object-position: 66% 66%; }
body.theme-soft-mineral .store-hero-slide:nth-child(2) .store-hero-slide-image { object-position: 62% 58%; }
body.theme-soft-mineral .store-hero-slide:nth-child(3) .store-hero-slide-image { object-position: 56% 58%; }
body.theme-soft-mineral .store-hero-slider.is-ready .store-hero-slide.active .store-hero-slide-image { transform: scale(1.03); }
body.theme-soft-mineral .store-hero-copy {
  position: absolute;
  z-index: 3;
  inset: 0;
  display: flex;
  max-width: min(720px, 58%);
  padding: clamp(42px, 6vw, 88px);
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  pointer-events: none;
}
body.theme-soft-mineral .store-hero-copy h1 {
  max-width: 11ch;
  margin: .85rem 0 1.15rem;
  color: #fff;
  font-size: clamp(3rem, 5vw, 5.15rem);
  line-height: .98;
  text-wrap: balance;
}
html[dir="rtl"] body.theme-soft-mineral .store-hero-copy h1 { max-width: 12ch; }
body.theme-soft-mineral .store-home-hero .store-kicker { color: #e4c4b0; }
body.theme-soft-mineral .store-hero-copy > p {
  max-width: 52ch;
  color: rgba(255, 255, 255, .82);
  font-size: clamp(.95rem, 1.15vw, 1.08rem);
  line-height: 1.8;
}
body.theme-soft-mineral .store-hero-actions {
  display: flex;
  margin-top: 1.5rem;
  gap: .75rem;
  flex-wrap: wrap;
  pointer-events: auto;
}
body.theme-soft-mineral .store-hero-actions .btn { min-height: 48px; padding-inline: 1.35rem; }
body.theme-soft-mineral .store-catalog-count {
  margin-top: 1rem;
  color: rgba(255, 255, 255, .68);
  font-size: .78rem;
}
body.theme-soft-mineral .store-hero-product-link {
  position: absolute;
  z-index: 4;
  inset-inline-end: clamp(24px, 3vw, 46px);
  inset-block-end: clamp(26px, 3vw, 44px);
  display: grid;
  width: min(320px, 31vw);
  min-height: 84px;
  padding: 14px 18px;
  color: #fff;
  background: rgba(32, 31, 27, .7);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(24, 23, 19, .2);
  backdrop-filter: blur(16px);
  text-decoration: none;
  transition: background-color var(--motion-base) ease, border-color var(--motion-base) ease, transform var(--motion-base) var(--motion-ease-out);
}
body.theme-soft-mineral .store-hero-product-link:hover,
body.theme-soft-mineral .store-hero-product-link:focus-visible { color: #fff; background: rgba(117, 80, 60, .9); border-color: rgba(255, 255, 255, .34); transform: translateY(-2px); }
body.theme-soft-mineral .store-hero-product-link small { color: #e4c4b0; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
body.theme-soft-mineral .store-hero-product-link strong { overflow: hidden; font-size: .9rem; text-overflow: ellipsis; white-space: nowrap; }
body.theme-soft-mineral .store-hero-product-link span { color: rgba(255, 255, 255, .67); font-size: .7rem; }
body.theme-soft-mineral .store-hero-controls {
  position: absolute;
  z-index: 5;
  inset-inline-start: clamp(28px, 4vw, 58px);
  inset-block-end: clamp(26px, 3vw, 44px);
  display: flex;
  min-height: 48px;
  padding: 2px;
  align-items: center;
  gap: 2px;
  background: rgba(32, 31, 27, .56);
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 999px;
  backdrop-filter: blur(14px);
}
body.theme-soft-mineral .store-hero-control,
body.theme-soft-mineral .store-hero-pagination button {
  display: inline-grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 50%;
  touch-action: manipulation;
  transition: color var(--motion-fast) ease, background-color var(--motion-fast) ease, transform var(--motion-fast) var(--motion-ease-out);
}
body.theme-soft-mineral .store-hero-control:hover,
body.theme-soft-mineral .store-hero-pagination button:hover { color: #fff; background: rgba(255, 255, 255, .14); }
body.theme-soft-mineral .store-hero-control:active,
body.theme-soft-mineral .store-hero-pagination button:active { transform: scale(.94); }
body.theme-soft-mineral .store-hero-control svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
html[dir="rtl"] body.theme-soft-mineral .store-hero-control svg { transform: scaleX(-1); }
body.theme-soft-mineral .store-hero-pagination { display: flex; align-items: center; }
body.theme-soft-mineral .store-hero-pagination button span {
  width: 7px;
  height: 7px;
  background: rgba(255, 255, 255, .5);
  border-radius: 999px;
  transition: width var(--motion-base) var(--motion-ease-out), background-color var(--motion-fast) ease;
}
body.theme-soft-mineral .store-hero-pagination button[aria-current="true"] span { width: 25px; background: #fff; }
body.theme-soft-mineral .store-hero-copy .store-reveal-on-scroll { transform: translateY(18px); }
body.theme-soft-mineral .store-hero-copy .store-reveal-on-scroll.is-visible { transform: none; }

/* Warm architectural palette applied consistently across the active storefront. */
body.theme-soft-mineral .site-header { color: var(--brand-ink); background: rgba(246, 243, 237, .97); }
body.theme-soft-mineral .utility-bar,
body.theme-soft-mineral .page-hero,
body.theme-soft-mineral .article-hero,
body.theme-soft-mineral .site-footer { background: var(--brand-navy); }
body.theme-soft-mineral .store-header-main,
body.theme-soft-mineral .store-size-nav,
body.theme-soft-mineral .catalog-filter-drawer { background: var(--brand-paper); }
body.theme-soft-mineral .store-nav-strip,
body.theme-soft-mineral .store-mobile-language-switch,
body.theme-soft-mineral .store-mobile-contact-links a { background: #efe8e0; }
body.theme-soft-mineral .store-products-section,
body.theme-soft-mineral .product-store-page,
body.theme-soft-mineral .quote-process-section { background: var(--brand-ivory); }
body.theme-soft-mineral .catalog-header,
body.theme-soft-mineral .cart-store-header { color: var(--brand-ink); background: #eee8df; }
body.theme-soft-mineral .quote-process-card,
body.theme-soft-mineral .quote-process-intro,
body.theme-soft-mineral .product-purchase-panel { background: var(--brand-copper-deep); }
body.theme-soft-mineral .quote-process-steps { background: var(--brand-copper); }
body.theme-soft-mineral .site-footer { border-radius: 28px 28px 0 0; }
body.theme-soft-mineral :is(.store-action-icon:hover, .store-header-search button, .catalog-search-form button, .store-nav-strip .store-all-products, .store-mobile-nav-links .store-all-products) { color: #fff; background: var(--brand-gold-ui); }
body.theme-soft-mineral :is(.brand-name, .store-header-main .brand-lockup, .store-market-button, .store-market-button strong, .store-product-card h3 a, .store-product-purchase > strong, .catalog-filter-title h2, .catalog-filter-group label, .product-information-grid summary, .cart-store-header, .cart-store-header h1) { color: var(--brand-ink); }
body.theme-soft-mineral :is(.brand-descriptor, .store-market-button small, .store-product-card p, .store-size-links small, .catalog-header p, .checkout-steps li) { color: var(--brand-muted); }
body.theme-soft-mineral :is(.store-size-links span, .catalog-header .store-kicker, .cart-store-header .store-kicker, .store-benefit-grid b) { color: var(--brand-copper); }
body.theme-soft-mineral .store-size-links a:hover,
body.theme-soft-mineral .page-link.active,
body.theme-soft-mineral .active > .page-link { color: #fff; background: var(--brand-ink); border-color: var(--brand-ink); }
body.theme-soft-mineral .brand-mark-shell,
body.theme-soft-mineral .store-cart-button { background: var(--brand-navy); border-color: var(--brand-navy); }
body.theme-soft-mineral .commerce-payment-option { background: #f4eee8; border-color: rgba(150, 98, 71, .28); }

body.theme-soft-mineral .store-products-section {
  padding-block: clamp(3.3rem, 6vw, 6rem);
  background: var(--brand-ivory);
  border-block: 1px solid rgba(54, 42, 29, .08);
}
body.theme-soft-mineral .store-section-heading,
body.theme-soft-mineral .store-size-heading { align-items: center; }
body.theme-soft-mineral .store-section-heading {
  padding-bottom: clamp(1.35rem, 3vw, 2.35rem);
  border-color: rgba(54, 42, 29, .14);
}
body.theme-soft-mineral .store-size-heading h2,
body.theme-soft-mineral .store-section-heading h2 {
  font-size: clamp(2rem, 3.2vw, 3.25rem);
  letter-spacing: -.025em;
}
body.theme-soft-mineral .store-product-grid { gap: clamp(2rem, 3.4vw, 3.5rem) clamp(1rem, 1.8vw, 1.8rem); }
body.theme-soft-mineral .store-product-card {
  position: relative;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: transform var(--motion-base) var(--motion-ease-out), filter var(--motion-base) var(--motion-ease-out);
}
body.theme-soft-mineral .store-product-card .product-image {
  display: grid;
  padding: clamp(10px, 1.2vw, 16px);
  place-items: center;
  overflow: hidden;
  background: #e9e2d9;
  border: 1px solid rgba(54, 42, 29, .08);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(54, 42, 29, .07);
  transition: border-color var(--motion-base) ease, box-shadow var(--motion-base) var(--motion-ease-out), background-color var(--motion-base) ease;
}
body.theme-soft-mineral .store-product-card .product-image::after { border-radius: inherit; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2); }
body.theme-soft-mineral .store-product-card .product-image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 14px;
  transition: transform var(--motion-slow) cubic-bezier(0, 0, .3, 1);
}
body.theme-soft-mineral .product-status-badge {
  inset-block-start: 12px;
  inset-inline-start: 12px;
  min-height: 30px;
  padding: .42rem .65rem;
  color: #171717;
  background: rgba(255, 255, 255, .93);
  border: 1px solid rgba(54, 42, 29, .08);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(54, 42, 29, .08);
}
body.theme-soft-mineral .product-view-link {
  inset: auto 12px 12px;
  display: inline-flex;
  width: fit-content;
  min-height: 40px;
  padding: .58rem .8rem;
  align-items: center;
  gap: .5rem;
  color: #fff;
  background: #a16207;
  border-radius: 999px;
  opacity: 1;
  transform: none;
}
body.theme-soft-mineral .product-view-link svg { width: 16px; height: 16px; }
html[dir="rtl"] body.theme-soft-mineral .product-view-link svg { transform: scaleX(-1); }
body.theme-soft-mineral .store-product-body { min-height: 218px; padding: 17px 4px 2px; }
body.theme-soft-mineral .store-product-meta { color: #746c65; font-size: .74rem; }
body.theme-soft-mineral .store-product-card h3 { min-height: 2.8em; margin: .55rem 0 .4rem; font-size: 1rem; line-height: 1.4; }
body.theme-soft-mineral .store-product-card h3 a { color: #171717; }
body.theme-soft-mineral .store-product-card p { color: #655f59; }
body.theme-soft-mineral .store-product-purchase { padding-top: .85rem; border-color: rgba(54, 42, 29, .12); }
body.theme-soft-mineral .store-product-purchase > strong { color: #171717; font-size: .82rem; }
body.theme-soft-mineral .store-product-purchase .btn { min-height: 44px; padding-inline: .85rem; }
body.theme-soft-mineral .store-product-card > .store-product-body > .storefront-collection-actions {
  position: absolute;
  z-index: 3;
  inset-block-start: 12px;
  inset-inline-end: 12px;
  display: flex;
  margin: 0;
  gap: 8px;
}
body.theme-soft-mineral .store-product-card .storefront-collection-actions .btn {
  display: grid;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 0;
  place-items: center;
  color: #171717;
  background: rgba(255, 255, 255, .92);
  border-color: rgba(54, 42, 29, .12);
  border-radius: 50%;
  box-shadow: 0 7px 18px rgba(54, 42, 29, .08);
}
body.theme-soft-mineral .collection-action-icon { display: grid; place-items: center; }
body.theme-soft-mineral .collection-action-icon svg { width: 19px; height: 19px; }
body.theme-soft-mineral .collection-action-icon svg.is-filled { fill: currentColor; }
body.theme-soft-mineral .store-product-card .collection-action-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.theme-soft-mineral .store-benefits {
  color: #171717;
  background: #fbfaf7;
  border-color: rgba(54, 42, 29, .1);
}
body.theme-soft-mineral .store-benefit-grid > div { border-color: rgba(54, 42, 29, .1); }
body.theme-soft-mineral .store-benefit-grid b { color: #8a5608; }
body.theme-soft-mineral .store-size-nav { padding-block: clamp(3.2rem, 6vw, 5.5rem); background: #fbfaf7; border-color: rgba(54, 42, 29, .1); }
body.theme-soft-mineral .store-size-links { gap: 14px; }
body.theme-soft-mineral .store-size-links a {
  min-height: 112px;
  color: #171717;
  background: #f3eee8;
  border-color: rgba(54, 42, 29, .1);
  border-radius: 20px;
}
body.theme-soft-mineral .store-size-links a::after { opacity: .045; }
body.theme-soft-mineral .store-size-links a:hover { color: #fff; background: #171717; border-color: #171717; }
body.theme-soft-mineral .store-size-links span { color: #8a5608; }
body.theme-soft-mineral .store-size-links a:hover span { color: #d7b985; }
body.theme-soft-mineral .store-size-links small { color: #655f59; }
body.theme-soft-mineral .store-size-links a:hover small { color: rgba(255, 255, 255, .68); }
body.theme-soft-mineral .quote-process-section { padding-block: clamp(3.2rem, 6vw, 5.5rem); background: #faf5f2; }
body.theme-soft-mineral .quote-process-card { overflow: hidden; background: #171717; border-radius: 28px; box-shadow: var(--shadow-deep); }
body.theme-soft-mineral .quote-process-intro { background: #171717; }
body.theme-soft-mineral .quote-process-steps { background: #24211e; }

body.theme-soft-mineral .catalog-header {
  padding-block: clamp(2.6rem, 5vw, 4.7rem);
  color: #171717;
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 255, 255, .95), transparent 24rem),
    linear-gradient(145deg, #f4f0ea, #eee8e0);
  border-color: rgba(54, 42, 29, .1);
}
body.theme-soft-mineral .catalog-header .store-breadcrumb { color: #746c65; }
body.theme-soft-mineral .catalog-header .store-kicker { color: #8a5608; }
body.theme-soft-mineral .catalog-header h1 {
  color: #171717;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  letter-spacing: -.035em;
}
body.theme-soft-mineral .catalog-header p { max-width: 42ch; color: #655f59; }
body.theme-soft-mineral .catalog-store-section { padding-block: clamp(2rem, 4vw, 4rem) clamp(4rem, 7vw, 7rem); }
body.theme-soft-mineral .catalog-layout { grid-template-columns: 280px minmax(0, 1fr); gap: clamp(1.5rem, 3vw, 2.6rem); }
body.theme-soft-mineral .catalog-sidebar { top: var(--store-header-offset); }
body.theme-soft-mineral .catalog-filter-form {
  padding: 1.35rem;
  background: rgba(255, 255, 255, .92);
  border-color: rgba(54, 42, 29, .12);
  border-radius: 22px;
  box-shadow: var(--shadow-soft);
}
body.theme-soft-mineral .catalog-filter-title h2,
body.theme-soft-mineral .catalog-filter-group label { color: #171717; }
body.theme-soft-mineral .catalog-filter-group { border-color: #eee8e1; }
body.theme-soft-mineral :is(.form-control, .form-select) {
  color: #171717;
  background-color: #fff;
  border-color: #8d8175;
  border-radius: 12px;
}
body.theme-soft-mineral .catalog-toolbar {
  margin-bottom: 1.35rem;
  padding: 10px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(54, 42, 29, .1);
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(54, 42, 29, .05);
}
body.theme-soft-mineral .catalog-search-form { background: #f8f5f1; border-color: rgba(54, 42, 29, .12); border-radius: 999px; }
body.theme-soft-mineral .catalog-search-form button { color: #fff; background: #a16207; }
html[dir="ltr"] body.theme-soft-mineral .catalog-search-form button { border-radius: 0 999px 999px 0; }
html[dir="rtl"] body.theme-soft-mineral .catalog-search-form button { border-radius: 999px 0 0 999px; }
body.theme-soft-mineral .active-filter-chips a { color: #171717; background: #fff; border-color: rgba(54, 42, 29, .16); }
body.theme-soft-mineral .active-filter-chips .clear-filter-chip { color: #7a4904; background: transparent; }
body.theme-soft-mineral .catalog-product-grid { gap-block: clamp(2.4rem, 4vw, 4.2rem); }

body.theme-soft-mineral .catalog-empty { background: #fff; border-color: rgba(54, 42, 29, .12); border-radius: 24px; }
body.theme-soft-mineral .catalog-filter-drawer { background: #fbfaf7; }
body.theme-soft-mineral .catalog-filter-drawer .offcanvas-header { color: #fff; background: #171717; }
body.theme-soft-mineral .catalog-filter-drawer .offcanvas-header h2 { color: #fff; }
body.theme-soft-mineral .page-link {
  display: grid;
  min-width: 44px;
  min-height: 44px;
  place-items: center;
  color: #171717;
  background: #fff;
  border-color: rgba(54, 42, 29, .14);
}
body.theme-soft-mineral .active > .page-link,
body.theme-soft-mineral .page-link.active { color: #fff; background: #171717; border-color: #171717; }

body.theme-soft-mineral .product-store-page { background: #faf5f2; }
body.theme-soft-mineral .product-store-layout { grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr); gap: clamp(1.5rem, 4vw, 4.5rem); }
body.theme-soft-mineral .product-main-image {
  padding: clamp(12px, 2vw, 24px);
  background: #e9e2d9;
  border-color: rgba(54, 42, 29, .1);
  border-radius: 28px;
  box-shadow: 0 20px 54px rgba(54, 42, 29, .09);
}
body.theme-soft-mineral .product-main-image img { object-fit: contain; border-radius: 18px; }
body.theme-soft-mineral .product-main-image > span { border-radius: 999px; }
body.theme-soft-mineral .product-thumbnails { gap: 10px; }
body.theme-soft-mineral .product-thumbnails button {
  width: 82px;
  padding: 5px;
  background: #fff;
  border-color: rgba(54, 42, 29, .16);
  border-radius: 14px;
}
body.theme-soft-mineral .product-thumbnails img { object-fit: contain; border-radius: 9px; }
body.theme-soft-mineral .product-purchase-panel {
  top: var(--store-header-offset);
  padding: clamp(1.5rem, 3vw, 2.5rem);
  color: #fff;
  background:
    radial-gradient(circle at 88% 4%, rgba(161, 98, 7, .22), transparent 34%),
    #171717;
  border-color: #171717;
  border-top: 0;
  border-radius: 28px;
  box-shadow: 0 26px 66px rgba(23, 23, 23, .16);
}
body.theme-soft-mineral .product-purchase-panel h1,
body.theme-soft-mineral .product-purchase-panel .product-price-row strong,
body.theme-soft-mineral .product-purchase-panel .product-quote-form > label,
body.theme-soft-mineral .product-purchase-panel .product-market-note strong,
body.theme-soft-mineral .product-purchase-panel .product-quick-specs strong { color: #fff; }
body.theme-soft-mineral .product-purchase-topline { color: #d7b985; }
body.theme-soft-mineral .product-lead,
body.theme-soft-mineral .product-price-row small,
body.theme-soft-mineral .product-purchase-panel .product-market-note span,
body.theme-soft-mineral .product-purchase-panel .product-quick-specs small { color: rgba(255, 255, 255, .65); }
body.theme-soft-mineral .product-price-row { border-color: rgba(255, 255, 255, .14); }
body.theme-soft-mineral .product-availability { color: #9bd7b2; }
body.theme-soft-mineral .product-availability i { background: #74c695; box-shadow: 0 0 0 4px rgba(116, 198, 149, .14); }
body.theme-soft-mineral .product-quote-controls .qty { background: #fff; border-color: #fff; }
body.theme-soft-mineral .product-purchase-panel .product-whatsapp { color: #fff; border-color: rgba(255, 255, 255, .4); }
body.theme-soft-mineral .product-purchase-panel .product-whatsapp:hover { color: #171717; background: #fff; border-color: #fff; }
body.theme-soft-mineral .product-market-note { background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .1); border-radius: 16px; }
body.theme-soft-mineral .product-quick-specs { border-color: rgba(255, 255, 255, .14); border-radius: 16px; }
body.theme-soft-mineral .product-quick-specs > div { border-color: rgba(255, 255, 255, .14); }
body.theme-soft-mineral .product-purchase-panel > .storefront-collection-actions .btn { color: #fff; border-color: rgba(255, 255, 255, .36); }
body.theme-soft-mineral .product-purchase-panel > .storefront-collection-actions .btn:hover { color: #171717; background: #fff; border-color: #fff; }
body.theme-soft-mineral .product-information-grid { max-width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); }
body.theme-soft-mineral .product-information-grid details,
body.theme-soft-mineral .product-reviews { background: #fff; border-color: rgba(54, 42, 29, .12); border-radius: 22px; }
body.theme-soft-mineral .product-information-grid summary { min-height: 52px; color: #171717; }

body.theme-soft-mineral .cart-store-header {
  color: #171717;
  background: linear-gradient(145deg, #f4f0ea, #eee8e0);
  border-bottom: 1px solid rgba(54, 42, 29, .1);
}
body.theme-soft-mineral .cart-store-header h1 { color: #171717; }
body.theme-soft-mineral .cart-store-header .store-kicker { color: #8a5608; }
body.theme-soft-mineral .cart-store-header .store-breadcrumb { color: #746c65; }
body.theme-soft-mineral .checkout-steps li { color: #655f59; }
body.theme-soft-mineral .checkout-steps li::after { background: rgba(54, 42, 29, .16); }
body.theme-soft-mineral .checkout-steps b { border-color: rgba(54, 42, 29, .3); }
body.theme-soft-mineral .checkout-steps li.active { color: #171717; }
body.theme-soft-mineral .checkout-steps li.active b,
body.theme-soft-mineral .checkout-steps li.is-complete b { color: #fff; background: #a16207; }
body.theme-soft-mineral :is(.cart-lines-card, .cart-summary-card, .quote-checkout-form > section, .quote-products-summary, .commerce-checkout-form > section, .commerce-order-summary) {
  background: #fff;
  border-color: rgba(54, 42, 29, .12);
  border-radius: 22px;
  box-shadow: 0 12px 32px rgba(54, 42, 29, .055);
}
body.theme-soft-mineral :is(.cart-summary-card, .quote-products-summary, .commerce-order-summary) { top: var(--store-header-offset); border-top: 0; }
body.theme-soft-mineral .cart-line-image { padding: 6px; background: #e9e2d9; border-radius: 16px; }
body.theme-soft-mineral .cart-line-image img,
body.theme-soft-mineral .quote-summary-product img { object-fit: contain; border-radius: 10px; }
body.theme-soft-mineral .commerce-payment-option { background: #f8f4ef; border-color: rgba(161, 98, 7, .25); border-radius: 16px; }
body.theme-soft-mineral .empty-cart-state { background: #fff; border-color: rgba(54, 42, 29, .12); border-radius: 28px; }

body.theme-soft-mineral .page-hero,
body.theme-soft-mineral .article-hero { background: #171717; }
body.theme-soft-mineral .site-footer {
  margin-top: 0;
  color: rgba(255, 255, 255, .72);
  background: #171717;
  border-radius: 32px 32px 0 0;
}
body.theme-soft-mineral .site-footer h4,
body.theme-soft-mineral .site-footer h6 { color: #f1d9ad; }
body.theme-soft-mineral .site-footer a { color: rgba(255, 255, 255, .76); }
body.theme-soft-mineral .site-footer a:hover { color: #f1d9ad; }
body.theme-soft-mineral .store-toast { color: #fff; background: #171717; border-color: rgba(161, 98, 7, .5); border-radius: 16px; }
body.theme-soft-mineral .whatsapp-float { background: #25d366; border-color: #fff; }

@keyframes softMineralPageEnter {
  from { opacity: .96; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: no-preference) {
  body.theme-soft-mineral main { animation: softMineralPageEnter 440ms var(--motion-ease-out) both; }
}

@media (hover: hover) and (pointer: fine) {
  body.theme-soft-mineral .btn:not(:disabled):hover { box-shadow: var(--soft-control-shadow-hover); transform: translateY(-1px); }
  body.theme-soft-mineral .store-product-card:hover,
  body.theme-soft-mineral .store-product-card.store-reveal-on-scroll.is-visible:hover { box-shadow: none; transform: translateY(-3px); }
  body.theme-soft-mineral .store-product-card:hover .product-image {
    border-color: rgba(161, 98, 7, .22);
    box-shadow: 0 22px 48px rgba(54, 42, 29, .13);
  }
  body.theme-soft-mineral .store-product-card:hover .product-image img { transform: scale(1.035); }
  body.theme-soft-mineral .store-product-card:hover .product-view-link { box-shadow: 0 10px 22px rgba(122, 73, 4, .22); transform: translateY(-2px); }
  body.theme-soft-mineral .store-product-card .storefront-collection-actions .btn:hover { color: #fff; background: #a16207; border-color: #a16207; transform: translateY(-2px); }
}

body.theme-soft-mineral .btn:not(:disabled):active { box-shadow: 0 4px 10px rgba(54, 42, 29, .1); transform: scale(.985); }

@media (max-width: 1199.98px) {
  body.theme-soft-mineral { --store-header-offset: 170px; }
  body.theme-soft-mineral .store-hero-copy { max-width: 62%; padding: clamp(38px, 5vw, 64px); }
}

@media (max-width: 991.98px) {
  body.theme-soft-mineral { --store-header-offset: 112px; }
  body.theme-soft-mineral:not([data-commerce-page="product"]) { padding-bottom: calc(88px + env(safe-area-inset-bottom)); }
  body.theme-soft-mineral .site-header { background: #fbfaf7; }
  body.theme-soft-mineral .store-header-main { padding-block: .55rem; }
  body.theme-soft-mineral .store-mobile-language-quick,
  body.theme-soft-mineral .store-mobile-actions .navbar-toggler {
    width: 44px;
    height: 44px;
    color: #171717;
    background: #fff;
    border-color: rgba(54, 42, 29, .18);
    border-radius: 50%;
    box-shadow: 0 7px 18px rgba(54, 42, 29, .07);
  }
  body.theme-soft-mineral .store-mobile-actions .navbar-toggler-icon {
    background: linear-gradient(#171717, #171717) top / 100% 2px no-repeat,
      linear-gradient(#171717, #171717) bottom / 100% 2px no-repeat;
  }
  body.theme-soft-mineral .store-mobile-actions .navbar-toggler-icon::after { background: #171717; }
  body.theme-soft-mineral .store-mobile-search { height: 44px; }
  body.theme-soft-mineral .store-mobile-nav-drawer {
    color: #171717;
    background: #fbfaf7;
    border-color: rgba(54, 42, 29, .14);
  }
  body.theme-soft-mineral .store-mobile-nav-drawer .offcanvas-header { border-color: rgba(54, 42, 29, .12); }
  body.theme-soft-mineral .store-mobile-nav-drawer .btn-close { width: 44px; height: 44px; filter: none; }
  body.theme-soft-mineral .store-mobile-nav-drawer .brand-name { color: #171717; }
  body.theme-soft-mineral .store-mobile-language-switch {
    color: #171717;
    background: #f3eee8;
    border-color: rgba(54, 42, 29, .14);
    border-radius: 16px;
    box-shadow: none;
  }
  body.theme-soft-mineral .store-mobile-language-switch :is(small, strong) { color: #171717; }
  body.theme-soft-mineral .store-mobile-language-switch > bdi { color: #fff; background: #171717; border-radius: 50%; }
  body.theme-soft-mineral .store-mobile-nav-links .nav-link { color: #3f3831; border-color: rgba(54, 42, 29, .1); }
  body.theme-soft-mineral .store-mobile-nav-links .store-all-products { color: #fff; background: #a16207; border-radius: 999px; }
  body.theme-soft-mineral .store-mobile-contact-links a { color: #171717; background: #f3eee8; border-color: rgba(54, 42, 29, .12); border-radius: 14px; }
  body.theme-soft-mineral .store-mobile-contact-links a span { color: #655f59; }
  body.theme-soft-mineral .store-hero-slider { min-height: clamp(540px, 69svh, 700px); border-radius: 24px; }
  body.theme-soft-mineral .store-hero-copy { max-width: 68%; padding: clamp(32px, 6vw, 52px); }
  body.theme-soft-mineral .store-hero-product-link { width: min(280px, 34vw); }
  body.theme-soft-mineral .catalog-layout { display: block; }
  body.theme-soft-mineral .catalog-mobile-controls {
    position: sticky;
    z-index: 8;
    top: var(--store-header-offset);
    padding-block: 8px;
    background: rgba(250, 245, 242, .94);
    backdrop-filter: blur(14px);
    transition: top var(--motion-base) var(--motion-ease-out);
  }
  body.theme-soft-mineral:has(.site-header.is-compact) .catalog-mobile-controls { top: 60px; }
  body.theme-soft-mineral .catalog-mobile-controls :is(.btn, .form-select) { min-height: 48px; border-radius: 999px; touch-action: manipulation; }
  body.theme-soft-mineral .store-product-grid,
  body.theme-soft-mineral .catalog-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.theme-soft-mineral .product-store-layout { grid-template-columns: 1fr; }
  body.theme-soft-mineral .product-purchase-panel { position: static; }
  body.theme-soft-mineral .product-information-grid { grid-template-columns: 1fr; }
  body.theme-soft-mineral .product-view-link { min-height: 44px; }
  body.theme-soft-mineral .mobile-commerce-nav {
    inset-inline: 10px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    height: 64px;
    min-height: 64px;
    padding-bottom: 0;
    color: #655f59;
    background: rgba(255, 255, 255, .96);
    border: 1px solid rgba(54, 42, 29, .12);
    border-radius: 20px;
    box-shadow: 0 14px 38px rgba(54, 42, 29, .16);
    backdrop-filter: blur(18px);
  }
  body.theme-soft-mineral .mobile-commerce-nav a {
    margin: 6px 3px;
    color: #655f59;
    border-radius: 15px;
    touch-action: manipulation;
    transition: color var(--motion-fast) ease, background-color var(--motion-fast) ease, transform var(--motion-fast) var(--motion-ease-out);
  }
  body.theme-soft-mineral .mobile-commerce-nav a:active { transform: scale(.96); }
  body.theme-soft-mineral .mobile-commerce-nav svg { color: #655f59; transition: color var(--motion-fast) ease, transform var(--motion-base) var(--motion-ease-out); }
  body.theme-soft-mineral .mobile-commerce-nav a[aria-current="page"] { color: #171717; background: #f3eee8; }
  body.theme-soft-mineral .mobile-commerce-nav a[aria-current="page"]::before { display: none; }
  body.theme-soft-mineral .mobile-commerce-nav a[aria-current="page"] svg { color: #a16207; transform: translateY(-1px); }
  body.theme-soft-mineral .mobile-commerce-nav b { top: 2px; color: #fff; background: #171717; border: 2px solid #fff; }
  body.theme-soft-mineral .product-mobile-cta { background: rgba(23, 23, 23, .98); border-color: rgba(215, 185, 133, .2); backdrop-filter: blur(16px); }
}

@media (max-width: 767.98px) {
  body.theme-soft-mineral .store-home-hero { padding-top: 12px; }
  body.theme-soft-mineral .store-hero-slider { min-height: clamp(470px, 64svh, 620px); border-radius: 22px; }
  body.theme-soft-mineral .store-hero-slider::after,
  html[dir="rtl"] body.theme-soft-mineral .store-hero-slider::after {
    background: linear-gradient(180deg, rgba(24, 23, 19, .2) 12%, rgba(24, 23, 19, .48) 48%, rgba(24, 23, 19, .94) 100%);
  }
  body.theme-soft-mineral .store-hero-slide:nth-child(1) .store-hero-slide-image { object-position: 70% 62%; }
  body.theme-soft-mineral .store-hero-slide:nth-child(2) .store-hero-slide-image { object-position: 64% 57%; }
  body.theme-soft-mineral .store-hero-slide:nth-child(3) .store-hero-slide-image { object-position: 58% 58%; }
  body.theme-soft-mineral .store-hero-copy {
    max-width: none;
    padding: 30px 26px 92px;
    justify-content: flex-end;
  }
  body.theme-soft-mineral .store-hero-copy h1 { max-width: 14ch; margin-block: .55rem .7rem; font-size: clamp(2.05rem, 9vw, 3rem); line-height: 1.03; }
  body.theme-soft-mineral .store-hero-copy > p { max-width: 39ch; margin-bottom: 0; font-size: clamp(.78rem, 3.6vw, .9rem); line-height: 1.65; }
  body.theme-soft-mineral .store-hero-actions { width: 100%; margin-top: 1rem; }
  body.theme-soft-mineral .store-hero-actions .btn { min-height: 44px; padding-inline: 1rem; font-size: .78rem; }
  body.theme-soft-mineral .store-catalog-count { margin-top: .65rem; font-size: .68rem; }
  body.theme-soft-mineral .store-hero-product-link { display: none; }
  body.theme-soft-mineral .store-hero-controls { inset-inline-start: 20px; inset-block-end: 18px; }
  body.theme-soft-mineral .store-section-heading,
  body.theme-soft-mineral .store-size-heading { align-items: flex-start; }
  body.theme-soft-mineral .catalog-header { padding-block: 1.2rem 1.35rem; }
  body.theme-soft-mineral .catalog-header .store-breadcrumb { margin-bottom: .65rem; }
  body.theme-soft-mineral .catalog-header-row { gap: .35rem; }
  body.theme-soft-mineral .catalog-header .store-kicker { font-size: .68rem; }
  body.theme-soft-mineral .catalog-header h1 { margin-top: .2rem; font-size: clamp(2rem, 8.5vw, 2.65rem); line-height: 1.08; }
  body.theme-soft-mineral .catalog-header p { font-size: .8rem; line-height: 1.65; }
  body.theme-soft-mineral .catalog-store-section { padding-block: 1rem 4.5rem; }
  body.theme-soft-mineral .catalog-toolbar { display: none; }
  body.theme-soft-mineral .catalog-result-meta { display: none; }
  body.theme-soft-mineral .catalog-search-form { max-width: none; }
  body.theme-soft-mineral .product-main-image { padding: 10px; border-radius: 22px; }
  body.theme-soft-mineral .product-thumbnails {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
  }
  body.theme-soft-mineral .product-thumbnails button {
    width: 100%;
    min-width: 0;
    min-height: 44px;
    padding: 4px;
    aspect-ratio: 1;
    touch-action: manipulation;
  }
  body.theme-soft-mineral .product-thumbnails img { height: 100%; }
  body.theme-soft-mineral .product-purchase-panel { padding: 1.25rem; border-radius: 22px; }
  body.theme-soft-mineral[data-commerce-page="product"] { padding-bottom: calc(var(--mobile-product-cta-height) + 1rem + env(safe-area-inset-bottom)); }
  body.theme-soft-mineral[data-commerce-page="product"] .product-mobile-cta {
    inset-inline: 10px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(23, 23, 23, .2);
  }
  body.theme-soft-mineral[data-commerce-page="product"] .whatsapp-float { bottom: calc(var(--mobile-product-cta-height) + env(safe-area-inset-bottom) + 1.1rem); }
  body.theme-soft-mineral:has(.product-mobile-cta) .store-toast { bottom: calc(var(--mobile-product-cta-height) + env(safe-area-inset-bottom) + 1.1rem); }
  body.theme-soft-mineral .cart-store-section { padding-top: 2rem; }
}

@media (max-width: 575.98px) {
  body.theme-soft-mineral .container { --bs-gutter-x: 2rem; }
  body.theme-soft-mineral .brand-copy .brand-descriptor { display: none; }
  body.theme-soft-mineral .store-header-main .brand-mark-shell { width: 40px; height: 40px; }
  body.theme-soft-mineral .store-header-main .brand-mark { width: 36px; height: 36px; }
  body.theme-soft-mineral .store-hero-copy { padding: 26px 20px 84px; }
  body.theme-soft-mineral .store-hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  body.theme-soft-mineral .store-hero-actions .btn { width: 100%; }
  body.theme-soft-mineral .store-product-grid,
  body.theme-soft-mineral .catalog-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.8rem .75rem; }
  body.theme-soft-mineral .store-product-card .product-image { padding: 6px; border-radius: 16px; }
  body.theme-soft-mineral .store-product-card .product-image img { border-radius: 11px; }
  body.theme-soft-mineral .product-status-badge {
    inset-block-start: 8px;
    inset-inline-start: 8px;
    max-width: calc(100% - 68px);
    min-height: 26px;
    padding: .34rem .48rem;
    overflow: hidden;
    font-size: .66rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.theme-soft-mineral .product-status-badge:not(.is-unavailable) { display: none; }
  body.theme-soft-mineral .product-view-link { display: none; }
  body.theme-soft-mineral .store-product-body { min-height: 0; padding: 12px 2px 0; }
  body.theme-soft-mineral .store-product-meta { font-size: .7rem; }
  body.theme-soft-mineral .store-product-card h3 {
    display: -webkit-box;
    min-height: 2.9em;
    margin: .45rem 0 .35rem;
    overflow: hidden;
    font-size: .86rem;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  body.theme-soft-mineral .store-product-purchase { padding-top: .65rem; gap: .45rem; }
  body.theme-soft-mineral .store-product-purchase > strong { min-width: 0; font-size: .72rem; line-height: 1.4; }
  body.theme-soft-mineral .store-product-purchase.is-direct-purchase { align-items: center; flex-direction: row; }
  body.theme-soft-mineral .store-product-purchase.is-direct-purchase .add-to-cart-form { width: auto; flex: 0 0 44px; }
  body.theme-soft-mineral .store-product-purchase.is-direct-purchase .product-primary-action {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
    padding: 0;
    border-radius: 50%;
  }
  body.theme-soft-mineral .store-product-purchase.is-direct-purchase .product-primary-action svg { width: 18px; height: 18px; }
  body.theme-soft-mineral .store-product-purchase.is-direct-purchase .product-primary-action span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  body.theme-soft-mineral .store-product-purchase:is(.is-quote-purchase, .is-unavailable-purchase) { align-items: stretch; flex-direction: column; }
  body.theme-soft-mineral .store-product-purchase:is(.is-quote-purchase, .is-unavailable-purchase) :is(form, .btn) { width: 100%; }
  body.theme-soft-mineral .store-product-purchase:is(.is-quote-purchase, .is-unavailable-purchase) .btn { min-width: 0; padding-inline: .55rem; font-size: .7rem; }
  body.theme-soft-mineral .store-product-card > .store-product-body > .storefront-collection-actions {
    inset-block-start: 8px;
    inset-inline-end: 8px;
    gap: 6px;
    flex-direction: column;
  }
  body.theme-soft-mineral .store-product-card .storefront-collection-actions .btn {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }
  body.theme-soft-mineral .product-view-link { min-height: 44px; }
  body.theme-soft-mineral .store-benefit-grid { grid-template-columns: 1fr; }
  body.theme-soft-mineral .store-benefit-grid > div { min-height: 66px; border-inline-end: 0; border-bottom: 1px solid rgba(54, 42, 29, .1); }
  body.theme-soft-mineral .store-size-links a { border-radius: 18px; }
  body.theme-soft-mineral .quote-process-card { border-radius: 22px; }
  body.theme-soft-mineral .quote-process-steps { grid-template-columns: 1fr; }
  body.theme-soft-mineral .quote-process-steps li { min-height: 120px; border-inline-start: 0; border-top: 1px solid rgba(215, 185, 133, .18); }
  body.theme-soft-mineral .catalog-mobile-controls { gap: 8px; }
  body.theme-soft-mineral .catalog-mobile-controls .btn,
  body.theme-soft-mineral .catalog-mobile-controls .form-select { font-size: .76rem; }
  body.theme-soft-mineral .product-quick-specs { grid-template-columns: 1fr; }
  body.theme-soft-mineral .product-quick-specs > div { border-inline-end: 0; border-bottom: 1px solid rgba(255, 255, 255, .14); }
  body.theme-soft-mineral .product-quick-specs > div:last-child { border-bottom: 0; }
  body.theme-soft-mineral .site-footer { border-radius: 24px 24px 0 0; }
  body.theme-soft-mineral .catalog-filter-drawer {
    width: min(360px, calc(100vw - 28px));
    max-width: calc(100vw - 28px);
    overflow: hidden;
    border-radius: 22px;
  }
}

@media (max-width: 359.98px) {
  body.theme-soft-mineral .store-hero-slider { min-height: 520px; }
  body.theme-soft-mineral .store-hero-actions { grid-template-columns: 1fr; }
  body.theme-soft-mineral .store-hero-copy h1 { font-size: clamp(1.9rem, 10vw, 2.4rem); }
  body.theme-soft-mineral .store-hero-controls { top: 12px; bottom: auto; left: 50%; right: auto; width: 220px; padding: 0; gap: 0; transform: translateX(-50%); }
  body.theme-soft-mineral .store-product-grid,
  body.theme-soft-mineral .catalog-product-grid { grid-template-columns: minmax(0, 1fr); gap-block: 2.2rem; }
  body.theme-soft-mineral .store-product-card h3 { min-height: 0; font-size: .94rem; }
  body.theme-soft-mineral .store-product-purchase > strong { font-size: .78rem; }
  body.theme-soft-mineral .product-thumbnails { gap: 6px; }
}

/* Product detail UX: progressive mobile ordering and an accessible full-screen gallery. */
.product-mobile-summary { display: none; }
.product-action-heading { display: none; }
.product-gallery-launch {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
  color: inherit;
  background: transparent;
  border: 0;
  border-radius: inherit;
  cursor: zoom-in;
}
.product-gallery-launch:focus-visible {
  outline: 3px solid var(--brand-gold-ui);
  outline-offset: -5px;
}
.product-gallery-expand {
  display: grid;
  position: absolute;
  inset-inline-end: 14px;
  inset-block-end: 14px;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #171717;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(54, 42, 29, .12);
  border-radius: 50%;
  box-shadow: 0 10px 28px rgba(23, 23, 23, .14);
  pointer-events: none;
  backdrop-filter: blur(12px);
}
.product-gallery-expand svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
body.theme-soft-mineral .product-purchase-panel {
  padding: clamp(1.35rem, 2.3vw, 1.85rem);
}
body.theme-soft-mineral .product-purchase-panel h1 { margin-block: .65rem; }
body.theme-soft-mineral .product-purchase-panel .product-lead { line-height: 1.6; }
body.theme-soft-mineral .product-purchase-panel .product-price-row {
  margin-block: 1rem;
  padding-block: .85rem;
}
body.theme-soft-mineral .product-purchase-panel .product-market-note {
  margin-top: .9rem;
  padding: .8rem;
}
body.theme-soft-mineral .product-purchase-panel .product-quick-specs { margin-top: .9rem; }

.product-lightbox {
  width: 100vw;
  max-width: none;
  height: 100svh;
  max-height: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: #fff;
  background: rgba(12, 12, 12, .98);
  border: 0;
}
.product-lightbox::backdrop { background: rgba(5, 5, 5, .78); backdrop-filter: blur(8px); }
.product-lightbox__shell {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: max(14px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
  grid-template-rows: auto minmax(0, 1fr) auto;
  gap: 12px;
}
.product-lightbox__header {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.product-lightbox__meta {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}
.product-lightbox__meta span { color: rgba(255, 255, 255, .58); direction: ltr; font-size: .72rem; font-weight: 750; unicode-bidi: isolate; }
.product-lightbox__meta strong {
  overflow: hidden;
  color: #fff;
  font-size: .88rem;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-lightbox__actions { display: flex; flex: 0 0 auto; gap: 8px; }
.product-lightbox__actions button,
.product-lightbox__nav {
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%;
  box-shadow: none;
  touch-action: manipulation;
  transition: background-color var(--motion-fast) ease, border-color var(--motion-fast) ease, transform var(--motion-fast) var(--motion-ease-out);
}
.product-lightbox__actions button:hover,
.product-lightbox__nav:hover { background: rgba(255, 255, 255, .2); border-color: rgba(255, 255, 255, .42); }
.product-lightbox__actions button:active,
.product-lightbox__nav:active { transform: scale(.94); }
.product-lightbox__actions button:focus-visible,
.product-lightbox__nav:focus-visible {
  outline: 2px solid #f1d9ad;
  outline-offset: 3px;
}
.product-lightbox__actions svg,
.product-lightbox__nav svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.product-lightbox__stage { position: relative; min-height: 0; touch-action: pan-y; }
.product-lightbox__viewport {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  place-items: center;
  background: #080808;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 22px;
  overscroll-behavior: contain;
}
.product-lightbox__viewport img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  cursor: zoom-in;
  user-select: none;
  -webkit-user-drag: none;
  transition: opacity var(--motion-fast) ease;
}
.product-lightbox.is-zoomed .product-lightbox__viewport {
  display: block;
  overflow: auto;
  touch-action: pan-x pan-y;
}
.product-lightbox.is-zoomed .product-lightbox__viewport img {
  width: 180%;
  max-width: none;
  max-height: none;
  cursor: zoom-out;
}
.product-lightbox__nav {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -24px;
  background: rgba(23, 23, 23, .74);
  backdrop-filter: blur(12px);
}
.product-lightbox__previous { inset-inline-start: 14px; }
.product-lightbox__next { inset-inline-end: 14px; }
html[dir="rtl"] .product-lightbox__nav svg { transform: rotate(180deg); }
.product-lightbox__hint { margin: 0; color: rgba(255, 255, 255, .52); font-size: .7rem; text-align: center; }
body.product-lightbox-open { overflow: hidden; }

.review-form-disclosure { align-self: start; }
.review-form-disclosure > summary { display: none; }

@media (prefers-reduced-motion: no-preference) {
  .product-lightbox[open] .product-lightbox__shell { animation: productLightboxEnter 220ms var(--motion-ease-out) both; }
  @keyframes productLightboxEnter {
    from { opacity: 0; transform: scale(.985); }
    to { opacity: 1; transform: none; }
  }
}

@media (hover: hover) and (pointer: fine) {
  .product-gallery-launch:hover > img { transform: scale(1.018); }
  .product-gallery-launch:hover .product-gallery-expand { transform: scale(1.04); }
}

@media (max-width: 991.98px) {
  .product-mobile-summary {
    display: block;
    margin-bottom: 1.15rem;
    padding: 1.15rem;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(54, 42, 29, .1);
    border-radius: 22px;
    box-shadow: 0 12px 34px rgba(54, 42, 29, .06);
  }
  .product-desktop-summary { display: none; }
  .product-mobile-summary .product-purchase-topline {
    align-items: center;
    flex-direction: row;
    gap: .75rem;
    color: #746c65;
  }
  .product-mobile-summary .product-purchase-topline span:last-child { margin-inline-start: auto; text-align: end; }
  .product-mobile-summary h1 {
    margin: .55rem 0 .45rem;
    color: #171717;
    font-size: clamp(1.65rem, 6.5vw, 2.2rem);
    line-height: 1.24;
  }
  body.theme-soft-mineral .product-mobile-summary .product-lead { margin: 0; color: #655f59; font-size: .84rem; line-height: 1.65; }
  .product-mobile-summary .product-price-row {
    margin: .85rem 0 0;
    padding: .75rem 0 0;
    align-items: center;
    flex-direction: row;
    border-block: 1px solid rgba(54, 42, 29, .1) transparent;
  }
  .product-mobile-summary .product-price-row strong { color: #171717; font-size: 1.15rem; }
  body.theme-soft-mineral .product-mobile-summary .product-price-row small { color: #746c65; }
  .product-mobile-summary .product-availability { max-width: 52%; text-align: end; }
  body[data-commerce-page="product"] { padding-bottom: calc(var(--mobile-product-cta-height) + env(safe-area-inset-bottom)); }
  body[data-commerce-page="product"] .mobile-commerce-nav,
  body[data-commerce-page="product"] .whatsapp-float { display: none !important; }
  body.theme-soft-mineral[data-commerce-page="product"] .product-mobile-cta {
    display: grid;
    position: fixed;
    z-index: 104;
    inset-inline: 10px;
    bottom: calc(8px + env(safe-area-inset-bottom));
    width: auto;
    max-width: 620px;
    min-height: var(--mobile-product-cta-height);
    margin-inline: auto;
    padding: 8px;
    align-items: center;
    color: var(--brand-ivory);
    background: rgba(23, 23, 23, .98);
    border: 1px solid rgba(215, 185, 133, .2);
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(23, 23, 23, .2);
    grid-template-columns: minmax(70px, .55fr) minmax(0, 1.45fr);
    gap: 8px;
    backdrop-filter: blur(16px);
  }
  .product-mobile-cta > .product-mobile-cta__price {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding-inline-start: 4px;
  }
  .product-mobile-cta__price small { color: rgba(255, 255, 255, .58); font-size: .7rem; }
  .product-mobile-cta__price strong {
    overflow: hidden;
    color: #fff;
    font-size: .78rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product-mobile-cta > .product-mobile-cta__actions {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) 48px;
    gap: 7px;
    flex-direction: row;
  }
  .product-mobile-cta__actions:not(:has(.product-mobile-cta__whatsapp)) { grid-template-columns: minmax(0, 1fr); }
  body.theme-soft-mineral[data-commerce-page="product"] .product-mobile-cta .btn {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: .55rem .65rem;
    overflow: hidden;
    color: #171717;
    background: #f1d9ad;
    border-color: #f1d9ad;
    border-radius: 14px;
    box-shadow: none;
    font-size: .72rem;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product-mobile-cta__whatsapp {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: #fff;
    background: #25d366;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(37, 211, 102, .24);
    touch-action: manipulation;
  }
  .product-mobile-cta__whatsapp:hover,
  .product-mobile-cta__whatsapp:focus-visible { color: #fff; background: #128c7e; }
  .product-mobile-cta__whatsapp:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
  .product-mobile-cta__whatsapp svg { width: 26px; height: 26px; fill: currentColor; }
}

@media (max-width: 767.98px) {
  body[data-commerce-page="product"] .whatsapp-float { display: none !important; }
  body.theme-soft-mineral .product-store-page { padding-top: .75rem; }
  body.theme-soft-mineral .product-store-page .store-breadcrumb { margin-bottom: .75rem; }
  body.theme-soft-mineral .product-store-layout { gap: 1rem; }
  body.theme-soft-mineral .product-mobile-summary { margin-bottom: 1rem; padding: 1rem; border-radius: 20px; }
  body.theme-soft-mineral .product-mobile-summary h1 { font-size: clamp(1.55rem, 7vw, 1.9rem); }
  body.theme-soft-mineral .product-mobile-summary .product-price-row { gap: .75rem; }
  body.theme-soft-mineral .product-main-image { padding: 8px; border-radius: 20px; }
  .product-gallery-expand { inset-inline-end: 10px; inset-block-end: 10px; width: 44px; height: 44px; }
  body.theme-soft-mineral .product-purchase-panel { padding: 1rem; border-radius: 20px; }
  .product-action-heading {
    display: flex;
    margin-bottom: .8rem;
    flex-direction: column;
    gap: .2rem;
  }
  .product-action-heading strong { color: #fff; font-size: .92rem; }
  .product-action-heading span { color: rgba(255, 255, 255, .62); font-size: .72rem; line-height: 1.55; }
  body.theme-soft-mineral .product-purchase-panel .product-whatsapp { display: none; }
  body.theme-soft-mineral .product-purchase-panel .product-market-note { margin-top: .8rem; padding: .7rem; }
  body.theme-soft-mineral .product-purchase-panel .product-market-note svg { width: 21px; height: 21px; }
  body.theme-soft-mineral .product-purchase-panel .product-quick-specs {
    margin-top: .8rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  body.theme-soft-mineral .product-purchase-panel .product-quick-specs > div {
    padding: .65rem .45rem;
    border-inline-end: 1px solid rgba(255, 255, 255, .14);
    border-bottom: 0;
  }
  body.theme-soft-mineral .product-purchase-panel .product-quick-specs > div:last-child { border-inline-end: 0; }
  body.theme-soft-mineral .product-purchase-panel > .storefront-collection-actions { margin-top: .75rem; }
  body.theme-soft-mineral .product-purchase-panel > .storefront-collection-actions .btn { min-height: 44px; }

  body.theme-soft-mineral .product-information-grid { margin-top: 1rem; gap: .65rem; }
  body.theme-soft-mineral .product-information-grid details { padding: 0 1rem; border-radius: 18px; }
  body.theme-soft-mineral .product-information-grid summary {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    list-style: none;
    font-size: .9rem;
    touch-action: manipulation;
  }
  body.theme-soft-mineral .product-information-grid summary::-webkit-details-marker { display: none; }
  body.theme-soft-mineral .product-information-grid summary::after,
  .review-form-disclosure > summary::after {
    width: 9px;
    height: 9px;
    flex: 0 0 auto;
    content: "";
    border-inline-end: 1.7px solid currentColor;
    border-block-end: 1.7px solid currentColor;
    transform: rotate(45deg);
    transition: transform var(--motion-fast) var(--motion-ease-out);
  }
  body.theme-soft-mineral .product-information-grid details[open] summary::after,
  .review-form-disclosure[open] > summary::after { transform: rotate(225deg); }
  body.theme-soft-mineral .product-information-grid :is(.rich-text, .spec-list) { margin-block: 0 .95rem; }

  body.theme-soft-mineral .product-reviews { margin-top: 1rem; padding: 1rem; border-radius: 20px; }
  .product-reviews__summary { padding-bottom: 1rem; }
  .review-score { font-size: 3rem; }
  .product-reviews__content { padding-top: 1rem; gap: 1rem; }
  .review-list h2 { font-size: 1.35rem; }
  .review-form-disclosure {
    overflow: hidden;
    background: #f8f4ef;
    border: 1px solid rgba(54, 42, 29, .12);
    border-radius: 16px;
  }
  .review-form-disclosure > summary {
    display: flex;
    min-height: 52px;
    padding: .75rem 1rem;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #171717;
    list-style: none;
    font-size: .88rem;
    font-weight: 800;
    cursor: pointer;
    touch-action: manipulation;
  }
  .review-form-disclosure > summary::-webkit-details-marker { display: none; }
  .review-form-disclosure > summary svg { display: none; }
  .review-form-disclosure .review-form { padding: 0 1rem 1rem; background: transparent; border-radius: 0; }
  .review-form-disclosure .review-form h2 { display: none; }

  body.theme-soft-mineral[data-commerce-page="product"] .product-mobile-cta {
    display: grid;
    min-height: var(--mobile-product-cta-height);
    padding: 8px;
    align-items: center;
    grid-template-columns: minmax(70px, .55fr) minmax(0, 1.45fr);
    gap: 8px;
  }
  .product-mobile-cta > .product-mobile-cta__price {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding-inline-start: 4px;
  }
  .product-mobile-cta > .product-mobile-cta__actions {
    display: grid;
    min-width: 0;
    grid-template-columns: minmax(0, 1fr) 48px;
    gap: 7px;
    flex-direction: row;
  }
  .product-mobile-cta__actions:not(:has(.product-mobile-cta__whatsapp)) { grid-template-columns: minmax(0, 1fr); }
  body.theme-soft-mineral[data-commerce-page="product"] .product-mobile-cta .btn {
    width: 100%;
    min-width: 0;
    min-height: 48px;
    padding: .55rem .65rem;
    overflow: hidden;
    color: #171717;
    background: #f1d9ad;
    border-color: #f1d9ad;
    border-radius: 14px;
    box-shadow: none;
    font-size: .72rem;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product-mobile-cta__whatsapp {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: #fff;
    background: #25d366;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(37, 211, 102, .24);
    touch-action: manipulation;
  }
  .product-mobile-cta__whatsapp:hover,
  .product-mobile-cta__whatsapp:focus-visible { color: #fff; background: #128c7e; }
  .product-mobile-cta__whatsapp:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
  .product-mobile-cta__whatsapp svg { width: 26px; height: 26px; fill: currentColor; }

  .product-lightbox__shell { padding-inline: 10px; gap: 8px; }
  .product-lightbox__header { min-height: 48px; }
  .product-lightbox__meta strong { max-width: 56vw; font-size: .8rem; }
  .product-lightbox__actions button { width: 44px; height: 44px; }
  .product-lightbox__viewport { border-radius: 16px; }
  .product-lightbox__nav { width: 46px; height: 46px; margin-top: -23px; }
  .product-lightbox__previous { inset-inline-start: 8px; }
  .product-lightbox__next { inset-inline-end: 8px; }
  .product-lightbox__hint { font-size: .66rem; }
}

@media (max-width: 359.98px) {
  .product-mobile-summary .product-purchase-topline { align-items: flex-start; flex-direction: column; gap: .15rem; }
  .product-mobile-summary .product-purchase-topline span:last-child { margin-inline-start: 0; text-align: start; }
  body.theme-soft-mineral[data-commerce-page="product"] .product-mobile-cta { grid-template-columns: 64px minmax(0, 1fr); gap: 6px; }
  .product-mobile-cta > .product-mobile-cta__actions { grid-template-columns: minmax(0, 1fr) 46px; gap: 6px; }
  .product-mobile-cta__whatsapp { width: 46px; height: 46px; }
  .product-mobile-cta small { display: none; }
  .product-mobile-cta strong {
    overflow: visible;
    font-size: .62rem;
    line-height: 1.25;
    text-overflow: clip;
    white-space: normal;
  }
  body.theme-soft-mineral[data-commerce-page="product"] .product-mobile-cta .btn { min-height: 46px; padding-inline: .45rem; font-size: .68rem; }
}

/* This must remain the final motion rule so future animations are also safe. */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    transition-delay: 0s !important;
  }
  .store-reveal-on-scroll { opacity: 1; transform: none; }
  :is(.store-hero-slide, .store-collage-item, .store-product-card, .product-main-image) img { opacity: 1; filter: none; transform: none !important; }
  body.theme-soft-mineral .store-hero-slide { transition: none !important; }
  body.theme-soft-mineral :is(.store-product-card, .store-product-card:hover, .btn:active, .whatsapp-float:hover) { transform: none !important; }
}
