@font-face {
  font-family: "Rashfa Cairo";
  src: url("../fonts/Cairo-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
}

:root {
  --brand-olive: #606041;
  --brand-olive-deep: #393824;
  --brand-brown: #58321a;
  --brand-gold: #c99214;
  --brand-gold-deep: #a97a36;
  --brand-terracotta: #c4542b;
  --cream: #f1e3d4;
  --surface: #fbfaf8;
  --page-bg: #f2eee8;
  --ink: #1a1d0a;
  --muted: #77756e;
  --line: rgba(57, 56, 36, 0.12);
  --shadow: 0 14px 40px rgba(52, 42, 25, 0.1);
  color-scheme: light;
  font-family: "Rashfa Cairo", Tahoma, Arial, sans-serif;
  font-synthesis: none;
  font-synthesis-style: none;
  font-style: normal;
}

* {
  box-sizing: border-box;
  font-synthesis: none;
}

html {
  scroll-behavior: smooth;
  background: #ded8cf;
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: clip;
  background: #ded8cf;
  color: var(--ink);
  font-family: inherit;
  font-style: normal;
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea,
optgroup,
option {
  font: inherit;
  font-style: normal;
  font-synthesis: none;
}

em,
i,
address,
cite,
dfn,
var {
  font-style: normal;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
}

[hidden] {
  display: none !important;
}

.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-shell {
  position: relative;
  width: min(100%, 620px);
  min-height: 100vh;
  margin-inline: auto;
  overflow: clip;
  background: var(--surface);
  box-shadow: 0 0 60px rgba(41, 34, 24, 0.16);
}

.site-header {
  position: relative;
  z-index: 30;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) 96px;
  align-items: center;
  min-height: 104px;
  padding: 14px 18px 10px;
  background: rgba(251, 250, 248, 0.96);
  direction: ltr;
}

.brand-logo-link {
  display: grid;
  place-items: center;
  justify-self: center;
}

.brand-logo {
  display: block;
  width: 118px;
  aspect-ratio: 198 / 115;
  background-image: url("../img/home-design.jpg");
  background-repeat: no-repeat;
  background-size: 287.38% auto;
  background-position: 47.71% 2.13%;
}

.brand-logo--drawer {
  width: 102px;
}

.icon-button,
.cart-button,
.mobile-search-action {
  display: grid;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.icon-button svg,
.cart-button svg,
.mobile-search-action svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.menu-button {
  justify-self: start;
}

.cart-button {
  position: relative;
  justify-self: end;
}

.cart-button svg {
  width: 34px;
  height: 34px;
}

.cart-count {
  display: grid;
  min-width: 22px;
  height: 22px;
  padding-inline: 5px;
  place-items: center;
  border: 2px solid var(--surface);
  border-radius: 999px;
  background: var(--brand-gold-deep);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.cart-button .cart-count {
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 1px;
}

body[data-cart-count="0"] .cart-count {
  opacity: 0;
}

.desktop-nav {
  display: none;
}

.mobile-header-leading {
  display: contents;
}

.mobile-account-action,
.mobile-cart-label,
.mobile-home-discovery {
  display: none;
}

.sprite-crop {
  background-repeat: no-repeat;
  background-color: #d8d0c4;
}

.home-page,
.catalog-page {
  padding-block-end: 112px;
  background: var(--surface);
}

.hero {
  padding-inline: 0;
}

.hero__image {
  width: 100%;
  aspect-ratio: 569 / 772;
  overflow: hidden;
  border-radius: 34px 34px 0 0;
  background-image: url("../img/home-design.jpg");
  background-size: 100% auto;
  background-position: 50% 11.3%;
}

.trust-strip {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-block-start: -1px;
  padding: 27px 13px 25px;
  border-radius: 0 0 35px 35px;
  background: linear-gradient(180deg, #fff 0%, #f8f5ef 100%);
  box-shadow: 0 10px 24px rgba(57, 50, 38, 0.06);
  direction: ltr;
}

.trust-item {
  display: grid;
  justify-items: center;
  gap: 10px;
  min-width: 0;
  color: #1f241c;
  direction: rtl;
  text-align: center;
}

.trust-item svg {
  width: 41px;
  height: 41px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-item span {
  white-space: nowrap;
  font-size: clamp(12px, 3.6vw, 17px);
  font-weight: 700;
}

.content-section {
  padding-inline: 19px;
}

.featured-section {
  padding-block-start: 47px;
}

.section-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-block-end: 19px;
}

.section-heading h2 {
  margin: 0;
  font-size: clamp(20px, 5.4vw, 30px);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.section-heading a {
  color: var(--brand-gold-deep);
  font-size: clamp(16px, 4.3vw, 21px);
  font-weight: 800;
}

.section-heading--single {
  justify-content: flex-start;
}

.featured-grid,
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  direction: ltr;
}

.product-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(57, 56, 36, 0.05);
  border-radius: 23px;
  background: #f9f7f2;
  direction: rtl;
  box-shadow: 0 9px 25px rgba(64, 50, 31, 0.07);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-card:active {
  transform: scale(0.985);
}

.product-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 255 / 287;
  overflow: hidden;
  border-radius: 22px 22px 0 0;
}

.product-card__media-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.product-card__media.has-uploaded-image,
.product-detail__media.has-uploaded-image {
  background-position: center;
  background-size: cover;
}

.product-photo--green,
.product-photo--beige,
.category-item__photo {
  background-image: url("../img/home-design.jpg");
}

.product-photo--green {
  background-size: 223.14% auto;
  background-position: 6.37% 57.19%;
}

.product-photo--beige {
  background-size: 225.79% auto;
  background-position: 92.74% 57.19%;
}

.badge {
  position: absolute;
  top: 14px;
  right: auto;
  bottom: auto;
  left: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 3px 11px;
  border-radius: 999px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.badge--olive {
  top: auto;
  right: 14px;
  bottom: 14px;
  left: auto;
  background: #526043;
}

.badge--sale {
  background: var(--brand-terracotta);
  direction: ltr;
}

.favorite-button {
  position: absolute;
  top: 12px;
  right: 12px;
  left: auto;
  z-index: 3;
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0;
  place-items: center;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
}

.favorite-button svg {
  width: 30px;
  height: 30px;
  fill: rgba(0, 0, 0, 0.05);
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0;
  transition: transform 160ms ease, fill 160ms ease;
}

.favorite-button.is-active svg {
  fill: var(--brand-terracotta);
  stroke: var(--brand-terracotta);
  opacity: 1;
  transform: scale(1.08);
}

.product-card__media > .badge {
  display: none;
}

.product-card__body {
  min-height: 143px;
  padding: 16px 15px 15px;
}

.product-card__body h3 {
  min-height: 54px;
  margin: 0;
  font-size: clamp(15px, 4.2vw, 20px);
  font-weight: 750;
  line-height: 1.65;
}

.product-card__buy-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
}

.price-wrap {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.price-wrap strong {
  white-space: nowrap;
  font-size: clamp(18px, 5vw, 25px);
  font-weight: 800;
}

.price-wrap strong span {
  font-size: 0.65em;
  font-weight: 700;
}

.price-wrap del {
  color: #aaa49a;
  font-size: 14px;
}

.add-cart-button {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  padding: 0;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: var(--brand-olive-deep);
  color: #fff;
  cursor: pointer;
  box-shadow: 0 7px 14px rgba(57, 56, 36, 0.2);
  transition: transform 160ms ease, background 160ms ease;
}

.add-cart-button svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.add-cart-button.is-added {
  background: var(--brand-gold-deep);
  transform: scale(1.08);
}

.add-cart-button.is-loading {
  opacity: 0.65;
}

.categories-section {
  padding-block-end: 28px;
}

.category-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  direction: ltr;
}

.category-item {
  display: grid;
  min-width: 0;
  justify-items: center;
  gap: 9px;
  direction: rtl;
  text-align: center;
}

.category-item__photo {
  display: block;
  width: min(100%, 92px);
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(57, 56, 36, 0.04), 0 4px 12px rgba(57, 50, 36, 0.08);
}

.category-photo--ceramic,
.category-photo--color,
.category-photo--thermal,
.category-photo--accessories {
  background-size: 508.04% auto;
}

.category-photo--ceramic {
  background-position: 5.47% 87.14%;
}

.category-photo--color {
  background-position: 33.92% 87.14%;
}

.category-photo--thermal {
  background-position: 63.89% 87.14%;
}

.category-photo--accessories {
  background-position: 94.31% 87.14%;
}

.category-item > span:last-child {
  font-size: clamp(12px, 3.45vw, 16px);
  font-weight: 750;
  line-height: 1.45;
}

.assurance {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
  width: calc(100% - 38px);
  margin-inline: auto;
  padding: 22px 18px;
  border-radius: 21px;
  background: linear-gradient(135deg, #f7f3ec, #fff);
  box-shadow: inset 0 0 0 1px rgba(57, 56, 36, 0.03);
}

.assurance svg {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  fill: none;
  stroke: var(--brand-olive-deep);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.assurance h2,
.assurance p {
  margin: 0;
}

.assurance h2 {
  font-size: clamp(17px, 4.5vw, 23px);
  font-weight: 800;
}

.assurance p {
  margin-block-start: 4px;
  color: #766f65;
  font-size: clamp(13px, 3.6vw, 17px);
}

.bottom-nav {
  position: fixed;
  inset-block-end: 0;
  inset-inline-start: auto;
  left: 50%;
  z-index: 50;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: min(100%, 620px);
  min-height: 86px;
  padding: 9px 7px max(8px, env(safe-area-inset-bottom));
  border-block-start: 1px solid var(--line);
  background: rgba(251, 250, 248, 0.96);
  box-shadow: 0 -8px 22px rgba(49, 42, 31, 0.08);
  transform: translateX(-50%);
  backdrop-filter: blur(16px);
}

.bottom-nav a,
.bottom-nav button {
  position: relative;
  display: grid;
  min-width: 0;
  padding: 3px 2px;
  place-items: center;
  gap: 2px;
  border: 0;
  background: transparent;
  color: #686a61;
  cursor: pointer;
}

.bottom-nav svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bottom-nav span:last-child {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 650;
}

.bottom-nav .is-active {
  color: var(--brand-gold-deep);
}

.bottom-nav .is-active svg {
  fill: currentColor;
  stroke: currentColor;
}

.bottom-nav__count {
  position: absolute;
  inset-block-start: -3px;
  inset-inline-start: 13px;
  z-index: 2;
}

.drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(20, 20, 12, 0.45);
  backdrop-filter: blur(3px);
}

.drawer {
  position: fixed;
  inset-block: 0;
  inset-inline-start: 0;
  z-index: 90;
  width: min(84vw, 360px);
  padding: 22px;
  background: var(--surface);
  box-shadow: -20px 0 50px rgba(20, 20, 12, 0.25);
  transform: translateX(105%);
  transition: transform 240ms ease;
}

.drawer-open {
  overflow: hidden;
}

.drawer-open .drawer {
  transform: translateX(0);
}

.drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block-end: 20px;
  border-block-end: 1px solid var(--line);
}

.drawer__head .icon-button {
  font-size: 36px;
  font-weight: 300;
}

.drawer__nav {
  display: grid;
  margin-block-start: 22px;
}

.drawer__nav a {
  padding-block: 14px;
  border-block-end: 1px solid var(--line);
  font-size: 18px;
  font-weight: 700;
}

.drawer__tagline {
  margin-block-start: 35px;
  color: var(--brand-gold-deep);
  font-weight: 800;
}

.toast {
  position: fixed;
  left: 50%;
  right: auto;
  inset-block-end: 104px;
  z-index: 120;
  width: max-content;
  max-width: calc(100vw - 32px);
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--brand-olive-deep);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  opacity: 0;
  transform: translate(-50%, 14px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
  box-shadow: var(--shadow);
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.flash {
  position: relative;
  z-index: 20;
  margin: 10px 18px;
  padding: 12px 15px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 750;
}

.flash--success { background: #e5efdf; color: #3d5b34; }
.flash--error { background: #f6ddd7; color: #873927; }

.search-panel {
  padding: 25px 18px 18px;
}

.catalog-filter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 210px);
  gap: 10px;
}

.search-box {
  display: flex;
  align-items: center;
  min-height: 68px;
  gap: 12px;
  padding-inline: 20px;
  border: 1px solid #ddd5ca;
  border-radius: 20px;
  background: #f7f4ef;
  box-shadow: inset 0 1px 2px rgba(44, 38, 28, 0.03);
}

.search-box input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 16px;
}

.search-box input::placeholder {
  color: #a7a19a;
}

.search-box svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.category-filter {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 68px;
  border: 1px solid #ddd5ca;
  border-radius: 20px;
  background: #f7f4ef;
}

.category-filter select {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0 18px;
  appearance: none;
  border: 0;
  outline: 0;
  background: transparent;
  color: transparent;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.category-filter select option {
  color: var(--ink);
  background: #fff;
}

.category-filter__value {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--ink);
  font-weight: 750;
  pointer-events: none;
}

.category-filter__value svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.category-filter:focus-within {
  border-color: var(--brand-gold-deep);
  box-shadow: 0 0 0 3px rgba(185, 133, 50, .12);
}

.catalog-section {
  padding-block: 22px 28px;
}

.catalog-grid {
  gap: 17px 14px;
}

.catalog-grid .product-card__media {
  aspect-ratio: 157 / 207;
}

.catalog-grid .product-card__body {
  min-height: 128px;
  padding: 14px 13px 13px;
}

.catalog-grid .product-card__body h3 {
  min-height: 47px;
  font-size: clamp(14px, 4vw, 18px);
}

.catalog-grid .add-cart-button {
  width: 43px;
  height: 43px;
  border-radius: 14px;
}

.catalog-photo--green,
.catalog-photo--orange,
.catalog-photo--black,
.catalog-photo--beige,
.catalog-photo--tumbler,
.catalog-photo--dripper {
  background-image: url("../img/catalog-design.jpg");
}

.catalog-photo--green {
  background-size: 224.84% auto;
  background-position: 6.63% 17.23%;
}

.catalog-photo--orange {
  background-size: 226.28% auto;
  background-position: 93.40% 17.23%;
}

.catalog-photo--black {
  background-size: 224.84% auto;
  background-position: 6.63% 41.94%;
}

.catalog-photo--beige {
  background-size: 226.28% auto;
  background-position: 93.40% 41.94%;
}

.catalog-photo--tumbler {
  background-size: 224.84% auto;
  background-position: 6.63% 66.10%;
}

.catalog-photo--dripper {
  background-size: 226.28% auto;
  background-position: 93.40% 66.10%;
}

.empty-search {
  margin: 50px 0;
  color: var(--muted);
  text-align: center;
}

.shipping-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: calc(100% - 36px);
  margin: 10px auto 0;
  padding: 24px 20px;
  border-radius: 20px;
  background: linear-gradient(130deg, #4b4b31, #2f311c);
  color: #fff;
}

.shipping-banner svg {
  width: 86px;
  height: 65px;
  fill: none;
  stroke: var(--brand-gold-deep);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shipping-banner h2,
.shipping-banner p {
  margin: 0;
}

.shipping-banner h2 {
  font-size: 24px;
}

.shipping-banner p {
  font-size: 14px;
}

.shipping-banner strong {
  display: block;
  margin-block-start: 5px;
  font-size: 12px;
}

.error-page {
  display: grid;
  min-height: calc(100vh - 104px);
  padding: 70px 24px 130px;
  place-content: center;
  justify-items: center;
  text-align: center;
}

.page-hero {
  margin: 0 18px 24px;
  padding: 27px 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--brand-olive-deep), var(--brand-olive));
  color: #fff;
}

.page-hero span,
.eyebrow {
  color: #d7b06e;
  font-size: 13px;
  font-weight: 800;
}

.page-hero h1 { margin: 4px 0; font-size: 30px; }
.page-hero p { margin: 0; color: #eeeade; line-height: 1.8; }

.breadcrumbs {
  display: flex;
  gap: 8px;
  padding: 18px;
  overflow: hidden;
  color: var(--muted);
  font-size: 13px;
  white-space: nowrap;
}

.breadcrumbs strong { color: var(--ink); overflow: hidden; text-overflow: ellipsis; }

.product-detail {
  display: grid;
  gap: 24px;
  padding: 0 18px 35px;
}

.product-detail__media {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.product-detail__content h1 { margin: 6px 0 8px; font-size: 31px; }
.product-detail__content > p { color: #67655f; line-height: 1.9; }
.product-detail__price { display: flex; align-items: baseline; gap: 12px; }
.product-detail__price strong { font-size: 27px; }
.product-detail__price del { color: #aaa49a; }
.stock-state { margin: 15px 0; padding: 11px 13px; border-radius: 11px; font-weight: 750; }
.stock-state.is-available { background: #e7f0e1; color: #47613d; }
.stock-state.is-unavailable { background: #f5ded8; color: #873c2b; }
.product-order-form { display: grid; grid-template-columns: 110px 1fr; gap: 13px; }
.field-wide { grid-column: 1 / -1; }
.product-order-form label,.form-grid label { display: grid; gap: 6px; font-weight: 700; }
.product-order-form input,.product-order-form textarea,.form-grid input,.form-grid select,.form-grid textarea,.coupon-form input,.cart-line input {
  width: 100%; padding: 11px 12px; border: 1px solid #ddd5ca; border-radius: 10px; background: #fff; color: var(--ink); outline: 0;
}

.primary-button,.secondary-button,.whatsapp-button {
  display: inline-flex; align-items: center; justify-content: center; padding: 12px 19px; border: 0; border-radius: 12px; font-weight: 800; cursor: pointer;
}
.primary-button { background: var(--brand-gold-deep); color: #fff; }
.primary-button--block { width: 100%; }
.secondary-button { background: #ece9e2; color: var(--brand-olive-deep); }
.whatsapp-button { background: #4b7d4a; color: #fff; }

.commerce-page,.product-page { min-height: calc(100vh - 104px); padding-block: 18px 120px; background: var(--page-bg); }
.commerce-layout { display: grid; gap: 17px; padding: 0 18px; }
.panel { padding: 18px; border: 1px solid rgba(57,56,36,.08); border-radius: 20px; background: #fff; box-shadow: 0 10px 30px rgba(58,47,32,.05); }
.panel h2 { margin-block-start: 0; }
.cart-items { display: grid; gap: 13px; }
.cart-line { display: grid; grid-template-columns: 88px 1fr auto; gap: 12px; align-items: start; padding-block-end: 15px; border-block-end: 1px solid var(--line); }
.cart-line__image { display: block; width: 88px; aspect-ratio: 1; border-radius: 15px; background-image: url("../img/catalog-design.jpg"); }
.cart-line__content h2 { margin: 0 0 2px; font-size: 17px; }
.cart-line__content label { display: grid; grid-template-columns: 60px 1fr; align-items: center; gap: 8px; margin-block-start: 7px; font-size: 13px; }
.cart-line__content input { padding: 7px; }
.order-summary dl { display: grid; gap: 10px; margin: 18px 0; }
.order-summary dl>div { display: flex; justify-content: space-between; gap: 10px; }
.order-summary dd { margin: 0; text-align: end; }
.discount-row { color: var(--brand-terracotta); }
.summary-total { padding-block-start: 12px; border-block-start: 2px solid var(--brand-olive-deep); font-size: 20px; font-weight: 800; }
.demo-notice { margin: 12px 0; padding: 12px; border-radius: 11px; background: #f7ebd7; color: #76501f; }
.coupon-box { display: grid; gap: 12px; margin: 18px 0; padding: 15px; border: 1px solid #e3ddd2; border-radius: 15px; background: #faf8f3; }
.coupon-box__heading { display: grid; gap: 2px; }
.coupon-box__heading span { color: var(--brand-gold-deep); font-size: 12px; font-weight: 800; }
.coupon-box__heading h3 { margin: 0; font-size: 16px; }
.coupon-form { display: grid; gap: 8px; }
.coupon-form__controls { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 8px; }
.coupon-form input { min-width: 0; }
.coupon-form button,.coupon-active button { min-height: 44px; padding: 9px 15px; border: 0; border-radius: 10px; color: #fff; font-weight: 800; white-space: nowrap; cursor: pointer; transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease; }
.coupon-form button { border: 1px solid #8c622b; background: linear-gradient(135deg, var(--brand-gold-deep), #8f6329); box-shadow: 0 8px 18px rgba(143,99,41,.25); }
.coupon-form button:hover { filter: brightness(1.08); box-shadow: 0 10px 22px rgba(143,99,41,.32); }
.coupon-form button:active { transform: translateY(1px); box-shadow: 0 4px 10px rgba(143,99,41,.22); }
.coupon-form button:focus-visible { outline: 3px solid rgba(201,146,20,.3); outline-offset: 2px; }
.coupon-form button:disabled,.coupon-active button:disabled { cursor: wait; opacity: .7; }
.coupon-message { min-height: 0; margin: 0; color: #416037; font-size: 12px; font-weight: 700; }
.coupon-message:empty { display: none; }
.coupon-message.is-error { color: var(--danger); }
.coupon-active { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 12px; border-radius: 11px; background: #e7efdf; color: #416037; }
.coupon-active[hidden],.coupon-form[hidden],.discount-row[hidden] { display: none; }
.coupon-active span { display: grid; gap: 2px; font-size: 13px; }
.coupon-active strong { font-size: 15px; }
.coupon-active button { min-height: 36px; padding-block: 7px; background: #5d704c; }
.checkout-form .form-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.checkbox-field { display: flex!important; grid-template-columns: none!important; align-items: center; }
.checkbox-field input { width: auto; }
.checkout-line,.receipt-line { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-block-end: 1px solid var(--line); }
.secure-note { color: var(--muted); font-size: 12px; text-align: center; }
.payment-card { width: calc(100% - 36px); margin: 20px auto; padding: 32px 22px; text-align: center; }
.payment-icon { display: grid; width: 68px; height: 68px; margin: 0 auto 15px; place-items: center; border-radius: 50%; background: var(--olive); color: #fff; font-size: 34px; }
.payment-card h1 { margin: 8px 0; }
.payment-total { display: block; margin: 8px 0 18px; font-size: 34px; }
.order-success { margin: 0 18px 20px; padding: 28px; border-radius: 22px; background: linear-gradient(135deg,var(--brand-olive-deep),var(--brand-olive)); color: #fff; text-align: center; }
.order-success h1 { margin: 4px 0; }
.order-success .payment-icon { background: var(--gold); }
.empty-state { display: grid; width: calc(100% - 36px); min-height: 260px; margin: 20px auto; padding: 30px; place-content: center; justify-items: center; border-radius: 20px; background: #fff; text-align: center; }
.empty-state h2,.empty-state p { margin: 4px; }
.hero--managed { position: relative; overflow: hidden; }
.managed-banner-art{position:absolute;z-index:0;inset:0}.managed-banner-art img{width:100%;height:100%;object-fit:cover}.hero__image{position:relative}
.hero__carousel { position: relative; width: 100%; aspect-ratio: 569 / 772; overflow: hidden; border-radius: 34px 34px 0 0; }
.hero-carousel__viewport { position: relative; width: 100%; height: 100%; }
.hero-carousel__slide { position: absolute; z-index: 0; inset: 0; display: block; color: inherit; opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(2%) scale(0.985); transition: opacity 420ms ease, transform 560ms ease, visibility 0s linear 560ms; }
.hero-carousel__slide.is-active { z-index: 1; opacity: 1; visibility: visible; pointer-events: auto; transform: translateX(0) scale(1); transition-delay: 0s; }
.hero-carousel__slide .hero__image { height: 100%; min-height: 0; aspect-ratio: auto; border-radius: inherit; }
.hero--managed .hero__managed-copy { position: absolute; z-index: 2; inset-inline: 7%; inset-block-end: 12%; max-width: 440px; padding: 16px 20px; border-radius: 18px; background: rgba(35,35,20,.78); color: #fff; backdrop-filter: blur(8px); }
.hero__managed-copy span { color: var(--brand-gold); font-weight: 800; }
.hero__managed-copy h1 { margin: 4px 0 0; font-size: clamp(24px,5vw,46px); }
.discovery-page { padding-block-end: 100px; }
.store-search { display: flex; gap: 9px; width: min(760px,calc(100% - 36px)); margin: -24px auto 26px; padding: 11px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 10px 30px rgba(45,38,27,.08); }
.store-search input { flex: 1; min-width: 0; padding: 11px 14px; border: 0; outline: 0; }
.store-search button { padding: 10px 24px; border: 0; border-radius: 12px; background: var(--brand-olive-deep); color: #fff; font-weight: 800; }
@media(max-width:600px){.hero--managed .hero__managed-copy{inset-inline:18px}.store-search{margin-block-start:-12px}}
.product-gallery{min-width:0}.product-detail__media.has-gallery-image{position:relative;display:block;overflow:hidden;padding:0;border:0;background:#fff;cursor:zoom-in}.product-detail__media.has-gallery-image>img{display:block;width:100%;height:100%;object-fit:contain;transition:transform 240ms ease}.product-detail__media.has-gallery-image:hover>img{transform:scale(1.025)}.product-gallery__zoom-hint{position:absolute;inset-inline-end:14px;inset-block-end:14px;display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:999px;background:rgba(48,48,29,.82);color:#fff;font-size:12px;font-weight:800;box-shadow:0 8px 20px rgba(0,0,0,.18);backdrop-filter:blur(8px)}.product-gallery__zoom-hint svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.product-gallery__thumbs{display:flex;gap:9px;overflow-x:auto;margin-block-start:12px;padding:3px 2px 7px;scrollbar-width:thin}.product-gallery__thumbs button{flex:0 0 76px;height:76px;padding:3px;border:2px solid transparent;border-radius:13px;background:#fff;opacity:.72;cursor:pointer;transition:border-color 160ms ease,opacity 160ms ease,transform 160ms ease}.product-gallery__thumbs button:hover{opacity:1;transform:translateY(-1px)}.product-gallery__thumbs button.is-active{border-color:var(--brand-gold);opacity:1;box-shadow:0 5px 14px rgba(169,122,54,.18)}.product-gallery__thumbs img{width:100%;height:100%;border-radius:9px;object-fit:cover}
.gallery-open{overflow:hidden}.product-lightbox{position:fixed;z-index:300;inset:0;display:grid;grid-template-columns:70px minmax(0,1fr) 70px;grid-template-rows:minmax(0,1fr) auto;align-items:center;padding:34px;background:rgba(20,19,13,.94);color:#fff;backdrop-filter:blur(12px)}.product-lightbox__close{position:absolute;inset-block-start:20px;inset-inline-end:22px;z-index:3;display:grid;width:46px;height:46px;padding:0;place-items:center;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:31px;line-height:1;cursor:pointer}.product-lightbox__stage{display:grid;grid-column:2;grid-row:1;width:100%;height:100%;max-height:calc(100vh - 120px);place-items:center;overflow:hidden}.product-lightbox__zoom{display:grid;width:100%;height:100%;padding:0;place-items:center;border:0;background:transparent;cursor:zoom-in}.product-lightbox__zoom img{display:block;max-width:100%;max-height:calc(100vh - 130px);object-fit:contain;transform-origin:var(--zoom-origin,50% 50%);transition:transform 220ms ease}.product-lightbox__zoom.is-zoomed{cursor:zoom-out}.product-lightbox__zoom.is-zoomed img{transform:scale(1.8)}.product-lightbox__nav{display:grid;width:52px;height:52px;padding:0;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:38px;line-height:1;cursor:pointer}.product-lightbox__nav:hover,.product-lightbox__close:hover{background:rgba(255,255,255,.18)}.product-lightbox__nav--previous{grid-column:1;grid-row:1}.product-lightbox__nav--next{grid-column:3;grid-row:1}.product-lightbox__footer{display:flex;grid-column:2;grid-row:2;align-items:center;justify-content:center;gap:18px;padding-block-start:16px;color:rgba(255,255,255,.7);font-size:13px}.product-lightbox__footer strong{color:#fff;font-size:15px}.product-lightbox[hidden]{display:none}
@media(max-width:700px){.product-gallery__zoom-hint{inset-inline-end:10px;inset-block-end:10px;padding:7px 9px;font-size:11px}.product-gallery__thumbs button{flex-basis:66px;height:66px}.product-lightbox{grid-template-columns:48px minmax(0,1fr) 48px;padding:18px 8px}.product-lightbox__close{inset-block-start:max(12px,env(safe-area-inset-top));inset-inline-end:12px;width:42px;height:42px}.product-lightbox__nav{width:42px;height:42px;font-size:31px}.product-lightbox__zoom img{max-height:calc(100vh - 150px)}.product-lightbox__zoom.is-zoomed img{transform:scale(1.55)}.product-lightbox__footer span{display:none}}
.wishlist-grid>div{min-width:0}.account-page{padding-block-end:100px}.account-layout,.account-auth-grid{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.4fr);gap:18px;width:min(1100px,calc(100% - 36px));margin:-18px auto 30px;align-items:start}.account-content{display:grid;gap:18px}.account-profile{display:grid;gap:4px}.account-profile h2,.account-profile p{margin:0}.account-profile>span{color:var(--brand-gold-deep);font-weight:800}.account-profile form{margin-block-start:16px}.account-orders{display:grid}.account-orders a{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-block-end:1px solid var(--line)}.account-orders a>span{display:grid}.account-orders a>span:last-child{text-align:left}.account-orders small{color:var(--muted)}.empty-state--inside{width:100%;min-height:170px;margin:0}.account-auth-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.checkout-account-note{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-radius:14px;background:#eef1e7;color:var(--brand-olive-deep)}.checkout-account-note span{color:var(--muted);font-size:13px}.saved-address-picker select{min-height:50px}.address-save-options{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:16px;border:1px solid #e2ded5;border-radius:15px;background:#faf8f3}.address-save-options>label:first-child{grid-column:1/-1}.saved-address-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.saved-address-card{padding:15px;border:1px solid var(--line);border-radius:14px;background:#faf9f6}.saved-address-card>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.saved-address-card span{padding:4px 8px;border-radius:999px;background:#e7efdf;color:#416037;font-size:11px;font-weight:800}.saved-address-card p{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.7}
@media(max-width:760px){.account-layout,.account-auth-grid{grid-template-columns:1fr}.saved-address-list{grid-template-columns:1fr}.checkout-account-note{align-items:flex-start;flex-direction:column}.address-save-options{grid-template-columns:1fr}.address-save-options>label:first-child{grid-column:auto}}
.loader { width: 52px; height: 52px; margin: auto; border: 5px solid #e8e4dc; border-block-start-color: var(--olive); border-radius: 50%; animation: spin 900ms linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }

.error-page h1 {
  margin: 25px 0 8px;
}

.error-page p {
  margin: 0 0 25px;
  color: var(--muted);
}

.primary-link {
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--brand-gold-deep);
  color: #fff;
  font-weight: 800;
}

@media (max-width: 390px) {
  .site-header {
    min-height: 92px;
    padding-inline: 14px;
  }

  .brand-logo {
    width: 104px;
  }

  .trust-strip {
    padding-inline: 8px;
  }

  .trust-item svg {
    width: 36px;
    height: 36px;
  }

  .featured-grid,
  .catalog-grid {
    gap: 11px;
  }

  .content-section {
    padding-inline: 13px;
  }

  .product-card {
    border-radius: 18px;
  }

  .product-card__body {
    padding-inline: 11px;
  }

  .add-cart-button {
    width: 43px;
    height: 43px;
  }

  .assurance,
  .shipping-banner {
    width: calc(100% - 26px);
  }
}

@media (min-width: 768px) {
  .site-shell {
    margin-block: 24px;
    border-radius: 34px;
  }

  .site-header {
    border-radius: 34px 34px 0 0;
  }

  .home-page,
  .catalog-page {
    border-radius: 0 0 34px 34px;
  }

  .product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(64, 50, 31, 0.12);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* Desktop storefront */
.desktop-announcement,
.desktop-header-action,
.hero__desktop-copy,
.site-footer,
.product-card__category {
  display: none;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-self: end;
}

@media (max-width: 1023px) {
  .featured-section .product-card:nth-child(n + 3) {
    display: none;
  }
}

/* Reference mobile home header */
@media (max-width: 767px) {
  .home-body .desktop-announcement {
    display: flex;
    min-height: 38px;
    padding: 6px 13px;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    overflow: hidden;
    background: linear-gradient(100deg, #2f301d, #44442a);
    color: rgba(255, 255, 255, .86);
    font-size: 9.5px;
    font-weight: 700;
    white-space: nowrap;
  }

  .home-body .desktop-announcement span {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .home-body .desktop-announcement a {
    flex: 0 0 auto;
    color: #dfad58;
    font-weight: 800;
  }

  .site-header--home {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    min-height: 104px;
    padding: 12px 16px 8px;
  }

  .site-header--home .mobile-header-leading {
    display: flex;
    align-items: center;
    justify-self: start;
    gap: 4px;
  }

  .site-header--home .menu-button {
    width: 42px;
    height: 42px;
  }

  .site-header--home .menu-button svg {
    width: 27px;
    height: 27px;
  }

  .site-header--home .mobile-account-action {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 2px;
    color: var(--brand-olive-deep);
    font-size: 11px;
    font-weight: 750;
  }

  .site-header--home .mobile-account-action svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .site-header--home .mobile-search-action {
    display: none;
  }

  .site-header--home .header-actions {
    justify-self: end;
  }

  .site-header--home .cart-button {
    display: flex;
    width: 50px;
    height: 62px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1px;
  }

  .site-header--home .cart-button svg {
    width: 31px;
    height: 31px;
  }

  .site-header--home .cart-button .cart-count {
    inset-block-start: 2px;
    inset-inline-start: -1px;
  }

  .site-header--home .mobile-cart-label {
    display: block;
    font-size: 11px;
    font-weight: 750;
  }

  .mobile-home-discovery {
    display: grid;
    gap: 25px;
    padding: 5px 14px 18px;
    background: var(--surface);
  }

  .mobile-home-search {
    display: flex;
    min-height: 54px;
    padding-inline: 15px 8px;
    align-items: center;
    border: 1px solid rgba(57, 56, 36, .13);
    border-radius: 999px;
    background: #fff;
  }

  .mobile-home-search input {
    flex: 1;
    min-width: 0;
    height: 50px;
    padding-inline: 8px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--ink);
    text-align: right;
  }

  .mobile-home-search input::placeholder {
    color: #aaa69e;
  }

  .mobile-home-search button {
    display: grid;
    width: 42px;
    height: 42px;
    padding: 0;
    place-items: center;
    border: 0;
    background: transparent;
    color: var(--brand-olive-deep);
  }

  .mobile-home-search svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-home-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    direction: rtl;
  }

  .mobile-home-nav a {
    position: relative;
    padding-block: 4px 15px;
    color: #35362b;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
  }

  .mobile-home-nav a.is-active {
    color: var(--brand-gold-deep);
  }

  .mobile-home-nav a.is-active::after {
    position: absolute;
    inset-inline-start: 50%;
    inset-block-end: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: currentColor;
    content: "";
    transform: translateX(50%);
  }

  .home-body .home-page {
    padding-block-end: calc(108px + env(safe-area-inset-bottom));
  }
}

@media (min-width: 768px) {
  .mobile-home-discovery,
  .mobile-account-action,
  .mobile-cart-label {
    display: none;
  }
}

@media (min-width: 1024px) {
  html,
  body {
    background: #f7f4ef;
  }

  body {
    overflow-x: hidden;
  }

  .site-shell {
    width: 100%;
    min-height: 100vh;
    margin: 0;
    overflow: visible;
    border-radius: 0;
    background: #f7f4ef;
    box-shadow: none;
  }

  .desktop-announcement {
    display: flex;
    min-height: 36px;
    padding-inline: clamp(32px, 6vw, 96px);
    align-items: center;
    justify-content: center;
    gap: 34px;
    background: var(--brand-olive-deep);
    color: rgba(255, 255, 255, 0.86);
    font-size: 13px;
    font-weight: 650;
  }

  .desktop-announcement a {
    color: #e7c37d;
    font-weight: 800;
  }

  .site-header {
    position: sticky;
    inset-block-start: 0;
    grid-template-areas: "logo nav actions";
    grid-template-columns: 190px minmax(0, 1fr) 190px;
    min-height: 86px;
    padding: 0 clamp(32px, 5vw, 82px);
    border-block-end: 1px solid var(--line);
    border-radius: 0;
    background: rgba(251, 250, 248, 0.94);
    direction: rtl;
    backdrop-filter: blur(18px);
  }

  .menu-button {
    display: none;
  }

  .brand-logo-link {
    grid-area: logo;
    justify-self: start;
  }

  .brand-logo {
    width: 108px;
  }

  .desktop-nav {
    grid-area: nav;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(24px, 3vw, 46px);
    direction: rtl;
  }

  .desktop-nav a {
    position: relative;
    padding-block: 31px;
    color: #434437;
    font-size: 15px;
    font-weight: 750;
  }

  .desktop-nav a::after {
    position: absolute;
    inset-inline: 0;
    inset-block-end: 20px;
    height: 2px;
    border-radius: 999px;
    background: var(--brand-gold-deep);
    content: "";
    opacity: 0;
    transform: scaleX(0.45);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .desktop-nav a:hover::after,
  .desktop-nav a:focus-visible::after {
    opacity: 1;
    transform: scaleX(1);
  }

  .header-actions {
    grid-area: actions;
    justify-self: end;
    gap: 5px;
    direction: rtl;
  }

  .desktop-header-action {
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border-radius: 50%;
    color: var(--brand-olive-deep);
    transition: background 160ms ease, transform 160ms ease;
  }

  .desktop-header-action:hover,
  .cart-button:hover {
    background: #efebe4;
    transform: translateY(-1px);
  }

  .desktop-header-action svg,
  .header-actions .cart-button svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .header-actions .cart-button {
    width: 43px;
    height: 43px;
    border-radius: 50%;
  }

  .cart-button .cart-count {
    inset-block-start: -3px;
    inset-inline-start: -3px;
  }

  .bottom-nav {
    display: none;
  }

  .home-page,
  .catalog-page {
    padding-block-end: 0;
    border-radius: 0;
    background: #f7f4ef;
  }

  .hero {
    display: grid;
    grid-template-columns: minmax(360px, 0.88fr) minmax(540px, 1.12fr);
    width: min(1340px, calc(100% - 64px));
    min-height: 550px;
    margin: 30px auto 0;
    padding: 0;
    overflow: hidden;
    border-radius: 32px;
    background: linear-gradient(130deg, #30311d 0%, #48472b 56%, #676343 100%);
    box-shadow: 0 24px 65px rgba(49, 42, 27, 0.18);
    direction: rtl;
  }

  .hero__desktop-copy {
    position: relative;
    z-index: 3;
    display: flex;
    min-width: 0;
    padding: clamp(48px, 5vw, 78px);
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
    text-align: start;
  }

  .hero__desktop-copy::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: radial-gradient(circle at 30% 25%, rgba(201, 146, 20, 0.12), transparent 45%);
    content: "";
  }

  .hero__eyebrow {
    color: #e8c379;
    font-size: 15px;
    font-weight: 800;
  }

  .hero__desktop-copy h1 {
    max-width: 510px;
    margin: 13px 0 14px;
    font-size: clamp(48px, 4.6vw, 68px);
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: -0.04em;
  }

  .hero__desktop-copy h1 em {
    color: #d5a24f;
    font-style: normal;
  }

  .hero__desktop-copy > p {
    max-width: 520px;
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 18px;
    line-height: 1.9;
  }

  .hero__desktop-actions {
    display: flex;
    gap: 12px;
    margin-block-start: 28px;
  }

  .hero__desktop-actions a {
    display: inline-flex;
    min-height: 50px;
    padding: 11px 24px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-weight: 800;
  }

  .hero__primary-action {
    background: var(--brand-gold-deep);
    color: #fff;
    box-shadow: 0 12px 25px rgba(48, 31, 9, 0.25);
  }

  .hero__secondary-action {
    border: 1px solid rgba(255, 255, 255, 0.32);
    color: #fff;
  }

  .hero__quick-facts {
    display: flex;
    gap: 26px;
    margin-block-start: 32px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
  }

  .hero__quick-facts span {
    display: grid;
  }

  .hero__quick-facts strong {
    color: #fff;
    font-size: 15px;
  }

  .hero > .hero__carousel,
  .hero > .hero__image {
    min-width: 0;
    height: 100%;
  }

  .hero > .hero__carousel {
    aspect-ratio: auto;
    border-radius: 0;
  }

  .hero--art-only {
    display: block;
  }

  .hero--art-only > .hero__carousel {
    min-height: 550px;
  }

  .hero__image {
    min-height: 550px;
    aspect-ratio: auto;
    border-radius: 0;
    background-size: 135% auto;
    background-position: 50% 27%;
  }

  .hero__image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 68%, rgba(48, 49, 29, 0.45));
    content: "";
    pointer-events: none;
  }

  .hero__managed-copy {
    display: none;
  }

  .trust-strip {
    width: min(1180px, calc(100% - 128px));
    margin: -38px auto 0;
    padding: 25px 40px;
    border: 1px solid rgba(57, 56, 36, 0.07);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 45px rgba(57, 50, 38, 0.12);
  }

  .trust-item {
    grid-template-columns: auto 1fr;
    justify-items: start;
    align-items: center;
    gap: 13px;
    padding-inline: 20px;
    border-inline-start: 1px solid var(--line);
    text-align: start;
  }

  .trust-item:first-child {
    border-inline-start: 0;
  }

  .trust-item svg {
    width: 38px;
    height: 38px;
  }

  .trust-item span {
    font-size: 14px;
  }

  .content-section,
  .assurance,
  .shipping-banner {
    width: min(1320px, calc(100% - 64px));
  }

  .content-section {
    margin-inline: auto;
    padding-inline: 0;
  }

  .featured-section {
    padding-block-start: 80px;
  }

  .section-heading {
    margin-block-end: 26px;
  }

  .section-heading h2 {
    font-size: 34px;
  }

  .section-heading a {
    font-size: 16px;
  }

  .featured-grid,
  .catalog-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
  }

  .featured-section .product-card:nth-child(n + 3) {
    display: block;
  }

  .product-card {
    border-color: rgba(57, 56, 36, 0.09);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(64, 50, 31, 0.07);
  }

  .product-card__media {
    border-radius: 21px 21px 0 0;
  }

  .product-card__body {
    min-height: 145px;
    padding: 18px;
  }

  .product-card__category {
    display: block;
    margin-block-end: 4px;
    color: var(--brand-gold-deep);
    font-size: 12px;
    font-weight: 750;
  }

  .product-card__body h3,
  .catalog-grid .product-card__body h3 {
    min-height: 48px;
    font-size: 18px;
    line-height: 1.5;
  }

  .price-wrap strong {
    font-size: 22px;
  }

  .favorite-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.88);
    color: var(--brand-olive-deep);
    filter: none;
    box-shadow: 0 5px 14px rgba(42, 37, 27, 0.12);
  }

  .favorite-button svg {
    width: 23px;
    height: 23px;
    opacity: 1;
  }

  .categories-section {
    padding-block: 0 62px;
  }

  .category-list {
    gap: 28px;
    justify-content: center;
  }

  .category-item {
    gap: 14px;
  }

  .category-item__photo {
    width: 150px;
  }

  .category-item > span:last-child {
    font-size: 17px;
  }

  .assurance {
    min-height: 130px;
    margin-block-end: 74px;
    padding: 30px 45px;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: #fff;
  }

  .assurance h2 {
    font-size: 25px;
  }

  .assurance p {
    font-size: 16px;
  }

  .search-panel,
  .catalog-section {
    width: min(1320px, calc(100% - 64px));
    margin-inline: auto;
    padding-inline: 0;
  }

  .search-panel {
    padding-block: 44px 20px;
  }

  .search-box {
    max-width: 760px;
    min-height: 58px;
    margin-inline: auto;
    border-radius: 16px;
    background: #fff;
  }

  .catalog-filter-form {
    width: min(100%, 980px);
    grid-template-columns: minmax(0, 1fr) minmax(210px, 260px);
    margin-inline: auto;
    gap: 14px;
  }

  .catalog-filter-form .search-box {
    max-width: none;
    margin-inline: 0;
  }

  .category-filter {
    min-height: 58px;
    border-radius: 16px;
    background: #fff;
  }

  .catalog-section {
    padding-block: 28px 64px;
  }

  .catalog-grid .product-card__media {
    aspect-ratio: 1 / 1.08;
  }

  .catalog-grid .product-card__body {
    min-height: 140px;
    padding: 18px;
  }

  .shipping-banner {
    min-height: 150px;
    margin: 0 auto 70px;
    border-radius: 24px;
  }

  .page-hero {
    width: min(1320px, calc(100% - 64px));
    margin: 34px auto 30px;
    padding: 42px 48px;
    border-radius: 26px;
  }

  .page-hero h1 {
    font-size: 42px;
  }

  .page-hero p {
    max-width: 740px;
    font-size: 16px;
  }

  .breadcrumbs {
    width: min(1180px, calc(100% - 64px));
    margin-inline: auto;
    padding: 28px 0 18px;
  }

  .product-page,
  .commerce-page {
    min-height: calc(100vh - 122px);
    padding-block: 0 74px;
  }

  .product-detail {
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.86fr);
    width: min(1180px, calc(100% - 64px));
    margin-inline: auto;
    padding: 0 0 70px;
    align-items: start;
    gap: 64px;
  }

  .product-detail__content {
    padding-block-start: 20px;
  }

  .product-detail__content h1 {
    font-size: 42px;
  }

  .commerce-layout {
    grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.72fr);
    width: min(1180px, calc(100% - 64px));
    margin-inline: auto;
    padding: 0;
    align-items: start;
    gap: 26px;
  }

  .checkout-form .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .order-summary {
    position: sticky;
    inset-block-start: 112px;
  }

  .payment-card,
  .order-success,
  .empty-state {
    width: min(900px, calc(100% - 64px));
    margin-inline: auto;
  }

  .order-success {
    margin-block: 36px 28px;
  }

  .flash {
    width: min(1320px, calc(100% - 64px));
    margin: 12px auto;
  }

  .toast {
    inset-block-end: 28px;
  }

  .site-footer {
    display: block;
    padding: 62px clamp(32px, 6vw, 96px) 24px;
    background: #2f301d;
    color: #fff;
  }

  .site-footer__inner {
    display: grid;
    grid-template-columns: 1.35fr 0.7fr 0.9fr 1fr;
    width: min(1320px, 100%);
    margin-inline: auto;
    gap: 54px;
  }

  .site-footer__inner section,
  .site-footer__inner nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .site-footer__brand-column {
    gap: 12px;
  }

  .site-footer__logo {
    display: block;
    width: clamp(118px, 10vw, 148px);
    margin-block-end: 2px;
  }

  .site-footer__logo img {
    display: block;
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
  }

  .site-footer p {
    max-width: 350px;
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    line-height: 1.9;
  }

  .site-footer nav strong,
  .site-footer section > strong {
    margin-block-end: 6px;
    color: #e7c37d;
    font-size: 16px;
  }

  .site-footer nav a {
    color: rgba(255, 255, 255, 0.7);
  }

  .site-footer nav a:hover {
    color: #fff;
  }

  .site-footer__guide {
    position: relative;
    display: inline-flex;
    padding-block: 5px;
    color: #e7c37d;
    font-weight: 800;
  }

  .site-footer__guide::after {
    position: absolute;
    inset-inline: 0;
    inset-block-end: 0;
    height: 1px;
    background: currentColor;
    content: "";
    opacity: 0.55;
  }

  .site-footer__guide:hover {
    color: #fff;
  }

  .site-footer__social {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-block-start: 2px;
  }

  .site-footer__social a {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
  }

  .site-footer__social a:hover {
    border-color: #e7c37d;
    background: rgba(231, 195, 125, 0.14);
    transform: translateY(-2px);
  }

  .site-footer__social svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }

  .site-footer__social rect,
  .site-footer__social circle:not(.site-footer__social-dot) {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
  }

  .site-footer__cta {
    margin-block-start: 8px;
    padding: 10px 18px;
    border-radius: 10px;
    background: var(--brand-gold-deep);
    color: #fff;
    font-weight: 800;
  }

  .site-footer__bottom {
    display: flex;
    width: min(1320px, 100%);
    margin: 42px auto 0;
    padding-block-start: 20px;
    justify-content: space-between;
    border-block-start: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .site-header {
    grid-template-columns: 150px minmax(0, 1fr) 170px;
    padding-inline: 30px;
  }

  .desktop-nav {
    gap: 20px;
  }

  .hero {
    grid-template-columns: minmax(340px, 0.9fr) minmax(470px, 1.1fr);
  }

  .hero__desktop-copy {
    padding: 44px;
  }

  .featured-grid,
  .catalog-grid {
    gap: 16px;
  }
}

/* Phone responsiveness */
@media (max-width: 767px) {
  .site-shell {
    width: 100%;
    max-width: 620px;
  }

  .site-header {
    padding-inline: max(14px, env(safe-area-inset-left)) max(14px, env(safe-area-inset-right));
  }

  .home-page,
  .catalog-page,
  .discovery-page,
  .account-page,
  .commerce-page,
  .product-page {
    padding-block-end: calc(108px + env(safe-area-inset-bottom));
  }

  .bottom-nav {
    padding-inline: max(7px, env(safe-area-inset-left)) max(7px, env(safe-area-inset-right));
  }

  .drawer {
    max-width: calc(100vw - 44px);
    overflow-y: auto;
    padding-block-end: max(22px, env(safe-area-inset-bottom));
  }

  .product-detail__content,
  .cart-line__content,
  .order-summary,
  .checkout-form,
  .form-grid label {
    min-width: 0;
  }

  .product-detail__content h1,
  .page-hero h1,
  .panel h2 {
    overflow-wrap: anywhere;
  }

  .checkout-line,
  .receipt-line,
  .order-summary dl > div {
    align-items: flex-start;
  }

  .checkout-line > *,
  .receipt-line > *,
  .order-summary dt,
  .order-summary dd {
    min-width: 0;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 480px) {
  .site-header {
    grid-template-columns: 88px minmax(0, 1fr) 88px;
    min-height: 92px;
    padding-block: 10px 8px;
  }

  .brand-logo {
    width: 104px;
  }

  .icon-button,
  .cart-button,
  .mobile-search-action {
    width: 44px;
    height: 44px;
  }

  .hero__image {
    border-radius: 28px 28px 0 0;
  }

  .trust-strip {
    gap: 3px;
    padding: 23px 7px 21px;
    border-radius: 0 0 28px 28px;
  }

  .trust-item {
    gap: 7px;
  }

  .trust-item svg {
    width: 34px;
    height: 34px;
  }

  .trust-item span {
    min-height: 34px;
    font-size: 11.5px;
    line-height: 1.45;
    white-space: normal;
  }

  .content-section {
    padding-inline: 12px;
  }

  .featured-grid,
  .catalog-grid {
    gap: 10px;
  }

  .product-card {
    border-radius: 18px;
  }

  .product-card__media {
    border-radius: 17px 17px 0 0;
  }

  .product-card__body,
  .catalog-grid .product-card__body {
    min-height: 126px;
    padding: 12px 10px;
  }

  .product-card__body h3,
  .catalog-grid .product-card__body h3 {
    min-height: 44px;
    font-size: 14px;
    line-height: 1.55;
  }

  .price-wrap strong {
    font-size: 17px;
  }

  .add-cart-button,
  .catalog-grid .add-cart-button {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .page-hero {
    margin: 12px 12px 20px;
    padding: 24px 18px;
    border-radius: 19px;
  }

  .page-hero h1 {
    font-size: 28px;
  }

  .breadcrumbs {
    gap: 6px;
    padding: 14px 12px;
  }

  .product-detail {
    gap: 20px;
    padding: 0 12px 30px;
  }

  .product-detail__media {
    border-radius: 22px;
  }

  .product-detail__content h1 {
    font-size: 27px;
    line-height: 1.45;
  }

  .product-order-form {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 11px;
  }

  .commerce-layout {
    gap: 14px;
    padding-inline: 12px;
  }

  .panel {
    padding: 14px;
    border-radius: 17px;
  }

  .cart-line {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 10px;
  }

  .cart-line__image {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 76px;
    border-radius: 13px;
  }

  .cart-line__content {
    grid-column: 2;
    grid-row: 1;
  }

  .cart-line > b {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
  }

  .cart-line__content label {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .coupon-form__controls {
    grid-template-columns: 1fr;
  }

  .coupon-form button {
    width: 100%;
  }

  .store-search {
    width: calc(100% - 24px);
    gap: 8px;
    padding: 9px;
  }

  .store-search input {
    padding-inline: 9px;
  }

  .store-search button {
    padding-inline: 14px;
  }

  .account-layout,
  .account-auth-grid {
    width: calc(100% - 24px);
  }

  .payment-card,
  .empty-state {
    width: calc(100% - 24px);
  }

  .assurance,
  .shipping-banner {
    gap: 13px;
    padding-inline: 14px;
  }

  .shipping-banner svg {
    width: 66px;
    height: 54px;
  }

  .bottom-nav span:last-child {
    font-size: 11px;
  }
}

@media (max-width: 359px) {
  .content-section {
    padding-inline: 9px;
  }

  .featured-grid,
  .catalog-grid {
    gap: 8px;
  }

  .trust-item span {
    font-size: 10.5px;
  }

  .product-card__body,
  .catalog-grid .product-card__body {
    padding-inline: 9px;
  }

  .product-card__body h3,
  .catalog-grid .product-card__body h3 {
    font-size: 13.5px;
  }

  .add-cart-button,
  .catalog-grid .add-cart-button {
    width: 39px;
    height: 39px;
  }

  .product-order-form {
    grid-template-columns: 1fr;
  }

  .page-hero h1 {
    font-size: 25px;
  }

  .bottom-nav span:last-child {
    font-size: 10px;
  }
}

/* Secondary home banner carousel */
.secondary-carousel-title {
  width: calc(100% - 38px);
  margin: 30px auto 12px;
  color: var(--brand-olive-deep);
  font-size: clamp(24px, 7vw, 34px);
  font-weight: 850;
  line-height: 1.3;
  text-align: start;
}

.secondary-carousel {
  position: relative;
  width: calc(100% - 38px);
  margin: 0 auto 39px;
  touch-action: pan-y;
}

.secondary-carousel__viewport {
  position: relative;
  overflow: hidden;
  aspect-ratio: 532 / 221;
  border-radius: 21px;
  background: var(--brand-olive-deep);
  box-shadow: 0 10px 24px rgba(57, 56, 36, 0.15);
}

.secondary-carousel__slide {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: inherit;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(2%) scale(0.985);
  transition: opacity 420ms ease, transform 560ms ease, visibility 0s linear 560ms;
}

.secondary-carousel__slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0) scale(1);
  transition-delay: 0s;
}

.secondary-carousel__slide picture,
.secondary-carousel__slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.secondary-carousel__slide img {
  object-fit: cover;
}

.banner-carousel__controls {
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
}

.banner-carousel__arrow,
.banner-carousel__dot {
  margin: 0;
  border: 0;
  cursor: pointer;
  pointer-events: auto;
}

.banner-carousel__arrow {
  position: absolute;
  top: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: var(--brand-olive-deep);
  background: rgba(255, 255, 255, 0.91);
  box-shadow: 0 6px 18px rgba(28, 27, 18, 0.18);
  transform: translateY(-50%);
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.banner-carousel__arrow--previous { left: 12px; }
.banner-carousel__arrow--next { right: 12px; }

.banner-carousel__arrow svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.banner-carousel__arrow:hover {
  color: #fff;
  background: var(--brand-olive-deep);
  transform: translateY(-50%) scale(1.05);
}

.banner-carousel__arrow:focus-visible,
.banner-carousel__dot:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.banner-carousel__dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(39, 38, 25, 0.58);
  box-shadow: 0 4px 14px rgba(28, 27, 18, 0.16);
  pointer-events: auto;
  transform: translateX(-50%);
  backdrop-filter: blur(7px);
}

.banner-carousel__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  transition: background-color 180ms ease, transform 180ms ease;
}

.banner-carousel__dot:hover { background: #fff; }

.banner-carousel__dot.is-active {
  background: var(--brand-gold);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.88);
  transform: scale(1.2);
}

@media (max-width: 480px) {
  .secondary-carousel { width: calc(100% - 26px); }

  .banner-carousel__arrow {
    width: 38px;
    height: 38px;
  }

  .banner-carousel__arrow--previous { left: 8px; }
  .banner-carousel__arrow--next { right: 8px; }

  .banner-carousel__dots { bottom: 9px; }
}

@media (min-width: 768px) {
  .secondary-carousel-title {
    width: min(1320px, calc(100% - 64px));
    margin: 62px auto 18px;
    font-size: clamp(30px, 2.4vw, 42px);
  }

  .secondary-carousel {
    width: min(1320px, calc(100% - 64px));
    margin: 0 auto 68px;
  }

  .secondary-carousel__viewport {
    height: 280px;
    aspect-ratio: auto;
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(57, 56, 36, 0.17);
  }

  .banner-carousel__arrow {
    width: 50px;
    height: 50px;
  }

  .banner-carousel__arrow--previous { left: 18px; }
  .banner-carousel__arrow--next { right: 18px; }

  .banner-carousel__dots {
    bottom: 16px;
    gap: 10px;
  }

}

@media (prefers-reduced-motion: reduce) {
  .secondary-carousel__slide,
  .hero-carousel__slide,
  .banner-carousel__arrow,
  .banner-carousel__dot { transition: none; }
}

/* Managed primary banner copy on phones and tablets */
@media (max-width: 1023px) {
  .hero--managed:not(.hero--art-only) {
    display: grid;
    grid-template-areas:
      "visual"
      "content";
    grid-template-columns: minmax(0, 1fr);
    width: calc(100% - 28px);
    margin: 18px auto 0;
    overflow: hidden;
    border-radius: 23px;
    background: linear-gradient(145deg, var(--brand-olive-deep), var(--brand-olive));
    box-shadow: 0 14px 34px rgba(49, 42, 27, .13);
  }

  .hero--managed:not(.hero--art-only) > .hero__carousel,
  .hero--managed:not(.hero--art-only) > .hero__image {
    grid-area: visual;
    min-width: 0;
  }

  .hero--managed:not(.hero--art-only) > .hero__carousel {
    height: auto;
    aspect-ratio: 1.36 / 1;
    border-radius: 23px 23px 0 0;
  }

  .hero--managed:not(.hero--art-only) > .hero__carousel .hero__image {
    height: 100%;
    aspect-ratio: auto;
    border-radius: inherit;
  }

  .hero--managed:not(.hero--art-only) .hero__image {
    aspect-ratio: 1.36 / 1;
    min-height: 0;
    border-radius: 23px 23px 0 0;
    background-position: center;
  }

  .hero__carousel .banner-carousel__arrow {
    width: 38px;
    height: 38px;
  }

  .hero__carousel .banner-carousel__arrow--previous { left: 9px; }
  .hero__carousel .banner-carousel__arrow--next { right: 9px; }
  .hero__carousel .banner-carousel__dots { bottom: 10px; }

  .hero--managed:not(.hero--art-only) .hero__desktop-copy {
    position: relative;
    z-index: 2;
    grid-area: content;
    display: flex;
    min-width: 0;
    padding: 20px 18px 18px;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-align: center;
  }

  .hero--managed:not(.hero--art-only) .hero__eyebrow {
    display: block;
    color: #e8c379;
    font-size: 12px;
    font-weight: 800;
  }

  .hero--managed:not(.hero--art-only) .hero__desktop-copy h1 {
    display: block;
    max-width: 100%;
    margin: 12px 0 9px;
    color: #fff;
    font-size: clamp(27px, 7.4vw, 34px);
    font-weight: 850;
    line-height: 1.24;
    letter-spacing: -.03em;
  }

  .hero--managed:not(.hero--art-only) .hero__desktop-copy h1 em {
    color: #e0af59;
    font-style: normal;
  }

  .hero--managed:not(.hero--art-only) .hero__desktop-copy > p {
    margin: 0;
    max-width: 340px;
    color: rgba(255, 255, 255, .76);
    font-size: 12.5px;
    line-height: 1.8;
  }

  .hero--managed:not(.hero--art-only) .hero__desktop-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 9px;
    margin-block-start: 14px;
  }

  .hero--managed:not(.hero--art-only) .hero__desktop-actions a {
    display: flex;
    min-height: 45px;
    padding: 9px 10px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
  }

  .hero--managed:not(.hero--art-only) .hero__primary-action {
    background: var(--brand-gold-deep);
    color: #fff;
    box-shadow: 0 10px 24px rgba(25, 20, 8, .2);
  }

  .hero--managed:not(.hero--art-only) .hero__secondary-action {
    border: 1px solid rgba(255, 255, 255, .32);
    color: #fff;
  }

  .hero--managed:not(.hero--art-only) .hero__quick-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    margin-block-start: 13px;
    padding-block-start: 12px;
    border-block-start: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .62);
    font-size: 11px;
  }

  .hero--managed:not(.hero--art-only) .hero__quick-facts span {
    display: grid;
    gap: 2px;
    padding-inline: 5px;
  }

  .hero--managed:not(.hero--art-only) .hero__quick-facts span + span {
    border-inline-start: 1px solid rgba(255, 255, 255, .16);
  }

  .hero--managed:not(.hero--art-only) .hero__quick-facts strong {
    color: #fff;
    font-size: 13px;
  }

  .hero--managed:not(.hero--art-only) .hero__managed-copy {
    display: none;
  }

  .hero--managed:not(.hero--art-only) + .trust-strip {
    width: calc(100% - 28px);
    margin: 12px auto 0;
    padding: 20px 8px 18px;
    border: 1px solid rgba(57, 56, 36, .06);
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(57, 50, 38, .08);
  }

  .hero--managed:not(.hero--art-only) + .trust-strip .trust-item {
    gap: 7px;
  }

  .hero--managed:not(.hero--art-only) + .trust-strip .trust-item svg {
    width: 31px;
    height: 31px;
  }

  .hero--managed:not(.hero--art-only) + .trust-strip .trust-item span {
    font-size: clamp(10px, 2.9vw, 13px);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hero--managed:not(.hero--art-only) {
    width: calc(100% - 48px);
    margin: 24px auto 0;
    border-radius: 28px;
  }

  .hero--managed:not(.hero--art-only) > .hero__carousel {
    aspect-ratio: 16 / 9;
  }

  .hero--managed:not(.hero--art-only) + .trust-strip {
    width: calc(100% - 72px);
  }

  .hero--managed:not(.hero--art-only) .hero__desktop-copy {
    padding: 30px 34px;
  }
}

@media (max-width: 767px) {
  .site-header.site-header--home {
    min-height: 104px;
    padding: 12px 16px 8px;
  }
}

/* Home scrolling ticker */
.home-ticker {
  position: relative;
  width: min(1600px, calc(100% - 28px));
  margin: 26px auto 8px;
  overflow: hidden;
  border: 1px solid rgba(57, 56, 36, .08);
  border-radius: 999px;
  background: #eee9df;
  color: var(--brand-olive-deep);
  box-shadow: 0 10px 28px rgba(57, 50, 38, .07);
  direction: ltr;
}

.home-ticker::before,
.home-ticker::after {
  position: absolute;
  z-index: 2;
  inset-block: 0;
  width: clamp(18px, 4vw, 64px);
  content: "";
  pointer-events: none;
}

.home-ticker::before {
  inset-inline-start: 0;
  background: linear-gradient(90deg, #eee9df, transparent);
}

.home-ticker::after {
  inset-inline-end: 0;
  background: linear-gradient(270deg, #eee9df, transparent);
}

.home-ticker__track {
  display: flex;
  width: max-content;
  min-width: 100%;
  will-change: transform;
  animation: home-ticker-scroll var(--ticker-duration, 24s) linear infinite;
}

.home-ticker__group {
  display: flex;
  min-width: max-content;
  align-items: center;
}

.home-ticker__item {
  display: inline-flex;
  min-height: 66px;
  align-items: center;
  gap: clamp(22px, 2.8vw, 46px);
  padding-inline-start: clamp(28px, 3.6vw, 62px);
  font-size: clamp(13px, 1.05vw, 17px);
  font-weight: 800;
  white-space: nowrap;
}

.home-ticker__separator {
  display: inline-flex;
  min-height: 32px;
  padding-inline-start: clamp(22px, 2.8vw, 46px);
  align-items: center;
  border-inline-start: 1px solid rgba(57, 56, 36, .2);
}

.home-ticker__separator img {
  display: block;
  width: clamp(58px, 5.4vw, 86px);
  height: 34px;
  object-fit: contain;
}

@keyframes home-ticker-scroll {
  to { transform: translate3d(-50%, 0, 0); }
}

@media (max-width: 767px) {
  .home-ticker {
    width: calc(100% - 20px);
    margin-block: 16px 4px;
  }

  .home-ticker__item {
    min-height: 52px;
    gap: 20px;
    padding-inline-start: 28px;
    font-size: 12px;
  }

  .home-ticker__separator {
    min-height: 26px;
    padding-inline-start: 20px;
  }

  .home-ticker__separator img {
    width: 58px;
    height: 27px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-ticker { overflow-x: auto; }
  .home-ticker__track { animation: none; }
  .home-ticker__group[aria-hidden="true"] { display: none; }
}
