
:root {
  --spruce: #12261F;
  --spruce-lift: #1C3A30;
  --overlay: #2F5648;
  --paper: #F4F0E6;
  --card: #FFFFFF;
  --ink: #14241E;
  --copy: #3A4741;
  --mute: #5E6E66;
  --sienna: #B54722;
  --sienna-hover: #9A3A1C;
  --sienna-press: #7F3018;
  --pine: #155A3E;
  --pine-hover: #104832;
  --moss: #2A7A4B;
  --sand: #E8D9C4;
  --mist: #E4EDE8;
  --hair: #D9D0C2;
  --hair-dark: rgba(244, 240, 230, 0.14);
  --focus: #155A3E;
  --on-dark: #F4F0E6;
  --on-dark-mute: #C5D1CB;

  --on-dark-fine: #9AAAA3;

  --display: "Figtree", "Figtree Fallback", "Segoe UI", system-ui, sans-serif;
  --text: "Source Sans 3", "Source Sans 3 Fallback", "Segoe UI", system-ui, sans-serif;
  --fw-regular: 400;
  --fw-semibold: 600;
  --fw-bold: 700;
  --fw-black: 800;

  --fs-mast: 2.75rem;
  --lh-mast: 1.1;
  --ls-mast: -0.025em;
  --fs-band: 1.875rem;
  --lh-band: 1.22;
  --ls-band: -0.018em;
  --fs-kicker: 1.1875rem;
  --lh-kicker: 1.4;
  --fs-tile: 1.0625rem;
  --fs-copy: 1.0625rem;
  --lh-copy: 1.65;
  --fs-small: 0.9375rem;
  --fs-label: 0.6875rem;
  --ls-label: 0.12em;
  --fs-fine: 0.8125rem;
  --lh-fine: 1.5;

  --measure: 67.5rem;
  --gutter: 1.25rem;
  --band-y: 4.5rem;
  --crown-h: 4.25rem;
  --gap: 1.25rem;
  --tile-pad: 1.25rem;
  --round-sm: 0.5rem;
  --round: 0.625rem;
  --round-lg: 1.25rem;
  --pill: 999px;
  --glyph: 3.25rem;

  --shadow-tile: 0 0.125rem 0.75rem rgba(18, 38, 31, 0.08);
  --shadow-lift: 0 0.5rem 1.5rem rgba(18, 38, 31, 0.12);
  --shadow-commit: 0 0.375rem 1.125rem rgba(181, 71, 34, 0.28);
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --t-fast: 120ms;
  --t-base: 200ms;
  --t-slow: 320ms;
}

*,
*::before,
*::after { box-sizing: border-box; }

.sprite { position: absolute; overflow: hidden; }

html { scroll-behavior: smooth; overflow-x: clip; scroll-padding-top: var(--header-h, var(--crown-h)); }

body {
  margin: 0;
  font: var(--fw-regular) var(--fs-copy) / var(--lh-copy) var(--text);
  color: var(--copy);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }

a {
  color: var(--pine);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: color var(--t-fast) var(--ease);
}
a:hover { color: var(--pine-hover); }

:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}

h1, h2, h3 {
  color: var(--ink);
  margin: 0;
  font-family: var(--display);
}

.lane {
  width: min(var(--measure), 100% - 2 * var(--gutter));
  margin-inline: auto;
}

