
@font-face {
  font-family: "DIN Root Arabic";
  src: url("../fonts/DINNextLTArabic-Regular.ttf") format("truetype");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --deep: #062c24;
  --deep-2: #0c4a3d;
  --leaf: #9bdc24;
  --leaf-soft: #d9f3a0;
  --moss: #4d6d35;
  --gold: #c6a35d;
  --paper: #f5f0e6;
  --paper-2: #ebe0cf;
  --white: #fffdf8;
  --ink: #10231c;
  --muted: #657268;
  --line: rgba(16, 35, 28, .14);
  --shadow: 0 22px 70px rgba(4, 27, 22, .16);
  --radius: 8px;
  --header: 64px;
  font-family: "DIN Root Arabic", "IBM Plex Sans Arabic", "Inter", "Avenir Next", "Segoe UI", Tahoma, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.7;
  letter-spacing: 0;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { border: 0; cursor: pointer; }
.icon { width: 1.08em; height: 1.08em; object-fit: contain; display: inline-block; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 16px;
  background: rgba(255, 253, 248, .91);
  border-bottom: 1px solid rgba(16, 35, 28, .08);
  backdrop-filter: blur(18px);
}
.brand {
  display: flex;
  align-items: center;
  gap: 9px;
  direction: ltr;
  min-width: 0;
}
.brand-logo { width: 150px; max-width: 42vw; height: auto; object-fit: contain; }
.nav {
  display: none;
  align-items: center;
  gap: 18px;
  color: rgba(16, 35, 28, .78);
  font-size: .92rem;
  font-weight: 700;
}
.header-tools { display: flex; align-items: center; gap: 8px; }
.lang-toggle,
.header-wa {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--deep);
  font-weight: 800;
}
.header-wa {
  background: var(--leaf);
  border-color: transparent;
  box-shadow: 0 10px 24px rgba(101, 174, 0, .25);
}
.header-wa .icon { width: 21px; height: 21px; }

.hero {
  position: relative;
  min-height: calc(82svh - var(--header));
  max-height: 760px;
  overflow: hidden;
  background: var(--deep);
  color: white;
}
.hero-slider,
.hero-slide {
  position: absolute;
  inset: 0;
}
.hero-slide {
  opacity: 0;
  animation: heroFade 20s infinite;
}
.hero-slide:nth-child(2) { animation-delay: 5s; }
.hero-slide:nth-child(3) { animation-delay: 10s; }
.hero-slide:nth-child(4) { animation-delay: 15s; }
.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.06) contrast(1.03);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 24, 19, .92) 0%, rgba(3, 24, 19, .72) 38%, rgba(3, 24, 19, .22) 72%, rgba(3, 24, 19, .42) 100%),
    linear-gradient(0deg, rgba(3, 24, 19, .52), rgba(3, 24, 19, .08) 42%);
}
html[dir="rtl"] .hero::after {
  background:
    linear-gradient(270deg, rgba(3, 24, 19, .92) 0%, rgba(3, 24, 19, .72) 38%, rgba(3, 24, 19, .22) 72%, rgba(3, 24, 19, .42) 100%),
    linear-gradient(0deg, rgba(3, 24, 19, .52), rgba(3, 24, 19, .08) 42%);
}
@keyframes heroFade {
  0%, 20% { opacity: 1; transform: scale(1); }
  25%, 95% { opacity: 0; transform: scale(1.04); }
  100% { opacity: 1; transform: scale(1); }
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1120px, 100%);
  min-height: inherit;
  margin: 0 auto;
  padding: clamp(34px, 8vw, 92px) 18px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-brandlock {
  width: fit-content;
  max-width: min(390px, 100%);
  margin-bottom: 20px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid rgba(198, 163, 93, .32);
  background: rgba(255, 253, 248, .94);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .22);
  backdrop-filter: blur(14px);
}
.hero-logo-real {
  width: min(330px, 78vw);
  height: auto;
  object-fit: contain;
}
.eyebrow {
  margin: 0 0 10px;
  color: var(--moss);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.4rem, 9.5vw, 5.7rem);
  line-height: .98;
  letter-spacing: 0;
  font-weight: 800;
}
.hero-copy {
  max-width: 610px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: clamp(1.02rem, 2.6vw, 1.22rem);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 17px;
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
}
.btn-primary {
  background: var(--leaf);
  color: var(--deep);
  box-shadow: 0 15px 36px rgba(141, 224, 0, .25);
}
.btn-ghost {
  color: white;
  border: 1px solid rgba(255, 255, 255, .32);
  background: rgba(255, 255, 255, .08);
  backdrop-filter: blur(12px);
}
.slide-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}
.hero .eyebrow,
.contact-copy .eyebrow,
.site-footer .eyebrow {
  color: var(--leaf-soft);
}
.slide-labels span {
  border: 1px solid rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .88);
  border-radius: 999px;
  padding: 6px 10px;
  font-size: .82rem;
  font-weight: 800;
}

