:root {
  --bg: #10100d;
  --bg-soft: #171712;
  --panel: #1f1c15;
  --panel-2: #262117;
  --ink: #f5f0e6;
  --muted: #bdb19b;
  --line: rgba(223, 195, 132, 0.2);
  --line-strong: rgba(223, 195, 132, 0.38);
  --brass: #d8b66a;
  --brass-soft: #f1d999;
  --verdigris: #6fa58b;
  --umber: #7b4b30;
  --red: #a75e53;
  --steel: #aeb8b5;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
  --radius: 8px;
  --max: 1180px;
  --font: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  background:
    linear-gradient(90deg, rgba(216, 182, 106, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #0b0b09 0%, #11110e 42%, #16130f 100%);
  background-size: 56px 56px, auto;
  color: var(--ink);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255,255,255,0.025), transparent 28%, rgba(0,0,0,0.28));
  z-index: -1;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.announcement {
  padding: 0.62rem 1rem;
  text-align: center;
  color: #17120a;
  background: linear-gradient(90deg, #a47535, #ecd18a 48%, #7f5a2b);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(16px);
  background: rgba(16, 16, 13, 0.9);
  border-bottom: 1px solid var(--line);
}

.nav {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0.8rem clamp(1rem, 3vw, 2rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-logo {
  width: 44px;
  height: auto;
  filter: drop-shadow(0 6px 16px rgba(216, 182, 106, 0.2));
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(0.78rem, 2.1vw, 1.45rem);
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
}

.nav-links a:hover {
  color: var(--brass-soft);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.72rem 0.95rem;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: rgba(245, 240, 230, 0.055);
  color: var(--ink);
  font-weight: 850;
  text-align: center;
  box-shadow: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.button.primary {
  color: #191207;
  background: linear-gradient(180deg, #f0d999, #c79745);
  border-color: rgba(241, 217, 153, 0.76);
}

.button:hover {
  transform: translateY(-1px);
  border-color: var(--brass-soft);
}

main {
  overflow: hidden;
}

.hero {
  max-width: var(--max);
  margin: 0 auto;
  min-height: calc(100vh - 116px);
  padding: clamp(2.2rem, 6vw, 5.4rem) clamp(1rem, 3vw, 2rem) 2.2rem;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  margin-bottom: 1rem;
  padding: 0.34rem 0.52rem;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: rgba(216, 182, 106, 0.07);
  color: var(--brass-soft);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 13ch;
  margin-bottom: 1.1rem;
  font-size: clamp(3.1rem, 7vw, 6.8rem);
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 62ch;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.5vw, 1.18rem);
  line-height: 1.68;
}

.hero-category-row,
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
}

.hero-category-row {
  margin-top: 1.35rem;
}

.hero-actions {
  margin-top: 1.45rem;
}

.hero-category-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0.45rem 0.58rem;
  border: 1px solid rgba(216, 182, 106, 0.34);
  border-radius: 4px;
  background: rgba(216, 182, 106, 0.055);
  color: var(--brass-soft);
  font-size: 0.78rem;
  font-weight: 850;
}

.hero-category-row a:hover {
  background: rgba(216, 182, 106, 0.16);
}

.hero-stat-row {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  max-width: 700px;
}

.stat-pill,
.point,
.step,
details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(245, 240, 230, 0.045);
}

.stat-pill {
  padding: 0.9rem;
}

.stat-pill strong {
  display: block;
  color: var(--ink);
  font-size: 0.98rem;
}

.stat-pill span {
  display: block;
  margin-top: 0.24rem;
  color: var(--muted);
  font-size: 0.81rem;
  line-height: 1.4;
}

.hero-art {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.coin-orbit {
  position: absolute;
  width: min(100%, 500px);
  aspect-ratio: 0.9;
  border-radius: 8px;
  border: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(216, 182, 106, 0.12), transparent 1px),
    linear-gradient(180deg, rgba(216, 182, 106, 0.08), rgba(255,255,255,0.02));
  background-size: 100% 100%, auto;
  box-shadow: inset 0 0 0 8px rgba(0,0,0,0.12), var(--shadow);
  z-index: -2;
}

.coin-stack {
  position: relative;
  width: min(94%, 430px);
  aspect-ratio: 0.86;
}

.coin-card {
  position: absolute;
  width: 66%;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  border: 6px solid rgba(216, 182, 106, 0.34);
  background: #11120e;
  box-shadow: 0 18px 44px rgba(0,0,0,0.42), inset 0 0 0 9px rgba(0,0,0,0.16);
}

.coin-card img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.coin-card::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  border: 1px solid rgba(245, 240, 230, 0.18);
  pointer-events: none;
}

.coin-card:hover,
.coin-card:focus-visible {
  outline: none;
  border-color: var(--brass-soft);
}

.coin-card.blue {
  left: 13%;
  top: 0;
  transform: rotate(-5deg);
}

.coin-card.mimic {
  right: 0;
  top: 28%;
  width: 58%;
  transform: rotate(8deg);
}

.coin-card.owlbear {
  left: 0;
  bottom: 0;
  width: 60%;
  transform: rotate(-10deg);
}

.floating-note {
  position: absolute;
  right: 0;
  bottom: 4%;
  max-width: 250px;
  padding: 0.95rem;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  background: rgba(31, 28, 21, 0.92);
  box-shadow: var(--shadow);
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.floating-note strong {
  display: block;
  margin-bottom: 0.3rem;
  color: var(--brass-soft);
}

section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(2.2rem, 5vw, 4.6rem) clamp(1rem, 3vw, 2rem);
}

#why,
#coins,
#cards,
#other-products,
#lighters,
#jewelry,
#housewares,
#purchase {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.55fr);
  align-items: end;
  gap: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid var(--line);
}

.section-head h2 {
  margin-bottom: 0;
  max-width: 760px;
  font-size: clamp(2rem, 4vw, 3.8rem);
  line-height: 1;
  letter-spacing: 0;
}

.section-head p {
  margin-bottom: 0.15rem;
  color: var(--muted);
  line-height: 1.55;
}

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

.product-grid-featured {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.product {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(31, 28, 21, 0.86);
  box-shadow: none;
}

.product::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brass), var(--verdigris), var(--umber));
  opacity: 0.74;
}

.product-media {
  display: grid;
  place-items: center;
  min-height: 250px;
  padding: 1.15rem;
  background:
    linear-gradient(180deg, rgba(216, 182, 106, 0.11), rgba(0,0,0,0.16)),
    #15140f;
}

.product-media img {
  width: min(100%, 280px);
  aspect-ratio: 1;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0,0,0,0.34));
}

.product-media img[data-shape="coin"],
.product-media img[data-shape="coaster"] {
  border-radius: 50%;
}

.product-media img[data-shape="card"] {
  width: min(100%, 245px);
  max-height: 330px;
  aspect-ratio: 2.5 / 3.5;
  border-radius: 6px;
}

.product-archive {
  border-color: rgba(216, 182, 106, 0.42);
  background: linear-gradient(180deg, rgba(216, 182, 106, 0.085), rgba(31, 28, 21, 0.9));
}

.product-archive .product-media {
  min-height: 420px;
  background:
    linear-gradient(180deg, rgba(216, 182, 106, 0.15), rgba(111, 165, 139, 0.08)),
    #15140f;
}

.product-archive .product-media img[data-shape="card"] {
  width: min(100%, 340px);
  max-height: 390px;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 20px 42px rgba(0,0,0,0.45), 0 0 0 1px rgba(216, 182, 106, 0.34);
}

.new-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 24px;
  padding: 0 10px;
  border-radius: 4px;
  color: #181006;
  background: var(--brass-soft);
  border: 1px solid rgba(255,255,255,0.4);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-body {
  flex: 1;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.64rem;
}

