/* Tahado Growth header refinement.
   Scope: header only. Intended for Zid CSS Injection after approval. */

.sticky.top-0.z-50 > header.bg-secondary.border-b {
  --tahado-header-bg: #050505;
  --tahado-header-bg-soft: #0b0906;
  --tahado-header-gold: #c99a3f;
  --tahado-header-gold-soft: #e0bd73;
  --tahado-header-ivory: #f7f1e7;
  --tahado-header-muted: rgba(247, 241, 231, 0.78);

  background:
    linear-gradient(180deg, rgba(201, 154, 63, 0.08), rgba(201, 154, 63, 0)),
    var(--tahado-header-bg);
  border-color: rgba(201, 154, 63, 0.24);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  padding-block: 10px;
}

.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container {
  min-height: 72px;
  gap: 24px;
}

.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container > div.flex.items-center.gap-8 {
  gap: 34px;
  min-width: 0;
}

.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container a[aria-label="Home"].shrink-0 {
  display: inline-flex;
  align-items: center;
}

.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container a[aria-label="Home"].shrink-0 img {
  max-height: 58px;
  filter: drop-shadow(0 0 12px rgba(201, 154, 63, 0.18));
}

.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container ul.hidden.items-center.gap-6 {
  gap: 26px;
}

.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container ul.hidden.items-center.gap-6 > li > a,
.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container ul.hidden.items-center.gap-6 > li > div > button {
  position: relative;
  color: var(--tahado-header-muted);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  padding-block: 10px;
  text-decoration: none;
  transition: color 180ms ease, opacity 180ms ease;
}

.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container ul.hidden.items-center.gap-6 > li > a::after,
.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container ul.hidden.items-center.gap-6 > li > div > button::after {
  position: absolute;
  inset-inline: 0;
  bottom: 3px;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, var(--tahado-header-gold), transparent);
  opacity: 0;
  transform: scaleX(0.3);
  transition: opacity 180ms ease, transform 180ms ease;
}

.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container ul.hidden.items-center.gap-6 > li > a:hover,
.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container ul.hidden.items-center.gap-6 > li > a:focus-visible,
.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container ul.hidden.items-center.gap-6 > li > div > button:hover,
.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container ul.hidden.items-center.gap-6 > li > div > button:focus-visible {
  color: var(--tahado-header-gold-soft);
  text-decoration: none;
}

.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container ul.hidden.items-center.gap-6 > li > a:hover::after,
.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container ul.hidden.items-center.gap-6 > li > a:focus-visible::after,
.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container ul.hidden.items-center.gap-6 > li > a[aria-current="page"]::after,
.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container ul.hidden.items-center.gap-6 > li > a.active::after,
.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container ul.hidden.items-center.gap-6 > li > div > button:hover::after,
.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container ul.hidden.items-center.gap-6 > li > div > button:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}

.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container ul.hidden.items-center.gap-6 > li > a[aria-current="page"],
.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container ul.hidden.items-center.gap-6 > li > a.active {
  color: var(--tahado-header-gold-soft);
}

.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container > ul.flex.items-center.gap-1 {
  gap: 4px;
}