.section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(44px, 7vw, 82px) 0;
}
.section-head {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}
.section-head h2 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(1.72rem, 5vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0;
}
.section-head p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 12px;
}
.collection-card {
  position: relative;
  min-height: 252px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--deep);
  isolation: isolate;
}
.collection-card img {
  width: 100%;
  height: 100%;
  min-height: 252px;
  object-fit: cover;
  transition: transform .45s ease;
}
.collection-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(2, 19, 15, .82), rgba(2, 19, 15, .12) 60%);
  z-index: 1;
}
.collection-card:hover img { transform: scale(1.04); }
.collection-card span {
  position: absolute;
  inset-inline: 16px;
  inset-block-end: 16px;
  z-index: 2;
  display: grid;
  gap: 4px;
  color: white;
}
.collection-card strong {
  font-size: 1.35rem;
  line-height: 1.05;
}
.collection-card em {
  max-width: 340px;
  color: rgba(255,255,255,.8);
  font-style: normal;
  font-size: .92rem;
}
.collection-card small {
  width: fit-content;
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  margin-top: 6px;
  padding: 4px 9px;
  border-radius: 999px;
  color: var(--deep);
  background: var(--leaf-soft);
  font-size: .74rem;
  font-weight: 900;
}


.brand-story {
  background: var(--white);
  border-block: 1px solid rgba(16, 35, 28, .08);
}
.brand-story-inner {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(52px, 8vw, 96px) 0;
}
.brand-story-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.brand-story-head h2 {
  max-width: 720px;
  margin: 0;
  color: var(--deep);
  font-size: clamp(1.9rem, 5vw, 3.5rem);
  line-height: 1.06;
}
.brand-story-mark {
  flex: 0 0 auto;
  width: clamp(56px, 7vw, 84px);
  height: clamp(56px, 7vw, 84px);
  object-fit: contain;
}
.purpose-grid {
  display: grid;
  gap: 12px;
}
.purpose-card {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f8f4ea;
}
.purpose-card-accent {
  color: white;
  border-color: transparent;
  background: var(--deep);
}
.purpose-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 38px;
  border-radius: 50%;
  background: var(--leaf-soft);
}
.purpose-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.purpose-card-accent .purpose-icon { background: var(--leaf); }
.purpose-label {
  margin: 0 0 8px;
  color: var(--moss);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.purpose-card-accent .purpose-label { color: var(--leaf-soft); }
.purpose-card h3 {
  max-width: 620px;
  margin: 0;
  color: var(--deep);
  font-size: clamp(1.45rem, 3vw, 2.15rem);
  line-height: 1.14;
}
.purpose-card-accent h3 { color: white; }
.purpose-card > p:last-child {
  max-width: 680px;
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 1rem;
}
.purpose-card-accent > p:last-child { color: rgba(255, 255, 255, .76); }

.sustainability {
  width: min(1120px, calc(100% - 32px));
  margin: clamp(46px, 7vw, 84px) auto 0;
  display: grid;
  overflow: hidden;
  border-radius: var(--radius);
  background: #0a3c31;
  color: white;
  box-shadow: var(--shadow);
}
.sustainability-media {
  position: relative;
  min-height: 300px;
  overflow: hidden;
}
.sustainability-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(4, 34, 27, .48), transparent 58%);
}
.sustainability-media > img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
}
.sustainability-stamp {
  position: absolute;
  z-index: 2;
  inset-inline-start: 18px;
  inset-block-end: 18px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--deep);
  background: rgba(255, 253, 248, .94);
  font-size: .84rem;
}
.sustainability-stamp img { width: 20px; height: 20px; object-fit: contain; }
.sustainability-copy { padding: clamp(28px, 5vw, 58px); }
.sustainability-copy .eyebrow { color: var(--leaf-soft); }
.sustainability-copy h2 {
  max-width: 660px;
  margin: 0;
  font-size: clamp(1.9rem, 5vw, 3.5rem);
  line-height: 1.05;
}
.sustainability-message {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .76);
  font-size: 1rem;
}
.values-heading {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}
.values-heading h3 {
  margin: 0;
  color: var(--leaf-soft);
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.values-grid {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}
.value-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .06);
}
.value-item > img {
  width: 42px;
  height: 42px;
  padding: 10px;
  border-radius: 50%;
  object-fit: contain;
  background: var(--leaf);
}
.value-item h3 {
  margin: 0;
  color: white;
  font-size: 1rem;
  line-height: 1.3;
}
.value-item p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, .68);
  font-size: .88rem;
  line-height: 1.55;
}