.bypass {
  position: absolute;
  left: var(--gutter);
  top: -4rem;
  z-index: 80;
  padding: 0.5rem 0.9rem;
  background: var(--sienna);
  color: #fff;
  border-radius: var(--round-sm);
  text-decoration: none;
  font-weight: var(--fw-semibold);
}
.bypass:focus { top: var(--gutter); color: #fff; }

.crown {
  position: sticky;
  top: 0;
  z-index: 40;
  min-height: var(--crown-h);

  background: var(--sand);
  backdrop-filter: saturate(1.15) blur(10px);
  -webkit-backdrop-filter: saturate(1.15) blur(10px);
  border-bottom: 1px solid rgba(21, 90, 62, 0.4);
}
.crown__row {
  position: relative;
  min-height: var(--crown-h);
  padding-block: 0.5rem;
  display: flex;
  align-items: center;
  gap: var(--gap);
  min-width: 0;
}

.sigil {
  text-decoration: none;
  flex: 0 0 auto;
  min-width: 0;
  max-width: min(18rem, 58%);
}
.sigil:hover { text-decoration: none; opacity: 0.88; }
.sigil__mark {
  display: block;
  height: 2.55rem;
  width: auto;
  max-width: 100%;
}
.sigil__mark--icon { display: none; }

/* The wordmark only appears once the row can hold it alongside the CTA and
   the menu button: 172 + 154 + 89 + gaps needs ~555px, and the desktop nav
   does not take over until 64rem. Below that the compact mark is used. */
@media (max-width: 35.99rem) {
  .sigil__mark--full { display: none; }
  .sigil__mark--icon { display: block; height: 2.1rem; }
}
.colophon .sigil { max-width: 20rem; }
.colophon .sigil__mark { height: 3.15rem; }

.menu-contact {
  display: block;
  margin: 0 var(--gutter) 1.5rem;
  padding: 0.7rem 0.9rem;
  border: 1px solid #E8C4A8;
  border-radius: var(--round-sm);
  text-align: center;
  color: #E8C4A8;
  text-decoration: none;
  font: var(--fw-semibold) 1.0625rem / 1.4 var(--display);
}
.menu-contact:hover { background: rgba(232, 196, 168, 0.12); text-decoration: none; }
.menu-contact[aria-current="page"] { background: rgba(232, 196, 168, 0.12); }

.prime {

  display: none;
}
@media (min-width: 64.01rem) {
  .prime { display: block; }

  .prime-group {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }
}
.prime__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
}
/* inline-flex so Home / Credits / Contact share one box model and sit on the
   same line — a plain inline <a> would ignore the padding + underline border
   that the <button> counts, and render a few px higher. */
.prime a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--ink);
  font: var(--fw-semibold) var(--fs-small) / 1 var(--text);
  padding-bottom: 0.2rem;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}
.prime a[aria-current="page"] {
  color: var(--pine);
  border-bottom-color: var(--pine);
}

/* Hover/focus feedback: the underline grows out from the centre and the label
   picks up the same pine as the current-page marker. The bar is a pseudo-
   element sitting exactly on the transparent border, so the two never stack. */
.prime a,
.sub-toggle {
  position: relative;
  transition: color var(--t-fast) var(--ease);
}
.prime a::after,
.sub-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  border-radius: var(--pill);
  background: var(--pine);
  transform: scaleX(0);
  transition: transform 160ms var(--ease);
}
.prime a:hover,
.prime a:focus-visible,
.sub-toggle:hover,
.sub-toggle:focus-visible { color: var(--pine); }
.prime a:hover::after,
.prime a:focus-visible::after,
.sub-toggle:hover::after,
.sub-toggle:focus-visible::after { transform: scaleX(1); }
.sub-menu a { transition: background var(--t-fast) var(--ease), color var(--t-fast) var(--ease); }
@media (prefers-reduced-motion: reduce) {
  .prime a::after,
  .sub-toggle::after { transition: none; }
}

