:root {
  --ink: #171616;
  --paper: #f4f1ea;
  --paper-deep: #e8e1d6;
  --stone: #d2c8ba;
  --wine: #7d2431;
  --wine-deep: #641a26;
  --rose: #cb7f89;
  --muted: #625f59;
  --line: rgba(23, 22, 22, 0.2);
  --light-line: rgba(255, 255, 255, 0.23);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--rose); outline-offset: 4px; }

.site-nav {
  align-items: center;
  background: rgba(244, 241, 234, 0.97);
  border-bottom: 1px solid var(--line);
  display: flex;
  height: 74px;
  justify-content: space-between;
  padding: 0 clamp(22px, 5vw, 76px);
  position: sticky;
  top: 0;
  z-index: 20;
}
.wordmark { align-items: baseline; display: inline-flex; }
.wordmark span { font-size: 17px; font-weight: 800; letter-spacing: 0.04em; }
.wordmark b {
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-style: italic;
  margin-left: 5px;
}
.nav-links {
  align-items: center;
  display: flex;
  font-size: 10px;
  font-weight: 800;
  gap: clamp(15px, 2vw, 30px);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.nav-links a { transition: color 0.2s ease; }
.nav-links a:hover { color: var(--wine); }
.phase-label { border: 1px solid var(--ink); border-radius: 99px; padding: 9px 13px 8px; }

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: calc(100vh - 74px);
}
.hero-reference,
.hero-proposition {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 8vw, 125px) clamp(22px, 6.5vw, 104px);
}
.hero-reference { background: var(--paper); }
.clause-index {
  border-bottom: 1px solid var(--line);
  display: flex;
  font-size: 10px;
  font-weight: 800;
  justify-content: space-between;
  letter-spacing: 0.14em;
  padding-bottom: 17px;
  text-transform: uppercase;
}
.hero-label {
  color: var(--wine);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin: clamp(48px, 6vw, 80px) 0 0;
  text-transform: uppercase;
}
.hero blockquote {
  background: var(--paper-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 3.6vw, 56px);
  font-style: italic;
  letter-spacing: -0.035em;
  line-height: 1.13;
  margin: 22px 0 28px;
  padding: clamp(30px, 4vw, 55px);
}
.reference-note {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
  max-width: 680px;
}
.hero-proposition { background: var(--ink); color: var(--paper); }
.eyebrow,
.kicker {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}
.eyebrow { align-items: center; color: #b9b3aa; display: flex; gap: 11px; margin: 0; }
.eyebrow > span { background: var(--wine); height: 8px; width: 8px; }
.hero h1,
.section-shell h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.99;
}
.hero h1 {
  font-size: clamp(52px, 6.1vw, 96px);
  margin: clamp(45px, 6vw, 82px) 0 48px;
}
.hero h1 em,
.problem h2 em,
.model h2 em,
.founding h2 em { color: var(--rose); font-weight: 400; }
.principle-card {
  border-bottom: 1px solid var(--light-line);
  border-top: 1px solid var(--light-line);
  display: grid;
  gap: 30px;
  grid-template-columns: 0.7fr 1.3fr;
  padding: 25px 0;
}
.principle-card span {
  color: var(--rose);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.principle-card p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.25;
  margin: 0;
}
.hero-link {
  align-self: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  color: #d0cbc2;
  font-size: 12px;
  margin-top: 42px;
  padding: 7px 0;
}
.hero-link span { color: var(--rose); margin-left: 8px; }