.product-kicker {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.7rem;
  color: var(--brass-soft);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.product-kicker > span:first-child {
  min-width: 0;
}

.price-stack {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.22rem;
  flex: 0 0 auto;
  margin-left: auto;
  white-space: nowrap;
}

.sale {
  display: inline-block;
  color: #17120a;
  background: var(--brass-soft);
  border-radius: 4px;
  padding: 0.22rem 0.42rem;
  letter-spacing: 0.02em;
}

.sale-note {
  color: var(--brass-soft);
  font-size: 0.67rem;
  font-weight: 850;
  line-height: 1;
}

.product h3 {
  margin-bottom: 0;
  font-size: 1.06rem;
  line-height: 1.18;
  letter-spacing: 0;
}

.product p {
  color: var(--muted);
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

.product-meta {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.38rem;
}

.tag {
  padding: 0.28rem 0.42rem;
  border: 1px solid rgba(174, 184, 181, 0.2);
  border-radius: 4px;
  color: var(--steel);
  font-size: 0.74rem;
  font-weight: 750;
  background: rgba(255,255,255,0.035);
}

.product-options {
  color: var(--steel);
  font-size: 0.86rem;
  line-height: 1.4;
}

.product-options strong {
  color: var(--brass-soft);
}

.product .button {
  margin-top: 0.2rem;
  width: fit-content;
  max-width: 100%;
  align-self: flex-start;
}

.placeholder-coin,
.placeholder-card {
  border-radius: 8px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 1.4rem;
  font-weight: 900;
  text-transform: uppercase;
}

.placeholder-coin {
  width: min(100%, 250px);
  aspect-ratio: 1;
  border-radius: 50%;
  color: #17120a;
  border: 8px solid rgba(216, 182, 106, 0.4);
  background: conic-gradient(from 90deg, #403523, #d8b66a, #6f5130, #17120a, #d8b66a, #403523);
}

.placeholder-coin.slate {
  border-radius: 8px;
  color: var(--ink);
  background: linear-gradient(135deg, #2e312c, #11120f 52%, #515047);
}

.placeholder-card {
  width: min(100%, 220px);
  aspect-ratio: 2.5 / 3.5;
  color: #17120a;
  background: linear-gradient(145deg, #efe0b3, #6fa58b 45%, #221b12 46%, #d8b66a);
}

.placeholder-card.metal-card {
  color: var(--ink);
  background: linear-gradient(145deg, #dfe5df, #626b68 30%, #171917 60%, #b7beba);
}

.placeholder-card.elder-bestiary {
  color: #f5e8c4;
  border-color: rgba(216, 182, 106, 0.55);
  background: linear-gradient(180deg, #b18438, #f0cf7a 38%, #2d2418 39%, #101217 100%);
}

.feature-band {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 0.9rem;
  align-items: stretch;
}

.feature-card,
.cta {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(31, 28, 21, 0.82);
  box-shadow: none;
}

.feature-card {
  padding: clamp(1.25rem, 3vw, 1.8rem);
}

.feature-card h2,
.cta h2 {
  letter-spacing: 0;
}

.feature-card h2 {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1;
}

.feature-card p,
.point span,
.step p,
details p,
.cta p {
  color: var(--muted);
  line-height: 1.55;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.point,
.step,
details {
  padding: 1rem;
}

.point strong,
summary {
  color: var(--ink);
  font-weight: 900;
}

.point strong {
  display: block;
  margin-bottom: 0.48rem;
}

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

.step-num {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-bottom: 0.85rem;
  border-radius: 4px;
  background: rgba(216, 182, 106, 0.14);
  border: 1px solid var(--line);
  color: var(--brass-soft);
  font-weight: 950;
}

.faq {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 1.4rem;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

summary {
  cursor: pointer;
}

.cta {
  text-align: center;
  padding-top: clamp(2.2rem, 6vw, 4.6rem);
  padding-bottom: clamp(2.2rem, 6vw, 4.6rem);
}

.cta h2 {
  margin: 0 auto 1rem;
  max-width: 760px;
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1;
}

.cta p {
  margin: 0 auto 1.5rem;
  max-width: 640px;
}

.catalog-note {
  display: none;
  margin: 0 auto;
  max-width: var(--max);
  padding: 0 clamp(1rem, 3vw, 2rem) 1rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.catalog-note.is-visible {
  display: block;
}

.button.disabled {
  cursor: not-allowed;
  opacity: 0.72;
  transform: none;
}

stripe-buy-button {
  display: block;
  max-width: 280px;
  align-self: flex-start;
}

footer {
  max-width: var(--max);
  margin: 0 auto;
  padding: 2rem clamp(1rem, 3vw, 2rem) 3rem;
  color: var(--muted);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid var(--line);
  font-size: 0.88rem;
}

.product-loading,
.product-error,
.product-empty {
  grid-column: 1 / -1;
  min-height: 160px;
  justify-content: center;
}

@media (max-width: 900px) {
  .hero,
  .feature-band,
  .faq,
  .section-head,
  .product-grid-featured {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-art {
    min-height: 430px;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .nav-links {
    display: none;
  }

  .nav {
    gap: 1rem;
  }
}

@media (max-width: 680px) {
  .announcement {
    font-size: 0.7rem;
  }

  h1 {
    max-width: 10ch;
  }

  .hero-stat-row,
  .product-grid,
  .feature-list,
  .steps {
    grid-template-columns: 1fr;
  }

  .product-media {
    min-height: 225px;
  }

  .floating-note {
    left: 0.5rem;
    right: 0.5rem;
    max-width: none;
  }

  footer {
    display: block;
  }
}

/* Luxury series direction */
:root {
  --bg: #080807;
  --bg-soft: #11100d;
  --panel: #15130f;
  --panel-2: #1f1a12;
  --ink: #fff7e8;
  --muted: #c7b99f;
  --line: rgba(225, 190, 112, 0.18);
  --line-strong: rgba(238, 207, 139, 0.42);
  --brass: #c99a45;
  --brass-soft: #f1d38a;
  --verdigris: #5d8f7e;
  --umber: #6c3029;
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.52);
}

body {
  background:
    radial-gradient(circle at 72% 16%, rgba(201, 154, 69, 0.12), transparent 34rem),
    radial-gradient(circle at 18% 10%, rgba(93, 143, 126, 0.08), transparent 26rem),
    linear-gradient(180deg, #050505 0%, #0c0b09 48%, #15110d 100%);
}

body::before {
  background:
    linear-gradient(90deg, rgba(241, 211, 138, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(241, 211, 138, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.024), transparent 34%, rgba(0,0,0,0.46));
  background-size: 96px 96px, 96px 96px, auto;
}

.announcement {
  color: #1a1004;
  background: linear-gradient(90deg, #6e4a1f, #e8c777 45%, #fff0bb 50%, #a56b2c);
}

.site-header {
  background: rgba(5, 5, 5, 0.82);
  border-bottom-color: rgba(241, 211, 138, 0.16);
}

.brand,
.nav-links,
.button,
.eyebrow,
.product-kicker,
.tag,
.new-badge {
  letter-spacing: 0.08em;
}

.hero {
  min-height: calc(100vh - 112px);
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
}

.eyebrow {
  border-color: rgba(241, 211, 138, 0.34);
  background: rgba(241, 211, 138, 0.045);
}

h1 {
  max-width: 11ch;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(3.25rem, 7vw, 7.4rem);
  line-height: 0.9;
}

.hero-copy {
  max-width: 55ch;
  color: #d8cbb2;
}

.hero-category-row a,
.button {
  border-radius: 3px;
}

.button.primary {
  background: linear-gradient(180deg, #fff0b8, #d5a14a 48%, #9b6426);
  border-color: rgba(255, 232, 166, 0.84);
}

.stat-pill,
.point,
.step,
details,
.product,
.feature-card,
.cta {
  background: linear-gradient(180deg, rgba(255,255,255,0.052), rgba(255,255,255,0.018)), rgba(12, 11, 9, 0.9);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.055);
}

.hero-art {
  min-height: 620px;
}

.coin-orbit {
  width: min(100%, 560px);
  aspect-ratio: 0.82;
  border-radius: 4px;
  border-color: rgba(238, 207, 139, 0.28);
  background:
    linear-gradient(135deg, rgba(238, 207, 139, 0.14), transparent 28%, rgba(93, 143, 126, 0.07) 68%, rgba(238, 207, 139, 0.09)),
    linear-gradient(180deg, #17130e, #070707);
  box-shadow: inset 0 0 0 10px rgba(0,0,0,0.22), inset 0 0 0 11px rgba(238, 207, 139, 0.08), var(--shadow);
}

.coin-orbit::before,
.coin-orbit::after {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(238, 207, 139, 0.18);
  pointer-events: none;
}

.coin-orbit::after {
  inset: 38px;
  border-color: rgba(93, 143, 126, 0.16);
}

.series-stack {
  position: relative;
  width: min(94%, 500px);
  aspect-ratio: 0.82;
}

.series-card {
  position: absolute;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(241, 211, 138, 0.48);
  background: #070707;
  box-shadow: 0 30px 70px rgba(0,0,0,0.62), 0 0 0 8px rgba(0,0,0,0.2);
  transition: transform 180ms ease, border-color 180ms ease;
}

.series-card.primary {
  left: 4%;
  top: 2%;
  width: 62%;
  transform: rotate(-3deg);
  z-index: 2;
}

.series-card.secondary {
  right: 3%;
  bottom: 3%;
  width: 54%;
  transform: rotate(4deg);
  z-index: 1;
}

.series-card:hover,
.series-card:focus-visible {
  outline: none;
  border-color: #fff0b8;
  transform: translateY(-4px) rotate(0deg);
}

.series-card img {
  width: 100%;
  aspect-ratio: 2.5 / 3.5;
  object-fit: cover;
}

.series-card span {
  position: absolute;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  display: inline-flex;
  justify-content: center;
  padding: 0.42rem 0.55rem;
  border: 1px solid rgba(241, 211, 138, 0.24);
  background: rgba(5, 5, 5, 0.78);
  color: var(--brass-soft);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.floating-note {
  right: 1rem;
  bottom: 2%;
  max-width: 285px;
  border-radius: 4px;
  background: rgba(8, 8, 7, 0.88);
  backdrop-filter: blur(14px);
}

.section-head h2,
.feature-card h2,
.cta h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.product-grid-featured {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

#cards .product {
  border-color: rgba(241, 211, 138, 0.36);
  background: linear-gradient(180deg, rgba(241, 211, 138, 0.07), rgba(255,255,255,0.018)), rgba(8, 8, 7, 0.92);
}

#cards .product-media {
  background:
    linear-gradient(135deg, rgba(241, 211, 138, 0.16), transparent 40%, rgba(93, 143, 126, 0.1)),
    #080807;
}

#cards .product-media img[data-shape="card"] {
  width: min(100%, 360px);
  max-height: 470px;
  box-shadow: 0 26px 56px rgba(0,0,0,0.52), 0 0 0 1px rgba(241, 211, 138, 0.32);
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-art {
    min-height: 560px;
  }
}

@media (max-width: 680px) {
  h1 {
    max-width: 9.5ch;
  }

  .hero-art {
    min-height: 470px;
  }

  .series-stack {
    width: min(96%, 390px);
  }

  .series-card.primary {
    width: 64%;
  }

  .series-card.secondary {
    width: 55%;
  }
}

/* Mobile luxury hero tightening */
@media (max-width: 680px) {
  .hero {
    padding-top: 1.55rem;
    gap: 1.2rem;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.2rem);
  }

  .hero-category-row,
  .hero-stat-row {
    display: none;
  }

  .hero-actions {
    margin-top: 1.15rem;
  }

  .hero-art {
    min-height: 430px;
  }

  .floating-note {
    display: none;
  }
}


/* Product family subnav */
.section-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: -0.25rem 0 1rem;
}

.section-subnav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.42rem 0.58rem;
  border: 1px solid rgba(241, 211, 138, 0.26);
  border-radius: 3px;
  background: rgba(241, 211, 138, 0.045);
  color: var(--brass-soft);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.section-subnav a:hover {
  border-color: rgba(241, 211, 138, 0.54);
  background: rgba(241, 211, 138, 0.1);
}

/* Editorial luxury magazine direction */
:root {
  --paper: #f5efe4;
  --paper-soft: #fbf7ef;
  --editorial-ink: #17120c;
  --editorial-muted: #695f4f;
  --editorial-line: rgba(23, 18, 12, 0.16);
  --editorial-gold: #a06d2e;
}

body {
  background: var(--paper);
  color: var(--editorial-ink);
}

body::before {
  background:
    linear-gradient(90deg, rgba(23, 18, 12, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 18, 12, 0.025) 1px, transparent 1px);
  background-size: 112px 112px;
}

.site-header {
  background: rgba(7, 7, 6, 0.9);
}

.hero {
  position: relative;
  color: var(--ink);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background:
    radial-gradient(circle at 72% 16%, rgba(201, 154, 69, 0.12), transparent 34rem),
    radial-gradient(circle at 18% 10%, rgba(93, 143, 126, 0.08), transparent 26rem),
    linear-gradient(180deg, #050505 0%, #0c0b09 48%, #15110d 100%);
  z-index: -2;
}

.hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100vw;
  height: 1px;
  transform: translateX(-50%);
  background: rgba(160, 109, 46, 0.32);
}

main > section:not(.hero),
#catalog-note,
footer {
  color: var(--editorial-ink);
}

section {
  padding-top: clamp(4.6rem, 8vw, 8rem);
  padding-bottom: clamp(4.6rem, 8vw, 8rem);
}

#why,
#coins,
#cards,
#other-products,
#lighters,
#jewelry,
#housewares,
#purchase {
  padding-top: clamp(4.4rem, 7vw, 7.2rem);
  padding-bottom: clamp(4.4rem, 7vw, 7.2rem);
}

.section-head {
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.5fr);
  gap: clamp(2rem, 6vw, 5rem);
  margin-bottom: clamp(1.8rem, 4vw, 3.4rem);
  padding-bottom: 1.35rem;
  border-bottom: 1px solid var(--editorial-line);
}

.section-head h2,
.feature-card h2,
.cta h2 {
  color: var(--editorial-ink);
  font-size: clamp(2.6rem, 6vw, 5.9rem);
  line-height: 0.92;
}

.section-head p,
.feature-card p,
.point span,
.step p,
details p,
.cta p,
.product p,
.product-options {
  color: var(--editorial-muted);
}

.feature-band {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 6vw, 5.4rem);
  align-items: start;
}

.feature-card,
.cta,
.point,
.step,
details,
.product {
  border-radius: 0;
  box-shadow: none;
}

.feature-card {
  border: 0;
  border-left: 2px solid var(--editorial-gold);
  padding: 0 0 0 clamp(1.2rem, 3vw, 2rem);
  background: transparent;
}

.feature-card .eyebrow,
.section-subnav a,
.product-kicker,
.tag {
  color: var(--editorial-gold);
}

.feature-card h2 {
  margin-bottom: 1.45rem;
}

.feature-list {
  gap: 0;
  border-top: 1px solid var(--editorial-line);
}

.point {
  min-height: 150px;
  padding: 1.35rem 0;
  border: 0;
  border-bottom: 1px solid var(--editorial-line);
  background: transparent;
}

.point strong {
  margin-bottom: 0.7rem;
  color: var(--editorial-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.22rem;
  font-weight: 500;
  letter-spacing: 0;
}

.product-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2.4rem, 5vw, 5rem) clamp(1.8rem, 4vw, 3.2rem);
}

.product-grid-featured {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.product {
  overflow: visible;
  border: 0;
  border-top: 1px solid var(--editorial-line);
  background: transparent;
}

.product::after {
  display: none;
}

.product-media {
  min-height: clamp(340px, 38vw, 520px);
  margin-bottom: 1.25rem;
  padding: clamp(1.2rem, 3vw, 2.2rem);
  background:
    linear-gradient(135deg, rgba(160, 109, 46, 0.08), transparent 45%),
    var(--paper-soft);
  border: 1px solid rgba(23, 18, 12, 0.08);
}

.product-media img {
  width: min(100%, 360px);
  filter: drop-shadow(0 22px 34px rgba(23, 18, 12, 0.18));
}

.product-media img[data-shape="card"] {
  width: min(100%, 310px);
  max-height: 430px;
}

.product-archive .product-media,
#cards .product-media,
#cards .product {
  background: transparent;
}

#cards .product-media {
  background:
    linear-gradient(135deg, rgba(160, 109, 46, 0.1), transparent 42%, rgba(93, 143, 126, 0.06)),
    var(--paper-soft);
}

#cards .product-media img[data-shape="card"] {
  width: min(100%, 340px);
  max-height: 470px;
  box-shadow: 0 24px 52px rgba(23, 18, 12, 0.2), 0 0 0 1px rgba(160, 109, 46, 0.18);
}

#cards .product:first-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(320px, 0.85fr) minmax(0, 0.9fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  padding-top: 1.2rem;
  border-top-color: rgba(160, 109, 46, 0.36);
}

#cards .product:first-child .product-media {
  min-height: clamp(520px, 56vw, 720px);
}

#cards .product:first-child .product-media img[data-shape="card"] {
  width: min(100%, 430px);
  max-height: 650px;
}

.product-body {
  padding: 0;
  gap: 0.82rem;
}

.product-kicker {
  padding-top: 1.05rem;
  color: var(--editorial-gold);
  font-size: 0.72rem;
}

.sale {
  color: var(--paper-soft);
  background: var(--editorial-ink);
  border-radius: 0;
}

.sale-note {
  color: var(--editorial-gold);
}

.product h3 {
  color: var(--editorial-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.32rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1.06;
}

.product-meta {
  gap: 0.5rem;
}

.tag {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--editorial-muted);
  font-size: 0.72rem;
}

.tag + .tag::before {
  content: "/";
  margin-right: 0.5rem;
  color: rgba(23, 18, 12, 0.32);
}

.product .button {
  margin-top: 0.5rem;
}

.product .button.primary,
.cta .button.primary,
.feature-card .button.primary {
  color: var(--editorial-ink);
  background: transparent;
  border-color: var(--editorial-ink);
}

.product .button.primary:hover,
.cta .button.primary:hover,
.feature-card .button.primary:hover {
  color: var(--paper-soft);
  background: var(--editorial-ink);
}

.section-subnav {
  margin: -1.6rem 0 2.4rem;
  gap: 1rem;
}

.section-subnav a {
  min-height: auto;
  padding: 0 0 0.18rem;
  border: 0;
  border-bottom: 1px solid rgba(160, 109, 46, 0.45);
  background: transparent;
  color: var(--editorial-gold);
}

.section-subnav a:hover {
  background: transparent;
  border-color: var(--editorial-ink);
  color: var(--editorial-ink);
}

.steps {
  gap: clamp(1.5rem, 4vw, 3rem);
}

.step,
details {
  border: 0;
  border-top: 1px solid var(--editorial-line);
  background: transparent;
}

.step-num {
  border-radius: 50%;
  background: transparent;
  color: var(--editorial-gold);
  border-color: rgba(160, 109, 46, 0.4);
}

.faq {
  border-top: 1px solid var(--editorial-line);
}

.cta {
  border: 0;
  background: transparent;
}

footer {
  border-top-color: var(--editorial-line);
}

@media (max-width: 900px) {
  .feature-band,
  .section-head,
  #cards .product:first-child {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .product-grid-featured {
    grid-template-columns: 1fr;
  }

  #cards .product:first-child .product-media {
    min-height: 460px;
  }
}

@media (max-width: 680px) {
  section,
  #why,
  #coins,
  #cards,
  #other-products,
  #lighters,
  #jewelry,
  #housewares,
  #purchase {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .section-head h2,
  .feature-card h2,
  .cta h2 {
    font-size: clamp(2.35rem, 13vw, 3.7rem);
  }

  .product-media,
  #cards .product:first-child .product-media {
    min-height: 330px;
  }
}

