@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@500;600;700&family=Noto+Serif+TC:wght@400;500;600;700;800&display=swap");

:root {
  --night: #090403;
  --ink: #1b1311;
  --muted: #3f312b;
  --dark-text: #fff3d4;
  --dark-muted: rgba(255, 239, 205, 0.88);
  --velvet: #351017;
  --wine: #7a2330;
  --gold: #bd8d3e;
  --gold-soft: #e4c987;
  --paper: #efe0c4;
  --ivory: #f6ecd9;
  --line: rgba(48, 30, 24, 0.18);
  --line-dark: rgba(228, 201, 135, 0.18);
  --max: 1160px;
  --display: "Cinzel", "Noto Serif TC", "Songti TC", serif;
  --serif: "Noto Serif TC", "Songti TC", "PMingLiU", serif;
  --sans: "Noto Serif TC", "Microsoft JhengHei", serif;
}

/* Final homepage section direction overrides */
.dark-page .section:not(.alt) .beliefs {
  position: relative;
  isolation: isolate;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  min-height: clamp(260px, 25vw, 360px);
  padding: clamp(34px, 5vw, 62px);
  border: 0;
  background:
    linear-gradient(90deg, rgba(9, 4, 3, 0.94), rgba(9, 4, 3, 0.62) 48%, rgba(9, 4, 3, 0.92)),
    linear-gradient(to bottom, rgba(9, 4, 3, 0.2), rgba(9, 4, 3, 0.94)),
    url("assets/about-ethical-tarot.png") center 50% / cover no-repeat;
}

.dark-page .section:not(.alt) .belief {
  min-height: 0;
  padding: clamp(18px, 2.4vw, 28px);
  border: 0;
  background: transparent;
}

.dark-page .section:not(.alt) .belief::after,
.dark-page .section:not(.alt) .belief .mobile-note-art,
.dark-page .section:not(.alt) .belief span {
  display: none;
}

.dark-page .section:not(.alt) .belief h3 {
  margin-top: 0;
}

.dark-page .section:not(.alt) .belief p {
  max-width: 25em;
}

.dark-page .section:not(.alt) .split-notes {
  min-height: clamp(260px, 24vw, 340px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: none;
  gap: 0;
  padding: clamp(34px, 5vw, 60px) clamp(42px, 7vw, 92px);
  border: 0;
  background:
    linear-gradient(90deg, rgba(9, 4, 3, 0.94), rgba(9, 4, 3, 0.54) 48%, rgba(9, 4, 3, 0.9)),
    linear-gradient(to bottom, rgba(9, 4, 3, 0.12), rgba(9, 4, 3, 0.92)),
    url("assets/readers-presence.png") center 48% / cover no-repeat;
}

.dark-page .section:not(.alt) .split-notes::before,
.dark-page .section:not(.alt) .split-notes::after,
.dark-page .section:not(.alt) .split-notes .mobile-note-art,
.dark-page .section:not(.alt) .split-notes article::after {
  display: none;
}

.dark-page .section:not(.alt) .split-notes article,
.dark-page .section:not(.alt) .split-notes article:nth-child(2),
.dark-page .section:not(.alt) .split-notes .note-relationship {
  display: block;
  min-height: 0;
  padding: 0 clamp(20px, 3vw, 46px);
  border: 0;
  background: transparent;
}

.dark-page .section:not(.alt) .split-notes article::before {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 0 14px;
}

.dark-page .section:not(.alt) .split-notes h3 {
  margin-top: 0;
}

.dark-page .section:not(.alt) .split-notes p {
  max-width: 22em;
}

.section.alt:has(.journal-grid) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.section.alt:has(.journal-grid)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(234, 219, 188, 0.92), rgba(234, 219, 188, 0.68) 48%, rgba(234, 219, 188, 0.9)),
    linear-gradient(to bottom, rgba(234, 219, 188, 0.82), rgba(234, 219, 188, 0.92)),
    url("assets/journal-manuscript-table.png") center 52% / cover no-repeat;
  opacity: 0.72;
  pointer-events: none;
}

.section.alt:has(.journal-grid) .wrap {
  position: relative;
  z-index: 1;
}

.section.alt .journal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 64px);
  padding: clamp(28px, 4vw, 48px) 0;
  border-top: 1px solid rgba(48, 30, 24, 0.24);
  border-right: 0;
  border-bottom: 1px solid rgba(48, 30, 24, 0.24);
  border-left: 0;
  background: transparent;
}

.section.alt .journal-grid::before,
.section.alt .journal-card::before {
  display: none;
}

.section.alt .journal-card,
.section.alt .journal-card:first-child {
  min-height: 0;
  padding: 0;
  background: transparent;
}

@media (max-width: 900px) {
  .dark-page .section:not(.alt) .beliefs,
  .dark-page .section:not(.alt) .split-notes {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 28px 24px;
  }

  .dark-page .section:not(.alt) .belief,
  .dark-page .section:not(.alt) .split-notes article,
  .dark-page .section:not(.alt) .split-notes article:nth-child(2),
  .dark-page .section:not(.alt) .split-notes .note-relationship {
    padding: 18px 0;
  }
}

/* Frontend article reading */
.journal-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.journal-link h3,
.journal-link p {
  transition: color 180ms ease;
}

.journal-link:hover h3,
.journal-link:focus-visible h3 {
  color: var(--gold);
}

.read-more {
  display: inline-block;
  margin-top: 22px;
  color: var(--gold);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 1px solid currentColor;
}

.article-hero {
  min-height: 420px;
  display: flex;
  align-items: flex-end;
}

.article-read-section {
  background:
    linear-gradient(to bottom, rgba(246, 236, 217, 0.94), rgba(239, 224, 196, 0.96)),
    url("assets/journal-manuscript-table.png") center / cover no-repeat;
}

.article-read-layout {
  display: grid;
  grid-template-columns: minmax(160px, 0.22fr) minmax(0, 0.58fr) minmax(190px, 0.2fr);
  gap: clamp(28px, 4vw, 58px);
  align-items: start;
}

.article-content {
  color: var(--ink);
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 2;
}

.article-content > *:first-child {
  margin-top: 0;
}

.article-content p,
.article-content ul,
.article-content ol,
.article-content blockquote,
.article-content table,
.article-content figure {
  margin: 0 0 1.35em;
}

.article-content h2,
.article-content h3 {
  margin: 2.1em 0 0.65em;
  color: var(--ink);
  line-height: 1.35;
}

.article-content h2 {
  font-size: clamp(25px, 2.2vw, 34px);
}

.article-content h3 {
  font-size: clamp(21px, 1.7vw, 27px);
}

.article-content a {
  color: var(--wine);
  text-underline-offset: 4px;
}

.article-content img {
  display: block;
  width: min(100%, 760px);
  max-height: 560px;
  margin: 0 auto 1.4em;
  object-fit: contain;
}

.article-content blockquote {
  padding: 18px 0 18px 24px;
  border-left: 1px solid var(--gold);
  color: var(--muted);
}

.article-content table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.article-content th,
.article-content td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
}

.article-toc,
.article-side {
  position: sticky;
  top: 104px;
}

.article-toc {
  padding-left: 18px;
  border-left: 1px solid var(--line);
}

.article-toc h2 {
  margin: 0 0 16px;
  color: var(--gold);
  font-family: var(--display);
  font-size: 13px;
  text-transform: uppercase;
}

.article-toc a {
  display: block;
  margin: 0 0 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
}

.article-toc a:hover,
.article-toc a:focus-visible {
  color: var(--wine);
}

.article-toc .toc-child {
  padding-left: 14px;
}

.article-side {
  display: grid;
  gap: 22px;
}

.next-reading {
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.next-reading h3 {
  margin: 10px 0 14px;
  font-size: 22px;
}

.next-reading a {
  color: var(--wine);
  font-weight: 800;
  text-underline-offset: 4px;
}

.anchor-target {
  scroll-margin-top: 112px;
}

@media (max-width: 980px) {
  .article-read-layout {
    grid-template-columns: 1fr;
  }

  .article-toc,
  .article-side {
    position: static;
  }

  .article-toc {
    padding: 0 0 20px;
    border-left: 0;
    border-bottom: 1px solid var(--line);
  }

  .article-toc a {
    display: inline-block;
    margin: 0 18px 10px 0;
  }
}

@media (max-width: 640px) {
  .article-hero {
    min-height: 340px;
  }

  .article-read-section {
    padding-top: 42px;
  }

  .article-content {
    font-size: 16px;
    line-height: 1.9;
  }

  .article-content img {
    max-height: 430px;
  }
}

/* Article card alignment and journal pagination */
.journal-grid {
  align-items: stretch;
}

.journal-card {
  display: flex;
}

.journal-link {
  display: flex;
  min-height: 100%;
  flex: 1;
  flex-direction: column;
}

.journal-link p {
  margin-bottom: 0;
}

.journal-link .read-more {
  margin-top: auto;
  padding-top: 22px;
}

.journal-thumb {
  position: relative;
  height: clamp(150px, 16vw, 220px);
  margin: 0 0 24px;
  overflow: hidden;
  background: var(--night);
}

.journal-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(9, 4, 3, 0.04), rgba(9, 4, 3, 0.34)),
    linear-gradient(90deg, rgba(239, 224, 196, 0.08), transparent 36%, rgba(9, 4, 3, 0.18));
  pointer-events: none;
}

