@font-face {
  font-family: "Cinzel";
  src: url("assets/fonts/Cinzel.ttf") format("truetype");
  font-style: normal;
  font-weight: 400 900;
  font-display: swap;
}

:root {
  --font-display: "Cinzel", Georgia, "Times New Roman", serif;
  --midnight: #050b12;
  --navy: #071522;
  --ink: #121820;
  --paper: #f7f0e4;
  --paper-deep: #eadcc6;
  --cream: #fffaf0;
  --gold: #d7a94e;
  --gold-bright: #f2cf7a;
  --copper: #945b3d;
  --green: #1f5f52;
  --blue: #496f8f;
  --muted: #5f6b77;
  --line: rgba(18, 24, 32, 0.15);
  --line-light: rgba(255, 250, 240, 0.2);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
}

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

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--gold-bright);
  outline-offset: 3px;
}

section {
  scroll-margin-top: 92px;
}

.container {
  width: min(1160px, calc(100% - 28px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  color: var(--ink);
  background: rgba(255, 250, 240, 0.94);
  border-bottom: 1px solid rgba(18, 24, 32, 0.12);
  box-shadow: 0 8px 24px rgba(18, 24, 32, 0.08);
  backdrop-filter: blur(14px);
}

.topbar {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0;
}

.zen-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  font-weight: 850;
}

.zen-line {
  font-weight: 500;
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1.15;
}

.mini-book-stack {
  position: relative;
  width: 48px;
  height: 34px;
  flex: 0 0 48px;
  display: block;
}

.mini-book-stack .book {
  position: absolute;
  right: 0;
  height: 8px;
  border: 1px solid rgba(18, 24, 32, 0.18);
  border-radius: 2px;
  background: var(--paper);
  box-shadow: 0 1px 0 rgba(18, 24, 32, 0.1);
}

.mini-book-stack .book::before {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 7px;
  width: 1px;
  content: "";
  background: rgba(18, 24, 32, 0.16);
}

.book-one {
  bottom: 2px;
  width: 46px;
  background: #e9ddc8;
}

.book-two {
  bottom: 13px;
  width: 38px;
  background: #d7dccc;
  transform: translateX(-4px);
}

.book-three {
  bottom: 24px;
  width: 30px;
  background: #f6ecd9;
  transform: translateX(-11px);
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 6px 8px;
}

.site-nav a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border-radius: var(--radius);
  color: #28323b;
  font-size: 13px;
  font-weight: 850;
}

.site-nav a:hover {
  background: rgba(31, 95, 82, 0.08);
}

.site-nav .nav-buy {
  color: var(--midnight);
  background: var(--gold);
}

.site-nav .nav-buy:hover {
  background: var(--gold-bright);
}

.home-page.has-scroll-reveal .reveal-section {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.home-page.has-scroll-reveal[data-scroll-direction="up"] .reveal-section:not(.is-visible) {
  transform: translateY(-26px);
}

.home-page.has-scroll-reveal .reveal-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.home-page.has-scroll-reveal .reveal-child {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.home-page.has-scroll-reveal[data-scroll-direction="up"] .reveal-child {
  transform: translateY(-18px);
}

.home-page.has-scroll-reveal .reveal-section.is-visible .reveal-child {
  opacity: 1;
  transform: translateY(0);
}

.home-page.has-scroll-reveal .tradition-orbit::before {
  opacity: 0;
  transform: rotate(-3deg) scale(0.78);
  transition: opacity 760ms ease, transform 760ms ease;
}

.home-page.has-scroll-reveal .reveal-section.is-visible .tradition-orbit::before {
  opacity: 1;
  transform: rotate(-3deg) scale(1);
}

.home-page.has-scroll-reveal .review-constellation::before {
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity 760ms ease, transform 760ms ease;
}

.home-page.has-scroll-reveal .reveal-section.is-visible .review-constellation::before {
  opacity: 1;
  transform: scaleX(1);
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--cream);
  background: var(--midnight);
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(5, 11, 18, 0.98) 0%, rgba(5, 11, 18, 0.74) 54%, rgba(5, 11, 18, 0.9) 100%),
    url("assets/book-wrap.png") center / cover no-repeat;
}

.hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 120px;
  content: "";
  background: linear-gradient(180deg, rgba(5, 11, 18, 0), rgba(5, 11, 18, 0.95));
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(108px, 0.48fr) minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 26px 0 34px;
}

.book-stage {
  position: relative;
  display: grid;
  place-items: center;
}

.book-glow {
  position: absolute;
  width: 82%;
  aspect-ratio: 1;
  background: rgba(242, 207, 122, 0.16);
  filter: blur(38px);
}

