/*
Theme Name: Zach Marcy
Theme URI: https://zachmarcy.com
Author: Vigilantia Technologies
Description: The official white-first WordPress identity for Zach Marcy and Project REENGINEERED.
Version: 1.3.0
Requires at least: 6.7
Requires PHP: 8.1
Text Domain: zach-marcy
*/

:root {
  --ink: #111211;
  --muted: #686c68;
  --paper: #f7f8f5;
  --white: #ffffff;
  --green: #079339;
  --green-dark: #046b2a;
  --line: #d8dad5;
  --content: 1440px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body.admin-bar .site-header {
  top: 32px;
}

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

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

p,
h1,
h2,
h3 {
  text-wrap: pretty;
}

.site-shell {
  overflow: hidden;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  min-height: 88px;
  padding: 12px clamp(24px, 5vw, 76px);
  border-bottom: 1px solid rgba(17, 18, 17, 0.12);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 290px;
  max-height: 64px;
  object-fit: contain;
  object-position: left center;
}

.primary-nav {
  display: flex;
  gap: 22px;
  color: #3f433f;
  font-size: 0.82rem;
  font-weight: 650;
}

.primary-nav a {
  transition: color 160ms ease;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: var(--green);
}

.header-cta {
  justify-self: end;
  padding: 12px 17px;
  border: 1px solid var(--ink);
  border-radius: 100px;
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: 160ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  border-color: var(--green);
  background: var(--green);
  color: var(--white);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.48fr);
  gap: clamp(42px, 6vw, 88px);
  align-items: center;
  padding: clamp(42px, 5vw, 72px) clamp(24px, 7vw, 112px)
    clamp(52px, 6vw, 84px);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.hero-content {
  width: min(920px, 100%);
}

.eyebrow,
.section-label {
  margin: 0 0 30px;
  color: var(--green-dark);
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  gap: 22px;
}

.eyebrow span:last-child {
  color: var(--muted);
}

.hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(4rem, 7.3vw, 8rem);
  font-weight: 570;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.hero-copy {
  max-width: 640px;
  margin: 46px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.42rem);
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 23px;
  border-radius: 4px;
  font-size: 0.81rem;
  font-weight: 760;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  transition: 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--green);
  color: var(--white);
}

.button-primary:hover,
.button-primary:focus-visible {
  background: #0cad48;
}

.button-ghost {
  border: 1px solid rgba(17, 18, 17, 0.35);
}

.button-ghost:hover,
.button-ghost:focus-visible {
  border-color: var(--green);
  background: var(--green);
  color: var(--white);
}

.button-disabled {
  cursor: not-allowed;
  border: 1px solid var(--line);
  background: #eceee9;
  color: #777b77;
}

.offer-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.62fr);
  gap: clamp(54px, 8vw, 120px);
  align-items: center;
  padding: clamp(64px, 8vw, 116px) clamp(24px, 7vw, 112px);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.offer-hero-copy h1 {
  max-width: 920px;
  margin: 0;
  overflow-wrap: anywhere;
  font-size: clamp(3.6rem, 5.5vw, 7.2rem);
  font-weight: 570;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.offer-lead {
  max-width: 760px;
  margin: 38px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.4rem);
  line-height: 1.6;
}

.offer-price-line {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 34px 0 26px;
}

.offer-price-line strong {
  color: var(--green-dark);
  font-size: clamp(2.4rem, 4.3vw, 4.2rem);
  font-weight: 650;
  letter-spacing: -0.06em;
}

.offer-price-line span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
  text-transform: uppercase;
}

.checkout-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.offer-summary-card,
.purchase-card {
  padding: clamp(28px, 3vw, 42px);
  border: 1px solid var(--line);
  border-top: 4px solid var(--green);
  background: var(--paper);
}

.offer-checklist {
  display: grid;
  gap: 18px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.offer-checklist li {
  position: relative;
  padding-left: 25px;
  color: #343734;
  line-height: 1.55;
}

.offer-checklist li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid var(--green);
  content: "";
}

.offer-bridge,
.waitlist-section,
.purchase-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.75fr);
  gap: clamp(54px, 9vw, 150px);
  align-items: start;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.offer-bridge h2,
