:root {
  --paper: #faf7f0;
  --ink: #292c25;
  --muted: #606357;
  --ember: #a84628;
  --line: #dcded2;
  --sage: #e6eadf;
  --forest: #2d4436;
  --serif: "Fraunces", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
}
a {
  color: inherit;
  text-underline-offset: 5px;
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--ember);
  outline-offset: 6px;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.05em;
}
h1 em,
h2 em {
  font-weight: 400;
  color: var(--ember);
}
h2 {
  font-size: clamp(40px, 4.4vw, 64px);
}
h3 {
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: -0.02em;
  font-weight: 600;
}
p {
  color: var(--muted);
}
.wrap {
  max-width: 1320px;
  width: calc(100% - 112px);
  margin-inline: auto;
}
.section {
  padding-block: 112px;
}
.eyebrow {
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: 0.14em;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 25px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  background: var(--ember);
  color: white;
  text-decoration: none;
  padding: 15px 22px;
  border: 1px solid var(--ember);
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button:hover {
  background: #88391f;
  transform: translateY(-2px);
}
.button span,
.text-link span {
  font-size: 20px;
  line-height: 1;
}
.button-small {
  font-size: 13px;
  padding: 10px 16px;
  gap: 16px;
}
.text-link {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-block: 7px;
  font-size: 14px;
  font-weight: 600;
}
.text-link:hover {
  color: var(--ember);
}
.small {
  font-size: 12px;
  line-height: 1.65;
}
.skip-link {
  position: absolute;
  left: 20px;
  top: -100px;
  z-index: 10;
  background: var(--ink);
  color: white;
  padding: 12px;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  display: inline-flex;
  align-items: center;
  font-family: var(--serif);
  font-weight: 600;
  font-size: 30px;
  letter-spacing: -1.5px;
  text-decoration: none;
  color: var(--ink);
  line-height: 1;
}
.wordmark svg {
  width: 27px;
  height: 29px;
  fill: var(--ember);
  margin-right: 10px;
}
.wordmark-dot {
  color: var(--ember);
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 31px;
  font-size: 13px;
}
.site-header nav > a:not(.button) {
  text-decoration: none;
}
.site-header nav > a:not(.button):hover {
  text-decoration: underline;
}
.hero {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 64px;
  align-items: center;
  padding-block: 48px 70px;
}
.hero-copy {
  padding-block: 20px;
}
.hero .eyebrow {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.maple {
  color: var(--ember);
  width: 18px;
  height: 22px;
  flex-shrink: 0;
}
.hero h1 {
  font-size: clamp(54px, 5.8vw, 85px);
  white-space: nowrap;
}
.hero-intro {
  font-size: 23px;
  line-height: 1.45;
  color: var(--ink);
  margin-top: 30px;
  letter-spacing: -0.035em;
}
.hero-description {
  max-width: 365px;
  font-size: 15px;
  margin-top: 18px;
}
.hero-actions {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-top: 30px;
}
.hero-footnote {
  margin-top: 20px;
  font-size: 11px;
  max-width: 370px;
}
.hero-photo {
  position: relative;
}
.hero-photo img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 140px 6px 6px 6px;
  object-position: center 61%;
}
.hero-photo figcaption {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--muted);
  margin-top: 12px;
}
.hero-photo figcaption span:first-child {
  color: var(--ink);
  font-weight: 600;
}
.local-note {
  border-block: 1px solid var(--line);
  background: #f0f0e7;
}
.local-inner {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
  font-size: 12px;
}
.local-inner > p {
  font-family: var(--serif);
  font-size: 18px;
  color: var(--ink);
  font-style: italic;
}
.local-inner > div {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  color: var(--muted);
}
.local-inner > a {
  font-size: 11px;
  white-space: nowrap;
}
.owners {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 100px;
}
.section-heading > p:last-child {
  max-width: 310px;
  margin-top: 24px;
  font-size: 16px;
}
.steps {
  margin: 0;
  padding: 0;
  list-style: none;
}
.steps li {
  display: flex;
  gap: 24px;
  padding: 0 0 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--line);
}
.step-number {
  font-family: var(--serif);
  font-style: italic;
  color: var(--ember);
  font-size: 22px;
  line-height: 1.2;
}
.steps p {
  font-size: 14px;
  max-width: 410px;
  margin-top: 7px;
}
.inquiry {
  background: var(--sage);
  padding: 30px;
  border-radius: 5px;
}
.inquiry > p {
  font-size: 14px;
  margin-top: 12px;
}
.inquiry .button {
  margin-top: 20px;
}
.inquiry p.small {
  font-size: 11px;
  margin-top: 15px;
}
.giving {
  background: var(--forest);
  color: var(--paper);
}
.giving-inner {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 100px;
  padding-block: 88px;
}
.giving .eyebrow {
  color: #c4cebe;
}
.giving h2 em {
  color: #dcab7e;
}
.giving-heading > p:last-child {
  color: #cad3c6;
  font-size: 15px;
  max-width: 280px;
  margin-top: 24px;
}
.fee-row {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 22px;
  align-items: center;
  padding-bottom: 28px;
  margin-bottom: 26px;
  border-bottom: 1px solid #677569;
}
.big-number {
  font-family: var(--serif);
  font-size: 78px;
  letter-spacing: -0.07em;
  line-height: 1;
}
.big-number > span {
  font-size: 34px;
  letter-spacing: -0.06em;
}
.fee-row h3 {
  font-size: 19px;
}
.fee-row p {
  color: #d1d9cd;
  font-size: 13px;
  line-height: 1.7;
  margin-top: 9px;
}
.giving-bottom strong {
  font-size: 13px;
  font-weight: 500;
}
.giving-bottom p {
  font-size: 11px;
  color: #c4cebe;
  margin-top: 12px;
}
.app-section {
  display: grid;
  grid-template-columns: 1.12fr 1fr;
  gap: 110px;
  align-items: center;
}
.app-screens {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 38px 30px 68px;
  background: #e9e5d8;
  border-radius: 140px 5px 5px 5px;
}
.phone {
  width: 45%;
  overflow: hidden;
  border: 5px solid #363931;
  border-radius: 25px;
  background: var(--paper);
  box-shadow: 0 15px 25px #282d2514;
  flex-shrink: 0;
}
.phone img {
  width: 100%;
  height: auto;
}
.phone-secondary {
  margin-top: 60px;
}
.screen-caption {
  position: absolute;
  bottom: 24px;
  text-align: center;
  left: 12px;
  right: 12px;
  font-size: 10px;
}
.app-copy > p:not(.eyebrow) {
  margin-top: 23px;
  max-width: 365px;
  font-size: 15px;
}
.feature-list {
  padding: 0;
  list-style: none;
  margin: 25px 0 30px;
}
.feature-list li {
  font-size: 13px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.feature-list li::before {
  content: "↗";
  margin-right: 12px;
  color: var(--ember);
}
.app-copy > p.small {
  font-size: 11px;
  margin-top: 16px;
}
.walker-section {
  background: #ead3bd;
}
.walker-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 110px;
  padding-block: 76px;
  align-items: center;
}
.walker-inner h2 {
  font-size: clamp(39px, 3.9vw, 56px);
}
.walker-inner h2 em {
  color: #873a23;
}
.walker-inner > div > p:not(.eyebrow) {
  font-size: 15px;
  color: #534b3d;
  max-width: 420px;
  margin-top: 22px;
}
.walker-action > p:first-child {
  margin-top: 0 !important;
}
.button-light {
  background: var(--ink);
  border-color: var(--ink);
  margin-top: 25px;
}
.button-light:hover {
  background: #404638;
}
.walker-details {
  display: block;
  font-size: 12px;
  margin-top: 18px;
  width: fit-content;
}
.walker-action > p.small {
  font-size: 11px !important;
}
.story {
  display: grid;
  grid-template-columns: 1fr 1.12fr;
  gap: 100px;
}
.story-lede {
  font-family: var(--serif);
  font-size: 27px;
  color: var(--ink);
  line-height: 1.4;
  letter-spacing: -0.025em;
}
.story-copy > p:not(.story-lede) {
  font-size: 15px;
  margin-top: 22px;
}
.story-copy .text-link {
  margin-top: 22px;
}
.story-copy p.signature {
  font-family: var(--serif);
  font-size: 27px;
  font-style: italic;
  color: var(--ember);
  margin-top: 34px;
}
.signature > span {
  font-family: var(--sans);
  font-size: 11px;
  font-style: normal;
  color: var(--muted);
  margin-left: 12px;
}
.site-footer {
  background: #eeeee4;
  padding: 42px 0 24px;
}
.footer-top,
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.footer-top {
  padding-bottom: 35px;
  border-bottom: 1px solid #cfd2c5;
}
.footer-top > p {
  font-family: var(--serif);
  font-style: italic;
  font-size: 18px;
}
.footer-top .text-link {
  font-size: 13px;
}
.footer-bottom {
  padding-top: 23px;
  font-size: 11px;
}
.footer-bottom nav {
  display: flex;
  gap: 25px;
}
.footer-bottom a {
  text-decoration: none;
}
.footer-bottom a:hover {
  text-decoration: underline;
}
@media (min-width: 1600px) {
  .hero-photo img {
    height: 650px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 72px);
  }
  .hero {
    gap: 34px;
  }
  .hero h1 {
    font-size: 6.3vw;
  }
  .hero-photo img {
    height: 560px;
  }
  .hero-intro {
    font-size: 21px;
  }
  .owners,
  .giving-inner,
  .story {
    gap: 60px;
  }
  .app-section,
  .walker-inner {
    gap: 55px;
  }
  .local-inner {
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 30px;
    padding-block: 22px;
    row-gap: 10px;
  }
  .local-inner > a {
    margin-left: auto;
  }
  .app-screens {
    gap: 12px;
    padding-inline: 18px;
  }
  .phone {
    border-width: 4px;
    border-radius: 20px;
  }
  .fee-row {
    grid-template-columns: 125px 1fr;
  }
  .big-number {
    font-size: 68px;
  }
  .site-header nav {
    gap: 20px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 82px;
  }
  .wordmark {
    font-size: 27px;
  }
  .wordmark svg {
    width: 24px;
    margin-right: 8px;
  }
  .site-header nav {
    gap: 12px;
  }
  .nav-story,
  .nav-giving,
  .nav-walkers {
    display: none;
  }
  .button-small {
    font-size: 12px;
    padding: 10px 13px;
    gap: 10px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 29px;
    padding-block: 36px 36px;
  }
  .hero-copy {
    padding: 0;
  }
  .hero .eyebrow {
    font-size: 10px;
    margin-bottom: 20px;
  }
  .hero h1 {
    font-size: clamp(45px, 10.8vw, 76px);
  }
  .hero-intro {
    font-size: 21px;
    margin-top: 22px;
  }
  .hero-description {
    font-size: 14px;
    max-width: 450px;
    margin-top: 15px;
  }
  .hero-actions {
    margin-top: 24px;
    gap: 23px;
  }
  .button {
    padding: 14px 18px;
    font-size: 13px;
    gap: 20px;
  }
  .button-small {
    padding: 10px 13px;
    font-size: 12px;
    gap: 10px;
  }
  .hero-footnote {
    font-size: 10px;
    margin-top: 16px;
  }
  .hero-photo img {
    height: auto;
    aspect-ratio: 4/4.6;
    object-position: center 66%;
    border-top-left-radius: 90px;
  }
  .hero-photo figcaption {
    font-size: 10px;
  }
  .local-inner {
    padding-block: 22px;
    gap: 10px;
  }
  .local-inner > p {
    width: 100%;
    font-size: 18px;
  }
  .local-inner > div {
    column-gap: 16px;
    row-gap: 5px;
    font-size: 11px;
  }
  .local-inner > a {
    margin-left: 0;
    margin-top: 4px;
  }
  .section {
    padding-block: 66px;
  }
  .owners,
  .giving-inner,
  .app-section,
  .walker-inner,
  .story {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .eyebrow {
    font-size: 10px;
    margin-bottom: 19px;
  }
  h2 {
    font-size: 44px;
  }
  .section-heading > p:last-child {
    max-width: 450px;
    margin-top: 19px;
    font-size: 15px;
  }
  .steps li {
    gap: 19px;
    padding-bottom: 20px;
    margin-bottom: 22px;
  }
  .steps h3 {
    font-size: 18px;
  }
  .steps p {
    font-size: 13px;
  }
  .step-number {
    font-size: 20px;
  }
  .inquiry {
    padding: 24px;
  }
  .inquiry h3 {
    font-size: 19px;
  }
  .inquiry > p {
    font-size: 13px;
  }
  .giving-inner {
    padding-block: 60px;
    gap: 38px;
  }
  .giving h2 {
    font-size: 44px;
  }
  .giving-heading > p:last-child {
    max-width: none;
    margin-top: 18px;
    font-size: 14px;
  }
  .fee-row {
    grid-template-columns: 100px 1fr;
    gap: 18px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    align-items: start;
  }
  .big-number {
    font-size: 60px;
  }
  .big-number > span {
    font-size: 26px;
  }
  .fee-row h3 {
    font-size: 18px;
  }
  .fee-row p {
    font-size: 12px;
  }
  .giving-bottom p {
    font-size: 11px;
  }
  .app-section {
    gap: 36px;
  }
  .app-screens {
    max-width: 490px;
    width: 100%;
    margin-inline: auto;
    padding: 30px 20px 60px;
    border-top-left-radius: 90px;
    gap: 16px;
  }
  .phone {
    width: 43%;
    max-width: 195px;
  }
  .phone-secondary {
    margin-top: 45px;
  }
  .app-copy h2 {
    font-size: 46px;
  }
  .app-copy > p:not(.eyebrow) {
    max-width: none;
    font-size: 14px;
    margin-top: 20px;
  }
  .walker-inner {
    padding-block: 57px;
    gap: 25px;
  }
  .walker-inner h2 {
    font-size: 41px;
  }
  .walker-inner > div > p:not(.eyebrow) {
    max-width: none;
    font-size: 14px;
  }
  .walker-action > p:first-child {
    margin-top: 0;
  }
  .walker-action > p.small {
    font-size: 11px !important;
  }
  .story {
    gap: 28px;
  }
  .story-lede {
    font-size: 25px;
  }
  .story-copy > p:not(.story-lede) {
    font-size: 14px;
    margin-top: 18px;
  }
  .story-copy p.signature {
    font-size: 26px;
  }
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    padding-bottom: 28px;
  }
  .footer-top > p {
    font-size: 20px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .site-footer {
    padding-top: 34px;
  }
  .footer-bottom nav {
    gap: 25px;
  }
}
@media (max-width: 360px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .hero h1 {
    font-size: 10.8vw;
  }
  .hero-actions {
    gap: 16px;
  }
  .hero-actions .text-link {
    font-size: 12px;
    gap: 8px;
  }
  .fee-row {
    grid-template-columns: 85px 1fr;
    gap: 14px;
  }
  .big-number {
    font-size: 52px;
  }
  h2,
  .giving h2,
  .app-copy h2 {
    font-size: 39px;
  }
  .walker-inner h2 {
    font-size: 36px;
  }
  .inquiry {
    padding: 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

/* Native disclosure keeps contact choices usable without JavaScript or a mail handler. */
.contact-options {
  margin-top: 20px;
}
.contact-options summary {
  cursor: pointer;
  list-style: none;
  width: fit-content;
  max-width: 100%;
}
.contact-options summary::-webkit-details-marker {
  display: none;
}
.contact-options .button {
  margin-top: 0;
}
.contact-plus {
  font-size: 22px;
}
.contact-options[open] .contact-plus {
  transform: rotate(45deg);
}
.contact-panel {
  margin-top: 18px;
  padding: 22px;
  background: var(--paper);
  border: 1px solid #c5c7b9;
  border-radius: 5px;
}
.contact-panel h3 {
  font-size: 18px;
}
.contact-panel p {
  font-size: 13px;
  margin-top: 12px;
}
.contact-choices {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.contact-choices a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 11px 14px;
  border: 1px solid var(--ink);
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.contact-choices a:hover {
  background: var(--sage);
}
.contact-address strong {
  color: var(--ink);
  font-size: 16px;
  user-select: all;
  overflow-wrap: anywhere;
}
.contact-native {
  display: inline-block;
  font-size: 12px;
  margin-top: 14px;
}
.contact-panel p.small {
  font-size: 11px;
}
@media (max-width: 360px) {
  .contact-panel {
    padding: 16px;
  }
  .contact-choices {
    flex-direction: column;
  }
}
