:root {
  --home-bg: #0b0b0b;
  --home-surface: #141414;
  --home-surface-2: #1d1c1a;
  --home-text: #f5f1ea;
  --home-muted: #c7c0b3;
  --home-gold: #d4a63b;
  --home-gold-2: #f0c15c;
  --home-line: rgba(255, 255, 255, 0.08);
  --home-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
  --home-radius: 22px;
}

html {
  scroll-behavior: smooth;
}

body.home-page {
  margin: 0;
  background:
    radial-gradient(circle at top, rgba(212, 166, 59, 0.08), transparent 28%),
    linear-gradient(180deg, #111111 0%, #090909 100%);
  color: var(--home-text);
  font-family: 'Manrope', sans-serif;
}

body.home-page * {
  box-sizing: border-box;
}

body.home-page a {
  color: inherit;
  text-decoration: none;
}

body.home-page img {
  display: block;
  max-width: 100%;
}

body.home-page .container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.home-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
}

.home-topbar {
  background: rgba(5, 5, 5, 0.95);
  border-bottom: 1px solid var(--home-line);
}

.home-topbar-inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  gap: 18px;
  align-items: center;
}

.home-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.home-brand-logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.home-brand-text {
  display: flex;
  flex-direction: column;
  line-height: 0.9;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.6rem;
  letter-spacing: 0.02em;
  color: var(--home-gold-2);
}

.home-brand-text span {
  font-family: 'Manrope', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.28em;
  margin-top: 6px;
  color: #c9a24b;
}

.home-search {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.98);
  color: #111;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.home-search i {
  position: absolute;
  left: 18px;
  color: #6b6253;
  font-size: 1rem;
}

.home-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111;
  padding: 15px 18px 15px 48px;
  font-size: 0.96rem;
  font-family: inherit;
}

.home-top-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.home-info-chip,
.home-cart-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.home-info-chip {
  color: #efefef;
  font-size: 0.92rem;
}

.home-info-chip i,
.home-cart-chip i {
  color: var(--home-gold-2);
}

.home-cart-chip {
  position: relative;
  color: var(--home-text);
}

.home-cart-chip strong {
  font-size: 0.95rem;
}

.home-cart-chip small {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--home-gold);
  color: #111;
  font-weight: 800;
  font-size: 0.72rem;
}

.home-cart-chip {
  border: 0;
  cursor: pointer;
}

.home-menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--home-text);
  font-size: 1.05rem;
}

.home-nav {
  border-bottom: 1px solid var(--home-line);
  background: rgba(10, 10, 10, 0.94);
}

.home-nav-inner {
  min-height: 54px;
  display: flex;
  align-items: center;
}

.home-nav-links {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 34px;
  justify-content: center;
}

.home-nav-links a {
  position: relative;
  padding: 18px 0;
  color: #ece7de;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.home-nav-links a.is-active,
.home-nav-links a:hover {
  color: var(--home-gold-2);
}

.home-nav-links a.is-active::after,
.home-nav-links a:hover::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--home-gold-2);
}

.home-hero {
  position: relative;
  overflow: hidden;
  padding: 32px 0 0;
}

.home-hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.86) 0%, rgba(5, 5, 5, 0.64) 35%, rgba(5, 5, 5, 0.2) 100%),
    url('../img/sala.jpg') center/cover no-repeat;
  filter: saturate(0.95) contrast(1.02);
}

.home-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.8fr);
  gap: 34px;
  align-items: center;
  min-height: 560px;
  padding: 42px 0 40px;
}

.home-hero-copy {
  padding: 28px 0;
  max-width: 630px;
}