.journal-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.06) brightness(0.92);
  transition: transform 420ms ease, filter 420ms ease;
}

.journal-link:hover .journal-thumb img,
.journal-link:focus-visible .journal-thumb img {
  transform: scale(1.035);
  filter: saturate(0.96) contrast(1.1) brightness(0.98);
}

.journal-grid[data-article-page-size] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.journal-grid[data-article-page-size] .journal-card {
  min-height: 430px;
  padding: 30px 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.article-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.article-pagination[hidden] {
  display: none;
}

.article-pagination button {
  min-width: 38px;
  height: 38px;
  color: var(--muted);
  font-family: var(--display);
  background: transparent;
  border: 1px solid var(--line);
  cursor: pointer;
}

.article-pagination button:hover,
.article-pagination button:focus-visible,
.article-pagination button.is-active {
  color: var(--night);
  border-color: var(--gold);
  background: rgba(189, 141, 62, 0.16);
}

@media (max-width: 900px) {
  .journal-grid[data-article-page-size] {
    grid-template-columns: 1fr;
  }

  .journal-grid[data-article-page-size] .journal-card {
    min-height: 0;
    padding: 28px 0;
    border-right: 0;
  }

  .journal-thumb {
    height: clamp(180px, 52vw, 260px);
    margin-bottom: 20px;
  }
}

/* Blog detail layout */
.article-hero {
  min-height: clamp(300px, 32vw, 430px);
}

.article-blog-layout {
  display: grid;
  grid-template-columns: minmax(160px, 0.2fr) minmax(0, 0.58fr) minmax(220px, 0.22fr);
  gap: clamp(30px, 4vw, 62px);
  align-items: start;
}

.article-main {
  min-width: 0;
}

.article-cover {
  position: relative;
  margin: 0 0 clamp(30px, 4vw, 48px);
  overflow: hidden;
  background: var(--night);
}

.article-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(9, 4, 3, 0.08), rgba(9, 4, 3, 0.28)),
    linear-gradient(90deg, rgba(239, 224, 196, 0.12), transparent 42%, rgba(9, 4, 3, 0.18));
  pointer-events: none;
}

.article-cover img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.06) brightness(0.92);
}

.article-main .article-content {
  max-width: 760px;
  margin: 0 auto;
}

.article-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 26px;
  min-width: 0;
}

.article-widget {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.article-sidebar .article-toc {
  padding-left: 0;
  border-left: 0;
}

.article-widget h2,
.article-toc h2,
.next-reading h2 {
  margin: 0 0 16px;
  color: var(--gold);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.article-back {
  display: block;
  padding: 12px 18px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--line);
}

.article-back:hover,
.article-back:focus-visible {
  color: var(--wine);
  border-color: var(--gold);
}

.article-category-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 0;
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}

.article-category-link:hover,
.article-category-link:focus-visible {
  color: var(--wine);
}

.article-category-link em {
  color: var(--gold);
  font-style: normal;
}

.related-link {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  color: var(--ink);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
}

.related-link img {
  width: 72px;
  height: 56px;
  object-fit: cover;
  filter: saturate(0.9) brightness(0.92);
}

