:root {
  --black: #050505;
  --white: #f8f4ec;
  --paper: #f8f4ec;
  --copper: #c96522;
  --ash: rgba(248, 244, 236, 0.62);
  --line: rgba(248, 244, 236, 0.18);
  --line-dark: rgba(5, 5, 5, 0.16);
  --max: 1440px;
  --gutter: clamp(30px, 6vw, 90px);
}

* {
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

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

.skip-link {
  position: absolute;
  left: 18px;
  top: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  background: var(--paper);
  color: var(--black);
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.skip-link:focus {
  transform: translateY(0);
}

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-shell {
  max-width: var(--max);
  margin: 0 auto;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  min-height: 100vh;
}

.topline {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--line);
  color: var(--paper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  padding: 9px 18px;
  overflow-wrap: anywhere;
}

.nav {
  min-height: 84px;
  display: grid;
  grid-template-columns: 190px 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 0 var(--gutter);
  border-bottom: 1px solid var(--line);
}

.nav-logo {
  width: 146px;
  height: 70px;
  display: flex;
  align-items: center;
}

.nav-logo img,
.wordmark img,
.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  color: var(--ash);
  font-size: 14px;
}

.nav-links a:hover {
  color: var(--white);
}

.nav-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.member-login {
  color: var(--ash);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.member-login:hover {
  color: var(--white);
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--white);
  background: var(--white);
  color: var(--black);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}

.button:hover {
  background: transparent;
  color: var(--white);
}

.button.ghost:hover {
  background: var(--white);
  color: var(--black);
}

.button.dark {
  border-color: var(--black);
  background: var(--black);
  color: var(--white);
}

.button.ghost {
  background: transparent;
  color: var(--white);
}

.button.ghost-dark {
  background: transparent;
  border-color: var(--black);
  color: var(--black);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 384px;
  min-height: 720px;
  border-bottom: 1px solid var(--line);
}

.hero-main {
  position: relative;
  overflow: visible;
  min-height: 0;
  padding: clamp(72px, 7vw, 104px) var(--gutter);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wordmark {
  width: 200px;
  height: 132px;
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 780px;
  position: relative;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.hero-eyebrow {
  margin: 0 0 14px;
  color: var(--copper);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 0;
  font-size: clamp(58px, 7.4vw, 108px);
  line-height: 1.06;
  letter-spacing: 0;
}

.hero-title {
  max-width: 930px;
  font-size: clamp(52px, 6.1vw, 88px);
  line-height: 1.04;
}

.hero-title span {
  display: block;
}

.lead {
  max-width: 760px;
  margin: 30px 0 0;
  color: var(--paper);
  font-size: clamp(21px, 2vw, 28px);
  line-height: 1.28;
  overflow-wrap: break-word;
}

.support {
  max-width: 670px;
  margin: 18px 0 0;
  color: var(--ash);
  font-size: 16px;
  line-height: 1.56;
  overflow-wrap: break-word;
}

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

.cta-note {
  margin: 14px 0 0;
  color: var(--ash);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
}

.light .cta-note {
  color: #5d564e;
}

.mobile-sticky-cta {
  display: none;
}

.hero-standard {
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 30px;
}

.standard-panel-head {
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.standard-panel-head h2 {
  max-width: 330px;
  font-size: clamp(34px, 3.1vw, 46px);
  line-height: 1.08;
}

.standard-list {
  display: grid;
}

.standard-list div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.standard-list div:last-child {
  border-bottom: 0;
}

.standard-list strong {
  display: block;
  color: var(--copper);
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0;
}

.standard-list span {
  display: block;
  color: var(--ash);
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

section {
  padding: 96px var(--gutter);
  border-bottom: 1px solid var(--line);
}

.light {
  background: var(--paper);
  color: var(--black);
  border-bottom-color: var(--line-dark);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(360px, 420px) minmax(0, 1fr);
  gap: clamp(44px, 5vw, 72px);
  align-items: start;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(40px, 4.4vw, 68px);
  line-height: 1.12;
  letter-spacing: 0;
  overflow-wrap: normal;
}

.body-large {
  max-width: 820px;
  margin: 0;
  font-size: clamp(23px, 2.5vw, 36px);
  line-height: 1.22;
  letter-spacing: 0;
}

.body-copy {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--ash);
  font-size: 17px;
  line-height: 1.58;
}

.light .body-copy,
.light .support {
  color: #5d564e;
}

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

.fit-grid article {
  min-height: 190px;
  padding: 26px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fit-grid span {
  color: var(--copper);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.fit-grid strong {
  max-width: 470px;
  font-size: clamp(23px, 2.2vw, 34px);
  line-height: 1.14;
}

.opening-band {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr auto;
  gap: 24px;
  align-items: center;
  padding: 22px var(--gutter);
  background: var(--paper);
  color: var(--black);
  border-bottom-color: var(--line-dark);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.section-cta {
  margin-top: 34px;
}

.center-copy {
  margin-left: auto;
  margin-right: auto;
}

.standard-matrix {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  margin-top: 44px;
}

.standard-matrix article {
  min-height: 250px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.standard-matrix span,
.asset-frame span {
  color: var(--copper);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.standard-matrix strong {
  display: block;
  color: var(--white);
  font-size: clamp(34px, 4.8vw, 72px);
  line-height: 0.9;
  letter-spacing: 0;
}

.standard-matrix p {
  color: var(--ash);
  margin: 0;
  font-size: 15px;
  line-height: 1.48;
}

.standard-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  margin-top: 44px;
}

.standard-board article {
  min-height: 270px;
  padding: clamp(24px, 3vw, 36px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.standard-board span,
.launch-timeline span,
.ritual-steps span,
.session-map span,
.capacity-strip span {
  color: var(--copper);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.standard-board strong {
  display: block;
  max-width: 520px;
  color: var(--white);
  font-size: clamp(31px, 3.3vw, 48px);
  line-height: 1.1;
}

.standard-board p,
.launch-timeline p,
.ritual-steps p {
  max-width: 420px;
  color: var(--ash);
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.52;
}

.session-map {
  min-height: 560px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(3, minmax(150px, 1fr));
  gap: 0;
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
  margin-top: 44px;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, 0.05) 1px, transparent 1px),
    linear-gradient(0deg, rgba(5, 5, 5, 0.05) 1px, transparent 1px);
  background-size: 32px 32px;
}

.map-node {
  padding: 22px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.map-node strong {
  display: block;
  max-width: 360px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.16;
}

.map-node.entry {
  grid-row: span 3;
  background: var(--black);
  color: var(--white);
}

.map-node.floor {
  grid-column: span 2;
  background: rgba(169, 76, 13, 0.1);
}

.map-node.entry strong {
  color: var(--white);
}

.launch-timeline {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--line);
  margin-top: 44px;
}

.launch-timeline article {
  min-height: 150px;
  display: grid;
  grid-template-columns: 86px minmax(220px, 0.44fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}

.launch-timeline strong {
  color: var(--white);
  font-size: clamp(25px, 2.6vw, 38px);
  line-height: 1.14;
}

.launch-timeline p {
  margin: 0;
}

.ritual-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  margin-top: 44px;
}

.ritual-steps article {
  min-height: 310px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ritual-steps strong {
  display: block;
  color: var(--white);
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.14;
}

.founder-standard {
  padding-top: clamp(82px, 10vw, 150px);
  padding-bottom: clamp(82px, 10vw, 150px);
}

.founder-standard-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.founder-standard blockquote {
  max-width: 1120px;
  margin: 0;
  color: var(--black);
  font-size: clamp(40px, 5.4vw, 82px);
  font-weight: 950;
  line-height: 1.06;
  letter-spacing: 0;
}

.founder-standard p:last-child {
  max-width: 760px;
  margin: 34px 0 0;
  color: #5d564e;
  font-size: 18px;
  line-height: 1.58;
}

.fit-section .fit-grid {
  border-color: var(--line);
}

.fit-section .fit-grid article {
  border-color: var(--line);
}

.capacity-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  margin-top: 38px;
}

.capacity-strip div {
  min-height: 155px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.capacity-strip span {
  color: var(--white);
  font-size: clamp(44px, 6vw, 86px);
  line-height: 1.08;
}

.capacity-strip strong {
  color: var(--ash);
  font-size: 14px;
  line-height: 1.45;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.asset-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(210px, auto);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  margin-top: 44px;
}

.asset-frame {
  min-height: 210px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(169, 76, 13, 0.14) 0 1px, transparent 1px 14px),
    rgba(248, 244, 236, 0.025);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.asset-frame.tall {
  grid-row: span 2;
}

.asset-frame.wide {
  grid-column: span 2;
}

.asset-frame strong {
  max-width: 360px;
  color: var(--white);
  font-size: clamp(24px, 2.8vw, 40px);
  line-height: 1.04;
}

.prescription-grid,
.process-grid {
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  margin-top: 44px;
}

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

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

.light .prescription-grid,
.light .process-grid,
.light .card {
  border-color: var(--line-dark);
}

.card {
  min-height: 220px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.process-grid .card {
  min-height: 240px;
}

.card:first-child {
  box-shadow: inset 0 3px 0 var(--copper);
}

.card .num {
  color: var(--copper);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.card b {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1.08;
}

.card p {
  color: var(--ash);
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
}

.light .card p {
  color: #5d564e;
}

.proof {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  margin-top: 44px;
}

.proof-item {
  min-height: 230px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.proof-item span {
  color: var(--copper);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.proof-item strong {
  display: block;
  margin-top: 34px;
  color: var(--white);
  font-size: clamp(28px, 3vw, 46px);
  line-height: 1.04;
}

.proof-item p {
  margin: 18px 0 0;
  color: var(--ash);
  line-height: 1.55;
}

.standard {
  position: relative;
  overflow: visible;
}

.membership {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  margin-top: 44px;
  border: 1px solid var(--line);
  position: relative;
  z-index: 1;
}

.price {
  padding: 36px;
  border-right: 1px solid var(--line);
  background: var(--copper);
  color: var(--black);
}

.price strong {
  display: block;
  margin-top: 32px;
  font-size: clamp(64px, 7vw, 100px);
  line-height: 1;
}

.price span {
  color: rgba(5, 5, 5, 0.72);
}

.included {
  padding: 30px 36px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 30px;
  align-content: center;
}

.included div {
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  color: var(--paper);
}

.founder-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  margin-top: 42px;
}

.founder-note {
  border-top: 1px solid var(--line-dark);
  padding-top: 24px;
}

.founder-note strong {
  font-size: 32px;
  line-height: 1.1;
}

.founder-note p {
  color: #5d564e;
  line-height: 1.6;
  margin: 18px 0 0;
}

.faq {
  display: grid;
  border-top: 1px solid var(--line);
  margin-top: 44px;
}

.faq details {
  border-bottom: 1px solid var(--line);
  padding: 24px 0;
}

.faq summary {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  cursor: pointer;
  list-style: none;
  font-size: 24px;
  font-weight: 850;
  line-height: 1.18;
}

.faq summary::after {
  content: "+";
  color: var(--copper);
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
}

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

.faq summary::-webkit-details-marker {
  display: none;
}

.faq details:not([open]) > *:not(summary) {
  display: none;
}

.faq p {
  max-width: 760px;
  margin: 14px 0 0;
  color: var(--ash);
  line-height: 1.62;
}

.light .faq p {
  color: #4f4942;
}

.faq p a,
.body-copy a,
.support a {
  color: inherit;
  font-weight: 850;
  text-decoration: underline;
  text-decoration-color: var(--copper);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.final-cta {
  min-height: 560px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.final-inner {
  max-width: 960px;
  position: relative;
  z-index: 1;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 40px var(--gutter);
  color: var(--ash);
  font-size: 14px;
  line-height: 1.7;
}

.footer-links {
  display: grid;
  gap: 8px;
  text-align: right;
}

.footer-links a {
  color: var(--paper);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links a:hover {
  color: var(--copper);
}

.footer-logo {
  width: 124px;
  height: 88px;
  margin-bottom: 18px;
}

.footer-name {
  display: block;
  margin-bottom: 12px;
  color: var(--white);
  font-size: 20px;
  line-height: 1;
}

.visit-page {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  min-height: calc(100vh - 122px);
}

.visit-intro {
  position: relative;
  overflow: visible;
  padding: clamp(42px, 6vw, 88px);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 52px;
}

.visit-intro > * {
  position: relative;
  z-index: 1;
}

.visit-intro h1 {
  max-width: 760px;
  font-size: clamp(46px, 5.1vw, 76px);
  line-height: 1.04;
}

.visit-intro h1 + p {
  max-width: 620px;
  margin: 28px 0 0;
  color: var(--paper);
  font-size: var(--type-lead, clamp(18px, 1.6vw, 24px));
  line-height: 1.36;
}

.visit-standards {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.visit-standards div {
  min-height: 118px;
  padding: 20px 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.visit-standards strong {
  color: var(--copper);
  font-size: 12px;
  letter-spacing: 0.14em;
}

.visit-standards span {
  color: var(--ash);
  font-size: 14px;
  line-height: 1.48;
}

.visit-form-wrap {
  background: var(--paper);
  color: var(--black);
  padding: clamp(28px, 5vw, 70px);
  display: flex;
  align-items: center;
}

.form-panel {
  width: 100%;
  border: 1px solid var(--line-dark);
  background: var(--paper);
  padding: clamp(24px, 4vw, 42px);
}

.form-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  border-bottom: 1px solid var(--line-dark);
  padding-bottom: 26px;
  margin-bottom: 26px;
}

.form-head h2 {
  font-size: clamp(40px, 4vw, 64px);
}

.badge {
  background: var(--black);
  color: var(--white);
  padding: 10px 12px;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.calendar-wrap {
  width: 100%;
  margin: 0 0 26px;
  background: #fff;
  border: 1px solid var(--line-dark);
  overflow: hidden;
}

.calendar-gateway {
  border: 1px solid var(--line-dark);
  background:
    linear-gradient(135deg, rgba(201, 101, 34, 0.08) 0 1px, transparent 1px 14px),
    #fff;
  padding: clamp(24px, 4vw, 42px);
  margin: 0 0 24px;
}

.calendar-gateway span {
  display: block;
  color: var(--copper);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.calendar-gateway strong {
  display: block;
  max-width: 520px;
  margin-top: 22px;
  color: var(--black);
  font-size: clamp(30px, 3vw, 48px);
  line-height: 1.05;
  text-wrap: balance;
}

.calendar-gateway p {
  max-width: 540px;
  margin: 18px 0 0;
  color: #5d564e;
  line-height: 1.52;
}

.calendar-direct {
  margin-top: 28px;
  border-color: var(--black);
  background: var(--black);
  color: var(--white);
}

.calendar-direct:hover {
  background: transparent;
  color: var(--black);
}

.calendar-wrap iframe {
  width: 100%;
  min-height: 720px;
  display: block;
  border: 0;
}

.fallback {
  margin: -10px 0 24px;
  color: #5d564e;
  font-size: 13px;
  line-height: 1.45;
}

.fallback a {
  color: var(--black);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
}

label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(5, 5, 5, 0.34);
  background: var(--white);
  color: var(--black);
  padding: 12px;
  border-radius: 0;
}

textarea {
  min-height: 116px;
  resize: vertical;
}

.hint {
  color: #5d564e;
  font-size: 13px;
  line-height: 1.42;
  margin: 8px 0 0;
}

.submit-row {
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line-dark);
  margin-top: 26px;
  padding-top: 24px;
}

.submit-row p {
  max-width: 440px;
  color: #5d564e;
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
}

.form-disclaimer {
  max-width: 560px;
  margin: 0 0 24px;
  color: #5d564e;
  font-size: 14px;
  line-height: 1.52;
}

.form-panel .button {
  border-color: var(--black);
  background: var(--black);
  color: var(--white);
}

.form-panel .button:hover {
  background: transparent;
  color: var(--black);
}

.utility-page {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  min-height: calc(100vh - 122px);
}

.utility-intro {
  padding: clamp(48px, 7vw, 92px) var(--gutter);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.utility-intro h1 {
  max-width: 760px;
  font-size: var(--type-h1, clamp(42px, 5.2vw, 76px));
  line-height: 0.99;
  text-wrap: balance;
}

.policy-list {
  margin: 34px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.policy-list li {
  list-style: none;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ash);
  line-height: 1.5;
}

.policy-list b {
  color: var(--paper);
}

@media (max-width: 1240px) {
  .section-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .section-grid > div:first-child {
    max-width: 760px;
  }

  .standard-board {
    grid-template-columns: 1fr;
  }

  .standard-board article {
    min-height: 230px;
  }

  .standard-board strong {
    max-width: 680px;
    font-size: clamp(31px, 4vw, 48px);
  }

  .session-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .map-node.entry,
  .map-node.floor {
    grid-column: auto;
    grid-row: auto;
  }

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

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

  .included {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1100px) {
  .hero,
  .section-grid,
  .membership,
  .founder-panel,
  .visit-page {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .hero-standard {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .hero-standard .button {
    width: fit-content;
  }

  .process-grid,
  .prescription-grid,
  .standard-matrix,
  .ritual-steps,
  .capacity-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .session-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .map-node.entry,
  .map-node.floor {
    grid-column: auto;
    grid-row: auto;
  }

  .opening-band,
  .included {
    grid-template-columns: repeat(2, 1fr);
  }

  .visit-intro {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: 0;
  }
}

@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    padding-bottom: 82px;
    overflow-x: hidden;
  }

  .site-shell {
    width: 100%;
    border-left: 0;
    border-right: 0;
    max-width: 100%;
    overflow: hidden;
  }

  .topline {
    display: block;
    min-height: 48px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 10px;
    line-height: 1.28;
    letter-spacing: 0.07em;
  }

  .eyebrow {
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: 0.1em;
  }

  .nav {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 0 16px;
    width: 100%;
    max-width: 100%;
  }

  .nav-logo {
    width: 122px;
    height: 58px;
  }

  .nav-links {
    display: none;
  }

  .nav-actions {
    display: flex;
    justify-content: flex-end;
  }

  .nav-actions .member-login {
    display: none;
  }

  .nav-actions .button,
  .nav .button {
    display: inline-flex;
    width: auto;
    max-width: 180px;
    min-height: 40px;
    padding: 0 12px;
    font-size: 10px;
    white-space: nowrap;
  }

  .nav .button {
    display: none;
    justify-self: end;
    width: auto;
    max-width: 100%;
    min-height: 40px;
    padding: 0 10px;
    font-size: 10px;
  }

  .hero-main {
    width: 100%;
    max-width: 100%;
    min-height: 620px;
    padding: 36px 26px;
  }

  .hero-copy {
    width: 100% !important;
    max-width: 100% !important;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(38px, 11vw, 44px);
    line-height: 0.94;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .hero-title {
    font-size: clamp(38px, 10.4vw, 46px);
  }

  .lead {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 18px;
    line-height: 1.34;
  }

  .support {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 13px;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .cta-note {
    max-width: 100%;
    font-size: 11px;
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .cta-row {
    width: 100%;
    max-width: 100%;
  }

  .wordmark {
    width: 154px;
    height: 106px;
  }

  .hero-standard,
  .process-grid,
  .prescription-grid,
  .standard-matrix,
  .standard-board,
  .proof,
  .fit-grid,
  .opening-band,
  .asset-grid,
  .included,
  .form-grid,
  .visit-standards,
  .session-map,
  .ritual-steps,
  .capacity-strip {
    grid-template-columns: 1fr;
  }

  .standard-board article {
    min-height: 220px;
  }

  .launch-timeline article {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
  }

  .ritual-steps article {
    min-height: 240px;
  }

  .session-map {
    min-height: 0;
  }

  .asset-frame.tall,
  .asset-frame.wide {
    grid-row: auto;
    grid-column: auto;
  }

  section {
    padding: 46px 22px;
  }

  .standard-list div,
  .card {
    min-height: 142px;
    border-right: 0;
  }

  .hero-standard {
    width: 100%;
    max-width: 100%;
    padding: 36px 26px;
    overflow: hidden;
  }

  .hero-standard .button {
    width: 100%;
  }

  .standard-list div {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .fit-grid article {
    min-height: 150px;
  }

  .opening-band {
    gap: 14px;
    padding: 22px;
  }

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

  .cta-row,
  .submit-row,
  .form-head {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .footer {
    flex-direction: column;
    padding: 34px 26px;
  }

  .footer-links {
    text-align: left;
  }

  .visit-form-wrap,
  .visit-intro {
    padding: 34px 26px;
  }

  .utility-page {
    grid-template-columns: 1fr;
  }

  .utility-intro {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 44px 26px;
  }

  .calendar-wrap iframe {
    min-height: 680px;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: center;
    min-height: 74px;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line-dark);
    background: var(--paper);
    color: var(--black);
    box-shadow: 0 -14px 34px rgba(5, 5, 5, 0.26);
  }

  .mobile-sticky-cta span {
    display: none;
  }

  .mobile-sticky-cta .button {
    width: 100%;
    min-height: 44px;
    padding: 0 14px;
    border-color: var(--black);
    white-space: nowrap;
    font-size: 11px;
  }
}

@media (min-width: 641px) and (max-width: 760px) {
  html,
  body {
    padding-bottom: 0;
  }

  .mobile-sticky-cta {
    display: none;
  }
}

/* Executive responsive system: restrained desktop scale, readable mobile scale. */
:root {
  --site-max: 1180px;
  --wide-max: 1280px;
  --copy-max: 760px;
  --tight-copy-max: 620px;
  --gutter: clamp(20px, 4vw, 56px);
  --section-y: clamp(56px, 8vw, 112px);
  --section-y-tight: clamp(40px, 6vw, 78px);
  --type-h1: clamp(42px, 5.2vw, 76px);
  --type-h2: clamp(34px, 3.7vw, 56px);
  --type-h3: clamp(23px, 2vw, 32px);
  --type-lead: clamp(18px, 1.6vw, 24px);
  --type-body: clamp(15px, 1vw, 17px);
  --type-small: clamp(11px, 0.82vw, 13px);
  --button-height: clamp(44px, 4vw, 52px);
  --button-px: clamp(18px, 2vw, 26px);
}

.site-shell {
  width: min(100%, var(--wide-max));
  max-width: var(--wide-max);
}

section {
  padding: var(--section-y) var(--gutter);
}

.hero {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 360px);
  min-height: clamp(620px, 72vh, 740px);
}

.hero-main,
.visit-intro,
.visit-form-wrap {
  padding: clamp(48px, 7vw, 92px) var(--gutter);
}

.hero-copy,
.final-inner,
.visit-intro > div:first-child {
  max-width: var(--copy-max);
}

.section-grid {
  width: min(100%, var(--site-max));
  margin-inline: auto;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: clamp(32px, 5vw, 72px);
}

h1,
.hero-title,
.visit-intro h1 {
  max-width: 820px;
  font-size: var(--type-h1);
  line-height: 0.99;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.hero-title span {
  display: inline;
}

.hero-title span:not(:last-child)::after {
  content: " ";
}

h2,
.form-head h2,
.standard-panel-head h2 {
  max-width: 760px;
  font-size: var(--type-h2);
  line-height: 1.07;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  text-wrap: balance;
}

.standard-panel-head h2 {
  font-size: clamp(32px, 3.2vw, 50px);
}

.standard-board strong,
.ritual-steps strong,
.launch-timeline strong,
.map-node strong,
.fit-grid strong,
.asset-frame strong,
.proof-item strong,
.founder-note strong {
  font-size: var(--type-h3);
  line-height: 1.12;
  text-wrap: balance;
}

.lead,
.body-large {
  max-width: var(--copy-max);
  font-size: var(--type-lead);
  line-height: 1.34;
}

.support,
.body-copy,
.faq p,
.card p,
.standard-board p,
.launch-timeline p,
.ritual-steps p,
.founder-standard p:last-child {
  max-width: var(--tight-copy-max);
  font-size: var(--type-body);
  line-height: 1.58;
}

.button {
  width: fit-content;
  max-width: 320px;
  min-height: var(--button-height);
  padding: 0 var(--button-px);
  font-size: var(--type-small);
  line-height: 1;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.cta-row {
  align-items: center;
}

.standard-board,
.ritual-steps,
.capacity-strip,
.fit-grid,
.session-map,
.launch-timeline,
.membership,
.faq {
  width: 100%;
}

.standard-board article {
  min-height: clamp(220px, 24vw, 260px);
}

.ritual-steps article {
  min-height: clamp(240px, 26vw, 292px);
}

.session-map {
  min-height: clamp(460px, 48vw, 540px);
}

.map-node,
.standard-board article,
.ritual-steps article,
.fit-grid article,
.capacity-strip div {
  padding: clamp(20px, 2.4vw, 30px);
}

.price strong {
  font-size: clamp(58px, 5.8vw, 82px);
}

.capacity-strip span {
  font-size: clamp(42px, 5vw, 68px);
}

.founder-standard {
  padding-top: clamp(72px, 9vw, 118px);
  padding-bottom: clamp(72px, 9vw, 118px);
}

.founder-standard blockquote {
  max-width: 1000px;
  font-size: clamp(34px, 4.8vw, 68px);
  line-height: 1.08;
  text-wrap: balance;
}

@media (min-width: 1440px) {
  :root {
    --site-max: 1160px;
    --wide-max: 1320px;
    --type-h1: 76px;
    --type-h2: 56px;
    --type-lead: 23px;
  }
}

@media (max-width: 1100px) {
  .section-grid,
  .hero,
  .visit-page {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy,
  .visit-intro > div:first-child {
    max-width: 820px;
  }
}

@media (min-width: 980px) and (max-width: 1100px) {
  .hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
    min-height: clamp(620px, 72vh, 740px);
  }

  .hero-standard {
    border-top: 0;
    border-left: 1px solid var(--line);
  }

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

  h1,
  .hero-title {
    font-size: clamp(48px, 5.1vw, 58px);
    line-height: 1;
  }
}

@media (max-width: 760px) {
  :root {
    --gutter: 22px;
    --section-y: 52px;
    --type-h1: clamp(38px, 11vw, 46px);
    --type-h2: clamp(30px, 8vw, 40px);
    --type-lead: 18px;
  }

  .site-shell {
    border-left: 0;
    border-right: 0;
  }

  .hero-main {
    min-height: 0;
    padding: 42px var(--gutter) 52px;
  }

  .hero-title span {
    display: block;
  }

  .hero-title span::after {
    content: none !important;
  }

  h1,
  .hero-title,
  .visit-intro h1 {
    line-height: 1;
    overflow-wrap: normal;
  }

  .button {
    width: 100%;
    max-width: none;
    min-height: 46px;
    white-space: normal;
  }

  .cta-row {
    width: 100%;
  }

  .standard-board article,
  .ritual-steps article,
  .fit-grid article,
  .capacity-strip div {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .nav-actions {
    display: flex;
    margin-left: auto;
  }

  .nav-actions .member-login {
    display: none;
  }

  .nav-actions .button,
  .nav .nav-actions .button {
    display: inline-flex;
    width: auto;
    max-width: 180px;
    min-height: 40px;
    padding: 0 12px;
    font-size: 10px;
    white-space: nowrap;
  }
}

/* Final readability guardrails: keep display type from clipping on Safari/Chrome. */
h1,
.hero-title,
.visit-intro h1,
.utility-intro h1 {
  line-height: 1.1;
}

.price strong {
  line-height: 1.12;
  padding-bottom: 0.04em;
}

.checkbox-label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin: 4px 0 0;
  line-height: 1.5;
}

.checkbox-label input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 2px 0 0;
}

.checkbox-label span {
  display: block;
  line-height: 1.5;
}