.hero-book {
  position: relative;
  width: min(170px, 100%);
  border-radius: 4px;
  box-shadow: var(--shadow);
  transform: perspective(900px) rotateY(-6deg) rotateX(1deg);
}

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

.eyebrow,
.section-kicker,
.format {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.025em;
}

h1 {
  color: var(--gold-bright);
  font-size: 32px;
  letter-spacing: 0.045em;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.34);
}

h2 {
  font-size: 31px;
}

h3 {
  font-size: 23px;
}

.hero-subtitle {
  font-family: var(--font-display);
  letter-spacing: 0.055em;
  margin: 14px 0 0;
  color: rgba(255, 250, 240, 0.92);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

.hero-support {
  margin: 12px 0 0;
  color: rgba(255, 250, 240, 0.78);
  font-size: 14px;
  line-height: 1.55;
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-actions {
  margin-top: 18px;
}

.section-actions {
  margin-top: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: var(--midnight);
  background: var(--gold);
  box-shadow: 0 12px 30px rgba(215, 169, 78, 0.28);
}

.btn-primary:hover {
  background: var(--gold-bright);
}

.btn-secondary {
  color: var(--cream);
  border-color: rgba(255, 250, 240, 0.36);
  background: rgba(255, 250, 240, 0.04);
}

.btn-secondary:hover {
  background: rgba(255, 250, 240, 0.1);
}

.sample-section {
  padding: 38px 0;
  color: var(--cream);
  background: var(--navy);
  border-block: 1px solid rgba(215, 169, 78, 0.22);
}

.sample-grid {
  display: grid;
  gap: 24px;
}

.lead {
  margin: 18px 0 0;
  color: #35404a;
  font-size: 18px;
}

.sample-section .lead,
.section-dark .lead,
.back-cover .lead {
  color: rgba(255, 250, 240, 0.82);
}

.sample-form {
  display: grid;
  gap: 14px;
  padding: 18px;
  background: rgba(255, 250, 240, 0.08);
  border: 1px solid rgba(215, 169, 78, 0.28);
  border-radius: var(--radius);
}

.sample-provider-card {
  align-content: start;
}

.sample-provider-card .ml-form-embedContainer {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

.sample-provider-card .ml-form-align-center {
  display: block !important;
  text-align: left !important;
}

.sample-provider-card .ml-form-embedWrapper,
.sample-provider-card .ml-form-embedBody,
.sample-provider-card .ml-form-successBody {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  background: transparent !important;
}

.sample-provider-card .ml-form-embedContent {
  display: none !important;
}

.sample-provider-card .ml-form-formContent,
.sample-provider-card .ml-form-fieldRow,
.sample-provider-card .ml-form-embedSubmit {
  margin-bottom: 14px !important;
}

.sample-provider-card .ml-field-group label {
  display: inline-block !important;
  margin-bottom: 6px !important;
  color: rgba(255, 250, 240, 0.9) !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.sample-provider-card .ml-form-fieldRow input {
  min-height: 48px !important;
  padding: 0 14px !important;
  color: var(--ink) !important;
  background: var(--cream) !important;
  border: 1px solid rgba(255, 250, 240, 0.28) !important;
  border-radius: var(--radius) !important;
  font: inherit !important;
}

.sample-provider-card #mlb2-45812235.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.primary {
  min-height: 48px !important;
  padding: 12px 20px !important;
  color: var(--midnight) !important;
  background: var(--gold) !important;
  border: 1px solid transparent !important;
  border-radius: var(--radius) !important;
  box-shadow: 0 12px 30px rgba(215, 169, 78, 0.28) !important;
  font: inherit !important;
  font-size: 14px !important;
  font-weight: 850 !important;
}

.sample-provider-card #mlb2-45812235.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedSubmit button.primary:hover {
  background: var(--gold-bright) !important;
}

.sample-provider-card .ml-form-successContent h4,
.sample-provider-card .ml-form-successContent p {
  color: var(--cream) !important;
  font-family: inherit !important;
}

.sample-provider-card .ml-form-successContent h4 {
  font-family: var(--font-display) !important;
}

.sample-provider-card noscript a {
  color: var(--gold-bright);
}

.field {
  display: grid;
  gap: 6px;
}

label {
  color: rgba(255, 250, 240, 0.9);
  font-size: 14px;
  font-weight: 800;
}

input,
textarea {
  width: 100%;
  padding: 0 14px;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid rgba(255, 250, 240, 0.28);
  border-radius: var(--radius);
  font: inherit;
}

input {
  min-height: 48px;
}

textarea {
  min-height: 150px;
  padding-top: 12px;
  resize: vertical;
}

.form-status {
  margin: 0;
  color: rgba(255, 250, 240, 0.72);
  font-size: 13px;
}

.form-status:not(:empty) {
  padding: 10px 12px;
  color: var(--cream);
  background: rgba(31, 95, 82, 0.42);
  border: 1px solid rgba(242, 207, 122, 0.26);
  border-radius: var(--radius);
}

.section {
  padding: 58px 0;
}

.section-light {
  background: var(--cream);
}

.section-paper {
  background: var(--paper);
}

.why-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(215, 169, 78, 0.18), transparent 24%),
    linear-gradient(135deg, var(--cream) 0%, #f3e7d4 100%);
}

.why-section::before {
  position: absolute;
  inset: 48px auto auto 8%;
  z-index: -1;
  width: 220px;
  height: 220px;
  content: "";
  border: 1px solid rgba(148, 91, 61, 0.18);
  border-radius: 50%;
  box-shadow:
    42px 28px 0 -38px rgba(31, 95, 82, 0.45),
    112px 108px 0 -104px rgba(215, 169, 78, 0.7),
    168px 40px 0 -160px rgba(73, 111, 143, 0.65);
}

.section-dark {
  color: var(--cream);
  background:
    linear-gradient(180deg, rgba(5, 11, 18, 0.94), rgba(7, 21, 34, 0.97)),
    url("assets/book-front.png") center / cover no-repeat;
}

.split,
.preview-grid,
.author-grid,
.author-page-grid,
.back-cover-layout {
  display: grid;
  gap: 28px;
}

.feature-list,
.reader-grid,
.learning-grid,
.tradition-grid,
.toc-list,
.review-grid,
.faq-list {
  display: grid;
  gap: 14px;
}

.feature-list article,
.reader-grid article,
.tradition-grid article,
.toc-list article,
.review-grid article {
  padding: 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.feature-list article,
.tradition-grid article,
.review-grid article {
  box-shadow: 0 10px 26px rgba(30, 25, 20, 0.06);
}

.feature-list span {
  color: var(--copper);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
}

.feature-list h3,
.tradition-grid h3 {
  margin-top: 8px;
}

.feature-list p,
.tradition-grid p {
  margin: 12px 0 0;
  color: #4f5964;
}

.evidence-path {
  position: relative;
  display: grid;
  gap: 24px;
  padding-left: 8px;
}

.evidence-path::before {
  display: none;
}

.evidence-path article {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.evidence-path article::after {
  position: absolute;
  top: 58px;
  left: 29px;
  width: 2px;
  height: calc(100% + 4px);
  content: "";
  background: repeating-linear-gradient(
    180deg,
    rgba(215, 169, 78, 0.86) 0 7px,
    transparent 7px 15px
  );
}

.path-number {
  position: relative;
  z-index: 2;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--midnight);
  background: var(--gold);
  border: 5px solid var(--cream);
  border-radius: 50%;
  box-shadow: 0 10px 26px rgba(148, 91, 61, 0.18);
  font-size: 13px;
  font-weight: 950;
}

.evidence-path h3 {
  padding-top: 2px;
}

.evidence-path p {
  margin: 10px 0 0;
  color: #4f5964;
}

.reader-fit-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: var(--cream);
  background: #071522;
}

.reader-fit-section::before {
  display: none;
}

.reader-fit-section .section-kicker {
  color: var(--gold-bright);
}

.reader-fit-section .lead {
  color: rgba(255, 250, 240, 0.78);
}

.audience-map {
  position: relative;
  display: grid;
  gap: 18px;
}

.audience-map::before {
  display: none;
}

.audience-node {
  position: relative;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 8px 0;
}

.audience-node span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  color: var(--gold-bright);
  background: rgba(255, 250, 240, 0.06);
  border: 1px solid rgba(215, 169, 78, 0.42);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 950;
}