.related-link small {
  display: block;
  margin-bottom: 4px;
  color: var(--gold);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.related-link strong {
  display: block;
  font-size: 15px;
  line-height: 1.55;
}

.related-link:hover strong,
.related-link:focus-visible strong,
.next-reading a:hover,
.next-reading a:focus-visible {
  color: var(--wine);
}

.next-reading a {
  display: block;
  color: var(--ink);
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.65;
  text-decoration: none;
}

@media (max-width: 1100px) {
  .article-blog-layout {
    grid-template-columns: minmax(0, 0.66fr) minmax(220px, 0.34fr);
  }

  .article-sidebar-left {
    grid-column: 1 / -1;
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .article-blog-layout,
  .article-sidebar-left {
    grid-template-columns: 1fr;
  }

  .article-sidebar,
  .article-toc,
  .article-side {
    position: static;
  }

  .article-sidebar-right {
    order: 3;
  }

  .article-main .article-content {
    max-width: none;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 88px;
  width: 100%;
  overflow-x: clip;
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 12%, rgba(189, 141, 62, 0.08), transparent 28%),
    radial-gradient(circle at 82% 42%, rgba(53, 16, 23, 0.045), transparent 26%),
    linear-gradient(90deg, rgba(48, 30, 24, 0.045) 1px, transparent 1px),
    var(--ivory);
  background-size: auto, auto, 72px 72px, auto;
  font-family: var(--serif);
  font-size: 15px;
  line-height: 1.9;
}

body.dark-page {
  background: var(--night);
}

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

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

p {
  margin: 0;
  max-width: 68ch;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.18;
}

.line {
  display: block;
}

h1 {
  font-size: clamp(30px, 3.25vw, 42px);
}

h2 {
  font-size: clamp(23px, 2.45vw, 32px);
}

h3 {
  font-size: clamp(19px, 1.7vw, 24px);
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  color: var(--ivory);
  background: rgba(9, 4, 3, 0.84);
  border-bottom: 1px solid var(--line-dark);
  backdrop-filter: blur(16px);
}

.header-inner {
  width: min(var(--max), calc(100% - 40px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--gold);
  background:
    radial-gradient(circle at center, rgba(246, 236, 217, 0.18), transparent 66%),
    rgba(9, 4, 3, 0.28);
  border: 1px solid rgba(228, 201, 135, 0.28);
  font-size: 15px;
  overflow: hidden;
}

.logo-mark img {
  width: 38px;
  height: 38px;
  display: block;
  object-fit: contain;
  object-position: center;
  filter: saturate(0.96) brightness(1.04);
}

.brand strong {
  display: block;
  font-family: var(--display);
  font-size: 16px;
  line-height: 1.2;
}

.brand small {
  display: block;
  margin-top: 2px;
  color: rgba(246, 236, 217, 0.68);
  font-family: var(--serif);
  font-size: 13px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 14px;
  font-weight: 650;
}

.site-nav a {
  color: rgba(246, 236, 217, 0.86);
}

.site-nav a[aria-current="page"] {
  color: var(--gold-soft);
}

.nav-cta {
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: var(--gold);
  color: var(--night) !important;
}

.nav-toggle {
  display: none;
}

.hero {
  min-height: 100vh;
  position: relative;
  color: var(--ivory);
  background: var(--night);
  overflow: hidden;
}

.hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 3, 2, 0.88), rgba(6, 3, 2, 0.62) 34%, rgba(6, 3, 2, 0.12) 68%),
    linear-gradient(to top, rgba(6, 3, 2, 0.88), transparent 48%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(var(--max), calc(100% - 40px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 160px 0 92px;
  display: flex;
  align-items: flex-end;
}

.hero-copy {
  max-width: 620px;
}

.kicker {
  margin-bottom: 14px;
  color: var(--gold-soft);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.kicker::before {
  content: "";
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  background: currentColor;
  -webkit-mask: url("assets/icons/icon-leaf.svg") center / contain no-repeat;
  mask: url("assets/icons/icon-leaf.svg") center / contain no-repeat;
}

.hero h1 {
  color: var(--dark-text);
}

.hero .lead {
  margin-top: 24px;
  color: var(--dark-muted);
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.7;
}

.hero p.body {
  margin-top: 18px;
  color: rgba(255, 239, 205, 0.82);
  font-size: 15px;
}

.hero-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 720px;
  margin: 40px 0 0;
  padding: 0;
  border-top: 1px solid rgba(228, 201, 135, 0.2);
  border-bottom: 1px solid rgba(228, 201, 135, 0.2);
  background: rgba(228, 201, 135, 0.16);
}

.hero-notes div {
  padding: 16px 18px 18px;
  background: rgba(9, 4, 3, 0.5);
}

.hero-notes dt {
  color: var(--gold-soft);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-notes dt::before {
  content: "";
  width: 14px;
  height: 14px;
  background: currentColor;
  -webkit-mask: url("assets/icons/icon-cards.svg") center / contain no-repeat;
  mask: url("assets/icons/icon-cards.svg") center / contain no-repeat;
}

.hero-notes div:nth-child(2) dt::before {
  -webkit-mask-image: url("assets/icons/icon-candle.svg");
  mask-image: url("assets/icons/icon-candle.svg");
}

.hero-notes div:nth-child(3) dt::before {
  -webkit-mask-image: url("assets/icons/icon-eye.svg");
  mask-image: url("assets/icons/icon-eye.svg");
}

.hero-notes dd {
  margin: 7px 0 0;
  color: rgba(255, 239, 205, 0.86);
  font-size: 13px;
  line-height: 1.55;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 44px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid currentColor;
  font-size: 14px;
  font-weight: 800;
}

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

.button.ghost {
  color: var(--ivory);
}

.page-hero {
  padding: 138px 0 72px;
  color: var(--ivory);
  background:
    linear-gradient(90deg, rgba(9, 4, 3, 0.92), rgba(53, 16, 23, 0.68), rgba(9, 4, 3, 0.34)),
    url("assets/hero-oil-tarot.png");
  background-size: cover;
  background-position: center;
}

.page-hero-about {
  background-image:
    linear-gradient(90deg, rgba(9, 4, 3, 0.92), rgba(53, 16, 23, 0.66), rgba(9, 4, 3, 0.34)),
    url("assets/page-hero-about.png");
  background-position: center 58%;
}

.page-hero-services {
  background-image:
    linear-gradient(90deg, rgba(9, 4, 3, 0.92), rgba(53, 16, 23, 0.66), rgba(9, 4, 3, 0.34)),
    url("assets/page-hero-services.png");
  background-position: center 54%;
}

.page-hero-readers {
  background-image:
    linear-gradient(90deg, rgba(9, 4, 3, 0.92), rgba(53, 16, 23, 0.66), rgba(9, 4, 3, 0.34)),
    url("assets/page-hero-readers.png");
  background-position: center 52%;
}

.page-hero-journal {
  background-image:
    linear-gradient(90deg, rgba(9, 4, 3, 0.92), rgba(53, 16, 23, 0.66), rgba(9, 4, 3, 0.34)),
    url("assets/page-hero-journal.png");
  background-position: center 58%;
}

.page-hero-contact {
  background-image:
    linear-gradient(90deg, rgba(9, 4, 3, 0.92), rgba(53, 16, 23, 0.66), rgba(9, 4, 3, 0.34)),
    url("assets/page-hero-contact.png");
  background-position: center 48%;
}

.page-hero .wrap {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.page-hero h1 {
  max-width: 860px;
  color: var(--dark-text);
  font-size: clamp(27px, 2.8vw, 38px);
}

.page-hero p {
  margin-top: 18px;
  color: var(--dark-muted);
}

.section {
  padding: clamp(62px, 8vw, 104px) 0;
}

.section.no-top {
  padding-top: 0;
}

.reader-intro {
  padding-top: clamp(44px, 5vw, 72px);
  padding-bottom: clamp(22px, 3vw, 36px);
}

.reader-intro .section-head {
  margin-bottom: 0;
}

.reader-carousel-section {
  padding-top: 0;
  padding-bottom: clamp(34px, 4.8vw, 58px);
}

.reader-detail-section {
  padding-bottom: clamp(50px, 7vw, 84px);
}

.section.compact-section {
  padding-top: clamp(44px, 6vw, 76px);
  padding-bottom: clamp(44px, 6vw, 76px);
}

.section.alt {
  background:
    radial-gradient(circle at 72% 20%, rgba(189, 141, 62, 0.12), transparent 28%),
    linear-gradient(90deg, rgba(122, 35, 48, 0.05), transparent 48%, rgba(189, 141, 62, 0.05)),
    rgba(241, 228, 203, 0.9);
}

.wrap {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.brand-showcase {
  padding: clamp(54px, 7vw, 88px) 0;
  background:
    radial-gradient(circle at 26% 34%, rgba(83, 133, 42, 0.14), transparent 26%),
    linear-gradient(90deg, rgba(9, 4, 3, 0.96), rgba(53, 16, 23, 0.86));
}

.brand-logo-panel {
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) minmax(0, 0.55fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.brand-logo-panel img {
  width: min(460px, 100%);
  justify-self: center;
  filter: drop-shadow(0 16px 32px rgba(0, 0, 0, 0.34));
}

.brand-logo-panel h2 {
  color: var(--dark-text);
}

.brand-logo-panel p:not(.kicker) {
  margin-top: 18px;
  color: var(--dark-muted);
}

.section:has(.image-story) {
  padding: 0;
  overflow: hidden;
}

.wrap.image-story {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: max(20px, calc((100vw - var(--max)) / 2));
  padding-right: max(20px, calc((100vw - var(--max)) / 2));
}

.section-head {
  display: grid;
  grid-template-columns: minmax(240px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: end;
  margin-bottom: clamp(42px, 6vw, 72px);
}

.section-head p {
  color: var(--muted);
}

.beliefs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(26px, 4vw, 52px);
  padding: clamp(28px, 5vw, 56px) 0;
  border-top: 1px solid rgba(48, 30, 24, 0.24);
  border-bottom: 1px solid rgba(48, 30, 24, 0.24);
  background:
    radial-gradient(circle at 18% 28%, rgba(189, 141, 62, 0.12), transparent 28%),
    linear-gradient(90deg, rgba(53, 16, 23, 0.04), transparent 46%, rgba(189, 141, 62, 0.06));
}

.split-notes {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 3vw, 42px);
  padding: 28px 0;
  border-top: 1px solid rgba(48, 30, 24, 0.26);
  border-bottom: 1px solid rgba(48, 30, 24, 0.26);
  background: transparent;
}

.split-notes::before {
  content: "";
  position: absolute;
  inset: -34px 8% auto auto;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(228, 201, 135, 0.08);
  border-radius: 50%;
  background:
    radial-gradient(circle, transparent 42%, rgba(228, 201, 135, 0.05) 43%, transparent 44%),
    linear-gradient(60deg, transparent calc(50% - 0.5px), rgba(228, 201, 135, 0.08) 50%, transparent calc(50% + 0.5px)),
    linear-gradient(-60deg, transparent calc(50% - 0.5px), rgba(228, 201, 135, 0.07) 50%, transparent calc(50% + 0.5px));
  pointer-events: none;
  z-index: 0;
}

.split-notes article {
  position: relative;
  z-index: 1;
  min-height: 210px;
  padding: 66px 22px 0 24px;
  border-left: 1px solid rgba(122, 35, 48, 0.22);
  border-right: 0;
  background: transparent;
  overflow: hidden;
}

.split-notes article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  width: 34px;
  height: 34px;
  color: var(--gold-soft);
  background: currentColor;
  -webkit-mask: url("assets/icons/icon-eye.svg") center / contain no-repeat;
  mask: url("assets/icons/icon-eye.svg") center / contain no-repeat;
  z-index: 1;
}

.split-notes article::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 18px;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(228, 201, 135, 0.1);
  border-radius: 50%;
  background:
    linear-gradient(45deg, transparent calc(50% - 0.5px), rgba(228, 201, 135, 0.1) 50%, transparent calc(50% + 0.5px)),
    linear-gradient(-45deg, transparent calc(50% - 0.5px), rgba(228, 201, 135, 0.08) 50%, transparent calc(50% + 0.5px));
  opacity: 0.8;
  z-index: 0;
}

.split-notes .note-career::before {
  -webkit-mask-image: url("assets/icons/icon-cards.svg");
  mask-image: url("assets/icons/icon-cards.svg");
}

.split-notes .note-cycle::before {
  -webkit-mask-image: url("assets/icons/icon-moon.svg");
  mask-image: url("assets/icons/icon-moon.svg");
}

.split-notes article:nth-child(2) {
  padding-top: 66px;
}

.split-notes article:last-child {
  border-right: 0;
}

.split-notes h3 {
  position: relative;
  z-index: 1;
  font-size: 22px;
}

.split-notes p {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  color: var(--muted);
}

.mobile-note-art {
  display: none;
}

.dark-page .section:not(.alt) .menu-item span.index {
  display: none;
}

.image-story {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  min-height: clamp(360px, 34vw, 500px);
  padding: clamp(44px, 6vw, 78px) 0;
  overflow: visible;
  align-items: center;
}

.image-story.reverse {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.image-story::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(241, 228, 203, 0.96) 0%, rgba(241, 228, 203, 0.86) 32%, rgba(241, 228, 203, 0.52) 54%, rgba(241, 228, 203, 0.06) 82%),
    linear-gradient(to bottom, rgba(241, 228, 203, 0.18), rgba(241, 228, 203, 0.28));
  pointer-events: none;
}

.image-story:not(.reverse)::before {
  background:
    linear-gradient(270deg, rgba(241, 228, 203, 0.96) 0%, rgba(241, 228, 203, 0.86) 32%, rgba(241, 228, 203, 0.52) 54%, rgba(241, 228, 203, 0.06) 82%),
    linear-gradient(to bottom, rgba(241, 228, 203, 0.18), rgba(241, 228, 203, 0.28));
}

.image-story > div {
  position: relative;
  z-index: 2;
  grid-column: 8 / -1;
  max-width: 560px;
}

.image-story.reverse > div {
  grid-column: 1 / 6;
}

.image-story p:not(.kicker) {
  margin-top: 18px;
  color: var(--muted);
}

.art-panel {
  position: absolute;
  z-index: 0;
  inset: 0 50% 0 auto;
  width: 62vw;
  min-width: 720px;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  background: var(--night);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, #000 68%, transparent 100%);
  mask-image: linear-gradient(90deg, #000 0%, #000 72%, transparent 100%);
}

.image-story.reverse .art-panel {
  inset: 0 auto 0 50%;
  -webkit-mask-image: linear-gradient(270deg, #000 0%, #000 72%, transparent 100%);
  mask-image: linear-gradient(270deg, #000 0%, #000 72%, transparent 100%);
}

.art-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(9, 4, 3, 0.3), transparent 42%),
    radial-gradient(circle at 50% 50%, transparent 44%, rgba(9, 4, 3, 0.18) 82%);
  pointer-events: none;
}

.art-panel img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.04);
}

.art-crystal img {
  object-position: 48% 58%;
}

.art-cat img {
  object-position: 33% 56%;
}

.art-owl img {
  object-position: 83% 18%;
}

.art-cards img {
  object-position: 67% 76%;
}

.belief {
  position: relative;
  min-height: 250px;
  padding: 0 0 0 24px;
  border-right: 0;
  border-left: 1px solid rgba(122, 35, 48, 0.22);
  background: transparent;
}

.belief:last-child {
  border-right: 0;
}

.belief span,
.menu-item span.index {
  color: rgba(122, 35, 48, 0.5);
  font-family: var(--display);
  font-size: 34px;
}

.belief h3 {
  margin-top: 52px;
  font-size: 22px;
}

.belief p {
  margin-top: 12px;
  color: var(--muted);
}

.menu-list {
  position: relative;
  display: grid;
  gap: 0;
  border-top: 1px solid rgba(228, 201, 135, 0.22);
  border-bottom: 1px solid rgba(228, 201, 135, 0.16);
}

.menu-item {
  position: relative;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) 118px;
  gap: clamp(20px, 3vw, 38px);
  align-items: center;
  padding: clamp(36px, 5vw, 56px) 0;
  border-bottom: 1px solid rgba(228, 201, 135, 0.14);
}

.menu-item::before {
  content: "";
  position: absolute;
  left: 72px;
  right: 118px;
  top: 50%;
  height: 1px;
  background: linear-gradient(90deg, rgba(228, 201, 135, 0.18), transparent);
  transform: translateY(-50%);
  pointer-events: none;
}

.menu-item > div {
  position: relative;
  z-index: 1;
  max-width: 680px;
  background: transparent;
}

.menu-item small {
  display: block;
  margin-bottom: 12px;
  color: var(--gold-soft);
  font-family: var(--display);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.menu-item h2 {
  font-size: clamp(24px, 2.55vw, 33px);
}

.menu-item p {
  margin-top: 10px;
  color: var(--muted);
}

.service-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.service-meta li {
  color: var(--muted);
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.service-meta li::before {
  content: "";
  width: 13px;
  height: 13px;
  background: var(--gold);
  -webkit-mask: url("assets/icons/icon-moon.svg") center / contain no-repeat;
  mask: url("assets/icons/icon-moon.svg") center / contain no-repeat;
}

.service-meta li:nth-child(2)::before {
  -webkit-mask-image: url("assets/icons/icon-candle.svg");
  mask-image: url("assets/icons/icon-candle.svg");
}

.service-meta li:nth-child(3)::before {
  -webkit-mask-image: url("assets/icons/icon-cards.svg");
  mask-image: url("assets/icons/icon-cards.svg");
}

.menu-item .price {
  justify-self: end;
  min-width: 96px;
  padding: 10px 0;
  border-top: 1px solid rgba(228, 201, 135, 0.28);
  border-bottom: 1px solid rgba(228, 201, 135, 0.28);
  color: var(--gold-soft);
  font-family: var(--display);
  font-size: 18px;
  text-align: right;
}

.reader-rail-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.reader-rail-head .kicker {
  margin-bottom: 0;
}

.reader-rail-head p:not(.kicker) {
  max-width: 560px;
  color: var(--muted);
  font-size: 14px;
}

.reader-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 310px);
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding: 0 0 18px;
  scrollbar-color: rgba(122, 35, 48, 0.38) transparent;
}

.reader-slide {
  position: relative;
  min-height: 420px;
  scroll-snap-align: start;
  overflow: hidden;
  border: 1px solid rgba(228, 201, 135, 0.18);
  background: var(--night);
  color: var(--paper);
  box-shadow: 0 20px 48px rgba(9, 4, 3, 0.18);
}

.reader-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(9, 4, 3, 0.94) 0%, rgba(9, 4, 3, 0.72) 30%, transparent 62%),
    linear-gradient(to right, rgba(53, 16, 23, 0.52), transparent 55%);
  pointer-events: none;
}