/* Ivory editorial hero and compact products */
.hero {
  color: var(--editorial-ink);
  min-height: auto;
  padding-top: clamp(4rem, 7vw, 7.5rem);
  padding-bottom: clamp(4rem, 7vw, 7.5rem);
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(23, 18, 12, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(23, 18, 12, 0.025) 1px, transparent 1px),
    var(--paper);
  background-size: 112px 112px, 112px 112px, auto;
}

.hero::after {
  background: var(--editorial-line);
}

.hero .eyebrow {
  border-color: rgba(160, 109, 46, 0.34);
  background: transparent;
  color: var(--editorial-gold);
}

.hero h1 {
  color: var(--editorial-ink);
}

.hero-copy {
  color: var(--editorial-muted);
  max-width: 48ch;
}

.hero-category-row a {
  border: 0;
  border-bottom: 1px solid rgba(160, 109, 46, 0.42);
  border-radius: 0;
  background: transparent;
  color: var(--editorial-gold);
  min-height: auto;
  padding: 0 0 0.2rem;
}

.hero-category-row a:hover {
  background: transparent;
  color: var(--editorial-ink);
  border-color: var(--editorial-ink);
}

.hero .button.primary {
  color: var(--paper-soft);
  background: var(--editorial-ink);
  border-color: var(--editorial-ink);
}