.has-sub { position: relative; }
.sub-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: none;
  border: 0;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid transparent;
  color: var(--ink);
  font: var(--fw-semibold) var(--fs-small) / 1 var(--text);
  cursor: pointer;
}
.sub-toggle__mark { font-size: 0.7em; transition: transform var(--t-fast) var(--ease); }
.sub-toggle[aria-expanded="true"],
.sub-toggle.is-current { color: var(--pine); border-bottom-color: var(--pine); }
.sub-toggle[aria-expanded="true"] .sub-toggle__mark { transform: rotate(180deg); }
.sub-menu {
  position: absolute;
  top: calc(100% + 0.6rem);
  left: 0;
  z-index: 10;
  min-width: 12rem;
  list-style: none;
  margin: 0;
  padding: 0.4rem;
  display: grid;
  gap: 0.15rem;
  background: var(--ink);
  border: 1px solid var(--hair-dark);
  border-radius: var(--round);
  box-shadow: 0 16px 40px rgba(4, 2, 14, .45);
}
.sub-menu[hidden] { display: none; }
.sub-menu a {
  display: block;
  padding: 0.55rem 0.7rem;
  border-radius: var(--round-sm);
  color: var(--on-dark);
  text-decoration: none;
  font: var(--fw-semibold) var(--fs-small) / 1.3 var(--text);
}
.sub-menu a:hover { background: var(--spruce-lift); }
.sub-menu a[aria-current="page"] { color: #E8C4A8; }

.hatch {

  display: inline-flex;
  flex-shrink: 0;
  margin-left: auto;
  height: 2.5rem;
  padding: 0 0.85rem;
  border: 1px solid var(--hair-dark);
  border-radius: var(--pill);
  background: var(--overlay);
  color: var(--on-dark);
  font: var(--fw-semibold) var(--fs-small) / 1 var(--text);
  cursor: pointer;
  align-items: center;
  gap: 0.4rem;
}
.hatch[aria-expanded="true"] { background: var(--overlay); color: var(--on-dark); border-color: #E8C4A8; }

@media (min-width: 64.01rem) {
  .hatch { display: none; }
}

.menu-pane {
  display: none;
  position: fixed;
  inset: 0 0 0 0;
  top: var(--crown-h);
  z-index: 39;
  background: var(--overlay);
  color: var(--on-dark);
  overflow: auto;
  border-top: 1px solid #E8C4A8;
  box-shadow: 0 12px 32px rgba(10, 20, 16, 0.35);
}
.menu-pane.is-open { display: block; }
.menu-pane__list {
  list-style: none;
  margin: 0;
  padding: 1.5rem var(--gutter) 3rem;
  display: grid;
  gap: 0.25rem;
}
.menu-pane a {
  display: block;
  color: var(--on-dark);
  text-decoration: none;
  font: var(--fw-semibold) 1.125rem / 1.4 var(--display);
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--hair-dark);
}
.menu-pane a[aria-current="page"] { color: #E8C4A8; }

/* Locking the body makes it a scroll container, which drops the sticky
   header back to its document position — off-screen if the page is scrolled.
   Pin it for as long as the menu is open; the padding replaces the height it
   gives up by leaving the flow, so nothing shifts on open or close. */
body.menu-locked { overflow: hidden; padding-top: var(--crown-h); }
body.menu-locked .crown { position: fixed; top: 0; left: 0; right: 0; }

.mast {
  background: var(--spruce);
  color: var(--on-dark);
  padding: 3.5rem 0 3.25rem;
  position: relative;
  overflow: hidden;
}
.mast::before,
.mast::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.mast::before {
  width: 22rem;
  height: 22rem;
  right: -6rem;
  top: -8rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #155A3E, #2A7A4B);
  opacity: 0.16;
  filter: blur(8px);
}
.mast::after {
  width: 11rem;
  height: 11rem;
  left: -3rem;
  bottom: -4rem;
  border-radius: var(--round-lg);
  border: 1px solid var(--hair-dark);
  transform: rotate(18deg);
}
.mast .lane { position: relative; }
.mast__inner { display: block; margin-top: 1.75rem; }
.mast h1 {
  margin: 0;
  font: var(--fw-black) var(--fs-mast) / var(--lh-mast) var(--display);
  letter-spacing: var(--ls-mast);
  color: var(--on-dark);
  text-align: left;
  overflow-wrap: anywhere;
}
.mast__lede {
  margin: 1.1rem 0 0;
  color: var(--on-dark-mute);
  text-align: left;
}
.mast__copy > .mast__lede:first-child { margin-top: 0; }
.mast__act {
  margin: 1.75rem 0 0;
  text-align: center;
}
.mast__figure {
  display: none;
  margin: 0;
}
@media (min-width: 60rem) {
  .mast__inner {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 3rem;
    align-items: start;
  }
  /* Whichever column is shorter leaves a hole. The text column is sized by
     its own copy, so let the card take the row height and spread its rows
     rather than sit short with blank space under it. */
  .mast__inner .calc { align-self: stretch; align-content: space-between; }
  /* One pip per row so the column fills the height the calculator sets,
     instead of leaving a hole under the lede. */
  /* Either column can be the taller one: the card has a floor it cannot
     shrink below, the copy varies per page. Stretch both and let the
     pips (margin-top: auto) fall to whatever bottom the row settles on. */
  .mast__copy { display: flex; flex-direction: column; align-self: stretch; }
  .mast__copy .pips {
    margin-top: auto;
    padding-top: 2rem;
    grid-template-columns: minmax(0, 1fr);
  }
  .mast__copy .pip { text-align: center; }
  .mast__inner:not(:has(.mast__figure)):not(:has(.calc)) {
    display: block;
    max-width: 52rem;
    margin-inline: 0;
  }
  .mast__act { text-align: center; }
  /* The photo takes its height from the copy column instead of its own
     aspect ratio, so a lede shorter than the image can't leave a hole
     under it. The img is absolute, so it adds no intrinsic height and the
     row is sized by the text alone. */
  .mast__figure {
    position: relative;
    display: block;
    align-self: stretch;
    min-height: 11rem;
    border-radius: var(--round-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lift);
  }
  .mast__figure img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.trail {
  background: var(--spruce);
  padding-top: 1.75rem;
}
.trail + main .mast { padding-top: 1.5rem; }

.crumb {
  margin-block: 0;
}
.crumb ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.55rem;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  font: var(--fw-semibold) var(--fs-small) / 1.3 var(--text);
}
.crumb li {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.crumb li + li::before {
  content: "\203A";
  color: #E8C4A8;
  font-size: 1.125rem;
  line-height: 1;
}
.crumb a {
  color: var(--on-dark-mute);
  text-decoration: underline;
  text-decoration-color: rgba(197, 209, 203, 0.5);
  text-underline-offset: 0.22em;
}
.crumb a:hover {
  color: var(--on-dark);
  text-decoration-color: currentColor;
}
.crumb [aria-current="page"] { color: var(--on-dark); }

.pips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gap);
  margin-top: 2rem;
  list-style: none;
  padding: 0;
}
.pip {
  background: var(--spruce-lift);
  border: 1px solid var(--hair-dark);
  border-radius: var(--round);
  padding: var(--tile-pad);
}
.pip__value {
  display: block;
  font: var(--fw-black) 1.25rem / 1.2 var(--display);
  color: var(--on-dark);
}
.pip__note {
  display: block;
  margin-top: 0.35rem;
  color: var(--on-dark-mute);
  font-size: var(--fs-small);
}

.prose {
  width: min(var(--measure), 100% - 2 * var(--gutter));
  margin-inline: auto;
  padding: var(--band-y) 0;
}
.prose h2 {
  font: var(--fw-bold) var(--fs-band) / var(--lh-band) var(--display);
  letter-spacing: var(--ls-band);
  margin: 2.5rem 0 0.85rem;
}
.prose h2:first-child { margin-top: 0; }
.prose h3 {
  font: var(--fw-semibold) var(--fs-kicker) / var(--lh-kicker) var(--display);
  margin: 1.6rem 0 0.5rem;
}
.prose p { margin: 0 0 1rem; }
.prose ul, .prose ol { margin: 0 0 1rem; padding-left: 1.25rem; }
.prose li { margin: 0.25rem 0; }
.prose a { font-weight: var(--fw-semibold); }

.contact-intro { max-width: 42rem; }
.contact-columns {
  display: grid;
  gap: var(--gap);
  align-items: start;
  margin: 0 0 1.5rem;
}
.contact-main {
  display: grid;
  gap: var(--gap);
  align-content: start;
}
.contact-tiles {
  display: grid;
  gap: 0.9rem;
}
.contact-tile {
  background: var(--card);
  border: 1px solid var(--hair);
  border-left: 4px solid var(--pine);
  border-radius: var(--round);
  box-shadow: var(--shadow-tile);
  padding: 1.1rem 1.25rem;
}
.contact-tile--coral { border-left-color: var(--sienna); }
.contact-tile--green { border-left-color: var(--pine); }
.contact-tile--spruce { border-left-color: var(--spruce); }
.contact-tile__label {
  margin: 0 0 0.45rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  font: var(--fw-bold) var(--fs-label) / 1 var(--text);
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
  color: var(--mute);
}
.tile-icon { flex: none; color: var(--pine); }
.contact-tile--coral .tile-icon { color: var(--sienna); }
.contact-tile__value {
  display: block;
  margin: 0;
  font: var(--fw-semibold) var(--fs-tile) / 1.4 var(--display);
  color: var(--ink);
  text-decoration: none;
}
a.contact-tile__value:hover { color: var(--pine-hover); text-decoration: underline; }
.sep { color: var(--mute); margin: 0 0.15rem; font-weight: var(--fw-regular); }
.contact-map {
  min-height: 20rem;
  border-radius: var(--round);
  overflow: hidden;
  border: 1px solid var(--hair);
  box-shadow: var(--shadow-tile);
}
.contact-map iframe { width: 100%; height: 100%; min-height: 20rem; display: block; }
@media (min-width: 56rem) {
  .contact-columns { grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.8fr); }
  .contact-map { align-self: stretch; }
}