.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container > ul.flex.items-center.gap-1 > li > a,
.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container > ul.flex.items-center.gap-1 > li > button {
  color: var(--tahado-header-ivory);
  border-radius: 999px;
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container > ul.flex.items-center.gap-1 > li > a:hover,
.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container > ul.flex.items-center.gap-1 > li > a:focus-visible,
.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container > ul.flex.items-center.gap-1 > li > button:hover,
.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container > ul.flex.items-center.gap-1 > li > button:focus-visible {
  color: var(--tahado-header-gold-soft);
  background-color: rgba(201, 154, 63, 0.08);
  box-shadow: inset 0 0 0 1px rgba(201, 154, 63, 0.18);
}

.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container > ul.flex.items-center.gap-1 svg,
.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container button[aria-label="Toggle menu"] {
  color: currentColor;
}

.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container button[aria-label="Toggle menu"] {
  color: var(--tahado-header-ivory);
  border-radius: 999px;
}

.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container button[aria-label="Toggle menu"]:hover,
.sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container button[aria-label="Toggle menu"]:focus-visible {
  color: var(--tahado-header-gold-soft);
  background-color: rgba(201, 154, 63, 0.08);
}

@media (max-width: 1023px) {
  .sticky.top-0.z-50 > header.bg-secondary.border-b {
    padding-block: 8px;
  }

  .sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container {
    min-height: 60px;
    gap: 12px;
  }

  .sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container a[aria-label="Home"].shrink-0 img {
    max-height: 44px;
  }

  .sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container > ul.flex.items-center.gap-1 {
    gap: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1240px) {
  .sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container > div.flex.items-center.gap-8 {
    gap: 24px;
  }

  .sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container ul.hidden.items-center.gap-6 {
    gap: 18px;
  }

  .sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container ul.hidden.items-center.gap-6 > li > a,
  .sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container ul.hidden.items-center.gap-6 > li > div > button {
    font-size: 12px;
  }
}

/* Tahado homepage main hero refinement.
   Scope: first homepage hero/banner only. Intended for Zid CSS Injection after approval. */

main#main > section.section-hero[section-id="653e0b02-2e66-4b66-b84b-72e38290d295"] {
  --tahado-hero-bg: #050403;
  --tahado-hero-warm-bg: #100b06;
  --tahado-hero-gold: #c99a3f;
  --tahado-hero-ivory: #fbf6ea;

  position: relative;
  min-height: min(700px, 50vw);
  aspect-ratio: 2 / 1;
  background:
    radial-gradient(circle at 78% 42%, rgba(201, 154, 63, 0.08), transparent 34%),
    linear-gradient(90deg, var(--tahado-hero-bg), var(--tahado-hero-warm-bg));
  align-items: center;
  isolation: isolate;
  overflow: hidden;
}

main#main > section.section-hero[section-id="653e0b02-2e66-4b66-b84b-72e38290d295"] > .absolute.inset-0.-z-10 {
  z-index: 0;
  background: var(--tahado-hero-bg);
}

main#main > section.section-hero[section-id="653e0b02-2e66-4b66-b84b-72e38290d295"] > .absolute.inset-0.-z-10 picture,
main#main > section.section-hero[section-id="653e0b02-2e66-4b66-b84b-72e38290d295"] > .absolute.inset-0.-z-10 img {
  display: block;
  width: 100%;
  height: 100%;
}

main#main > section.section-hero[section-id="653e0b02-2e66-4b66-b84b-72e38290d295"] > .absolute.inset-0.-z-10 img {
  object-fit: contain;
  object-position: center center;
  background: var(--tahado-hero-bg);
}

main#main > section.section-hero[section-id="653e0b02-2e66-4b66-b84b-72e38290d295"]::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.58) 0%,
      rgba(5, 4, 3, 0.34) 19%,
      rgba(5, 4, 3, 0.1) 38%,
      rgba(5, 4, 3, 0) 60%
    );
}

main#main > section.section-hero[section-id="653e0b02-2e66-4b66-b84b-72e38290d295"] > .theme-container {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  max-width: none;
  padding: 0;
  pointer-events: none;
}

main#main > section.section-hero[section-id="653e0b02-2e66-4b66-b84b-72e38290d295"] > .theme-container > .flex.max-w-\[768px\] {
  max-width: 420px;
}

main#main > section.section-hero[section-id="653e0b02-2e66-4b66-b84b-72e38290d295"] > .theme-container .flex.gap-4 {
  align-items: flex-start;
}

main#main > section.section-hero[section-id="653e0b02-2e66-4b66-b84b-72e38290d295"] > .theme-container a.btn.btn-filled {
  position: absolute;
  inset-inline-start: clamp(64px, 6.5vw, 112px);
  bottom: clamp(48px, 4.8vw, 70px);
  min-height: 40px;
  padding-inline: 22px;
  color: #090704;
  background: linear-gradient(180deg, #d8ae58 0%, var(--tahado-hero-gold) 100%);
  border: 1px solid rgba(224, 189, 115, 0.86);
  border-radius: 5px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 246, 220, 0.34);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  text-decoration: none;
  pointer-events: auto;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

main#main > section.section-hero[section-id="653e0b02-2e66-4b66-b84b-72e38290d295"] > .theme-container a.btn.btn-filled:hover,
main#main > section.section-hero[section-id="653e0b02-2e66-4b66-b84b-72e38290d295"] > .theme-container a.btn.btn-filled:focus-visible {
  color: var(--tahado-hero-gold);
  background: rgba(3, 3, 3, 0.92);
  border-color: var(--tahado-hero-gold);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.28), inset 0 0 0 1px rgba(201, 154, 63, 0.2);
}