.catalog-wrap {
  background: linear-gradient(180deg, #f4ecdc 0%, #eadcc4 100%);
  border-block: 1px solid rgba(16, 35, 28, .08);
}
.catalog-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin-bottom: 16px;
  color: var(--deep);
}
.catalog-note strong {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  border-radius: 999px;
  padding: 5px 12px;
  background: var(--deep);
  color: white;
  font-size: .84rem;
}
.catalog-note span {
  color: var(--muted);
  font-weight: 800;
}
.flipbook {
  display: grid;
  gap: 14px;
}
.book-frame {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: radial-gradient(circle at 50% 0%, #26372c 0%, #111914 56%, #07120f 100%);
  box-shadow: var(--shadow);
  padding: clamp(10px, 2vw, 18px);
}
.book-pages {
  display: grid;
  gap: 10px;
}
.catalog-page {
  width: 100%;
  aspect-ratio: 842 / 596;
  object-fit: contain;
  border-radius: 4px;
  background: white;
  box-shadow: 0 8px 24px rgba(0,0,0,.2);
}
.book-frame.turning .catalog-page:first-child {
  animation: pageTurn .28s ease;
}
@keyframes pageTurn {
  0% { transform: perspective(900px) rotateY(0); opacity: 1; }
  48% { transform: perspective(900px) rotateY(-10deg); opacity: .75; }
  100% { transform: perspective(900px) rotateY(0); opacity: 1; }
}
.book-controls {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
}
.book-controls button {
  min-height: 44px;
  border-radius: 999px;
  background: var(--deep);
  color: white;
  font-weight: 900;
  padding: 9px 14px;
}
.book-controls button:disabled {
  opacity: .36;
  cursor: default;
}
.page-count {
  min-width: 110px;
  text-align: center;
  color: var(--deep);
  font-weight: 900;
}

.catalog-tools {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}
.search-box {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  padding: 0 14px;
}
.search-box input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
}
.filter-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}
.filter-tabs::-webkit-scrollbar { display: none; }
.filter-tab {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 8px 13px;
  border-radius: 999px;
  color: var(--deep);
  background: rgba(255,255,255,.72);
  border: 1px solid var(--line);
  font-weight: 900;
  white-space: nowrap;
}
.filter-tab small {
  margin-inline-start: 6px;
  opacity: .72;
  font-size: .74rem;
}
.filter-tab.is-active {
  color: white;
  background: var(--deep);
}
.product-grid {
  display: grid;
  gap: 13px;
}
.product-card {
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: 420px 520px;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid rgba(16,35,28,.1);
  box-shadow: 0 14px 38px rgba(16,35,28,.08);
}
.product-image-wrap {
  position: relative;
  overflow: hidden;
  background: #d8d0c0;
}
.product-photo {
  width: 100%;
  aspect-ratio: 4 / 3.05;
  object-fit: cover;
  background: #d8d0c0;
  transition: transform .45s ease;
}
.product-photo.is-contain {
  aspect-ratio: 1 / 1.08;
  object-fit: contain;
  padding: 0;
  background: #fff;
  transform: scale(var(--product-zoom, 1));
}
.product-card:hover .product-photo {
  transform: scale(1.035);
}
.product-card:hover .product-photo.is-contain {
  transform: scale(var(--product-hover, 1.02));
}
.photo-badge {
  position: absolute;
  inset-inline-start: 10px;
  inset-block-start: 10px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 5px 10px;
  background: rgba(255, 253, 248, .92);
  color: var(--deep);
  font-size: .74rem;
  font-weight: 900;
}
.product-body {
  padding: 14px;
}
.product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}
.pill {
  display: inline-flex;
  min-height: 25px;
  align-items: center;
  border-radius: 999px;
  padding: 4px 9px;
  background: rgba(141, 224, 0, .15);
  color: var(--deep);
  font-size: .75rem;
  font-weight: 900;
}
.product-card h3 {
  margin: 0;
  color: var(--deep);
  font-size: 1.22rem;
  line-height: 1.18;
}
.latin {
  display: block;
  margin-top: 2px;
  color: var(--gold);
  font-family: "Inter", system-ui, sans-serif;
  font-size: .82rem;
  font-weight: 800;
}
.product-card p {
  min-height: 54px;
  margin: 10px 0 14px;
  color: var(--muted);
  font-size: .94rem;
}
.product-actions {
  display: flex;
  gap: 8px;
}
.mini-btn {
  flex: 1;
  min-height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 10px;
  background: var(--deep);
  color: white;
  font-size: .88rem;
  font-weight: 900;
}
.mini-btn.whats { background: var(--leaf); color: var(--deep); }
.empty {
  padding: 22px;
  text-align: center;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  color: var(--muted);
}