.audience-node p {
  margin: 0;
  color: rgba(255, 250, 240, 0.88);
  font-weight: 800;
}

.traditions-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 18%, rgba(215, 169, 78, 0.16), transparent 28%),
    radial-gradient(circle at 92% 12%, rgba(31, 95, 82, 0.14), transparent 22%),
    linear-gradient(180deg, var(--cream) 0%, #f0e2ce 100%);
}

.ornament-field {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.crescent-star {
  position: absolute;
  width: 118px;
  height: 118px;
  opacity: 0.18;
}

.crescent-star::before {
  position: absolute;
  inset: 18px;
  content: "";
  border-radius: 50%;
  box-shadow: -18px 0 0 0 var(--gold);
  transform: rotate(-16deg);
}

.crescent-star::after {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  content: "★";
  color: var(--gold);
  font-size: 22px;
  transform: translateX(-8px);
}

.crescent-one {
  top: 42px;
  right: 7%;
  transform: rotate(14deg);
}

.crescent-two {
  bottom: 30px;
  left: 5%;
  transform: rotate(-18deg) scale(0.82);
}

.hanging-star {
  position: absolute;
  top: 0;
  width: 1px;
  height: 112px;
  background: linear-gradient(180deg, rgba(215, 169, 78, 0.4), rgba(215, 169, 78, 0));
  opacity: 0.45;
}

.hanging-star::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "✦";
  color: var(--gold);
  font-size: 18px;
  transform: translateX(-50%);
}

