
:root {
  --obsidian: #090908;
  --volcanic: #171512;
  --gold: #b9893f;
  --gold-2: #d0a75d;
  --teal: #287d78;
  --deep-teal: #073f3c;
  --rose: #d98890;
  --burgundy: #6b172c;
  --maize: #dec28c;
  --ivory: #f1e7d3;
  --clay: #8a4e31;
  --ink: #19130d;
  --muted: #cbb88f;
  --max: 1180px;
  color-scheme: dark;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--obsidian);
  color: var(--ivory);
  font-family: Optima, Candara, "Segoe UI", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(185,137,63,.07), transparent 20%, transparent 80%, rgba(40,125,120,.08)),
    radial-gradient(circle at 50% -10%, rgba(208,167,93,.12), transparent 34%);
  z-index: -1;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-color: rgba(208,167,93,.55); text-underline-offset: .22em; }
a:hover { color: var(--gold-2); }

h1, h2, h3, legend {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.04;
  font-weight: 500;
  margin: 0 0 .65rem;
}

h1 { font-size: clamp(3rem, 9vw, 7.2rem); }
h2 { font-size: clamp(2rem, 4.8vw, 4.2rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1rem; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: .75rem;
  left: .75rem;
  z-index: 100;
  padding: .7rem 1rem;
  background: var(--ivory);
  color: var(--obsidian);
  transform: translateY(-140%);
}
.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 3px solid var(--rose);
  outline-offset: 4px;
}

.announcement {
  min-height: 36px;
  padding: .48rem 1rem;
  text-align: center;
  color: var(--obsidian);
  background: var(--maize);
  font-size: .86rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(9,9,8,.92);
  border-bottom: 1px solid rgba(208,167,93,.28);
  backdrop-filter: blur(18px);
}

.nav-shell {
  width: min(100%, var(--max));
  min-height: 76px;
  margin: 0 auto;
  padding: 0 1rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
}

.brand {
  display: inline-flex;
  gap: .7rem;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .86rem;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--gold);
  color: var(--gold-2);
  font-family: Georgia, serif;
  letter-spacing: 0;
}

.primary-menu, .nav-actions {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
.primary-menu a, .nav-actions a, .cart-trigger {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--ivory);
  text-decoration: none;
  font-size: .88rem;
}

.cart-trigger, .nav-toggle, button, .button {
  font: inherit;
}

.cart-trigger, .nav-toggle {
  border: 1px solid rgba(208,167,93,.45);
  color: var(--ivory);
  background: transparent;
  min-height: 44px;
  padding: .6rem .8rem;
  cursor: pointer;
}

.cart-trigger span {
  min-width: 1.7rem;
  min-height: 1.7rem;
  margin-left: .4rem;
  display: inline-grid;
  place-items: center;
  background: var(--gold);
  color: var(--obsidian);
  border-radius: 999px;
  font-size: .78rem;
}

.nav-toggle { display: none; }

main > section {
  padding: clamp(3.5rem, 8vw, 7rem) 1rem;
}

