[hidden] { display: none !important; }
:root {
  --ink: #0b0a0a;
  --ink-soft: #151313;
  --paper: #eeeae3;
  --paper-2: #e5dfd6;
  --muted: #9d978f;
  --line: rgba(238, 234, 227, 0.17);
  --line-dark: rgba(11, 10, 10, 0.15);
  --red: #bd1f35;
  --red-bright: #d12a43;
  --display: "Iowan Old Style", "Baskerville", "Times New Roman", serif;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.is-locked { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  transform: translateY(-150%);
  background: var(--paper);
  color: var(--ink);
  padding: 10px 14px;
  border-radius: 99px;
}
.skip-link:focus { transform: translateY(0); }

.topbar {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  mix-blend-mode: difference;
  color: white;
  pointer-events: none;
}
.topbar a { pointer-events: auto; }
.brand, .topbar-cta {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .14em;
  font-weight: 600;
}
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--red-bright); }
.topbar-cta { border-bottom: 1px solid currentColor; padding-bottom: 4px; }

.hero {
  min-height: 100svh;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr auto;
  padding: 86px 28px 28px;
  background:
    radial-gradient(circle at 68% 38%, rgba(189, 31, 53, .10), transparent 28%),
    var(--ink);
}
.hero-portrait {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: min(58vw, 900px);
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 16%;
  filter: brightness(.48) contrast(1.08) saturate(.88);
  transform: scale(1.015);
}
.hero-portrait::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(90deg,
      var(--ink) 0%,
      rgba(11,10,10,.92) 10%,
      rgba(11,10,10,.62) 27%,
      rgba(11,10,10,.25) 52%,
      rgba(11,10,10,.14) 76%,
      rgba(11,10,10,.31) 100%),
    linear-gradient(180deg, rgba(11,10,10,.18) 0%, transparent 22%, transparent 66%, rgba(11,10,10,.92) 100%);
}
.hero-portrait::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  background: radial-gradient(circle at 64% 37%, rgba(189,31,53,.10), transparent 34%);
  mix-blend-mode: screen;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
}
.hero-meta {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .16em;
}
.hero-meta span:last-child { text-align: right; }
.hero-copy { align-self: center; position: relative; z-index: 2; padding: 6vh 0 4vh; max-width: 67%; }
.eyebrow {
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: .19em;
  font-size: 10px;
  font-weight: 700;
  color: var(--red-bright);
}
.hero h1 {
  margin: 0;
  max-width: 11ch;
  font-family: var(--display);
  font-size: clamp(78px, 15.4vw, 250px);
  line-height: .72;
  letter-spacing: -.075em;
  font-weight: 400;
}
.hero h1 span { font-style: italic; color: var(--paper-2); }
.hero-line {
  margin: 28px 0 0 5px;
  font-family: var(--display);
  font-style: italic;
  font-size: clamp(24px, 3vw, 48px);
  letter-spacing: -.025em;
}
.hero-bottom {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(240px, 470px) auto;
  gap: 30px;
  align-items: end;
  width: min(100%, 760px);
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.hero-description { margin: 0; max-width: 48ch; color: #b7b0a8; line-height: 1.55; font-size: 14px; }
.primary-button, .form-primary, .secondary-button {
  border: 0;
  cursor: pointer;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  text-decoration: none;
  padding: 0 20px;
  border-radius: 2px;
  transition: transform .22s ease, background-color .22s ease, color .22s ease;
}
.primary-button, .form-primary { background: var(--red); color: #fff; }
.primary-button:hover, .form-primary:hover { background: var(--red-bright); transform: translateY(-2px); }
.primary-button:focus-visible, .form-primary:focus-visible, .secondary-button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, .text-button:focus-visible, .dialog-close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.button-arrow { font-size: 18px; }

.section-shell { padding: 84px 28px 100px; }
.section-index {
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line-dark);
  color: #756f68;
  font-size: 10px;
  letter-spacing: .18em;
  font-weight: 700;
}
.manifesto { background: var(--paper); color: var(--ink); }
.manifesto-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 8vw; padding-top: 72px; align-items: start; }
.manifesto h2, .application h2, .privacy-dialog h2, .success-panel h2 {
  font-family: var(--display);
  font-size: clamp(52px, 6.8vw, 110px);
  line-height: .93;
  letter-spacing: -.055em;
  font-weight: 400;
  margin: 0;
}
.manifesto-copy > p { margin: 0; max-width: 46ch; font-size: 18px; line-height: 1.55; }
.quiet-points { margin-top: 54px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-dark); }
.quiet-points span { min-height: 58px; display: flex; align-items: center; border-bottom: 1px solid var(--line-dark); font-size: 12px; }
.quiet-points span:nth-child(odd) { border-right: 1px solid var(--line-dark); padding-right: 14px; }
.quiet-points span:nth-child(even) { padding-left: 14px; }