.reader-slide img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.84) contrast(1.05);
}

.reader-slide:nth-child(4) img,
.reader-slide:nth-child(10) img {
  transform: scale(1.16);
}

.reader-slide:nth-child(9) img {
  object-position: 44% center;
}

.reader-slide > div {
  position: absolute;
  z-index: 2;
  left: 22px;
  right: 22px;
  bottom: 22px;
}

.reader-slide small {
  color: var(--gold-soft);
  font-family: var(--display);
  font-size: 11px;
  font-weight: 800;
}

.reader-slide h3 {
  margin-top: 9px;
  color: var(--paper);
  font-size: clamp(21px, 2vw, 25px);
  line-height: 1.25;
}

.reader-slide h3 span {
  display: inline-block;
  margin-left: 5px;
  color: rgba(228, 201, 135, 0.78);
  font-size: 0.58em;
}

.reader-slide .button {
  margin-top: 18px;
}

.reader-list {
  display: grid;
  gap: clamp(18px, 2.6vw, 34px);
}

.reader-directory {
  grid-auto-flow: column;
  grid-auto-columns: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.reader-directory::-webkit-scrollbar {
  display: none;
}

.reader-carousel-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin: 0 0 18px;
}

.reader-arrow {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(122, 35, 48, 0.28);
  border-radius: 50%;
  background: rgba(246, 236, 217, 0.42);
  color: var(--wine);
  font-family: var(--display);
  font-size: 18px;
  cursor: pointer;
}

.reader-arrow:hover {
  border-color: rgba(189, 141, 62, 0.56);
  color: var(--night);
}

.reader-count {
  display: inline-flex;
  gap: 6px;
  color: var(--muted);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 800;
}

.reader {
  position: relative;
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 0.64fr);
  min-height: 390px;
  border: 1px solid rgba(228, 201, 135, 0.18);
  background:
    linear-gradient(135deg, rgba(246, 236, 217, 0.08), transparent 36%),
    linear-gradient(90deg, rgba(53, 16, 23, 0.9), rgba(9, 4, 3, 0.96));
  box-shadow: 0 28px 70px rgba(9, 4, 3, 0.22);
  color: var(--ivory);
  overflow: hidden;
  scroll-snap-align: start;
}

.reader-portrait {
  position: relative;
  min-height: 390px;
  color: var(--ivory);
  background:
    radial-gradient(circle at 50% 44%, rgba(228, 201, 135, 0.2), transparent 29%),
    linear-gradient(135deg, rgba(9, 4, 3, 0.96), rgba(53, 16, 23, 0.92));
  overflow: hidden;
}

.reader-portrait::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 0;
  background: transparent;
  pointer-events: none;
}

.reader-portrait::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to bottom, rgba(9, 4, 3, 0.03), rgba(9, 4, 3, 0.48)),
    linear-gradient(90deg, transparent 62%, rgba(9, 4, 3, 0.42));
}

.reader-portrait span {
  display: none;
}

.reader-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.05);
}

.reader:nth-child(4) .reader-photo img,
.reader:nth-child(10) .reader-photo img {
  image-rendering: auto;
  transform: scale(1.18);
}