.hero .button:not(.primary) {
  color: var(--editorial-ink);
  border-color: var(--editorial-ink);
  background: transparent;
}

.hero-stat-row {
  max-width: 620px;
}

.hero .stat-pill {
  border: 0;
  border-top: 1px solid var(--editorial-line);
  border-radius: 0;
  background: transparent;
  padding: 0.85rem 0 0;
  box-shadow: none;
}

.hero .stat-pill strong {
  color: var(--editorial-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
}

.hero .stat-pill span {
  color: var(--editorial-muted);
}

.hero-art {
  min-height: clamp(420px, 46vw, 620px);
}

.coin-orbit {
  width: min(100%, 520px);
  border-color: rgba(23, 18, 12, 0.12);
  background:
    linear-gradient(135deg, rgba(160, 109, 46, 0.08), transparent 42%, rgba(93, 143, 126, 0.05)),
    var(--paper-soft);
  box-shadow: 0 28px 70px rgba(23, 18, 12, 0.12), inset 0 0 0 10px rgba(255,255,255,0.4);
}

.coin-orbit::before,
.coin-orbit::after {
  border-color: rgba(23, 18, 12, 0.1);
}

.series-card {
  border-color: rgba(23, 18, 12, 0.16);
  background: var(--paper-soft);
  box-shadow: 0 28px 70px rgba(23, 18, 12, 0.18);
}

.series-card span {
  border-color: rgba(23, 18, 12, 0.12);
  background: rgba(245, 239, 228, 0.86);
  color: var(--editorial-ink);
}

.floating-note {
  background: rgba(251, 247, 239, 0.88);
  color: var(--editorial-muted);
  border-color: rgba(23, 18, 12, 0.14);
  box-shadow: 0 20px 50px rgba(23, 18, 12, 0.12);
}

.floating-note strong {
  color: var(--editorial-ink);
}

section {
  padding-top: clamp(3.8rem, 6vw, 6.2rem);
  padding-bottom: clamp(3.8rem, 6vw, 6.2rem);
}

#why,
#coins,
#cards,
#other-products,
#lighters,
#jewelry,
#housewares,
#purchase {
  padding-top: clamp(3.6rem, 6vw, 6rem);
  padding-bottom: clamp(3.6rem, 6vw, 6rem);
}

.product-grid,
.product-grid-featured {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.6vw, 2.2rem);
  align-items: start;
}

#cards .product:first-child {
  grid-column: auto;
  display: flex;
  gap: 0;
  padding-top: 0;
  align-items: stretch;
}

.product {
  border-top: 1px solid rgba(23, 18, 12, 0.13);
}

.product-media,
.product-archive .product-media,
#cards .product-media,
#cards .product:first-child .product-media {
  min-height: 180px;
  margin-bottom: 0.85rem;
  padding: 0.85rem;
}

.product-media img,
#cards .product-media img[data-shape="card"],
#cards .product:first-child .product-media img[data-shape="card"] {
  width: min(100%, 160px);
  max-height: 215px;
  filter: drop-shadow(0 14px 20px rgba(23, 18, 12, 0.14));
  box-shadow: none;
}

.product-media img[data-shape="coin"],
.product-media img[data-shape="coaster"] {
  width: min(100%, 150px);
}

.product-body {
  gap: 0.48rem;
}

.product-kicker {
  padding-top: 0.78rem;
  gap: 0.5rem;
  font-size: 0.62rem;
  line-height: 1.25;
}

.price-stack {
  align-items: flex-end;
}

.sale {
  padding: 0.18rem 0.32rem;
  font-size: 0.68rem;
}

.sale-note {
  font-size: 0.58rem;
}

.product h3 {
  font-size: clamp(1.02rem, 1.35vw, 1.22rem);
  line-height: 1.12;
}

.product p,
.product-options {
  font-size: 0.84rem;
  line-height: 1.42;
}

.product-meta {
  gap: 0.3rem;
}

.tag {
  font-size: 0.66rem;
}

.product .button {
  min-height: 34px;
  padding: 0.52rem 0.66rem;
  font-size: 0.76rem;
  letter-spacing: 0.05em;
}

.new-badge {
  top: 0.55rem;
  right: 0.55rem;
}

@media (max-width: 1100px) {
  .product-grid,
  .product-grid-featured {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .product-grid-featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .hero {
    padding-top: 2.6rem;
  }

  .hero-art {
    min-height: 400px;
  }

  .product-grid,
  .product-grid-featured {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .product-media,
  .product-archive .product-media,
  #cards .product-media,
  #cards .product:first-child .product-media {
    min-height: 210px;
  }
}

/* Top navigation dropdowns */
.nav-links {
  align-self: stretch;
}

.nav-item {
  position: relative;
  display: flex;
  align-items: center;
}

.nav-submenu {
  position: absolute;
  top: calc(100% + 0.7rem);
  left: 50%;
  z-index: 20;
  min-width: 190px;
  padding: 0.65rem 0;
  border: 1px solid rgba(23, 18, 12, 0.14);
  background: rgba(251, 247, 239, 0.96);
  box-shadow: 0 24px 50px rgba(23, 18, 12, 0.16);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -4px);
  transition: opacity 140ms ease, transform 140ms ease;
}

.nav-submenu a {
  display: block;
  padding: 0.55rem 0.85rem;
  color: var(--editorial-ink);
  white-space: nowrap;
}

.nav-submenu a:hover {
  color: var(--editorial-gold);
}

.nav-item:hover .nav-submenu,
.nav-item:focus-within .nav-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

@media (max-width: 820px) {
  .nav-item {
    display: none;
  }
}

/* Brand-first ivory navigation */
.site-header {
  background: rgba(245, 239, 228, 0.92);
  border-bottom: 1px solid rgba(23, 18, 12, 0.16);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.nav {
  padding-top: 0.95rem;
  padding-bottom: 0.95rem;
}

.brand {
  color: var(--editorial-ink);
  gap: 0.82rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
}

.brand-logo {
  width: 38px;
  filter: none;
}

.nav-links {
  color: var(--editorial-muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.94rem;
  font-weight: 500;
  letter-spacing: 0;
  gap: clamp(0.85rem, 1.7vw, 1.24rem);
}

.nav-links > a,
.nav-item > a {
  padding: 0.26rem 0;
  border-bottom: 1px solid transparent;
}

.nav-links a:hover,
.nav-item:focus-within > a,
.nav-item:hover > a {
  color: var(--editorial-ink);
  border-bottom-color: rgba(160, 109, 46, 0.55);
}

.nav-submenu {
  top: calc(100% + 0.45rem);
  border-color: rgba(23, 18, 12, 0.12);
  background: rgba(251, 247, 239, 0.98);
}

.nav-submenu a {
  border-bottom: 0;
  font-family: var(--font);
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

#why {
  padding-top: clamp(3.6rem, 6vw, 5.6rem);
}

#why + .hero {
  padding-top: clamp(2.5rem, 5vw, 4.6rem);
}

.steps {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 860px;
  margin: 0 auto;
}

.step h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  font-weight: 500;
  line-height: 1.05;
}

@media (max-width: 820px) {
  .brand {
    font-size: 0.95rem;
  }
}

@media (max-width: 680px) {
  .steps {
    grid-template-columns: 1fr;
  }
}


/* Responsive luxury navigation and calmer catalog reveal */
.nav-links {
  min-width: 0;
  overflow: visible;
}

.nav-entry {
  display: flex;
  align-items: center;
  min-width: max-content;
}

.nav-entry[hidden],
.nav-more[hidden] {
  display: none;
}

.nav-entry > a,
.nav-more-toggle {
  padding: 0.26rem 0;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
}

.nav-entry > a:hover,
.nav-more-toggle:hover,
.nav-more:focus-within .nav-more-toggle,
.nav-more:hover .nav-more-toggle {
  color: var(--editorial-ink);
  border-bottom-color: rgba(160, 109, 46, 0.55);
}

.nav-more-menu {
  right: 0;
  left: auto;
  min-width: 240px;
  transform: translateY(-4px);
}

.nav-more:hover .nav-more-menu,
.nav-more:focus-within .nav-more-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.more-group {
  padding: 0.1rem 0;
}

.more-parent {
  color: var(--editorial-ink) !important;
}