.apply-form-wrap { margin: 1.75rem auto; }
.apply-form-wrap .reach-form { margin-inline: auto; }
.contact-form-wrap { margin: 0; }
.contact-form-wrap .reach-form { max-width: none; margin-inline: 0; }
.reach-form {
  max-width: 34rem;
  background: var(--card);
  border: 1px solid var(--hair);
  border-radius: var(--round);
  box-shadow: var(--shadow-tile);
  padding: var(--tile-pad);
  display: grid;
  gap: 1rem;
}
.reach-form__kicker {
  margin: 0 0 0.5rem;
  font: var(--fw-bold) var(--fs-label) / 1 var(--text);
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
  color: var(--sienna);
}
.reach-form__title {
  margin: 0;
  font: var(--fw-bold) var(--fs-kicker) / 1.3 var(--display);
  color: var(--ink);
}
.field { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0.4rem; }
.form-grid { display: grid; gap: 1rem; }
@media (min-width: 30rem) {
  .form-grid { grid-template-columns: 1fr 1fr; }
}
.field label {
  font: var(--fw-semibold) var(--fs-small) / 1 var(--text);
  color: var(--mute);
}
.field input,
.field textarea {
  width: 100%;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--hair);
  border-radius: var(--round-sm);
  background: var(--paper);
  color: var(--ink);
  font: var(--fw-regular) var(--fs-copy) / 1.3 var(--text);
}
.field input:focus,
.field textarea:focus { outline: 2px solid var(--focus); outline-offset: 1px; }
.field textarea { resize: vertical; min-height: 6rem; }
.field--check { gap: 0.5rem; }
.check {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  width: 100%;
  min-width: 0;
  cursor: pointer;
}