.hang-one {
  left: 18%;
}

.hang-two {
  right: 22%;
  height: 86px;
}

.tradition-orbit {
  position: relative;
  display: grid;
  gap: 24px;
  margin-top: 38px;
}

.tradition-orbit::before {
  position: absolute;
  inset: 16px 10%;
  content: "";
  border: 1px solid rgba(148, 91, 61, 0.16);
  border-radius: 999px;
  transform: rotate(-3deg);
}

.tradition-node {
  position: relative;
  padding: 0 0 20px 72px;
  border-bottom: 1px solid rgba(148, 91, 61, 0.28);
}

.tradition-node::before {
  position: absolute;
  top: 26px;
  left: 24px;
  bottom: -1px;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, var(--gold), rgba(215, 169, 78, 0));
}

.node-index {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  color: var(--midnight);
  background: var(--gold);
  border-radius: 50%;
  font-size: 12px;
  font-weight: 950;
  box-shadow: 0 12px 26px rgba(148, 91, 61, 0.18);
}

.tradition-node h3 {
  padding-top: 5px;
}

.tradition-node p {
  margin: 12px 0 0;
  color: #4f5964;
}

.section-heading {
  max-width: 850px;
  margin-bottom: 28px;
}

.section-heading.narrow {
  max-width: 920px;
  text-align: left;
}

.reader-grid article {
  min-height: 104px;
  display: flex;
  align-items: center;
  color: var(--ink);
  background: #f0e4d1;
  font-weight: 800;
}

.learning-grid {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: learn;
}

.learning-grid li {
  position: relative;
  min-height: 82px;
  padding: 18px 18px 18px 62px;
  background: rgba(255, 250, 240, 0.08);
  border: 1px solid rgba(215, 169, 78, 0.22);
  border-radius: var(--radius);
}

.learning-grid li::before {
  position: absolute;
  top: 18px;
  left: 18px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  counter-increment: learn;
  content: counter(learn);
  color: var(--midnight);
  background: var(--gold);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 900;
}

.tradition-grid article {
  min-height: 220px;
  background: #f1e6d4;
  border-radius: var(--radius);
  box-shadow: none;
}

.toc-list {
  counter-reset: topic;
}

.toc-list article {
  position: relative;
  padding-left: 58px;
  background: var(--cream);
  font-weight: 800;
}

.toc-list article::before {
  position: absolute;
  top: 18px;
  left: 18px;
  color: var(--blue);
  counter-increment: topic;
  content: "0" counter(topic);
  font-size: 13px;
  font-weight: 900;
}

.back-cover {
  color: var(--cream);
  background: var(--midnight);
}