.waitlist-section h2,
.purchase-section h2 {
  margin: 0;
  font-size: clamp(2.7rem, 5.7vw, 6rem);
  font-weight: 560;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.offer-bridge > p,
.waitlist-copy > p,
.purchase-section > div:first-child > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.75;
}

.program-phases,
.accelerator-includes,
.program-outcomes {
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.phase-card-grid,
.include-grid,
.five-column-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 66px;
  border: 1px solid var(--line);
  background: var(--line);
}

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

.five-column-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.phase-card-grid article,
.include-grid article,
.five-column-grid article {
  min-height: 260px;
  padding: 30px;
  background: var(--white);
}

.phase-card-grid span,
.five-column-grid span {
  color: var(--green-dark);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.phase-card-grid h3,
.include-grid h3,
.five-column-grid h2 {
  margin: 52px 0 15px;
  font-size: clamp(1.55rem, 2.5vw, 2.6rem);
  font-weight: 590;
  letter-spacing: -0.05em;
}

.phase-card-grid p,
.include-grid p,
.five-column-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.65;
}

.waitlist-section {
  background: var(--white);
}

.waitlist-note {
  margin-top: 22px !important;
  color: var(--green-dark) !important;
  font-weight: 650;
}

.purchase-section {
  align-items: center;
}

.purchase-price {
  display: block;
  margin: 20px 0 26px;
  color: var(--green-dark);
  font-size: clamp(3.2rem, 5vw, 5rem);
  line-height: 1;
}

.home-hero {
  padding: clamp(52px, 6vw, 88px) clamp(24px, 7vw, 112px)
    clamp(64px, 7vw, 104px);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.home-hero-inner {
  width: min(1180px, 100%);
}

.home-hero h1 {
  max-width: 1120px;
  margin: 0;
  font-size: clamp(3.9rem, 7.5vw, 8.2rem);
  font-weight: 570;
  letter-spacing: -0.075em;
  line-height: 0.92;
}

.home-intro {
  background: var(--paper);
}

.home-intro-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: clamp(60px, 10vw, 160px);
  align-items: start;
}