.contact-band {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 34px;
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--deep);
  color: white;
  display: grid;
}
.contact-media {
  min-height: 220px;
  background: var(--deep);
}
.contact-media img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}
.contact-copy {
  padding: 24px 18px;
}
.contact-copy h2 {
  margin: 0;
  font-size: clamp(1.8rem, 6vw, 3.1rem);
  line-height: 1.08;
}
.contact-copy p {
  color: rgba(255,255,255,.74);
  margin: 12px 0 18px;
}
.contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.contact-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  border-radius: 999px;
  padding: 8px 14px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
  color: white;
  font-weight: 900;
}

.site-footer {
  background: #061f1a;
  color: white;
  padding: 34px 16px 20px;
}
.footer-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 26px;
}
.footer-brand {
  display: grid;
  gap: 10px;
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  direction: ltr;
}
.footer-logo img { width: 42px; height: 42px; object-fit: contain; }
.footer-logo strong {
  display: block;
  font-family: "Inter", "Avenir Next", system-ui, sans-serif;
  line-height: 1;
  letter-spacing: .04em;
}
.footer-logo span {
  display: block;
  margin-top: 3px;
  color: var(--leaf-soft);
  font-size: .78rem;
  font-weight: 800;
}
.footer-brand p,
.footer-list a,
.footer-contact p,
.footer-bottom {
  color: rgba(255,255,255,.72);
}
.footer-list, .footer-contact {
  display: grid;
  gap: 8px;
}
.footer-list h3, .footer-contact h3 {
  margin: 0 0 4px;
  font-size: 1rem;
}
.footer-list a, .footer-contact a {
  width: fit-content;
}
.footer-socials {
  width: min(1120px, 100%);
  margin: 24px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  direction: ltr;
}
.footer-social {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.2);
  box-shadow: 0 10px 24px rgba(0,0,0,.16);
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}
.footer-social[href]:hover,
.footer-social[href]:focus-visible {
  transform: translateY(-2px);
  background: rgba(155,220,36,.16);
  border-color: rgba(155,220,36,.5);
}
.footer-social img {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
}
.footer-bottom {
  width: min(1120px, 100%);
  margin: 24px auto 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: .82rem;
}
.footer-credit {
  width: min(1120px, 100%);
  margin: 12px auto 0;
  direction: ltr;
  text-align: center;
  font-family: "Inter", "Avenir Next", system-ui, sans-serif;
  font-size: .76rem;
  letter-spacing: 0;
}
.footer-credit a {
  color: rgba(255,255,255,.56);
  transition: color .2s ease;
}
.footer-credit a:hover,
.footer-credit a:focus-visible {
  color: var(--leaf-soft);
}
.floating-contact-stack {
  position: fixed;
  z-index: 60;
  right: 16px;
  bottom: calc(16px + env(safe-area-inset-bottom));
  display: grid;
  gap: 10px;
}
html[dir="rtl"] .floating-contact-stack {
  right: auto;
  left: 16px;
}
.floating-contact {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  box-shadow: 0 18px 42px rgba(5, 38, 30, .28);
  transition: transform .2s ease, box-shadow .2s ease;
}
.floating-contact:hover,
.floating-contact:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 20px 46px rgba(5, 38, 30, .36);
}
.floating-call {
  color: var(--deep);
  background: #fff;
  border: 2px solid rgba(6, 44, 36, .16);
  box-shadow: 0 18px 42px rgba(5, 38, 30, .3), 0 0 0 4px rgba(255,255,255,.24);
}
.floating-whatsapp {
  color: var(--deep);
  background: var(--leaf);
}
.floating-contact .icon { width: 30px; height: 30px; }
.floating-call .icon { filter: none; }
.contact-phone,
.footer-phone,
.footer-email {
  color: inherit;
  unicode-bidi: isolate;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
}
.modal[aria-hidden="false"] { display: block; }
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 19, 15, .66);
  backdrop-filter: blur(8px);
}
.modal-dialog {
  position: relative;
  width: min(920px, calc(100% - 28px));
  max-height: calc(100svh - 28px);
  margin: 14px auto;
  overflow: auto;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}