.back-cover-image {
  width: min(260px, 76%);
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.back-copy p {
  margin: 18px 0 0;
  color: rgba(255, 250, 240, 0.82);
  font-size: 18px;
}

blockquote {
  margin: 24px 0;
  padding: 0 0 0 18px;
  color: var(--gold-bright);
  border-left: 3px solid var(--gold);
  font-family: var(--font-display);
  font-size: 22px;
  line-height: 1.35;
}

.credential-list {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.credential-list li {
  padding: 12px 14px;
  background: var(--paper);
  border: 1px dashed rgba(18, 24, 32, 0.22);
  border-radius: var(--radius);
  color: var(--muted);
}

.author-page-hero {
  padding-top: 76px;
}

.author-page-hero h1 {
  max-width: 720px;
  color: var(--ink);
  font-size: 40px;
  text-shadow: none;
}

.author-book-panel {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 26px;
  background: #f0e4d1;
  border: 1px solid rgba(18, 24, 32, 0.14);
  border-radius: var(--radius);
}

.author-book-panel img {
  width: min(260px, 82%);
  border-radius: 4px;
  box-shadow: var(--shadow);
}

.author-book-panel p {
  margin: 0;
  color: #3d4852;
  text-align: center;
}

.author-card-grid {
  display: grid;
  gap: 14px;
}

.author-card-grid article {
  padding: 22px;
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.author-card-grid p {
  margin: 12px 0 0;
  color: #4f5964;
}

.dark-btn {
  color: var(--ink);
  border-color: rgba(18, 24, 32, 0.24);
}

.dark-btn:hover {
  background: rgba(18, 24, 32, 0.06);
}

.contact-page {
  background: var(--paper);
}

.contact-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 94px 0 82px;
  color: var(--cream);
  background:
    radial-gradient(circle at 12% 18%, rgba(215, 169, 78, 0.22), transparent 26%),
    radial-gradient(circle at 86% 20%, rgba(73, 111, 143, 0.28), transparent 30%),
    linear-gradient(135deg, #03070c 0%, #071522 52%, #0c1d2b 100%);
}

.contact-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background-image:
    radial-gradient(circle, rgba(255, 250, 240, 0.72) 1px, transparent 1.6px),
    radial-gradient(circle, rgba(215, 169, 78, 0.48) 1px, transparent 1.4px);
  background-position: 0 0, 48px 36px;
  background-size: 96px 96px, 132px 132px;
  opacity: 0.2;
}

.contact-hero::after {
  position: absolute;
  inset: auto 0 0;
  z-index: -1;
  height: 160px;
  content: "";
  background: linear-gradient(180deg, rgba(5, 11, 18, 0), rgba(5, 11, 18, 0.72));
}

.contact-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.contact-star {
  position: absolute;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(242, 207, 122, 0.72);
  transform: rotate(45deg);
}

.contact-star::before,
.contact-star::after {
  position: absolute;
  content: "";
  background: rgba(242, 207, 122, 0.72);
}

.contact-star::before {
  top: 50%;
  left: -13px;
  width: 36px;
  height: 1px;
}

.contact-star::after {
  top: -13px;
  left: 50%;
  width: 1px;
  height: 36px;
}

.star-one {
  top: 24%;
  left: 9%;
}

.star-two {
  right: 12%;
  bottom: 22%;
}

.contact-arc {
  position: absolute;
  border: 1px solid rgba(215, 169, 78, 0.34);
  border-radius: 999px;
}

.arc-one {
  top: -130px;
  right: -90px;
  width: 420px;
  height: 420px;
}

.arc-two {
  bottom: -210px;
  left: -110px;
  width: 500px;
  height: 500px;
  opacity: 0.55;
}

.contact-hero-layout {
  display: grid;
  gap: 38px;
  align-items: center;
}

.contact-hero-copy {
  max-width: 780px;
}

.contact-hero .section-kicker {
  color: var(--gold-bright);
}

.contact-hero h1 {
  color: var(--gold-bright);
  font-size: clamp(52px, 9vw, 112px);
  text-shadow: 0 14px 34px rgba(0, 0, 0, 0.44);
}

.contact-intro {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255, 250, 240, 0.82);
  font-size: 20px;
}

.contact-signal {
  position: relative;
  min-height: 270px;
  display: grid;
  place-items: center;
}

.contact-signal::before {
  width: min(270px, 82vw);
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(215, 169, 78, 0.36);
  border-radius: 50%;
  background:
    radial-gradient(circle at 64% 50%, rgba(7, 21, 34, 0.96) 0 29%, transparent 30%),
    radial-gradient(circle at 50% 50%, rgba(215, 169, 78, 0.2) 0 30%, transparent 31%),
    radial-gradient(circle at 50% 50%, transparent 0 52%, rgba(215, 169, 78, 0.14) 53% 54%, transparent 55%);
  box-shadow: 0 0 70px rgba(215, 169, 78, 0.14);
}

.contact-signal span {
  position: absolute;
  top: 12%;
  width: 1px;
  height: 72%;
  background: linear-gradient(180deg, transparent, rgba(215, 169, 78, 0.58), transparent);
}

.contact-signal span::after {
  position: absolute;
  bottom: 18%;
  left: -4px;
  width: 9px;
  height: 9px;
  content: "";
  border: 1px solid rgba(242, 207, 122, 0.76);
  transform: rotate(45deg);
}

.contact-signal span:nth-child(1) {
  left: 30%;
}

.contact-signal span:nth-child(2) {
  left: 50%;
  height: 86%;
}

.contact-signal span:nth-child(3) {
  left: 70%;
}

.contact-panel {
  position: relative;
  overflow: hidden;
  padding: 78px 0 86px;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.94), rgba(247, 240, 228, 0.72)),
    var(--paper-deep);
}