.more-subitems {
  padding: 0 0 0.25rem 0.5rem;
}

.more-subitems a {
  font-size: 0.72rem;
  letter-spacing: 0.035em;
  opacity: 0.82;
}

.feature-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(92px, 9vw, 128px);
  gap: clamp(0.9rem, 2vw, 1.25rem);
  align-items: start;
}

.feature-card-copy {
  min-width: 0;
}

.feature-card-visual {
  width: clamp(92px, 9vw, 128px);
  aspect-ratio: 1;
  justify-self: end;
  align-self: start;
  border: 1px solid rgba(160, 109, 46, 0.22);
  background: rgba(255, 252, 246, 0.7);
  box-shadow: 0 18px 34px rgba(23, 18, 12, 0.1);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.feature-card-visual[hidden] {
  display: none;
}

.feature-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.34rem;
  filter: drop-shadow(0 10px 16px rgba(23, 18, 12, 0.18));
}

.product-grid:not(.is-expanded) .product-is-extra {
  display: none;
}

.product-grid-toggle {
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: clamp(0.5rem, 1.5vw, 1rem);
  min-height: 38px;
  padding: 0.58rem 1.05rem;
  border: 1px solid rgba(160, 109, 46, 0.36);
  background: rgba(255, 252, 246, 0.58);
  color: var(--editorial-ink);
  cursor: pointer;
  font-family: var(--font);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.product-grid-toggle:hover {
  background: rgba(160, 109, 46, 0.11);
}

@media (max-width: 820px) {
  .nav-entry,
  .nav-more {
    display: none;
  }
}

@media (max-width: 680px) {
  .feature-card {
    grid-template-columns: 1fr;
  }

  .feature-card-visual {
    justify-self: start;
  }
}


/* Restore editorial intro composition after adding the coin accent */
.feature-card {
  position: relative;
  display: block;
  padding: 0 clamp(6.8rem, 12vw, 8.6rem) 0 clamp(1.2rem, 3vw, 2rem);
}

.feature-card-copy {
  min-width: 0;
}

.feature-card-visual {
  position: absolute;
  top: 0.16rem;
  right: 0;
  width: clamp(84px, 7vw, 108px);
  aspect-ratio: 1;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.feature-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
  filter: drop-shadow(0 12px 18px rgba(23, 18, 12, 0.18));
}

/* Keep the editorial product cards compact */
.product-grid,
.product-grid-featured {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.65rem);
}

.product-media,
.product-archive .product-media,
#cards .product-media,
#cards .product:first-child .product-media {
  min-height: 154px;
  margin-bottom: 0.7rem;
  padding: 0.68rem;
}

.product-media img,
#cards .product-media img[data-shape="card"],
#cards .product:first-child .product-media img[data-shape="card"] {
  width: min(100%, 135px);
  max-height: 178px;
}

.product-media img[data-shape="coin"],
.product-media img[data-shape="coaster"] {
  width: min(100%, 128px);
}

.product-body {
  gap: 0.38rem;
}

.product-kicker {
  padding-top: 0.62rem;
  font-size: 0.58rem;
}

.product h3 {
  font-size: clamp(0.94rem, 1.12vw, 1.08rem);
}

.product p,
.product-options {
  font-size: 0.78rem;
  line-height: 1.36;
}

.product .button {
  min-height: 32px;
  padding: 0.46rem 0.58rem;
  font-size: 0.7rem;
}

@media (max-width: 1100px) {
  .product-grid,
  .product-grid-featured {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .feature-card {
    padding-right: clamp(5.6rem, 16vw, 7rem);
  }

  .product-grid,
  .product-grid-featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .feature-card {
    padding-right: 0;
    padding-bottom: 0;
  }

  .feature-card-visual {
    position: static;
    margin-top: 1rem;
  }

  .product-grid,
  .product-grid-featured {
    grid-template-columns: 1fr;
  }
}


/* Keep product browsing compact in the side-by-side preview width */
@media (max-width: 900px) {
  .product-grid,
  .product-grid-featured {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .product-grid,
  .product-grid-featured {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
  }
}

@media (max-width: 520px) {
  .product-grid,
  .product-grid-featured {
    grid-template-columns: 1fr;
  }
}


/* Keep navigation available in the narrow in-app preview */
@media (max-width: 820px) {
  .nav-links {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    min-width: 7rem;
  }

  .nav-entry,
  .nav-more {
    display: flex;
  }

  .nav-more-menu {
    right: 0;
    left: auto;
  }
}

@media (max-width: 520px) {
  .brand span {
    display: none;
  }

  .nav-links {
    min-width: 5rem;
  }
}


/* Let More handle overflow instead of wrapping or squeezing labels */
.nav-links {
  flex-wrap: nowrap;
}

.nav-entry,
.nav-item,
.nav-entry > a,
.nav-item > a,
.nav-more-toggle {
  flex: 0 0 auto;
  white-space: nowrap;
}


/* Keep submenu-bearing top-level nav items measurable below the old mobile cutoff */
@media (max-width: 820px) {
  .nav-item {
    display: flex;
  }
}


/* Pin FAQ, refine Studio title row, and remove Series Spotlight controls */
.nav-fixed {
  order: 3;
}

.nav-more {
  order: 2;
}

.nav-entry:not(.nav-fixed) {
  order: 1;
}

.hero .hero-category-row[hidden],
.hero .hero-actions[hidden] {
  display: none;
}

.feature-card {
  padding: 0 0 0 clamp(1.2rem, 3vw, 2rem);
}

.feature-title-row {
  display: flex;
  align-items: center;
  gap: clamp(0.8rem, 1.8vw, 1.25rem);
  margin: 0 0 1.35rem;
  min-width: 0;
}

.feature-title-row h2 {
  margin: 0;
  white-space: nowrap;
  font-size: clamp(1.62rem, 3vw, 3.25rem);
  line-height: 0.96;
}

.feature-title-row .feature-card-visual {
  position: static;
  flex: 0 0 clamp(112px, 10vw, 156px);
  width: clamp(112px, 10vw, 156px);
  margin: 0;
}

.feature-title-row .feature-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 900px) {
  .feature-title-row h2 {
    font-size: clamp(1.2rem, 3.2vw, 1.8rem);
  }

  .feature-title-row .feature-card-visual {
    flex-basis: clamp(96px, 13vw, 124px);
    width: clamp(96px, 13vw, 124px);
  }
}

@media (max-width: 680px) {
  .feature-title-row {
    align-items: flex-start;
  }

  .feature-title-row h2 {
    font-size: clamp(1.02rem, 5vw, 1.5rem);
  }

  .feature-title-row .feature-card-visual {
    flex-basis: clamp(78px, 20vw, 104px);
    width: clamp(78px, 20vw, 104px);
  }
}


/* Keep Studio title and coin inside the left editorial column */
.feature-band {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(1.6rem, 4.5vw, 4rem);
}

.feature-title-row {
  max-width: 100%;
  overflow: visible;
  gap: clamp(0.65rem, 1.2vw, 1rem);
}

.feature-title-row h2 {
  flex: 0 1 auto;
  min-width: 0;
  font-size: clamp(1.02rem, 1.78vw, 2.25rem);
}

.feature-title-row .feature-card-visual {
  flex: 0 0 clamp(104px, 8.5vw, 148px);
  width: clamp(104px, 8.5vw, 148px);
}

@media (max-width: 980px) {
  .feature-title-row h2 {
    font-size: clamp(0.98rem, 1.85vw, 1.25rem);
  }

  .feature-title-row .feature-card-visual {
    flex-basis: clamp(92px, 11vw, 112px);
    width: clamp(92px, 11vw, 112px);
  }
}

@media (max-width: 760px) {
  .feature-band {
    grid-template-columns: 1fr;
  }

  .feature-title-row h2 {
    font-size: clamp(0.95rem, 4vw, 1.35rem);
  }
}


/* Restore Studio headline scale without changing the detail paragraph */
.feature-band {
  grid-template-columns: minmax(0, 1.38fr) minmax(260px, 0.9fr);
  gap: clamp(1.4rem, 3.6vw, 3.2rem);
}

.feature-title-row h2 {
  font-size: clamp(1.58rem, 2.8vw, 3.05rem);
  line-height: 0.96;
}

.feature-title-row .feature-card-visual {
  flex-basis: clamp(92px, 7.5vw, 132px);
  width: clamp(92px, 7.5vw, 132px);
}

@media (max-width: 980px) {
  .feature-title-row h2 {
    font-size: clamp(1.42rem, 2.45vw, 2rem);
  }

  .feature-title-row .feature-card-visual {
    flex-basis: clamp(84px, 9.5vw, 104px);
    width: clamp(84px, 9.5vw, 104px);
  }
}

@media (max-width: 760px) {
  .feature-title-row h2 {
    font-size: clamp(1.24rem, 5vw, 1.8rem);
  }
}


/* Refine dense top navigation readability */
.nav-links {
  gap: clamp(0.62rem, 1.05vw, 0.92rem);
  font-size: clamp(0.8rem, 0.92vw, 0.88rem);
}

.nav-entry,
.nav-more {
  position: relative;
}

.nav-entry:not(:first-child)::before,
.nav-more::before,
.nav-fixed::before {
  content: "";
  display: block;
  width: 1px;
  height: 0.72em;
  margin-right: clamp(0.62rem, 1.05vw, 0.9rem);
  background: rgba(23, 18, 12, 0.16);
}

.nav-entry[hidden]::before,
.nav-more[hidden]::before {
  display: none;
}

.nav-more-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
}

