:root {
  --paper: #ffffff;
  --ink: #111111;
  --muted: #727272;
  --faint: #b9b9b9;
  --line: rgba(17, 17, 17, 0.14);
  --line-soft: rgba(17, 17, 17, 0.08);
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

::selection { background: #111; color: #fff; }

/* Gravity becomes navigation. The point descends as the visitor scrolls. */
.fall-rail {
  position: fixed;
  z-index: 80;
  top: 0;
  right: clamp(1.25rem, 4.2vw, 4.75rem);
  height: 100vh;
  width: 18px;
  pointer-events: none;
}
.fall-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  transform: translateX(-50%);
  background: linear-gradient(to bottom, transparent 0%, var(--line) 8%, var(--line) 92%, transparent 100%);
}
.falling-point {
  position: absolute;
  left: 50%;
  top: 3vh;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ink);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 5px rgba(17,17,17,.025);
  will-change: top;
}

.panel {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: clamp(5.5rem, 9vw, 9.5rem) clamp(1.5rem, 8vw, 9rem);
  background: var(--paper);
  color: var(--ink);
  border-bottom: 1px solid var(--line-soft);
}

.content { position: relative; z-index: 3; width: 100%; }
.narrow { max-width: 880px; }
.wide { max-width: 1180px; }
.max-copy { max-width: 760px; }

.overline, .eyebrow, .citation, .scroll-note, footer, .section-code {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 700;
}
.overline { margin: 0 0 2rem; color: var(--muted); }

h1, h2, blockquote {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .96;
  margin: 0;
}
h1 { font-size: clamp(4.25rem, 10vw, 10.25rem); }
h2 { font-size: clamp(3.25rem, 7.2vw, 7.6rem); }

.lead {
  margin: 1.6rem 0 0;
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3vw, 3.2rem);
  line-height: 1.2;
}
.body-large {
  margin: 2.5rem 0 0;
  max-width: 860px;
  font-family: var(--serif);
  font-size: clamp(1.5rem, 2.4vw, 2.55rem);
  line-height: 1.38;
}
.quiet {
  margin: 2.8rem 0 0;
  max-width: 760px;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.55;
  color: var(--muted);
}

.section-code {
  position: absolute;
  right: clamp(1.5rem, 8vw, 9rem);
  bottom: 2.5rem;
  color: var(--faint);
  letter-spacing: .16em;
}

.hero {
  min-height: 100svh;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}
.hero-mark {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: baseline;
  gap: .06em;
  font-family: var(--sans);
  font-weight: 800;
  font-size: clamp(1.35rem, 2vw, 2rem);
  letter-spacing: -.07em;
}
.hero-mark .thin { font-weight: 300; letter-spacing: -.04em; }
.hero-copy { margin: auto 0; max-width: 1200px; }
.hero .eyebrow { margin: 0 0 2rem; color: var(--muted); }
.scroll-note { color: var(--faint); align-self: flex-start; }

.statement::before {
  content: "";
  position: absolute;
  width: min(38vw, 540px);
  height: min(38vw, 540px);
  border-radius: 50%;
  border: 1px solid var(--line-soft);
  right: -15vw;
  top: 18vh;
}

.weight .split-copy {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(2rem, 7vw, 8rem);
  align-items: end;
}
.weight .split-copy p {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.48;
}
.weight .split-copy .rule {
  font-size: clamp(1.8rem, 3.4vw, 4rem);
  line-height: 1.15;
}
.weight-orbit {
  position: absolute;
  right: -11vw;
  top: -8vw;
  width: 44vw;
  aspect-ratio: 1;
  border: 1px solid var(--line-soft);
  border-radius: 50%;
}
.weight-orbit span {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--ink);
  left: 11%;
  top: 56%;
}