@media (max-width: 767px) {
  main#main > section.section-hero[section-id="653e0b02-2e66-4b66-b84b-72e38290d295"] {
    min-height: min(360px, 54vw);
    padding-inline: 0;
  }

  main#main > section.section-hero[section-id="653e0b02-2e66-4b66-b84b-72e38290d295"]::before {
    background:
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.64) 0%,
        rgba(5, 4, 3, 0.34) 32%,
        rgba(5, 4, 3, 0) 70%
      );
  }

  main#main > section.section-hero[section-id="653e0b02-2e66-4b66-b84b-72e38290d295"] > .theme-container {
    inset: 0;
    padding: 0;
  }

  main#main > section.section-hero[section-id="653e0b02-2e66-4b66-b84b-72e38290d295"] > .theme-container > .flex.max-w-\[768px\] {
    max-width: 260px;
  }

  main#main > section.section-hero[section-id="653e0b02-2e66-4b66-b84b-72e38290d295"] > .theme-container a.btn.btn-filled {
    inset-inline: auto;
    left: 24px;
    right: auto;
    bottom: 8px;
    transform: none;
    max-width: calc(100vw - 48px);
    width: max-content;
    min-height: 36px;
    white-space: nowrap;
    padding: 13px 20px;
    font-size: 13px;
  }
}

/* Tahado homepage collections section refinement.
   Scope: homepage categories/collections section only. */

main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] {
  --tahado-collections-bg: #050403;
  --tahado-collections-panel: #0f0b07;
  --tahado-collections-gold: #c99a3f;
  --tahado-collections-gold-soft: #e0bd73;
  --tahado-collections-ivory: #f8efe1;
  --tahado-collections-muted: rgba(248, 239, 225, 0.68);

  background:
    radial-gradient(circle at 18% 10%, rgba(166, 112, 35, 0.2), transparent 32%),
    radial-gradient(circle at 80% 20%, rgba(92, 55, 18, 0.18), transparent 35%),
    radial-gradient(ellipse at 50% 115%, rgba(199, 154, 59, 0.07), transparent 44%),
    linear-gradient(180deg, #0b0703 0%, #050403 45%, #090604 100%);
  box-shadow:
    inset 0 1px 0 rgba(199, 154, 59, 0.28),
    inset 0 -1px 0 rgba(120, 74, 24, 0.16);
  padding-block: clamp(75px, 7vw, 95px);
  color: var(--tahado-collections-ivory);
}

main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] > .theme-container {
  max-width: 1320px;
  margin-inline: auto;
  background: transparent;
}

main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] > .theme-container > .md\:flex {
  position: relative;
  gap: 20px;
  margin-bottom: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(199, 154, 59, 0.24);
  background: transparent;
}

main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] > .theme-container > .md\:flex::before {
  display: block;
  margin-bottom: 8px;
  content: "OUR COLLECTIONS";
  color: #d8ad4a;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1;
}

main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] h2 {
  color: #f5efe3;
  font-size: clamp(24px, 2.4vw, 36px);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.12;
}

main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] .embla {
  --slide-spacing: clamp(16px, 1.8vw, 24px);
  --slide-size: 25%;
}

main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] .embla__viewport {
  padding-block: 4px 10px;
}

main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] .embla__slide > a.group {
  height: 100%;
  gap: 14px;
  padding: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    var(--tahado-collections-panel);
  border: 1px solid rgba(201, 154, 63, 0.24);
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  color: var(--tahado-collections-ivory);
  text-decoration: none;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] .embla__slide > a.group:hover,
main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] .embla__slide > a.group:focus-visible {
  border-color: rgba(224, 189, 115, 0.68);
  box-shadow: 0 22px 52px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(201, 154, 63, 0.16);
  transform: translateY(-3px);
}

main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] .embla__slide > a.group > .overflow-hidden.rounded {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  background: #090604;
  border: 1px solid rgba(201, 154, 63, 0.16);
}

main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] .embla__slide > a.group img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.04) brightness(0.92);
  transition: transform 360ms ease, filter 220ms ease;
}

main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] .embla__slide > a.group:hover img,
main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] .embla__slide > a.group:focus-visible img {
  transform: scale(1.045);
  filter: saturate(1.04) contrast(1.06) brightness(0.98);
}

main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] .embla__slide > a.group h3 {
  color: var(--tahado-collections-ivory);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: start;
  transition: color 180ms ease;
}

