:root {
  --black: #080808;
  --black-soft: #11110f;
  --charcoal: #181815;
  --paper: #f2efe7;
  --paper-deep: #e6e0d2;
  --white: #fffdf8;
  --gold: #caa45c;
  --gold-light: #e1c88f;
  --gold-dark: #8e6c2e;
  --ink: #11110f;
  --muted: #76736b;
  --line-dark: rgba(17, 17, 15, 0.16);
  --line-light: rgba(255, 253, 248, 0.16);
  --serif: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: var(--font-geist-sans), "Helvetica Neue", Arial, sans-serif;
}

/* WordPress compatibility layer. The primary design is shared with the
   production app; these rules normalize classic-theme and WooCommerce markup. */
[hidden] {
  display: none !important;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.skip-link:focus {
  background: var(--white);
  clip: auto;
  clip-path: none;
  color: var(--ink);
  height: auto;
  left: 1rem;
  padding: 0.8rem 1rem;
  position: fixed !important;
  top: 1rem;
  width: auto;
  z-index: 10000;
}

.verification-notice {
  background: #fff4d6;
  border-bottom: 1px solid #d6b86f;
  color: #382b0d;
  font-size: 0.9rem;
  padding: 0.8rem 4vw;
  text-align: center;
}

* {
  box-sizing: border-box;
}

html {
  background: var(--black);
  scroll-behavior: smooth;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

body.entry-locked {
  overflow: hidden;
}

button,
input,
textarea,
select {
  color: inherit;
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

:where(a, button, input, select, textarea):focus-visible {
  outline: 2px solid var(--gold-dark);
  outline-offset: 4px;
}

.site-footer :where(a, button):focus-visible,
.membership-section :where(a, button):focus-visible,
.contact-section :where(a, button):focus-visible,
.search-overlay :where(a, button, input):focus-visible {
  outline-color: var(--gold-light);
}

a {
  color: inherit;
}

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

.site-shell {
  background: var(--paper);
  min-height: 100vh;
  overflow-x: clip;
}

.site-shell-locked {
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  user-select: none;
}

#home,
#shop,
#memberships,
#ebooks,
#about,
#faq,
#contact {
  scroll-margin-top: 82px;
}

.top-note {
  align-items: center;
  background: var(--black);
  color: rgba(255, 253, 248, 0.7);
  display: flex;
  font-size: 10px;
  font-weight: 650;
  height: 30px;
  justify-content: space-between;
  letter-spacing: 0.16em;
  padding: 0 clamp(20px, 4.2vw, 74px);
  text-transform: uppercase;
}

.site-header {
  align-items: center;
  background: rgba(242, 239, 231, 0.96);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line-dark);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 82px;
  padding: 0 clamp(20px, 4.2vw, 74px);
  position: sticky;
  top: 0;
  z-index: 50;
}

.wordmark {
  align-items: center;
  background: transparent;
  color: var(--ink);
  display: inline-flex;
  font-weight: 700;
  padding: 0;
  width: max-content;
}

.brand-type {
  align-items: end;
  display: grid;
  gap: 2px 7px;
  grid-template-columns: auto auto;
  line-height: 1;
  text-align: left;
}

.brand-type > span {
  font-size: 12px;
  letter-spacing: 0.22em;
}

.brand-type > em {
  color: var(--gold-dark);
  font-family: var(--serif);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.brand-type > small {
  color: var(--muted);
  font-size: 5px;
  font-weight: 750;
  grid-column: 1 / -1;
  letter-spacing: 0.27em;
  text-transform: uppercase;
}

.brand-mark {
  align-items: center;
  border: 1px solid rgba(17, 17, 15, 0.58);
  display: inline-flex;
  height: 38px;
  justify-content: center;
  margin-right: 13px;
  overflow: hidden;
  position: relative;
  width: 38px;
}

.brand-mark::after {
  border: 1px solid var(--gold-dark);
  border-radius: 50%;
  content: "";
  height: 21px;
  position: absolute;
  right: 3px;
  width: 21px;
}

.brand-mark b,
.brand-mark em {
  font-family: var(--serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: absolute;
}

.brand-mark b {
  font-size: 19px;
  left: 5px;
  top: 9px;
}

.brand-mark em {
  color: var(--gold-dark);
  font-size: 15px;
  right: 7px;
  top: 11px;
  z-index: 2;
}

.brand-mark i {
  background: var(--gold);
  display: inline-block;
  height: 1px;
  left: -1px;
  position: relative;
  transform: rotate(-32deg);
  width: 45px;
}

.desktop-nav {
  align-items: center;
  display: flex;
  gap: clamp(24px, 3vw, 52px);
  height: 100%;
}

.desktop-nav button,
.account-link,
.bag-link {
  background: transparent;
  color: rgba(17, 17, 15, 0.68);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  padding: 9px 0;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.desktop-nav button:hover,
.account-link:hover,
.bag-link:hover {
  color: var(--gold-dark);
}

.header-actions {
  align-items: center;
  display: flex;
  gap: clamp(15px, 1.8vw, 28px);
  justify-content: flex-end;
}

.search-button {
  background: transparent;
  height: 34px;
  padding: 7px;
  width: 34px;
}

.search-glyph {
  border: 1.5px solid currentColor;
  border-radius: 50%;
  display: block;
  height: 14px;
  position: relative;
  width: 14px;
}

.search-glyph::after {
  background: currentColor;
  bottom: -4px;
  content: "";
  height: 1.5px;
  position: absolute;
  right: -4px;
  transform: rotate(45deg);
  width: 6px;
}

.bag-link span {
  align-items: center;
  background: var(--ink);
  border-radius: 50%;
  color: var(--white);
  display: inline-flex;
  height: 21px;
  justify-content: center;
  margin-left: 5px;
  width: 21px;
}

.menu-button {
  background: transparent;
  display: none;
  height: 38px;
  padding: 10px 4px;
  width: 34px;
}

.menu-button i {
  background: var(--ink);
  display: block;
  height: 1px;
  margin: 5px 0;
  width: 26px;
}

.mobile-menu {
  background: var(--paper);
  border-bottom: 1px solid var(--line-dark);
  display: none;
  padding: 16px 24px 24px;
  position: relative;
  z-index: 45;
}

.hero {
  background:
    linear-gradient(rgba(17, 17, 15, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 15, 0.045) 1px, transparent 1px),
    var(--paper);
  background-size: 76px 76px;
  display: grid;
  grid-template-columns:
    minmax(0, 0.9fr)
    minmax(410px, 1.05fr)
    minmax(185px, 0.34fr);
  min-height: min(785px, calc(100vh - 112px));
  padding-left: clamp(26px, 6.3vw, 112px);
}

.hero-copy {
  align-self: center;
  max-width: 690px;
  padding: 70px clamp(32px, 5vw, 84px) 62px 0;
}

.eyebrow {
  color: var(--gold-dark);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.19em;
  line-height: 1.4;
  margin: 0 0 22px;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.membership-intro h2,
.about-copy h2,
.standards-heading h2,
.faq-heading h2,
.contact-copy h2,
.age-landing-copy h1,
.membership-modal h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -0.055em;
  margin: 0;
}

.hero h1 {
  font-size: clamp(62px, 7.1vw, 116px);
  line-height: 0.82;
}

.hero h1 em,
.section-heading h2 em,
.membership-intro h2 em,
.about-copy h2 em,
.standards-heading h2 em,
.faq-heading h2 em,
.contact-copy h2 em,
.age-landing-copy h1 em {
  color: var(--gold-dark);
  font-style: italic;
  font-weight: 400;
}

.hero-description {
  color: #55534d;
  font-family: var(--serif);
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.55;
  margin: 34px 0 36px;
  max-width: 570px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}

.button {
  align-items: center;
  display: inline-flex;
  font-size: 11px;
  font-weight: 750;
  gap: 18px;
  justify-content: center;
  letter-spacing: 0.13em;
  min-height: 52px;
  padding: 0 25px;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: var(--ink);
  color: var(--white);
}

.button.primary:hover {
  background: var(--gold-dark);
}

.button.gold {
  background: var(--gold);
  color: var(--ink);
}

.button.gold:hover {
  background: var(--gold-light);
}

.button.outline {
  background: transparent;
  border: 1px solid rgba(255, 253, 248, 0.42);
  color: var(--white);
}

.button.outline:hover {
  background: var(--white);
  color: var(--ink);
}

.button:disabled {
  cursor: progress;
  opacity: 0.6;
  transform: none;
}

.text-link {
  background: transparent;
  border-bottom: 1px solid rgba(17, 17, 15, 0.55);
  color: var(--ink);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.12em;
  padding: 9px 0;
  text-transform: uppercase;
}

.text-link span {
  margin-left: 14px;
}

.text-link.light {
  border-color: rgba(255, 253, 248, 0.55);
  color: var(--white);
}

.hero-stats {
  border-top: 1px solid var(--line-dark);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 56px;
  max-width: 565px;
  padding-top: 23px;
}

.hero-stats div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.hero-stats strong {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
}

.hero-stats span {
  color: var(--muted);
  font-size: 8px;
  font-weight: 650;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-visual {
  background: var(--black);
  min-height: 700px;
  overflow: hidden;
  position: relative;
}

.hero-image-wrap {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.hero-image-wrap > img {
  height: 100%;
  object-fit: cover;
  object-position: center 17%;
  width: 100%;
}

.hero-image-wash {
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.12), transparent 35%),
    linear-gradient(0deg, rgba(8, 8, 8, 0.48), transparent 42%);
  inset: 0;
  position: absolute;
}

.vertical-label {
  color: rgba(255, 253, 248, 0.72);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.22em;
  position: absolute;
  right: 25px;
  text-transform: uppercase;
  top: 42px;
  writing-mode: vertical-rl;
}

.hero-card {
  backdrop-filter: blur(18px);
  background: rgba(8, 8, 8, 0.78);
  bottom: 34px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  left: 32px;
  min-width: min(355px, calc(100% - 64px));
  padding: 26px 28px;
  position: absolute;
}

.hero-card > span {
  color: var(--gold-light);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero-card strong {
  font-family: var(--serif);
  font-size: 29px;
  font-weight: 400;
  margin: 7px 0 17px;
}

.hero-card button {
  align-self: flex-start;
  background: transparent;
  border-bottom: 1px solid rgba(255, 253, 248, 0.45);
  color: var(--white);
  font-size: 9px;
  letter-spacing: 0.12em;
  padding: 0 0 7px;
  text-transform: uppercase;
}

.hero-rail {
  background: #15130f;
  border-left: 1px solid rgba(202, 164, 92, 0.35);
  color: var(--white);
  display: flex;
  flex-direction: column;
  min-height: 700px;
}

.hero-rail-top {
  border-bottom: 1px solid var(--line-light);
  display: grid;
  gap: 2px;
  padding: 30px 24px;
}

.hero-rail-top > span,
.hero-rail-feature > span,
.hero-rail-bottom span {
  color: var(--gold-light);
  font-size: 7px;
  font-weight: 750;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero-rail-top strong {
  font-size: 8px;
  letter-spacing: 0.16em;
  margin-top: 12px;
}

.hero-rail-top em {
  color: var(--gold);
  font-family: var(--serif);
  font-size: clamp(50px, 5vw, 78px);
  font-style: normal;
  line-height: 0.78;
}

.hero-rail-feature {
  background: transparent;
  border-bottom: 1px solid var(--line-light);
  color: var(--white);
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 27px 24px;
  position: relative;
  text-align: left;
  transition: background 180ms ease;
}

.hero-rail-feature:hover {
  background: rgba(202, 164, 92, 0.08);
}

.hero-rail-feature strong {
  font-family: var(--serif);
  font-size: clamp(19px, 1.65vw, 26px);
  font-weight: 400;
  line-height: 1.05;
  margin: 17px 0 12px;
}

.hero-rail-feature p {
  color: rgba(255, 253, 248, 0.46);
  font-size: 8px;
  line-height: 1.55;
  margin: 0;
}

.hero-rail-feature i {
  bottom: 20px;
  color: var(--gold);
  font-size: 17px;
  font-style: normal;
  position: absolute;
  right: 20px;
}

.hero-rail-feature.secondary > span {
  color: rgba(255, 253, 248, 0.5);
}

.hero-rail-bottom {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding: 23px 24px;
}

.hero-rail-bottom span {
  color: rgba(255, 253, 248, 0.35);
  font-size: 6px;
}

.experience-nav {
  background: var(--gold);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 clamp(24px, 6.2vw, 108px);
}

.experience-nav button {
  align-items: center;
  background: transparent;
  border-right: 1px solid rgba(17, 17, 15, 0.24);
  display: grid;
  gap: 5px 20px;
  grid-template-columns: 1fr auto;
  min-height: 96px;
  padding: 20px clamp(15px, 2.4vw, 35px);
  text-align: left;
  transition: background 180ms ease;
}

.experience-nav button:first-child {
  border-left: 1px solid rgba(17, 17, 15, 0.24);
}

.experience-nav button:hover {
  background: rgba(255, 253, 248, 0.22);
}

.experience-nav button span {
  font-size: 7px;
  font-weight: 800;
  grid-column: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.experience-nav button strong {
  font-family: var(--serif);
  font-size: clamp(18px, 1.8vw, 27px);
  font-weight: 400;
  grid-column: 1;
}

.experience-nav button i {
  font-size: 18px;
  font-style: normal;
  grid-column: 2;
  grid-row: 1 / 3;
}

.trust-strip {
  background: var(--paper);
  border-bottom: 1px solid var(--line-dark);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 clamp(24px, 6.2vw, 108px);
}

.trust-strip > div {
  border-right: 1px solid var(--line-dark);
  min-height: 165px;
  padding: 30px clamp(18px, 2.5vw, 36px);
}

.trust-strip > div:first-child {
  border-left: 1px solid var(--line-dark);
}

.trust-strip span {
  color: var(--gold-dark);
  display: block;
  font-family: var(--serif);
  font-size: 17px;
  margin-bottom: 22px;
}

.trust-strip strong {
  display: block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.trust-strip p {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.5;
  margin: 10px 0 0;
}

.content-section {
  padding: clamp(84px, 10vw, 150px) clamp(24px, 6.2vw, 108px);
}

.section-heading {
  align-items: end;
  border-bottom: 1px solid var(--line-dark);
  display: grid;
  gap: 50px;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.62fr);
  margin-bottom: 48px;
  padding-bottom: 35px;
}

.section-heading .eyebrow {
  margin-bottom: 16px;
}

.section-heading h2,
.membership-intro h2,
.standards-heading h2,
.faq-heading h2,
.contact-copy h2 {
  font-size: clamp(48px, 5.3vw, 82px);
  line-height: 0.94;
}

.section-heading > p {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.55;
  margin: 0 0 6px;
  max-width: 470px;
}

.product-grid {
  display: grid;
  gap: 48px 20px;
  grid-template-columns: repeat(3, 1fr);
}

.catalog-access-banner {
  align-items: center;
  background: var(--ink);
  border-left: 4px solid var(--gold);
  color: var(--white);
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin: -8px 0 34px;
  padding: 24px 28px;
}

.catalog-access-banner div {
  display: grid;
  gap: 5px;
}

.catalog-access-banner span,
.locked-catalog-card > span {
  color: var(--gold-light);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.catalog-access-banner strong {
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
}

.catalog-access-banner p {
  color: rgba(255, 253, 248, 0.6);
  font-family: var(--serif);
  font-size: 13px;
  margin: 0;
}

.catalog-access-banner button {
  background: transparent;
  border: 1px solid rgba(202, 164, 92, 0.7);
  color: var(--gold-light);
  flex: 0 0 auto;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.13em;
  min-height: 45px;
  padding: 0 18px;
  text-transform: uppercase;
}

.locked-catalog-card {
  align-items: flex-start;
  background:
    linear-gradient(135deg, rgba(202, 164, 92, 0.17), transparent 55%),
    var(--black);
  border: 1px solid rgba(202, 164, 92, 0.38);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 100%;
  overflow: hidden;
  padding: clamp(28px, 3.2vw, 48px);
  position: relative;
  text-align: left;
}

.locked-catalog-card::before {
  color: rgba(202, 164, 92, 0.16);
  content: "ID.me";
  font-family: var(--serif);
  font-size: clamp(68px, 8vw, 120px);
  font-style: italic;
  position: absolute;
  right: -9px;
  top: 20px;
}

.locked-catalog-card.physical {
  aspect-ratio: 0.84;
}

.locked-catalog-card.digital {
  grid-column: span 3;
  min-height: 520px;
}

.locked-catalog-card strong {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 400;
  letter-spacing: -0.04em;
  margin: 13px 0;
}

.locked-catalog-card p {
  color: rgba(255, 253, 248, 0.58);
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.55;
  margin: 0 0 28px;
  max-width: 460px;
}

.locked-catalog-card em {
  color: var(--gold-light);
  font-size: 9px;
  font-style: normal;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.product-card {
  min-width: 0;
}

.product-image {
  aspect-ratio: 0.84;
  background: #d9d3c7;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.product-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 550ms cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
}

.product-card:nth-child(2) .product-image img,
.product-card:nth-child(6) .product-image img {
  object-position: center;
}

.product-image:hover img {
  transform: scale(1.025);
}

.product-badge {
  background: var(--gold);
  color: var(--ink);
  font-size: 8px;
  font-weight: 750;
  left: 13px;
  letter-spacing: 0.12em;
  padding: 8px 10px;
  position: absolute;
  text-transform: uppercase;
  top: 13px;
}

.product-number {
  color: var(--white);
  font-family: var(--serif);
  font-size: 22px;
  position: absolute;
  right: 17px;
  top: 16px;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.5);
}

.quick-view {
  background: rgba(8, 8, 8, 0.86);
  bottom: 0;
  color: var(--white);
  font-size: 9px;
  font-weight: 700;
  left: 0;
  letter-spacing: 0.14em;
  padding: 14px 18px;
  position: absolute;
  text-transform: uppercase;
  transform: translateY(100%);
  transition: transform 220ms ease;
  width: 100%;
}

.product-image:hover .quick-view {
  transform: translateY(0);
}

.product-meta {
  align-items: start;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 19px 2px 16px;
}

.product-meta p,
.ebook-meta > p {
  color: var(--gold-dark);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.13em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.product-meta h3,
.ebook-meta h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.08;
  margin: 0 0 7px;
}

.product-meta div > span {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.product-meta > strong {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
}

.product-actions {
  align-items: center;
  border-top: 1px solid var(--line-dark);
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}

.product-actions > button:first-child {
  background: transparent;
  color: var(--ink);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.13em;
  padding: 8px 0;
  text-transform: uppercase;
}

.favorite {
  background: transparent;
  font-family: Arial, sans-serif;
  font-size: 22px;
  padding: 4px 6px;
}

.favorite.active {
  color: var(--gold-dark);
}

.membership-section {
  background:
    radial-gradient(circle at 8% 20%, rgba(202, 164, 92, 0.15), transparent 24rem),
    var(--black);
  color: var(--white);
  padding: clamp(90px, 10vw, 150px) clamp(24px, 6.2vw, 108px);
}

.membership-intro {
  align-items: end;
  display: grid;
  gap: 28px 50px;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.55fr);
  margin-bottom: 62px;
}

.membership-intro .eyebrow {
  grid-column: 1 / -1;
  margin-bottom: -3px;
}

.membership-intro h2 {
  max-width: 780px;
}

.membership-intro > p {
  color: rgba(255, 253, 248, 0.58);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.55;
  margin: 0;
}

.membership-promise {
  border-bottom: 1px solid var(--line-light);
  border-top: 1px solid var(--line-light);
  display: flex;
  grid-column: 1 / -1;
  justify-content: space-between;
  margin-top: 12px;
  padding: 18px 0;
}

.membership-promise span {
  color: rgba(255, 253, 248, 0.62);
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.membership-promise span::before {
  color: var(--gold);
  content: "✦";
  margin-right: 11px;
}

.tier-grid {
  align-items: stretch;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.tier-card {
  background: var(--black-soft);
  border: 1px solid var(--line-light);
  display: flex;
  flex-direction: column;
  min-height: 560px;
  padding: clamp(28px, 3.2vw, 47px);
  position: relative;
}

.tier-card::before {
  background: rgba(255, 253, 248, 0.45);
  content: "";
  height: 3px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
}

.tier-card.tier-essential {
  background: linear-gradient(160deg, #17191c 0%, #101112 68%);
  border-color: rgba(196, 205, 214, 0.28);
}

.tier-card.tier-essential::before {
  background: #aeb7c0;
}

.tier-card.featured {
  background: linear-gradient(160deg, #1c160c 0%, #12100d 68%);
  border-color: rgba(202, 164, 92, 0.68);
  box-shadow: inset 0 0 0 1px rgba(202, 164, 92, 0.18), 0 24px 70px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
}

.tier-card.featured::before {
  background: linear-gradient(90deg, var(--gold-dark), var(--gold-light));
}

.tier-card.tier-black-label {
  background: linear-gradient(160deg, #11131a 0%, #090a0e 72%);
  border-color: rgba(177, 158, 202, 0.38);
  box-shadow: inset 0 0 42px rgba(107, 86, 133, 0.1);
}

.tier-card.tier-black-label::before {
  background: linear-gradient(90deg, #8b73a7, #d2c0e6);
}

.tier-badge {
  border: 1px solid rgba(255, 253, 248, 0.22);
  color: rgba(255, 253, 248, 0.68);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
  padding: 8px 11px;
  position: absolute;
  right: 17px;
  text-transform: uppercase;
  top: 17px;
}

.tier-card.featured .tier-badge {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--ink);
}

.tier-card.tier-black-label .tier-badge {
  border-color: rgba(210, 192, 230, 0.45);
  color: #d2c0e6;
}

.tier-card header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}

.tier-card header > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 25px;
}

.tier-card header p {
  color: rgba(255, 253, 248, 0.45);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  margin: 0;
  text-transform: uppercase;
}

.tier-card h3 {
  font-family: var(--serif);
  font-size: clamp(33px, 3.2vw, 50px);
  font-weight: 400;
  letter-spacing: -0.04em;
  margin: 0;
}

.tier-price {
  align-items: baseline;
  border-bottom: 1px solid var(--line-light);
  display: flex;
  gap: 8px;
  padding: 12px 0 27px;
}

.tier-price strong {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
}

.tier-price span {
  color: rgba(255, 253, 248, 0.42);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tier-access {
  align-items: center;
  border-bottom: 1px solid var(--line-light);
  display: flex;
  justify-content: space-between;
  padding: 17px 0;
}

.tier-access span {
  color: rgba(255, 253, 248, 0.38);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.tier-access strong {
  color: rgba(255, 253, 248, 0.78);
  font-family: var(--serif);
  font-size: 13px;
  font-weight: 400;
}

.tier-card.tier-essential .tier-price strong,
.tier-card.tier-essential li span {
  color: #c7d0d8;
}

.tier-card.tier-black-label .tier-price strong,
.tier-card.tier-black-label li span {
  color: #d2c0e6;
}

.tier-card.tier-black-label .tier-button {
  border-color: rgba(210, 192, 230, 0.55);
  color: #efe7f8;
}

.tier-card.tier-black-label .tier-button:hover {
  background: #d2c0e6;
  border-color: #d2c0e6;
  color: var(--ink);
}

.tier-description {
  color: rgba(255, 253, 248, 0.62);
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.55;
  margin: 25px 0 20px;
}

.tier-card ul {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
}

.tier-card li {
  align-items: center;
  color: rgba(255, 253, 248, 0.72);
  display: flex;
  font-size: 11px;
  gap: 10px;
  line-height: 1.4;
}

.tier-card li span {
  color: var(--gold);
}

.membership-note {
  color: rgba(255, 253, 248, 0.4);
  font-size: 10px;
  letter-spacing: 0.08em;
  margin: 23px 0 0;
  text-align: center;
  text-transform: uppercase;
}

.ebook-section {
  background: var(--paper-deep);
  padding: clamp(90px, 10vw, 150px) clamp(24px, 6.2vw, 108px);
}

.ebook-grid {
  display: grid;
  gap: 36px 24px;
  grid-template-columns: repeat(4, 1fr);
}

.ebook-card {
  min-width: 0;
}

.book-cover {
  aspect-ratio: 0.69;
  background: var(--black);
  box-shadow: 10px 12px 30px rgba(17, 17, 15, 0.16);
  color: var(--white);
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}

.book-cover > img {
  filter: grayscale(0.45);
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
  width: 100%;
}

.book-cover:hover > img {
  transform: scale(1.03);
}

.book-overlay {
  background:
    linear-gradient(0deg, rgba(8, 8, 8, 0.96), rgba(8, 8, 8, 0.05) 68%),
    linear-gradient(90deg, rgba(8, 8, 8, 0.32), transparent 60%);
  inset: 0;
  position: absolute;
}

.book-kicker {
  font-size: 7px;
  font-weight: 750;
  left: 17px;
  letter-spacing: 0.14em;
  position: absolute;
  text-transform: uppercase;
  top: 18px;
}

.book-volume {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 17px;
  position: absolute;
  right: 16px;
  top: 15px;
}

.book-cover > strong {
  bottom: 46px;
  font-family: var(--serif);
  font-size: clamp(26px, 2.4vw, 38px);
  font-weight: 400;
  left: 18px;
  line-height: 0.95;
  max-width: 80%;
  position: absolute;
}

.book-cover > em {
  bottom: 19px;
  color: var(--gold-light);
  font-size: 6px;
  font-style: normal;
  font-weight: 750;
  left: 18px;
  letter-spacing: 0.15em;
  position: absolute;
}

.ebook-meta {
  padding-top: 23px;
}

.ebook-meta > span {
  color: var(--muted);
  display: block;
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.5;
  min-height: 84px;
}

.ebook-meta > div {
  align-items: center;
  border-top: 1px solid var(--line-dark);
  display: flex;
  justify-content: space-between;
  margin-top: 17px;
  padding-top: 14px;
}

.ebook-meta > div strong {
  font-family: var(--serif);
  font-size: 18px;
  font-weight: 400;
}

.ebook-meta button {
  background: transparent;
  color: var(--gold-dark);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.12em;
  padding: 7px 0;
  text-transform: uppercase;
}

.about-section {
  background: var(--paper);
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(420px, 0.9fr);
  min-height: 760px;
}

.about-collage {
  min-height: 760px;
  overflow: hidden;
  position: relative;
}

.about-main-image {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 78%;
}

.about-small-image {
  border: 10px solid var(--paper);
  bottom: 48px;
  height: 43%;
  object-fit: cover;
  position: absolute;
  right: 4%;
  width: 37%;
}

.about-mark {
  align-items: center;
  background: var(--black);
  color: var(--white);
  display: flex;
  font-size: 8px;
  font-weight: 700;
  gap: 2px;
  left: 25px;
  letter-spacing: 0.14em;
  padding: 14px 17px;
  position: absolute;
  text-transform: uppercase;
  top: 24px;
}

.about-mark .brand-mark {
  border-color: rgba(255, 253, 248, 0.48);
  height: 22px;
  margin-right: 8px;
  width: 22px;
}

.about-mark .brand-mark::after {
  height: 12px;
  right: 1px;
  width: 12px;
}

.about-mark .brand-mark b {
  color: var(--white);
  font-size: 11px;
  left: 2px;
  top: 5px;
}

.about-mark .brand-mark em {
  font-size: 8px;
  right: 4px;
  top: 6px;
}

.about-copy {
  align-items: flex-start;
  background: var(--black);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(68px, 7vw, 110px);
}

.about-copy h2 {
  font-size: clamp(44px, 4.8vw, 76px);
  line-height: 0.95;
}

.about-lead {
  color: var(--white) !important;
  font-family: var(--serif);
  font-size: 19px !important;
  line-height: 1.5 !important;
  margin-top: 34px !important;
}

.about-copy > p:not(.eyebrow) {
  color: rgba(255, 253, 248, 0.58);
  font-size: 12px;
  line-height: 1.8;
  margin: 21px 0 0;
  max-width: 650px;
}

.about-values {
  border-bottom: 1px solid var(--line-light);
  border-top: 1px solid var(--line-light);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 42px 0 34px;
  padding: 22px 0;
  width: 100%;
}

.about-values div {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-right: 15px;
}

.about-values strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
}

.about-values span {
  color: rgba(255, 253, 248, 0.6);
  font-size: 8px;
  line-height: 1.4;
  text-transform: uppercase;
}

.standards-section {
  background:
    linear-gradient(rgba(17, 17, 15, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 15, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 76px 76px;
  padding: clamp(90px, 10vw, 150px) clamp(24px, 6.2vw, 108px);
}

.standards-heading {
  margin-bottom: 54px;
  max-width: 820px;
}

.standards-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.standards-grid article {
  background: var(--white);
  border: 1px solid rgba(17, 17, 15, 0.1);
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: clamp(27px, 3vw, 45px);
}

.standards-grid header {
  align-items: center;
  border-bottom: 1px solid var(--line-dark);
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.standards-grid header > span {
  color: var(--gold-dark);
  font-family: var(--serif);
  font-size: 21px;
}

.standards-grid header p {
  color: var(--muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.11em;
  margin: 0;
  text-transform: uppercase;
}

.standards-grid h3 {
  font-family: var(--serif);
  font-size: clamp(27px, 2.4vw, 38px);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.05;
  margin: 42px 0 20px;
}

.standards-grid article > p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
  margin: auto 0 0;
}

.faq-section {
  background: var(--paper-deep);
  display: grid;
  gap: clamp(60px, 8vw, 130px);
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  padding: clamp(90px, 10vw, 150px) clamp(24px, 6.2vw, 108px);
}

.faq-heading {
  align-self: start;
  position: sticky;
  top: 40px;
}

.faq-heading > p:not(.eyebrow) {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.55;
  margin: 28px 0 20px;
  max-width: 350px;
}

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

.faq-item {
  border-bottom: 1px solid var(--line-dark);
}

.faq-item > button {
  align-items: center;
  background: transparent;
  display: grid;
  gap: 20px;
  grid-template-columns: 30px 1fr 30px;
  padding: 25px 0;
  text-align: left;
  width: 100%;
}

.faq-item > button span {
  color: var(--gold-dark);
  font-family: var(--serif);
  font-size: 14px;
}

.faq-item > button strong {
  font-family: var(--serif);
  font-size: clamp(17px, 1.6vw, 23px);
  font-weight: 400;
}

.faq-item > button i {
  font-family: var(--serif);
  font-size: 24px;
  font-style: normal;
  text-align: center;
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 250ms ease;
}

.faq-answer p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  margin: 0 60px 0 50px;
  overflow: hidden;
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.open .faq-answer p {
  margin-bottom: 28px;
}

.contact-section {
  background: var(--black);
  color: var(--white);
  display: grid;
  gap: clamp(60px, 8vw, 140px);
  grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1.18fr);
  padding: clamp(90px, 9vw, 140px) clamp(24px, 7.2vw, 124px);
}

.contact-copy > p:not(.eyebrow) {
  color: rgba(255, 253, 248, 0.6);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.6;
  margin: 29px 0 37px;
  max-width: 450px;
}

.contact-copy > div {
  border-top: 1px solid var(--line-light);
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 440px;
  padding: 18px 0;
}

.contact-copy > div span {
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-copy a,
.contact-copy strong {
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 400;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.contact-options {
  display: grid;
  grid-template-columns: 1fr;
}

.contact-options a {
  align-items: center;
  border-bottom: 1px solid var(--line-light);
  color: var(--white);
  display: grid;
  gap: 8px 28px;
  grid-template-columns: 1fr auto;
  min-height: 128px;
  padding: 24px 4px;
  text-decoration: none;
  transition: padding 180ms ease;
}

.contact-options a:first-child {
  border-top: 1px solid var(--line-light);
}

.contact-options a:hover {
  padding-left: 14px;
  padding-right: 14px;
}

.contact-options span {
  color: var(--gold-light);
  font-size: 10px;
  font-weight: 750;
  grid-column: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-options strong {
  font-family: var(--serif);
  font-size: clamp(20px, 2vw, 29px);
  font-weight: 400;
  grid-column: 1;
}

.contact-options em {
  color: rgba(255, 253, 248, 0.58);
  font-size: 10px;
  font-style: normal;
  grid-column: 2;
  grid-row: 1 / 3;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.release-actions {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.newsletter-section {
  align-items: center;
  background: var(--gold);
  display: grid;
  gap: 60px;
  grid-template-columns: 1fr 1fr;
  padding: 56px clamp(24px, 7.2vw, 124px);
}

.newsletter-section .eyebrow {
  color: rgba(17, 17, 15, 0.65);
  margin-bottom: 10px;
}

.newsletter-section h2 {
  font-family: var(--serif);
  font-size: clamp(35px, 3.4vw, 52px);
  font-weight: 400;
  margin: 0;
}

.newsletter-section > div > p:not(.eyebrow) {
  font-family: var(--serif);
  font-size: 15px;
  margin: 10px 0 0;
}

.release-actions > a {
  color: var(--ink);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
}

.release-actions small {
  font-size: 10px;
  letter-spacing: 0.06em;
  opacity: 0.7;
  text-transform: uppercase;
}

.site-footer {
  background: var(--black);
  color: var(--white);
  padding: 72px clamp(24px, 6.2vw, 108px) 25px;
}

.footer-main {
  display: grid;
  gap: 50px;
  grid-template-columns: 1.3fr 0.55fr 0.55fr 1fr;
  padding-bottom: 62px;
}

.footer-wordmark {
  color: var(--white);
}

.footer-wordmark .brand-mark,
.age-landing-copy .brand-mark {
  border-color: rgba(255, 253, 248, 0.58);
}

.footer-wordmark .brand-mark b,
.age-landing-copy .brand-mark b {
  color: var(--white);
}

.footer-wordmark .brand-type > small,
.age-landing-copy .brand-type > small {
  color: rgba(255, 253, 248, 0.4);
}

.footer-main > div:first-child > p {
  color: rgba(255, 253, 248, 0.48);
  font-family: var(--serif);
  font-size: 14px;
  line-height: 1.6;
  margin: 23px 0;
  max-width: 340px;
}

.footer-main > div:first-child > .footer-assurance {
  border-top: 1px solid var(--line-light);
  color: var(--gold-light);
  font-family: var(--sans);
  font-size: 9px;
  letter-spacing: 0.1em;
  max-width: 360px;
  padding-top: 17px;
  text-transform: uppercase;
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-links a {
  align-items: center;
  border: 1px solid var(--line-light);
  border-radius: 50%;
  display: flex;
  font-size: 8px;
  height: 34px;
  justify-content: center;
  text-decoration: none;
  width: 34px;
}

.footer-main nav {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.footer-main nav > span,
.footer-disclaimer > span {
  color: var(--gold);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.14em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.footer-main nav button,
.footer-main nav a {
  align-self: flex-start;
  background: transparent;
  color: rgba(255, 253, 248, 0.58);
  font-size: 10px;
  padding: 0;
  text-decoration: none;
}

.footer-disclaimer {
  border-left: 1px solid var(--line-light);
  padding-left: 32px;
}

.footer-disclaimer p {
  color: rgba(255, 253, 248, 0.46);
  font-size: 10px;
  line-height: 1.7;
  margin: 14px 0 0;
}

.footer-bottom {
  border-top: 1px solid var(--line-light);
  color: rgba(255, 253, 248, 0.35);
  display: flex;
  font-size: 7px;
  font-weight: 650;
  justify-content: space-between;
  letter-spacing: 0.1em;
  padding-top: 22px;
  text-transform: uppercase;
}

.age-landing {
  background: var(--paper);
  color: var(--ink);
  display: grid;
  grid-template-columns: minmax(340px, 0.88fr) minmax(500px, 1.12fr);
  min-height: 100svh;
}

.age-landing-overlay {
  inset: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 220;
}

.age-landing-image {
  background: var(--black);
  min-height: 100svh;
  overflow: hidden;
  position: relative;
}

.age-landing-image::after {
  background:
    linear-gradient(180deg, rgba(8, 8, 8, 0.08), rgba(8, 8, 8, 0.67)),
    linear-gradient(90deg, transparent 70%, rgba(8, 8, 8, 0.38));
  content: "";
  inset: 0;
  position: absolute;
}

.age-landing-image img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.age-landing-index {
  bottom: 34px;
  color: rgba(255, 253, 248, 0.7);
  font-size: 7px;
  font-weight: 700;
  left: 38px;
  letter-spacing: 0.17em;
  position: absolute;
  text-transform: uppercase;
  z-index: 2;
}

.age-landing-seal {
  align-items: center;
  background: rgba(8, 8, 8, 0.72);
  border: 1px solid rgba(255, 253, 248, 0.46);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  flex-direction: column;
  height: 126px;
  justify-content: center;
  position: absolute;
  right: 38px;
  top: 38px;
  width: 126px;
  z-index: 2;
}

.age-landing-seal strong {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
  line-height: 0.9;
}

.age-landing-seal small {
  font-size: 6px;
  letter-spacing: 0.14em;
  margin-top: 9px;
  text-transform: uppercase;
}

.age-landing-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100svh;
  padding: clamp(32px, 5.3vw, 82px);
}

.age-landing-copy .brand-mark {
  border-color: var(--ink);
}

.age-landing-copy .brand-mark b {
  color: var(--ink);
}

.age-landing-copy .brand-type > small {
  color: var(--muted);
}

.age-landing-copy h1 {
  font-size: clamp(64px, 7vw, 112px);
  line-height: 0.82;
}

.age-landing-message {
  margin: clamp(60px, 9vh, 120px) 0;
  max-width: 760px;
}

.age-landing-summary {
  color: #55534d;
  font-family: var(--serif);
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.6;
  margin: 30px 0 34px;
  max-width: 650px;
}

.entry-legal-notice {
  background: rgba(202, 164, 92, 0.09);
  border: 1px solid rgba(139, 107, 51, 0.28);
  margin: 0 0 22px;
  padding: 17px 18px 12px;
}

.entry-legal-notice > strong,
.entry-consents legend {
  color: var(--gold-dark);
  display: block;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.16em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.entry-legal-notice p {
  color: #59564f;
  font-size: 12px;
  line-height: 1.55;
  margin: 0 0 7px;
}

.entry-legal-notice b {
  color: var(--ink);
  font-weight: 700;
}

.entry-consents {
  border: 0;
  border-top: 1px solid var(--line-dark);
  margin: 0 0 26px;
  padding: 0;
}

.entry-consents legend {
  padding: 15px 0 0;
}

.entry-consents label {
  align-items: start;
  border-bottom: 1px solid var(--line-dark);
  display: grid;
  gap: 14px;
  grid-template-columns: 18px 1fr;
  padding: 13px 0;
  position: relative;
}

.entry-consents input {
  height: 18px;
  opacity: 0;
  position: absolute;
  width: 18px;
}

.entry-consents label > span {
  border: 1px solid #858176;
  display: block;
  height: 18px;
  position: relative;
  width: 18px;
}

.entry-consents input:checked + span {
  background: var(--gold);
  border-color: var(--gold-dark);
}

.entry-consents input:checked + span::after {
  border-bottom: 1px solid var(--ink);
  border-right: 1px solid var(--ink);
  content: "";
  height: 8px;
  left: 6px;
  position: absolute;
  top: 3px;
  transform: rotate(42deg);
  width: 4px;
}

.entry-consents input:focus-visible + span {
  outline: 2px solid var(--gold-dark);
  outline-offset: 3px;
}

.entry-consents p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  margin: 0;
  max-width: 590px;
}

.entry-consents a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.age-landing-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.age-landing-actions > a {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.age-landing-actions .button:disabled {
  cursor: not-allowed;
  filter: grayscale(0.72);
  opacity: 0.48;
}

.age-landing-copy footer {
  border-top: 1px solid var(--line-dark);
  color: var(--muted);
  display: flex;
  font-size: 9px;
  justify-content: space-between;
  letter-spacing: 0.08em;
  padding-top: 16px;
  text-transform: uppercase;
}

.search-overlay {
  background: rgba(8, 8, 8, 0.98);
  color: var(--white);
  inset: 0;
  overflow-y: auto;
  padding: clamp(70px, 10vw, 150px) clamp(24px, 12vw, 190px);
  position: fixed;
  z-index: 160;
}

.search-shell {
  margin: 0 auto;
  max-width: 1050px;
}

.search-shell > label {
  align-items: center;
  border-bottom: 1px solid rgba(255, 253, 248, 0.5);
  display: flex;
  gap: 22px;
  margin-bottom: 12px;
  padding: 10px 3px 17px;
}

.search-shell > label input {
  background: transparent;
  border: 0;
  color: var(--white);
  flex: 1;
  font-family: var(--serif);
  font-size: clamp(27px, 4vw, 50px);
  outline: none;
}

.search-shell > label input::placeholder {
  color: rgba(255, 253, 248, 0.3);
}

.search-shell > span {
  color: rgba(255, 253, 248, 0.4);
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.search-results {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 34px;
}

.search-results button {
  align-items: center;
  background: #10100f;
  color: var(--white);
  display: grid;
  gap: 18px;
  grid-template-columns: 78px 1fr auto;
  padding: 13px;
  text-align: left;
}

.search-results button:hover {
  background: #191814;
}

.search-results img {
  height: 78px;
  object-fit: cover;
  width: 78px;
}

.search-results button > span {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.search-results small {
  color: var(--gold);
  font-size: 7px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.search-results strong,
.search-results em {
  font-family: var(--serif);
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
}

.modal-backdrop,
.drawer-backdrop {
  align-items: center;
  background: rgba(8, 8, 8, 0.79);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 22px;
  position: fixed;
  z-index: 150;
}

.modal-dismiss {
  background: transparent;
  inset: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}

.modal-close {
  background: transparent;
  color: var(--ink);
  font-family: Arial, sans-serif;
  font-size: 31px;
  font-weight: 200;
  height: 42px;
  line-height: 1;
  padding: 3px;
  position: absolute;
  right: 18px;
  top: 15px;
  width: 42px;
  z-index: 4;
}

.modal-close.light {
  color: var(--white);
  position: fixed;
}

.access-gate {
  background:
    radial-gradient(circle at 100% 0, rgba(202, 164, 92, 0.19), transparent 20rem),
    var(--paper);
  border-top: 4px solid var(--gold);
  max-height: calc(100svh - 44px);
  max-width: 720px;
  overflow: auto;
  padding: clamp(42px, 6vw, 78px);
  position: relative;
  width: 100%;
}

.access-gate-number {
  color: var(--gold-dark);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
  position: absolute;
  right: 72px;
  top: 29px;
}

.access-gate > .brand-mark {
  margin-bottom: 31px;
}

.access-gate h2 {
  font-family: var(--serif);
  font-size: clamp(42px, 5.2vw, 70px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.94;
  margin: 10px 0 24px;
}

.access-gate h2 em {
  color: var(--gold-dark);
  font-weight: 400;
}

.access-gate > p:not(.eyebrow) {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.55;
  max-width: 570px;
}

.access-gate ol {
  border-bottom: 1px solid var(--line-dark);
  border-top: 1px solid var(--line-dark);
  list-style: none;
  margin: 31px 0;
  padding: 0;
}

.access-gate li {
  align-items: center;
  border-bottom: 1px solid var(--line-dark);
  display: grid;
  gap: 18px;
  grid-template-columns: 34px 1fr;
  padding: 15px 0;
}

.access-gate li:last-child {
  border-bottom: 0;
}

.access-gate li span {
  color: var(--gold-dark);
  font-family: var(--serif);
  font-size: 17px;
}

.access-gate li strong {
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.access-gate > small {
  color: var(--muted);
  display: block;
  font-size: 8px;
  letter-spacing: 0.06em;
  line-height: 1.55;
  margin-top: 18px;
  text-transform: uppercase;
}

.item-modal {
  background: var(--paper);
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(380px, 1.1fr);
  max-height: min(850px, calc(100vh - 44px));
  max-width: 1020px;
  overflow: auto;
  position: relative;
  width: 100%;
}

.item-modal-image {
  min-height: 620px;
  position: relative;
}

.item-modal-image > img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.item-modal-image.digital::after {
  background: linear-gradient(0deg, rgba(8, 8, 8, 0.95), rgba(8, 8, 8, 0.06) 72%);
  content: "";
  inset: 0;
  position: absolute;
}

.modal-book-title {
  bottom: 50px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  left: 38px;
  position: absolute;
  right: 35px;
  z-index: 2;
}

.modal-book-title span,
.modal-book-title em {
  color: var(--gold-light);
  font-size: 7px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.modal-book-title strong {
  font-family: var(--serif);
  font-size: 50px;
  font-weight: 400;
  line-height: 0.95;
  margin: 13px 0 21px;
}

.item-modal-copy {
  align-self: center;
  padding: clamp(45px, 5.5vw, 80px);
}

.item-modal-copy h2 {
  font-family: var(--serif);
  font-size: clamp(40px, 4vw, 61px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.98;
  margin: 0;
}

.modal-price {
  color: var(--gold-dark);
  display: block;
  font-family: var(--serif);
  font-size: 24px;
  margin: 17px 0 26px;
}

.item-modal-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.6;
}

.condition-copy,
.preview-copy {
  border-bottom: 1px solid var(--line-dark);
  border-top: 1px solid var(--line-dark);
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 28px 0;
  padding: 20px 0;
}

.condition-copy span,
.preview-copy > span {
  color: var(--gold-dark);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.condition-copy strong {
  font-size: 11px;
  font-weight: 500;
}

.preview-copy p {
  font-family: var(--serif);
  font-size: 15px;
  font-style: italic;
  line-height: 1.55;
  margin: 0;
}

.modal-actions {
  display: flex;
  gap: 12px;
}

.favorite.wide {
  border: 1px solid var(--line-dark);
  font-size: 10px;
  min-width: 90px;
  padding: 0 13px;
}

.item-modal-copy > small {
  color: var(--muted);
  display: block;
  font-size: 8px;
  line-height: 1.5;
  margin-top: 16px;
}

.membership-modal {
  background: var(--paper);
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  max-width: 900px;
  min-height: 470px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.membership-modal-head {
  background:
    radial-gradient(circle at 30% 20%, rgba(202, 164, 92, 0.28), transparent 15rem),
    var(--black);
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 55px;
}

.membership-modal h2 {
  font-size: 58px;
}

.membership-modal-head > span {
  color: rgba(255, 253, 248, 0.52);
  margin-top: 17px;
}

.membership-modal-head strong {
  color: var(--gold-light);
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
}

.membership-enrollment {
  align-self: center;
  padding: 55px;
}

.membership-enrollment > p {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 24px;
}

.membership-enrollment ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.membership-enrollment li {
  align-items: center;
  color: #4e4c46;
  display: flex;
  font-size: 12px;
  gap: 10px;
  line-height: 1.45;
}

.membership-enrollment li span {
  color: var(--gold-dark);
}

.membership-enrollment > small {
  color: var(--muted);
  display: block;
  font-size: 10px;
  line-height: 1.5;
  margin-top: 14px;
}

.drawer-backdrop {
  align-items: stretch;
  justify-content: flex-end;
  padding: 0;
}

.cart-drawer {
  background: var(--paper);
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 520px;
  position: relative;
  width: 100%;
}

.cart-drawer > header {
  align-items: center;
  border-bottom: 1px solid var(--line-dark);
  display: flex;
  justify-content: space-between;
  min-height: 113px;
  padding: 24px 34px;
  position: relative;
}

.cart-drawer > header .eyebrow {
  margin-bottom: 7px;
}

.cart-drawer > header h2 {
  font-family: var(--serif);
  font-size: 37px;
  font-weight: 400;
  margin: 0;
}

.cart-drawer > header h2 span {
  color: var(--gold-dark);
  font-size: 20px;
}

.cart-drawer > header .modal-close {
  position: static;
}

.cart-list {
  flex: 1;
  overflow-y: auto;
  padding: 13px 34px;
}

.cart-list article {
  border-bottom: 1px solid var(--line-dark);
  display: grid;
  gap: 18px;
  grid-template-columns: 102px 1fr;
  padding: 19px 0;
}

.cart-list article img {
  height: 124px;
  object-fit: cover;
  width: 102px;
}

.cart-list article > div {
  display: flex;
  flex-direction: column;
}

.cart-list article span {
  color: var(--gold-dark);
  font-size: 7px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cart-list article h3 {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
  margin: 8px 0 10px;
}

.cart-list article strong {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 400;
}

.cart-list article button {
  align-self: flex-start;
  background: transparent;
  color: var(--muted);
  font-size: 8px;
  margin-top: auto;
  padding: 5px 0;
  text-decoration: underline;
}

.empty-cart {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  text-align: center;
}

.empty-cart .brand-mark {
  margin: 0 0 24px;
}

.empty-cart h3 {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  margin: 0;
}

.empty-cart p {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.5;
  margin: 14px 0 25px;
  max-width: 280px;
}

.cart-summary {
  background: var(--paper-deep);
  border-top: 1px solid var(--line-dark);
  padding: 25px 34px 29px;
}

.cart-summary > div {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.cart-summary > div span {
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cart-summary > div strong {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
}

.cart-summary > p {
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5;
  margin: 11px 0 18px;
}

.cart-summary .button {
  width: 100%;
}

.cart-summary > small {
  color: var(--muted);
  display: block;
  font-size: 7px;
  margin-top: 12px;
  text-align: center;
  text-transform: uppercase;
}

.checkout-error {
  color: #9d2d2d !important;
  font-weight: 650;
  text-align: center;
}

/* Authenticated account page */
.account-page {
  background: var(--paper);
  min-height: 100vh;
}

.account-header {
  align-items: center;
  background: var(--black);
  color: var(--white);
  display: flex;
  height: 78px;
  justify-content: space-between;
  padding: 0 clamp(24px, 6vw, 90px);
}

.account-wordmark {
  align-items: center;
  display: flex;
  gap: 12px;
  text-decoration: none;
}

.account-brand-mark {
  align-items: center;
  border: 1px solid rgba(255, 253, 248, 0.55);
  display: flex;
  height: 35px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 35px;
}

.account-brand-mark::after {
  border: 1px solid var(--gold);
  border-radius: 50%;
  content: "";
  height: 19px;
  position: absolute;
  right: 3px;
  width: 19px;
}

.account-brand-mark b,
.account-brand-mark em {
  font-family: var(--serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: absolute;
}

.account-brand-mark b {
  font-size: 17px;
  left: 4px;
  top: 8px;
}

.account-brand-mark em {
  color: var(--gold);
  font-size: 13px;
  right: 6px;
  top: 10px;
  z-index: 2;
}

.account-brand-mark i {
  background: var(--gold);
  height: 1px;
  transform: rotate(-32deg);
  width: 42px;
}

.account-brand-type {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.account-brand-type strong {
  font-size: 11px;
  letter-spacing: 0.16em;
}

.account-brand-type strong em {
  color: var(--gold);
  font-family: var(--serif);
  font-style: normal;
  font-weight: 400;
}

.account-brand-type small {
  color: rgba(255, 253, 248, 0.4);
  font-size: 5px;
  font-weight: 700;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

.account-header nav {
  display: flex;
  gap: 26px;
}

.account-header nav a {
  color: rgba(255, 253, 248, 0.65);
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.account-shell {
  padding: clamp(68px, 8vw, 120px) clamp(24px, 7vw, 112px);
}

.account-intro h1 {
  font-family: var(--serif);
  font-size: clamp(54px, 6vw, 92px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.9;
  margin: 0;
}

.account-intro h1 em {
  color: var(--gold-dark);
  font-weight: 400;
}

.account-intro > p:not(.eyebrow) {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.6;
  max-width: 580px;
}

.account-stats {
  display: flex;
  gap: 35px;
  margin: 28px 0 70px;
}

.account-stats span {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.account-stats strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
  margin-right: 8px;
}

.purchase-history-heading {
  align-items: end;
  border-bottom: 1px solid var(--line-dark);
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
}

.purchase-history-heading h2 {
  font-family: var(--serif);
  font-size: 37px;
  font-weight: 400;
  margin: 0;
}

.purchase-history-heading > span {
  color: var(--muted);
  font-size: 9px;
}

.order-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 26px;
}

.order-card {
  background: var(--white);
  border: 1px solid var(--line-dark);
}

.order-card > header {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  padding: 21px 25px;
}

.order-card > header div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.order-card > header span {
  color: var(--muted);
  font-size: 7px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.order-card > header strong {
  font-size: 10px;
}

.order-status {
  color: var(--gold-dark);
  text-transform: capitalize;
}

.order-items {
  border-top: 1px solid var(--line-dark);
}

.order-item {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 110px 1fr auto;
  padding: 20px 25px;
}

.order-item > img {
  height: 110px;
  object-fit: cover;
  width: 110px;
}

.order-item-copy p,
.ordered-model span {
  color: var(--gold-dark);
  font-size: 7px;
  letter-spacing: 0.1em;
  margin: 0;
  text-transform: uppercase;
}

.order-item-copy h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  margin: 7px 0;
}

.order-item-copy > strong {
  font-family: var(--serif);
  font-weight: 400;
}

.ordered-model {
  align-items: center;
  display: flex;
  gap: 10px;
}

.ordered-model img {
  border-radius: 50%;
  height: 42px;
  object-fit: cover;
  width: 42px;
}

.ordered-model > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.ordered-model strong {
  font-size: 10px;
}

.account-empty {
  align-items: center;
  border: 1px solid var(--line-dark);
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  padding: 70px 25px;
  text-align: center;
}

.account-empty > span {
  color: var(--gold);
  font-size: 25px;
}

.account-empty h1,
.account-empty h3 {
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 400;
  margin: 18px 0 8px;
}

.account-empty p {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.6;
  max-width: 500px;
}

.account-empty a {
  background: var(--ink);
  color: var(--white);
  font-size: 8px;
  letter-spacing: 0.12em;
  margin-top: 13px;
  padding: 16px 21px;
  text-decoration: none;
  text-transform: uppercase;
}

.local-signin-page {
  min-height: 100svh;
}

.local-signin-shell {
  margin: 0 auto;
  max-width: 920px;
}

.local-signin-shell .account-empty {
  background: var(--white);
  margin-top: 0;
}

.local-signin-shell .eyebrow {
  margin: 14px 0 0;
}

.identity-account-page {
  background: var(--black);
}

.identity-shell {
  background: var(--paper);
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(520px, 1.08fr);
  min-height: calc(100svh - 78px);
}

.identity-visual {
  background: var(--black);
  overflow: hidden;
  position: relative;
}

.identity-visual::after {
  background: linear-gradient(180deg, transparent 50%, rgba(8, 8, 8, 0.78));
  content: "";
  inset: 0;
  position: absolute;
}

.identity-visual > img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.identity-seal {
  align-items: center;
  background: rgba(8, 8, 8, 0.8);
  border: 1px solid rgba(255, 253, 248, 0.45);
  border-radius: 50%;
  bottom: 44px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  height: 148px;
  justify-content: center;
  position: absolute;
  right: 44px;
  width: 148px;
  z-index: 1;
}

.identity-seal span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 44px;
  line-height: 0.85;
}

.identity-seal small {
  font-size: 6px;
  letter-spacing: 0.15em;
  margin-top: 11px;
  text-transform: uppercase;
}

.identity-copy {
  align-self: center;
  max-width: 780px;
  padding: clamp(58px, 7vw, 115px);
}

.identity-copy h1 {
  font-family: var(--serif);
  font-size: clamp(52px, 5.2vw, 84px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.92;
  margin: 0;
}

.identity-summary {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 17px;
  line-height: 1.6;
  margin: 26px 0 30px;
  max-width: 650px;
}

.identity-steps {
  border-top: 1px solid var(--line-dark);
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
}

.identity-steps li {
  align-items: start;
  border-bottom: 1px solid var(--line-dark);
  display: grid;
  gap: 14px;
  grid-template-columns: 35px 1fr;
  padding: 14px 0;
}

.identity-steps li > span {
  color: var(--gold-dark);
  font-size: 7px;
  letter-spacing: 0.12em;
  padding-top: 3px;
}

.identity-steps strong {
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.identity-steps p {
  color: var(--muted);
  font-size: 9px;
  line-height: 1.55;
  margin: 5px 0 0;
  max-width: 570px;
}

.identity-notice,
.identity-error {
  background: rgba(202, 164, 92, 0.11);
  border-left: 2px solid var(--gold);
  color: #5c4a28;
  font-size: 9px;
  line-height: 1.55;
  margin: 0 0 22px;
  max-width: 620px;
  padding: 12px 14px;
}

.identity-error {
  background: rgba(157, 45, 45, 0.08);
  border-left-color: #9d2d2d;
  color: #7d2222;
  margin-top: 15px;
}

.identity-copy .button:disabled {
  cursor: not-allowed;
  filter: grayscale(0.75);
  opacity: 0.52;
}

.identity-refresh {
  background: transparent;
  border: 1px solid var(--ink);
  font-size: 8px;
  letter-spacing: 0.12em;
  padding: 16px 20px;
  text-transform: uppercase;
}

.identity-privacy {
  color: var(--muted);
  display: block;
  font-size: 7px;
  line-height: 1.6;
  margin-top: 18px;
  max-width: 610px;
}

.identity-privacy a {
  color: var(--ink);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Legal documents */
.legal-page {
  background: var(--paper);
  color: var(--ink);
  min-height: 100svh;
}

.legal-header {
  align-items: center;
  background: var(--black);
  color: var(--white);
  display: flex;
  height: 78px;
  justify-content: space-between;
  padding: 0 clamp(24px, 6vw, 90px);
}

.legal-header > a:last-child {
  color: rgba(255, 253, 248, 0.68);
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.32fr) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1440px;
  padding: clamp(65px, 8vw, 120px) clamp(24px, 7vw, 110px);
}

.legal-index {
  align-self: start;
  border-right: 1px solid var(--line-dark);
  min-height: 500px;
  padding-right: clamp(28px, 4vw, 62px);
  position: sticky;
  top: 35px;
}

.legal-index > p {
  color: var(--gold-dark);
  font-size: 7px;
  font-weight: 750;
  letter-spacing: 0.16em;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.legal-index nav {
  display: flex;
  flex-direction: column;
}

.legal-index nav a {
  border-top: 1px solid var(--line-dark);
  color: var(--muted);
  display: grid;
  font-family: var(--serif);
  font-size: 15px;
  gap: 10px;
  grid-template-columns: 28px 1fr;
  line-height: 1.35;
  padding: 16px 0;
  text-decoration: none;
}

.legal-index nav a:last-child {
  border-bottom: 1px solid var(--line-dark);
}

.legal-index nav a.active {
  color: var(--ink);
}

.legal-index nav span {
  color: var(--gold-dark);
  font-family: var(--sans);
  font-size: 7px;
  padding-top: 5px;
}

.legal-index > small {
  color: var(--muted);
  display: block;
  font-size: 7px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: 28px;
  text-transform: uppercase;
}

.legal-document {
  max-width: 900px;
  padding-left: clamp(40px, 7vw, 110px);
}

.legal-document > header {
  border-bottom: 1px solid var(--line-dark);
  margin-bottom: 18px;
  padding-bottom: clamp(45px, 6vw, 80px);
}

.legal-document h1 {
  font-family: var(--serif);
  font-size: clamp(58px, 7vw, 104px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.88;
  margin: 0;
}

.legal-document > header > p:last-child {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.6;
  margin: 30px 0 0;
  max-width: 760px;
}

.legal-body section {
  border-bottom: 1px solid var(--line-dark);
  padding: 30px 0;
}

.legal-body section.legal-highlight {
  background: rgba(202, 164, 92, 0.09);
  border: 1px solid rgba(139, 107, 51, 0.28);
  margin: 30px 0 0;
  padding: 26px 28px;
}

.legal-body h2 {
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
  margin: 0 0 13px;
}

.legal-body p,
.legal-body li {
  color: #5c5951;
  font-size: 13px;
  line-height: 1.75;
}

.legal-body p {
  margin: 0;
}

.legal-body p + p {
  margin-top: 13px;
}

.legal-body ul {
  margin: 0;
  padding-left: 19px;
}

.legal-body li + li {
  margin-top: 8px;
}

.legal-body strong {
  color: var(--ink);
}

.legal-body a {
  color: var(--gold-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-footer {
  align-items: center;
  background: var(--black);
  color: rgba(255, 253, 248, 0.45);
  display: flex;
  font-size: 7px;
  justify-content: space-between;
  letter-spacing: 0.1em;
  padding: 24px clamp(24px, 6vw, 90px);
  text-transform: uppercase;
}

.legal-footer a {
  color: rgba(255, 253, 248, 0.7);
}

@media (max-width: 1100px) {
  .desktop-nav {
    gap: 22px;
  }

  .hero {
    grid-template-columns: 1fr 0.95fr;
    padding-left: 50px;
  }

  .hero-rail {
    display: none;
  }

  .hero h1 {
    font-size: 74px;
  }

  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-strip > div:nth-child(3) {
    border-left: 1px solid var(--line-dark);
  }

  .trust-strip > div {
    border-bottom: 1px solid var(--line-dark);
  }

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

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

  .locked-catalog-card.digital {
    grid-column: span 1;
  }

  .ebook-meta > span {
    min-height: 64px;
  }

  .footer-main {
    grid-template-columns: 1.2fr 0.6fr 0.6fr;
  }

  .footer-disclaimer {
    border-left: 0;
    border-top: 1px solid var(--line-light);
    grid-column: 1 / -1;
    padding: 25px 0 0;
  }
}

@media (min-width: 901px) and (max-height: 820px) {
  .age-landing-copy {
    padding-block: 26px;
  }

  .age-landing-message {
    margin: 24px 0;
  }

  .age-landing-copy h1 {
    font-size: clamp(64px, 6vw, 80px);
    line-height: 0.84;
  }

  .age-landing-summary {
    font-size: 16px;
    line-height: 1.45;
    margin: 16px 0 18px;
  }

  .entry-legal-notice {
    margin-bottom: 14px;
    padding: 12px 14px 8px;
  }

  .entry-legal-notice p {
    line-height: 1.4;
    margin-bottom: 4px;
  }

  .entry-consents {
    margin-bottom: 16px;
  }

  .entry-consents legend {
    margin-bottom: 4px;
    padding-top: 10px;
  }

  .entry-consents label {
    padding: 9px 0;
  }

  .access-gate {
    padding: 34px 52px 30px;
  }

  .access-gate > .brand-mark {
    margin-bottom: 18px;
  }

  .access-gate h2 {
    font-size: clamp(42px, 4vw, 54px);
    margin: 8px 0 14px;
  }

  .access-gate > p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.45;
    margin: 0;
  }

  .access-gate ol {
    margin: 16px 0;
  }

  .access-gate li {
    padding: 10px 0;
  }

  .access-gate > small {
    margin-top: 12px;
  }
}

@media (max-width: 900px) {
  .top-note span:last-child,
  .desktop-nav,
  .account-link {
    display: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .header-actions {
    gap: 12px;
  }

  .menu-button {
    display: block;
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .mobile-menu button,
  .mobile-menu a {
    background: transparent;
    border-bottom: 1px solid var(--line-dark);
    font-family: var(--serif);
    font-size: 22px;
    padding: 14px 0;
    text-align: left;
    text-decoration: none;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .hero-copy {
    padding: 75px 30px 62px;
  }

  .hero h1 {
    font-size: clamp(62px, 17vw, 94px);
  }

  .hero-visual {
    min-height: 690px;
  }

  .experience-nav {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-heading,
  .membership-intro,
  .faq-section,
  .contact-section,
  .newsletter-section {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 25px;
  }

  .membership-promise {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .tier-grid {
    grid-template-columns: 1fr;
  }

  .tier-card {
    min-height: 0;
  }

  .tier-card.featured {
    transform: none;
  }

  .about-section {
    grid-template-columns: 1fr;
  }

  .about-collage {
    min-height: 650px;
  }

  .about-copy {
    min-height: 650px;
  }

  .standards-grid {
    grid-template-columns: 1fr;
  }

  .standards-grid article {
    min-height: 280px;
  }

  .faq-heading {
    position: static;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-main > div:first-child {
    grid-column: 1 / -1;
  }

  .age-landing {
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
  }

  .identity-shell {
    grid-template-columns: 0.75fr 1.25fr;
  }

  .identity-copy {
    padding: 58px 42px;
  }

  .legal-layout {
    grid-template-columns: 190px 1fr;
  }

  .legal-document {
    padding-left: 45px;
  }

  .search-results {
    grid-template-columns: 1fr;
  }

  .item-modal,
  .membership-modal {
    grid-template-columns: 1fr;
  }

  .item-modal-image {
    min-height: 460px;
  }

  .membership-modal-head {
    padding: 45px;
  }

  .membership-enrollment {
    padding: 45px;
  }
}

@media (max-width: 600px) {
  .top-note {
    height: 26px;
    justify-content: center;
  }

  .site-header {
    height: 70px;
  }

  #home,
  #shop,
  #memberships,
  #ebooks,
  #about,
  #faq,
  #contact {
    scroll-margin-top: 70px;
  }

  .brand-mark {
    height: 33px;
    margin-right: 9px;
    width: 33px;
  }

  .brand-mark::after {
    height: 18px;
    width: 18px;
  }

  .brand-mark b {
    font-size: 17px;
    left: 4px;
    top: 8px;
  }

  .brand-mark em {
    font-size: 13px;
    right: 6px;
    top: 10px;
  }

  .brand-type > span {
    font-size: 10px;
  }

  .brand-type > em {
    font-size: 14px;
  }

  .brand-type > small {
    display: none;
  }

  .search-button {
    display: none;
  }

  .hero-copy {
    padding: 68px 23px 55px;
  }

  .hero-description {
    margin: 28px 0;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-stats {
    gap: 12px;
    margin-top: 42px;
  }

  .hero-stats strong {
    font-size: 18px;
  }

  .hero-stats span {
    font-size: 7px;
  }

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

  .hero-card {
    bottom: 20px;
    left: 20px;
    min-width: calc(100% - 40px);
  }

  .experience-nav {
    grid-template-columns: 1fr;
    padding: 0 22px;
  }

  .experience-nav button,
  .experience-nav button:first-child {
    border-left: 1px solid rgba(17, 17, 15, 0.24);
    min-height: 82px;
  }

  .content-section,
  .membership-section,
  .ebook-section,
  .standards-section,
  .faq-section,
  .contact-section {
    padding-left: 22px;
    padding-right: 22px;
  }

  .section-heading h2,
  .membership-intro h2,
  .standards-heading h2,
  .faq-heading h2,
  .contact-copy h2 {
    font-size: 50px;
  }

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

  .catalog-access-banner {
    align-items: flex-start;
    flex-direction: column;
  }

  .catalog-access-banner button {
    width: 100%;
  }

  .product-grid {
    row-gap: 40px;
  }

  .product-image {
    aspect-ratio: 0.9;
  }

  .ebook-meta > span {
    min-height: 0;
  }

  .about-collage {
    min-height: 540px;
  }

  .about-main-image {
    width: 88%;
  }

  .about-small-image {
    bottom: 26px;
    height: 38%;
    right: 2%;
  }

  .about-copy {
    min-height: 0;
    padding: 75px 24px;
  }

  .about-values {
    gap: 16px;
    grid-template-columns: 1fr;
  }

  .about-values div {
    flex-direction: row;
  }

  .faq-answer p {
    margin-left: 0;
    margin-right: 35px;
  }

  .contact-section {
    gap: 65px;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    padding: 0 22px;
  }

  .trust-strip > div,
  .trust-strip > div:nth-child(3) {
    border-left: 1px solid var(--line-dark);
    min-height: 0;
  }

  .newsletter-section {
    gap: 32px;
    padding: 50px 22px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 9px;
  }

  .age-landing {
    display: block;
  }

  .age-landing-image {
    min-height: 36svh;
  }

  .age-landing-seal {
    height: 88px;
    right: 20px;
    top: 20px;
    width: 88px;
  }

  .age-landing-seal strong {
    font-size: 30px;
  }

  .age-landing-copy {
    min-height: 64svh;
    padding: 28px 22px 24px;
  }

  .age-landing-copy h1 {
    font-size: clamp(58px, 18vw, 78px);
  }

  .age-landing-message {
    margin: 55px 0;
  }

  .age-landing-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .age-landing-copy footer {
    flex-direction: column;
    gap: 8px;
  }

  .identity-shell {
    display: block;
  }

  .identity-visual {
    min-height: 36svh;
  }

  .identity-seal {
    bottom: 20px;
    height: 92px;
    right: 20px;
    width: 92px;
  }

  .identity-seal span {
    font-size: 31px;
  }

  .identity-copy {
    padding: 58px 22px 70px;
  }

  .identity-copy h1 {
    font-size: 52px;
  }

  .legal-layout {
    display: block;
    padding: 55px 22px 75px;
  }

  .legal-index {
    border-bottom: 1px solid var(--line-dark);
    border-right: 0;
    min-height: 0;
    padding: 0 0 35px;
    position: static;
  }

  .legal-index nav a {
    font-size: 14px;
  }

  .legal-document {
    padding: 55px 0 0;
  }

  .legal-document h1 {
    font-size: 57px;
  }

  .legal-body section.legal-highlight {
    padding: 23px 20px;
  }

  .legal-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  .search-overlay {
    padding: 80px 22px;
  }

  .search-results button {
    grid-template-columns: 65px 1fr auto;
  }

  .search-results img {
    height: 65px;
    width: 65px;
  }

  .modal-backdrop {
    align-items: flex-end;
    padding: 0;
  }

  .access-gate {
    border-top-width: 3px;
    max-height: 95svh;
    padding: 45px 23px 32px;
  }

  .access-gate-number {
    left: 23px;
    right: auto;
    top: 21px;
  }

  .access-gate .modal-close {
    right: 9px;
    top: 8px;
  }

  .item-modal {
    max-height: 95svh;
  }

  .item-modal-image {
    min-height: 370px;
  }

  .item-modal-copy {
    padding: 40px 24px 35px;
  }

  .modal-book-title {
    bottom: 35px;
    left: 25px;
  }

  .modal-book-title strong {
    font-size: 40px;
  }

  .membership-modal {
    max-height: 95svh;
    overflow-y: auto;
  }

  .membership-modal-head,
  .membership-enrollment {
    padding: 37px 26px;
  }

  .membership-modal h2 {
    font-size: 48px;
  }

  .cart-drawer {
    max-width: 100%;
  }

  .cart-drawer > header,
  .cart-list,
  .cart-summary {
    padding-left: 22px;
    padding-right: 22px;
  }

  .account-header {
    padding: 0 18px;
  }

  .account-header nav a:first-child {
    display: none;
  }

  .order-card > header {
    grid-template-columns: repeat(2, 1fr);
  }

  .order-item {
    grid-template-columns: 82px 1fr;
  }

  .order-item > img {
    height: 90px;
    width: 82px;
  }

  .ordered-model {
    grid-column: 2;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* WordPress navigation and linked controls */
.desktop-nav > ul {
  align-items: center;
  display: flex;
  gap: clamp(24px, 3vw, 52px);
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.desktop-nav a,
.mobile-menu a {
  text-decoration: none;
}

.desktop-nav a {
  color: rgba(17, 17, 15, 0.68);
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.13em;
  padding: 9px 0;
  text-transform: uppercase;
  transition: color 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav .current-menu-item > a {
  color: var(--gold-dark);
}

.button,
.text-link,
.hero-card a,
.hero-rail-feature,
.experience-nav a,
.product-image,
.book-cover,
.product-actions a,
.ebook-meta a,
.catalog-access-banner > a,
.release-actions > a {
  text-decoration: none;
}

.text-link {
  display: inline-block;
  width: max-content;
}

.hero-card a {
  align-self: flex-start;
  border-bottom: 1px solid rgba(255, 253, 248, 0.45);
  color: var(--white);
  font-size: 9px;
  letter-spacing: 0.12em;
  padding: 0 0 7px;
  text-transform: uppercase;
}

.hero-rail-feature {
  box-sizing: border-box;
}

.experience-nav a {
  align-items: center;
  background: transparent;
  border-right: 1px solid rgba(17, 17, 15, 0.24);
  color: var(--ink);
  display: grid;
  gap: 5px 20px;
  grid-template-columns: 1fr auto;
  min-height: 96px;
  padding: 20px clamp(15px, 2.4vw, 35px);
  text-align: left;
  transition: background 180ms ease;
}

.experience-nav a:first-child {
  border-left: 1px solid rgba(17, 17, 15, 0.24);
}

.experience-nav a:hover {
  background: rgba(255, 253, 248, 0.22);
}

.experience-nav a span {
  font-size: 7px;
  font-weight: 800;
  grid-column: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.experience-nav a strong {
  font-family: var(--serif);
  font-size: clamp(18px, 1.8vw, 27px);
  font-weight: 400;
  grid-column: 1;
}

.experience-nav a i {
  font-size: 18px;
  font-style: normal;
  grid-column: 2;
  grid-row: 1 / 3;
}

.catalog-access-banner > a {
  border: 1px solid rgba(202, 164, 92, 0.7);
  color: var(--gold-light);
  flex: 0 0 auto;
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.13em;
  min-height: 45px;
  padding: 15px 18px;
  text-transform: uppercase;
}

.product-image,
.book-cover {
  display: block;
}

.product-actions > a:first-child {
  color: var(--ink);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.13em;
  padding: 8px 0;
  text-transform: uppercase;
}

.product-actions .favorite {
  color: var(--ink);
}

.ebook-meta > div a {
  color: var(--gold-dark);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.12em;
  padding: 7px 0;
  text-transform: uppercase;
}

.footer-wordmark,
.site-footer a {
  text-decoration: none;
}

/* Search dialog */
.wordpress-search-form {
  align-items: center;
  border-bottom: 1px solid rgba(255, 253, 248, 0.5);
  display: grid;
  gap: 22px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 10px 3px 17px;
}

.wordpress-search-form input {
  background: transparent;
  border: 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(27px, 4vw, 50px);
  min-width: 0;
  outline: none;
  width: 100%;
}

.wordpress-search-form input::placeholder {
  color: rgba(255, 253, 248, 0.3);
}

/* Standard WordPress content */
.wp-page-shell,
.wp-index-shell,
.woocommerce-page main#site-content {
  margin: 0 auto;
  max-width: 1240px;
  min-height: 60vh;
  padding: clamp(70px, 9vw, 130px) clamp(22px, 6vw, 90px);
}

.wp-page-shell > header,
.wp-index-shell > header {
  border-bottom: 1px solid var(--line-dark);
  margin-bottom: 45px;
  padding-bottom: 35px;
}

.wp-page-shell h1,
.wp-index-shell h1,
.woocommerce-page main#site-content > h1 {
  font-family: var(--serif);
  font-size: clamp(52px, 7vw, 96px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.95;
  margin: 0;
}

.wp-entry-content {
  color: #4f4c45;
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.75;
  max-width: 820px;
}

.wp-entry-content :where(h2, h3) {
  color: var(--ink);
  font-family: var(--serif);
  font-weight: 400;
}

.wp-post-card {
  border-bottom: 1px solid var(--line-dark);
  padding: 34px 0;
}

.wp-comments {
  border-top: 1px solid var(--line-dark);
  margin-top: 55px;
  padding-top: 35px;
}

.wp-comments h2,
.comment-reply-title {
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 400;
}

.comment-list {
  line-height: 1.6;
  padding-left: 24px;
}

.wp-post-card a {
  color: inherit;
  text-decoration-color: var(--gold-dark);
  text-underline-offset: 4px;
}

/* Legal WordPress templates */
.wp-legal-page .legal-layout {
  min-height: 70vh;
}

.wp-legal-page .legal-index {
  top: 82px;
}

/* WooCommerce baseline */
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering,
.woocommerce .product_meta,
.woocommerce .woocommerce-notices-wrapper {
  font-size: 12px;
}

.woocommerce ul.products {
  display: grid;
  gap: 42px 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product {
  float: none;
  margin: 0;
  width: auto;
}

.woocommerce ul.products li.product a img {
  aspect-ratio: 0.84;
  object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce div.product .product_title {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
}

.woocommerce ul.products li.product .price,
.woocommerce div.product p.price {
  color: var(--gold-dark);
  font-family: var(--serif);
}

.woocommerce :where(a.button, button.button, input.button, #respond input#submit) {
  background: var(--ink);
  border-radius: 0;
  color: var(--white);
  font-size: 10px;
  letter-spacing: 0.1em;
  padding: 15px 20px;
  text-transform: uppercase;
}

.woocommerce :where(a.button, button.button, input.button, #respond input#submit):hover {
  background: var(--gold-dark);
  color: var(--white);
}

.woocommerce :where(input.input-text, textarea, select) {
  background: var(--white);
  border: 1px solid var(--line-dark);
  border-radius: 0;
  min-height: 46px;
  padding: 10px 12px;
}

.woocommerce-message,
.woocommerce-info {
  border-top-color: var(--gold-dark);
}

.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--gold-dark);
}

.nursesonly-wordpress.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  .nursesonly-wordpress.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 900px) {
  .desktop-nav > ul {
    display: none;
  }

  .experience-nav a {
    min-height: 88px;
  }

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

@media (max-width: 600px) {
  .experience-nav {
    grid-template-columns: 1fr;
  }

  .experience-nav a,
  .experience-nav a:first-child {
    border-left: 1px solid rgba(17, 17, 15, 0.24);
    min-height: 82px;
  }

  .catalog-access-banner > a {
    text-align: center;
    width: 100%;
  }

  .wordpress-search-form {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .wordpress-search-form .button {
    grid-column: 1 / -1;
    width: 100%;
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}