.check input { width: auto; margin-top: 0.2rem; flex-shrink: 0; }
.check span { flex: 1 1 auto; min-width: 0; font-size: var(--fs-small); line-height: 1.5; color: var(--copy); }
.check a { font-weight: var(--fw-semibold); }
.reach-form .commit { justify-self: start; }
.reach-form--apply .commit { justify-self: stretch; width: 100%; }

.overflow-pane {
  overflow-x: auto;
  margin: 1.25rem 0 1.5rem;
  -webkit-overflow-scrolling: touch;
}
.overflow-pane table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  font-size: var(--fs-small);
}
.overflow-pane th,
.overflow-pane td {
  text-align: left;
  padding: 0.7rem 0.85rem;
  border-bottom: 1px solid var(--hair);
  vertical-align: top;
}
.overflow-pane thead th {
  font: var(--fw-semibold) var(--fs-label) / 1 var(--text);
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
  color: var(--pine);
  background: var(--mist);
}

.plate { margin: 1.5rem 0; }
.plate img { width: 100%; border-radius: var(--round); }

@media (min-width: 48rem) {
  .plate {
    width: min(40%, 25rem);
    margin-block: 0.4rem 1.1rem;
  }
  .plate img {
    max-height: 21rem;
    object-fit: cover;
  }
  .plate--right {
    float: right;
    margin-left: 2rem;
  }
  .plate--left {
    float: left;
    margin-right: 2rem;
  }

  /* Lists flow around the (right-hand) float — markers stay put on the left,
     no cleared-below gap. Only headings, tables and the FAQ block break out. */
  .prose h2,
  .overflow-pane,
  .folds { clear: both; }
}

.fold {
  border-bottom: 1px solid var(--hair);
}
.fold > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gap);
  padding: 1rem 0;
  font: var(--fw-bold) var(--fs-tile) / 1.4 var(--display);
  color: var(--ink);
}
.fold > summary::-webkit-details-marker { display: none; }
.fold__mark {
  flex: 0 0 auto;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: var(--pill);
  background: var(--mist);
  color: var(--pine);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.fold[open] > summary .fold__mark {
  background: var(--pine);
  color: #fff;
}
.fold__body { padding: 0 2.5rem 1rem 0; }

.hold {
  margin: 0;
  padding: 1.25rem 1.4rem;
  background: var(--sand);
  border-radius: var(--round);
  color: var(--ink);
}

.commit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  min-height: 3.125rem;
  padding: 0 1.6rem;
  border-radius: var(--pill);
  border: 1px solid transparent;
  background: var(--sienna);
  color: #fff;
  font: var(--fw-semibold) var(--fs-copy) / 1 var(--text);
  text-decoration: none;
  cursor: pointer;
  transition: background var(--t-base) var(--ease), transform var(--t-fast) var(--ease), box-shadow var(--t-base) var(--ease);
}
.commit:hover {
  background: var(--sienna-hover);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: var(--shadow-commit);
}
.commit:active {
  background: var(--sienna-press);
  transform: scale(0.98);
}
.commit--ghost {
  background: transparent;
  color: var(--on-dark);
  border-color: var(--hair-dark);
  box-shadow: none;
}
.commit--ghost:hover {
  background: rgba(244, 240, 230, 0.12);
  color: var(--on-dark);
  box-shadow: none;
}

.header-cta {
  min-height: 2.75rem;
  padding: 0.35rem 1rem;
  font-size: 0.8125rem;
  line-height: 1.2;
  text-align: center;
  flex-shrink: 0;
  margin-left: auto;
}
@media (min-width: 64.01rem) {
  .header-cta { margin-left: 0; white-space: nowrap; }
}