.hero, .page-hero, .section-grid, .split-band, .contact-layout, .checkout-layout, .product-detail, .story-panel, .site-footer {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.home-hero {
  min-height: calc(100vh - 112px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .78fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  padding-top: clamp(2rem, 5vw, 5rem);
}

.hero-copy {
  max-width: 680px;
  position: relative;
  z-index: 1;
}

.hero-copy h1, .page-hero h1 { color: var(--ivory); }
.lede {
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  color: #f8efd9;
}

.hero-art {
  margin: 0;
  border: 1px solid rgba(208,167,93,.45);
  background: #050504;
  box-shadow: 0 24px 80px rgba(0,0,0,.48);
}
.hero-art img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.eyebrow {
  margin-bottom: .75rem;
  color: var(--gold-2);
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .78rem;
  font-weight: 700;
}

.button-row, .cart-actions, .qty-row {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  align-items: center;
  margin-top: 1.4rem;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .78rem 1.15rem;
  border: 1px solid var(--gold-2);
  background: var(--gold-2);
  color: #111;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
}
.button.ghost {
  background: transparent;
  color: var(--ivory);
}
.button.small {
  min-height: 44px;
  padding: .58rem .9rem;
}
.button.disabled {
  opacity: .65;
  cursor: not-allowed;
}

.intro-band, .copy-band {
  background: var(--ivory);
  color: var(--ink);
}

.section-grid {
  display: grid;
  grid-template-columns: .75fr 1fr;
  gap: clamp(2rem, 7vw, 6rem);
}

.measure { max-width: 760px; }

.product-section {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}
.product-grid.compact { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.product-card {
  min-width: 0;
  border: 1px solid rgba(208,167,93,.34);
  background: rgba(23,21,18,.82);
  display: grid;
  grid-template-rows: auto 1fr;
}

.product-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center 42%;
  border-bottom: 1px solid rgba(208,167,93,.28);
}

.product-card-body {
  padding: 1rem;
  display: grid;
  gap: .65rem;
}
.product-card h3 a { text-decoration: none; }
.product-card dl, .facts {
  margin: 0;
  display: grid;
  gap: .5rem;
}
.product-card dt, .facts dt {
  color: var(--gold-2);
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.product-card dd, .facts dd { margin: 0; color: #eadfc8; }

.split-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding-inline: 0;
  border: 1px solid rgba(208,167,93,.35);
  background: rgba(208,167,93,.35);
}
.split-band > div {
  padding: clamp(1.5rem, 4vw, 3rem);
  background: var(--volcanic);
}

.text-link {
  color: var(--gold-2);
  font-weight: 700;
}

.craft-section, .newsletter, .closing, .set-feature {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(208,167,93,.34);
  background: rgba(208,167,93,.34);
}
.feature-list article {
  padding: 1.25rem;
  background: #11100e;
}

.newsletter, .closing, .set-feature {
  border-top: 1px solid rgba(208,167,93,.38);
  border-bottom: 1px solid rgba(208,167,93,.38);
}

.inline-form, .contact-form, .checkout-form {
  display: grid;
  gap: .8rem;
}
label { font-weight: 700; color: var(--maize); }
input, textarea, select {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(208,167,93,.5);
  background: #100f0d;
  color: var(--ivory);
  padding: .72rem .85rem;
  font: inherit;
}
textarea { resize: vertical; }
.inline-form {
  grid-template-columns: minmax(140px, 1fr) minmax(180px, 2fr) auto;
  align-items: end;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 420px);
  gap: 2rem;
  align-items: center;
}
.page-hero img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid rgba(208,167,93,.42);
}
.copy-band {
  max-width: none;
}
.copy-band > * {
  width: min(100%, 880px);
  margin-left: auto;
  margin-right: auto;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(300px, .75fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .75rem;
}
.gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid rgba(208,167,93,.34);
}
.main-product-img { grid-column: 1 / -1; aspect-ratio: 5 / 4; object-position: center 42%; }

.buy-box {
  position: sticky;
  top: 124px;
  border-left: 1px solid rgba(208,167,93,.4);
  padding-left: 1.5rem;
}
.qty-label { display: block; margin-top: 1rem; }
.qty-row input { max-width: 92px; }
.fine-print {
  margin-top: 1rem;
  color: var(--muted);
  font-size: .92rem;
}

.accordion-section {
  width: min(100%, 980px);
  margin: 0 auto;
}
details {
  border-top: 1px solid rgba(208,167,93,.35);
  padding: 1rem 0;
}
details:last-child { border-bottom: 1px solid rgba(208,167,93,.35); }
summary {
  cursor: pointer;
  color: var(--gold-2);
  font-weight: 700;
}

.story-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 420px);
  gap: 2rem;
  align-items: center;
}
.story-panel img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border: 1px solid rgba(208,167,93,.34);
}

