@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400;0,6..96,500;1,6..96,400&family=IBM+Plex+Sans:wght@400;500;600&display=swap");

:root {
  --aubergine: #3e2436;
  --aubergine-deep: #2b1927;
  --mulberry: #7a4a63;
  --bronze: #b5793a;
  --linen: #f3e9e0;
  --ink: #1f1720;
  --paper: #faf7f3;
  --white: #fffdf9;
  --line-dark: rgba(31, 23, 32, 0.18);
  --line-light: rgba(243, 233, 224, 0.18);
  --muted-dark: #6f646d;
  --muted-light: #c6b9c2;
  --content: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

body,
button,
input {
  font-family: "IBM Plex Sans", Arial, sans-serif;
}

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

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

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

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  background: var(--linen);
  color: var(--ink);
  transform: translateY(-180%);
}

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

.site-header {
  position: relative;
  z-index: 10;
  min-height: 92px;
  padding: 0 max(28px, calc((100vw - var(--content)) / 2));
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 48px;
  background: var(--ink);
  color: var(--linen);
  border-bottom: 1px solid var(--line-light);
}

.wordmark {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  width: max-content;
}

.wordmark > span:last-child {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.wordmark strong {
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.23em;
}

.wordmark small {
  color: var(--bronze);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.wordmark-symbol {
  position: relative;
  width: 42px;
  height: 32px;
  flex: 0 0 auto;
}

.wordmark-symbol i {
  position: absolute;
  width: 22px;
  height: 22px;
  border: 1.5px solid var(--bronze);
  border-radius: 50%;
}

.wordmark-symbol i:nth-child(1) { left: 0; top: 0; }
.wordmark-symbol i:nth-child(2) { left: 18px; top: 0; border-color: var(--linen); }
.wordmark-symbol i:nth-child(3) { left: 9px; top: 10px; }

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 12px;
  font-weight: 600;
}

.main-nav a,
.site-footer nav a {
  position: relative;
}

.main-nav a::after,
.site-footer nav a::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -6px;
  left: 0;
  height: 1px;
  background: var(--bronze);
  transition: right 180ms ease;
}

.main-nav a:hover::after,
.site-footer nav a:hover::after {
  right: 0;
}

.header-cta {
  justify-self: end;
}

.button {
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.015em;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button-outline {
  min-height: 44px;
  padding-inline: 18px;
  border-color: rgba(243, 233, 224, 0.5);
  color: var(--linen);
}

.button-outline:hover {
  border-color: var(--bronze);
  color: var(--bronze);
}

.button-bronze {
  background: var(--bronze);
  color: var(--ink);
}

.button-bronze:hover {
  background: var(--linen);
}

.button-dark {
  background: var(--ink);
  color: var(--linen);
}

.button-dark:hover {
  background: var(--aubergine);
}

.button-full {
  width: 100%;
}

a:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--bronze);
  outline-offset: 4px;
}

.hero {
  min-height: 760px;
  padding: 78px max(28px, calc((100vw - var(--content)) / 2)) 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(430px, 0.9fr);
  gap: 76px;
  align-items: center;
  background: var(--ink);
  color: var(--linen);
}

.eyebrow {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--bronze);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
}

.eyebrow.dark {
  color: var(--aubergine);
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 36px;
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-size: clamp(64px, 7vw, 104px);
  font-weight: 400;
  line-height: 0.91;
  letter-spacing: -0.065em;
}

.hero h1 em {
  color: var(--bronze);
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-size: 0.92em;
  font-weight: 400;
  letter-spacing: -0.055em;
}

.hero-copy {
  max-width: 600px;
  margin-bottom: 34px;
  color: var(--muted-light);
  font-size: 17px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.text-link {
  padding: 10px 0 7px;
  border-bottom: 1px solid currentColor;
  font-size: 12px;
  font-weight: 700;
}

.text-link span {
  display: inline-block;
  margin-left: 8px;
  transition: transform 180ms ease;
}

.text-link:hover span {
  transform: translate(3px, 3px);
}

.light-link {
  color: var(--linen);
}

.hero-metrics {
  max-width: 600px;
  margin-top: 64px;
  padding-top: 23px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line-light);
}

.hero-metrics div {
  display: flex;
  align-items: start;
  gap: 12px;
  border-right: 1px solid var(--line-light);
}

.hero-metrics div:nth-child(2) { padding-left: 22px; }
.hero-metrics div:last-child { padding-left: 22px; border-right: 0; }