main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] .embla__slide > a.group:hover h3,
main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] .embla__slide > a.group:focus-visible h3 {
  color: var(--tahado-collections-gold-soft);
}

main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] .embla__prev,
main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] .embla__next {
  color: var(--tahado-collections-ivory);
  background: rgba(201, 154, 63, 0.1);
  border: 1px solid rgba(201, 154, 63, 0.28);
  border-radius: 999px;
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] .embla__prev:hover,
main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] .embla__next:hover {
  color: #090704;
  background: var(--tahado-collections-gold-soft);
  border-color: var(--tahado-collections-gold-soft);
}

@media (max-width: 1023px) {
  main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] {
    padding-block: 56px 64px;
  }

  main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] .embla {
    --slide-size: 33.333%;
  }
}

@media (max-width: 767px) {
  main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] {
    padding: 50px 16px 58px;
  }

  main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] > .theme-container {
    width: 100%;
  }

  main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] > .theme-container > .md\:flex {
    margin-bottom: 16px;
    padding-bottom: 18px;
  }

  main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] .embla {
    --slide-spacing: 12px;
    --slide-size: 50%;
  }

  main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] .embla__slide > a.group {
    gap: 10px;
    padding: 8px;
    border-radius: 8px;
  }

  main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] .embla__slide > a.group h3 {
    font-size: 12px;
  }
}

/* Tahado connected benefits and collections atmosphere.
   Scope: homepage benefits section and homepage categories section only. */

main#main > section.section-benefits[section-id="fbb628c0-bb04-49d9-ae5a-3bbd6a1c5a13"] {
  --tahado-connected-gold: #c79a3b;
  --tahado-connected-ivory: #f5efe3;
  --tahado-connected-muted: #b9aa8c;

  background:
    radial-gradient(circle at 20% 0%, rgba(166, 112, 35, 0.18), transparent 32%),
    radial-gradient(circle at 80% 45%, rgba(92, 55, 18, 0.14), transparent 38%),
    linear-gradient(180deg, #050403 0%, #080604 48%, #0b0703 100%);
  box-shadow: inset 0 -1px 0 rgba(199, 154, 59, 0.18);
  color: var(--tahado-connected-ivory);
  padding: 70px 16px 65px;
}

main#main > section.section-benefits[section-id="fbb628c0-bb04-49d9-ae5a-3bbd6a1c5a13"] > .theme-container {
  max-width: 1320px;
  margin-inline: auto;
  background: transparent;
}

main#main > section.section-benefits[section-id="fbb628c0-bb04-49d9-ae5a-3bbd6a1c5a13"] > .theme-container > .grid {
  align-items: start;
  gap: clamp(18px, 2.4vw, 34px);
}

main#main > section.section-benefits[section-id="fbb628c0-bb04-49d9-ae5a-3bbd6a1c5a13"] > .theme-container > .grid > div {
  gap: 12px;
}

main#main > section.section-benefits[section-id="fbb628c0-bb04-49d9-ae5a-3bbd6a1c5a13"] > .theme-container > .grid > div picture > img {
  filter: drop-shadow(0 10px 18px rgba(199, 154, 59, 0.16));
}

main#main > section.section-benefits[section-id="fbb628c0-bb04-49d9-ae5a-3bbd6a1c5a13"] > .theme-container > .grid > div h3 {
  color: var(--tahado-connected-ivory);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
}

main#main > section.section-benefits[section-id="fbb628c0-bb04-49d9-ae5a-3bbd6a1c5a13"] > .theme-container > .grid > div p {
  color: var(--tahado-connected-muted);
  font-size: 14px;
  line-height: 1.55;
}

main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] {
  background:
    radial-gradient(circle at 20% 0%, rgba(166, 112, 35, 0.16), transparent 32%),
    radial-gradient(circle at 80% 45%, rgba(92, 55, 18, 0.16), transparent 38%),
    linear-gradient(180deg, #0b0703 0%, #050403 52%, #090604 100%);
  box-shadow:
    inset 0 1px 0 rgba(199, 154, 59, 0.18),
    inset 0 -1px 0 rgba(120, 74, 24, 0.14);
  padding-block: 68px 86px;
}

main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] > .theme-container > .md\:flex {
  border-bottom-color: rgba(199, 154, 59, 0.25);
  margin-bottom: 18px;
  padding-bottom: 20px;
}

