.cb-lotr-page {
  --lotr-ink: #17130f;
  --lotr-muted: rgba(23, 19, 15, .68);
  --lotr-line: rgba(91, 66, 33, .16);
  --lotr-gold: #b7853d;
  --lotr-cream: #fff8ed;
  --lotr-cream-2: #f7efe1;
  --lotr-dark: #11100d;
  --lotr-green: #243528;
  --lotr-radius: 24px;
  --lotr-shadow: 0 22px 55px rgba(28, 20, 12, .10);
  color: var(--lotr-ink);
}

.cb-lotr-page * {
  box-sizing: border-box;
}

.cb-lotr-page a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.cb-lotr-page p {
  margin: 0;
  line-height: 1.72;
}

.cb-lotr-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cb-lotr-wrap {
  max-width: 1120px;
  margin: 0 auto;
}

.cb-lotr-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 32px;
  padding: clamp(28px, 4vw, 56px);
  background:
    linear-gradient(90deg, rgba(5,5,4,.82), rgba(18,14,10,.70)),
    radial-gradient(circle at 18% 5%, rgba(218, 180, 105, .26), transparent 32%),
    radial-gradient(circle at 88% 0%, rgba(255,255,255,.16), transparent 34%),
    linear-gradient(135deg, #14110d 0%, #221708 45%, #0e0d0b 100%);
  color: #fff !important;
  box-shadow: 0 28px 80px rgba(0,0,0,.22);
}

.cb-lotr-hero::after {
  content: "";
  position: absolute;
  inset: auto -12% -38% 42%;
  height: 62%;
  background: radial-gradient(circle, rgba(183,133,61,.22), transparent 68%);
  pointer-events: none;
}

.cb-lotr-eyebrow,
.cb-lotr-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 0 14px;
  color: rgba(23,19,15,.55);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.cb-lotr-hero .cb-lotr-eyebrow,
.cb-lotr-dark .cb-lotr-kicker {
  color: rgba(255,255,255,.78) !important;
}

.cb-lotr-eyebrow::before,
.cb-lotr-kicker::before {
  content: "";
  width: 30px;
  height: 1px;
  border-radius: 999px;
  background: currentColor;
}

.cb-lotr-hero h2,
.cb-lotr-section h2,
.cb-lotr-card h3,
.cb-lotr-product h3,
.cb-lotr-dark h2 {
  margin: 0;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.cb-lotr-hero h2 {
  max-width: 820px;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.34);
  font-size: clamp(34px, 5vw, 68px);
}

.cb-lotr-hero__lead {
  max-width: 780px;
  margin-top: 20px;
  color: rgba(255,255,255,.9) !important;
  -webkit-text-fill-color: rgba(255,255,255,.9) !important;
  font-size: clamp(17px, 1.45vw, 21px);
}

.cb-lotr-hero__actions,
.cb-lotr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.cb-lotr-pill,
.cb-lotr-button,
.cb-lotr-button-dark {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.cb-lotr-pill {
  border: 1px solid rgba(255,255,255,.24);
  color: rgba(255,255,255,.95) !important;
  -webkit-text-fill-color: rgba(255,255,255,.95) !important;
  background: rgba(255,255,255,.10);
}

.cb-lotr-pill:hover,
.cb-lotr-button:hover,
.cb-lotr-button-dark:hover {
  transform: translateY(-2px);
}

.cb-lotr-button {
  border: 1px solid rgba(255,255,255,.28);
  background: #fff;
  color: var(--lotr-ink) !important;
  -webkit-text-fill-color: var(--lotr-ink) !important;
  box-shadow: 0 12px 24px rgba(28,20,12,.08);
}

.cb-lotr-button-dark {
  border: 1px solid rgba(0,0,0,.2);
  background: var(--lotr-dark);
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  box-shadow: 0 18px 34px rgba(0,0,0,.16);
}

.cb-lotr-disclosure {
  margin-top: 20px;
  max-width: 760px;
  color: rgba(255,255,255,.72) !important;
  -webkit-text-fill-color: rgba(255,255,255,.72) !important;
  font-size: 14px;
}

.cb-lotr-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 34px;
  padding: 16px;
  border: 1px solid var(--lotr-line);
  border-radius: 22px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 14px 38px rgba(28,20,12,.06);
}

.cb-lotr-toc a {
  display: inline-flex;
  padding: 9px 13px;
  border-radius: 999px;
  background: #fff;
  color: rgba(23,19,15,.76) !important;
  -webkit-text-fill-color: rgba(23,19,15,.76) !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(91,66,33,.12);
}

.cb-lotr-section {
  margin: 42px 0;
}

.cb-lotr-section > h2,
.cb-lotr-dark h2 {
  max-width: 820px;
  font-size: clamp(28px, 3.5vw, 46px);
}

.cb-lotr-section > h2 {
  color: var(--lotr-ink) !important;
  -webkit-text-fill-color: var(--lotr-ink) !important;
}

.cb-lotr-section__intro {
  max-width: 780px;
  margin-top: 12px !important;
  color: var(--lotr-muted) !important;
  -webkit-text-fill-color: var(--lotr-muted) !important;
  font-size: 17px;
}