.hero-metrics strong {
  color: var(--linen);
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.04em;
}

.hero-metrics span {
  color: #9d9099;
  font-size: 9px;
  line-height: 1.45;
  text-transform: uppercase;
}

.hero-identity {
  position: relative;
  width: min(100%, 530px);
  justify-self: end;
}

.crest-frame {
  position: relative;
  border: 1px solid rgba(181, 121, 58, 0.45);
}

.crest-frame::before,
.crest-frame::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 38px;
  height: 38px;
  pointer-events: none;
}

.crest-frame::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid var(--bronze);
  border-left: 2px solid var(--bronze);
}

.crest-frame::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid var(--bronze);
  border-bottom: 2px solid var(--bronze);
}

.crest-frame img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.identity-note {
  width: calc(100% - 52px);
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-bottom: 1px solid var(--line-light);
}

.identity-note span {
  color: var(--bronze);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.identity-note p {
  margin: 0;
  color: #a99ba5;
  font-size: 10px;
  line-height: 1.5;
  text-align: right;
  text-transform: uppercase;
}

.statement-strip {
  min-height: 86px;
  padding: 0 max(28px, calc((100vw - var(--content)) / 2));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  background: var(--bronze);
  color: var(--ink);
}

.statement-strip p,
.statement-strip strong {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.statement-strip p {
  opacity: 0.78;
}

.statement-strip span {
  width: 24px;
  height: 1px;
  background: rgba(31, 23, 32, 0.36);
}

.section {
  padding: 125px max(28px, calc((100vw - var(--content)) / 2));
}

.split-heading {
  display: grid;
  grid-template-columns: 1.28fr 0.72fr;
  gap: 100px;
  align-items: end;
}

.section-heading h2,
.product-copy h2,
.circle-copy h2,
.investment-copy h2,
.faq-intro h2,
.final-cta h2 {
  margin-bottom: 0;
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-size: clamp(52px, 6.2vw, 82px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.section-intro p {
  margin: 0;
  color: var(--muted-dark);
  font-size: 16px;
  line-height: 1.75;
}

.method {
  position: relative;
  overflow: hidden;
  background: var(--paper);
}

.method::after {
  content: "01";
  position: absolute;
  top: 68px;
  right: max(28px, calc((100vw - var(--content)) / 2));
  color: rgba(181, 121, 58, 0.12);
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-size: clamp(120px, 17vw, 250px);
  line-height: 1;
  pointer-events: none;
}

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

.method-grid {
  margin-top: 78px;
  display: grid;
  grid-template-columns: 1.16fr 0.84fr 0.84fr 1.16fr;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.method-grid article {
  min-height: 310px;
  padding: 27px 26px 30px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line-dark);
}

.method-grid article:last-child {
  border-right: 0;
}

.step-index {
  color: var(--bronze);
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
}

.method-grid h3 {
  margin: auto 0 15px;
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -0.045em;
}

.method-grid p {
  min-height: 80px;
  margin-bottom: 0;
  color: var(--muted-dark);
  font-size: 12px;
  line-height: 1.65;
}

.product-section {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(560px, 1.25fr);
  gap: 92px;
  align-items: center;
  background: var(--aubergine);
  color: var(--linen);
}

.product-section::before {
  content: "WEEK  /  14";
  position: absolute;
  top: 50%;
  right: 13px;
  color: rgba(243, 233, 224, 0.22);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.2em;
  transform: rotate(90deg) translateX(50%);
  transform-origin: right center;
}

.product-copy h2 {
  margin-bottom: 25px;
}

.product-copy > p:not(.eyebrow) {
  color: var(--muted-light);
  font-size: 15px;
  line-height: 1.75;
}

.product-points {
  margin-top: 38px;
  border-top: 1px solid var(--line-light);
}

.product-points > div {
  padding: 18px 0;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
  border-bottom: 1px solid var(--line-light);
}

.product-points span {
  padding-top: 3px;
  color: var(--bronze);
  font-size: 9px;
  font-weight: 700;
}

.product-points p {
  margin: 0;
  color: var(--muted-light);
  font-size: 11px;
  line-height: 1.55;
}

.product-points strong {
  display: block;
  margin-bottom: 5px;
  color: var(--linen);
  font-size: 13px;
  font-weight: 600;
}

.dashboard {
  border: 1px solid rgba(243, 233, 224, 0.28);
  background: var(--linen);
  color: var(--ink);
  box-shadow: 20px 20px 0 rgba(31, 23, 32, 0.25);
}

.dashboard-topbar {
  min-height: 51px;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--ink);
  color: var(--linen);
}

.dashboard-topbar > div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.dashboard-topbar strong,
.dashboard-topbar > span {
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.dashboard-topbar > span {
  color: var(--bronze);
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bronze);
}

.dashboard-heading {
  min-height: 150px;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  border-bottom: 1px solid var(--line-dark);
}

.dashboard-heading p {
  margin-bottom: 9px;
  color: var(--muted-dark);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dashboard-heading h3 {
  max-width: 390px;
  margin: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.completion {
  width: 92px;
  height: 92px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bronze);
  border-radius: 50%;
}

.completion strong {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.completion span {
  color: var(--muted-dark);
  font-size: 7px;
  text-transform: uppercase;
}

.table-header,
.table-row {
  display: grid;
  grid-template-columns: 1fr 1.4fr 0.55fr;
  gap: 20px;
  align-items: center;
}

.table-header {
  min-height: 38px;
  padding: 0 30px;
  border-bottom: 1px solid var(--line-dark);
  color: var(--muted-dark);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.table-row {
  min-height: 79px;
  padding: 0 30px;
  border-bottom: 1px solid var(--line-dark);
}

.member {
  display: flex;
  align-items: center;
  gap: 10px;
}

.member i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--aubergine);
  border-radius: 50%;
  background: var(--white);
  color: var(--aubergine);
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
}

.member span,
.member strong,
.member small {
  display: block;
}

.member strong {
  margin-bottom: 2px;
  font-size: 10px;
  font-weight: 700;
}

.member small {
  color: var(--muted-dark);
  font-size: 7px;
}

.table-row > p {
  margin: 0;
  font-size: 10px;
  line-height: 1.4;
}

.tag {
  width: max-content;
  padding: 6px 9px;
  border-radius: 20px;
  font-size: 7px;
  font-weight: 700;
  text-transform: uppercase;
}

.tag.complete {
  background: rgba(181, 121, 58, 0.17);
  color: #7e4f20;
}

.tag.active {
  border: 1px solid var(--line-dark);
  color: var(--muted-dark);
}

.dashboard-footer {
  min-height: 82px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard-footer div span,
.dashboard-footer div strong {
  display: block;
}

.dashboard-footer div span {
  margin-bottom: 3px;
  color: var(--muted-dark);
  font-size: 7px;
  text-transform: uppercase;
}

.dashboard-footer div strong {
  font-size: 10px;
}

.dashboard-footer a {
  padding-bottom: 4px;
  border-bottom: 1px solid var(--ink);
  font-size: 9px;
  font-weight: 700;
}

.dashboard-footer a span {
  margin-left: 7px;
}

.circle-section {
  display: grid;
  grid-template-columns: minmax(420px, 0.85fr) minmax(0, 1.15fr);
  gap: 125px;
  align-items: center;
  background: var(--linen);
}

.circle-diagram {
  position: relative;
  width: min(100%, 500px);
  aspect-ratio: 1;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
}

.circle-diagram::before,
.circle-diagram::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.circle-diagram::before {
  inset: 18%;
  border: 1px solid var(--line-dark);
}

.circle-diagram::after {
  inset: 36%;
  border: 1px solid var(--bronze);
}

.diagram-label {
  position: absolute;
  z-index: 2;
  inset: 38%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--ink);
  color: var(--linen);
}

.diagram-label span,
.diagram-label small {
  color: var(--bronze);
  font-size: 6px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.diagram-label strong {
  margin: 3px 0;
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
}

.member-node {
  position: absolute;
  z-index: 3;
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border: 7px solid var(--linen);
  border-radius: 50%;
  background: var(--aubergine);
  color: var(--linen);
  box-shadow: 0 0 0 1px var(--line-dark);
}

.member-node span {
  margin-top: 12px;
  color: var(--bronze);
  font-size: 8px;
  font-weight: 700;
}

.member-node p {
  margin: -12px 0 12px;
  font-size: 9px;
  text-transform: uppercase;
}

.node-one { top: -8px; left: calc(50% - 42px); }
.node-two { left: 8%; bottom: 11%; }
.node-three { right: 8%; bottom: 11%; }

.circle-copy h2 {
  margin-bottom: 30px;
}

.circle-copy .large-copy {
  max-width: 680px;
  margin-bottom: 24px;
  color: var(--aubergine);
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-size: 29px;
  font-style: italic;
  line-height: 1.25;
}

.circle-copy > p:not(.eyebrow):not(.large-copy) {
  max-width: 660px;
  color: var(--muted-dark);
  font-size: 15px;
  line-height: 1.75;
}

.circle-principles {
  margin-top: 42px;
  border-top: 1px solid var(--line-dark);
}

.circle-principles div {
  min-height: 63px;
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line-dark);
}

.circle-principles span {
  color: var(--bronze);
  font-size: 9px;
  font-weight: 700;
}

.circle-principles strong {
  font-size: 13px;
  font-weight: 600;
}

.structure {
  background: var(--ink);
  color: var(--linen);
}

.light-heading .section-intro p {
  color: var(--muted-light);
}

.structure-list {
  margin-top: 76px;
  border-top: 1px solid var(--line-light);
}

.structure-list article {
  min-height: 128px;
  display: grid;
  grid-template-columns: 0.42fr 0.88fr 1.15fr 0.35fr;
  gap: 28px;
  align-items: center;
  border-bottom: 1px solid var(--line-light);
}

.structure-list article > span,
.structure-list article > small {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.structure-list article > span {
  color: var(--bronze);
}

.structure-list article > small {
  color: #8e828b;
  text-align: right;
}

.structure-list article > div {
  display: flex;
  align-items: baseline;
  gap: 16px;
}

.structure-list article > div strong {
  color: #675c65;
  font-size: 11px;
  font-weight: 500;
}

.structure-list h3 {
  margin: 0;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.structure-list article > p {
  max-width: 480px;
  margin: 0;
  color: var(--muted-light);
  font-size: 12px;
  line-height: 1.6;
}

.faith-section {
  display: grid;
  grid-template-columns: 0.35fr 1.3fr 0.55fr;
  gap: 70px;
  align-items: center;
  background: var(--bronze);
  color: var(--ink);
}

.faith-mark {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.faith-section blockquote {
  margin-bottom: 0;
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-size: clamp(36px, 4.6vw, 62px);
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.faith-section cite {
  margin-top: 20px;
  display: block;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.faith-section > p {
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}

.investment {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.72fr);
  gap: 120px;
  align-items: center;
  background: var(--paper);
}

.investment-copy h2 {
  max-width: 690px;
  margin-bottom: 28px;
}

.investment-copy > p:not(.eyebrow) {
  max-width: 640px;
  color: var(--muted-dark);
  font-size: 16px;
  line-height: 1.75;
}

.commitment-note {
  max-width: 640px;
  margin-top: 50px;
  padding: 22px 0;
  display: grid;
  grid-template-columns: 0.32fr 1fr;
  gap: 30px;
  border-top: 1px solid var(--ink);
  border-bottom: 1px solid var(--ink);
}

.commitment-note span {
  color: var(--bronze);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.commitment-note p {
  margin: 0;
  font-family: "Bodoni Moda", Didot, Georgia, serif;
  font-size: 24px;
  font-style: italic;
  line-height: 1.25;
}

.investment-panel {
  padding: 33px;
  border: 1px solid var(--ink);
  background: var(--linen);
  box-shadow: 14px 14px 0 var(--aubergine);
}

.panel-header {
  padding-bottom: 22px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--line-dark);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.panel-header strong {
  color: var(--bronze);
}

.price-line {
  padding: 34px 0 27px;
  display: flex;
  align-items: end;
  gap: 18px;
}

.price-line > strong {
  font-size: 68px;
  font-weight: 500;
  line-height: 0.85;
  letter-spacing: -0.07em;
}

.price-line > span {
  color: var(--muted-dark);
  font-size: 9px;
  line-height: 1.55;
  text-transform: uppercase;
}

.return-line {
  min-height: 58px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bronze);
  color: var(--ink);
}

.return-line span {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.return-line strong {
  font-size: 13px;
}

.investment-panel ul {
  margin: 27px 0 30px;
  padding: 0;
  list-style: none;
}

.investment-panel li {
  padding: 11px 0 11px 22px;
  position: relative;
  border-bottom: 1px solid var(--line-dark);
  font-size: 11px;
}

.investment-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 6px;
  height: 6px;
  border: 1px solid var(--bronze);
  border-radius: 50%;
}

.investment-panel > small {
  margin-top: 15px;
  display: block;
  color: var(--muted-dark);
  font-size: 8px;
  text-align: center;
}

.faq {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  gap: 110px;
  background: var(--linen);
}

.faq-intro h2 {
  margin-bottom: 20px;
}

.faq-intro > p:last-child {
  max-width: 380px;
  color: var(--muted-dark);
  font-size: 13px;
  line-height: 1.7;
}

.faq-list {
  border-top: 1px solid var(--ink);
}

.faq-list details {
  border-bottom: 1px solid var(--ink);
}

.faq-list summary {
  min-height: 88px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  cursor: pointer;
  list-style: none;
  font-size: 15px;
  font-weight: 600;
}

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

.faq-list summary span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  font-size: 18px;
  font-weight: 400;
  transition: transform 180ms ease, background-color 180ms ease;
}

.faq-list details[open] summary span {
  background: var(--bronze);
  transform: rotate(45deg);
}

.faq-list details > p {
  max-width: 700px;
  margin: -5px 55px 27px 0;
  color: var(--muted-dark);
  font-size: 13px;
  line-height: 1.7;
}

.final-cta {
  min-height: 620px;
  padding-left: max(28px, calc((100vw - var(--content)) / 2));
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: stretch;
  overflow: hidden;
  background: var(--aubergine);
  color: var(--linen);
}

.final-cta-copy {
  padding: 100px 80px 100px 0;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.final-cta h2 {
  max-width: 780px;
  margin-bottom: 28px;
}

.final-cta-copy > p:not(.eyebrow) {
  max-width: 570px;
  margin-bottom: 34px;
  color: var(--muted-light);
  font-size: 16px;
  line-height: 1.7;
}

.final-crest {
  min-height: 620px;
  overflow: hidden;
  border-left: 1px solid rgba(181, 121, 58, 0.45);
}

.final-crest img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.18);
  transform-origin: center;
}

.site-footer {
  min-height: 145px;
  padding: 30px max(28px, calc((100vw - var(--content)) / 2));
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 46px;
  align-items: center;
  background: var(--ink);
  color: var(--linen);
  border-top: 1px solid var(--line-light);
}

.site-footer > p {
  margin: 0;
  color: #8f838c;
  font-size: 9px;
}

.site-footer nav {
  display: flex;
  gap: 22px;
  font-size: 10px;
}

.site-footer > span {
  color: #8f838c;
  font-size: 9px;
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    gap: 40px;
  }

  .product-section {
    grid-template-columns: 0.7fr 1.3fr;
    gap: 55px;
  }

  .circle-section,
  .investment,
  .faq {
    gap: 65px;
  }

  .structure-list article {
    grid-template-columns: 0.35fr 0.85fr 1fr;
  }

  .structure-list article > small {
    display: none;
  }

  .faith-section {
    grid-template-columns: 0.2fr 1.2fr 0.55fr;
    gap: 40px;
  }
}

@media (max-width: 860px) {
  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 65px;
  }

  .hero-content {
    max-width: 720px;
  }

  .hero-identity {
    width: min(100%, 620px);
    justify-self: center;
  }

  .statement-strip {
    gap: 15px;
  }

  .statement-strip p,
  .statement-strip strong {
    font-size: 9px;
  }

  .split-heading,
  .product-section,
  .circle-section,
  .investment,
  .faq {
    grid-template-columns: 1fr;
  }

  .split-heading {
    gap: 32px;
  }

  .section-intro p {
    max-width: 640px;
  }

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

  .method::after {
    top: 58px;
    font-size: 150px;
  }

  .method-grid article:nth-child(2) {
    border-right: 0;
  }

  .method-grid article:nth-child(-n+2) {
    border-bottom: 1px solid var(--line-dark);
  }

  .product-section {
    gap: 60px;
  }

  .product-copy {
    max-width: 680px;
  }

  .circle-diagram {
    margin: 0 auto;
  }

  .structure-list article {
    grid-template-columns: 0.25fr 0.85fr 1fr;
  }

  .faith-section {
    grid-template-columns: 1fr;
  }

  .faith-section > p {
    max-width: 520px;
  }

  .investment-panel {
    width: min(100%, 520px);
  }

  .faq-intro {
    max-width: 520px;
  }

  .final-cta {
    grid-template-columns: 1fr 0.7fr;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    gap: 25px;
  }

  .site-footer > p {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 620px) {
  .site-header {
    min-height: 80px;
    padding-inline: 18px;
    gap: 10px;
  }

  .wordmark small {
    font-size: 6px;
  }

  .wordmark-symbol {
    width: 36px;
    transform: scale(0.84);
    transform-origin: left center;
  }

  .header-cta {
    min-height: 40px;
    padding-inline: 12px;
    font-size: 9px;
  }

  .hero,
  .section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero h1 {
    font-size: clamp(53px, 16vw, 76px);
    line-height: 0.92;
  }

  .hero-copy {
    font-size: 15px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 15px;
  }

  .hero-actions .text-link {
    width: max-content;
  }

  .hero-metrics {
    margin-top: 48px;
  }

  .hero-metrics div {
    display: block;
  }

  .hero-metrics div:nth-child(2),
  .hero-metrics div:last-child {
    padding-left: 13px;
  }

  .hero-metrics strong,
  .hero-metrics span {
    display: block;
  }

  .hero-metrics strong {
    margin-bottom: 8px;
  }

  .statement-strip {
    min-height: 74px;
    padding: 17px 20px;
    flex-wrap: wrap;
  }

  .statement-strip span {
    display: none;
  }

  .section-heading h2,
  .product-copy h2,
  .circle-copy h2,
  .investment-copy h2,
  .faq-intro h2,
  .final-cta h2 {
    font-size: 48px;
    line-height: 0.97;
  }

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

  .method::after {
    top: 72px;
    right: 16px;
    font-size: 110px;
  }

  .method-grid article {
    min-height: 245px;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .method-grid article:last-child {
    border-bottom: 0;
  }

  .dashboard {
    margin-right: 7px;
    box-shadow: 9px 9px 0 rgba(31, 23, 32, 0.25);
  }

  .dashboard-heading,
  .table-row,
  .table-header,
  .dashboard-footer {
    padding-right: 18px;
    padding-left: 18px;
  }

  .dashboard-heading h3 {
    font-size: 20px;
  }

  .completion {
    width: 68px;
    height: 68px;
  }

  .completion strong {
    font-size: 18px;
  }

  .table-header,
  .table-row {
    grid-template-columns: 1fr 0.8fr;
  }

  .table-header span:nth-child(2),
  .table-row > p {
    display: none;
  }

  .dashboard-footer a {
    display: none;
  }

  .circle-diagram {
    width: min(92vw, 430px);
  }

  .member-node {
    width: 70px;
    height: 70px;
    border-width: 6px;
  }

  .node-one {
    left: calc(50% - 35px);
  }

  .structure-list article {
    padding: 23px 0;
    grid-template-columns: 0.3fr 1fr;
    gap: 14px;
  }

  .structure-list article > p {
    grid-column: 2;
  }

  .faith-section blockquote {
    font-size: 43px;
  }

  .investment-panel {
    padding: 25px;
    box-shadow: 9px 9px 0 var(--aubergine);
  }

  .commitment-note {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .faq-list summary {
    min-height: 78px;
    font-size: 13px;
  }

  .final-cta {
    min-height: auto;
    padding-left: 0;
    grid-template-columns: 1fr;
  }

  .final-cta-copy {
    padding: 80px 20px;
  }

  .final-crest {
    min-height: 380px;
    border-top: 1px solid rgba(181, 121, 58, 0.45);
    border-left: 0;
  }

  .site-footer {
    padding: 45px 20px;
    grid-template-columns: 1fr;
  }

  .site-footer > p {
    grid-column: auto;
    grid-row: auto;
  }

  .site-footer nav {
    flex-wrap: wrap;
  }
}

@media (max-width: 400px) {
  .wordmark small {
    display: none;
  }

  .header-cta {
    padding-inline: 9px;
    font-size: 8px;
  }

  .hero h1 {
    font-size: 47px;
    line-height: 0.98;
  }

  .hero h1 em {
    display: inline-block;
    margin-top: 0.06em;
  }

  .hero-metrics span {
    font-size: 7px;
  }

  .section-heading h2,
  .product-copy h2,
  .circle-copy h2,
  .investment-copy h2,
  .faq-intro h2,
  .final-cta h2 {
    font-size: 43px;
  }

  .dashboard-heading {
    grid-template-columns: 1fr;
  }

  .completion {
    width: 62px;
    height: 62px;
  }

  .circle-diagram {
    width: calc(100vw - 50px);
  }

  .member-node {
    width: 62px;
    height: 62px;
  }

  .node-one {
    left: calc(50% - 31px);
  }

  .price-line > strong {
    font-size: 58px;
  }
}

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

  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