.text-hero, .text-stack, .cart-page {
  width: min(100%, 900px);
  margin: 0 auto;
}
.text-hero {
  padding-bottom: 2rem;
}
.text-stack article + article { margin-top: 2rem; }
.text-stack ul { padding-left: 1.2rem; }

.contact-layout, .checkout-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .5fr);
  gap: 2rem;
  align-items: start;
}
.support-note, .cart-summary {
  border: 1px solid rgba(208,167,93,.35);
  padding: 1.25rem;
  background: rgba(23,21,18,.8);
}
fieldset {
  border: 1px solid rgba(208,167,93,.35);
  padding: 1rem;
  display: grid;
  gap: .75rem;
}
legend { color: var(--gold-2); padding: 0 .4rem; }

.cart-drawer {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  pointer-events: none;
  background: rgba(0,0,0,0);
  transition: background .2s ease;
  overflow: hidden;
}
.cart-drawer.is-open {
  display: block;
  pointer-events: auto;
  background: rgba(0,0,0,.58);
}
.cart-panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 420px);
  height: 100%;
  margin-left: auto;
  background: #100f0d;
  border-left: 1px solid rgba(208,167,93,.45);
  padding: 1rem;
  transform: translateX(100%);
  transition: transform .22s ease;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 1rem;
}
.cart-drawer.is-open .cart-panel { transform: translateX(0); }
.cart-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.cart-head button, [data-cart-close] {
  min-height: 44px;
  border: 1px solid rgba(208,167,93,.45);
  background: transparent;
  color: var(--ivory);
  padding: .55rem .8rem;
}
.cart-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .75rem;
  padding: .75rem 0;
  border-bottom: 1px solid rgba(208,167,93,.22);
}
.cart-line button {
  min-height: 38px;
  border: 1px solid rgba(208,167,93,.45);
  background: transparent;
  color: var(--ivory);
}
.cart-note, .cart-empty { color: var(--muted); }

.site-footer {
  padding: 3rem 1rem;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 1.5rem;
  border-top: 1px solid rgba(208,167,93,.3);
}
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  justify-content: end;
}
.credit { margin: 0; }

@media (max-width: 920px) {
  .nav-shell { grid-template-columns: auto auto; }
  .nav-toggle {
    display: inline-grid;
    place-items: center;
    justify-self: end;
  }
  .nav-toggle span[aria-hidden="true"] {
    width: 24px;
    height: 2px;
    background: var(--gold-2);
    box-shadow: 0 7px 0 var(--gold-2), 0 -7px 0 var(--gold-2);
  }
  .primary-menu, .nav-actions {
    grid-column: 1 / -1;
    display: none;
    justify-content: start;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 1rem;
  }
  .site-header.menu-open .primary-menu,
  .site-header.menu-open .nav-actions { display: flex; }
  .home-hero, .page-hero, .section-grid, .split-band, .product-detail, .story-panel, .contact-layout, .checkout-layout {
    grid-template-columns: 1fr;
  }
  .home-hero {
    min-height: auto;
  }
  .hero-art { order: -1; }
  .hero-art img { max-height: 54vh; }
  .product-grid, .product-grid.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .buy-box {
    position: static;
    border-left: 0;
    padding-left: 0;
  }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav { justify-content: start; }
}

@media (max-width: 560px) {
  h1 { font-size: 2.75rem; }
  h2 { font-size: 2rem; }
  main > section { padding: 3rem 1rem; }
  .product-grid, .product-grid.compact, .feature-list, .gallery {
    grid-template-columns: 1fr;
  }
  .inline-form {
    grid-template-columns: 1fr;
  }
  .button, .button-row .button {
    width: 100%;
  }
  .announcement { font-size: .78rem; }
  .product-card img { aspect-ratio: 1 / 1; }
  .cart-panel { width: 100%; }
}

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