.nav-more-toggle::after {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-0.12rem) rotate(45deg);
  opacity: 0.75;
}

.nav-submenu a,
.more-subitems a {
  font-size: 0.7rem;
}

@media (max-width: 900px) {
  .nav-links {
    gap: 0.54rem;
    font-size: 0.78rem;
  }

  .nav-entry:not(:first-child)::before,
  .nav-more::before,
  .nav-fixed::before {
    margin-right: 0.54rem;
  }
}


/* Container-measured Studio title row: JS sets exact font and coin size */
.feature-title-row {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.feature-title-row h2 {
  flex: 0 1 auto;
  overflow: visible;
  text-overflow: clip;
}

.feature-title-row .feature-card-visual {
  flex: 0 0 var(--feature-coin-size, clamp(84px, 10vw, 128px));
  width: var(--feature-coin-size, clamp(84px, 10vw, 128px));
  height: var(--feature-coin-size, clamp(84px, 10vw, 128px));
}


/* Stack Studio section before the title row becomes too narrow */
@media (max-width: 720px) {
  .feature-band {
    grid-template-columns: 1fr;
  }

  .feature-title-row {
    max-width: 100%;
  }
}


/* Wrapping Studio title row: no clipping, no overlap */
.feature-title-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) var(--feature-coin-size, 112px);
  align-items: center;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.feature-title-row h2 {
  min-width: 0;
  max-width: none;
  white-space: normal !important;
  overflow-wrap: normal;
  text-wrap: balance;
}

.feature-title-row .feature-card-visual {
  width: var(--feature-coin-size, 112px);
  height: var(--feature-coin-size, 112px);
  justify-self: end;
}


/* Explicit Studio title grid placement so text and coin cannot overlap */
.feature-title-row h2 {
  grid-column: 1;
  grid-row: 1;
  display: block;
  width: 100%;
  justify-self: stretch;
}

.feature-title-row .feature-card-visual {
  grid-column: 2;
  grid-row: 1;
  position: static !important;
  display: grid;
  place-items: center;
}


/* Prevent Series Spotlight text/art collisions at preview and tablet widths */
.hero {
  overflow: visible;
}

.hero > div:first-child {
  position: relative;
  z-index: 2;
  min-width: 0;
}

.hero-art {
  width: min(100%, 640px);
  max-width: 100%;
  justify-self: center;
  overflow: visible;
}

.series-stack,
.coin-orbit {
  max-width: 100%;
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: start;
    gap: clamp(2.4rem, 5vw, 4rem);
  }

  .hero > div:first-child {
    max-width: 760px;
  }

  .hero h1 {
    max-width: 13ch;
    font-size: clamp(4rem, 10vw, 6.4rem);
  }

  .hero-copy {
    max-width: 58ch;
  }

  .hero-art {
    margin-top: 0;
    min-height: clamp(390px, 58vw, 560px);
  }

  .series-stack {
    width: min(88%, 520px);
  }
}

@media (max-width: 720px) {
  .hero h1 {
    font-size: clamp(3.15rem, 13vw, 4.8rem);
  }

  .hero-copy {
    max-width: 44ch;
  }

  .hero-art {
    min-height: clamp(330px, 72vw, 450px);
  }

  .series-stack {
    width: min(92%, 420px);
  }
}


/* Controlled Series Spotlight: text left, bounded art right */
.hero {
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.72fr) !important;
  align-items: center;
  gap: clamp(1.8rem, 4vw, 3.4rem);
  overflow: visible;
}

.hero > div:first-child {
  max-width: 640px;
}

.hero h1 {
  font-size: clamp(3.3rem, 6.8vw, 6rem);
  max-width: 12ch;
}

.hero-copy {
  max-width: 50ch;
}

.hero-art {
  justify-self: end;
  width: min(100%, 430px);
  min-height: clamp(300px, 34vw, 430px) !important;
  max-height: 460px;
}

.coin-orbit {
  width: min(100%, 400px);
}

.series-stack {
  width: min(92%, 360px) !important;
  max-width: 360px;
}

.series-card.primary {
  width: 60%;
}

.series-card.secondary {
  width: 52%;
}

.floating-note {
  max-width: 210px;
  font-size: 0.78rem;
}

@media (max-width: 880px) {
  .hero {
    grid-template-columns: 1fr !important;
    align-items: start;
    gap: clamp(1.8rem, 5vw, 2.8rem);
  }

  .hero > div:first-child {
    max-width: 680px;
  }

  .hero h1 {
    font-size: clamp(3.1rem, 12vw, 4.8rem);
  }

  .hero-art {
    justify-self: center;
    width: min(100%, 430px);
    min-height: clamp(300px, 70vw, 420px) !important;
  }
}

@media (max-width: 560px) {
  .hero h1 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }

  .hero-art {
    width: min(100%, 360px);
    min-height: clamp(280px, 78vw, 360px) !important;
  }

  .series-stack {
    width: min(92%, 320px) !important;
  }
}


/* Clean Spotlight art: two cards only, no backdrop box or label ribbons */
.hero-art {
  min-height: clamp(260px, 30vw, 380px) !important;
}

.coin-orbit,
.coin-orbit::before,
.coin-orbit::after,
.series-card span {
  display: none !important;
}

.series-stack {
  width: min(92%, 330px) !important;
  max-width: 330px;
  aspect-ratio: 0.88;
}

.series-card {
  border: 0;
  background: transparent;
  box-shadow: 0 18px 38px rgba(23, 18, 12, 0.2);
}

.series-card img {
  display: block;
  border-radius: 7px;
  box-shadow: none;
}

.series-card.primary {
  left: 0;
  top: 0;
  width: 62%;
}

.series-card.secondary {
  right: 0;
  bottom: 0;
  width: 54%;
}

@media (max-width: 880px) {
  .hero-art {
    min-height: clamp(250px, 58vw, 360px) !important;
  }
}

@media (max-width: 560px) {
  .series-stack {
    width: min(90%, 290px) !important;
  }
}


/* Remove remaining Spotlight note panel behind card art */
.hero-art .floating-note {
  display: none !important;
}


/* Start a collection reads as a guided sequence, not a split product header */
#purchase .section-head {
  display: block;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#purchase .section-head h2 {
  margin-bottom: 0.95rem;
}

#purchase .section-head p {
  max-width: 54ch;
  margin: 0 auto;
}

#purchase .steps {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1040px;
}

@media (max-width: 820px) {
  #purchase .steps {
    grid-template-columns: 1fr;
    max-width: 620px;
  }
}


/* Unified product cards and section tabs */
.section-subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
}

.section-subnav a,
.section-subnav button {
  appearance: none;
  min-height: auto;
  padding: 0 0 0.18rem;
  border: 0;
  border-bottom: 1px solid rgba(160, 109, 46, 0.42);
  border-radius: 0;
  background: transparent;
  color: var(--editorial-gold);
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.section-subnav button:hover,
.section-subnav button:focus-visible,
.section-subnav button.is-active,
.section-subnav a:hover {
  color: var(--editorial-ink);
  border-bottom-color: var(--editorial-ink);
  outline: none;
}

.product-grid,
.product-grid-featured {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(1rem, 2vw, 1.65rem) !important;
  align-items: start;
}

.product {
  min-width: 0;
}

.product-media,
.product-archive .product-media,
#cards .product-media,
#cards .product:first-child .product-media,
#other-products .product-media,
#lighters .product-media,
#jewelry .product-media,
#housewares .product-media {
  min-height: 154px !important;
  height: 154px !important;
  margin-bottom: 0.7rem !important;
  padding: 0.68rem !important;
  display: grid;
  place-items: center;
}

.product-media img,
#cards .product-media img[data-shape="card"],
#cards .product:first-child .product-media img[data-shape="card"],
#other-products .product-media img,
#lighters .product-media img,
#jewelry .product-media img,
#housewares .product-media img {
  width: auto !important;
  max-width: 135px !important;
  max-height: 128px !important;
  object-fit: contain !important;
  display: block;
}


.product-media img[data-shape="coin"],
.product-media img[data-shape="coaster"] {
  max-width: 128px !important;
  max-height: 128px !important;
}

#cards .product:first-child {
  grid-column: auto !important;
  display: flex !important;
}

@media (max-width: 1100px) {
  .product-grid,
  .product-grid-featured {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .product-grid,
  .product-grid-featured {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 680px) {
  .product-grid,
  .product-grid-featured {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 520px) {
  .product-grid,
  .product-grid-featured {
    grid-template-columns: 1fr !important;
  }
}


/* Final scale pass for Studio and Series Spotlight */
.hero h1 {
  font-size: clamp(1.58rem, 2.8vw, 3.05rem) !important;
  line-height: 0.96;
}

.hero-copy {
  max-width: 44rem;
}

.hero-art {
  min-height: clamp(170px, 22vw, 240px) !important;
}

.series-stack {
  width: min(54%, 180px) !important;
  max-width: 180px !important;
}

@media (max-width: 880px) {
  .hero-art {
    min-height: clamp(170px, 42vw, 250px) !important;
  }

  .series-stack {
    width: min(62%, 190px) !important;
  }
}

@media (max-width: 560px) {
  .hero h1 {
    font-size: clamp(1.24rem, 5vw, 1.8rem) !important;
  }

  .series-stack {
    width: min(66%, 170px) !important;
  }
}


/* Align Series Spotlight scale and keep art to the right longer */
#why + .hero {
  grid-template-columns: minmax(0, 1fr) minmax(150px, 210px) !important;
  align-items: start;
  gap: clamp(1.4rem, 3vw, 2.4rem);
}

#why + .hero h1 {
  font-size: var(--studio-title-font-size, clamp(1.58rem, 2.8vw, 3.05rem)) !important;
  line-height: 0.96;
  max-width: 13ch;
}

#why + .hero .hero-copy {
  max-width: 58ch;
}