.cb-lotr-grid,
.cb-lotr-choice-grid,
.cb-lotr-product-grid,
.cb-lotr-retro-grid {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

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

.cb-lotr-card,
.cb-lotr-product,
.cb-lotr-retro-card,
.cb-lotr-note {
  border: 1px solid var(--lotr-line);
  border-radius: var(--lotr-radius);
  background: #fff;
  box-shadow: var(--lotr-shadow);
  overflow: hidden;
}

.cb-lotr-card {
  padding: 22px;
}

.cb-lotr-card h3 {
  color: var(--lotr-ink) !important;
  -webkit-text-fill-color: var(--lotr-ink) !important;
  font-size: clamp(21px, 2vw, 28px);
}

.cb-lotr-card p {
  margin-top: 10px;
  color: var(--lotr-muted) !important;
  -webkit-text-fill-color: var(--lotr-muted) !important;
}

.cb-lotr-card a,
.cb-lotr-text-link {
  color: var(--lotr-ink) !important;
  -webkit-text-fill-color: var(--lotr-ink) !important;
  font-weight: 900;
}

.cb-lotr-card--dark {
  background: linear-gradient(145deg, #11100d, #251609);
  color: #fff !important;
  border-color: rgba(255,255,255,.12);
}

.cb-lotr-card--dark h3 {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}

.cb-lotr-card--dark p,
.cb-lotr-card--dark a {
  color: rgba(255,255,255,.82) !important;
  -webkit-text-fill-color: rgba(255,255,255,.82) !important;
}

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

.cb-lotr-product__media {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 280px;
  background: linear-gradient(180deg, #fffaf1, #f4ead9);
}

.cb-lotr-product__media img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  padding: 20px;
}

.cb-lotr-badge {
  position: absolute;
  left: 16px;
  top: 16px;
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(17,16,13,.9);
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 12px;
  font-weight: 900;
}

.cb-lotr-product__body {
  padding: 22px;
}

.cb-lotr-product h3 {
  color: var(--lotr-ink) !important;
  -webkit-text-fill-color: var(--lotr-ink) !important;
  font-size: clamp(24px, 2.3vw, 34px);
}

.cb-lotr-product p,
.cb-lotr-product li {
  color: var(--lotr-muted) !important;
  -webkit-text-fill-color: var(--lotr-muted) !important;
}

.cb-lotr-product ul {
  margin: 14px 0 0;
  padding-left: 18px;
}

.cb-lotr-product li + li {
  margin-top: 6px;
}

.cb-lotr-dark {
  margin: 48px 0;
  border-radius: 30px;
  padding: clamp(26px, 4vw, 48px);
  color: #fff !important;
  background:
    linear-gradient(90deg, rgba(0,0,0,.82), rgba(16,10,5,.68)),
    radial-gradient(circle at 20% 10%, rgba(183,133,61,.18), transparent 36%),
    linear-gradient(135deg, #10100d, #1e130a 55%, #070707);
  box-shadow: 0 28px 80px rgba(0,0,0,.22);
}

.cb-lotr-dark h2 {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.28);
}

.cb-lotr-dark p {
  max-width: 820px;
  margin-top: 14px;
  color: rgba(255,255,255,.86) !important;
  -webkit-text-fill-color: rgba(255,255,255,.86) !important;
}

.cb-lotr-dark .cb-lotr-button {
  color: var(--lotr-ink) !important;
  -webkit-text-fill-color: var(--lotr-ink) !important;
  background: #fff !important;
}

.cb-lotr-retro-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cb-lotr-retro-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  padding: 18px;
  background: #fbf4e7;
}

.cb-lotr-retro-card div {
  padding: 18px;
}

.cb-lotr-retro-card h3 {
  margin: 0;
  color: var(--lotr-ink) !important;
  -webkit-text-fill-color: var(--lotr-ink) !important;
  font-size: 20px;
  line-height: 1.15;
}

.cb-lotr-retro-card p {
  margin-top: 9px;
  color: var(--lotr-muted) !important;
  -webkit-text-fill-color: var(--lotr-muted) !important;
  font-size: 15px;
}

.cb-lotr-note {
  padding: 22px;
  background: linear-gradient(180deg, #fff, var(--lotr-cream));
}

.cb-lotr-faq {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.cb-lotr-faq details {
  border: 1px solid var(--lotr-line);
  border-radius: 18px;
  background: #fff;
  padding: 16px 18px;
  box-shadow: 0 12px 26px rgba(28,20,12,.05);
}

.cb-lotr-faq summary {
  cursor: pointer;
  color: var(--lotr-ink) !important;
  -webkit-text-fill-color: var(--lotr-ink) !important;
  font-weight: 900;
}

.cb-lotr-faq p {
  margin-top: 10px;
  color: var(--lotr-muted) !important;
  -webkit-text-fill-color: var(--lotr-muted) !important;
}

@media (max-width: 900px) {
  .cb-lotr-grid,
  .cb-lotr-choice-grid,
  .cb-lotr-product-grid,
  .cb-lotr-retro-grid {
    grid-template-columns: 1fr;
  }

  .cb-lotr-hero,
  .cb-lotr-dark {
    border-radius: 24px;
  }
}

@media (max-width: 640px) {
  .cb-lotr-page {
    margin-inline: -4px;
  }

  .cb-lotr-hero {
    padding: 26px 20px;
  }

  .cb-lotr-toc {
    padding: 12px;
  }

  .cb-lotr-toc a {
    width: 100%;
    justify-content: center;
  }

  .cb-lotr-card,
  .cb-lotr-product__body,
  .cb-lotr-note {
    padding: 18px;
  }
}