/* DIS-2711 visual system overlay: Neo-Mexica Art Deco, live type, isolated gates. */
:root {
  --lm-obsidian: #090908;
  --lm-volcanic: #171512;
  --lm-teal-night: #0e4d4a;
  --lm-sacred-mantle: #6ca79a;
  --lm-tonantzin-rose: #e7a787;
  --lm-flor-maiz: #f6d3d9;
  --lm-sacred-earth: #f2e9d8;
  --lm-ancestral-gold: #c8a24a;
  --lm-maize-heart: #7a1e3a;
  --lm-sacred-clay: #b35a3c;
  --font-display: "Cormorant Garamond", "Bodoni 72", "Bodoni MT", Didot, Georgia, serif;
  --font-editorial: "EB Garamond", "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-utility: Manrope, Montserrat, "Avenir Next", Futura, system-ui, sans-serif;
}

body {
  background: var(--lm-obsidian);
  font-family: var(--font-editorial);
}

body::before {
  background:
    linear-gradient(90deg, rgba(200, 162, 74, .08), transparent 18%, transparent 82%, rgba(108, 167, 154, .08)),
    radial-gradient(circle at 50% -8%, rgba(200, 162, 74, .18), transparent 32%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.018) 0 1px, transparent 1px 18px);
}

h1, h2, .brand-wordmark, .ritual-number, .display-line {
  font-family: var(--font-display);
  letter-spacing: .06em;
  text-transform: uppercase;
}

h1 { font-size: 5.15rem; overflow-wrap: normal; }
h2 { font-size: 3.45rem; }
h3, legend { font-family: var(--font-display); letter-spacing: .03em; }
p, li { font-size: 1.04rem; }

.brand, .primary-menu, .nav-actions, .cart-trigger, .announcement, .button, label, input, textarea, select, summary, .facts, .product-card dl, .lm-staging-note {
  font-family: var(--font-utility);
}

.announcement {
  min-height: auto;
  background: #e7d6ad;
  color: #21170e;
  font-size: .74rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-header {
  background: rgba(9, 9, 8, .56);
  transition: background .18s ease, border-color .18s ease;
}

.site-header.is-scrolled,
.site-header.menu-open {
  background: rgba(9, 9, 8, .96);
  border-bottom-color: rgba(200, 162, 74, .72);
}

.nav-shell {
  min-height: 88px;
  border-left: 1px solid rgba(200, 162, 74, .28);
  border-right: 1px solid rgba(200, 162, 74, .28);
}

.brand {
  gap: .85rem;
  letter-spacing: 0;
}

.brand-emblem {
  width: 52px;
  height: 52px;
  border: 1px solid var(--lm-ancestral-gold);
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 0 0 5px rgba(200, 162, 74, .08), inset 0 0 0 2px rgba(9,9,8,.7);
}

.brand-emblem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 36%;
  transform: scale(1.7);
}

.brand-copy {
  display: grid;
  line-height: 1.05;
}

.brand-wordmark {
  color: var(--lm-sacred-earth);
  font-size: 1.02rem;
  letter-spacing: .16em;
}