#why + .hero .hero-stat-row {
  max-width: 100%;
}

#why + .hero .hero-art {
  justify-self: end;
  align-self: start;
  width: min(100%, 210px);
  min-height: 240px !important;
  margin-top: clamp(1.8rem, 5vw, 3.4rem);
}

#why + .hero .series-stack {
  width: min(100%, 180px) !important;
  max-width: 180px !important;
}

@media (max-width: 620px) {
  #why + .hero {
    grid-template-columns: 1fr !important;
  }

  #why + .hero .hero-art {
    justify-self: center;
    margin-top: 0;
  }
}


/* Shared editorial template for Studio and Series Spotlight */
.spotlight-section {
  display: block !important;
  min-height: auto !important;
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(2.5rem, 5vw, 4.6rem) clamp(1rem, 3vw, 2rem) clamp(2.6rem, 5vw, 4.8rem);
}

.spotlight-band {
  display: grid !important;
  grid-template-columns: minmax(0, 1.38fr) minmax(260px, 0.9fr) !important;
  gap: clamp(1.4rem, 3.6vw, 3.2rem);
  align-items: stretch;
}

.spotlight-section .spotlight-card {
  padding: 0 0 0 clamp(1.2rem, 3vw, 2rem);
}

.spotlight-section .spotlight-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(0.65rem, 1.2vw, 1rem);
  margin: 0 0 1.35rem;
  max-width: 100%;
}

.spotlight-section h1 {
  grid-column: 1;
  grid-row: 1;
  display: block;
  width: 100%;
  margin: 0;
  font-size: var(--studio-title-font-size, clamp(1.58rem, 2.8vw, 3.05rem)) !important;
  line-height: 0.96;
  max-width: none;
}

.spotlight-section .hero-art {
  grid-column: 2;
  grid-row: 1;
  position: relative !important;
  display: grid;
  place-items: center;
  width: 210px !important;
  height: 240px !important;
  min-height: 240px !important;
  max-height: none;
  margin: 0;
  justify-self: end;
  align-self: center;
  overflow: visible;
}

.spotlight-section .series-stack {
  width: min(100%, 180px) !important;
  max-width: 180px !important;
}

.spotlight-section .hero-copy {
  max-width: 58ch;
  margin: 0;
}

.spotlight-section .hero-stat-row {
  margin: 0;
  max-width: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.spotlight-section .stat-pill {
  padding: 1rem;
}

.spotlight-section .stat-pill strong {
  display: block;
  margin-bottom: 0.48rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  font-weight: 500;
  line-height: 1.1;
}

.spotlight-section .stat-pill span {
  margin-top: 0;
}

@media (max-width: 760px) {
  .spotlight-band {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 620px) {
  .spotlight-section .spotlight-title-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .spotlight-section h1 {
    font-size: clamp(1.24rem, 5vw, 1.8rem) !important;
  }

  .spotlight-section .hero-art {
    width: 170px !important;
    height: 210px !important;
    min-height: 210px !important;
  }

  .spotlight-section .series-stack {
    width: min(100%, 155px) !important;
  }
}


/* Prevent legacy hero rules from constraining the shared Spotlight template */
.spotlight-section > .spotlight-band {
  max-width: none !important;
  width: 100%;
  position: static !important;
  z-index: auto !important;
}

.spotlight-section .spotlight-title-row {
  width: 100%;
}


/* Segmented section tabs: quiet but clearly interactive */
.section-subnav {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  flex-wrap: wrap;
  gap: 0;
  padding: 0.18rem;
  border: 1px solid rgba(160, 109, 46, 0.28);
  background: rgba(255, 252, 244, 0.34);
}

.section-subnav a,
.section-subnav button {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 32px;
  padding: 0.38rem 0.62rem;
  border: 0;
  border-radius: 3px;
  background: transparent;
  color: var(--editorial-gold);
  line-height: 1;
}

.section-subnav button:hover,
.section-subnav button:focus-visible,
.section-subnav a:hover {
  color: var(--editorial-ink);
  background: rgba(160, 109, 46, 0.08);
  outline: none;
}

.section-subnav button:focus-visible {
  box-shadow: inset 0 0 0 1px rgba(23, 18, 12, 0.26);
}

.section-subnav button.is-active {
  color: var(--editorial-ink);
  background: rgba(160, 109, 46, 0.14);
  box-shadow: inset 0 0 0 1px rgba(160, 109, 46, 0.18);
}

.section-subnav-count {
  display: inline-grid;
  place-items: center;
  min-width: 1.18rem;
  height: 1.18rem;
  padding: 0 0.28rem;
  border: 1px solid rgba(160, 109, 46, 0.26);
  border-radius: 999px;
  color: inherit;
  font-size: 0.62rem;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0.82;
}


/* Restore collection steps as bordered cards and correct FAQ question color */
#purchase .steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.35rem);
  max-width: 1040px;
  margin: 0 auto;
}

#purchase .step {
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(160, 109, 46, 0.3);
  border-radius: 8px;
  background: rgba(255, 252, 244, 0.32);
}

#purchase .step-num {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  border-color: rgba(160, 109, 46, 0.34);
  background: rgba(160, 109, 46, 0.12);
  color: var(--editorial-ink);
}

#purchase .step h3 {
  color: var(--editorial-ink);
}

#faq summary,
.faq summary {
  color: var(--editorial-ink);
}

@media (max-width: 820px) {
  #purchase .steps {
    grid-template-columns: 1fr;
    max-width: 620px;
  }
}


/* Keep step cards side-by-side until mobile and add editorial gutters */
#purchase .steps {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  column-gap: clamp(1.15rem, 2.6vw, 1.8rem);
  row-gap: clamp(1rem, 2.4vw, 1.5rem);
}

.feature-list,
.spotlight-section .hero-stat-row {
  column-gap: clamp(1.65rem, 4vw, 3rem) !important;
  row-gap: clamp(1.05rem, 2.8vw, 1.65rem) !important;
}

@media (max-width: 640px) {
  #purchase .steps {
    grid-template-columns: 1fr !important;
    max-width: 620px;
  }
}


/* Keep empty/unused subgroup controls truly hidden */
.section-subnav[hidden] {
  display: none !important;
}


/* Keep Start a Collection step-card typography compact */
#purchase .step {
  padding: clamp(0.9rem, 1.65vw, 1.15rem);
}

#purchase .step-num {
  width: 1.9rem;
  height: 1.9rem;
  margin-bottom: 0.75rem;
  font-size: 0.92rem;
}

#purchase .step h3 {
  margin-bottom: 0.85rem;
  font-size: clamp(1.15rem, 1.75vw, 1.55rem);
  line-height: 1.05;
}

#purchase .step p {
  font-size: clamp(0.82rem, 1vw, 0.92rem);
  line-height: 1.5;
}


/* Shared smaller typography for editorial support columns */
.feature-list {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.feature-list .point,
.spotlight-section .stat-pill {
  padding: 1rem;
}

.feature-list .point strong,
.spotlight-section .stat-pill strong {
  display: block;
  margin-bottom: 0.48rem;
  color: var(--editorial-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.4vw, 1.2rem);
  font-weight: 500;
  line-height: 1.1;
}

.feature-list .point span,
.spotlight-section .stat-pill span {
  display: block;
  margin-top: 0;
  color: var(--editorial-muted);
  font-size: clamp(0.78rem, 1vw, 0.9rem);
  line-height: 1.45;
}

@media (max-width: 520px) {
  .feature-list {
    grid-template-columns: 1fr !important;
  }
}


/* Final vertical rhythm pass: compact luxury spacing without crowding */
#why,
.spotlight-section,
#coins,
#cards,
#other-products,
#lighters,
#jewelry,
#housewares,
#purchase {
  padding-top: clamp(2.55rem, 4.6vw, 4.35rem) !important;
  padding-bottom: clamp(2.8rem, 5vw, 4.65rem) !important;
}

#why + .spotlight-section {
  padding-top: clamp(1.95rem, 3.4vw, 3.25rem) !important;
}

#coins,
#cards,
#other-products,
#lighters,
#jewelry,
#housewares {
  scroll-margin-top: 5rem;
}

.section-head {
  align-items: end;
  gap: clamp(0.7rem, 2.4vw, 2.15rem) !important;
  margin-bottom: clamp(0.85rem, 1.8vw, 1.35rem) !important;
  padding-bottom: clamp(0.7rem, 1.4vw, 1rem) !important;
}

.section-head h2 {
  margin: 0 !important;
}

.section-head p {
  margin: 0 !important;
  max-width: 62ch;
  line-height: 1.45;
}