.reader:nth-child(9) .reader-photo img {
  object-position: 44% center;
}

.reader-body {
  padding: clamp(34px, 4.8vw, 62px);
  align-self: center;
}

.reader-body .role {
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}

.reader-body h2 {
  margin-top: 8px;
  color: var(--paper);
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.28;
}

.reader-body h2 span {
  display: inline-block;
  margin-left: 8px;
  color: rgba(228, 201, 135, 0.78);
  font-size: 0.48em;
  vertical-align: 0.18em;
}

.reader-body p {
  margin-top: 16px;
  max-width: 720px;
  color: rgba(246, 236, 217, 0.78);
  line-height: 2;
}

.reader-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(228, 201, 135, 0.16);
}

.reader-meta div {
  min-width: 0;
}

.reader-meta dt {
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.reader-meta dd {
  margin-top: 8px;
  color: rgba(246, 236, 217, 0.8);
  font-size: 14px;
  line-height: 1.8;
}

.reader-meta a {
  color: var(--paper);
  text-decoration-color: rgba(228, 201, 135, 0.42);
  text-underline-offset: 4px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.tags span {
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid rgba(228, 201, 135, 0.28);
  border-radius: 0;
  color: rgba(246, 236, 217, 0.68);
  font-size: 13px;
}

.reader-actions {
  margin-top: 26px;
}

.reader-consult {
  min-height: 40px;
  padding: 0 18px;
  font-size: 13px;
}

.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 4vw, 46px);
  border-top: 1px solid rgba(48, 30, 24, 0.24);
  border-bottom: 1px solid rgba(48, 30, 24, 0.24);
  background: transparent;
}

.journal-card {
  min-height: 270px;
  padding: 34px 0 38px;
  background: transparent;
}

.journal-card small {
  color: var(--gold);
  font-family: var(--display);
  font-weight: 800;
  text-transform: uppercase;
}

.journal-card h3 {
  margin-top: 28px;
  font-size: clamp(21px, 2vw, 26px);
}

.journal-card p {
  margin-top: 14px;
  color: var(--muted);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.45fr) minmax(360px, 0.55fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: start;
}

.contact-panel,
.contact-form {
  border: 1px solid var(--line);
  background: rgba(246, 236, 217, 0.62);
}

.contact-panel {
  padding: 34px;
}

.contact-panel p {
  margin-top: 14px;
  color: var(--muted);
}

.booking-steps {
  display: grid;
  gap: 0;
  margin-top: 32px;
  border-top: 1px solid rgba(48, 30, 24, 0.22);
}

.booking-steps article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 0 16px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(48, 30, 24, 0.16);
}

.booking-steps span {
  grid-row: span 2;
  color: rgba(122, 35, 48, 0.62);
  font-family: var(--display);
  font-size: 18px;
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
}

.booking-steps span::before {
  content: "";
  width: 15px;
  height: 15px;
  margin-top: 5px;
  background: var(--gold);
  -webkit-mask: url("assets/icons/icon-leaf.svg") center / contain no-repeat;
  mask: url("assets/icons/icon-leaf.svg") center / contain no-repeat;
}

.booking-steps strong {
  color: var(--ink);
  font-family: var(--display);
  font-size: 15px;
}

.booking-steps p {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.65;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 28px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid rgba(48, 30, 24, 0.24);
  background: rgba(255, 251, 241, 0.58);
  color: var(--ink);
  padding: 12px 13px;
  font: inherit;
}

