@font-face {
  font-family: "Aedil Sans";
  src: url("/assets/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
}

@font-face {
  font-family: "Aedil Serif";
  src: url("/assets/newsreader-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
}

:root {
  --ink: #1c1f1a;
  --ink-soft: #343930;
  --bone: #f2eee4;
  --paper: #f8f6f0;
  --moss: #70785d;
  --moss-deep: #4d5641;
  --copper: #a6603a;
  --copper-light: #dba17c;
  --line: rgba(28, 31, 26, 0.17);
  --line-light: rgba(242, 238, 228, 0.22);
  --muted: #687064;
  --measure: 76rem;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

body {
  background: var(--bone);
  color: var(--ink);
  font-family: "Aedil Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

button,
input,
textarea {
  font: inherit;
}

strong {
  font-weight: 600;
}

::selection {
  background: var(--copper);
  color: #fff;
}

:focus-visible {
  outline: 2px solid var(--copper-light);
  outline-offset: 4px;
}

.skip-link {
  background: var(--paper);
  color: var(--ink);
  left: 1rem;
  padding: 0.75rem 1rem;
  position: fixed;
  top: -5rem;
  z-index: 100;
}

.skip-link:focus {
  top: 1rem;
}

.wrap {
  margin-inline: auto;
  width: min(var(--measure), calc(100% - 5rem));
}

.wrap.narrow {
  width: min(56rem, calc(100% - 5rem));
}

.eyebrow {
  color: var(--copper);
  display: inline-block;
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow.light {
  color: var(--copper-light);
}

.site-header {
  background: var(--ink);
  border-bottom: 1px solid var(--line-light);
  color: var(--bone);
  position: relative;
  z-index: 20;
}

.nav {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  min-height: 5.35rem;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 0.85rem;
  text-decoration: none;
}

.plumb {
  flex: 0 0 auto;
  height: 2.2rem;
  position: relative;
  width: 1.15rem;
}

.plumb::before {
  background: currentColor;
  content: "";
  height: 1.2rem;
  left: 0.55rem;
  position: absolute;
  top: 0;
  width: 1px;
}

.plumb::after {
  background: var(--copper);
  clip-path: polygon(50% 0, 100% 36%, 50% 100%, 0 36%);
  content: "";
  height: 1.1rem;
  left: 0.2rem;
  position: absolute;
  top: 1rem;
  width: 0.7rem;
}

.brand-word {
  font-family: "Aedil Serif", Georgia, serif;
  font-size: 2.08rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.brand-fields {
  color: rgba(242, 238, 228, 0.5);
  font-size: 0.6rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.nav-links {
  align-items: center;
  color: rgba(242, 238, 228, 0.72);
  display: flex;
  font-size: 0.73rem;
  gap: 1.7rem;
}

.nav-links a {
  text-decoration: none;
  transition: color 160ms ease;
}

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

.nav-links .language {
  border-left: 1px solid var(--line-light);
  color: var(--copper-light);
  padding-left: 1.7rem;
}

.nav-links .nav-cta {
  border-bottom: 1px solid var(--copper);
  color: var(--bone);
  padding-bottom: 0.22rem;
}

.mobile-menu {
  display: none;
  position: relative;
}

.mobile-menu summary {
  color: var(--bone);
  cursor: pointer;
  font-size: 0.73rem;
  list-style: none;
  text-transform: uppercase;
}

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

.mobile-menu summary::after {
  color: var(--copper-light);
  content: " +";
}

.mobile-menu[open] summary::after {
  content: " −";
}

.mobile-menu nav {
  background: var(--ink);
  border: 1px solid var(--line-light);
  display: flex;
  flex-direction: column;
  min-width: 15rem;
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 2.5rem;
}

.mobile-menu nav a {
  border-bottom: 1px solid var(--line-light);
  font-size: 0.8rem;
  padding: 0.8rem 0.5rem;
  text-decoration: none;
}

.mobile-menu nav a:last-child {
  border-bottom: 0;
}

.mobile-menu nav .mobile-cta {
  color: var(--copper-light);
}

.hero {
  background: var(--ink);
  color: var(--bone);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(26rem, 0.96fr);
  min-height: 45rem;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6.6rem 4.4rem 4.5rem 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1 {
  font-family: "Aedil Serif", Georgia, serif;
  font-size: clamp(3.65rem, 5.4vw, 5.25rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.98;
  margin-top: 1.5rem;
  max-width: 48rem;
}

.hero-lead {
  color: rgba(242, 238, 228, 0.67);
  font-size: 1.03rem;
  line-height: 1.75;
  margin-top: 2rem;
  max-width: 40rem;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2.65rem;
}

.button {
  align-items: center;
  background: var(--copper);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 700;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.78rem 1.5rem;
  text-align: center;
  text-decoration: none;
  transition:
    background 160ms ease,
    transform 160ms ease;
}

.button:hover {
  background: #b96c43;
  transform: translateY(-1px);
}

.button.full {
  width: 100%;
}

.text-link {
  border-bottom: 1px solid currentColor;
  font-size: 0.78rem;
  padding-bottom: 0.2rem;
  text-decoration: none;
}

.text-link.on-dark {
  color: var(--bone);
}

.text-link.dark {
  color: var(--ink);
}

.hero-proof {
  border-top: 1px solid var(--line-light);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 3.75rem;
  padding-top: 1.5rem;
}

.hero-proof span {
  color: rgba(242, 238, 228, 0.5);
  font-size: 0.68rem;
  line-height: 1.55;
}

.hero-proof strong {
  color: var(--bone);
  display: block;
  font-size: 0.74rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.hero-visual {
  background: #ddd8cc;
  border-left: 1px solid rgba(242, 238, 228, 0.18);
  min-height: 45rem;
  overflow: hidden;
  position: relative;
}

.hero-visual::before {
  background:
    linear-gradient(rgba(28, 31, 26, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 31, 26, 0.08) 1px, transparent 1px);
  background-size: 2.15rem 2.15rem;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.passport {
  background: var(--paper);
  border: 1px solid rgba(28, 31, 26, 0.28);
  box-shadow: 0 1.5rem 3.75rem rgba(28, 31, 26, 0.17);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  inset: 3.6rem 3.35rem;
  padding: 2.1rem 2.25rem 1.9rem;
  position: absolute;
  z-index: 1;
}

.passport-head {
  align-items: flex-start;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 1.75rem;
  justify-content: space-between;
  padding-bottom: 1.35rem;
}

.passport-kicker {
  color: var(--copper);
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.passport-head h2 {
  font-family: "Aedil Serif", Georgia, serif;
  font-size: 1.68rem;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 0.42rem;
}

.passport-index {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--moss-deep);
  display: flex;
  flex: 0 0 auto;
  font-size: 0.58rem;
  height: 3.25rem;
  justify-content: center;
  width: 3.25rem;
}

.parcel {
  background:
    linear-gradient(rgba(28, 31, 26, 0.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 31, 26, 0.065) 1px, transparent 1px);
  background-size: 1.45rem 1.45rem;
  border: 1px solid var(--line);
  height: 15.3rem;
  margin: 1.7rem 0 1.5rem;
  overflow: hidden;
  position: relative;
}

.parcel::before {
  background: rgba(112, 120, 93, 0.1);
  border: 2px solid var(--ink);
  content: "";
  height: 54%;
  left: 21%;
  position: absolute;
  top: 20%;
  transform: rotate(-7deg) skewX(-5deg);
  width: 56%;
}

.parcel::after {
  bottom: 0.85rem;
  color: var(--ink-soft);
  content: attr(data-label);
  font-size: 0.48rem;
  font-weight: 700;
  left: 1.1rem;
  letter-spacing: 0.15em;
  position: absolute;
}

.parcel-house {
  background: rgba(166, 96, 58, 0.18);
  border: 1px solid var(--copper);
  height: 25%;
  left: 39%;
  position: absolute;
  top: 34%;
  transform: rotate(-7deg);
  width: 26%;
  z-index: 1;
}

.parcel-axis {
  background: var(--copper);
  height: 74%;
  left: 52%;
  position: absolute;
  top: 13%;
  width: 1px;
  z-index: 2;
}

.parcel-axis::after {
  background: var(--copper);
  bottom: -1px;
  clip-path: polygon(50% 0, 100% 36%, 50% 100%, 0 36%);
  content: "";
  height: 1.05rem;
  left: -0.32rem;
  position: absolute;
  width: 0.68rem;
}

.passport-metrics {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.metric {
  padding: 1rem 0.75rem 0.95rem 0;
}

.metric + .metric {
  border-left: 1px solid var(--line);
  padding-left: 1rem;
}

.metric strong {
  display: block;
  font-family: "Aedil Serif", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1;
}

.metric span {
  color: #6c7169;
  font-size: 0.48rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.passport-foot {
  align-items: center;
  color: #6c7169;
  display: flex;
  font-size: 0.52rem;
  gap: 1.2rem;
  justify-content: space-between;
  letter-spacing: 0.08em;
  margin-top: auto;
  padding-top: 1.25rem;
  text-transform: uppercase;
}

.passport-status {
  align-items: center;
  color: var(--moss-deep);
  display: inline-flex;
  font-weight: 700;
  gap: 0.5rem;
}

.passport-status::before {
  background: var(--moss);
  border-radius: 50%;
  content: "";
  height: 0.42rem;
  width: 0.42rem;
}

.fields {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  padding: 6rem 0;
}

.section-head {
  align-items: flex-end;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  margin-bottom: 3.2rem;
}

.section-head h2,
.comparison h2,
.mandates h2,
.origin-copy h2 {
  font-family: "Aedil Serif", Georgia, serif;
  font-size: clamp(2.65rem, 4vw, 3.55rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-top: 0.85rem;
  max-width: 45rem;
}

.section-head > p {
  color: var(--muted);
  font-size: 0.88rem;
  max-width: 24rem;
}

.field-grid {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.field {
  min-height: 20rem;
  padding: 2.2rem 2.2rem 2rem 0;
}

.field + .field {
  border-left: 1px solid var(--line);
  padding-left: 2.2rem;
}

.field-number {
  color: var(--copper);
  font-size: 0.67rem;
  letter-spacing: 0.12em;
}

.field h3 {
  font-family: "Aedil Serif", Georgia, serif;
  font-size: 1.82rem;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 3.2rem;
}

.field p {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.7;
  margin-top: 1rem;
  max-width: 21rem;
}

.field-tag {
  color: var(--moss-deep);
  display: block;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.5;
  margin-top: 1.4rem;
  text-transform: uppercase;
}

.offer {
  background: var(--moss-deep);
  color: var(--bone);
  padding: 6.5rem 0;
}

.offer-grid {
  align-items: start;
  display: grid;
  gap: 6rem;
  grid-template-columns: 0.9fr 1.1fr;
}

.offer-copy h2,
.people-intro h2 {
  font-family: "Aedil Serif", Georgia, serif;
  font-size: clamp(2.8rem, 4.2vw, 3.8rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.03;
  margin-top: 0.9rem;
}

.offer-copy > p,
.people-intro > p {
  color: rgba(242, 238, 228, 0.68);
  font-size: 0.9rem;
  line-height: 1.75;
  margin-top: 1.4rem;
  max-width: 35rem;
}

.offer-price {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.offer-price strong {
  font-family: "Aedil Serif", Georgia, serif;
  font-size: 2.45rem;
  font-weight: 400;
}

.offer-price span {
  color: rgba(242, 238, 228, 0.52);
  font-size: 0.6rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.offer-facts {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 1.6rem 0 2rem;
}

.offer-facts li {
  border-top: 1px solid rgba(242, 238, 228, 0.22);
  color: rgba(242, 238, 228, 0.72);
  font-size: 0.72rem;
  padding: 0.7rem 0.5rem 0.7rem 0;
}

.offer-facts li:nth-child(even) {
  padding-left: 0.9rem;
}

.offer-process {
  border-top: 1px solid rgba(242, 238, 228, 0.28);
}

.process-row {
  align-items: center;
  border-bottom: 1px solid rgba(242, 238, 228, 0.28);
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 7rem 1fr minmax(8rem, 0.8fr);
  min-height: 5.65rem;
}

.process-row .step {
  color: var(--copper-light);
  font-size: 0.57rem;
  letter-spacing: 0.12em;
}

.process-row h3 {
  font-family: "Aedil Serif", Georgia, serif;
  font-size: 1.28rem;
  font-weight: 400;
}

.process-row p {
  color: rgba(242, 238, 228, 0.57);
  font-size: 0.67rem;
  line-height: 1.55;
  text-align: right;
}

.offer-boundary {
  color: rgba(242, 238, 228, 0.56);
  font-size: 0.7rem;
  line-height: 1.65;
  padding: 1.25rem 0 0;
}

.comparison {
  background: var(--bone);
  border-bottom: 1px solid var(--line);
  padding: 6.5rem 0;
}

.comparison-grid {
  align-items: end;
  display: grid;
  gap: 6rem;
  grid-template-columns: 1.05fr 0.95fr;
}

.comparison h2 {
  margin-top: 0.9rem;
}

.comparison p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.75;
  margin-top: 1.5rem;
  max-width: 42rem;
}

.ledger {
  border-top: 1px solid var(--line);
}

.ledger-row {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: 1.35rem 0;
}

.ledger-row span {
  color: var(--muted);
  font-size: 0.72rem;
}

.ledger-row strong {
  font-family: "Aedil Serif", Georgia, serif;
  font-size: 1.85rem;
  font-weight: 400;
  white-space: nowrap;
}

.ledger-row.emphasis {
  color: var(--copper);
}

.ledger-row.emphasis span {
  color: var(--copper);
}

.ledger small {
  color: var(--muted);
  display: block;
  font-size: 0.6rem;
  line-height: 1.6;
  padding-top: 1rem;
}

.mandates {
  background: var(--paper);
  padding: 6rem 0 6.5rem;
}

.mandate-grid {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.mandate {
  min-height: 15.5rem;
  padding: 2rem 2rem 1.8rem 0;
}

.mandate + .mandate {
  border-left: 1px solid var(--line);
  padding-left: 2rem;
}

.mandate > span {
  color: var(--copper);
  font-size: 0.65rem;
}

.mandate h3 {
  font-family: "Aedil Serif", Georgia, serif;
  font-size: 1.7rem;
  font-weight: 400;
  margin-top: 2.5rem;
}

.mandate p {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.7;
  margin-top: 0.85rem;
  max-width: 20rem;
}

.mandate-link {
  display: inline-block;
  margin-top: 2rem;
}

.longevity {
  background: var(--ink-soft);
  color: var(--bone);
  padding: 6.5rem 0;
}

.longevity-head h2,
.regenerative-copy h2 {
  font-family: "Aedil Serif", Georgia, serif;
  font-size: clamp(2.65rem, 4vw, 3.55rem);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.05;
  margin-top: 0.85rem;
  max-width: 45rem;
}

.longevity-head > p {
  color: rgba(242, 238, 228, 0.65);
}

.longevity-grid {
  border-bottom: 1px solid var(--line-light);
  border-top: 1px solid var(--line-light);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.longevity-card {
  min-height: 18rem;
  padding: 2.25rem 2.25rem 2.15rem 0;
}

.longevity-card + .longevity-card {
  border-left: 1px solid var(--line-light);
  padding-left: 2.25rem;
}

.longevity-card > span {
  color: var(--copper-light);
  font-size: 0.65rem;
  letter-spacing: 0.12em;
}

.longevity-card h3 {
  font-family: "Aedil Serif", Georgia, serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 2.75rem;
}

.longevity-card p {
  color: rgba(242, 238, 228, 0.63);
  font-size: 0.78rem;
  line-height: 1.72;
  margin-top: 0.95rem;
  max-width: 21rem;
}

.measure-strip {
  border-bottom: 1px solid var(--line-light);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.measure-strip span {
  color: rgba(242, 238, 228, 0.7);
  font-size: 0.59rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  padding: 1.1rem 0;
  text-align: center;
  text-transform: uppercase;
}

.measure-strip span + span {
  border-left: 1px solid var(--line-light);
}

.regenerative {
  background: var(--bone);
  border-bottom: 1px solid var(--line);
  padding: 6.5rem 0;
}

.regenerative-grid {
  align-items: center;
  display: grid;
  gap: 6.5rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(24rem, 0.95fr);
}

.regenerative-copy > p {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.75;
  margin-top: 1.4rem;
  max-width: 42rem;
}

.regenerative-copy .regenerative-perspective {
  border-left: 2px solid var(--copper);
  color: var(--ink-soft);
  padding-left: 1.25rem;
}

.regenerative-list {
  border-top: 1px solid var(--line);
  margin-top: 2.4rem;
}

.regenerative-list article {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 10rem 1fr;
  padding: 1.15rem 0;
}

.regenerative-list h3 {
  font-family: "Aedil Serif", Georgia, serif;
  font-size: 1.18rem;
  font-weight: 400;
  line-height: 1.2;
}

.regenerative-list p {
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.65;
}

.estate-plan {
  background: var(--paper);
  border: 1px solid rgba(28, 31, 26, 0.28);
  box-shadow: 0 1.5rem 3.5rem rgba(28, 31, 26, 0.1);
  padding: 1.5rem;
}

.estate-plan-head,
.estate-plan-foot {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 0.54rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.estate-plan-head {
  border-bottom: 1px solid var(--line);
  padding-bottom: 1rem;
}

.estate-plan-head span:last-child {
  color: var(--copper);
}

.estate-diagram {
  background:
    linear-gradient(rgba(28, 31, 26, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(28, 31, 26, 0.055) 1px, transparent 1px);
  background-size: 1.5rem 1.5rem;
  border: 1px solid var(--line);
  height: 28rem;
  margin: 1.4rem 0;
  overflow: hidden;
  position: relative;
}

.estate-diagram::before {
  border: 2px solid var(--ink);
  content: "";
  inset: 12% 14%;
  position: absolute;
  transform: rotate(-3deg);
}

.estate-diagram span {
  align-items: center;
  display: flex;
  font-size: 0.5rem;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1.3;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}

.estate-house {
  background: rgba(166, 96, 58, 0.2);
  border: 1px solid var(--copper);
  height: 23%;
  left: 20%;
  top: 25%;
  transform: rotate(-3deg);
  width: 32%;
}

.estate-garden {
  background:
    radial-gradient(circle at center, rgba(112, 120, 93, 0.35) 0 18%, transparent 20%),
    rgba(112, 120, 93, 0.08);
  background-size: 1.25rem 1.25rem;
  border: 1px solid var(--moss);
  border-radius: 50%;
  height: 30%;
  right: 16%;
  top: 18%;
  width: 30%;
}

.estate-water {
  border-bottom: 2px solid #768e91;
  color: #536f73;
  height: 18%;
  left: 15%;
  padding-top: 1rem;
  top: 58%;
  transform: rotate(9deg);
  width: 37%;
}

.estate-field {
  background: repeating-linear-gradient(
    166deg,
    rgba(112, 120, 93, 0.2),
    rgba(112, 120, 93, 0.2) 1px,
    transparent 1px,
    transparent 0.7rem
  );
  border: 1px solid var(--moss);
  bottom: 12%;
  color: var(--moss-deep);
  height: 29%;
  right: 13%;
  transform: rotate(-3deg);
  width: 39%;
}

.estate-plan-foot {
  border-top: 1px solid var(--line);
  line-height: 1.5;
  padding-top: 1rem;
}

.people {
  background: var(--ink);
  color: var(--bone);
  padding: 6.5rem 0;
}

.people-grid {
  display: grid;
  gap: 6rem;
  grid-template-columns: 0.8fr 1.2fr;
}

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

.person {
  border-bottom: 1px solid var(--line-light);
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 3.6rem 1fr;
  padding: 2rem 0;
}

.person-mark {
  align-items: center;
  border: 1px solid var(--line-light);
  color: var(--copper-light);
  display: flex;
  font-family: "Aedil Serif", Georgia, serif;
  font-size: 1rem;
  height: 3.6rem;
  justify-content: center;
  width: 3.6rem;
}

.person h3 {
  font-family: "Aedil Serif", Georgia, serif;
  font-size: 1.65rem;
  font-weight: 400;
}

.person-role {
  color: var(--copper-light);
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.13em;
  margin-top: 0.2rem;
  text-transform: uppercase;
}

.person p {
  color: rgba(242, 238, 228, 0.62);
  font-size: 0.76rem;
  line-height: 1.7;
  margin-top: 0.8rem;
  max-width: 40rem;
}

.origin {
  background: var(--paper);
  padding: 6rem 0 6.5rem;
}

.origin-grid {
  align-items: end;
  display: grid;
  gap: 6rem;
  grid-template-columns: 0.72fr 1.28fr;
}

.name-story {
  border-left: 2px solid var(--copper);
  padding-left: 1.55rem;
}

.name-story .name {
  font-family: "Aedil Serif", Georgia, serif;
  font-size: 3.2rem;
  line-height: 1;
}

.name-story p {
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.7;
  margin-top: 1rem;
  max-width: 22rem;
}

.origin-copy h2 {
  margin-top: 0.9rem;
}

.origin-copy > p {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.75;
  margin-top: 1.25rem;
  max-width: 44rem;
}

.origin-domains {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.6rem;
}

.origin-domains span {
  border: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.58rem;
  letter-spacing: 0.11em;
  padding: 0.5rem 0.75rem;
  text-transform: uppercase;
}

.final-cta {
  background: var(--ink);
  color: var(--bone);
  padding: 4.6rem 0;
}

.final-cta .wrap {
  align-items: center;
  display: flex;
  gap: 3rem;
  justify-content: space-between;
}

.final-cta h2 {
  font-family: "Aedil Serif", Georgia, serif;
  font-size: clamp(2.3rem, 3.5vw, 3.2rem);
  font-weight: 400;
  letter-spacing: -0.035em;
}

.final-cta p {
  color: rgba(242, 238, 228, 0.58);
  font-size: 0.72rem;
  margin-top: 0.45rem;
}

.site-footer {
  background: #131511;
  border-top: 1px solid var(--line-light);
  color: rgba(242, 238, 228, 0.58);
  padding: 3.5rem 0;
}

.footer-grid {
  align-items: start;
  display: grid;
  gap: 3rem;
  grid-template-columns: 1.4fr 0.8fr 0.8fr;
}

.footer-brand {
  color: var(--bone);
}

.footer-grid > div:first-child p {
  font-size: 0.68rem;
  line-height: 1.65;
  margin-top: 1rem;
  max-width: 28rem;
}

.footer-grid nav {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer-grid nav a,
.footer-contact a {
  font-size: 0.7rem;
  text-decoration: none;
}

.footer-grid nav a:hover,
.footer-contact a:hover {
  color: var(--bone);
}

.footer-contact {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  font-size: 0.65rem;
  gap: 0.55rem;
  text-align: right;
}

.page-hero {
  background: var(--ink);
  color: var(--bone);
  padding: 6.5rem 0;
}

.page-hero h1 {
  max-width: 50rem;
}

.page-hero p {
  color: rgba(242, 238, 228, 0.67);
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 1.5rem;
  max-width: 42rem;
}

.page-price {
  align-items: baseline;
  border-top: 1px solid var(--line-light);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
}

.page-price strong {
  font-family: "Aedil Serif", Georgia, serif;
  font-size: 2.7rem;
  font-weight: 400;
}

.page-price span {
  color: rgba(242, 238, 228, 0.55);
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.order-content,
.legal-content {
  background: var(--paper);
  padding: 5.5rem 0 6.5rem;
}

.order-grid {
  align-items: start;
  display: grid;
  gap: 6rem;
  grid-template-columns: 1fr 0.85fr;
}

.order-grid > div > h2,
.legal-grid h2 {
  font-family: "Aedil Serif", Georgia, serif;
  font-size: 2.3rem;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.check-list {
  border-top: 1px solid var(--line);
  list-style: none;
  margin-top: 1.5rem;
}

.check-list li {
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.84rem;
  padding: 1rem 0 1rem 1.6rem;
  position: relative;
}

.check-list li::before {
  color: var(--moss-deep);
  content: "✓";
  font-weight: 700;
  left: 0;
  position: absolute;
}

.scope-note {
  border-left: 2px solid var(--copper);
  margin-top: 2.5rem;
  padding-left: 1.4rem;
}

.scope-note h3 {
  font-family: "Aedil Serif", Georgia, serif;
  font-size: 1.45rem;
  font-weight: 400;
}

.scope-note p {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.7;
  margin-top: 0.65rem;
}

.order-panel {
  background: var(--bone);
  border: 1px solid var(--line);
  padding: 2rem;
}

.order-panel ol {
  border-top: 1px solid var(--line);
  list-style: none;
  margin: 1.3rem 0 1.8rem;
}

.order-panel li {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  grid-template-columns: 2.2rem 1fr;
  padding: 1.1rem 0;
}

.order-panel li > span {
  color: var(--copper);
  font-size: 0.65rem;
  letter-spacing: 0.1em;
}

.order-panel h3 {
  font-family: "Aedil Serif", Georgia, serif;
  font-size: 1.15rem;
  font-weight: 400;
}

.order-panel li p {
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.6;
  margin-top: 0.3rem;
}

.order-form {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.order-form label {
  display: grid;
  gap: 0.35rem;
}

.order-form label > span {
  color: var(--ink-soft);
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.order-form input,
.order-form textarea,
.order-form select {
  appearance: none;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  font-size: 0.8rem;
  min-height: 2.8rem;
  padding: 0.65rem 0.75rem;
  width: 100%;
}

.order-form textarea {
  line-height: 1.55;
  min-height: 5rem;
  resize: vertical;
}

.order-form input:focus,
.order-form textarea:focus,
.order-form select:focus {
  border-color: var(--copper);
  outline: 1px solid var(--copper);
  outline-offset: 0;
}

.order-form .consent {
  align-items: start;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: 1.1rem 1fr;
  margin: 0.4rem 0;
}

.order-form .consent input {
  appearance: auto;
  min-height: auto;
  width: 1rem;
}

.order-form .consent span {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.55;
}

.honeypot {
  left: -10000px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
}

.order-legal {
  color: var(--muted);
  font-size: 0.62rem;
  line-height: 1.65;
  margin: 1rem 0 1.2rem;
}

.thanks-hero {
  min-height: 36rem;
}

.legal-hero {
  min-height: 22rem;
}

.legal-content a {
  color: var(--copper);
}

.legal-grid {
  display: grid;
  gap: 4rem 5rem;
  grid-template-columns: repeat(2, 1fr);
}

.legal-grid.single {
  grid-template-columns: 1fr;
  max-width: 50rem;
}

.legal-grid article {
  border-top: 1px solid var(--line);
  padding-top: 1.5rem;
}

.legal-grid h2 {
  font-size: 1.7rem;
}

.legal-grid p {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.8;
  margin-top: 0.8rem;
}

.legal-grid .updated {
  color: var(--muted);
  font-size: 0.7rem;
}

@media (max-width: 68rem) {
  .wrap {
    width: min(100% - 3rem, 48rem);
  }

  .wrap.narrow {
    width: min(100% - 3rem, 48rem);
  }

  .nav-links {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .hero-grid,
  .offer-grid,
  .comparison-grid,
  .people-grid,
  .origin-grid,
  .regenerative-grid,
  .order-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    padding: 5rem 0 4rem;
  }

  .hero-visual {
    border-left: 0;
    border-top: 1px solid var(--line-light);
    min-height: 39rem;
  }

  .hero-grid {
    min-height: auto;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-head > p {
    max-width: 40rem;
  }

  .field-grid,
  .mandate-grid,
  .longevity-grid {
    grid-template-columns: 1fr;
  }

  .field,
  .mandate,
  .longevity-card {
    min-height: auto;
    padding: 2rem 0;
  }

  .field + .field,
  .mandate + .mandate,
  .longevity-card + .longevity-card {
    border-left: 0;
    border-top: 1px solid;
    padding-left: 0;
  }

  .field h3,
  .mandate h3,
  .longevity-card h3 {
    margin-top: 1.5rem;
  }

  .offer-grid,
  .people-grid,
  .origin-grid,
  .comparison-grid,
  .regenerative-grid,
  .order-grid {
    gap: 3.75rem;
  }

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

  .measure-strip span:nth-child(4) {
    border-left: 0;
  }

  .measure-strip span:nth-child(n + 4) {
    border-top: 1px solid var(--line-light);
  }

  .estate-plan {
    margin-inline: auto;
    max-width: 36rem;
    width: 100%;
  }

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

  .footer-contact {
    align-items: flex-start;
    text-align: left;
  }
}

@media (max-width: 42rem) {
  .wrap,
  .wrap.narrow {
    width: calc(100% - 2rem);
  }

  .nav {
    min-height: 4.7rem;
  }

  .brand-fields {
    display: none;
  }

  .brand-word {
    font-size: 1.85rem;
  }

  h1 {
    font-size: clamp(3.05rem, 14vw, 4.2rem);
  }

  .hero-copy {
    padding: 4.2rem 0 3.5rem;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-proof {
    gap: 1rem;
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 32rem;
  }

  .passport {
    inset: 1.5rem 1rem;
    padding: 1.5rem 1.25rem;
  }

  .passport-head h2 {
    font-size: 1.4rem;
  }

  .passport-index {
    height: 2.7rem;
    width: 2.7rem;
  }

  .parcel {
    height: 11rem;
  }

  .passport-foot {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.45rem;
  }

  .fields,
  .mandates,
  .longevity,
  .regenerative,
  .origin,
  .order-content,
  .legal-content {
    padding: 4.5rem 0;
  }

  .offer,
  .comparison,
  .people {
    padding: 4.8rem 0;
  }

  .offer-facts {
    grid-template-columns: 1fr;
  }

  .offer-facts li:nth-child(even) {
    padding-left: 0;
  }

  .process-row {
    align-items: start;
    grid-template-columns: 1fr;
    gap: 0.35rem;
    padding: 1.1rem 0;
  }

  .process-row p {
    text-align: left;
  }

  .ledger-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.3rem;
  }

  .ledger-row strong {
    font-size: 1.65rem;
    white-space: normal;
  }

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

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

  .measure-strip span:nth-child(3),
  .measure-strip span:nth-child(5) {
    border-left: 0;
  }

  .measure-strip span:nth-child(n + 3) {
    border-top: 1px solid var(--line-light);
  }

  .regenerative-list article {
    gap: 0.45rem;
    grid-template-columns: 1fr;
  }

  .estate-plan {
    padding: 1rem;
  }

  .estate-diagram {
    height: 23rem;
  }

  .final-cta .wrap {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid,
  .legal-grid {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding: 4.5rem 0;
  }

  .page-price {
    align-items: flex-start;
    flex-direction: column;
  }

  .order-panel {
    padding: 1.25rem;
  }
}

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

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

@media print {
  .site-header,
  .site-footer,
  .hero-visual,
  .hero-actions,
  .final-cta,
  .button {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
  }

  .hero,
  .offer,
  .longevity,
  .people,
  .page-hero {
    background: #fff;
    color: #000;
  }

  .hero-lead,
  .offer-copy > p,
  .people-intro > p,
  .page-hero p {
    color: #333;
  }
}