.force { min-height: 112vh; }
.force-copy { max-width: 1180px; }
.command {
  margin: clamp(4rem, 9vh, 7rem) 0 0;
  font-family: var(--serif);
  font-size: clamp(2.15rem, 4.6vw, 5.6rem);
  line-height: 1.06;
}
.command em { font-style: italic; color: var(--muted); }
.reach { position: absolute; inset: 0; pointer-events: none; }
.reach span {
  position: absolute;
  border: 1px solid var(--line-soft);
  border-radius: 50%;
  width: 34vw;
  height: 34vw;
  right: -8vw;
  bottom: -11vw;
}
.reach span:nth-child(2){ width: 46vw; height: 46vw; right:-14vw; bottom:-17vw; }
.reach span:nth-child(3){ width: 60vw; height: 60vw; right:-21vw; bottom:-24vw; }

.dignity { min-height: 105vh; }

.rule-panel { min-height: 112vh; }
.scripture { max-width: 1040px; }
blockquote { font-size: clamp(3rem, 7vw, 7.6rem); }
.citation { margin-top: 2rem; color: var(--muted); }

.image-god::after {
  content: "";
  position: absolute;
  left: clamp(1.5rem, 8vw, 9rem);
  bottom: 17vh;
  width: min(34vw, 430px);
  height: 1px;
  background: var(--line);
}

.grace { min-height: 138vh; }
.grace h2 { max-width: 1120px; }
.grace-thesis {
  margin: clamp(4rem, 8vh, 7rem) 0 0;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 3.75rem);
  line-height: 1.15;
}
.grace-turn {
  margin: 1rem 0 0;
  font-family: var(--serif);
  font-size: clamp(2.3rem, 4.7vw, 5.8rem);
  line-height: 1;
  letter-spacing: -.035em;
}
.gift-list {
  margin: clamp(4rem, 9vh, 7rem) 0 0;
  padding-left: clamp(0rem, 8vw, 8rem);
  max-width: 950px;
}
.gift-list p {
  margin: .35rem 0;
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.25vw, 2.35rem);
  line-height: 1.35;
}
.gift-list p:nth-child(2) { padding-left: 6%; }
.gift-list p:nth-child(3) { padding-left: 12%; }
.gift-list p:nth-child(4) { padding-left: 18%; }
.grace-close {
  margin: clamp(4.5rem, 10vh, 8rem) 0 0;
  max-width: 820px;
  font-family: var(--serif);
  font-size: clamp(1.9rem, 3.5vw, 4.3rem);
  line-height: 1.1;
}
.gravity-arc {
  position: absolute;
  width: min(62vw, 860px);
  height: min(62vw, 860px);
  border: 1px solid var(--line-soft);
  border-radius: 50%;
  right: -29vw;
  bottom: -32vw;
}

.mystery { min-height: 125vh; }
.mystery-copy { max-width: 980px; margin-top: 8vh; }
.constellation { position: absolute; inset: 0; pointer-events: none; }
.constellation span {
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--ink);
  opacity: .18;
}
.constellation span:nth-child(1){ left: 13%; top: 22%; }
.constellation span:nth-child(2){ left: 74%; top: 16%; }
.constellation span:nth-child(3){ left: 87%; top: 46%; }
.constellation span:nth-child(4){ left: 38%; top: 69%; }
.constellation span:nth-child(5){ left: 59%; top: 82%; }
.constellation span:nth-child(6){ left: 20%; top: 88%; }

.final {
  min-height: 118vh;
  align-items: stretch;
  flex-direction: column;
}
.final-copy { margin: auto 0; max-width: 1000px; }
.closing { margin-bottom: 4rem; }
.closing-lines {
  margin-top: 4.5rem;
  padding-top: 2rem;
  max-width: 780px;
  border-top: 1px solid var(--line);
}
.closing-lines p {
  margin: .45rem 0;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 2rem);
}
.walk { margin-top: 5rem; font-size: 1rem; text-transform: uppercase; letter-spacing: .18em; font-weight: 700; }
footer {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: center;
  padding-top: 2rem;
  padding-right: 12rem;
  color: var(--muted);
}