textarea {
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.form-status {
  grid-column: 1 / -1;
  color: var(--wine);
  font-size: 14px;
}

.dark-page .section:not(.alt) .section-head h2,
.dark-page .section:not(.alt) .image-story h2,
.dark-page .section:not(.alt) .menu-item h2 {
  color: var(--dark-text);
}

.dark-page .section:not(.alt) .section-head p,
.dark-page .section:not(.alt) .image-story p:not(.kicker),
.dark-page .section:not(.alt) .menu-item p {
  color: var(--dark-muted);
}

.dark-page .section:not(.alt) .menu-item span.index,
.dark-page .section:not(.alt) .menu-item small,
.dark-page .section:not(.alt) .menu-item .price {
  color: var(--gold-soft);
}

.dark-page .section:not(.alt) .service-meta li {
  color: rgba(255, 239, 205, 0.72);
}

.dark-page .section:not(.alt) .belief h3,
.dark-page .section:not(.alt) .split-notes h3,
.dark-page .section:not(.alt) .journal-card h3 {
  color: var(--ink);
}

.dark-page .section:not(.alt) .belief p,
.dark-page .section:not(.alt) .split-notes p,
.dark-page .section:not(.alt) .journal-card p {
  color: var(--muted);
}

.dark-page .section:not(.alt) .beliefs,
.dark-page .section:not(.alt) .split-notes,
.dark-page .section:not(.alt) .journal-grid {
  border-color: rgba(228, 201, 135, 0.18);
}

.dark-page .section:not(.alt) .belief,
.dark-page .section:not(.alt) .split-notes article {
  border-color: rgba(228, 201, 135, 0.18);
}

.dark-page .section:not(.alt) .split-notes article {
  background:
    linear-gradient(180deg, rgba(228, 201, 135, 0.035), transparent 74%);
}

.dark-page .section:not(.alt) .split-notes article::before {
  color: var(--gold-soft);
}

.dark-page .section:not(.alt) .belief h3,
.dark-page .section:not(.alt) .split-notes h3,
.dark-page .section:not(.alt) .journal-card h3 {
  color: var(--dark-text);
}

.dark-page .section:not(.alt) .belief p,
.dark-page .section:not(.alt) .split-notes p,
.dark-page .section:not(.alt) .journal-card p {
  color: var(--dark-muted);
}

.dark-page .section:not(.alt) .belief span,
.dark-page .section:not(.alt) .journal-card small {
  color: var(--gold-soft);
}

.site-footer {
  padding: 34px 0;
  color: rgba(246, 236, 217, 0.74);
  background: var(--night);
  border-top: 1px solid var(--line-dark);
}

.footer-inner {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

@media (max-width: 900px) {
  .page-hero {
    padding: 122px 0 58px;
    background-position: center;
  }

  .page-hero h1 {
    max-width: 100%;
  }

  .site-nav {
    position: absolute;
    top: 80px;
    left: 20px;
    right: 20px;
    display: none;
    padding: 18px;
    background: rgba(9, 4, 3, 0.96);
    border: 1px solid var(--line-dark);
  }

  .site-nav.is-open {
    display: grid;
    gap: 16px;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
    display: grid;
    gap: 5px;
    place-content: center;
    border: 1px solid var(--line-dark);
    background: rgba(246, 236, 217, 0.1);
  }

  .nav-toggle span {
    width: 19px;
    height: 2px;
    background: var(--ivory);
  }

  .section-head,
  .contact-layout,
  .reader,
  .brand-logo-panel,
  .menu-item {
    grid-template-columns: 1fr;
  }

  .reader {
    min-height: 0;
  }

  .reader-portrait {
    min-height: 360px;
  }

  .reader-meta {
    grid-template-columns: 1fr;
  }

  .reader-rail-head {
    display: grid;
    gap: 8px;
  }

  .reader-rail {
    grid-auto-columns: minmax(242px, 74vw);
  }

  .reader-carousel-controls {
    justify-content: flex-start;
  }

  .brand-logo-panel img {
    width: min(340px, 100%);
  }

  .image-story,
  .image-story.reverse {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    min-height: 560px;
    padding-top: 46px;
    padding-bottom: 46px;
    align-items: end;
    overflow: hidden;
  }

  .image-story > div,
  .image-story.reverse > div {
    position: relative;
    z-index: 2;
    grid-column: 1 / -1;
    max-width: 620px;
    padding-top: 0;
  }

  .art-panel,
  .image-story.reverse .art-panel {
    position: absolute;
    inset: 0;
    width: 100%;
    min-width: 0;
    min-height: 100%;
    height: 100%;
    opacity: 0.92;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .image-story::before,
  .image-story:not(.reverse)::before {
    background:
      linear-gradient(to bottom, rgba(241, 228, 203, 0.08) 0%, rgba(241, 228, 203, 0.18) 36%, rgba(241, 228, 203, 0.88) 68%, rgba(241, 228, 203, 0.98) 100%),
      linear-gradient(90deg, rgba(241, 228, 203, 0.94) 0%, rgba(241, 228, 203, 0.66) 58%, rgba(241, 228, 203, 0.1) 100%);
  }

  .menu-item {
    gap: 12px;
  }

  .menu-item .price {
    text-align: left;
  }

  .beliefs,
  .split-notes,
  .journal-grid {
    grid-template-columns: 1fr;
  }

  .dark-page .section:not(.alt) .split-notes,
  .dark-page .section:not(.alt) .menu-list {
    position: relative;
    isolation: isolate;
    padding-top: 72px;
    background:
      linear-gradient(to bottom, rgba(9, 4, 3, 0.48), var(--night) 36%, rgba(9, 4, 3, 0.92) 100%),
      url("assets/journal-symbols.png") center top / cover no-repeat;
  }

  .dark-page .section:not(.alt) .menu-list {
    background:
      linear-gradient(to bottom, rgba(9, 4, 3, 0.54), var(--night) 34%, rgba(9, 4, 3, 0.94) 100%),
      url("assets/services-question-depth.png") center 58% / cover no-repeat;
  }

  .split-notes article,
  .split-notes article:nth-child(2) {
    padding-top: 62px;
  }

  .dark-page .section:not(.alt) .split-notes article {
    min-height: 240px;
    padding: 24px;
    background:
      linear-gradient(to bottom, rgba(9, 4, 3, 0.2), rgba(9, 4, 3, 0.88) 58%, rgba(9, 4, 3, 0.96)),
      url("assets/readers-presence.png") center 38% / cover no-repeat;
  }

  .mobile-note-art {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 150px;
    margin: 0 0 24px;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.9) contrast(1.08);
  }

  .belief .mobile-note-art {
    margin: 0 0 28px -24px;
    width: calc(100% + 24px);
  }

  .dark-page .section:not(.alt) .split-notes article::after {
    inset: 0 0 auto auto;
    width: 100%;
    height: 120px;
    border: 0;
    border-radius: 0;
    background:
      linear-gradient(to bottom, rgba(9, 4, 3, 0.05), rgba(9, 4, 3, 0.72)),
      url("assets/journal-symbols.png") center 34% / cover no-repeat;
    opacity: 0.7;
    filter: brightness(1.28) saturate(0.9);
  }

  .dark-page .section:not(.alt) .split-notes article:nth-child(2) {
    background:
      linear-gradient(to bottom, rgba(9, 4, 3, 0.2), rgba(9, 4, 3, 0.88) 58%, rgba(9, 4, 3, 0.96)),
      url("assets/services-question-depth.png") center 56% / cover no-repeat;
  }

  .dark-page .section:not(.alt) .split-notes article:nth-child(2)::after {
    background:
      linear-gradient(to bottom, rgba(9, 4, 3, 0.05), rgba(9, 4, 3, 0.72)),
      url("assets/services-question-depth.png") center 54% / cover no-repeat;
  }

  .dark-page .section:not(.alt) .split-notes article:nth-child(3) {
    background:
      linear-gradient(to bottom, rgba(9, 4, 3, 0.2), rgba(9, 4, 3, 0.88) 58%, rgba(9, 4, 3, 0.96)),
      url("assets/contact-writing-ritual.png") center 52% / cover no-repeat;
  }

  .dark-page .section:not(.alt) .split-notes article:nth-child(3)::after {
    background:
      linear-gradient(to bottom, rgba(9, 4, 3, 0.05), rgba(9, 4, 3, 0.72)),
      url("assets/contact-writing-ritual.png") center 52% / cover no-repeat;
  }

  .split-notes::before {
    opacity: 0.45;
  }

  .belief {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (min-width: 901px) {
  .dark-page .section:not(.alt) .belief .mobile-note-art {
    opacity: 0.54;
    filter: saturate(0.9) contrast(1.12) brightness(0.94);
  }

  .dark-page .section:not(.alt) .belief:first-child .mobile-note-art {
    object-position: 48% 48%;
  }

  .dark-page .section:not(.alt) .belief:nth-child(2) .mobile-note-art {
    object-position: 54% 54%;
  }

  .dark-page .section:not(.alt) .belief:nth-child(3) .mobile-note-art {
    object-position: 54% 44%;
  }

  .dark-page .section:not(.alt) .split-notes article::before {
    top: auto;
    bottom: calc(clamp(46px, 5vw, 74px) + 104px);
  }

  .dark-page .section:not(.alt) .split-notes h3 {
    margin-top: 42px;
  }

  .dark-page .section:not(.alt) .menu-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 3vw, 42px);
    padding: 0;
    border: 0;
    background: transparent;
  }

  .dark-page .section:not(.alt) .menu-item,
  .dark-page .section:not(.alt) .menu-item:nth-child(2) {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .dark-page .section:not(.alt) .menu-item::before,
  .dark-page .section:not(.alt) .menu-item::after {
    display: none;
  }

  .dark-page .section:not(.alt) .menu-item span.index {
    display: none;
  }

  .dark-page .section:not(.alt) .menu-item > div {
    max-width: 30em;
    padding-left: 18px;
    border-left: 1px solid rgba(228, 201, 135, 0.18);
  }

  .dark-page .section:not(.alt) .menu-item h2 {
    margin-top: 8px;
    font-size: clamp(25px, 2.6vw, 34px);
  }

  .dark-page .section:not(.alt) .menu-item p {
    max-width: 26em;
    line-height: 1.9;
  }

  .dark-page .section:not(.alt) .menu-item .price {
    justify-self: start;
    min-width: 88px;
    margin-top: 24px;
    text-align: left;
  }

  .section.alt .journal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 4vw, 46px);
    padding: 0;
    border-top: 1px solid rgba(48, 30, 24, 0.24);
    border-right: 0;
    border-bottom: 1px solid rgba(48, 30, 24, 0.24);
    border-left: 0;
    background: transparent;
  }

  .section.alt .journal-grid::before {
    display: none;
  }

  .section.alt .journal-card,
  .section.alt .journal-card:first-child {
    min-height: 270px;
    padding: 34px 0 38px;
    background: transparent;
  }

  .section.alt .journal-card::before {
    display: none;
  }
}

/* Final homepage section direction overrides */
.dark-page .section:not(.alt) .beliefs {
  position: relative;
  isolation: isolate;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  min-height: clamp(260px, 25vw, 360px);
  padding: clamp(34px, 5vw, 62px);
  border: 0;
  background:
    linear-gradient(90deg, rgba(9, 4, 3, 0.94), rgba(9, 4, 3, 0.62) 48%, rgba(9, 4, 3, 0.92)),
    linear-gradient(to bottom, rgba(9, 4, 3, 0.2), rgba(9, 4, 3, 0.94)),
    url("assets/about-ethical-tarot.png") center 50% / cover no-repeat;
}

.dark-page .section:not(.alt) .belief {
  min-height: 0;
  padding: clamp(18px, 2.4vw, 28px);
  border: 0;
  background: transparent;
}

.dark-page .section:not(.alt) .belief::after,
.dark-page .section:not(.alt) .belief .mobile-note-art,
.dark-page .section:not(.alt) .belief span {
  display: none;
}

.dark-page .section:not(.alt) .belief h3 {
  margin-top: 0;
}

.dark-page .section:not(.alt) .belief p {
  max-width: 25em;
}

.dark-page .section:not(.alt) .split-notes {
  min-height: clamp(260px, 24vw, 340px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: none;
  gap: 0;
  padding: clamp(34px, 5vw, 60px) clamp(42px, 7vw, 92px);
  border: 0;
  background:
    linear-gradient(90deg, rgba(9, 4, 3, 0.94), rgba(9, 4, 3, 0.54) 48%, rgba(9, 4, 3, 0.9)),
    linear-gradient(to bottom, rgba(9, 4, 3, 0.12), rgba(9, 4, 3, 0.92)),
    url("assets/readers-presence.png") center 48% / cover no-repeat;
}

.dark-page .section:not(.alt) .split-notes::before,
.dark-page .section:not(.alt) .split-notes::after,
.dark-page .section:not(.alt) .split-notes .mobile-note-art,
.dark-page .section:not(.alt) .split-notes article::after {
  display: none;
}

.dark-page .section:not(.alt) .split-notes article,
.dark-page .section:not(.alt) .split-notes article:nth-child(2),
.dark-page .section:not(.alt) .split-notes .note-relationship {
  display: block;
  min-height: 0;
  padding: 0 clamp(20px, 3vw, 46px);
  border: 0;
  background: transparent;
}

.dark-page .section:not(.alt) .split-notes article::before {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 0 14px;
}

.dark-page .section:not(.alt) .split-notes h3 {
  margin-top: 0;
}

.dark-page .section:not(.alt) .split-notes p {
  max-width: 22em;
}

.section.alt:has(.journal-grid) {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.section.alt:has(.journal-grid)::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(234, 219, 188, 0.92), rgba(234, 219, 188, 0.68) 48%, rgba(234, 219, 188, 0.9)),
    linear-gradient(to bottom, rgba(234, 219, 188, 0.82), rgba(234, 219, 188, 0.92)),
    url("assets/journal-manuscript-table.png") center 52% / cover no-repeat;
  opacity: 0.72;
  pointer-events: none;
}

.section.alt:has(.journal-grid) .wrap {
  position: relative;
  z-index: 1;
}

.section.alt .journal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 5vw, 64px);
  padding: clamp(28px, 4vw, 48px) 0;
  border-top: 1px solid rgba(48, 30, 24, 0.24);
  border-right: 0;
  border-bottom: 1px solid rgba(48, 30, 24, 0.24);
  border-left: 0;
  background: transparent;
}