.home-kicker {
  margin: 0 0 18px;
  color: var(--home-gold-2);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.home-hero-copy h1 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(3.4rem, 7vw, 5.9rem);
  line-height: 0.88;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.home-hero-copy h1 span {
  display: block;
  color: var(--home-gold-2);
}

.home-hero-text {
  max-width: 480px;
  margin: 18px 0 0;
  color: #eee7dc;
  font-size: 1.05rem;
  line-height: 1.7;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 14px;
  font-weight: 800;
  letter-spacing: 0.03em;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.home-btn:hover {
  transform: translateY(-2px);
}

.home-btn-primary {
  background: linear-gradient(135deg, var(--home-gold-2), var(--home-gold));
  color: #111;
  box-shadow: 0 16px 32px rgba(212, 166, 59, 0.3);
}

.home-btn-secondary {
  background: rgba(255, 255, 255, 0.05);
  color: var(--home-text);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.home-hero-visual {
  display: grid;
  gap: 16px;
  align-self: stretch;
  padding: 8px 0;
}

.home-hero-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--home-shadow);
  min-height: 420px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.35));
}

.home-hero-card-overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  padding: 18px 18px 16px;
  border-radius: 20px;
  background: rgba(10, 10, 10, 0.52);
  backdrop-filter: blur(8px);
}

.home-hero-card-overlay strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.05rem;
}

.home-hero-card-overlay span {
  color: #f0e8da;
  font-size: 0.92rem;
  line-height: 1.5;
}

.home-hero-mini {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(18, 18, 18, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-shadow-card {
  box-shadow: var(--home-shadow);
}

.home-hero-mini i,
.home-hero-features i,
.home-callout-inner i,
.home-trust-grid i,
.home-contact-list i {
  color: var(--home-gold-2);
}

.home-hero-mini strong,
.home-hero-features strong,
.home-callout-inner h2,
.home-trust-grid strong,
.home-footer h3 {
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 0.02em;
}

.home-hero-mini strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 2px;
}

.home-hero-mini span,
.home-hero-features span,
.home-trust-grid span,
.home-footer-brand p,
.home-footer ul,
.home-modal-content p {
  color: var(--home-muted);
}

.home-hero-features {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: -2px;
  padding-bottom: 24px;
}

.home-hero-features article,
.home-trust-grid article {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-hero-features strong,
.home-trust-grid strong {
  display: block;
  font-size: 1.02rem;
  margin-bottom: 4px;
  color: var(--home-text);
}

.home-categories {
  padding: 18px 0 0;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.95), rgba(10, 10, 10, 0.72));
}

.home-category-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-category-strip a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--home-text);
}

.home-category-strip a:hover {
  border-color: rgba(212, 166, 59, 0.45);
  transform: translateY(-2px);
}

.home-category-strip span {
  font-weight: 800;
}

.home-section {
  padding: 0;
}

.home-featured {
  background: linear-gradient(180deg, rgba(9, 9, 9, 0.78), rgba(18, 18, 18, 0.96));
  padding: 54px 0 62px;
}

.home-section-heading {
  text-align: center;
  margin-bottom: 28px;
}

.home-section-heading span {
  color: var(--home-gold-2);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.26em;
}

.home-section-heading h2 {
  margin: 8px 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  line-height: 1;
  color: #fff8ee;
}

.home-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.home-filter-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.home-catalog-sections {
  display: grid;
  gap: 28px;
}

.home-catalog-section {
  padding-top: 14px;
}

.home-catalog-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  padding: 0 2px;
}

.home-catalog-section-head span {
  display: block;
  color: var(--home-gold-2);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.home-catalog-section-head h3 {
  margin: 8px 0 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.9rem, 3vw, 2.8rem);
  line-height: 1;
  color: #fff4df;
}

.home-catalog-section-head a {
  color: var(--home-gold-2);
  font-weight: 800;
  white-space: nowrap;
}

.home-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-filter-btn {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: var(--home-text);
  border-radius: 999px;
  padding: 10px 16px;
  font-weight: 800;
}

.home-filter-btn.is-active {
  background: linear-gradient(135deg, var(--home-gold-2), var(--home-gold));
  color: #111;
  border-color: transparent;
}

.home-catalog-status {
  color: var(--home-muted);
  font-size: 0.92rem;
}