@media (max-width: 1023px) {
  main#main > section.section-benefits[section-id="fbb628c0-bb04-49d9-ae5a-3bbd6a1c5a13"] {
    padding: 54px 16px 50px;
  }

  main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] {
    padding-block: 52px 64px;
  }
}

@media (max-width: 767px) {
  main#main > section.section-benefits[section-id="fbb628c0-bb04-49d9-ae5a-3bbd6a1c5a13"] {
    padding: 48px 16px 44px;
  }

  main#main > section.section-benefits[section-id="fbb628c0-bb04-49d9-ae5a-3bbd6a1c5a13"] > .theme-container > .grid {
    gap: 24px 16px;
  }

  main#main > section.section-benefits[section-id="fbb628c0-bb04-49d9-ae5a-3bbd6a1c5a13"] > .theme-container > .grid > div {
    gap: 10px;
  }

  main#main > section.section-benefits[section-id="fbb628c0-bb04-49d9-ae5a-3bbd6a1c5a13"] > .theme-container > .grid > div h3 {
    font-size: 13px;
  }

  main#main > section.section-benefits[section-id="fbb628c0-bb04-49d9-ae5a-3bbd6a1c5a13"] > .theme-container > .grid > div p {
    font-size: 12px;
  }

  main#main > section.section-categories[section-id="65d7feb6-cea8-43aa-a9bd-5f365b819789"] {
    padding: 48px 16px 56px;
  }
}

/* Tahado Alexandria story banner image fit.
   Scope: Alexandria story banner section only. */

main#main > section.section-hero[section-id="d1d242a6-62a4-4301-a0fc-c14d7d4f4c24"] {
  position: relative;
  display: block;
  width: 100%;
  min-height: 0;
  aspect-ratio: 2172 / 724;
  padding: 0;
  background: #02070c;
  overflow: hidden;
  isolation: isolate;
}

main#main > section.section-hero[section-id="d1d242a6-62a4-4301-a0fc-c14d7d4f4c24"] > .absolute.inset-0.-z-10 {
  z-index: 0;
  background: #02070c;
}

main#main > section.section-hero[section-id="d1d242a6-62a4-4301-a0fc-c14d7d4f4c24"] > .absolute.inset-0.-z-10 picture,
main#main > section.section-hero[section-id="d1d242a6-62a4-4301-a0fc-c14d7d4f4c24"] > .absolute.inset-0.-z-10 img {
  display: block;
  width: 100%;
  height: 100%;
}

main#main > section.section-hero[section-id="d1d242a6-62a4-4301-a0fc-c14d7d4f4c24"] > .absolute.inset-0.-z-10 img {
  object-fit: contain;
  object-position: center center;
  background: #02070c;
}

main#main > section.section-hero[section-id="d1d242a6-62a4-4301-a0fc-c14d7d4f4c24"] > .theme-container {
  display: none;
}

@media (max-width: 767px) {
  main#main > section.section-hero[section-id="d1d242a6-62a4-4301-a0fc-c14d7d4f4c24"] {
    min-height: 0;
    aspect-ratio: 2172 / 724;
    background: #02070c;
  }
}

/* Tahado luxury footer refinement.
   Scope: Growth footer only. */

#footer.bg-secondary {
  --tahado-footer-gold: #c79a3b;
  --tahado-footer-gold-soft: #d8ad4a;
  --tahado-footer-ivory: #f5efe3;
  --tahado-footer-muted: #b9aa8c;

  background:
    radial-gradient(circle at 14% 18%, rgba(166, 112, 35, 0.16), transparent 32%),
    radial-gradient(circle at 82% 22%, rgba(65, 38, 14, 0.2), transparent 38%),
    linear-gradient(180deg, #090604 0%, #050403 54%, #020202 100%);
  box-shadow: inset 0 1px 0 rgba(199, 154, 59, 0.24);
  color: var(--tahado-footer-ivory);
  padding: 70px 64px 35px;
}

#footer.bg-secondary > .theme-container {
  max-width: 1320px;
  margin-inline: auto;
}

#footer.bg-secondary > .theme-container > .grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  align-items: start;
  gap: clamp(42px, 6vw, 80px);
}

#footer.bg-secondary > .theme-container > .grid > div {
  min-width: 0;
}

#footer.bg-secondary img[alt="Tahado"] {
  width: 92px;
  height: 92px;
  object-fit: contain;
  margin-bottom: 26px;
  filter: drop-shadow(0 12px 22px rgba(199, 154, 59, 0.18));
}