.section.alt .journal-grid::before,
.section.alt .journal-card::before {
  display: none;
}

.section.alt .journal-card,
.section.alt .journal-card:first-child {
  min-height: 0;
  padding: 0;
  background: transparent;
}

@media (max-width: 900px) {
  .dark-page .section:not(.alt) .beliefs,
  .dark-page .section:not(.alt) .split-notes {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 28px 24px;
  }

  .dark-page .section:not(.alt) .belief,
  .dark-page .section:not(.alt) .split-notes article,
  .dark-page .section:not(.alt) .split-notes article:nth-child(2),
  .dark-page .section:not(.alt) .split-notes .note-relationship {
    padding: 18px 0;
  }
}

@media (max-width: 640px) {
  body {
    font-size: 15px;
  }

  .header-inner,
  .wrap,
  .page-hero .wrap,
  .footer-inner {
    width: min(100% - 32px, var(--max));
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .hero-content {
    width: min(100% - 32px, var(--max));
    padding: 128px 0 70px;
  }

  .page-hero {
    padding: 112px 0 48px;
  }

  .page-hero p {
    max-width: 100%;
  }

  .hero {
    min-height: 88vh;
  }

  .hero img {
    object-position: 62% center;
  }

  .hero::after {
    background:
      linear-gradient(to bottom, rgba(6, 3, 2, 0.42), rgba(6, 3, 2, 0.72)),
      linear-gradient(to top, rgba(6, 3, 2, 0.92), transparent 55%);
  }

  .hero-notes {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .actions .button {
    width: 100%;
  }

  .contact-form {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .art-panel,
  .art-panel img {
    min-height: 100%;
    height: 100%;
  }

  .image-story,
  .image-story.reverse {
    min-height: 520px;
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .reader-body {
    padding: 28px 24px 32px;
  }

  .reader-portrait {
    min-height: 300px;
  }

  .reader-carousel-controls {
    justify-content: space-between;
    gap: 10px;
  }

  .reader-arrow {
    width: 38px;
    height: 38px;
  }

  .reader-directory {
    gap: 0;
  }

  .reader-intro {
    padding-top: 34px;
    padding-bottom: 18px;
  }

  .reader-carousel-section {
    padding-bottom: 34px;
  }

  .reader-slide,
  .reader-slide img {
    min-height: 380px;
  }

  .footer-inner {
    flex-direction: column;
  }
}

.dark-page .section:not(.alt) .beliefs {
  gap: 1px;
  padding: 1px;
  border: 1px solid rgba(228, 201, 135, 0.18);
  background:
    linear-gradient(90deg, rgba(228, 201, 135, 0.2), rgba(122, 35, 48, 0.16), rgba(228, 201, 135, 0.14));
}

.dark-page .section:not(.alt) .belief {
  position: relative;
  display: flex;
  min-height: clamp(320px, 31vw, 430px);
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(26px, 3vw, 38px);
  border: 0;
  overflow: hidden;
  background: var(--night);
}

.dark-page .section:not(.alt) .belief::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(to bottom, rgba(9, 4, 3, 0.12), rgba(9, 4, 3, 0.46) 42%, rgba(9, 4, 3, 0.94)),
    linear-gradient(115deg, rgba(53, 16, 23, 0.52), transparent 58%);
  pointer-events: none;
}

.dark-page .section:not(.alt) .belief .mobile-note-art,
.dark-page .section:not(.alt) .split-notes .mobile-note-art {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: center;
  opacity: 0.42;
  filter: saturate(0.86) contrast(1.1) brightness(0.9);
  transform: scale(1.04);
  pointer-events: none;
}

.dark-page .section:not(.alt) .belief span,
.dark-page .section:not(.alt) .belief h3,
.dark-page .section:not(.alt) .belief p {
  position: relative;
  z-index: 2;
  max-width: 25em;
}

.dark-page .section:not(.alt) .belief span {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1;
}

.dark-page .section:not(.alt) .belief h3 {
  margin-top: 20px;
}

.dark-page .section:not(.alt) .belief p {
  margin-top: 12px;
}

.dark-page .section:not(.alt) .split-notes {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
  grid-template-rows: repeat(2, minmax(230px, 1fr));
  gap: 1px;
  padding: 1px;
  border: 1px solid rgba(228, 201, 135, 0.18);
  background:
    linear-gradient(135deg, rgba(228, 201, 135, 0.18), rgba(122, 35, 48, 0.18), rgba(228, 201, 135, 0.1));
}

.dark-page .section:not(.alt) .split-notes::before {
  inset: auto 18px 18px auto;
  z-index: 3;
  opacity: 0.28;
}

.dark-page .section:not(.alt) .split-notes article,
.dark-page .section:not(.alt) .split-notes article:nth-child(2) {
  position: relative;
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(26px, 3vw, 38px);
  border: 0;
  overflow: hidden;
  background: var(--night);
}

.dark-page .section:not(.alt) .split-notes .note-relationship {
  grid-row: 1 / 3;
  min-height: clamp(460px, 42vw, 590px);
}

.dark-page .section:not(.alt) .split-notes article::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(to bottom, rgba(9, 4, 3, 0.06), rgba(9, 4, 3, 0.42) 45%, rgba(9, 4, 3, 0.96)),
    linear-gradient(120deg, rgba(53, 16, 23, 0.62), transparent 60%);
  opacity: 1;
  pointer-events: none;
}

.dark-page .section:not(.alt) .split-notes article::before {
  top: clamp(24px, 3vw, 36px);
  left: clamp(26px, 3vw, 38px);
  z-index: 3;
  width: 32px;
  height: 32px;
}

.dark-page .section:not(.alt) .split-notes h3,
.dark-page .section:not(.alt) .split-notes p {
  position: relative;
  z-index: 2;
  max-width: 27em;
}

.dark-page .section:not(.alt) .split-notes h3 {
  margin-top: 86px;
}

.dark-page .section:not(.alt) .split-notes p {
  margin-top: 14px;
}

@media (min-width: 901px) {
  .dark-page .section:not(.alt) .split-notes {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: none;
    min-height: clamp(430px, 38vw, 560px);
    gap: 0;
    padding: clamp(24px, 3vw, 40px);
    border: 1px solid rgba(228, 201, 135, 0.22);
    background:
      linear-gradient(90deg, rgba(9, 4, 3, 0.92), rgba(9, 4, 3, 0.58) 44%, rgba(9, 4, 3, 0.9)),
      linear-gradient(to bottom, rgba(9, 4, 3, 0.18), rgba(9, 4, 3, 0.95)),
      url("assets/readers-presence.png") center 46% / cover no-repeat;
  }

  .dark-page .section:not(.alt) .split-notes::after {
    content: "";
    position: absolute;
    inset: clamp(20px, 2.4vw, 34px);
    z-index: 1;
    border: 1px solid rgba(228, 201, 135, 0.12);
    background:
      linear-gradient(90deg, transparent calc(33.333% - 0.5px), rgba(228, 201, 135, 0.12) 33.333%, transparent calc(33.333% + 0.5px)),
      linear-gradient(90deg, transparent calc(66.666% - 0.5px), rgba(228, 201, 135, 0.1) 66.666%, transparent calc(66.666% + 0.5px));
    pointer-events: none;
  }

  .dark-page .section:not(.alt) .split-notes .mobile-note-art {
    display: none;
  }

  .dark-page .section:not(.alt) .split-notes article,
  .dark-page .section:not(.alt) .split-notes article:nth-child(2),
  .dark-page .section:not(.alt) .split-notes .note-relationship {
    min-height: 0;
    grid-row: auto;
    justify-content: flex-end;
    padding: clamp(46px, 5vw, 74px) clamp(30px, 3.5vw, 52px);
    background: transparent;
  }

  .dark-page .section:not(.alt) .split-notes article::after {
    inset: auto clamp(24px, 3vw, 44px) clamp(26px, 3vw, 42px);
    height: 46%;
    border: 0;
    background:
      linear-gradient(to bottom, transparent, rgba(9, 4, 3, 0.76) 45%, rgba(9, 4, 3, 0.92));
  }

  .dark-page .section:not(.alt) .split-notes article::before {
    top: clamp(42px, 5vw, 70px);
  }

  .dark-page .section:not(.alt) .split-notes h3 {
    margin-top: 0;
  }

  .dark-page .section:not(.alt) .menu-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    padding: 1px;
    border: 1px solid rgba(228, 201, 135, 0.2);
    background:
      linear-gradient(90deg, rgba(228, 201, 135, 0.16), rgba(122, 35, 48, 0.2), rgba(228, 201, 135, 0.12));
  }

  .dark-page .section:not(.alt) .menu-item {
    min-height: clamp(300px, 28vw, 410px);
    grid-template-columns: minmax(0, 1fr);
    align-content: end;
    gap: 18px;
    padding: clamp(34px, 4vw, 56px);
    border: 0;
    overflow: hidden;
    background:
      linear-gradient(to bottom, rgba(9, 4, 3, 0.3), rgba(9, 4, 3, 0.9) 72%),
      url("assets/services-question-depth.png") center 50% / cover no-repeat;
  }

  .dark-page .section:not(.alt) .menu-item:nth-child(2) {
    background:
      linear-gradient(to bottom, rgba(9, 4, 3, 0.22), rgba(9, 4, 3, 0.92) 72%),
      url("assets/home-reading-room.png") center 56% / cover no-repeat;
  }

  .dark-page .section:not(.alt) .menu-item::before {
    left: clamp(34px, 4vw, 56px);
    right: clamp(34px, 4vw, 56px);
    top: clamp(34px, 4vw, 56px);
    width: 38px;
    height: 38px;
    background: var(--gold-soft);
    -webkit-mask: url("assets/icons/icon-moon.svg") center / contain no-repeat;
    mask: url("assets/icons/icon-moon.svg") center / contain no-repeat;
    transform: none;
  }

  .dark-page .section:not(.alt) .menu-item:nth-child(2)::before {
    -webkit-mask-image: url("assets/icons/icon-cards.svg");
    mask-image: url("assets/icons/icon-cards.svg");
  }

  .dark-page .section:not(.alt) .menu-item::after {
    content: "";
    position: absolute;
    right: clamp(26px, 3vw, 46px);
    top: clamp(28px, 4vw, 56px);
    width: clamp(86px, 10vw, 136px);
    aspect-ratio: 0.64;
    border: 1px solid rgba(228, 201, 135, 0.18);
    background:
      linear-gradient(145deg, rgba(228, 201, 135, 0.1), transparent 42%),
      rgba(9, 4, 3, 0.28);
    transform: rotate(7deg);
    opacity: 0.74;
  }

  .dark-page .section:not(.alt) .menu-item > div,
  .dark-page .section:not(.alt) .menu-item .price,
  .dark-page .section:not(.alt) .menu-item span.index {
    position: relative;
    z-index: 2;
  }

  .dark-page .section:not(.alt) .menu-item span.index {
    font-size: clamp(44px, 5vw, 70px);
    line-height: 0.9;
  }

  .dark-page .section:not(.alt) .menu-item > div {
    max-width: 32em;
  }

  .dark-page .section:not(.alt) .menu-item .price {
    justify-self: start;
    text-align: left;
  }

  .section.alt .journal-grid {
    position: relative;
    isolation: isolate;
    grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr) minmax(0, 1fr);
    gap: 1px;
    padding: 1px;
    border: 1px solid rgba(48, 30, 24, 0.22);
    background:
      linear-gradient(90deg, rgba(48, 30, 24, 0.2), rgba(189, 141, 62, 0.16), rgba(48, 30, 24, 0.12));
  }

  .section.alt .journal-grid::before {
    content: "";
    position: absolute;
    inset: 1px auto 1px 1px;
    z-index: 0;
    width: min(34%, 390px);
    background:
      linear-gradient(to bottom, rgba(234, 219, 188, 0.14), rgba(234, 219, 188, 0.78)),
      url("assets/journal-symbols.png") center 46% / cover no-repeat;
    opacity: 0.9;
    pointer-events: none;
  }

  .section.alt .journal-card {
    position: relative;
    z-index: 1;
    min-height: 320px;
    padding: clamp(34px, 4vw, 54px);
    background:
      linear-gradient(to bottom, rgba(246, 236, 217, 0.7), rgba(234, 219, 188, 0.88));
  }

  .section.alt .journal-card:first-child {
    padding-top: clamp(150px, 16vw, 220px);
    background:
      linear-gradient(to bottom, rgba(48, 30, 24, 0.04), rgba(234, 219, 188, 0.9) 70%);
  }

  .section.alt .journal-card::before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    margin-bottom: 28px;
    background: var(--gold);
    -webkit-mask: url("assets/icons/icon-leaf.svg") center / contain no-repeat;
    mask: url("assets/icons/icon-leaf.svg") center / contain no-repeat;
  }

  .section.alt .journal-card:nth-child(2)::before {
    -webkit-mask-image: url("assets/icons/icon-eye.svg");
    mask-image: url("assets/icons/icon-eye.svg");
  }

  .section.alt .journal-card:nth-child(3)::before {
    -webkit-mask-image: url("assets/icons/icon-candle.svg");
    mask-image: url("assets/icons/icon-candle.svg");
  }
}