.modal-close {
  position: sticky;
  top: 10px;
  z-index: 2;
  float: inline-end;
  width: 40px;
  height: 40px;
  margin: 10px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  border: 1px solid var(--line);
}
.modal-image {
  width: 100%;
  max-height: 54svh;
  object-fit: contain;
  background: #101914;
}
.modal-body {
  padding: 20px;
}
.modal-body h3 {
  margin: 0;
  color: var(--deep);
  font-size: 1.7rem;
  line-height: 1.1;
}
.modal-body p {
  color: var(--muted);
}
.care-grid {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}
.care-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 12px;
  background: #fbf8ef;
}
.care-item strong {
  display: block;
  color: var(--deep);
}
.care-item span {
  color: var(--muted);
}

@media (max-width: 700px) {
  .brand-logo { width: 132px; }
  .hero-brandlock { padding: 9px 11px; }
  .hero-logo-real { width: min(286px, 78vw); }
  .hero {
    min-height: calc(83svh - var(--header));
  }
  .hero-slide img {
    object-position: center;
  }
  .hero h1 {
    max-width: 11ch;
  }
  .btn {
    width: 100%;
  }
  .hero-actions {
    max-width: 360px;
  }
}

@media (min-width: 680px) {
  .purpose-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .values-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .catalog-tools {
    grid-template-columns: minmax(220px, .8fr) 1fr;
    align-items: start;
  }
  .book-pages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-inner {
    grid-template-columns: 1.4fr .8fr .9fr;
  }
  .contact-band {
    grid-template-columns: .9fr 1.1fr;
  }
  .contact-copy {
    padding: 34px;
  }
}