#footer.bg-secondary .slate-editor {
  max-width: 560px;
  color: var(--tahado-footer-ivory);
  font-size: 18px;
  line-height: 1.55;
}

#footer.bg-secondary .slate-editor [data-slate-node="element"] {
  margin: 0;
}

#footer.bg-secondary h3.text-foreground {
  color: var(--tahado-footer-gold-soft);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

#footer.bg-secondary h3.text-foreground::after {
  display: block;
  width: 44px;
  height: 1px;
  margin-top: 12px;
  content: "";
  background: rgba(199, 154, 59, 0.45);
}

#footer.bg-secondary .space-y-4 > h3.text-foreground:has(+ .flex.gap-3:empty),
#footer.bg-secondary .space-y-4 > .flex.gap-3:empty {
  display: none;
}

#footer.bg-secondary ul[role="list"] {
  margin-top: 24px;
}

#footer.bg-secondary ul[role="list"] > li.flex.items-center {
  gap: 10px;
  margin-bottom: 14px;
  color: var(--tahado-footer-muted);
}

#footer.bg-secondary ul[role="list"] svg {
  width: 18px;
  height: 18px;
  color: var(--tahado-footer-gold-soft);
  stroke-width: 1.5;
}

#footer.bg-secondary a.text-foreground {
  color: var(--tahado-footer-ivory);
  font-size: 15px;
  line-height: 1.45;
  text-decoration: none;
  transition: color 180ms ease;
}

#footer.bg-secondary a.text-foreground:hover,
#footer.bg-secondary a.text-foreground:focus-visible {
  color: var(--tahado-footer-gold-soft);
}

#footer.bg-secondary > .theme-container > .flex.flex-col.items-center {
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid rgba(199, 154, 59, 0.24);
  color: var(--tahado-footer-muted);
}

#footer.bg-secondary > .theme-container > .flex.flex-col.items-center a[href*="zid.sa"] {
  color: rgba(185, 170, 140, 0.68);
  opacity: 0.72;
  transition: opacity 180ms ease, color 180ms ease;
}

#footer.bg-secondary > .theme-container > .flex.flex-col.items-center a[href*="zid.sa"]:hover,
#footer.bg-secondary > .theme-container > .flex.flex-col.items-center a[href*="zid.sa"]:focus-visible {
  color: var(--tahado-footer-muted);
  opacity: 0.9;
}

#footer.bg-secondary > .theme-container > .flex.flex-col.items-center a[href*="zid.sa"] img {
  opacity: 0.72;
  filter: saturate(0.7) brightness(0.8);
}

@media (max-width: 1023px) {
  #footer.bg-secondary {
    padding: 56px 28px 30px;
  }

  #footer.bg-secondary > .theme-container > .grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 767px) {
  #footer.bg-secondary {
    padding: 45px 18px 25px;
  }

  #footer.bg-secondary > .theme-container > .grid {
    gap: 30px;
  }

  #footer.bg-secondary img[alt="Tahado"] {
    width: 78px;
    height: 78px;
    margin-inline: auto;
    margin-bottom: 22px;
  }

  #footer.bg-secondary .space-y-4 {
    text-align: center;
  }

  #footer.bg-secondary .slate-editor {
    max-width: none;
    font-size: 15px;
    line-height: 1.6;
  }

  #footer.bg-secondary h3.text-foreground {
    font-size: 11px;
  }

  #footer.bg-secondary h3.text-foreground::after {
    margin-inline: auto;
  }

  #footer.bg-secondary ul[role="list"] > li.flex.items-center {
    justify-content: center;
    gap: 8px;
    text-align: center;
  }

  #footer.bg-secondary a.text-foreground {
    overflow-wrap: anywhere;
    font-size: 14px;
  }

  #footer.bg-secondary > .theme-container > .flex.flex-col.items-center {
    margin-top: 32px;
    padding-top: 20px;
  }
}

/* Tahado mobile viewport containment.
   Scope: mobile header and homepage hero banners only. */