.glyph {
  display: inline-block;
  flex: 0 0 auto;
  vertical-align: middle;
}
.glyph-tile {
  width: var(--glyph);
  height: var(--glyph);
  border-radius: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #155A3E 0%, #2A7A4B 100%);
  flex: 0 0 auto;
}
.glyph-tile--sienna { background: linear-gradient(135deg, #B54722 0%, #C9A227 100%); }
.glyph-tile--spruce { background: linear-gradient(135deg, #1C3A30 0%, #12261F 100%); }
.glyph-tile--mixed { background: linear-gradient(135deg, #155A3E 0%, #1C3A30 100%); }

.tile {
  background: var(--card);
  border-radius: var(--round);
  padding: var(--tile-pad);
  box-shadow: var(--shadow-tile);
}

.prefoot {
  background: var(--spruce);
  border-top: 1px solid var(--hair-dark);
}
.prefoot__inner {
  padding-block: clamp(2.75rem, 5vw, 3.75rem);
  display: grid;
  gap: 1.6rem 3rem;
  align-items: center;
}
@media (min-width: 56rem) {
  .prefoot__inner { grid-template-columns: minmax(0, 1fr) auto; }
}
.prefoot__kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 0.6rem;
  font: var(--fw-semibold) var(--fs-label) / 1 var(--text);
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
  color: #8FD3AD;
}
.prefoot__kicker::before {
  content: "";
  width: 1.5rem;
  height: 2px;
  background: #8FD3AD;
}
.prefoot__title {
  margin: 0 0 1rem;
  color: var(--on-dark);
  font: var(--fw-black) clamp(1.4rem, 2.6vw, 1.85rem) / 1.2 var(--display);
  letter-spacing: -.01em;
}
.prefoot__facts {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.prefoot__facts li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.85rem;
  border-radius: var(--pill);
  background: var(--spruce-lift);
  color: var(--on-dark);
  font: var(--fw-semibold) var(--fs-small) / 1.2 var(--text);
}
.prefoot__facts .glyph { color: #8FD3AD; }
.prefoot__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (max-width: 30rem) {
  .prefoot__actions .commit { width: 100%; }
}
.commit--lg {
  min-height: 3.5rem;
  padding: 0 2rem;
  font-size: 1.0625rem;
}
.prefoot .commit--ghost { border-color: rgba(244, 240, 230, 0.45); }
.prefoot .commit--ghost:hover { border-color: rgba(244, 240, 230, 0.72); }

.colophon {
  background: var(--sand);
  color: var(--copy);
  padding: 2.75rem 0 1.75rem;
  margin-top: auto;
  border-top: 1px solid rgba(21, 90, 62, 0.4);
}
.colophon__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.75rem 2.5rem;
  align-items: start;
}
@media (min-width: 40rem) {
  .colophon__grid { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 64rem) {
  .colophon__grid { grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.9fr) minmax(0, 0.9fr) minmax(0, 1.2fr); }
}
.colophon__brand { max-width: 28rem; }
.colophon__desc {
  margin: 0.85rem 0 0;
  font-size: var(--fs-small);
  line-height: 1.5;
  color: var(--copy);
}
.foot-contact {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: var(--fs-small);
  line-height: 1.45;
  color: var(--copy);
}
.foot-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin: 0 0 0.6rem;
}
.foot-contact .glyph { color: var(--pine); flex-shrink: 0; margin-top: 0.15rem; }
.foot-contact a { color: var(--copy); text-decoration: none; }
.foot-contact a:hover { color: var(--pine-hover); text-decoration: underline; }
.contact-card {
  background: var(--spruce-lift);
  border: 1px solid var(--hair-dark);
  border-radius: var(--round);
  padding: var(--tile-pad);
}
.contact-card a,
.contact-card p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.55rem;
  color: var(--on-dark-mute);
  text-decoration: none;
  font-size: var(--fs-small);
  line-height: 1.4;
}
.contact-card a:hover { color: var(--on-dark); }
.contact-card .glyph { color: #E8C4A8; flex-shrink: 0; }
.contact-card__more { margin-top: 0.75rem; font-weight: var(--fw-semibold); }
.colophon__label {
  margin: 0 0 0.75rem;
  font: var(--fw-semibold) var(--fs-label) / 1 var(--text);
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
  color: var(--pine);
}
.colophon nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem 1.5rem;
}
.colophon nav a {
  color: var(--copy);
  text-decoration: none;
  font-size: var(--fs-small);
}
.colophon nav a:hover { color: var(--pine-hover); }
.colophon__base {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--hair);
  font: var(--fw-regular) var(--fs-fine) / var(--lh-fine) var(--text);

  color: var(--copy);
}
.colophon__base p { margin: 0 0 0.4rem; }

.mast--notfound { padding-block: clamp(3rem, 8vw, 6rem); }
.lost { text-align: center; max-width: 40rem; margin-inline: auto; }
.lost__code {
  margin: 0;
  font: var(--fw-black) clamp(5rem, 16vw, 9rem) / 0.9 var(--display);
  letter-spacing: -.03em;
  color: var(--sienna);
}
.lost h1 { margin: 0.25rem 0 0.75rem; }
.lost__lede { margin: 0 auto 1.75rem; max-width: 34rem; color: var(--on-dark-mute); }
.lost__actions {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
}
@media (max-width: 30rem) {
  .lost__actions .commit { width: 100%; }
}

.prose-cta { margin: 2rem 0; text-align: center; clear: both; }
.prose-cta .commit { min-width: 15rem; }
.apply-prompt { margin: 1.5rem 0; clear: both; }

.apply-dialog {
  border: 0;
  padding: 0;
  margin: auto;
  max-width: 32rem;
  width: calc(100% - 2rem);
  background: transparent;
}
.apply-dialog::backdrop { background: rgba(18, 38, 31, 0.55); }
.apply-dialog .apply-form-wrap { margin: 0; }
.apply-dialog .reach-form {
  margin: 0;
  max-width: none;
  /* 100vh ignores the mobile URL bar, so the foot of the form (consent +
     submit) can sit under browser chrome. dvh tracks the real visible
     height; the vh line stays as the fallback. */
  max-height: calc(100vh - 3rem);
  max-height: calc(100dvh - 3rem);
  overflow-y: auto;
  overscroll-behavior: contain;
}
.apply-dialog__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 1;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  border-radius: 50%;
  background: var(--sand);
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.voices { background: var(--card); padding-block: clamp(2.5rem, 5vw, 3.5rem); border-top: 1px solid var(--hair); }
.voices__title {
  margin: 0 0 1.5rem;
  text-align: center;
  font: var(--fw-black) clamp(1.4rem, 2.6vw, 1.85rem) / 1.2 var(--display);
  color: var(--ink);
  letter-spacing: -.01em;
}
.voices__carousel { display: flex; align-items: center; gap: 0.75rem; }
.voices__track {
  list-style: none;
  margin: 0;
  padding: 0.25rem;
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.voices__track::-webkit-scrollbar { display: none; }
.voice-slide { flex: 0 0 100%; min-width: 0; scroll-snap-align: start; }
@media (min-width: 40rem) { .voice-slide { flex: 0 0 calc(50% - 0.5rem); } }
@media (min-width: 64rem) { .voice-slide { flex: 0 0 calc(50% - 0.5rem); } }
.voice {
  height: 100%;
  background: var(--sand);
  border-radius: var(--round);
  padding: 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.voice__stars { margin: 0; color: #C9A227; font-size: 1rem; letter-spacing: 0.12em; line-height: 1; }
.voice__quote { margin: 0; flex: 1 1 auto; font-size: var(--fs-small); line-height: 1.55; color: var(--copy); }
.voice__who { margin: 0; display: flex; align-items: center; gap: 0.65rem; }
.voice__avatar {
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pine);
  color: #fff;
  font: var(--fw-black) 0.85rem / 1 var(--display);
}
.voice__name { display: flex; flex-direction: column; font: var(--fw-semibold) var(--fs-small) / 1.35 var(--text); color: var(--ink); }
.voice__city { font-weight: var(--fw-regular); color: var(--copy); font-size: 0.85em; }
.voices__arrow {
  flex: none;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid var(--hair);
  background: var(--card);
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.voices__arrow:hover { border-color: var(--pine); color: var(--pine); }
@media (max-width: 40rem) { .voices__arrow { display: none; } }
.voices__dots { display: flex; justify-content: center; gap: 0.5rem; margin-top: 1.25rem; }
.voices__dots button {
  width: 0.5rem;
  height: 0.5rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--hair);
  cursor: pointer;
}
.voices__dots button[aria-current="true"] { background: var(--pine); }

@media (max-width: 43.75rem) {
  :root {
    --fs-mast: 2rem;
    --fs-band: 1.5rem;
    --band-y: 3rem;
  }

  .crumb ol { justify-content: flex-start; }
  .pips { grid-template-columns: minmax(0, 1fr); }
  .colophon__grid { grid-template-columns: minmax(0, 1fr); }
}

.calc {
  background: var(--sand);
  border: 1px solid var(--hair);
  border-radius: var(--round-lg);
  box-shadow: var(--shadow-lift);
  padding: 1.4rem 1.5rem;
  display: grid;
  gap: 1.1rem;
  color: var(--copy);
}
.calc__title {
  margin: 0;
  font: var(--fw-bold) var(--fs-kicker) / 1.3 var(--display);
  color: var(--ink);
}
.range-field { display: grid; gap: 0.5rem; }
.range-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem;
}
.range-head label {
  font: var(--fw-semibold) var(--fs-small) / 1.3 var(--text);
  color: var(--copy);
}
.range-head output {
  font: var(--fw-black) 1.25rem / 1.1 var(--display);
  color: var(--ink);
}
.range-ends {
  display: flex;
  justify-content: space-between;
  font-size: var(--fs-fine);
  color: var(--copy);
}
.calc-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 0.375rem;
  border-radius: var(--pill);
  background: rgba(20, 36, 30, 0.22);
  cursor: pointer;
}
.calc-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background: var(--pine);
  border: 3px solid var(--sand);
}
.calc-range::-moz-range-thumb {
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background: #8FD3AD;
  border: 3px solid var(--spruce-lift);
}
.calc-range:focus-visible { outline: 2px solid var(--focus); outline-offset: 3px; }

/* Quick amounts: outline pills on the sand card, filled pine once picked —
   same pair the FAQ marks use, so nothing new enters the palette. */
/* A grid, not wrapping flex: six term chips in a flex row leave the last one
   orphaned on a line of its own, stretched to full width. */
.calc-chips {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem;
  margin-top: 0.2rem;
}
@media (min-width: 26rem) {
  .calc-chips { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .calc-chips--terms { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.calc-chip {
  padding: 0.45rem 0.5rem;
  border: 1px solid var(--pine);
  border-radius: var(--pill);
  background: transparent;
  color: var(--pine);
  font: var(--fw-semibold) var(--fs-small) / 1 var(--text);
  cursor: pointer;
  transition: background var(--t-fast) var(--ease), color var(--t-fast) var(--ease);
}
.calc-chip:hover { background: rgba(21, 90, 62, 0.12); }
.calc-chip[aria-pressed="true"] { background: var(--pine); color: var(--on-dark); }
.calc-chip:focus-visible { outline: 2px solid var(--focus); outline-offset: 2px; }
.calc-summary {
  border-top: 1px solid rgba(20, 36, 30, 0.2);
  padding-top: 1rem;
  display: grid;
  gap: 0.7rem;
}
.calc-summary__total {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.35rem;
}
.calc-summary__label {
  font: var(--fw-bold) var(--fs-label) / 1 var(--text);
  letter-spacing: var(--ls-label);
  text-transform: uppercase;
  color: var(--pine);
}
.calc-total { font: var(--fw-black) 1.75rem / 1 var(--display); color: var(--ink); }
.calc-breakdown { display: grid; gap: 0.4rem; font-size: var(--fs-small); }
.calc-breakdown > div { display: flex; justify-content: space-between; gap: var(--gap); }
.calc-breakdown span:last-child { font-weight: var(--fw-semibold); color: var(--ink); }
.calc-breakdown .is-due { border-top: 1px solid rgba(20, 36, 30, 0.2); padding-top: 0.4rem; }
.calc-cta { margin: 0; }
.calc-cta .commit { width: 100%; }
.calc-note {
  margin: 0;
  font-size: var(--fs-fine);
  line-height: var(--lh-fine);
  color: var(--copy);
}

/* Lead form wired to the Central Lead Gateway. The honeypot is moved
   off-screen rather than display:none, which some bots know to skip. */
.hp-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}
.form-fields { display: grid; gap: 1rem; min-width: 0; margin: 0; padding: 0; border: 0; }
.form-fields:disabled .field input { background: var(--mist); cursor: not-allowed; }
.form-fields:disabled .check { cursor: not-allowed; }
.reach-form .commit:disabled { opacity: 0.55; cursor: not-allowed; pointer-events: none; }
.form-status {
  margin: 0;
  padding: 0.7rem 0.85rem;
  border-radius: var(--round-sm);
  background: var(--mist);
  color: var(--ink);
  font: var(--fw-semibold) var(--fs-small) / 1.45 var(--text);
}
.form-status:empty { display: none; }
.form-result {
  margin: 0;
  padding: 0.85rem 1rem;
  border-radius: var(--round-sm);
  font-weight: var(--fw-semibold);
}
.form-result[hidden] { display: none; }
.form-result--success { background: var(--mist); color: var(--pine-hover); }
.form-result--error { background: #FBEAE4; color: #8E3518; }
.lost .form-result { max-width: 36rem; margin: 1.5rem auto 0; }