.contact-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(148, 91, 61, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 91, 61, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.contact-panel-ornament {
  position: absolute;
  top: 58px;
  right: clamp(20px, 7vw, 120px);
  width: 180px;
  height: 180px;
  border: 1px solid rgba(148, 91, 61, 0.2);
  transform: rotate(45deg);
}

.contact-panel-ornament::before,
.contact-panel-ornament::after {
  position: absolute;
  inset: 20px;
  content: "";
  border: 1px solid rgba(31, 95, 82, 0.14);
}

.contact-panel-ornament::after {
  inset: 54px;
  background: rgba(255, 250, 240, 0.28);
}

.contact-grid,
.contact-faq-layout {
  position: relative;
  display: grid;
  gap: 34px;
}

.contact-copy {
  position: relative;
  max-width: 460px;
  padding: 8px 0 8px 30px;
}

.contact-copy::before {
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 0;
  width: 1px;
  content: "";
  background: repeating-linear-gradient(
    180deg,
    rgba(148, 91, 61, 0.78) 0 12px,
    transparent 12px 22px
  );
}

.contact-copy::after {
  position: absolute;
  top: 0;
  left: -8px;
  width: 17px;
  height: 17px;
  content: "";
  background: var(--gold);
  transform: rotate(45deg);
}

.contact-form {
  position: relative;
  display: grid;
  gap: 16px;
  width: min(100%, 760px);
  padding: clamp(20px, 4vw, 34px);
  background:
    linear-gradient(135deg, rgba(255, 250, 240, 0.96), rgba(247, 240, 228, 0.94)),
    var(--cream);
  border: 1px solid rgba(148, 91, 61, 0.28);
  box-shadow: 0 30px 80px rgba(18, 24, 32, 0.16);
}

.contact-form::before {
  position: absolute;
  inset: 12px;
  content: "";
  pointer-events: none;
  border: 1px solid rgba(215, 169, 78, 0.24);
}

.contact-form::after {
  position: absolute;
  top: -10px;
  right: 28px;
  width: 78px;
  height: 20px;
  content: "";
  background: rgba(215, 169, 78, 0.72);
  box-shadow: 0 8px 24px rgba(18, 24, 32, 0.14);
}

.contact-form > * {
  position: relative;
}

.contact-form label,
.contact-form legend {
  color: #35404a;
}

.contact-form input,
.contact-form textarea {
  border-color: rgba(148, 91, 61, 0.36);
  border-radius: 0;
  background: rgba(255, 250, 240, 0.88);
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(31, 95, 82, 0.64);
  box-shadow: 0 0 0 3px rgba(31, 95, 82, 0.1);
}

.form-row {
  display: grid;
  gap: 14px;
}

.inquiry-types {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  margin: 0 0 14px;
  border: 0;
}

.inquiry-types legend {
  width: 100%;
  grid-column: 1 / -1;
  margin-bottom: 2px;
  font-weight: 850;
}

.inquiry-types label {
  cursor: pointer;
}

.inquiry-types input {
  position: absolute;
  width: 1px;
  height: 1px;
  min-height: 1px;
  opacity: 0;
}

.inquiry-types span {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: var(--green);
  background: rgba(255, 250, 240, 0.54);
  border: 1px solid rgba(148, 91, 61, 0.3);
  font-weight: 850;
  text-align: center;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.inquiry-types label:hover span {
  transform: translateY(-1px);
  border-color: rgba(31, 95, 82, 0.42);
}

.inquiry-types input:focus-visible + span {
  outline: 3px solid var(--gold-bright);
  outline-offset: 3px;
}

.inquiry-types input:checked + span {
  color: var(--cream);
  background: linear-gradient(135deg, var(--green), #123b34);
  border-color: var(--green);
  box-shadow: inset 0 -4px 0 var(--gold);
}

.contact-status {
  color: #35404a;
}

.contact-status:not(:empty) {
  color: var(--cream);
}

.contact-status[data-state="error"]:not(:empty) {
  background: rgba(133, 42, 42, 0.9);
  border-color: rgba(133, 42, 42, 0.42);
}

.contact-status:focus {
  outline: 2px solid var(--green);
  outline-offset: 3px;
}

.contact-faq {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, #fffaf0, #f7f0e4 70%, #eadcc6);
}

.contact-faq .faq-list {
  counter-reset: inquiry-faq;
}

.contact-faq .faq-list details {
  position: relative;
  overflow: hidden;
  background: rgba(255, 250, 240, 0.76);
  border: 1px solid rgba(18, 24, 32, 0.12);
  border-left: 4px solid rgba(148, 91, 61, 0.64);
  border-radius: 0;
  box-shadow: 0 16px 46px rgba(18, 24, 32, 0.07);
}

.contact-faq .faq-list details::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--gold), transparent);
  opacity: 0;
  transition: opacity 180ms ease;
}