@media (max-width: 900px) {
  .dark-page .section:not(.alt) .beliefs,
  .dark-page .section:not(.alt) .split-notes {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 1px;
    padding: 1px;
  }

  .dark-page .section:not(.alt) .belief,
  .dark-page .section:not(.alt) .split-notes article,
  .dark-page .section:not(.alt) .split-notes article:nth-child(2),
  .dark-page .section:not(.alt) .split-notes .note-relationship {
    grid-row: auto;
    min-height: 270px;
    padding: 28px 26px 30px;
  }

  .dark-page .section:not(.alt) .belief .mobile-note-art,
  .dark-page .section:not(.alt) .split-notes .mobile-note-art {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .dark-page .section:not(.alt) .belief h3,
  .dark-page .section:not(.alt) .split-notes h3 {
    margin-top: 74px;
  }

  .dark-page .section:not(.alt) .split-notes::before {
    display: none;
  }
}

@media (min-width: 901px) {
  .dark-page .section:not(.alt) .belief .mobile-note-art {
    opacity: 0.54;
    filter: saturate(0.9) contrast(1.12) brightness(0.94);
  }

  .dark-page .section:not(.alt) .belief:first-child .mobile-note-art {
    object-position: 48% 48%;
  }

  .dark-page .section:not(.alt) .belief:nth-child(2) .mobile-note-art {
    object-position: 54% 54%;
  }

  .dark-page .section:not(.alt) .belief:nth-child(3) .mobile-note-art {
    object-position: 54% 44%;
  }

  .dark-page .section:not(.alt) .split-notes article::before {
    top: auto;
    bottom: calc(clamp(46px, 5vw, 74px) + 104px);
  }

  .dark-page .section:not(.alt) .split-notes h3 {
    margin-top: 42px;
  }

  .dark-page .section:not(.alt) .menu-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 3vw, 42px);
    padding: 0;
    border: 0;
    background: transparent;
  }

  .dark-page .section:not(.alt) .menu-item,
  .dark-page .section:not(.alt) .menu-item:nth-child(2) {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .dark-page .section:not(.alt) .menu-item::before,
  .dark-page .section:not(.alt) .menu-item::after {
    display: none;
  }

  .dark-page .section:not(.alt) .menu-item span.index {
    display: none;
  }

  .dark-page .section:not(.alt) .menu-item > div {
    max-width: 30em;
    padding-left: 18px;
    border-left: 1px solid rgba(228, 201, 135, 0.18);
  }

  .dark-page .section:not(.alt) .menu-item h2 {
    margin-top: 8px;
    font-size: clamp(25px, 2.6vw, 34px);
  }

  .dark-page .section:not(.alt) .menu-item p {
    max-width: 26em;
    line-height: 1.9;
  }

  .dark-page .section:not(.alt) .menu-item .price {
    justify-self: start;
    min-width: 88px;
    margin-top: 24px;
    text-align: left;
  }

  .section.alt .journal-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(22px, 4vw, 46px);
    padding: 0;
    border-top: 1px solid rgba(48, 30, 24, 0.24);
    border-right: 0;
    border-bottom: 1px solid rgba(48, 30, 24, 0.24);
    border-left: 0;
    background: transparent;
  }

  .section.alt .journal-grid::before {
    display: none;
  }

  .section.alt .journal-card,
  .section.alt .journal-card:first-child {
    min-height: 270px;
    padding: 34px 0 38px;
    background: transparent;
  }

  .section.alt .journal-card::before {
    display: none;
  }
}