.section-subnav {
  margin: 0 0 clamp(0.9rem, 1.8vw, 1.3rem) !important;
}

.product-grid,
.product-grid-featured {
  margin-top: 0 !important;
}

.product-grid-toggle {
  margin-top: clamp(0.65rem, 1.35vw, 0.95rem) !important;
}

.product-grid-toggle + .section-head,
.product-grid + .section-head,
.product-grid-featured + .section-head {
  margin-top: 0 !important;
}

.feature-card .eyebrow,
.spotlight-section .feature-card .eyebrow {
  margin-bottom: clamp(1.1rem, 2vw, 1.55rem) !important;
}

.feature-title-row,
.spotlight-section .spotlight-title-row {
  margin-bottom: clamp(1rem, 1.7vw, 1.35rem) !important;
}

.feature-card p,
.spotlight-section .hero-copy {
  margin-top: 0 !important;
  margin-bottom: clamp(1.35rem, 2.4vw, 1.85rem) !important;
  line-height: 1.5;
}

.feature-list,
.spotlight-section .hero-stat-row {
  margin-top: 0 !important;
}

@media (max-width: 760px) {
  .section-head {
    grid-template-columns: 1fr !important;
    gap: clamp(0.55rem, 1.8vw, 0.85rem) !important;
  }

  #why,
  .spotlight-section,
  #coins,
  #cards,
  #other-products,
  #lighters,
  #jewelry,
  #housewares,
  #purchase {
    padding-top: clamp(2.1rem, 7vw, 3.15rem) !important;
    padding-bottom: clamp(2.35rem, 7vw, 3.45rem) !important;
  }
}


/* Final polish: smaller collection steps, darker FAQ label, tighter section handoff */
#coins,
#cards,
#other-products,
#lighters,
#jewelry,
#housewares,
#purchase {
  padding-top: clamp(1.6rem, 3vw, 2.65rem) !important;
  padding-bottom: clamp(2.35rem, 4.4vw, 3.8rem) !important;
}

.product-grid-toggle {
  margin-bottom: clamp(0.15rem, 0.8vw, 0.45rem) !important;
}

#purchase .step {
  padding: clamp(0.75rem, 1.25vw, 0.95rem) !important;
}

#purchase .step-num {
  width: 1.62rem !important;
  height: 1.62rem !important;
  margin-bottom: 0.62rem !important;
  font-size: 0.78rem !important;
}

#purchase .step h3 {
  margin-bottom: 0.7rem !important;
  font-size: clamp(0.92rem, 1.32vw, 1.16rem) !important;
  line-height: 1.06 !important;
}

#purchase .step p {
  font-size: clamp(0.66rem, 0.82vw, 0.72rem) !important;
  line-height: 1.45 !important;
}

#faq .eyebrow,
.faq .eyebrow {
  color: var(--editorial-gold) !important;
  text-shadow: none !important;
}

@media (max-width: 760px) {
  #coins,
  #cards,
  #other-products,
  #lighters,
  #jewelry,
  #housewares,
  #purchase {
    padding-top: clamp(1.45rem, 5vw, 2.25rem) !important;
    padding-bottom: clamp(2rem, 6vw, 3rem) !important;
  }
}


/* Final lower-page rhythm: align purchase header and tighten FAQ/CTA gaps */
#purchase .section-head {
  display: grid !important;
  grid-template-columns: minmax(0, 0.78fr) minmax(280px, 0.5fr) !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

#purchase .section-head h2 {
  margin: 0 !important;
}

#purchase .section-head p {
  margin: 0 !important;
  max-width: 62ch !important;
}

.faq,
.cta {
  padding-top: clamp(1.6rem, 3vw, 2.65rem) !important;
  padding-bottom: clamp(2rem, 3.8vw, 3.2rem) !important;
}

.faq {
  row-gap: clamp(0.9rem, 2vw, 1.35rem) !important;
}

.cta {
  text-align: center;
}

.cta h2 {
  margin-top: 0 !important;
  margin-bottom: clamp(0.55rem, 1.2vw, 0.9rem) !important;
}

.cta p {
  margin-bottom: clamp(0.9rem, 1.8vw, 1.25rem) !important;
}

@media (max-width: 760px) {
  #purchase .section-head {
    grid-template-columns: 1fr !important;
  }

  .faq,
  .cta {
    padding-top: clamp(1.45rem, 5vw, 2.25rem) !important;
    padding-bottom: clamp(1.8rem, 5.5vw, 2.75rem) !important;
  }
}


/* Standardize product-section handoffs after See More controls */
#coins,
#cards,
#other-products,
#lighters,
#jewelry,
#housewares,
#purchase {
  padding-top: clamp(1rem, 2vw, 1.55rem) !important;
  padding-bottom: clamp(1.25rem, 2.25vw, 1.75rem) !important;
}

.faq {
  padding-top: clamp(1rem, 2vw, 1.55rem) !important;
}

.product-grid-toggle {
  margin-bottom: 0 !important;
}

@media (max-width: 760px) {
  #coins,
  #cards,
  #other-products,
  #lighters,
  #jewelry,
  #housewares,
  #purchase {
    padding-top: clamp(1rem, 4vw, 1.6rem) !important;
    padding-bottom: clamp(1.15rem, 4.4vw, 1.85rem) !important;
  }

  .faq {
    padding-top: clamp(1rem, 4vw, 1.6rem) !important;
  }
}


/* Editorial catalog divider and premium closing CTA */

.cta {
  display: grid;
  justify-items: center;
  border-top: 1px solid var(--editorial-line);
  text-align: center;
}

.cta .eyebrow {
  margin-bottom: clamp(0.85rem, 1.6vw, 1.2rem);
}

.cta h2 {
  max-width: 13ch;
  color: var(--editorial-ink);
  font-size: clamp(2.05rem, 4.2vw, 4rem) !important;
  line-height: 0.95;
}

.cta p {
  max-width: 54ch;
  font-size: clamp(0.88rem, 1vw, 1rem);
  line-height: 1.55;
}

.cta .button.primary {
  min-width: 0;
  padding-inline: 1rem;
}



/* Unify Studio and Series feature title rhythm */
.feature-title-row,
.spotlight-section .spotlight-title-row {
  align-items: start !important;
  margin-bottom: clamp(1rem, 1.7vw, 1.35rem) !important;
}

.feature-title-row h2,
.spotlight-section h1 {
  align-self: start !important;
  margin-top: 0 !important;
}

.spotlight-section .hero-art {
  align-self: start !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

.spotlight-section .series-stack {
  align-self: start !important;
}

.cta h2 {
  line-height: 1.08 !important;
}

@media (max-width: 620px) {
  .spotlight-section .hero-art {
    height: auto !important;
    min-height: 0 !important;
  }
}


/* View-swapped catalog pages */
.site-view[hidden] {
  display: none !important;
}

.site-view {
  width: 100%;
}

/* Premium page backdrop: remove the graph-paper grid overlay. */
body {
  background:
    radial-gradient(circle at 74% 9%, rgba(160, 109, 46, 0.09), transparent 30rem),
    radial-gradient(circle at 14% 18%, rgba(111, 92, 65, 0.055), transparent 24rem),
    linear-gradient(180deg, var(--paper-soft) 0%, var(--paper) 42%, #efe4d3 100%) !important;
}

body::before {
  background:
    linear-gradient(180deg, rgba(255, 252, 244, 0.32), transparent 24%, rgba(92, 64, 31, 0.045) 100%) !important;
  background-size: auto !important;
}

.hero::before,
.spotlight-section::before {
  background:
    radial-gradient(circle at 72% 16%, rgba(160, 109, 46, 0.09), transparent 32rem),
    radial-gradient(circle at 18% 12%, rgba(93, 143, 126, 0.055), transparent 24rem),
    linear-gradient(180deg, #050505 0%, #0c0b09 48%, #15110d 100%) !important;
  background-size: auto !important;
}

.nav a.is-active,
.nav a[aria-current="page"] {
  color: var(--editorial-ink);
  border-bottom-color: rgba(160, 109, 46, 0.62);
}

/* Keep Series Spotlight on the editorial ivory backdrop and restore card scale. */
.hero.spotlight-section::before {
  background:
    radial-gradient(circle at 72% 16%, rgba(160, 109, 46, 0.1), transparent 32rem),
    radial-gradient(circle at 18% 12%, rgba(93, 143, 126, 0.055), transparent 24rem),
    linear-gradient(180deg, rgba(255, 252, 244, 0.42), transparent 42%, rgba(160, 109, 46, 0.055) 100%) !important;
  background-size: auto !important;
}

.spotlight-section .hero-art {
  width: clamp(260px, 25vw, 330px) !important;
  height: clamp(310px, 30vw, 390px) !important;
  min-height: clamp(310px, 30vw, 390px) !important;
}

#why + .hero.spotlight-section .series-stack,
.hero.spotlight-section .series-stack,
.spotlight-section .series-stack {
  width: clamp(240px, 23vw, 310px) !important;
  max-width: 310px !important;
}

@media (max-width: 620px) {
  .spotlight-section .hero-art {
    width: min(74vw, 240px) !important;
    height: min(86vw, 300px) !important;
    min-height: min(86vw, 300px) !important;
  }

  #why + .hero.spotlight-section .series-stack,
  .hero.spotlight-section .series-stack,
  .spotlight-section .series-stack {
    width: min(70vw, 220px) !important;
  }
}
