/* An evening walk: forest, warm light, tactile paper and a winding route. */
:root {
  --paper: #f8f5ed;
  --ember: #a74527;
  --forest: #203b2e;
}
body {
  background-image: radial-gradient(
    ellipse at 5% 30%,
    #e8d9bb40,
    transparent 45%
  );
}
.site-header {
  height: 96px;
  border-bottom: 0;
}
.site-header .wordmark {
  font-size: 32px;
}
.button {
  border-radius: 999px;
  box-shadow:
    0 3px 0 #6b2c1619,
    0 8px 18px #6b2c1610;
  transition:
    background 0.22s,
    box-shadow 0.22s,
    transform 0.22s;
}
.button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 18px #6b2c1624;
}
.button span {
  transition: transform 0.22s;
}
.button:hover span:not(.contact-plus) {
  transform: translate(2px, -2px);
}
.hero {
  isolation: isolate;
  position: relative;
  display: flex;
  width: calc(100% - 48px);
  max-width: 1480px;
  min-height: 720px;
  margin: 0 auto;
  padding: 72px clamp(40px, 5.2vw, 84px);
  border-radius: 24px;
  overflow: hidden;
  background: #203b2e;
  box-shadow:
    0 30px 60px -35px #1d392b80,
    0 2px 4px #1d392b22;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid #f6eed61b;
  border-radius: 16px;
  pointer-events: none;
  z-index: 3;
}
.hero-light {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse at 15% 0%, #819a6633, transparent 55%);
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 0;
  width: 53%;
  color: #fffaf0;
}
.hero .eyebrow {
  color: #e5c58f;
  letter-spacing: 0.16em;
  font-size: 10px;
}
.hero .maple {
  color: #e5c58f;
}
.hero h1 {
  font-size: clamp(60px, 6.1vw, 88px);
  letter-spacing: -0.055em;
  line-height: 1.01;
  text-shadow: 0 4px 25px #14261b22;
}
.hero h1 em {
  color: #e7bf89;
}
.hero-intro {
  color: #fffaf0;
  font-size: 22px;
  margin-top: 30px;
}
.hero-description {
  color: #e1e6da;
  max-width: 335px;
  font-size: 14px;
  line-height: 1.8;
}
.hero-actions {
  margin-top: 32px;
  gap: 26px;
}
.hero .button {
  background: #f7e7c9;
  border-color: #f7e7c9;
  color: #203b2e;
  box-shadow: 0 8px 24px #071b2030;
}
.hero .button:hover {
  background: #fffaf0;
}
.hero .text-link {
  color: #fffaf0;
}
.hero .hero-footnote {
  color: #c3cfbe;
  font-size: 10px;
}
.hero-photo {
  position: absolute;
  inset: 0 0 0 auto;
  width: 66%;
  height: 100%;
  z-index: 0;
}
.hero-photo img {
  height: 100%;
  width: 100%;
  border-radius: 0;
  object-fit: cover;
  object-position: 55% 42%;
}
.hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #203b2e 0%,
      #203b2eed 10%,
      #203b2e9c 28%,
      #203b2e12 57%,
      transparent 80%
    ),
    linear-gradient(0deg, #142b20b0, transparent 30%);
}
.hero-photo figcaption {
  position: absolute;
  z-index: 1;
  right: 35px;
  bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  color: #e7ece0;
  margin: 0;
  font-size: 11px;
}
.hero-photo figcaption span:first-child {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  font-weight: 400;
  color: #fffaf0;
}
.local-note {
  background: transparent;
  border: 0;
  position: relative;
}
.local-inner {
  min-height: 92px;
  border-bottom: 1px solid #d4d5c8;
}
.local-inner > p {
  color: #65745c;
}
.local-inner > div {
  position: relative;
  gap: 27px;
}
.local-inner > div span:not(:last-child)::after {
  content: "·";
  position: relative;
  left: 14px;
  color: #b38a60;
}
.section {
  padding-block: 90px;
}
.owners {
  gap: 80px;
}
.owners .section-heading {
  position: relative;
}
.walk-route {
  width: min(100%, 370px);
  height: 150px;
  margin-top: 34px;
  overflow: visible;
}
.route-shadow {
  stroke: #e4d6be;
  stroke-width: 17px;
  stroke-linecap: round;
}
.route-line {
  stroke: #a7613d;
  stroke-width: 1.5px;
  stroke-dasharray: 4 6;
  stroke-linecap: round;
}
.walk-route circle {
  fill: var(--paper);
  stroke: #a7613d;
  stroke-width: 2.5px;
}
.steps li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  gap: 22px;
}
.step-number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 42px;
  height: 42px;
  border-radius: 50%;
  background: #eee6d7;
  font-size: 18px;
  box-shadow: inset 0 1px 0 #fff;
}
.steps li > div {
  padding-top: 5px;
}
.inquiry {
  background: linear-gradient(135deg, #f2f3e8, #e2e8d8);
  border: 1px solid #d0d9c5;
  border-radius: 15px;
  box-shadow:
    inset 0 1px 0 #fff9,
    0 12px 32px -18px #314a3860;
  padding: 28px;
}
.giving {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: calc(100% - 48px);
  max-width: 1480px;
  margin-inline: auto;
  border-radius: 24px;
  background:
    radial-gradient(ellipse at 2% 100%, #6b80524a, transparent 65%), #203b2e;
  box-shadow: 0 22px 50px -35px #173d2b80;
}
.giving::before,
.giving::after {
  content: "";
  position: absolute;
  width: 800px;
  height: 600px;
  border: 1px solid #d4dda014;
  border-radius: 48% 52% 38% 62%;
  transform: rotate(-30deg);
  z-index: -1;
  pointer-events: none;
}
.giving::before {
  left: -220px;
  bottom: -350px;
  box-shadow:
    0 0 0 45px #d4dda006,
    0 0 0 90px #d4dda005,
    0 0 0 135px #d4dda004;
}
.giving::after {
  right: -480px;
  top: -100px;
  box-shadow:
    0 0 0 45px #d4dda006,
    0 0 0 90px #d4dda005;
}
.giving-inner {
  padding-block: 76px;
  gap: 80px;
}
.giving h2 em {
  color: #e7bf89;
}
.giving-heading > p:not(.eyebrow) {
  color: #cad3c6;
  font-size: 15px;
  max-width: 280px;
  margin-top: 24px;
}
.fee-visual {
  max-width: 340px;
  margin-top: 46px;
}
.fee-rail {
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 6px;
  height: 10px;
}
.fee-rail span {
  border-radius: 9px;
  background: #b5c69c;
  box-shadow: inset 0 1px 0 #fffffe3b;
}
.fee-rail span:last-child {
  background: #e7bf89;
}
.fee-labels {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #d3dccb;
  margin-top: 12px;
}
.fee-row {
  grid-template-columns: 145px 1fr;
  gap: 20px;
  border-color: #e4ead529;
}
.big-number {
  font-size: 92px;
  color: #f7f1df;
  font-variant-numeric: lining-nums;
  text-shadow: 0 4px 14px #08201230;
}
.fee-row:nth-child(2) .big-number {
  color: #e7bf89;
}
.app-section {
  gap: 90px;
  padding-block: 115px;
}
.app-screens {
  background: radial-gradient(
    ellipse at 50% 48%,
    #c9d5b6 0%,
    #e9e9d844 55%,
    transparent 72%
  );
  border-radius: 0;
  padding: 40px 30px 70px;
  perspective: 1200px;
  overflow: clip;
  gap: 4px;
}
.app-screens::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 64%;
  top: 16%;
  left: 5%;
  border: 1px solid #9ca98755;
  border-radius: 50%;
  transform: rotate(-28deg);
}
.phone {
  position: relative;
  width: 44%;
  border: 5px solid #354238;
  border-radius: 29px;
  transform: rotate(-8deg) translateY(-12px);
  box-shadow:
    3px 3px 0 #71816c,
    9px 18px 13px #203b2e15,
    18px 34px 35px -12px #203b2e50;
  transition: transform 0.5s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.phone-secondary {
  margin-left: 8px;
  margin-top: 70px;
  transform: rotate(8deg) translateY(8px);
}
.app-screens:hover .phone {
  transform: rotate(-5deg) translateY(-18px);
}
.app-screens:hover .phone-secondary {
  transform: rotate(5deg) translateY(2px);
}
.screen-caption {
  bottom: 7px;
  color: #59634e;
}
.feature-list li {
  padding: 14px 0;
}
.walker-section {
  width: calc(100% - 48px);
  max-width: 1480px;
  margin-inline: auto;
  border-radius: 24px;
  background:
    radial-gradient(ellipse at 90% 5%, #f7e6c9, transparent 70%), #e7c5a6;
  border: 1px solid #dfba9555;
  box-shadow: inset 0 1px 0 #fff8;
}
.walker-inner {
  gap: 80px;
  padding-block: 67px;
}
.walker-inner h2 {
  font-size: clamp(40px, 3.9vw, 57px);
}
.button-light {
  background: #203b2e;
  border-color: #203b2e;
}
.contact-panel {
  border-radius: 12px;
  box-shadow: 0 8px 18px -15px #293d2790;
}
.story {
  padding-block: 90px;
  gap: 80px;
}
.story-copy {
  padding-left: 28px;
  border-left: 1px solid #c6b594;
}
.story-lede {
  position: relative;
}
.story-copy p.signature {
  font-size: 35px;
}
.site-footer {
  background: #e8ecde;
  border-top: 1px solid #d2d8c5;
}
.footer-top .wordmark {
  font-size: 40px;
}
@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * {
    animation: settle-in 0.85s both cubic-bezier(0.2, 0.65, 0.3, 1);
  }
  .hero-copy > :nth-child(2) {
    animation-delay: 0.08s;
  }
  .hero-copy > :nth-child(3) {
    animation-delay: 0.16s;
  }
  .hero-copy > :nth-child(4) {
    animation-delay: 0.22s;
  }
  .hero-copy > :nth-child(5) {
    animation-delay: 0.28s;
  }
  .hero-copy > :nth-child(6) {
    animation-delay: 0.34s;
  }
  .hero-photo img {
    animation: photo-settle 1.5s both cubic-bezier(0.2, 0.65, 0.3, 1);
  }
  @keyframes settle-in {
    from {
      opacity: 0.3;
      transform: translateY(15px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes photo-settle {
    from {
      transform: scale(1.04);
    }
    to {
      transform: scale(1);
    }
  }
}
@media (max-width: 1100px) {
  .hero {
    min-height: 680px;
    padding-inline: 45px;
  }
  .hero h1 {
    font-size: 6.5vw;
  }
  .hero-copy {
    width: 58%;
  }
  .hero-photo {
    width: 68%;
  }
  .hero-description {
    max-width: 290px;
  }
  .hero-photo::after {
    background:
      linear-gradient(
        90deg,
        #203b2e,
        #203b2edb 15%,
        #203b2e55 48%,
        transparent 85%
      ),
      linear-gradient(0deg, #142b20b0, transparent 30%);
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-photo figcaption {
    right: 25px;
    bottom: 26px;
  }
  .giving-inner,
  .walker-inner {
    gap: 45px;
  }
  .giving .wrap,
  .walker-section .wrap {
    width: calc(100% - 70px);
  }
  .big-number {
    font-size: 76px;
  }
  .fee-row {
    grid-template-columns: 120px 1fr;
  }
  .app-section {
    gap: 55px;
  }
  .phone {
    border-radius: 22px;
  }
}
@media (max-width: 760px) {
  .site-header {
    height: 80px;
  }
  .site-header .wordmark {
    font-size: 27px;
  }
  .hero {
    display: block;
    width: calc(100% - 24px);
    min-height: 0;
    padding: 36px 25px 0;
    border-radius: 20px;
  }
  .hero-copy {
    width: 100%;
  }
  .hero h1 {
    font-size: clamp(42px, 10.5vw, 73px);
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 0.12em;
    margin-bottom: 24px;
  }
  .hero-intro {
    font-size: 20px;
    margin-top: 24px;
  }
  .hero-description {
    font-size: 13px;
    max-width: 340px;
  }
  .hero-actions {
    gap: 20px;
    margin-top: 25px;
  }
  .hero .button {
    padding: 13px 16px;
    font-size: 12px;
    gap: 15px;
  }
  .hero .text-link {
    font-size: 12px;
    gap: 12px;
  }
  .hero .hero-footnote {
    font-size: 9px;
    margin-top: 18px;
    max-width: 290px;
  }
  .hero-photo {
    position: relative;
    width: calc(100% + 50px);
    height: 400px;
    margin: -20px -25px 0;
  }
  .hero-photo img {
    height: 100%;
    width: 100%;
    aspect-ratio: auto;
    object-position: center 60%;
  }
  .hero-photo::after {
    background: linear-gradient(
      180deg,
      #203b2e 0%,
      #203b2e30 22%,
      transparent 50%,
      #142b2070 100%
    );
  }
  .hero-photo figcaption {
    bottom: 23px;
    right: 23px;
    font-size: 9px;
  }
  .hero-photo figcaption span:first-child {
    font-size: 19px;
  }
  .hero-light {
    background: radial-gradient(ellipse at 0% 0%, #819a6640, transparent 65%);
  }
  .local-inner {
    padding-block: 24px;
    gap: 11px;
  }
  .local-inner > div {
    gap: 8px 17px;
    font-size: 10px;
  }
  .local-inner > div span:not(:last-child)::after {
    left: 9px;
  }
  .section {
    padding-block: 56px;
  }
  .owners {
    gap: 28px;
  }
  .walk-route {
    width: 230px;
    height: 85px;
    margin-top: 22px;
    margin-bottom: -8px;
  }
  .steps li {
    gap: 16px;
  }
  .step-number {
    flex-basis: 35px;
    height: 35px;
    font-size: 16px;
  }
  .inquiry {
    padding: 23px;
  }
  .giving,
  .walker-section {
    width: calc(100% - 24px);
    border-radius: 20px;
  }
  .giving .wrap,
  .walker-section .wrap {
    width: calc(100% - 46px);
  }
  .giving-inner {
    padding-block: 44px;
    gap: 30px;
  }
  .giving h2 {
    font-size: clamp(36px, 10vw, 50px);
  }
  .giving-heading > p:not(.eyebrow) {
    margin-top: 18px;
    font-size: 14px;
  }
  .fee-visual {
    margin-top: 27px;
  }
  .fee-rail {
    height: 7px;
  }
  .fee-row {
    grid-template-columns: 90px 1fr;
    gap: 15px;
  }
  .big-number {
    font-size: 62px;
  }
  .big-number > span {
    font-size: 25px;
  }
  .fee-row h3 {
    font-size: 17px;
  }
  .fee-row p {
    font-size: 12px;
  }
  .giving-bottom p {
    font-size: 11px;
  }
  .app-section {
    padding-block: 54px 62px;
    gap: 42px;
  }
  .app-screens {
    padding: 28px 22px 46px;
    gap: 4px;
  }
  .phone {
    width: 43%;
    border-width: 4px;
    border-radius: 20px;
  }
  .phone-secondary {
    margin-top: 48px;
  }
  .app-copy h2 {
    font-size: 44px;
  }
  .walker-inner {
    padding-block: 43px;
    gap: 25px;
  }
  .walker-inner h2 {
    font-size: clamp(35px, 9.5vw, 48px);
  }
  .contact-options summary {
    text-align: left;
    gap: 12px;
    padding-inline: 17px;
  }
  .contact-panel {
    padding: 18px;
  }
  .story {
    gap: 27px;
  }
  .story-copy {
    padding-left: 20px;
  }
  .story-lede {
    font-size: 24px;
  }
  .signature > span {
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
  .footer-top .wordmark {
    font-size: 34px;
  }
}
@media (max-width: 360px) {
  .hero {
    padding-inline: 21px;
  }
  .hero-photo {
    width: calc(100% + 42px);
    margin-inline: -21px;
    height: 355px;
  }
  .hero-actions {
    gap: 13px;
  }
  .hero .button {
    padding-inline: 13px;
    gap: 9px;
    font-size: 11px;
  }
  .hero .text-link {
    font-size: 11px;
    gap: 8px;
  }
  .hero .eyebrow {
    font-size: 8px;
  }
  .fee-row {
    grid-template-columns: 75px 1fr;
    gap: 11px;
  }
  .big-number {
    font-size: 52px;
  }
  .big-number > span {
    font-size: 21px;
  }
  .giving .wrap,
  .walker-section .wrap {
    width: calc(100% - 38px);
  }
  .contact-options summary {
    font-size: 12px;
    padding-inline: 14px;
  }
}
