:root {
  --paper: #f4efe6;
  --cream: #faf6ee;
  --ivory: #efe8da;
  --ink: #141712;
  --muted: #5a5e56;
  --subtle: #8a8d84;
  --forest: #1a3228;
  --moss: #3c5146;
  --rule: #d6cfc0;
  --sand: #e8e1d2;
  --night: #0e120f;
  --display: "Cormorant Garamond", "Times New Roman", serif;
  --sans: "Figtree", ui-sans-serif, system-ui, sans-serif;
}

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

html { -webkit-font-smoothing: antialiased; scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.55;
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }
h1, h2, h3 { text-wrap: balance; margin: 0; }
p { text-wrap: pretty; }

.wrap { width: min(72rem, calc(100% - 2.5rem)); margin-inline: auto; }
.narrow { width: min(48rem, calc(100% - 2.5rem)); }

.display {
  font-family: var(--display);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
}
.display-xl { font-size: clamp(3rem, 8vw, 4.6rem); line-height: 0.9; }
.display-lg { font-size: clamp(2.4rem, 6vw, 3.6rem); line-height: 0.95; }
h2.display { font-size: clamp(2rem, 4vw, 3rem); }
h3.display { font-size: 1.55rem; }

.eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--moss);
}
.eyebrow.light { color: rgb(239 232 218 / 0.65); }

.lede { max-width: 38rem; color: var(--muted); font-size: 1.05rem; }
.lede.light { color: rgb(239 232 218 / 0.8); }

.section { padding: 5rem 0; }
.section-tight { padding: 4rem 0; }

.band.sand { background: var(--sand); border-bottom: 1px solid var(--rule); }
.band.cream { background: var(--cream); }
.band.line { border-block: 1px solid var(--rule); }
.band.forest { background: var(--forest); color: var(--ivory); }
.band.forest .split { padding-block: 5rem; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--rule);
  background: rgb(244 239 230 / 0.95);
  backdrop-filter: blur(12px);
}
.bar {
  width: min(72rem, calc(100% - 2.5rem));
  margin-inline: auto;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand { text-decoration: none; }
.brand .name {
  display: block;
  font-family: var(--display);
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.brand .kicker {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--moss);
}

.desk-nav { display: none; gap: 1.75rem; }
.desk-nav a {
  text-decoration: none;
  font-size: 0.92rem;
  color: var(--muted);
}
.desk-nav a:hover,
.desk-nav a.is-current { color: var(--forest); }
.desk-nav a.is-current { text-decoration: underline; text-underline-offset: 8px; text-decoration-color: var(--rule); }

.header-actions { display: flex; align-items: center; gap: 0.75rem; }
.menu-toggle {
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid var(--rule);
  border-radius: 8px;
  background: transparent;
  display: grid;
  place-content: center;
  gap: 5px;
}
.menu-toggle span { display: block; width: 16px; height: 1.5px; background: var(--ink); }
.mobile-nav {
  border-top: 1px solid var(--rule);
  padding: 1rem 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.mobile-nav[hidden] { display: none; }
.mobile-nav a {
  text-decoration: none;
  padding: 0.75rem;
  border-radius: 8px;
  color: var(--muted);
}
.mobile-nav .btn { margin-top: 0.5rem; color: var(--ivory); justify-content: center; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 1.25rem;
  border-radius: 10px;
  background: var(--forest);
  color: var(--ivory);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  border: 1px solid transparent;
}
.btn:hover { opacity: 0.9; }
.btn-sm { min-height: 2.25rem; padding: 0 0.85rem; }
.btn-invert { background: var(--ivory); color: var(--forest); }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--rule); }
.btn-outline:hover { background: var(--sand); }

.actions { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 2rem; }
.center-actions { align-items: center; }

.split-hero { border-bottom: 1px solid var(--rule); }
.wrap-split { width: min(72rem, 100%); margin-inline: auto; display: grid; }
.split-copy { display: flex; flex-direction: column; justify-content: flex-end; padding: 4rem 1.25rem; }
.split-media { min-height: 52vh; background: var(--night); }
.split-media img { width: 100%; height: 100%; object-fit: cover; }

.stats {
  display: grid;
  gap: 2rem;
  padding: 2.5rem 0;
  grid-template-columns: 1fr 1fr;
}
.stats > div { border-left: 1px solid var(--rule); padding-left: 1rem; }
.stat {
  margin: 0;
  font-family: var(--display);
  font-size: 2.25rem;
  line-height: 1;
  color: var(--forest);
}
.stats p:last-child { margin: 0.4rem 0 0; color: var(--muted); font-size: 0.92rem; }

.method-list { list-style: none; padding: 0; margin: 3rem 0 0; border-block: 1px solid var(--rule); }
.method-list li {
  display: grid;
  gap: 0.5rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--rule);
}
.method-list li:last-child { border-bottom: 0; }

.cards { display: grid; gap: 1.25rem; margin-top: 3rem; }
.card {
  border: 1px solid var(--rule);
  background: var(--cream);
  border-radius: 20px;
  padding: 1.75rem;
}
.card.media { padding: 0; overflow: hidden; }
.card.media img { width: 100%; height: 14rem; object-fit: cover; }
.card-body { padding: 1.75rem; }
.card p, .section p { color: var(--muted); }
.band.forest p, .forest-card p { color: rgb(239 232 218 / 0.78); }