.ritual { background: var(--paper); color: var(--ink); padding-top: 0; }
.ritual-list { list-style: none; margin: 0; padding: 0; }
.ritual-list li { display: grid; grid-template-columns: 80px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid var(--line-dark); }
.ritual-number { color: var(--red); font: italic 26px/1 var(--display); }
.ritual-list strong { display: block; font-family: var(--display); font-size: clamp(29px, 3vw, 46px); font-weight: 400; letter-spacing: -.025em; }
.ritual-list p { margin: 8px 0 0; color: #655f59; }

.application { background: var(--ink); color: var(--paper); }
.application .section-index { border-color: var(--line); color: var(--muted); }
.application-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 8vw; padding-top: 70px; align-items: start; }
.application-intro { position: sticky; top: 100px; }
.application-intro > p:not(.eyebrow) { margin: 28px 0 0; max-width: 40ch; color: #aaa39b; line-height: 1.6; }
.privacy-note { margin-top: 44px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; gap: 12px; align-items: flex-start; color: #827b74; font-size: 12px; line-height: 1.5; }
.privacy-note span { color: var(--red-bright); font-size: 8px; margin-top: 4px; }
.privacy-note p { margin: 0; }

.application-form { border-top: 1px solid var(--line); padding-top: 18px; min-height: 600px; }
.form-topline { display: flex; align-items: center; gap: 20px; margin-bottom: 54px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.progress-track { flex: 1; height: 1px; background: var(--line); overflow: hidden; }
.progress-track span { display: block; width: 33.333%; height: 100%; background: var(--red-bright); transition: width .35s ease; }
.form-status { min-height: 24px; margin-bottom: 4px; color: #ff8a98; font-size: 13px; }
.form-step { border: 0; margin: 0; padding: 0; animation: stepIn .34s ease both; }
@keyframes stepIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
.form-step legend { padding: 0; margin: 0 0 8px; font: 400 clamp(31px, 3.6vw, 50px)/1 var(--display); letter-spacing: -.03em; }
.step-copy { margin: 0 0 40px; color: #8c857e; line-height: 1.5; max-width: 50ch; }
.field-note { margin: 10px 0 0; color: #77716b; font-size: 11px; line-height: 1.45; }
.application-form label:not(.check-row) { display: flex; justify-content: space-between; gap: 14px; margin: 24px 0 9px; font-size: 12px; letter-spacing: .02em; color: #d0c9c1; }
.application-form label span { color: #77716b; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
input, select, textarea {
  width: 100%;
  min-height: 52px;
  background: transparent;
  color: var(--paper);
  border: 1px solid rgba(238,234,227,.22);
  border-radius: 2px;
  padding: 13px 14px;
  transition: border-color .2s ease, background .2s ease;
}
input::placeholder, textarea::placeholder { color: #69635d; }
input:hover, select:hover, textarea:hover { border-color: rgba(238,234,227,.38); }
input:focus, select:focus, textarea:focus { border-color: rgba(238,234,227,.7); background: rgba(255,255,255,.02); }
select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, #9c958e 50%), linear-gradient(135deg, #9c958e 50%, transparent 50%); background-position: calc(100% - 18px) 22px, calc(100% - 13px) 22px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
select option { background: #171515; color: var(--paper); }
textarea { resize: vertical; min-height: 120px; }
.split-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.check-row { min-height: 62px; display: grid; grid-template-columns: 22px 1fr; gap: 14px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); cursor: pointer; color: #c7c0b8; line-height: 1.4; }
.check-row input { width: 20px; height: 20px; min-height: 0; padding: 0; accent-color: var(--red); }
.check-row span { font-size: 14px; color: #c7c0b8; text-transform: none; letter-spacing: normal; }
.review-card { margin-top: 34px; padding: 20px; border: 1px solid var(--line); display: grid; gap: 5px; }
.review-card span, .review-card small { color: var(--muted); }
.review-card strong { font: 400 30px/1.1 var(--display); }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-actions { display: flex; gap: 10px; justify-content: flex-end; margin-top: 40px; border-top: 1px solid var(--line); padding-top: 20px; }
.form-primary { min-width: 180px; }
.secondary-button { background: transparent; color: #aaa39b; border: 1px solid var(--line); }
.secondary-button:hover { color: #fff; border-color: rgba(255,255,255,.42); }
button[disabled] { opacity: .45; cursor: not-allowed; transform: none !important; }

.closing { min-height: 68svh; display: flex; flex-direction: column; justify-content: space-between; padding: 38px 28px; background: var(--red); color: #fff; }
.closing p { margin: 0; max-width: 11ch; font-family: var(--display); font-size: clamp(64px, 10.2vw, 165px); line-height: .82; letter-spacing: -.06em; }
.closing span { align-self: flex-end; font-size: 10px; letter-spacing: .17em; }
.footer { min-height: 100px; padding: 28px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 20px; align-items: center; color: #77706a; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.footer span:last-child { text-align: right; }
.text-button { background: none; border: 0; color: inherit; cursor: pointer; text-transform: uppercase; letter-spacing: inherit; font-size: inherit; padding: 10px; }

.privacy-dialog {
  width: min(620px, calc(100vw - 28px));
  border: 1px solid rgba(255,255,255,.16);
  background: #121010;
  color: var(--paper);
  padding: clamp(28px, 5vw, 62px);
}
.privacy-dialog::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(5px); }
.privacy-dialog h2 { font-size: clamp(48px, 7vw, 82px); }
.privacy-dialog > p:not(.eyebrow) { color: #aaa39b; line-height: 1.6; }
.dialog-close { position: absolute; top: 14px; right: 14px; border: 0; background: transparent; color: #fff; font-size: 28px; cursor: pointer; }

.success-panel { position: fixed; inset: 0; z-index: 100; background: var(--red); color: #fff; overflow: auto; }
.success-inner { min-height: 100svh; max-width: 1100px; margin: 0 auto; padding: 40px 28px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.success-index { position: absolute; top: 30px; left: 28px; font-size: 10px; letter-spacing: .16em; }
.success-panel .eyebrow { color: #ffbdc6; }
.success-panel h2 { max-width: 11ch; font-size: clamp(70px, 11vw, 165px); }
.success-panel p:not(.eyebrow) { max-width: 46ch; margin: 28px 0 36px; line-height: 1.55; }
.success-panel .primary-button { background: #fff; color: var(--ink); }
.success-panel .primary-button:hover { background: var(--paper); }

@media (max-width: 820px) {
  .topbar { padding: 18px; }
  .topbar-cta { font-size: 9px; }
  .hero { padding: 76px 18px 18px; }
  .hero-portrait {
    width: 82vw;
    height: 74%;
    top: 7%;
    right: -25vw;
    opacity: .72;
  }
  .hero-portrait img { object-position: 48% 12%; filter: brightness(.40) contrast(1.08) saturate(.82); }
  .hero-portrait::before {
    background:
      linear-gradient(90deg, var(--ink) 0%, rgba(11,10,10,.92) 16%, rgba(11,10,10,.42) 48%, rgba(11,10,10,.28) 100%),
      linear-gradient(180deg, rgba(11,10,10,.22) 0%, transparent 28%, rgba(11,10,10,.30) 65%, var(--ink) 100%);
  }
  .hero-meta { grid-template-columns: 1fr 1fr; }
  .hero-meta span:nth-child(2) { text-align: right; }
  .hero-meta span:last-child { grid-column: 1 / -1; text-align: left; }
  .hero-copy { padding-top: 12vh; max-width: 100%; }
  .hero h1 { font-size: clamp(76px, 25vw, 138px); line-height: .75; }
  .hero-line { margin-top: 22px; }
  .hero-bottom { grid-template-columns: 1fr; }
  .primary-button { width: 100%; }
  .section-shell { padding: 64px 18px 78px; }
  .manifesto-grid, .application-layout { grid-template-columns: 1fr; gap: 48px; padding-top: 48px; }
  .manifesto h2, .application h2 { font-size: clamp(50px, 15vw, 80px); }
  .manifesto-copy > p { font-size: 16px; }
  .application-intro { position: static; }
  .application-form { min-height: 0; }
  .split-fields { grid-template-columns: 1fr; gap: 0; }
  .form-actions { position: sticky; bottom: 0; z-index: 4; margin-left: -18px; margin-right: -18px; padding: 14px 18px calc(14px + env(safe-area-inset-bottom)); background: linear-gradient(to top, var(--ink) 70%, rgba(11,10,10,.92)); }
  .form-primary { flex: 1; }
  .ritual-list li { grid-template-columns: 52px 1fr; }
  .closing { padding: 28px 18px; min-height: 60svh; }
  .closing p { font-size: clamp(58px, 18vw, 100px); }
  .footer { padding: 26px 18px; grid-template-columns: 1fr 1fr; }
  .footer span:last-child { grid-column: 1 / -1; text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* ————————————————————————————————
   LOCKTOBER TIERS
   ———————————————————————————————— */

.tiers {
  background: var(--paper);
  color: var(--ink);
}

.tiers .section-index {
  border-color: var(--line-dark);
  color: #756e67;
}

.tiers-heading {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 8vw;
  align-items: end;
  padding-top: 70px;
}

.tiers-heading .eyebrow {
  color: var(--red);
}

.tiers-heading h2 {
  font-family: var(--display);
  font-size: clamp(52px, 6.8vw, 110px);
  line-height: .91;
  letter-spacing: -.055em;
  font-weight: 400;
  margin: 0;
}

.tiers-heading > p {
  max-width: 42ch;
  margin: 0 0 8px;
  color: #655f59;
  font-size: 17px;
  line-height: 1.6;
}

.tier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 72px;
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.tier-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 590px;
  padding: 28px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.tier-card-featured {
  background: #e5dfd6;
}

.tier-card-premium {
  background: var(--ink);
  color: var(--paper);
}

.tier-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tier-number {
  font: italic 24px/1 var(--display);
  color: var(--red);
}

.tier-price {
  font-size: 12px;
  letter-spacing: .1em;
}

.tier-card h3 {
  margin: 64px 0 12px;
  font-family: var(--display);
  font-size: clamp(46px, 4.5vw, 74px);
  line-height: .9;
  letter-spacing: -.045em;
  font-weight: 400;
}

.tier-summary {
  min-height: 58px;
  margin: 0;
  max-width: 30ch;
  color: #655f59;
  line-height: 1.5;
}

.tier-card-premium .tier-summary {
  color: #aaa39b;
}

.tier-card ul {
  list-style: none;
  padding: 0;
  margin: 42px 0 0;
  border-top: 1px solid rgba(20,18,18,.18);
}

.tier-card-premium ul {
  border-color: var(--line);
}

.tier-card li {
  position: relative;
  padding: 14px 0 14px 21px;
  border-bottom: 1px solid rgba(20,18,18,.13);
  font-size: 13px;
  line-height: 1.45;
}

.tier-card-premium li {
  border-color: var(--line);
}

.tier-card li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--red);
}

.tier-note {
  margin: auto 0 24px;
  padding-top: 30px;
  color: #77706a;
  font-size: 11px;
  line-height: 1.5;
}

.tier-card-premium .tier-note {
  color: #89827c;
}

.tier-button {
  min-height: 48px;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(20,18,18,.28);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .12em;
  transition: background .2s ease, color .2s ease;
}

.tier-button:hover {
  background: var(--ink);
  color: var(--paper);
}

.tier-card-premium .tier-button {
  border-color: var(--line);
}

.tier-button-red {
  background: var(--red);
  color: #fff;
  border-color: var(--red) !important;
}

.tier-button-red:hover {
  background: #d02c41;
}

.tiers-footnote {
  margin: 22px 0 0;
  color: #756e67;
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 820px) {
  .tiers-heading {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 48px;
  }

  .tiers-heading h2 {
    font-size: clamp(50px, 15vw, 80px);
  }

  .tier-grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .tier-card {
    min-height: 0;
    padding: 28px 22px;
  }

  .tier-card h3 {
    margin-top: 46px;
    font-size: clamp(52px, 16vw, 72px);
  }

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

  .tier-note {
    margin-top: 36px;
  }
}



/* PAYMENT NOTE */

.payment-note {
  margin: 28px 0 22px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.14);
  border-bottom: 1px solid rgba(255,255,255,.14);
  font-size: 12px;
  line-height: 1.6;
  color: #a9a29b;
}

.payment-note p {
  margin: 0 0 8px;
}

.payment-note p:last-child {
  margin-bottom: 0;
}

.payment-note strong,
.payment-note-emphasis {
  color: var(--paper);
}