.brand-subline {
  color: var(--lm-ancestral-gold);
  font-size: .64rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.primary-menu a, .nav-actions a, .cart-trigger {
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .76rem;
}

.lm-obsidian-pattern {
  background:
    radial-gradient(circle at 50% 12%, rgba(200, 162, 74, .13), transparent 30%),
    linear-gradient(135deg, rgba(14, 77, 74, .16), transparent 34%, rgba(122, 30, 58, .12)),
    repeating-linear-gradient(90deg, rgba(200, 162, 74, .045) 0 1px, transparent 1px 34px),
    var(--lm-obsidian);
}

.lm-deco-frame {
  border: 1px solid rgba(200, 162, 74, .72);
  box-shadow: 0 0 0 8px rgba(200, 162, 74, .055), 0 26px 80px rgba(0,0,0,.5);
}

.lm-stepped-corners {
  position: relative;
}

.lm-stepped-corners::before,
.lm-stepped-corners::after {
  content: "";
  position: absolute;
  width: 58px;
  height: 58px;
  pointer-events: none;
  background:
    linear-gradient(var(--lm-ancestral-gold), var(--lm-ancestral-gold)) 0 0 / 100% 1px no-repeat,
    linear-gradient(var(--lm-ancestral-gold), var(--lm-ancestral-gold)) 0 0 / 1px 100% no-repeat,
    linear-gradient(var(--lm-ancestral-gold), var(--lm-ancestral-gold)) 0 16px / 34px 1px no-repeat,
    linear-gradient(var(--lm-ancestral-gold), var(--lm-ancestral-gold)) 16px 0 / 1px 34px no-repeat;
  opacity: .82;
}

.lm-stepped-corners::before { top: -10px; left: -10px; }
.lm-stepped-corners::after { right: -10px; bottom: -10px; transform: rotate(180deg); }

.lm-halo {
  position: relative;
  overflow: hidden;
}

.lm-halo::before {
  content: "";
  position: absolute;
  inset: 8%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(200,162,74,.25), transparent 48%),
    repeating-conic-gradient(from 0deg, rgba(200,162,74,.22) 0 3deg, transparent 3deg 9deg);
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}

.lm-halo > img,
.lm-halo img {
  position: relative;
  z-index: 1;
}

.lm-deco-divider {
  width: min(360px, 70vw);
  height: 1px;
  margin: 0 0 2rem;
  background: linear-gradient(90deg, transparent, var(--lm-ancestral-gold), transparent);
  position: relative;
}

.lm-deco-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid var(--lm-ancestral-gold);
  background: var(--lm-obsidian);
  transform: translate(-50%, -50%) rotate(45deg);
}

.lm-temple-transition {
  clip-path: polygon(0 0, 42% 0, 42% 10px, 46% 10px, 46% 20px, 54% 20px, 54% 10px, 58% 10px, 58% 0, 100% 0, 100% 100%, 0 100%);
}

.lm-editorial-band {
  background: var(--lm-sacred-earth);
  color: #1c130d;
}

.lm-editorial-band .eyebrow,
.lm-editorial-band a {
  color: #7a1e3a;
}

.lm-campaign-reveal {
  min-height: calc(100vh - 118px);
  grid-template-columns: minmax(320px, .82fr) minmax(0, 1fr);
}

.home-hero .hero-art {
  order: 0;
}

.hero-art {
  background: #050504;
}

.hero-art img {
  aspect-ratio: 4 / 5;
  object-position: center 36%;
}

.hero-copy {
  padding: clamp(2rem, 4vw, 4rem);
  border: 1px solid rgba(200, 162, 74, .28);
  background: rgba(9, 9, 8, .54);
}

.lede,
.quote {
  font-family: var(--font-editorial);
  font-size: 1.38rem;
  color: #fbedd6;
}

.button {
  background: var(--lm-ancestral-gold);
  border-color: var(--lm-ancestral-gold);
  color: #120d08;
  text-transform: uppercase;
  letter-spacing: .08em;
  border-radius: 0;
}

.button.ghost {
  background: transparent;
  color: var(--lm-sacred-earth);
}

.text-link {
  align-self: center;
  font-family: var(--font-utility);
  text-transform: uppercase;
  letter-spacing: .09em;
  text-decoration: none;
}