.contact-faq .faq-list details[open]::before {
  opacity: 1;
}

.contact-faq .faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 19px 54px 19px 20px;
}

.contact-faq .faq-list summary::before {
  counter-increment: inquiry-faq;
  content: "0" counter(inquiry-faq);
  color: var(--copper);
  font-family: var(--font-display);
  font-size: 19px;
}

.contact-faq .faq-list summary::after {
  position: absolute;
  right: 20px;
  content: "+";
  color: var(--green);
  font-size: 24px;
  line-height: 1;
}

.contact-faq .faq-list details[open] summary::after {
  content: "-";
}

.contact-faq .faq-list details p {
  padding-left: 58px;
}

.reviews {
  background: #fff8ea;
}

.reviews-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 248, 234, 0.94), rgba(241, 230, 212, 0.98)),
    radial-gradient(circle at 88% 12%, rgba(215, 169, 78, 0.18), transparent 28%);
}

.review-constellation {
  position: relative;
  display: grid;
  gap: 28px;
  margin-top: 34px;
}

.review-constellation::before {
  position: absolute;
  inset: 24px 4% auto;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(148, 91, 61, 0.28), transparent);
}

.review-note {
  position: relative;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  padding: 12px 0 0 28px;
}

.review-note::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, var(--gold), rgba(148, 91, 61, 0.22), transparent);
}

.review-note::after {
  position: absolute;
  top: 0;
  left: -7px;
  width: 15px;
  height: 15px;
  content: "";
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(215, 169, 78, 0.12);
}

.review-label {
  margin: 0 0 10px;
  color: var(--copper);
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
}

.review-rating {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.review-rating span {
  margin-left: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  vertical-align: 2px;
}

.review-constellation blockquote {
  margin: 0;
  padding: 0;
  color: var(--ink);
  border-left: 0;
  font-size: 21px;
}

.review-source {
  margin: auto 0 0;
  padding-top: 24px;
  color: var(--muted);
  font-weight: 750;
}

.home-page.has-scroll-reveal .tradition-orbit::before {
  opacity: 0;
  transform: rotate(-3deg) scale(0.78);
  transition: opacity 760ms ease, transform 760ms ease;
}

.home-page.has-scroll-reveal .reveal-section.is-visible .tradition-orbit::before {
  opacity: 1;
  transform: rotate(-3deg) scale(1);
}

.home-page.has-scroll-reveal .review-constellation::before {
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: opacity 760ms ease, transform 760ms ease;
}

.home-page.has-scroll-reveal .reveal-section.is-visible .review-constellation::before {
  opacity: 1;
  transform: scaleX(1);
}

.faq-list details {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 850;
}

.faq-list details p {
  margin: 0;
  padding: 0 20px 20px;
  color: #4f5964;
}

.site-footer {
  padding: 32px 0;
  color: rgba(255, 250, 240, 0.78);
  background: #03070c;
}

.footer-grid {
  display: grid;
  gap: 24px;
}

.footer-title {
  color: var(--cream);
  font-family: var(--font-display);
  font-size: 22px;
}

.site-footer p {
  margin: 0 0 8px;
}

.site-footer a {
  color: var(--gold-bright);
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.footer-nav a {
  font-weight: 800;
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 126px;
  }

  section {
    scroll-margin-top: 126px;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .contact-hero {
    padding: 68px 0 56px;
  }

  .contact-signal {
    min-height: 190px;
  }

  .contact-panel {
    padding: 56px 0 64px;
  }

  .contact-panel-ornament {
    display: none;
  }

  .inquiry-types {
    grid-template-columns: 1fr;
  }

  .contact-form::before {
    inset: 9px;
  }

  .contact-faq .faq-list summary {
    align-items: flex-start;
  }

  .contact-faq .faq-list details p {
    padding-left: 20px;
  }
}

@media (max-width: 420px) {
  html {
    scroll-padding-top: 132px;
  }

  .container {
    width: min(100% - 22px, 1160px);
  }

  section {
    scroll-margin-top: 132px;
  }

  .zen-line {
  font-weight: 500;
    font-size: 16px;
  }

  .site-nav a {
    min-height: 32px;
    padding: 0 8px;
    font-size: 12px;
  }

  .hero-layout {
    grid-template-columns: minmax(94px, 0.42fr) minmax(0, 1fr);
    gap: 10px;
  }

  .hero-book {
    width: min(138px, 100%);
  }

  h1 {
    font-size: 29px;
  }

  .hero-subtitle {
  font-family: var(--font-display);
  letter-spacing: 0.055em;
    font-size: 15px;
  }

  .hero-support {
    font-size: 13px;
  }

  .btn {
    width: 100%;
  }

  .contact-hero h1 {
    font-size: 48px;
  }

  .contact-intro {
    font-size: 17px;
  }

  .contact-form {
    padding: 18px;
  }

  .contact-form::after {
    right: 18px;
  }
}

@media (min-width: 640px) {
  .container {
    width: min(1160px, calc(100% - 40px));
  }

  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 42px;
  }

  .hero-layout {
    grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1fr);
    gap: 28px;
    padding: 42px 0 50px;
  }

  .hero-book {
    width: min(300px, 100%);
  }

  .hero-subtitle {
  font-family: var(--font-display);
  letter-spacing: 0.055em;
    font-size: 20px;
  }

  .hero-support {
    font-size: 17px;
  }

  .btn {
    width: auto;
    min-height: 48px;
    padding: 0 20px;
    font-size: 15px;
  }

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

  .review-constellation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 44px;
  }

  .review-note:nth-child(2) {
    margin-top: 28px;
  }

  .audience-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 34px;
  }

  .sample-form {
    padding: 24px;
  }
}