.rounded { width: 100%; height: 20rem; object-fit: cover; border-radius: 20px; }
.portrait { aspect-ratio: 4 / 5; height: auto; max-width: 22rem; object-position: top; }

.split { display: grid; gap: 2.5rem; align-items: center; }
.center { text-align: center; }
.center .lede, .center p { margin-inline: auto; }

.pull {
  max-width: 48rem;
  margin: 0;
  padding-left: 1.5rem;
  border-left: 2px solid var(--forest);
}
.pull p {
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 2.25rem);
  line-height: 1.25;
  color: var(--ink);
  margin: 0;
}
.pull cite {
  display: block;
  margin-top: 1.5rem;
  font-style: normal;
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.hero {
  position: relative;
  min-height: 62vh;
  background: var(--night);
  color: var(--ivory);
  overflow: hidden;
}
.hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--night), rgb(14 18 15 / 0.5), rgb(14 18 15 / 0.25));
}
.hero-copy {
  position: relative;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 7rem 0 3.5rem;
}

.timeline { list-style: none; padding: 0; margin: 2.5rem 0 0; }
.timeline li {
  display: grid;
  gap: 0.75rem;
  border-top: 1px solid var(--rule);
  padding: 1.5rem 0;
}
.num {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--subtle);
}
.meta { margin: 0.35rem 0 0; color: var(--muted); font-size: 0.92rem; }

.goal-list { list-style: none; padding: 0; margin: 1.25rem 0 0; }
.goal-list li {
  border-bottom: 1px solid rgb(239 232 218 / 0.15);
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  color: rgb(239 232 218 / 0.85);
  font-size: 0.95rem;
}

.book-grid { display: grid; gap: 3rem; }
.forest-card { background: var(--forest); color: var(--ivory); padding: 2.25rem; }
.forest-card .plain a,
.forest-card .plain li { color: rgb(239 232 218 / 0.8); }
.form-intro { color: var(--muted); margin: 0.5rem 0 2rem; }
.form-error { color: #7a2e24; }

.inquiry { display: grid; gap: 1.15rem; }
.inquiry label {
  display: grid;
  gap: 0.45rem;
  font-size: 0.69rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}
.inquiry input,
.inquiry select,
.inquiry textarea {
  width: 100%;
  border: 1px solid var(--rule);
  background: var(--cream);
  color: var(--ink);
  border-radius: 10px;
  min-height: 2.75rem;
  padding: 0 0.85rem;
  font: inherit;
  letter-spacing: 0;
  text-transform: none;
}
.inquiry textarea { min-height: 8rem; padding: 0.75rem 0.85rem; border-radius: 16px; }
.inquiry .btn { justify-self: start; text-transform: none; letter-spacing: 0; font-size: 0.9rem; }
.fields.two { display: grid; gap: 1.15rem; }
.hp { position: absolute; left: -9999px; }

.page-plain { padding: 4rem 0 6rem; }
.prose { color: var(--muted); }
.prose p { margin: 0 0 1.15rem; }

.site-footer {
  background: var(--night);
  color: var(--ivory);
  border-top: 1px solid rgb(255 255 255 / 0.1);
}
.footer-grid { display: grid; gap: 2.5rem; padding: 4rem 0; }
.footer-mark { font-size: 2.2rem; margin: 0.6rem 0; }
.muted-light { color: rgb(239 232 218 / 0.7); max-width: 22rem; }
.plain { list-style: none; padding: 0; margin: 1rem 0 0; }
.plain li { margin: 0.4rem 0; }
.plain a { color: rgb(239 232 218 / 0.8); text-decoration: none; }
.plain a:hover { text-decoration: underline; text-underline-offset: 4px; }
.footer-base { border-top: 1px solid rgb(255 255 255 / 0.1); }
.footer-base-row {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.15rem 0;
  font-size: 0.75rem;
  color: rgb(239 232 218 / 0.45);
}

.hide-sm { display: none; }

@media (min-width: 700px) {
  .stats { grid-template-columns: repeat(4, 1fr); }
  .cards.two { grid-template-columns: 1fr 1fr; }
  .cards.three { grid-template-columns: 1fr 1fr 1fr; }
  .actions { flex-direction: row; }
  .fields.two { grid-template-columns: 1fr 1fr; }
  .hide-sm { display: inline-flex; }
  .footer-base-row { flex-direction: row; justify-content: space-between; }
  .method-list li { grid-template-columns: 4.5rem 14rem 1fr; align-items: baseline; }
}

@media (min-width: 860px) {
  .desk-nav { display: flex; }
  .menu-toggle, .mobile-nav { display: none !important; }
  .wrap-split { grid-template-columns: 1fr 1fr; }
  .split-copy { padding: 6rem 1.25rem; }
  .split-media { min-height: 78vh; }
  .split { grid-template-columns: 1fr 1fr; }
  .about-hero { grid-template-columns: 1.15fr 0.85fr; }
  .timeline li { grid-template-columns: 140px 1fr 1.4fr; align-items: start; }
  .book-grid { grid-template-columns: 1fr 1fr; }
  .rounded { height: 26rem; }
  .portrait { justify-self: start; }
  .footer-grid { grid-template-columns: 5fr 3fr 4fr; }
}

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