.product-card {
  --product-accent: var(--lm-ancestral-gold);
  --product-veil: rgba(200, 162, 74, .12);
  border-color: color-mix(in srgb, var(--product-accent) 70%, transparent);
  background: linear-gradient(180deg, var(--product-veil), rgba(9,9,8,.92));
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.product-card:hover,
.product-card:focus-within {
  transform: translateY(-4px);
  border-color: var(--product-accent);
  box-shadow: 0 18px 42px rgba(0,0,0,.35), 0 0 0 1px var(--product-accent);
}

.product-card-body {
  min-height: 295px;
}

.product-card dl {
  border-top: 1px solid rgba(200, 162, 74, .22);
  padding-top: .65rem;
}

.lm-product--tlazohkamati { --product-accent: #c8a24a; --product-veil: rgba(200,162,74,.16); }
.lm-product--xochitl { --product-accent: #e7a787; --product-veil: rgba(122,30,58,.2); }
.lm-product--centli { --product-accent: #dec28c; --product-veil: rgba(222,194,140,.16); }
.lm-product--metztli { --product-accent: #8594c8; --product-veil: rgba(32,44,83,.26); }
.lm-product--atl { --product-accent: #6ca79a; --product-veil: rgba(14,77,74,.22); }
.lm-product--tlaltikpak { --product-accent: #b35a3c; --product-veil: rgba(83,91,50,.2); }
.lm-product--itztli { --product-accent: #d0a75d; --product-veil: rgba(255,255,255,.08); }

.collection-hero figure {
  margin: 0;
}

.collection-hero h1,
.page-hero h1 {
  font-size: 4.5rem;
  max-width: 11ch;
}

.set-feature {
  display: grid;
  gap: 1rem;
  padding: clamp(2rem, 5vw, 4rem);
  background: linear-gradient(135deg, rgba(122,30,58,.22), rgba(14,77,74,.18)), rgba(23,21,18,.92);
}

.set-thumbs {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: .45rem;
}

.set-thumbs img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border: 1px solid rgba(200, 162, 74, .38);
}

.lm-staging-note {
  border-left: 3px solid var(--lm-ancestral-gold);
  padding: .85rem 1rem;
  background: rgba(200, 162, 74, .11);
  color: inherit;
  font-size: .9rem;
}

.buy-box .lm-staging-note,
.cart-note {
  color: var(--lm-sacred-earth);
}

.accord-row {
  width: min(100%, 980px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(200,162,74,.34);
  background: rgba(200,162,74,.34);
}

.accord-row article {
  padding: 1.2rem;
  background: linear-gradient(180deg, var(--product-veil), rgba(9,9,8,.93));
}

.accord-row h3 {
  color: var(--product-accent);
  font-family: var(--font-utility);
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.story-panel.lm-editorial-band {
  padding: clamp(2rem, 5vw, 4rem);
}

.ritual-journey {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.ritual-step {
  min-height: 290px;
  padding: 1.5rem;
  border: 1px solid rgba(200,162,74,.4);
  background:
    radial-gradient(circle at 80% 20%, rgba(200,162,74,.16), transparent 32%),
    rgba(23,21,18,.88);
}

.ritual-number {
  margin: 0 0 1rem;
  color: var(--lm-ancestral-gold);
  font-size: 3.6rem;
  line-height: .9;
}

.editorial-sequence {
  display: grid;
  gap: 2rem;
}

.editorial-sequence article {
  width: min(100%, 880px);
  margin: 0 auto;
  padding-block: 1.5rem;
  border-bottom: 1px solid rgba(122,30,58,.24);
}

.journal-grid {
  width: min(100%, var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid rgba(200,162,74,.36);
  background: rgba(200,162,74,.36);
}

.journal-grid article {
  padding: 1.4rem;
  background: rgba(23,21,18,.94);
}

@media (max-width: 920px) {
  h1 { font-size: 4.25rem; }
  h2 { font-size: 3rem; }
  .collection-hero h1,
  .page-hero h1 { font-size: 3.5rem; max-width: 12ch; }
  .lm-campaign-reveal,
  .accord-row,
  .ritual-journey,
  .journal-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding: 1.4rem;
  }
  .set-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  h1 { font-size: 2.8rem; }
  h2 { font-size: 2.25rem; }
  p, li { font-size: 1rem; }
  .brand-emblem { width: 44px; height: 44px; }
  .brand-subline { display: none; }
  .brand-wordmark { font-size: .88rem; }
  .announcement { font-size: .66rem; line-height: 1.35; }
  .set-thumbs { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lm-stepped-corners::before,
  .lm-stepped-corners::after {
    width: 34px;
    height: 34px;
  }
}
