html:has(body.template-page-shell),
body.public-site.template-page-shell,
body.public-site.template-page-shell main {
  background: #fffbf5;
  background-image: none;
}

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

.template-page {
  --template-white: #fff;
  --template-soft: #fffbf5;
  --template-green: #0b4b36;
  --template-ink: #173d2e;
  --template-muted: #5a6c63;
  --template-gold: #b78643;
  --template-line: rgb(23 61 46 / .16);
  --template-gold-line: rgb(183 134 67 / .42);
  overflow: clip;
  color: var(--template-ink);
  font-family: Geist, ui-sans-serif, system-ui, -apple-system, sans-serif;
}

.template-page img {
  max-width: 100%;
}

.template-page__shell {
  width: min(calc(100% - 64px), 1240px);
  margin-inline: auto;
}

.template-page__hero {
  padding: 46px 0 clamp(60px, 7vw, 96px);
  background: var(--template-soft);
}

.template-page__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
  align-items: center;
  gap: clamp(42px, 7vw, 104px);
}

.template-page__hero-copy {
  max-width: 610px;
}

.template-page__eyebrow {
  margin: 0 0 14px;
  color: var(--template-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1.3;
  text-transform: uppercase;
}

.template-page__hero h1 {
  max-width: 12ch;
  margin: 0;
  color: var(--template-green);
  font-size: clamp(2.7rem, 5vw, 4.15rem);
  font-weight: 800;
  letter-spacing: -.075em;
  line-height: .98;
  text-wrap: balance;
}

.template-page__lead {
  max-width: 58ch;
  margin: 24px 0 0;
  color: var(--template-muted);
  font-size: clamp(15px, 1.25vw, 17px);
  line-height: 1.65;
}

.template-page__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.template-page__button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 11px;
  padding: 0 19px;
  font-size: 14px;
  font-weight: 750;
  line-height: 1;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.template-page__button:hover {
  transform: translateY(-1px);
}

.template-page__button:active {
  transform: translateY(0);
}

.template-page__button--primary {
  background: var(--template-green);
  color: #fff;
}

.template-page__button--primary:hover {
  background: #063a29;
}

.template-page__button--secondary {
  border-color: rgb(11 75 54 / .32);
  color: var(--template-green);
}

.template-page__button--secondary:hover {
  border-color: var(--template-green);
  background: rgb(11 75 54 / .06);
}

.template-page__button--light {
  flex: 0 0 auto;
  background: #fff;
  color: var(--template-green);
}

.template-page__button--light:hover {
  background: #f4f1e8;
}

.template-page__button:focus-visible,
.template-page__choice:focus-visible {
  outline: 3px solid rgb(183 134 67 / .42);
  outline-offset: 4px;
}

.template-page__hero-visual {
  position: relative;
  min-width: 0;
  margin: 0;
}

.template-page__hero-visual::before {
  position: absolute;
  inset: 9% -6% -8% 10%;
  z-index: 0;
  border-radius: 48% 52% 40% 60%;
  background: #e7eee7;
  content: "";
}

.template-page__hero-visual picture {
  position: relative;
  z-index: 1;
  display: block;
  background: transparent;
}

.template-page__hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.template-page__hero-visual figcaption {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  color: var(--template-muted);
  font-size: 12px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.template-page__proof {
  background: #fff;
  border-block: 1px solid var(--template-line);
}

.template-page__proof-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.template-page__proof-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  min-width: 0;
  padding: 25px 22px 26px 0;
}

.template-page__proof-item + .template-page__proof-item {
  border-left: 1px solid var(--template-line);
  padding-left: 22px;
}

.template-page__proof-item > span {
  color: var(--template-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
}

.template-page__proof-item strong,
.template-page__proof-item p {
  display: block;
  margin: 0;
}

.template-page__proof-item strong {
  color: var(--template-green);
  font-size: 15px;
  font-weight: 750;
}

.template-page__proof-item p {
  margin-top: 5px;
  color: var(--template-muted);
  font-size: 13px;
  line-height: 1.45;
}

.template-page__atlas {
  padding: clamp(78px, 9vw, 128px) 0;
  background: var(--template-soft);
}

.template-page__section-heading {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(260px, .6fr);
  align-items: end;
  gap: 44px;
  margin-bottom: 46px;
}

.template-page__section-heading h2,
.template-page__cta h2 {
  max-width: 16ch;
  margin: 0;
  color: var(--template-green);
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  font-weight: 700;
  letter-spacing: -.065em;
  line-height: 1.02;
  text-wrap: balance;
}

.template-page__section-lead {
  max-width: 38ch;
  margin: 0 0 3px;
  color: var(--template-muted);
  font-size: 15px;
  line-height: 1.65;
}

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

.template-page__choice {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 26px;
  min-height: 134px;
  border-bottom: 1px solid var(--template-line);
  color: var(--template-ink);
  text-decoration: none;
  transition: background-color 180ms ease;
}

.template-page__choice:hover {
  background: rgb(255 255 255 / .68);
}

.template-page__choice-number {
  color: var(--template-gold);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .08em;
}

.template-page__choice-copy {
  display: grid;
  grid-template-columns: minmax(150px, .38fr) minmax(170px, .32fr) minmax(0, 1fr);
  align-items: center;
  gap: 22px;
}

.template-page__choice-copy small {
  color: var(--template-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.template-page__choice-copy strong {
  color: var(--template-green);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 750;
  letter-spacing: -.04em;
}

.template-page__choice-copy > span {
  color: var(--template-muted);
  font-size: 14px;
  line-height: 1.5;
}

.template-page__choice-arrow {
  color: var(--template-green);
  font-size: 24px;
  transition: transform 180ms ease;
}

.template-page__choice:hover .template-page__choice-arrow {
  transform: translateX(4px);
}

.template-page__cta {
  padding: 0 0 clamp(78px, 9vw, 120px);
  background: var(--template-soft);
}

.template-page__cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  border-radius: 16px;
  padding: clamp(34px, 5vw, 58px);
  background: var(--template-green);
  color: #fff;
}

.template-page__cta .template-page__eyebrow {
  color: #d5b174;
}

.template-page__cta h2 {
  max-width: 15ch;
  color: #fff;
}

.template-page__cta p:not(.template-page__eyebrow) {
  max-width: 52ch;
  margin: 16px 0 0;
  color: rgb(255 255 255 / .76);
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .template-page__shell {
    width: min(calc(100% - 48px), 1240px);
  }

  .template-page__hero-grid {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 42px;
  }

  .template-page__choice-copy {
    grid-template-columns: minmax(130px, .34fr) minmax(150px, .32fr) minmax(0, 1fr);
    gap: 15px;
  }
}

@media (max-width: 760px) {
  .template-page__shell {
    width: min(calc(100% - 32px), 1240px);
  }

  .template-page__hero {
    padding-top: 46px;
  }

  .template-page__hero-grid,
  .template-page__section-heading {
    grid-template-columns: 1fr;
  }

  .template-page__hero-grid {
    gap: 42px;
  }

  .template-page__hero h1 {
    max-width: 13ch;
  }

  .template-page__hero-visual::before {
    inset: 6% -4% -5% 7%;
  }

  .template-page__proof-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .template-page__proof-item:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }

  .template-page__proof-item:nth-child(n+3) {
    border-top: 1px solid var(--template-line);
  }

  .template-page__choice {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 14px;
    min-height: 0;
    padding: 23px 0;
  }

  .template-page__choice:hover {
    background: rgb(255 255 255 / .68);
  }

  .template-page__choice-copy {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 5px 14px;
  }

  .template-page__choice-copy small {
    flex-basis: 100%;
  }

  .template-page__choice-copy > span {
    flex-basis: 100%;
  }

  .template-page__cta-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 460px) {
  .template-page__proof-list {
    grid-template-columns: 1fr;
  }

  .template-page__proof-item,
  .template-page__proof-item + .template-page__proof-item,
  .template-page__proof-item:nth-child(3) {
    border-left: 0;
    padding: 20px 0;
  }

  .template-page__proof-item + .template-page__proof-item {
    border-top: 1px solid var(--template-line);
  }

  .template-page__actions,
  .template-page__button {
    width: 100%;
  }

  .template-page__choice {
    grid-template-columns: 32px minmax(0, 1fr) auto;
  }

  .template-page__choice-number {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .template-page__button,
  .template-page__choice,
  .template-page__choice-arrow {
    transition: none;
  }
}