@media (max-width: 767px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .sticky.top-0.z-50,
  .sticky.top-0.z-50 > header.bg-secondary.border-b {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-inline: 0;
    box-sizing: border-box;
  }

  .sticky.top-0.z-50 {
    height: 74px !important;
    min-height: 74px !important;
    max-height: 74px !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    padding-block: 0 !important;
    overflow: visible !important;
  }

  .sticky.top-0.z-50 > header.bg-secondary.border-b {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 74px !important;
    min-height: 74px !important;
    max-height: 74px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
  }

  .sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 74px !important;
    min-height: 74px !important;
    max-height: 74px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    box-sizing: border-box;
    overflow: visible !important;
  }

  .sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container > div.flex.items-center.gap-8 {
    height: 74px !important;
    min-height: 74px !important;
    max-height: 74px !important;
    margin: 0 !important;
    padding-block: 0 !important;
    align-items: center !important;
    min-width: 0;
    gap: 0;
  }

  .sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container a[aria-label="Home"].shrink-0 {
    position: absolute !important;
    inset: auto !important;
    left: 50% !important;
    right: auto !important;
    top: calc(50% + 16px) !important;
    bottom: auto !important;
    width: 52px !important;
    max-width: 52px !important;
    height: 52px !important;
    max-height: 52px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: visible !important;
    transform: translate(-50%, -50%) !important;
    z-index: 2;
  }

  .sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container a[aria-label="Home"].shrink-0 picture {
    display: none !important;
  }

  .sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container a[aria-label="Home"].shrink-0 picture:last-of-type {
    position: static !important;
    inset: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 46px !important;
    height: 46px !important;
    max-width: 46px !important;
    max-height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    transform: none !important;
  }

  .sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container a[aria-label="Home"].shrink-0 img {
    display: none !important;
  }

  .sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container a[aria-label="Home"].shrink-0 > img:last-of-type,
  .sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container a[aria-label="Home"].shrink-0 picture:last-of-type img:last-of-type {
    position: static !important;
    inset: auto !important;
    display: block !important;
    width: auto !important;
    max-width: 46px !important;
    height: auto !important;
    max-height: 46px !important;
    margin: 0 !important;
    padding: 0 !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: none !important;
  }

  .sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container a[aria-label="Home"].shrink-0 ~ a[aria-label="Home"].shrink-0 {
    display: none !important;
  }

  .sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container button[aria-label="Toggle menu"],
  .sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container > ul.flex.items-center.gap-1 > li > a,
  .sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container > ul.flex.items-center.gap-1 > li > button {
    flex: 0 0 auto;
  }

  .sticky.top-0.z-50 > header.bg-secondary.border-b > nav.theme-container > ul.flex.items-center.gap-1 {
    position: relative;
    z-index: 1;
    height: 74px !important;
    min-height: 74px !important;
    max-height: 74px !important;
    align-items: center !important;
    flex: 0 0 auto;
    min-width: 0;
    margin: 0 !important;
    padding-block: 0 !important;
  }

  main#main,
  main#main > section.section-hero[section-id="653e0b02-2e66-4b66-b84b-72e38290d295"],
  main#main > section.section-hero[section-id="d1d242a6-62a4-4301-a0fc-c14d7d4f4c24"] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-inline: 0;
    box-sizing: border-box;
    overflow: hidden;
  }

  main#main > section.section-hero[section-id="653e0b02-2e66-4b66-b84b-72e38290d295"] > .absolute.inset-0.-z-10,
  main#main > section.section-hero[section-id="d1d242a6-62a4-4301-a0fc-c14d7d4f4c24"] > .absolute.inset-0.-z-10,
  main#main > section.section-hero[section-id="653e0b02-2e66-4b66-b84b-72e38290d295"] > .absolute.inset-0.-z-10 picture,
  main#main > section.section-hero[section-id="d1d242a6-62a4-4301-a0fc-c14d7d4f4c24"] > .absolute.inset-0.-z-10 picture,
  main#main > section.section-hero[section-id="653e0b02-2e66-4b66-b84b-72e38290d295"] > .absolute.inset-0.-z-10 img,
  main#main > section.section-hero[section-id="d1d242a6-62a4-4301-a0fc-c14d7d4f4c24"] > .absolute.inset-0.-z-10 img {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    transform: none;
  }

  main#main > section.section-hero[section-id="653e0b02-2e66-4b66-b84b-72e38290d295"] > .absolute.inset-0.-z-10 img,
  main#main > section.section-hero[section-id="d1d242a6-62a4-4301-a0fc-c14d7d4f4c24"] > .absolute.inset-0.-z-10 img {
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  main#main > section.section-hero[section-id="653e0b02-2e66-4b66-b84b-72e38290d295"] > .theme-container {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    transform: none;
    box-sizing: border-box;
  }
}