.section-shell { padding: clamp(86px, 10vw, 150px) clamp(22px, 8vw, 124px); }
.section-shell h2 { font-size: clamp(46px, 6vw, 88px); margin: 0; }
.kicker { color: #68645e; margin: 0 0 34px; }
.kicker-light { color: #d9a9b0; }
.section-intro {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  max-width: 920px;
}
.section-intro-light { color: #ddc7ca; }

.problem { background: var(--wine-deep); color: var(--paper); }
.problem > h2 { max-width: 1130px; }
.problem > .section-intro { margin: 34px 0 0; }
.problem-grid {
  border-bottom: 1px solid var(--light-line);
  border-top: 1px solid var(--light-line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 74px;
}
.problem-grid article { min-height: 310px; padding: 24px 34px 36px 0; }
.problem-grid article + article { border-left: 1px solid var(--light-line); padding-left: 34px; }
.problem-grid span,
.layer-grid > article > span,
.formation-grid > article > span,
.step > span {
  color: var(--rose);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
}
.problem-grid h3,
.gap-list h3,
.function-list h3,
.layer-grid h3,
.examples-grid h3,
.step h3,
.formation-grid h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}
.problem-grid h3 { font-size: clamp(27px, 2.5vw, 38px); margin: 78px 0 17px; }
.problem-grid p { color: #c8b9bb; font-size: 14px; line-height: 1.65; margin: 0; }

.gap { background: var(--paper); }
.gap-heading {
  align-items: end;
  display: grid;
  gap: 70px;
  grid-template-columns: 1.45fr 0.55fr;
}
.gap-heading h2 em { color: var(--wine); font-weight: 400; }
.gap-heading > p {
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 8px;
  padding-left: 28px;
}
.gap-list { border-top: 1px solid var(--ink); margin-top: 86px; }
.gap-list article {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 26px;
  grid-template-columns: 65px 0.8fr 1.2fr;
  padding: 25px 0 29px;
}
.gap-list span,
.function-list span,
.example-index > span {
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
}
.gap-list h3 { font-size: clamp(23px, 2.2vw, 34px); margin: 0; }
.gap-list p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 4px 0 0; }
.gap-answer {
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 2.5vw, 36px);
  font-style: italic;
  margin: 44px 0 0 auto;
  max-width: 430px;
  text-align: right;
}

.response { background: var(--paper-deep); }
.response-heading { max-width: 1220px; }
.response-heading > p:last-child {
  color: var(--wine);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(27px, 3.7vw, 53px);
  font-style: italic;
  line-height: 1.15;
  margin: 13px 0 0;
}
.function-list { border-top: 1px solid var(--ink); margin-top: 80px; }
.function-list article {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 28px;
  grid-template-columns: 70px 0.75fr 1.25fr;
  padding: 25px 0 29px;
}
.function-list h3 { font-size: clamp(25px, 2.5vw, 37px); margin: 0; }
.function-list p { color: var(--muted); font-size: 14px; line-height: 1.65; margin: 4px 0 0; }

.model { background: var(--ink); color: var(--paper); }
.model > h2 { max-width: 1220px; }
.layer-grid {
  border-bottom: 1px solid var(--light-line);
  border-top: 1px solid var(--light-line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
}
.layer-grid article { display: flex; flex-direction: column; min-height: 430px; padding: 25px 38px 34px 0; }
.layer-grid article + article { border-left: 1px solid var(--light-line); padding-left: 38px; }
.layer-grid h3 { font-size: clamp(31px, 3.1vw, 45px); margin: 95px 0 22px; }
.layer-grid p { color: #aaa49b; font-size: 14px; line-height: 1.65; margin: 0; }
.layer-grid strong {
  color: var(--rose);
  font-size: 10px;
  letter-spacing: 0.12em;
  margin-top: auto;
  text-transform: uppercase;
}
.model-summary { color: #c8c2b8; font-size: 13px; line-height: 1.65; margin: 28px 0 0; }

.illustrative-cases { background: var(--stone); }
.examples-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
}
.examples-heading > span {
  color: rgba(23, 22, 22, 0.11);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(120px, 18vw, 260px);
  font-style: italic;
  line-height: 0.65;
}
.examples-grid {
  border-bottom: 1px solid rgba(23, 22, 22, 0.55);
  border-top: 1px solid rgba(23, 22, 22, 0.55);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 75px;
}
.examples-grid article { min-height: 420px; padding: 27px 55px 40px 0; }
.examples-grid article + article { border-left: 1px solid rgba(23, 22, 22, 0.25); padding-left: 55px; }
.example-index { align-items: center; display: flex; justify-content: space-between; }
.example-index small,
.example-jurisdiction,
.example-boundary > span {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.example-index small { color: #68625b; }
.example-jurisdiction { color: var(--wine); margin: 72px 0 12px; }
.examples-grid h3 { font-size: clamp(39px, 4vw, 60px); letter-spacing: -0.035em; margin: 0 0 27px; }
.examples-grid article > p:last-child { color: #49453f; font-size: 15px; line-height: 1.7; }
.example-boundary { border-top: 1px solid rgba(23, 22, 22, 0.65); margin-top: 55px; padding-top: 24px; }
.example-boundary > span { color: var(--wine); }
.example-boundary > p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(21px, 2.5vw, 34px);
  line-height: 1.3;
  margin: 27px 0 0;
  max-width: 1100px;
}

.method { background: var(--paper); }
.method-heading { max-width: 1250px; }
.method-heading h2 em { color: var(--wine); font-weight: 400; }
.method-heading > p:last-child { color: var(--muted); font-size: 15px; line-height: 1.7; margin: 31px 0 0; }
.steps {
  border-bottom: 1px solid var(--ink);
  border-top: 1px solid var(--ink);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 74px;
}
.step { min-height: 330px; padding: 23px 22px 34px; }
.step:first-child { padding-left: 0; }
.step + .step { border-left: 1px solid var(--line); }
.step h3 { font-size: clamp(24px, 2.3vw, 34px); margin: 90px 0 17px; }
.step p { color: var(--muted); font-size: 12px; line-height: 1.6; margin: 0; }
.method-rule {
  color: var(--wine);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  margin: 24px 0 0;
  text-transform: uppercase;
}

.founding { background: var(--wine); color: #fff; }
.founding > h2 { max-width: 1250px; }
.formation-grid {
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  border-top: 1px solid rgba(255, 255, 255, 0.34);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 80px;
}
.formation-grid article { display: flex; flex-direction: column; min-height: 330px; padding: 25px 34px 35px 0; }
.formation-grid article + article { border-left: 1px solid rgba(255, 255, 255, 0.23); padding-left: 34px; }
.formation-grid h3 { font-size: clamp(27px, 2.7vw, 40px); margin: 68px 0 18px; }
.formation-grid p { color: #e4c9cd; font-size: 14px; line-height: 1.65; margin: 0; }
.formation-grid small {
  color: #e7bfc5;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  margin-top: auto;
  text-transform: uppercase;
}

.site-footer {
  background: var(--ink);
  color: #9e9890;
  display: grid;
  font-size: 10px;
  gap: 44px 60px;
  grid-template-columns: 0.7fr 1.45fr 0.85fr;
  letter-spacing: 0.07em;
  padding: 60px clamp(22px, 5vw, 76px) 36px;
  text-transform: uppercase;
}
.wordmark-dark span { color: var(--paper); }
.footer-brand p { color: #c8c1b8; font-family: Georgia, "Times New Roman", serif; font-size: 15px; margin: 15px 0 0; text-transform: none; }
.footer-note { line-height: 1.7; margin: 0; max-width: 610px; text-transform: none; }
.powered-panel { align-items: center; display: flex; gap: 18px; justify-content: flex-end; }
.powered-panel > span { white-space: nowrap; }
.powered-panel img { height: auto; max-width: 210px; width: 62%; }
.footer-phase { border-top: 1px solid rgba(255, 255, 255, 0.15); grid-column: 1 / 3; margin: 0; padding-top: 25px; }
.footer-copy { border-top: 1px solid rgba(255, 255, 255, 0.15); margin: 0; padding-top: 25px; text-align: right; }

@media (max-width: 1100px) {
  .nav-links a:nth-child(4),
  .nav-links a:nth-child(5) { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-reference,
  .hero-proposition { min-height: 720px; }
  .gap-heading { grid-template-columns: 1.25fr 0.75fr; }
}

@media (max-width: 800px) {
  .nav-links a { display: none !important; }
  .phase-label { font-size: 8px; padding: 8px 10px; }
  .hero-reference,
  .hero-proposition { min-height: auto; padding: 70px 22px; }
  .hero blockquote { font-size: clamp(31px, 9vw, 50px); padding: 30px 24px; }
  .principle-card,
  .gap-heading,
  .problem-grid,
  .layer-grid,
  .examples-grid,
  .steps,
  .formation-grid { grid-template-columns: 1fr; }
  .principle-card { gap: 18px; }
  .gap-heading > p { border-left: 0; border-top: 1px solid var(--line); padding-left: 0; padding-top: 22px; }
  .problem-grid article,
  .layer-grid article,
  .examples-grid article,
  .formation-grid article { min-height: auto; padding: 25px 0 38px; }
  .problem-grid article + article,
  .layer-grid article + article,
  .examples-grid article + article,
  .formation-grid article + article {
    border-left: 0;
    border-top: 1px solid var(--light-line);
    padding-left: 0;
  }
  .examples-grid article + article { border-top-color: rgba(23, 22, 22, 0.25); }
  .problem-grid h3,
  .layer-grid h3,
  .formation-grid h3 { margin-top: 42px; }
  .layer-grid strong,
  .formation-grid small { margin-top: 35px; }
  .gap-list article,
  .function-list article { grid-template-columns: 45px 1fr; }
  .gap-list p,
  .function-list p { grid-column: 2; }
  .examples-heading > span { font-size: 100px; }
  .example-jurisdiction { margin-top: 46px; }
  .step,
  .step:first-child { min-height: auto; padding: 23px 0 37px; }
  .step + .step { border-left: 0; border-top: 1px solid var(--line); }
  .step h3 { margin-top: 42px; }
  .site-footer { grid-template-columns: 1fr; }
  .powered-panel { justify-content: flex-start; }
  .footer-phase,
  .footer-copy { grid-column: auto; text-align: left; }
}

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

.wp-content-page {
  min-height: 100vh;
  padding: clamp(70px, 8vw, 120px) clamp(22px, 8vw, 124px);
}
.wp-content-page article { margin-top: 70px; max-width: 900px; }
.wp-content-page h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(46px, 6vw, 88px);
  font-weight: 400;
  letter-spacing: -0.055em;
}
.wp-content-page p { color: var(--muted); font-size: 16px; line-height: 1.75; }

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