.home-empty-card {
  grid-column: 1 / -1;
  padding: 28px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px dashed rgba(255, 255, 255, 0.12);
  color: var(--home-text);
}

.home-empty-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.2rem;
}

.home-product-price small {
  display: inline-block;
  margin-left: 10px;
  font-size: 0.92rem;
  color: #967642;
  text-decoration: line-through;
}

.home-embed-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.home-embed-card {
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.16);
}

.home-embed-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-embed-head h3 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem;
  color: #fff4df;
}

.home-embed-head a {
  color: var(--home-gold-2);
  font-weight: 800;
  white-space: nowrap;
}

.home-embed-card iframe {
  width: 100%;
  height: 760px;
  border: 0;
  background: #fff;
}

.home-product-card {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  color: #1c1c1c;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.16);
}

.home-product-media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f4eee3;
}

.home-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-badge {
  position: absolute;
  top: 16px;
  left: 0;
  padding: 8px 14px 8px 12px;
  background: linear-gradient(135deg, var(--home-gold-2), var(--home-gold));
  color: #111;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0, 88% 50%, 100% 100%, 0 100%);
}

.home-icon-btn {
  position: absolute;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  color: #a03a35;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.home-favorite-btn {
  top: 14px;
}

.home-preview-btn {
  bottom: 14px;
  background: linear-gradient(135deg, var(--home-gold-2), var(--home-gold));
  color: #111;
}

.home-favorite-btn.is-active {
  background: #a03a35;
  color: #fff;
}

.home-product-body {
  padding: 20px;
}

.home-product-body h3 {
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  color: #181818;
}

.home-product-body p {
  margin: 0 0 18px;
  color: #606060;
  line-height: 1.6;
}

.home-product-price {
  font-size: 1.5rem;
  font-weight: 900;
  color: #d18e00;
  margin-bottom: 16px;
}

.home-product-action {
  width: 100%;
  min-height: 44px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #111 0%, #272727 100%);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.home-callout {
  padding: 22px 0;
  background: linear-gradient(180deg, rgba(21, 21, 21, 0.96), rgba(11, 11, 11, 0.96));
}

.home-callout-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-callout-inner p {
  margin: 0 0 6px;
  color: var(--home-gold-2);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.home-callout-inner h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  color: #fff5e1;
}

.home-callout-btn {
  min-width: 220px;
}

.home-trust {
  padding: 24px 0 54px;
  background: linear-gradient(180deg, rgba(11, 11, 11, 0.96), rgba(8, 8, 8, 0.98));
}

.home-trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.home-footer {
  padding: 46px 0 18px;
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.home-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, minmax(0, 1fr));
  gap: 28px;
  padding-bottom: 26px;
}

.home-footer-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.home-footer-logo img {
  width: 68px;
  height: 68px;
  object-fit: contain;
}

.home-footer-logo strong,
.home-footer-logo span,
.home-footer h3 {
  display: block;
}

.home-footer-logo strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.4rem;
  line-height: 0.9;
  color: var(--home-gold-2);
}

.home-footer-logo span {
  color: #e7d7b6;
  font-size: 0.78rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

.home-footer h3 {
  margin: 0 0 12px;
  font-size: 1.5rem;
  color: #fff4df;
}

.home-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-footer li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.home-contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #bfb5a5;
  font-size: 0.92rem;
}

.home-admin-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--home-gold-2), var(--home-gold));
  color: #111;
  font-weight: 900;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.home-socials {
  display: flex;
  gap: 12px;
}

.home-socials a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.home-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 100;
}

.home-modal.is-open {
  display: flex;
}

.home-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(6px);
}

.home-modal-card {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  border-radius: 28px;
  overflow: hidden;
  background: #151515;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--home-shadow);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
}

.home-modal-card img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.home-modal-content {
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.home-modal-tag {
  color: var(--home-gold-2);
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.76rem;
}

.home-modal-content h3 {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.6rem;
  line-height: 0.95;
}

.home-modal-content p {
  margin: 0;
  line-height: 1.7;
}

.home-modal-content strong {
  font-size: 1.6rem;
  color: var(--home-gold-2);
}

.home-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.home-cart-modal {
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.72fr);
}

