:root {
  --midnight: #07101c;
  --abyss: #02050a;
  --ink: #0c1725;
  --steel: #8b9bb0;
  --ivory: #f6efe2;
  --paper: #d9d1c1;
  --gold: #d8ad62;
  --amber: #f2c978;
  --copper: #a76f3d;
  --line: rgba(216, 173, 98, 0.24);
  --panel: rgba(246, 239, 226, 0.055);
  --shadow: rgba(0, 0, 0, 0.48);
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 72% 8%, rgba(216, 173, 98, 0.13), transparent 26rem),
    radial-gradient(circle at 12% 40%, rgba(104, 130, 159, 0.13), transparent 24rem),
    linear-gradient(135deg, var(--abyss), var(--midnight) 45%, #091623);
  color: var(--ivory);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}

a,
button {
  color: inherit;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: -4rem;
  z-index: 20;
  background: var(--gold);
  color: #111;
  padding: 0.7rem 1rem;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.05rem clamp(1rem, 4vw, 3.5rem);
  border-bottom: 1px solid rgba(246, 239, 226, 0.08);
  background: rgba(2, 5, 10, 0.78);
  backdrop-filter: blur(18px);
}

.brand,
.site-header a,
footer a,
footer button,
.text-links a,
.consent button {
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand {
  color: var(--gold);
}

nav {
  display: flex;
  align-items: center;
  gap: clamp(0.75rem, 2vw, 1.4rem);
}

.site-header nav a,
footer a,
footer button,
.text-links a,
.consent button {
  color: var(--paper);
}

button {
  font: inherit;
}

section {
  position: relative;
  overflow: hidden;
}

.hero {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(18rem, 0.72fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding: 7rem clamp(1.25rem, 5vw, 5rem) 4rem;
  max-width: 1600px;
  margin-inline: auto;
  width: 100%;
}

.hero-copy {
  min-width: 0;
  width: 100%;
  max-width: 52rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
blockquote,
.signature p {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
  line-height: 0.98;
}

h1 {
  margin: 0;
  max-width: 11ch;
  font-size: 8.6rem;
  font-weight: 800;
}

h1 span {
  display: block;
}

h2 {
  margin: 0 0 1.4rem;
  font-size: 4.8rem;
  font-weight: 700;
}

h3 {
  margin: 0 0 0.6rem;
  color: var(--ivory);
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

p {
  color: var(--paper);
  font-size: 1.08rem;
}

.tagline {
  margin: 1.1rem 0 1.2rem;
  color: var(--amber);
  font-size: 1.5rem;
  font-weight: 600;
  max-width: 38rem;
}

.hero-intro {
  max-width: 46rem;
  font-size: 1.22rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button,
form button {
  min-height: 3.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  padding: 0.92rem 1.35rem;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
form button:hover {
  transform: translateY(-2px);
  border-color: rgba(242, 201, 120, 0.72);
}

.primary,
form button {
  background: linear-gradient(135deg, var(--amber), var(--gold) 55%, var(--copper));
  color: #08101b;
  border-color: transparent;
}

.secondary {
  background: rgba(246, 239, 226, 0.04);
}

.status-line {
  margin-top: 2.1rem;
  padding-left: 1rem;
  border-left: 1px solid var(--gold);
}

.status-line span {
  display: block;
  margin-bottom: 0.2rem;
  color: var(--ivory);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.status-line small,
.small,
.consent,
footer small,
.author-portrait small {
  color: var(--steel);
  font-size: 0.82rem;
}

.book-stage {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 35rem;
  perspective: 1200px;
}

.book-stage img {
  width: min(100%, 31rem);
  max-height: 76svh;
  object-fit: contain;
  filter: drop-shadow(0 3.5rem 3rem var(--shadow)) drop-shadow(0 0 2.2rem rgba(216, 173, 98, 0.18));
  transform: rotateY(-8deg) rotateX(2deg);
}

.hook,
.manifesto,
.legacy,
.mystery,
.launch,
.summary,
.final-cta,
.section {
  padding: clamp(5rem, 11vw, 9rem) clamp(1.25rem, 5vw, 5rem);
}

.section,
.hook > *,
.manifesto-copy,
.legacy > *,
.mystery > *,
.launch-inner,
.summary > *,
.final-cta > *,
footer {
  max-width: 1440px;
  margin-inline: auto;
}

.hook {
  min-height: 78svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-block: 1px solid rgba(246, 239, 226, 0.08);
  background: linear-gradient(180deg, rgba(2, 5, 10, 0.2), rgba(2, 5, 10, 0.62));
}

.hook h2,
.hook p,
.hook strong,
.manifesto h2,
.manifesto p,
.manifesto strong,
.legacy h2,
.legacy p,
.legacy strong,
.mystery h2,
.mystery p,
.mystery strong {
  max-width: 75rem;
}

.hook strong,
.manifesto strong,
.legacy strong,
.mystery strong,
.editorial strong,
.status-section strong,
.split strong {
  display: block;
  color: var(--amber);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 3.4rem;
  line-height: 1.08;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.worlds-section {
  min-height: calc(100svh - 4.5rem);
  display: grid;
  grid-template-columns: minmax(22rem, 0.78fr) minmax(0, 1.22fr);
  align-items: center;
  gap: 4.5rem;
}

.worlds-copy {
  max-width: 34rem;
}

.worlds-copy h2 {
  font-size: 4.35rem;
}

.worlds-copy p:not(.eyebrow) {
  max-width: 30rem;
}

.split > *,
.dual-system > *,
.pillar-grid > * {
  min-width: 0;
}

.pillar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.05rem;
  align-items: stretch;
}

.pillar-grid article {
  min-height: 12.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.35rem 1.4rem;
  border: 1px solid var(--line);
  background:
    linear-gradient(145deg, rgba(246, 239, 226, 0.052), rgba(246, 239, 226, 0.028)),
    rgba(9, 17, 28, 0.82);
}

.pillar-grid article:last-child {
  grid-column: 1 / -1;
  min-height: 9.6rem;
  display: grid;
  grid-template-columns: 4rem minmax(10rem, 0.45fr) minmax(0, 1fr);
  align-items: center;
  gap: 1.25rem;
}

.pillar-grid span {
  display: block;
  margin-bottom: 1.7rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
}

.pillar-grid article:last-child span,
.pillar-grid article:last-child h3,
.pillar-grid article:last-child p {
  margin: 0;
}

.dual-system {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 1rem;
  margin-top: 2.3rem;
}

.dual-system > div {
  border: 1px solid var(--line);
  padding: clamp(1.25rem, 3vw, 2rem);
  background: rgba(246, 239, 226, 0.035);
}

.dual-system ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--paper);
}

.center-mark {
  display: grid;
  place-items: center;
  min-width: 11rem;
  color: var(--amber);
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
}

.editorial {
  max-width: 80rem;
}

.quiet {
  position: relative;
  align-items: center;
  gap: 4rem;
  padding-block: 6.5rem;
  border-block: 1px solid rgba(246, 239, 226, 0.08);
  background:
    radial-gradient(circle at 18% 36%, rgba(216, 173, 98, 0.08), transparent 22rem),
    rgba(246, 239, 226, 0.018);
}

.self-section h2 {
  max-width: 9.8ch;
  font-size: 3.9rem;
}

.self-copy p {
  max-width: 35rem;
}

.self-panel {
  max-width: 42rem;
  padding-left: 2rem;
  border-left: 1px solid var(--line);
}

.self-panel p {
  margin-top: 0;
  font-size: 1.16rem;
}

.self-terms {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 2rem;
}

.self-terms span {
  border: 1px solid rgba(216, 173, 98, 0.22);
  background: rgba(2, 5, 10, 0.28);
  color: var(--gold);
  padding: 0.75rem 0.8rem;
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-align: center;
  text-transform: uppercase;
}

.pull {
  color: var(--amber);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.8rem;
  line-height: 1.12;
}

.manifesto,
.mystery {
  background:
    radial-gradient(circle at 80% 20%, rgba(216, 173, 98, 0.12), transparent 28rem),
    linear-gradient(135deg, rgba(2, 5, 10, 0.92), rgba(7, 16, 28, 0.92));
}

.combo-section {
  display: grid;
  grid-template-columns: minmax(21rem, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 3.5rem;
  padding: clamp(5rem, 10vw, 8rem) clamp(1.25rem, 5vw, 5rem);
  border-block: 1px solid rgba(216, 173, 98, 0.14);
  background:
    radial-gradient(circle at 78% 18%, rgba(216, 173, 98, 0.14), transparent 34rem),
    linear-gradient(135deg, rgba(5, 11, 19, 0.96), rgba(9, 17, 28, 0.9));
}

.combo-copy {
  min-width: 0;
  max-width: 36rem;
}

.combo-copy h2 {
  font-size: 4.1rem;
}

.combo-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.8rem 0;
}

.combo-list span {
  border: 1px solid rgba(216, 173, 98, 0.28);
  background: rgba(246, 239, 226, 0.04);
  color: var(--paper);
  padding: 0.58rem 0.72rem;
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.combo-note {
  color: var(--amber);
  font-weight: 700;
}

.combo-visual {
  min-width: 0;
}

.combo-visual img {
  display: block;
  width: 100%;
  max-width: 55rem;
  margin-left: auto;
  border: 1px solid rgba(216, 173, 98, 0.18);
  object-fit: cover;
  box-shadow: 0 2.4rem 5rem rgba(0, 0, 0, 0.42), 0 0 2.4rem rgba(216, 173, 98, 0.1);
}

.manifesto {
  min-height: 78svh;
  display: grid;
  align-items: center;
}

.manifesto-copy {
  position: relative;
  z-index: 1;
  width: 100%;
}

.meditation-visual {
  position: absolute;
  right: clamp(1rem, 6vw, 7rem);
  top: 50%;
  width: min(42vw, 34rem);
  aspect-ratio: 1;
  transform: translateY(-50%);
  opacity: 0.64;
  pointer-events: none;
}

.focus-ring,
.focus-core,
.orbit-dot {
  position: absolute;
  border-radius: 50%;
}

.focus-ring {
  inset: 12%;
  border: 1px solid rgba(216, 173, 98, 0.23);
  box-shadow: inset 0 0 2.5rem rgba(216, 173, 98, 0.05), 0 0 3rem rgba(216, 173, 98, 0.08);
  animation: breathe 8s ease-in-out infinite;
}

.ring-two {
  inset: 26%;
  border-color: rgba(246, 239, 226, 0.12);
  animation-delay: -3s;
}

.focus-core {
  inset: 43%;
  background: radial-gradient(circle, rgba(242, 201, 120, 0.9), rgba(216, 173, 98, 0.15) 45%, transparent 68%);
  filter: blur(0.3px);
  animation: pulseCore 6s ease-in-out infinite;
}

.orbit-dot {
  width: 0.52rem;
  height: 0.52rem;
  background: var(--amber);
  box-shadow: 0 0 1.4rem rgba(242, 201, 120, 0.72);
}

.dot-one {
  left: 50%;
  top: 10%;
  transform-origin: 0 min(17vw, 13.5rem);
  animation: orbit 14s linear infinite;
}

.dot-two {
  left: 19%;
  top: 55%;
  transform-origin: min(14vw, 11rem) 0;
  animation: orbit 19s linear reverse infinite;
}

@keyframes breathe {
  0%, 100% {
    transform: scale(0.96);
    opacity: 0.44;
  }
  50% {
    transform: scale(1.045);
    opacity: 0.82;
  }
}

@keyframes pulseCore {
  0%, 100% {
    transform: scale(0.84);
    opacity: 0.48;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.9;
  }
}

@keyframes orbit {
  to {
    rotate: 360deg;
  }
}

.legacy {
  border-block: 1px solid rgba(216, 173, 98, 0.16);
  background: linear-gradient(135deg, rgba(5, 12, 20, 0.8), rgba(18, 24, 28, 0.78));
}

.author-portrait img {
  width: min(100%, 24rem);
  aspect-ratio: 4 / 5;
  display: block;
  border: 1px solid var(--line);
  object-fit: cover;
  object-position: center top;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.34), 0 0 2rem rgba(216, 173, 98, 0.12);
}

blockquote {
  margin: 2rem 0;
  color: var(--amber);
  font-size: 3.2rem;
}

.text-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 1.6rem;
}

.signature {
  display: grid;
  justify-items: center;
  gap: 0.65rem;
  padding: 2.6rem clamp(1.25rem, 5vw, 5rem);
  border-block: 1px solid rgba(246, 239, 226, 0.08);
  text-align: center;
  background: rgba(2, 5, 10, 0.3);
}

.signature p {
  margin: 0;
  color: var(--ivory);
  font-size: 2.7rem;
  line-height: 1;
}

.signature p::after {
  content: "";
  display: block;
  width: 4.25rem;
  height: 1px;
  margin: 0.8rem auto 0;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.signature span {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.progress-wrap {
  max-width: 52rem;
  margin: 2rem 0;
}

.progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.progress-bar {
  height: 0.65rem;
  margin-top: 0.85rem;
  border: 1px solid var(--line);
  background: rgba(246, 239, 226, 0.06);
}

.progress-bar span {
  display: block;
  width: 75%;
  height: 100%;
  background: linear-gradient(90deg, var(--copper), var(--gold), var(--amber));
}

.launch {
  background:
    radial-gradient(circle at 50% 10%, rgba(216, 173, 98, 0.18), transparent 34rem),
    #03070c;
}

.launch-inner {
  max-width: 70rem;
  margin: 0 auto;
  text-align: center;
}

form {
  margin: 2rem auto 0;
  max-width: 58rem;
  text-align: left;
}

label {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.form-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.8rem;
}

input {
  width: 100%;
  min-height: 3.55rem;
  border: 1px solid rgba(246, 239, 226, 0.17);
  border-radius: 0;
  background: rgba(246, 239, 226, 0.06);
  color: var(--ivory);
  padding: 0 1rem;
  font: inherit;
}

input::placeholder {
  color: rgba(217, 209, 193, 0.62);
}

.form-message {
  min-height: 1.6rem;
  margin: 0.85rem 0 0;
  color: var(--amber);
  font-weight: 700;
}

.form-message.error {
  color: #ffb1a8;
}

.consent button,
footer button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.summary,
.final-cta {
  text-align: center;
}

.word-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.7rem;
  margin: 1.5rem auto;
}

.word-row span {
  border: 1px solid var(--line);
  padding: 0.75rem 0.95rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.final-cta .hero-actions {
  justify-content: center;
}

footer {
  display: grid;
  gap: 1.4rem;
  padding: 3rem clamp(1.25rem, 5vw, 5rem);
  border-top: 1px solid rgba(246, 239, 226, 0.1);
  background: #02050a;
}

footer strong {
  color: var(--gold);
  letter-spacing: 0.08em;
}

footer p {
  margin: 0.25rem 0 0;
}

footer nav {
  flex-wrap: wrap;
}

dialog {
  width: min(92vw, 42rem);
  border: 1px solid var(--line);
  background: #07101c;
  color: var(--ivory);
  padding: 2rem;
  box-shadow: 0 2rem 5rem var(--shadow);
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
}

dialog h2 {
  font-size: 2.4rem;
}

.modal-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ivory);
  cursor: pointer;
}

@media (max-width: 900px) {
  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 3.4rem;
  }

  .tagline {
    font-size: 1.3rem;
  }

  .hero-intro {
    font-size: 1.1rem;
  }

  .hook strong,
  .manifesto strong,
  .legacy strong,
  .mystery strong,
  .editorial strong,
  .status-section strong,
  .split strong,
  blockquote {
    font-size: 2.55rem;
  }

  .pull {
    font-size: 2.35rem;
  }

  .signature p {
    font-size: 2.35rem;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-header nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }

  .hero,
  .split,
  .dual-system,
  .worlds-section,
  .combo-section {
    grid-template-columns: 1fr;
  }

  .combo-section {
    gap: 2.2rem;
  }

  .combo-copy {
    max-width: 43rem;
  }

  .combo-copy h2 {
    font-size: 3.4rem;
  }

  .combo-visual img {
    max-width: 46rem;
    margin-inline: auto;
  }

  .worlds-section {
    min-height: auto;
    align-items: start;
    gap: 2rem;
  }

  .worlds-copy,
  .worlds-copy p:not(.eyebrow) {
    max-width: 42rem;
  }

  .worlds-copy h2 {
    font-size: 3.4rem;
  }

  .quiet {
    gap: 2rem;
    padding-block: 5rem;
  }

  .self-section h2 {
    max-width: 12ch;
    font-size: 3.15rem;
  }

  .self-panel {
    max-width: none;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding-top: 1.6rem;
  }

  .hero {
    padding-top: 9rem;
    min-height: auto;
    text-align: left;
  }

  .book-stage {
    min-height: auto;
  }

  .book-stage img {
    width: min(88vw, 26rem);
    max-height: none;
  }

  .center-mark {
    min-width: 0;
    min-height: 5rem;
  }

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

  .pillar-grid article:last-child {
    grid-column: auto;
    min-height: auto;
    display: flex;
    align-items: stretch;
    gap: 0;
  }

  .pillar-grid article:last-child span {
    margin-bottom: 1.2rem;
  }

  .manifesto {
    min-height: auto;
  }

  .meditation-visual {
    right: -7rem;
    width: 26rem;
    opacity: 0.36;
  }

  .author {
    align-items: center;
  }

  .author-portrait {
    justify-self: center;
  }

  .author-portrait img {
    width: min(78vw, 22rem);
  }
}

@media (max-width: 620px) {
  body {
    overflow-x: hidden;
  }

  .site-header {
    padding: 0.85rem 1rem;
    gap: 0.65rem;
  }

  .brand,
  .site-header a,
  footer a,
  footer button,
  .text-links a,
  .consent button {
    font-size: 0.7rem;
  }

  .site-header nav {
    gap: 0.95rem;
  }

  .hero {
    padding: 8rem 1rem 3.5rem;
    gap: 2rem;
    text-align: left;
  }

  h1 {
    max-width: none;
    font-size: 3.05rem;
    line-height: 0.94;
    overflow-wrap: normal;
  }

  h1 span:last-child {
    font-size: 0.86em;
  }

  h2 {
    font-size: 2.55rem;
    line-height: 1.02;
  }

  p {
    font-size: 1rem;
  }

  .eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.12em;
  }

  .tagline {
    width: auto;
    max-width: 19rem;
    overflow-wrap: break-word;
  }

  .hero-intro {
    width: auto;
    max-width: 20rem;
    overflow-wrap: break-word;
  }

  .status-line {
    width: auto;
    max-width: 18rem;
    text-align: left;
  }

  .hero-actions,
  .form-row {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .button,
  form button {
    width: 100%;
  }

  .dual-system ul {
    grid-template-columns: 1fr;
  }

  nav {
    gap: 0.85rem;
  }

  .hook,
  .manifesto,
  .legacy,
  .mystery,
  .combo-section,
  .launch,
  .summary,
  .final-cta,
  .section {
    padding: 4.5rem 1rem;
  }

  .hook {
    min-height: auto;
  }

  .hook strong,
  .manifesto strong,
  .legacy strong,
  .mystery strong,
  .editorial strong,
  .status-section strong,
  .split strong {
    font-size: 2rem;
  }

  .pillar-grid article {
    min-height: auto;
    padding: 1.1rem;
  }

  .pillar-grid span {
    margin-bottom: 1.2rem;
  }

  .worlds-copy h2 {
    font-size: 2.55rem;
  }

  .self-section h2 {
    font-size: 2.45rem;
  }

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

  .combo-copy h2 {
    font-size: 2.55rem;
  }

  .combo-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.55rem;
  }

  .combo-list span {
    text-align: center;
  }

  .dual-system > div {
    padding: 1.1rem;
  }

  .center-mark {
    min-height: 4rem;
    border-block: 1px solid var(--line);
  }

  .meditation-visual {
    right: -10rem;
    top: 42%;
    width: 24rem;
  }

  .progress-meta {
    font-size: 0.7rem;
  }

  .word-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .author-portrait img {
    width: min(86vw, 20rem);
  }

  blockquote {
    font-size: 2rem;
  }

  .signature {
    padding-block: 2.25rem;
  }

  .signature p {
    font-size: 2.05rem;
  }

  .signature span {
    max-width: 18rem;
    font-size: 0.68rem;
    line-height: 1.7;
  }

  footer nav,
  .text-links {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 360px) {
  h1 {
    font-size: 2.72rem;
  }

  h2 {
    font-size: 2.25rem;
  }
}

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

  .button,
  form button,
  .focus-ring,
  .focus-core,
  .orbit-dot {
    transition: none;
    animation: none;
  }
}