.reveal {
  opacity: 1;
  transform: none;
}
.js .reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 1.05s ease, transform 1.05s cubic-bezier(.2,.65,.25,1);
}
.js .reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 760px) {
  .panel { padding: 5.25rem 1.35rem 6rem; min-height: 94svh; }
  .hero { min-height: 100svh; }
  .fall-rail { right: 1rem; opacity: .7; }
  .section-code { right: 1.35rem; bottom: 1.5rem; font-size: 9px; }
  .weight .split-copy { grid-template-columns: 1fr; gap: 3rem; }
  .body-large { font-size: clamp(1.35rem, 6vw, 1.9rem); }
  .overline { margin-bottom: 1.4rem; }
  footer { align-items:flex-start; flex-direction:column; padding-right: 0; }
  .weight-orbit { width: 82vw; right: -45vw; top: 1rem; }
  .reach span { width: 82vw; height:82vw; }
  .reach span:nth-child(2){ width:104vw;height:104vw; }
  .reach span:nth-child(3){ width:130vw;height:130vw; }
  .gift-list { padding-left: 0; }
  .gift-list p:nth-child(n) { padding-left: 0; }
  .gravity-arc { width: 110vw; height: 110vw; right: -65vw; bottom: -18vw; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}


/* Production accessibility and interaction */
.skip-link {
  position: fixed;
  z-index: 999;
  top: 1rem;
  left: 1rem;
  padding: .75rem 1rem;
  background: var(--ink);
  color: var(--paper);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  transform: translateY(-180%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}

/* Stay Close */
.contact-panel {
  min-height: 112vh;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-between;
}
.contact-panel .content {
  margin: auto 0;
}
.contact-panel h2 {
  max-width: 1000px;
}
.contact-form {
  margin-top: clamp(3.5rem, 8vh, 6.5rem);
  max-width: 900px;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 4rem);
}
.field {
  display: flex;
  flex-direction: column;
  gap: .75rem;
}
.field label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 700;
  color: var(--muted);
}
.field input,
.field textarea {
  width: 100%;
  appearance: none;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  padding: .55rem 0 1rem;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  line-height: 1.4;
}
.field textarea {
  resize: vertical;
  min-height: 10rem;
}
.field input:focus,
.field textarea:focus {
  border-bottom-color: var(--ink);
  outline: none;
}
.message-field { margin-top: 3rem; }
.form-actions {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2rem;
  margin-top: 2.5rem;
}
.form-actions button {
  min-width: 8rem;
  border: 1px solid var(--ink);
  border-radius: 0;
  padding: 1rem 1.5rem;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 700;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.form-actions button:hover,
.form-actions button:focus-visible {
  background: var(--ink);
  color: var(--paper);
}
.form-note {
  margin: 0;
  max-width: 540px;
  color: var(--muted);
  font-size: .85rem;
  line-height: 1.5;
}
.honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  white-space: nowrap !important;
}
.contact-panel footer {
  width: 100%;
  padding-right: 12rem;
}

@media (max-width: 760px) {
  .contact-panel { min-height: 105svh; }
  .form-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .form-actions { grid-template-columns: 1fr; align-items: start; }
  .form-actions button { width: 100%; }
  .contact-panel footer { padding-right: 0; }
}


/* Thank-you page */
.thank-you-page {
  min-height: 100svh;
}
.thank-you-link {
  display: inline-block;
  margin-top: 3rem;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px solid var(--ink);
  padding-bottom: .35rem;
}

/* v1.1 desktop typography refinement
   Preserve the mobile experience while making wide-screen display type
   quieter, more contemplative, and less visually dominant. */
@media (min-width: 761px) {
  h1 { font-size: clamp(4.25rem, 8.2vw, 8.4rem); }
  h2 { font-size: clamp(3.25rem, 5.8vw, 6.1rem); }
  blockquote { font-size: clamp(3rem, 5.7vw, 6.1rem); }
  .command { font-size: clamp(2.15rem, 3.8vw, 4.5rem); }
  .grace-turn { font-size: clamp(2.3rem, 4vw, 4.8rem); }
  .grace-close { font-size: clamp(1.9rem, 3vw, 3.6rem); }
}