.home-cart-panel {
  padding: 28px;
}

.home-cart-panel h3 {
  margin: 8px 0 8px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  line-height: 0.95;
}

.home-cart-panel p {
  margin: 0 0 18px;
  color: var(--home-muted);
}

.home-cart-items {
  display: grid;
  gap: 14px;
  max-height: 56vh;
  overflow: auto;
  padding-right: 6px;
}

.home-cart-item {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-cart-item img {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  object-fit: cover;
}

.home-cart-item-placeholder {
  width: 72px;
  height: 72px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  border: 1px dashed rgba(255, 255, 255, 0.12);
}

.home-cart-item h4 {
  margin: 0 0 6px;
  font-size: 1rem;
  color: var(--home-text);
}

.home-cart-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  color: var(--home-muted);
  font-size: 0.92rem;
}

.home-cart-qty {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.home-cart-qty button,
.home-cart-remove {
  border: 0;
  border-radius: 999px;
  min-height: 32px;
  padding: 0 12px;
  font-weight: 800;
}

.home-cart-qty button {
  background: rgba(255, 255, 255, 0.08);
  color: var(--home-text);
}

.home-cart-remove {
  margin-top: 8px;
  background: rgba(160, 58, 53, 0.16);
  color: #ffb8b3;
}

.home-cart-sidebar {
  padding: 28px;
  background: rgba(255, 255, 255, 0.03);
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
}

.home-cart-total-box {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.home-cart-total-box span {
  display: block;
  color: var(--home-muted);
  margin-bottom: 6px;
  font-size: 0.9rem;
}

.home-cart-total-box strong {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  color: var(--home-gold-2);
}

.home-cart-send,
.home-cart-clear {
  width: 100%;
}

@media (max-width: 1100px) {
  .home-topbar-inner {
    grid-template-columns: 1fr;
  }

  .home-top-actions {
    flex-wrap: wrap;
  }

  .home-hero-grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .home-card-grid,
  .home-embed-grid,
  .home-trust-grid,
  .home-footer-grid,
  .home-category-strip,
  .home-hero-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .home-brand-text {
    font-size: 2.2rem;
  }

  .home-menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .home-nav-links {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    padding: 14px 0 18px;
  }

  .home-nav-links.is-open {
    display: flex;
  }

  .home-nav-links a {
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  }

  .home-nav-links a.is-active::after,
  .home-nav-links a:hover::after {
    display: none;
  }

  .home-hero-copy h1 {
    font-size: clamp(3rem, 14vw, 4.5rem);
  }

  .home-hero-features,
  .home-card-grid,
  .home-embed-grid,
  .home-trust-grid,
  .home-footer-grid,
  .home-category-strip {
    grid-template-columns: 1fr;
  }

  .home-filter-bar {
    align-items: stretch;
  }

  .home-filter-group {
    width: 100%;
  }

  .home-filter-btn {
    flex: 1 1 auto;
  }

  .home-embed-card iframe {
    height: 620px;
  }

  .home-callout-inner,
  .home-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-modal-card {
    grid-template-columns: 1fr;
  }

  .home-modal-card img {
    min-height: 280px;
  }

  .home-cart-modal {
    grid-template-columns: 1fr;
  }

  .home-cart-sidebar {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 480px) {
  body.home-page .container {
    width: min(100% - 22px, 1180px);
  }

  .home-top-actions {
    gap: 10px;
  }

  .home-info-chip {
    width: 100%;
    justify-content: center;
  }

  .home-cart-chip {
    flex: 1;
    justify-content: space-between;
  }

  .home-hero-card {
    min-height: 320px;
  }

  .home-section-heading h2 {
    font-size: 2rem;
  }

  .home-product-body h3 {
    font-size: 1.4rem;
  }
}
