:root {
  --forest: #244C38;
  --forest-soft: #355F47;
  --green: var(--forest);
  --green-2: var(--forest-soft);
  --sage: #6F846C;
  --sage-light: #DDE8D8;
  --pale-sage: #EEF4EA;
  --sage-pale: var(--pale-sage);
  --cream: #F7F4EF;
  --warm: #E8E0D0;
  --warm-tan: var(--warm);
  --gold: #B08A4A;
  --ink: #2C2C28;
  --charcoal: var(--ink);
  --muted: #6B6B5F;
  --line: #E8E0D0;
  --white: #FFFFFF;
  --shadow: 0 14px 34px rgba(44, 44, 40, .08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Avenir, "Avenir Next", "Trebuchet MS", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.48;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 330px 1fr auto;
  align-items: center;
  gap: 28px;
  width: 100%;
  margin: 0;
  padding: 24px max(36px, calc((100vw - 1120px) / 2)) 18px;
  background: rgba(247, 244, 239, .96);
  box-shadow: 0 1px 0 rgba(36, 76, 56, .08);
  backdrop-filter: blur(10px);
  transition: padding .22s ease, box-shadow .22s ease, background .22s ease;
}

.site-header.is-scrolled {
  padding-top: 12px;
  padding-bottom: 10px;
  background: rgba(247, 244, 239, .98);
  box-shadow: 0 7px 22px rgba(36, 76, 56, .1);
}

.brand {
  display: flex;
  align-items: center;
  color: var(--green);
}

.brand img {
  width: 250px;
  max-width: 100%;
  height: auto;
  transition: width .22s ease;
}

.site-header.is-scrolled .brand img {
  width: 210px;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 45px;
  font-size: 13px;
  font-weight: 800;
}

.nav a,
.nav-placeholder {
  border-bottom: 2px solid transparent;
  padding: 8px 0;
  transition: padding .22s ease, color .18s ease, border-color .18s ease;
}

.site-header.is-scrolled .nav a,
.site-header.is-scrolled .nav-placeholder {
  padding: 5px 0;
}

.nav-placeholder {
  cursor: default;
}

.nav .active {
  color: var(--gold);
  border-bottom-color: var(--gold);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 28px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  transition: min-height .22s ease, padding .22s ease, box-shadow .22s ease;
}

.site-header.is-scrolled > .button {
  min-height: 38px;
  padding: 0 22px;
}

.button-dark {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 7px 18px rgba(36, 76, 56, .14);
}

.button-light,
.button-outline {
  border: 1.5px solid var(--green);
  color: var(--green);
  background: rgba(255, 255, 255, .7);
}

.button-cream {
  background: var(--cream);
  color: var(--green);
}

.hero {
  display: grid;
  grid-template-columns: minmax(360px, 43%) 1fr;
  align-items: center;
  min-height: 435px;
  background:
    linear-gradient(90deg, rgba(247, 244, 239, .98) 0%, rgba(247, 244, 239, .94) 36%, rgba(247, 244, 239, .62) 52%, rgba(247, 244, 239, .08) 72%),
    url("assets/hero-desk-wide.png") right center / auto 100% no-repeat;
}

.hero-copy {
  width: min(560px, calc(100vw - 72px));
  margin-left: max(36px, calc((100vw - 1120px) / 2));
  padding: 44px 0 58px;
}

.hero h1 {
  margin: 0 0 24px;
  max-width: 540px;
  color: var(--green);
  font-size: clamp(38px, 4.7vw, 56px);
  font-weight: 800;
  line-height: .99;
}

.hero p {
  max-width: 540px;
  margin: 0 0 28px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.hero-image {
  min-height: 430px;
}

.section {
  padding: 54px max(36px, calc((100vw - 1120px) / 2));
  scroll-margin-top: 92px;
}

.hero {
  scroll-margin-top: 92px;
}

.section h2 {
  margin: 0 0 20px;
  color: var(--green);
  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}

.support-strip {
  background: var(--white);
}

.ease-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.ease-card {
  position: relative;
  min-height: 210px;
  padding: 72px 25px 25px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  text-align: center;
}

.ease-card::before,
.ease-card::after {
  position: absolute;
  top: -1px;
  width: 58px;
  height: 1px;
  background: var(--white);
  content: "";
}

.ease-card::before { left: 56px; }
.ease-card::after { right: 56px; }

.ease-card h3,
.service-card h3,
.not-sure h3,
.why h3,
.steps h3 {
  margin: 0;
  color: var(--green);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.ease-card p,
.service-card p,
.not-sure p,
.why p,
.steps p,
.text-block p,
.section-copy,
.section-kicker,
.audience-item p {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  font-weight: 650;
}

.ease-card p {
  margin-top: 18px;
}

.icon,
.mini-icon,
.large-icon,
.chat-icon,
.footer-icon {
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.icon {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 64px;
  height: 64px;
  transform: translateX(-50%);
}

.circle-green,
.mini-icon:nth-child(n) {
  background: var(--sage-light);
}

.circle-sage { background: var(--sage-light); }
.circle-cream { background: var(--warm); }
.circle-gold { background: var(--gold); }

.icon::before,
.mini-icon::before,
.large-icon::before,
.chat-icon::before,
.footer-icon::before {
  width: 32px;
  height: 32px;
  background: var(--icon) center / contain no-repeat;
  content: "";
}

.calendar-icon { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' stroke='%23244C38' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='7' width='22' height='20' rx='2'/%3E%3Cpath d='M10 4v6M22 4v6M5 13h22M11 18h3M18 18h3M11 23h3M18 23h3'/%3E%3C/svg%3E"); }
.mail-icon { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' stroke='%23244C38' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='8' width='24' height='17' rx='2'/%3E%3Cpath d='m5 10 11 8 11-8'/%3E%3C/svg%3E"); }
.checklist-icon { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' stroke='%23244C38' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 9h12M14 16h12M14 23h12M6 8.5l2 2 4-5M6 16l2 2 4-5M6 23.5l2 2 4-5'/%3E%3C/svg%3E"); }
.person-icon { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' stroke='%23244C38' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='16' cy='10' r='4'/%3E%3Cpath d='M8 26c1.5-5 14.5-5 16 0'/%3E%3C/svg%3E"); }
.group-icon { --icon: none; }

.audience-item:first-child .group-icon {
  background: var(--forest);
}

.group-icon::before {
  display: block;
  width: 37px;
  height: 37px;
  background: url("assets/service-provider-people-icon-v2-display.png") center / contain no-repeat;
  filter: brightness(0) saturate(100%) invert(92%) sepia(15%) saturate(337%) hue-rotate(358deg) brightness(97%) contrast(90%);
}
.briefcase-icon { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' stroke='%23244C38' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='10' width='22' height='16' rx='2'/%3E%3Cpath d='M12 10V7h8v3M5 16h22M14 16v3h4v-3'/%3E%3C/svg%3E"); }
.heart-icon { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' stroke='%23244C38' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 27S5 20 5 11.5C5 7 10.5 5 16 11c5.5-6 11-4 11 1 0 8-11 15-11 15Z'/%3E%3C/svg%3E"); }
.growth-icon { --icon: url("assets/growth-arrows-icon.png"); }

.growth-icon::before {
  width: 34px;
  height: 34px;
}
.laptop-icon { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' stroke='%23244C38' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='7' y='7' width='18' height='13' rx='2'/%3E%3Cpath d='M4 25h24l-3-5H7l-3 5Z'/%3E%3C/svg%3E"); }
.checkmark-icon { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' stroke='%23244C38' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m7 16 6 6L25 9'/%3E%3C/svg%3E"); }
.gear-icon { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' stroke='%23244C38' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='16' cy='16' r='4'/%3E%3Cpath d='M16 3v4M16 25v4M3 16h4M25 16h4M6.8 6.8l2.8 2.8M22.4 22.4l2.8 2.8M25.2 6.8l-2.8 2.8M9.6 22.4l-2.8 2.8'/%3E%3C/svg%3E"); }
.sprout-icon { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' stroke='%23B08A4A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 27V10M16 16c-6 0-9-4-9-9 6 0 9 4 9 9ZM16 19c6 0 9-4 9-9-6 0-9 4-9 9Z'/%3E%3C/svg%3E"); }
.balance-icon { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' stroke='%23B08A4A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 5v22M9 8h14M10 8 5 18h10L10 8ZM22 8l-5 10h10L22 8ZM7 23h18M12 27h8'/%3E%3C/svg%3E"); }
.puzzle-icon { --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' stroke='%23244C38' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4h6a3 3 0 1 0 4 0h6v8a3 3 0 1 1 0 6v8h-8a3 3 0 1 0-6 0H6v-7a3 3 0 1 1 0-6V4h6Z'/%3E%3C/svg%3E"); }

.familiar,
.founder {
  display: grid;
  grid-template-columns: 365px 1fr;
  gap: 58px;
  align-items: center;
  background: linear-gradient(90deg, var(--sage-pale), var(--cream));
}

.image-frame,
.founder-photo {
  overflow: hidden;
  border-radius: 8px;
}

.image-frame img {
  aspect-ratio: 1 / .93;
  object-fit: cover;
}

.text-block h2 {
  margin-bottom: 18px;
  text-align: left;
}

.text-block p + p {
  margin-top: 14px;
}

.credibility-line {
  color: var(--gold) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
}

.accent,
.gold-line {
  color: var(--gold) !important;
  font-weight: 800 !important;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
}

.check-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--green-2);
  content: "";
}

.check-list li::after {
  position: absolute;
  top: 4px;
  left: 5px;
  width: 6px;
  height: 3px;
  border-left: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  content: "";
  transform: rotate(-45deg);
}

.who {
  background: var(--cream);
  text-align: center;
}

.who h2 {
  margin-bottom: 4px;
}

.section-kicker {
  margin-bottom: 9px;
  font-weight: 800;
}

.section-copy {
  max-width: 880px;
  margin: 0 auto;
}

.section-copy-extra {
  margin-top: 18px;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 36px;
}

.audience-item {
  display: grid;
  justify-items: center;
  gap: 14px;
  min-height: 132px;
  padding: 0 21px;
  border-right: 1px solid var(--line);
}

.audience-item:last-child {
  border-right: 0;
}

.mini-icon {
  width: 56px;
  height: 56px;
  background: var(--sage-light);
}

.audience-item:nth-child(3) .mini-icon {
  background: var(--warm);
}

.audience-item:nth-child(5) .mini-icon {
  background: var(--sage);
}

.audience-item:nth-child(5) .person-icon {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' stroke='%23E8E0D0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='16' cy='10' r='4'/%3E%3Cpath d='M8 26c1.5-5 14.5-5 16 0'/%3E%3C/svg%3E");
}

.audience-item:nth-child(4) .mini-icon {
  background: var(--gold);
}

.services {
  background: var(--white);
  padding-top: 24px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  min-height: 320px;
  padding: 30px 33px 24px;
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(36, 76, 56, .04);
  border: 1px solid rgba(36, 76, 56, .06);
}

.service-card:nth-child(1) {
  background: linear-gradient(135deg, var(--pale-sage), var(--cream));
}

.service-card:nth-child(2) {
  background: linear-gradient(135deg, rgba(111, 132, 108, .38) 0%, var(--sage-light) 54%, var(--cream) 100%);
  border: 1px solid rgba(111, 132, 108, .42);
  box-shadow: 0 14px 30px rgba(36, 76, 56, .09);
}

.service-card:nth-child(3),
.service-card.warm {
  background: linear-gradient(135deg, rgba(176, 138, 74, .22) 0%, var(--warm) 38%, var(--cream) 100%);
}

.service-head {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 16px;
}

.service-card p {
  margin-bottom: 12px;
}

.compact {
  gap: 5px;
  margin-top: 8px;
}

.compact li {
  font-size: 13px;
}

.service-card a {
  display: inline-block;
  margin-top: 16px;
  border-bottom: 1px solid currentColor;
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

.not-sure-mobile-card {
  display: none;
} 

.not-sure {
  display: grid;
  grid-template-columns: 84px 1fr auto;
  align-items: center;
  gap: 26px;
  margin-top: 20px;
  padding: 24px 36px;
  border-radius: 8px;
  border: 1px solid rgba(36, 76, 56, .14);
  background: var(--warm);
  box-shadow: 0 14px 30px rgba(36, 76, 56, .08);
}

.chat-icon {
  position: relative;
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' fill='none' stroke='%23244C38' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7 18.5C7 12.7 12.4 8 19 8s12 4.7 12 10.5S25.6 29 19 29c-1.8 0-3.6-.4-5.1-1.1L7.5 30l1.7-5C7.8 23.2 7 21 7 18.5Z'/%3E%3Cpath d='M14 18.5h10M14 22h6'/%3E%3C/svg%3E");
  width: 72px;
  height: 72px;
  border: 2px solid rgba(36, 76, 56, .22);
  background: var(--cream);
}

.chat-icon::before {
  width: 38px;
  height: 38px;
  background: var(--icon) center / contain no-repeat;
  content: "";
}

.why {
  background: var(--cream);
  text-align: center;
}

.why .gold-line {
  margin: -8px 0 14px;
  font-size: 22px;
  font-weight: 800;
}

.why .why-copy {
  width: min(1120px, 100%);
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 36px;
  text-align: left;
}

.why-grid article {
  display: grid;
  grid-template-columns: 76px 1fr;
  column-gap: 18px;
  align-items: start;
  padding-right: 24px;
  border-right: 1px solid var(--line);
}

.why-grid article:last-child {
  border-right: 0;
}

.large-icon {
  grid-row: span 2;
  width: 68px;
  height: 68px;
  background: var(--sage-light);
}

.why-grid article:nth-child(2) .large-icon { background: var(--sage-light); }
.why-grid article:nth-child(3) .large-icon { background: var(--warm); }

.founder {
  grid-template-columns: 285px 1fr;
  align-items: start;
  padding-top: 28px;
  padding-bottom: 28px;
}

.founder-photo {
  height: 356px;
}

.founder-photo img {
  height: 100%;
  object-fit: cover;
  object-position: center 12%;
}

.founder .button {
  margin-top: 18px;
}

.process {
  padding-top: 24px;
  padding-bottom: 38px;
  background: var(--cream);
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 16px;
  text-align: center;
}

.steps::before {
  position: absolute;
  top: 27px;
  left: 9%;
  right: 9%;
  height: 1px;
  border-top: 1px dashed var(--sage);
  content: "";
}

.steps article {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
}

.steps span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: var(--sage);
  color: var(--white);
  font-size: 20px;
  font-weight: 800;
}

.steps h3 {
  margin-bottom: 8px;
}

.steps p {
  max-width: 210px;
}

.footer-cta {
  display: grid;
  grid-template-columns: 78px 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 30px max(48px, calc((100vw - 1120px) / 2));
  background: radial-gradient(circle at 12% 100%, rgba(176, 138, 74, .25), transparent 28%), linear-gradient(90deg, var(--forest), var(--forest-soft));
  color: var(--white);
}

.footer-cta h2 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: 24px;
  line-height: 1.15;
}

.footer-cta p {
  max-width: 760px;
  margin: 0;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
}

.footer-icon {
  width: 76px;
  height: 76px;
  border: 2px solid rgba(232, 224, 208, .35);
  background: var(--cream);
}

.about-page {
  background: var(--cream);
}

.about-intro {
  padding: 54px max(36px, calc((100vw - 1120px) / 2)) 64px;
}

.about-intro h1 {
  max-width: 1120px;
  margin: 0 0 34px;
  color: var(--forest);
  font-size: clamp(36px, 4.2vw, 54px);
  font-weight: 800;
  line-height: 1.05;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 1fr);
  gap: 48px;
  align-items: center;
}

.about-grid + .about-grid {
  margin-top: 48px;
}

.about-grid-bottom {
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
  gap: 56px;
  align-items: center;
}

.about-copy {
  max-width: 560px;
}

.about-kicker {
  margin: 0 0 12px;
  color: #B08A4A;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.about-copy .about-kicker {
  margin-bottom: 18px;
  color: var(--gold);
}

.about-copy h2 {
  margin: 0 0 20px;
  color: var(--forest);
  font-size: clamp(26px, 2.8vw, 34px);
  font-weight: 800;
  line-height: 1.16;
}

.about-grid-top .about-copy h2 {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.35;
}

.about-copy p {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 650;
}

.about-copy p + p {
  margin-top: 16px;
}

.about-image {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(44, 44, 40, .12);
}

.about-image img {
  height: 100%;
  object-fit: cover;
}

.about-image-headshot {
  height: 330px;
}

.about-image-headshot img {
  object-position: center 39%;
}

.about-image-broll {
  height: 480px;
}

.about-image-broll img {
  object-position: center center;
}

.section-mark {
  display: block;
  width: 28px;
  height: 2px;
  margin-bottom: 20px;
  background: var(--gold);
}

.about-calm {
  padding: 0 max(36px, calc((100vw - 1200px) / 2)) 70px;
  background: var(--cream);
}

.about-reason {
  display: grid;
  justify-items: center;
  max-width: 100%;
  padding: 42px 54px 44px;
  border: 1px solid rgba(36, 76, 56, .06);
  border-radius: 12px;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 14px 34px rgba(44, 44, 40, .05);
  text-align: center;
}

.about-reason-icon {
  width: 66px;
  height: 66px;
  margin-bottom: 18px;
  border: 1px solid var(--gold);
  background: var(--cream);
}

.about-reason-icon::before {
  width: 34px;
  height: 34px;
}

.about-reason h2,
.about-section-title {
  margin: 0;
  color: var(--forest);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
}

.about-reason-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  gap: 42px;
  width: min(980px, 100%);
  margin-top: 30px;
  text-align: left;
}

.about-reason-divider {
  display: block;
  width: 1px;
  min-height: 100%;
  background: rgba(36, 76, 56, .45);
}

.about-reason-columns p {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.58;
}

.about-reason-columns p + p {
  margin-top: 24px;
}

.about-section-title {
  margin-top: 30px;
  margin-bottom: 22px;
}

.calm-feature {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .85fr);
  gap: 72px;
  align-items: start;
  margin-top: 30px;
  margin-bottom: 42px;
}

.calm-feature .about-section-title {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 30px;
  text-align: left;
}

.about-section-copy {
  max-width: 100%;
  margin: 0;
  color: var(--ink);
  text-align: left;
}

.about-section-copy p {
  margin: 0;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.58;
}

.about-section-copy p + p {
  margin-top: 18px;
}

.about-section-copy strong {
  color: var(--forest);
  font-weight: 800;
}

.calm-callout-panel {
  display: grid;
  gap: 34px;
  padding: 46px 56px;
  border-radius: 12px;
  background: var(--sage-light);
  box-shadow: 0 14px 34px rgba(44, 44, 40, .06);
}

.calm-callout {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 34px;
  align-items: center;
}

.calm-callout-icon {
  display: grid;
  place-items: center;
  width: 108px;
  height: 108px;
  border: 1px solid rgba(36, 76, 56, .18);
  border-radius: 50%;
  background: rgba(247, 244, 239, .72);
}

.calm-callout-icon::before {
  width: 50px;
  height: 50px;
  background: var(--icon) center / contain no-repeat;
  content: "";
}

.calm-callout p {
  position: relative;
  margin: 0;
  color: var(--forest);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 300;
  line-height: 1.18;
}

.calm-callout p span {
  position: absolute;
  top: -18px;
  left: -42px;
  color: var(--gold);
  font-size: 70px;
  font-weight: 800;
  line-height: 1;
}

.calm-callout-divider {
  width: 56%;
  height: 2px;
  margin: 0 auto;
  background: var(--gold);
}

.calm-card-grid,
.work-best-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.calm-card,
.work-best-card {
  display: grid;
  justify-items: center;
  align-content: start;
  min-height: 185px;
  padding: 28px 28px 24px;
  border: 1px solid rgba(36, 76, 56, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .66);
  box-shadow: 0 8px 24px rgba(44, 44, 40, .04);
  text-align: center;
}

.calm-card h3,
.work-best-card h3 {
  margin: 16px 0 10px;
  color: var(--forest);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.18;
}

.calm-card p,
.work-best-card p {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.48;
}

.calm-card:nth-child(3) .mini-icon,
.work-best-card:nth-child(2) .mini-icon,
.work-best-card:nth-child(4) .mini-icon {
  background: var(--warm);
}

.experience-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 64px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 42px 44px;
  border: 1px solid rgba(176, 138, 74, .26);
  border-radius: 14px;
  background: rgba(255, 255, 255, .34);
}

.experience-list::before {
  position: absolute;
  top: 38px;
  bottom: 38px;
  left: 50%;
  width: 1px;
  background: rgba(232, 224, 208, .95);
  content: "";
}

.experience-item {
  position: relative;
  min-height: 0;
  padding: 0 8px 0 54px;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.42;
}

.experience-item:nth-child(n + 3) {
  margin-top: 30px;
}

.experience-item::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: transparent;
  content: "";
}

.experience-item::after {
  position: absolute;
  top: 12px;
  left: 9px;
  width: 9px;
  height: 5px;
  border-left: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  content: "";
  transform: rotate(-45deg);
}

.work-best-grid {
  grid-template-columns: repeat(5, 1fr);
}

.work-best-card {
  min-height: 205px;
  padding: 24px 22px;
}

.work-best-card h3 {
  font-size: 20px;
}

.work-best-card .group-icon::before {
  filter: brightness(0) saturate(100%) invert(23%) sepia(19%) saturate(970%) hue-rotate(95deg) brightness(91%) contrast(88%);
}

.work-best-title {
  margin-top: 54px;
  margin-bottom: 26px;
}

.work-best-feature {
  display: grid;
  grid-template-columns: minmax(0, .95fr) 1px minmax(0, 1fr);
  gap: 44px;
  align-items: start;
  max-width: 1180px;
  margin: 0 auto;
}

.work-best-intro p {
  margin: 0 0 26px;
  color: var(--ink);
  font-size: 18px;
  font-weight: 650;
  line-height: 1.55;
}

.work-best-photo {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(44, 44, 40, .08);
}

.work-best-photo img {
  display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center center;
}

.work-best-divider {
  width: 1px;
  min-height: 100%;
  background: rgba(232, 224, 208, .95);
}

.work-best-fit h3 {
  margin: 0 0 18px;
  color: var(--forest);
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
}

.fit-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fit-list li {
  position: relative;
  min-height: 42px;
  padding: 9px 0 9px 42px;
  border-bottom: 1px solid rgba(232, 224, 208, .9);
  color: var(--ink);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.24;
}

.fit-list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}

.fit-list li::after {
  position: absolute;
  top: 50%;
  left: 7px;
  width: 7px;
  height: 4px;
  border-left: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
  content: "";
  transform: translateY(-50%) rotate(-45deg);
}


/* Contact page hero */
.contact-page {
  background: var(--cream);
}

.contact-page .contact-hero {
  background:
   linear-gradient(90deg, rgba(247, 244, 239, .99) 0%, rgba(247, 244, 239, .96) 34%, rgba(247, 244, 239, .78) 48%, rgba(247, 244, 239, .38) 62%, rgba(247, 244, 239, .08) 78%),
    url("assets/contact-hero-desk-lndscp.png") center center / cover no-repeat;
}

.contact-page .contact-hero .about-kicker {
  color: var(--gold);
}

.contact-page .hero-actions {
  display: block;
  max-width: 430px;
  margin-top: 6px;
}

.contact-page .hero-actions h2 {
  margin: 0 0 8px;
  color: var(--forest);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.contact-page .hero-actions p {
  margin: 0 0 20px;
}

/* Contact form section */
.contact-section {
  padding: 46px max(36px, calc((100vw - 1120px) / 2)) 70px;
  background: var(--cream);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(420px, 1.15fr);
  gap: 38px;
  align-items: stretch;
}

.contact-info-card,
.contact-form-card,
.contact-next-card {
  border: 1px solid rgba(36, 76, 56, .1);
  border-radius: 10px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 14px 34px rgba(44, 44, 40, .05);
}

.contact-info-card {
  display: grid;
  align-content: start;
  gap: 34px;
  padding: 44px 40px;
  background: linear-gradient(135deg, rgba(221, 232, 216, .56), rgba(247, 244, 239, .9));
}

.contact-info-card h2,
.contact-form-card h2 {
  margin: 0;
  color: var(--forest);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.contact-info-item {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 22px;
  align-items: center;
}

.contact-info-icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 10px 24px rgba(44, 44, 40, .06);
}

.contact-info-icon::before {
  width: 34px;
  height: 34px;
  background: var(--icon) center / contain no-repeat;
  content: "";
}

.location-icon {
  --icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none' stroke='%23244C38' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 30s10-8.4 10-17A10 10 0 0 0 7 13c0 8.6 10 17 10 17Z'/%3E%3Ccircle cx='17' cy='13' r='3.5'/%3E%3C/svg%3E");
}

.contact-info-item h3 {
  margin: 0 0 5px;
  color: var(--forest);
  font-size: 18px;
  font-weight: 800;
}

.contact-info-item p {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
}

.contact-info-item a {
  color: var(--ink);
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.contact-info-item a:hover {
  color: var(--gold);
}

.contact-info-button {
  justify-self: start;
  margin-top: 10px;
}

.contact-form-card {
  padding: 40px 42px;
}

.contact-form {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.contact-form label {
  color: var(--forest);
  font-size: 15px;
  font-weight: 800;
}

.contact-form label span {
  color: var(--gold);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(36, 76, 56, .16);
  border-radius: 7px;
  background: rgba(247, 244, 239, .7);
  color: var(--ink);
  font: inherit;
  font-weight: 400;
}

.contact-form select {
  appearance: auto;
}

.contact-form textarea {
  min-height: 112px;
  padding-top: 15px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(44, 44, 40, .48);
  font-weight: 400;
}

.contact-form select {
  appearance: auto;
  font-weight: 400;
}

.contact-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
  margin-top: 4px;
}

.contact-safe-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
  text-align: center;
}

.contact-next-card {
  margin-top: 34px;
}

.contact-call-note {
  max-width: 360px;
  margin-top: 4px;
  padding-top: 22px;
  border-top: 1px solid rgba(176, 138, 74, .35);
}

.contact-call-note h3 {
  margin: 0 0 8px;
  color: var(--forest);
  font-size: 18px;
  font-weight: 800;
}

.contact-call-note p {
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 550;
  line-height: 1.5;
}

/* What to expect next */
.contact-next-card {
  margin-top: 34px;
  padding: 36px 42px 40px;
  border: 1px solid rgba(36, 76, 56, .08);
  border-radius: 10px;
  background: rgba(255, 255, 255, .58);
  box-shadow: 0 14px 34px rgba(44, 44, 40, .05);
}

.contact-next-card h2 {
  margin: 0 0 30px;
  color: var(--forest);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .06em;
  text-align: center;
  text-transform: uppercase;
}

.next-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.next-step {
  display: grid;
  justify-items: center;
  padding: 0 42px;
  text-align: center;
}

.next-step + .next-step {
  border-left: 1px solid rgba(176, 138, 74, .45);
}

.next-step-icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--sage-light);
}

.next-step-icon::before {
  width: 34px;
  height: 34px;
  background: var(--icon) center / contain no-repeat;
  content: "";
}

.next-step .chat-icon {
  position: static;
  border: 0;
  box-shadow: none;
}

.next-step h3 {
  margin: 0 0 10px;
  color: var(--forest);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.next-step p {
  max-width: 260px;
  margin: 0;
  color: var(--ink);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: flex-start;
    gap: 26px;
  }

  .hero {
    grid-template-columns: 1fr;
    background-position: center top;
    background-size: auto 430px;
  }

  .hero-copy {
    margin: 0 auto;
    padding-top: 470px;
  }

  .hero-image {
    display: none;
  }

  .ease-grid,
  .service-grid,
  .why-grid {
    grid-template-columns: 1fr 1fr;
  }

  .familiar,
  .founder {
    grid-template-columns: 1fr;
  }

  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 24px;
  }

  .audience-item:nth-child(even) {
    border-right: 0;
  }

  .not-sure,
  .footer-cta {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .about-grid,
  .about-grid-bottom {
    grid-template-columns: 1fr;
  }

  .about-grid-bottom .about-image {
    order: 2;
  }

  .about-grid-bottom .about-copy {
    order: 1;
  }

  .about-calm {
    padding-right: 28px;
    padding-left: 28px;
  }

  .calm-feature {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .calm-callout-panel {
    padding: 34px 36px;
  }

  .calm-card-grid,
  .work-best-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .work-best-feature {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .work-best-divider {
    width: 100%;
    height: 1px;
    min-height: 0;
  }

  .work-best-photo img {
    height: 240px;
  }

  .experience-list {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 32px 30px;
  }

  .experience-list::before {
    display: none;
  }

  .experience-item:nth-child(n + 2) {
    margin-top: 24px;
  }

  .contact-layout {
  grid-template-columns: 1fr;
}
}


@media (max-width: 680px) {

  .contact-page .contact-hero {
    background:
      linear-gradient(180deg, rgba(247, 244, 239, .12) 0%, rgba(247, 244, 239, .9) 44%, rgba(247, 244, 239, 1) 100%),
      url("assets/contact-hero-desk.jpeg") center top / auto 320px no-repeat;
  }

.site-header {
    grid-template-columns: 1fr;
    padding: 18px;
  }

.site-header > .button {
  display: none;
}

  .site-header.is-scrolled {
    padding: 12px 18px;
  }

  .site-header.is-scrolled .brand img {
    width: 210px;
  }

  .nav {
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .hero {
    position: relative;
    min-height: auto;
    grid-template-columns: 1fr;
    background: var(--cream);
  }

  .hero::before {
    display: block;
    width: 100%;
    height: 340px;
    background:
      linear-gradient(180deg, rgba(247, 244, 239, .08) 0%, rgba(247, 244, 239, .42) 62%, rgba(247, 244, 239, 1) 100%),
      url("assets/hero-desk-wide.png") center top / cover no-repeat;
    content: "";
  }

  .contact-page .contact-hero::before {
    background:
      linear-gradient(180deg, rgba(247, 244, 239, .08) 0%, rgba(247, 244, 239, .42) 62%, rgba(247, 244, 239, 1) 100%),
      url("assets/contact-hero-desk-lndscp.png") center top / cover no-repeat;
  }

  .hero-copy {
    width: calc(100vw - 36px);
    margin: -290px auto 0;
    padding: 0 0 44px;
    position: relative;
    z-index: 1;
  }

  .hero-image {
    display: none;
  }

  .hero h1 {
    max-width: 78%;
    margin: 0 0 150px;
    color: var(--green);
    font-size: 34px;
    line-height: 1.04;
    text-align: left;
  }

  .contact-page .contact-hero h1 {
    max-width: 82%;
    margin-bottom: 130px;
  }

  .hero p {
    max-width: 100%;
    margin: 0 0 28px;
    color: var(--ink);
    font-size: 15px;
    line-height: 1.5;
  }

  .hero-actions {
    display: grid;
    gap: 14px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero:not(.contact-hero) h1 {
  max-width: 64%;
  margin-bottom: 80px;
}

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .why-grid,
  .steps {
    grid-template-columns: 1fr;
  }

  /* Mobile swipe cards for Who I Help Best */
  .audience-grid {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-top: 30px;
    padding: 8px 18px 18px;
    margin-left: -18px;
    margin-right: -18px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .audience-grid::-webkit-scrollbar {
    display: none;
  }

  .audience-item {
    flex: 0 0 82%;
    min-width: 260px;
    min-height: 160px;
    padding: 24px 22px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(255, 255, 255, .66);
    scroll-snap-align: center;
  }

  .audience-item,
  .audience-item:nth-child(even) {
    border-right: 1px solid var(--line);
  }

  /* Mobile swipe cards for Choose the Level of Support */
  .service-grid {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-top: 26px;
    padding: 8px 18px 18px;
    margin-left: -18px;
    margin-right: -18px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .service-grid::-webkit-scrollbar {
    display: none;
  }

  .service-card {
    flex: 0 0 86%;
    min-width: 280px;
    min-height: auto;
    scroll-snap-align: center;
  }

  .not-sure {
    display: none;
  }

  .service-grid .not-sure-mobile-card {
    display: block;
    flex: 0 0 86%;
    min-width: 280px;
    min-height: auto;
    scroll-snap-align: center;
    background: var(--warm);
    border: 1px solid rgba(36, 76, 56, .14);
    box-shadow: 0 14px 30px rgba(36, 76, 56, .08);
  }

  .not-sure-mobile-card .button {
    margin-top: 18px;
  }

  .not-sure-mobile-card .chat-icon {
    position: static;
    width: 56px;
    height: 56px;
    border: 0;
    background: var(--sage-light);
  }

  .ease-grid {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    margin-top: 26px;
    padding: 8px 18px 18px;
    margin-left: -18px;
    margin-right: -18px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .ease-grid::-webkit-scrollbar {
    display: none;
  }

  .ease-card {
    flex: 0 0 82%;
    min-width: 260px;
    min-height: 230px;
    scroll-snap-align: center;
  }
  
  .why-grid article {
    border-right: 0;
  }

  .why-grid article {
    grid-template-columns: 68px 1fr;
  }

  .steps::before {
    display: none;
  }

  .footer-cta {
    padding: 28px 18px;
  }

  .about-intro {
    padding: 40px 18px;
  }

  .about-intro h1 {
    margin-bottom: 28px;
    font-size: 34px;
  }

  .about-grid {
    gap: 28px;
  }

  .about-grid + .about-grid {
    margin-top: 40px;
  }

  .about-image-headshot,
  .about-image-broll {
    height: 270px;
  }

  .about-calm {
    padding: 0 18px 42px;
  }

  .about-reason {
    padding: 28px 22px;
  }

  .about-reason-columns {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 22px;
  }

  .about-reason-divider {
    width: 100%;
    height: 1px;
    min-height: 0;
  }

  .about-reason-columns p {
    font-size: 15px;
  }

  .about-section-copy {
    margin-bottom: 22px;
    text-align: left;
  }

  .about-section-copy p {
    font-size: 15px;
  }

  .calm-feature {
    margin-top: 24px;
    margin-bottom: 34px;
  }

  .calm-callout-panel {
    gap: 24px;
    padding: 28px 22px;
  }

  .calm-callout {
    grid-template-columns: 76px 1fr;
    gap: 22px;
  }

  .calm-callout-icon {
    width: 76px;
    height: 76px;
  }

  .calm-callout-icon::before {
    width: 38px;
    height: 38px;
  }

  .calm-callout p {
    font-size: 25px;
  }

  .calm-callout p span {
    top: -10px;
    left: -26px;
    font-size: 46px;
  }

  .calm-callout-divider {
    width: 72%;
  }

  .calm-card-grid,
  .work-best-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .calm-card,
  .work-best-card {
    min-height: 0;
    padding: 24px 20px;
  }

  .work-best-title {
    margin-top: 38px;
  }

  .work-best-intro p,
  .fit-list li {
    font-size: 15px;
  }

  .work-best-photo img {
    height: 210px;
  }

  .experience-item {
    padding-right: 18px;
    font-size: 15px;
  }

  .experience-list {
    padding: 28px 20px;
  }

  .button {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
  .contact-section {
  padding: 34px 18px 48px;
}

.contact-info-card,
.contact-form-card {
  padding: 30px 22px;
}

.contact-info-item {
  grid-template-columns: 58px 1fr;
  gap: 16px;
}

.contact-info-icon {
  width: 58px;
  height: 58px;
}

.contact-info-icon::before {
  width: 28px;
  height: 28px;
}

.contact-next-card {
  padding: 30px 0 30px;
  overflow: hidden;
}

.contact-next-card h2 {
  padding: 0 22px;
}

.next-steps-grid {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 22px 10px;
  -webkit-overflow-scrolling: touch;
}

.next-step {
  flex: 0 0 82%;
  min-width: 260px;
  padding: 26px 22px;
  border: 1px solid rgba(176, 138, 74, .28);
  border-radius: 10px;
  background: rgba(255, 255, 255, .62);
  scroll-snap-align: center;
}

.next-step + .next-step {
  border-left: 1px solid rgba(176, 138, 74, .28);
  border-top: 0;
}

.next-step-icon {
  margin-bottom: 18px;
}
}

@media (max-width: 980px) and (orientation: landscape) and (max-height: 500px) {
  .site-header > .button {
    display: none;
  }

  .hero {
     min-height: auto;
  background:
    linear-gradient(90deg, rgba(247, 244, 239, .98) 0%, rgba(247, 244, 239, .9) 42%, rgba(247, 244, 239, .4) 66%, rgba(247, 244, 239, .06) 100%),
    url("assets/hero-desk-wide.png") right center / cover no-repeat;
  }

  .hero-copy {
    width: min(520px, calc(100vw - 64px));
    margin-left: 32px;
    padding: 52px 0 56px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .hero p {
    font-size: 15px;
  }

  .hero-actions {
    display: flex;
    gap: 14px;
  }
}