.home-intro h2 {
  margin: 0;
  font-size: clamp(2.8rem, 6vw, 6.2rem);
  font-weight: 560;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.home-intro-grid > div {
  display: grid;
  gap: 22px;
}

.home-intro-grid p,
.program-copy-grid p,
.program-roadmap > p,
.archive-intro p,
.belief-statement > p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.destination-section {
  border-top: 1px solid var(--line);
  background: var(--white);
}

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

.destination-card {
  min-height: 310px;
  padding: clamp(28px, 4vw, 52px);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.destination-card > span,
.outcome-grid article > span,
.case-grid article > span {
  color: var(--green);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.destination-card h3 {
  margin: 34px 0 0;
  font-size: clamp(1.8rem, 3.1vw, 3.35rem);
  font-weight: 570;
  letter-spacing: -0.055em;
}

.destination-card p {
  max-width: 560px;
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.destination-card a,
.text-link {
  display: inline-flex;
  gap: 10px;
  margin-top: 30px;
  color: var(--green-dark);
  font-size: 0.8rem;
  font-weight: 760;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.brand-page {
  background: var(--white);
}

.page-hero {
  padding: clamp(62px, 8vw, 118px) clamp(24px, 7vw, 112px)
    clamp(72px, 9vw, 132px);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.compact-page-hero {
  padding-bottom: clamp(66px, 7vw, 104px);
}

.page-hero h1 {
  max-width: 1180px;
  margin: 0;
  font-size: clamp(3.7rem, 7.2vw, 7.8rem);
  font-weight: 570;
  letter-spacing: -0.075em;
  line-height: 0.92;
}

.project-page-hero h1 {
  font-size: clamp(4.1rem, 8.2vw, 9rem);
}

.page-hero > p:last-child {
  max-width: 720px;
  margin: 38px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.7vw, 1.42rem);
  line-height: 1.55;
}

.about-profile {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(56px, 9vw, 140px);
  align-items: start;
}

.about-portrait {
  width: min(390px, 100%);
  height: 520px;
  margin: 0;
  border: 1px solid var(--line);
  background: var(--paper);
}

.about-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.about-profile-copy h2,
.program-definition h2,
.program-roadmap h2,
.archive-intro h2,
.belief-statement h2 {
  margin: 0;
  font-size: clamp(2.7rem, 5.4vw, 5.7rem);
  font-weight: 560;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.about-profile-copy > p:not(.section-label) {
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.credential-section,
.program-outcomes,
.case-framework {
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.credential-grid,
.outcome-grid,
.case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 70px;
  border-top: 1px solid var(--ink);
}

.credential-grid article,
.outcome-grid article,
.case-grid article {
  min-height: 270px;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.credential-grid article:first-child,
.outcome-grid article:first-child,
.case-grid article:first-child {
  border-left: 1px solid var(--line);
}

.credential-grid strong {
  display: block;
  font-size: clamp(1.55rem, 2.7vw, 2.8rem);
  font-weight: 590;
  letter-spacing: -0.045em;
}

.credential-grid p,
.outcome-grid p,
.case-grid p {
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.program-copy-grid,
.program-roadmap,
.archive-intro,
.belief-statement {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(60px, 10vw, 160px);
  align-items: start;
  margin-top: 70px;
}

.program-copy-grid {
  margin-top: 76px;
}

.program-outcomes {
  background: var(--white);
}

.outcome-grid h2,
.case-grid h2 {
  margin: 30px 0 0;
  font-size: clamp(1.8rem, 3vw, 3.3rem);
  font-weight: 580;
  letter-spacing: -0.055em;
}

.program-roadmap {
  margin-top: 0;
  border-top: 1px solid var(--line);
  background: var(--paper);
}

.archive-intro {
  margin-top: 0;
  background: var(--paper);
}

.archive-intro > div:last-child,
.belief-statement {
  display: grid;
  gap: 22px;
}

.case-framework {
  background: var(--white);
}

.transformation-proof {
  border-top: 1px solid var(--line);
  background: var(--white);
}

.transformation-proof .section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: end;
}

.transformation-proof .section-intro h2 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.8rem, 5.6vw, 6rem);
  font-weight: 560;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.transformation-proof .section-intro > p:last-child {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.transformation-proof-grid {
  display: grid;
  gap: 28px;
  margin-top: clamp(54px, 8vw, 100px);
}

.transformation-card {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  border: 1px solid var(--line);
  background: var(--paper);
}

.transformation-images {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.transformation-images figure {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: var(--white);
}

.transformation-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.transformation-images figcaption {
  position: absolute;
  bottom: 14px;
  left: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.transformation-copy {
  align-self: center;
  padding: clamp(34px, 5vw, 70px);
}

.transformation-copy h3 {
  margin: 0;
  font-size: clamp(2rem, 3.8vw, 4rem);
  font-weight: 570;
  letter-spacing: -0.055em;
  line-height: 1;
}

.transformation-copy > p:not(.section-label) {
  margin: 24px 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.transformation-copy blockquote {
  margin: 30px 0 0;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  font-weight: 540;
  line-height: 1.45;
}

.transformation-lesson strong {
  color: var(--ink);
}

.results-disclaimer {
  max-width: 800px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.6;
}

.manifesto-page {
  background: var(--paper);
}

.belief-statement {
  margin-top: 0;
  border-top: 1px solid var(--line);
  background: var(--white);
}

.starter-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
  gap: clamp(64px, 10vw, 150px);
  align-items: start;
  min-height: calc(100vh - 178px);
  padding: clamp(62px, 8vw, 112px) clamp(24px, 7vw, 112px);
  background: var(--white);
}

.starter-copy h1 {
  max-width: 820px;
  margin: 0;
  font-size: clamp(3.7rem, 7vw, 7.4rem);
  font-weight: 570;
  letter-spacing: -0.075em;
  line-height: 0.92;
}

.starter-lead {
  max-width: 700px;
  margin: 38px 0 0;
  color: var(--muted);
  font-size: clamp(1.06rem, 1.7vw, 1.34rem);
  line-height: 1.65;
}

.starter-benefits {
  display: grid;
  gap: 18px;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}

.starter-benefits li {
  position: relative;
  padding-left: 30px;
  color: #343834;
  line-height: 1.55;
}

.starter-benefits li::before {
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 11px;
  height: 11px;
  border: 2px solid var(--green);
  content: "";
}

.starter-form-card {
  padding: clamp(30px, 4vw, 48px);
  border: 1px solid var(--line);
  border-top: 5px solid var(--green);
  background: var(--paper);
}

.form-kicker {
  margin: 0;
  color: var(--green-dark);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.starter-form-card h2 {
  margin: 20px 0 0;
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  font-weight: 580;
  letter-spacing: -0.055em;
  line-height: 1;
}

.starter-form-card > p:not(.form-kicker, .form-error, .form-fine-print) {
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.starter-form {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.starter-form > label:not(.consent-row) {
  margin-top: 6px;
  font-size: 0.75rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.starter-form input[type="text"],
.starter-form input[type="email"] {
  width: 100%;
  min-height: 50px;
  padding: 0 15px;
  border: 1px solid #b8bcb7;
  border-radius: 3px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

.starter-form input:focus {
  border-color: var(--green);
  outline: 3px solid rgba(7, 147, 57, 0.12);
}

.consent-row {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  align-items: start;
  margin: 10px 0 8px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.consent-row input {
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  accent-color: var(--green);
}

.starter-form .button {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-error {
  margin: 22px 0 0;
  padding: 12px 14px;
  border-left: 3px solid #a12622;
  background: #fff1f0;
  color: #741b18;
  font-size: 0.82rem;
  line-height: 1.45;
}

.form-fine-print {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.5;
}

.starter-download {
  width: 100%;
  margin-top: 28px;
}

.hero-note {
  max-width: 560px;
  margin-top: 48px;
  padding-left: 24px;
  border-left: 2px solid var(--green);
}

.hero-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.hero-note span {
  display: block;
  margin-top: 13px;
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-portrait {
  position: relative;
  width: min(360px, 100%);
  height: 440px;
  margin: 0;
  justify-self: end;
  background: var(--paper);
}

.hero-portrait::before {
  position: absolute;
  z-index: 1;
  top: -18px;
  right: -18px;
  width: 96px;
  height: 96px;
  border-top: 3px solid var(--green);
  border-right: 3px solid var(--green);
  content: "";
}

.hero-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 clamp(24px, 5vw, 76px);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.proof-strip div {
  min-height: 150px;
  padding: 32px;
  border-right: 1px solid var(--line);
}

.proof-strip div:first-child {
  border-left: 1px solid var(--line);
}

.proof-strip strong {
  display: block;
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 620;
  letter-spacing: -0.055em;
}

.proof-strip span {
  display: block;
  max-width: 180px;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.45;
}

.section-pad {
  padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 112px);
}

.section-intro h2,
.loop h2,
.manifesto h2,
.about h2,
.next h2 {
  margin: 0;
  font-size: clamp(2.7rem, 6.3vw, 6.4rem);
  font-weight: 560;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.project-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(60px, 10vw, 150px);
  align-items: start;
  margin-top: clamp(70px, 8vw, 120px);
}

.project-statement {
  display: grid;
  gap: 28px;
}

.project-statement p {
  margin: 0;
  font-size: clamp(1.25rem, 2.25vw, 2.15rem);
  letter-spacing: -0.03em;
  line-height: 1.33;
}

.project-statement p:last-child {
  color: var(--muted);
}

.baseline-card {
  padding: 32px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--green);
  background: var(--white);
  color: var(--ink);
}

.baseline-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.live-dot::before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: #39d06d;
  box-shadow: 0 0 0 4px rgba(57, 208, 109, 0.13);
  content: "";
}

.baseline-card dl {
  margin: 0;
}

.baseline-card dl div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}

.baseline-card dt {
  color: var(--muted);
  font-size: 0.76rem;
}

.baseline-card dd {
  margin: 0;
  font-weight: 680;
  text-align: right;
}

.baseline-card > p {
  margin: 27px 0 0;
  color: var(--muted);
  font-size: 0.83rem;
  line-height: 1.65;
}

.method {
  background: var(--white);
}

.method-heading {
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 70px;
  align-items: end;
}

.method-lead {
  margin: 0 0 10px;
  color: var(--muted);
  line-height: 1.65;
}

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

.pillar {
  display: grid;
  grid-template-columns: 80px 0.6fr 0.8fr 1.35fr;
  gap: 30px;
  align-items: start;
  padding: 31px 0;
  border-bottom: 1px solid var(--line);
}

.pillar-number {
  color: var(--green);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.75rem;
  font-weight: 700;
}

.pillar h3 {
  margin: 0;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  font-weight: 590;
  letter-spacing: -0.05em;
}

.pillar p {
  margin: 0;
}

.pillar-line {
  font-weight: 650;
}

.pillar-detail {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.65;
}

.loop {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(60px, 10vw, 170px);
  background: var(--green);
  color: var(--white);
}

.loop .section-label {
  color: #d2f6de;
}

.loop-copy > p:last-child {
  max-width: 580px;
  margin: 36px 0 0;
  color: #e2f6e8;
  line-height: 1.7;
}

.phase-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.55);
  list-style: none;
}

.phase-list li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.phase-list li > span {
  padding-top: 5px;
  color: #d2f6de;
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.7rem;
}

.phase-list strong {
  font-size: 1.14rem;
}

.phase-list p {
  margin: 4px 0 0;
  color: #dcf1e3;
  font-size: 0.84rem;
}

.manifesto {
  display: grid;
  grid-template-columns: minmax(240px, 0.55fr) 1.45fr;
  gap: clamp(60px, 10vw, 150px);
  align-items: center;
}

.manifesto-mark {
  width: min(360px, 100%);
  mix-blend-mode: multiply;
}

.manifesto-copy {
  max-width: 860px;
}

.manifesto-lines {
  margin-top: 52px;
}

.manifesto-lines p {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
}

.manifesto-lines strong {
  color: var(--ink);
}

.manifesto blockquote {
  margin: 56px 0 0;
  padding-left: 25px;
  border-left: 3px solid var(--green);
  font-size: clamp(1.25rem, 2.2vw, 2rem);
  font-weight: 540;
  letter-spacing: -0.035em;
  line-height: 1.35;
}

.about {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
}

.about .section-label {
  color: var(--green-dark);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(70px, 11vw, 180px);
  margin-top: 88px;
}

.about-copy {
  display: grid;
  gap: 25px;
}

.about-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.about-aside {
  align-self: start;
  padding: 30px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--green);
  background: var(--paper);
}

.about-kicker {
  color: var(--green-dark);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about-aside p {
  margin: 24px 0 0;
  font-size: clamp(1.2rem, 2.2vw, 1.8rem);
  letter-spacing: -0.035em;
  line-height: 1.4;
}

.next {
  background: var(--paper);
  text-align: center;
}

.next h2 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.next > p {
  max-width: 670px;
  margin: 38px auto 0;
  color: var(--muted);
  line-height: 1.7;
}

.button-dark {
  margin-top: 35px;
  background: var(--green);
  color: var(--white);
}

.button-dark:hover,
.button-dark:focus-visible {
  background: var(--green-dark);
}

.content-page,
.journal {
  min-height: 70vh;
  padding: clamp(70px, 9vw, 130px) clamp(24px, 7vw, 112px);
  background: var(--white);
}

.content-wrap {
  width: min(820px, 100%);
  margin: 0 auto;
}

.content-page h1,
.journal h1 {
  margin: 0 0 42px;
  font-size: clamp(3rem, 7vw, 6.8rem);
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.entry-content {
  color: #303330;
  font-size: 1.08rem;
  line-height: 1.8;
}

.entry-content a {
  color: var(--green-dark);
  text-decoration: underline;
}

.post-card {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 34px;
  padding: 36px 0;
  border-top: 1px solid var(--line);
}

.post-card time,
.post-meta {
  color: var(--muted);
  font-family: "SFMono-Regular", Consolas, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.post-card h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3.5vw, 3.5rem);
  letter-spacing: -0.05em;
}

.post-card p {
  color: var(--muted);
  line-height: 1.65;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  gap: 40px;
  align-items: end;
  padding: 38px clamp(24px, 5vw, 76px);
  border-top: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.55;
}

.site-footer div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.site-footer strong {
  color: var(--ink);
  font-size: 0.86rem;
}

.site-footer p {
  margin: 0;
  text-align: center;
}

.site-footer > span {
  text-align: right;
}

@media (max-width: 980px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .primary-nav {
    display: none;
  }

  .hero,
  .project-layout,
  .method-heading,
  .loop,
  .about-grid,
  .home-intro-grid,
  .about-profile,
  .program-roadmap,
  .archive-intro,
  .belief-statement,
  .starter-layout,
  .offer-hero,
  .offer-bridge,
  .waitlist-section,
  .purchase-section,
  .transformation-proof .section-intro,
  .transformation-card {
    grid-template-columns: 1fr;
  }

  .four-phase-grid,
  .include-grid,
  .five-column-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .primary-nav {
    gap: 18px;
  }

  .hero {
    min-height: auto;
  }

  .hero-portrait,
  .hero-portrait img {
    min-height: 0;
  }

  .hero-portrait {
    width: min(440px, 78vw);
    height: 520px;
    justify-self: start;
  }

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

  .credential-grid,
  .outcome-grid,
  .case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .pillar-detail {
    grid-column: 2 / -1;
  }

  .manifesto {
    grid-template-columns: 220px 1fr;
  }
}

@media (max-width: 680px) {
  .site-header {
    min-height: 72px;
    padding: 10px 18px;
  }

  .brand img {
    width: 220px;
    max-height: 52px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    padding: 76px 22px 82px;
  }

  .home-hero,
  .page-hero {
    padding: 58px 22px 72px;
  }

  .home-hero h1,
  .page-hero h1,
  .project-page-hero h1 {
    font-size: clamp(3.35rem, 16vw, 5rem);
  }

  .starter-layout {
    gap: 48px;
    padding: 58px 24px 72px;
  }

  .starter-copy,
  .starter-form-card {
    min-width: 0;
  }

  .starter-copy h1 {
    max-width: 100%;
    font-size: clamp(2.5rem, 11.5vw, 4rem);
    letter-spacing: -0.06em;
  }

  .offer-hero-copy h1 {
    font-size: clamp(3.2rem, 14vw, 5.3rem);
  }

  .phase-card-grid,
  .four-phase-grid,
  .include-grid,
  .five-column-grid {
    grid-template-columns: 1fr;
  }

  .phase-card-grid article,
  .include-grid article,
  .five-column-grid article {
    min-height: 0;
  }

  .eyebrow {
    flex-direction: column;
    gap: 8px;
  }

  .hero h1 {
    font-size: clamp(3.6rem, 17vw, 5.5rem);
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-portrait,
  .hero-portrait img {
    min-height: 0;
  }

  .hero-portrait {
    width: min(330px, 88vw);
    height: 400px;
  }

  .proof-strip {
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }

  .destination-grid,
  .credential-grid,
  .outcome-grid,
  .case-grid,
  .program-copy-grid {
    grid-template-columns: 1fr;
  }

  .destination-card {
    min-height: 0;
  }

  .about-portrait {
    width: min(340px, 88vw);
    height: 450px;
  }

  .transformation-images figure {
    min-height: 360px;
  }

  .transformation-copy {
    padding: 34px 24px;
  }

  .proof-strip div {
    min-height: 130px;
    padding: 23px 19px;
  }

  .section-pad {
    padding: 82px 22px;
  }

  .section-intro h2,
  .loop h2,
  .manifesto h2,
  .about h2,
  .next h2 {
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .pillar {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }

  .pillar-line,
  .pillar-detail {
    grid-column: 2;
  }

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

  .manifesto-mark {
    width: 190px;
    margin: 0 auto;
  }

  .post-card,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .site-footer,
  .site-footer p,
  .site-footer > span {
    text-align: left;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