@media (min-width: 840px) {
  h1 {
    font-size: 78px;
    max-width: 11ch;
  }

  h2 {
    font-size: 50px;
  }

  .section {
    padding: 86px 0;
  }

  .hero-layout {
    grid-template-columns: minmax(280px, 0.78fr) minmax(430px, 1fr);
    gap: 58px;
    padding: 58px 0 62px;
  }

  .hero-book {
    width: min(390px, 90%);
    transform: perspective(1200px) rotateY(-8deg) rotateX(2deg);
  }

  .hero-subtitle {
  font-family: var(--font-display);
  letter-spacing: 0.055em;
    font-size: 23px;
  }

  .hero-support {
    font-size: 18px;
  }

  .sample-section {
    padding: 50px 0;
  }

  .contact-hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.5fr);
  }

  .contact-signal {
    justify-self: end;
  }

  .sample-grid,
  .split,
  .preview-grid,
  .author-grid,
  .author-page-grid,
  .contact-grid,
  .contact-faq-layout,
  .back-cover-layout {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
    align-items: center;
    gap: 54px;
  }

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

  .contact-faq-layout {
    align-items: start;
  }

  .contact-faq-layout > div:first-child {
    position: sticky;
    top: 112px;
  }

  .author-page-hero h1 {
    font-size: 64px;
  }

  .feature-list {
    align-self: start;
  }

  .evidence-path {
    gap: 30px;
  }

  .evidence-path article:nth-child(2) {
    padding-left: 34px;
  }

  .evidence-path article:nth-child(2)::after {
    left: 63px;
  }

  .evidence-path article:nth-child(3) {
    padding-left: 68px;
  }

  .evidence-path article:nth-child(3)::after {
    left: 97px;
  }

  .section-heading.narrow {
    text-align: center;
    margin-inline: auto;
  }

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

  .tradition-orbit {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
    padding-top: 28px;
  }

  .tradition-orbit::before {
    inset: 42px 7% 28px;
    border-radius: 50%;
  }

  .node-christianity {
    margin-top: 54px;
  }

  .node-islam {
    margin-top: 18px;
  }

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

  .back-cover-layout {
    grid-template-columns: minmax(250px, 360px) minmax(0, 1fr);
  }

  .back-cover-image {
    width: min(360px, 100%);
  }

  .footer-grid {
    grid-template-columns: 1fr auto;
    align-items: start;
  }
}

@media (min-width: 1120px) {
  h1 {
    font-size: 88px;
  }

  .author-page-hero h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 54px;
  }

  .hero-layout {
    padding: 64px 0 68px;
  }

  .reader-grid,
  .learning-grid,
  .review-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .review-constellation {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px;
  }

  .review-note:nth-child(2) {
    margin-top: 52px;
  }

  .review-note:nth-child(3) {
    margin-top: 18px;
  }

  .audience-map {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .audience-node:nth-child(2),
  .audience-node:nth-child(5) {
    margin-top: 34px;
  }

  .learning-grid li:nth-child(10) {
    grid-column: span 3;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .home-page.has-scroll-reveal .reveal-section {
    opacity: 1;
    transform: none;
  }

  .home-page.has-scroll-reveal .reveal-child {
    opacity: 1;
    transform: none;
  }
}