@media (min-width: 980px) {
  .nav { display: flex; }
  .sustainability { grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr); }
  .sustainability-media, .sustainability-media > img { min-height: 100%; }
  .collection-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .collection-card {
    min-height: 330px;
  }
  .collection-card img {
    min-height: 330px;
  }
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.category-showcase {
  margin: 10px 0 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
}
.categories-section { padding-bottom: clamp(34px, 5vw, 56px); }
.categories-section .category-showcase {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.products-section {
  padding-top: clamp(40px, 6vw, 68px);
  border-top: 1px solid var(--line);
}
.category-showcase-head { display: grid; gap: 6px; margin-bottom: 16px; }
.category-showcase-head h3 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(1.3rem, 3vw, 2rem);
  line-height: 1.12;
}
.category-showcase .collection-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.category-showcase .collection-card, .category-showcase .collection-card img { min-height: 188px; }
.category-showcase .collection-card span { inset-inline: 12px; inset-block-end: 12px; }
.category-showcase .collection-card strong { font-size: 1.02rem; }
.category-showcase .collection-card em {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: .78rem;
}
@media (min-width: 680px) {
  .category-showcase .collection-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .category-showcase .collection-card, .category-showcase .collection-card img { min-height: 220px; }
}
@media (min-width: 980px) {
  .category-showcase .collection-card, .category-showcase .collection-card img { min-height: 238px; }
}


/* Root Lab clean contact band */
.contact-band {
  display: block;
  background: linear-gradient(110deg, rgba(141, 224, 0, .08), transparent 42%), var(--deep);
}
.contact-copy {
  max-width: 800px;
  padding: clamp(30px, 6vw, 64px);
}
@media (min-width: 680px) {
  .contact-band { grid-template-columns: 1fr; }
}

@media (max-width: 679px) {
  .category-showcase .collection-grid,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  .product-card {
    contain-intrinsic-size: 180px 430px;
  }
  .product-photo,
  .product-photo.is-contain {
    aspect-ratio: 1 / 1;
  }
  .product-body {
    padding: 10px;
  }
  .product-meta {
    gap: 4px;
    margin-bottom: 7px;
  }
  .pill {
    min-height: 22px;
    padding: 3px 7px;
    font-size: .66rem;
  }
  .product-card h3 {
    font-size: .98rem;
    line-height: 1.24;
  }
  .latin {
    overflow: hidden;
    font-size: .7rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product-card p {
    display: -webkit-box;
    min-height: 55px;
    margin: 7px 0 10px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: .78rem;
    line-height: 1.4;
  }
  .product-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 36px;
    gap: 6px;
  }
  .mini-btn {
    width: 100%;
    min-width: 0;
    min-height: 36px;
    gap: 3px;
    border-radius: 8px;
    padding: 7px 6px;
    font-size: .72rem;
    line-height: 1;
    white-space: nowrap;
  }
  .mini-btn.whats {
    padding: 0;
  }
  .mini-btn.whats span {
    display: none;
  }
  .mini-btn .icon {
    width: 16px;
    height: 16px;
  }
  .category-showcase .collection-card,
  .category-showcase .collection-card img {
    min-height: 176px;
  }
  .category-showcase .collection-card span {
    inset-inline: 10px;
    inset-block-end: 10px;
  }
  .category-showcase .collection-card strong {
    font-size: .94rem;
  }
}

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