.hero {
  position:relative;
  overflow:hidden;
  background:var(--paper)
}
.hero-grid {
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(370px,.9fr);
  gap:42px;
  align-items:center;
  min-height:690px;
  padding-block:84px 67px
}
.hero-copy {
  position:relative;
  z-index:1
}
.hero h1 {
  max-width:750px;
  margin:0 0 30px;
  font-size:clamp(3.5rem,5.8vw,6.2rem)
}
.hero h1 em {
  font-style:normal;
  color:var(--green)
}
.hero-lead {
  max-width:590px;
  margin:0 0 34px;
  color:#41483f;
  font-size:clamp(1.07rem,1.5vw,1.25rem);
  line-height:1.65
}
.hero-actions {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:24px
}
.button-primary {
  background:var(--green);
  color:#fff
}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:9px 0;
  border-bottom:1px solid currentColor;
  color:var(--green);
  font-weight:700;
  line-height:1.25;
  transition:gap .2s
}
.text-link:hover {
  gap:16px
}
.hero-visual {
  position:relative;
  isolation:isolate;
  min-height:500px;
  aspect-ratio:1;
  max-width:540px;
  width:100%;
  justify-self:center;
  border-radius:50%;
  background:radial-gradient(circle at 56% 45%,#dde7d9 0 28%,#e9eee6 28.5% 49%,#f1ede4 49.5% 68%,transparent 68.5%)
}
.orbit {
  position:absolute;
  inset:6%;
  border:1px solid #9fac9b;
  border-radius:50%
}
.orbit-two {
  inset:19%;
  border-color:#b0bdb0
}
.orbit-three {
  inset:33%;
  border-color:#c5d1c3
}
.hero-visual:before,.hero-visual:after {
  content:"";
  position:absolute;
  z-index:-1;
  inset:50% auto auto 0;
  width:100%;
  height:1px;
  background:#b9c7b7;
  transform:rotate(-31deg)
}
.hero-visual:after {
  transform:rotate(56deg)
}
.visual-core {
  position:absolute;
  inset:32%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--green);
  box-shadow:0 24px 55px #08280830;
  color:white;
  text-align:center;
  font-family:var(--heading);
  font-size:clamp(1.25rem,2vw,2rem);
  letter-spacing:-.04em;
  line-height:1.1
}
.core-arrow {
  display:block;
  width:30px;
  height:30px;
  margin-top:14px;
  color:#c8e2c0
}
.core-arrow svg {
  display:block;
  width:100%;
  height:100%
}
.visual-label {
  position:absolute;
  padding:12px 16px;
  border:1px solid #bdc9b9;
  border-radius:100px;
  background:#fff;
  color:var(--green);
  font-size:.74rem;
  font-weight:700;
  letter-spacing:.13em;
  box-shadow:0 12px 30px #08280812
}
.label-top {
  top:6%;
  right:5%
}
.label-left {
  top:51%;
  left:-5%
}
.label-bottom {
  bottom:9%;
  right:3%
}
.visual-corner {
  position:absolute;
  color:var(--red);
  font-family:Arial,sans-serif;
  font-size:2rem;
  font-weight:200
}
.corner-one {
  top:14%;
  left:12%
}
.corner-two {
  bottom:19%;
  left:14%
}
.hero-bottom {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding-block:19px;
  border-top:1px solid #d9dfd3;
  color:#546050;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.02em
}
.hero-bottom .scroll-cue {
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:.66rem;
  letter-spacing:.14em;
  white-space:nowrap
}
.scroll-cue svg {
  width:16px;
  height:16px
}
.section {
  padding-block:110px
}
.section-head {
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(220px,.7fr);
  column-gap:80px;
  align-items:end;
  margin-bottom:46px
}
.section-head .eyebrow {
  grid-column:1/-1;
  margin-bottom:18px
}
.section-head h2 {
  max-width:800px;
  margin:0;
  font-size:clamp(2.55rem,4.4vw,4.65rem)
}
.section-head>p:last-child {
  max-width:350px;
  margin:0 0 5px;
  color:var(--muted);
  font-size:1.08rem
}
.situations {
  background:#fff
}
.situation-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid var(--line)
}
.situation-card {
  min-height:320px;
  padding:30px 25px 26px;
  background:#fff;
  border-right:1px solid var(--line);
  transition:background .25s
}
.situation-card:last-child {
  border-right:0
}
.situation-card:hover {
  background:#f4f7f1
}
.card-symbol {
  display:grid;
  place-items:center;
  width:45px;
  height:45px;
  margin-bottom:52px;
  border:1px solid #c4d0c0;
  border-radius:50%;
  color:var(--green);
  font-family:Arial,sans-serif;
  font-size:1.35rem
}
.situation-card h3 {
  margin-bottom:13px;
  font-size:clamp(1.35rem,1.6vw,1.72rem)
}
.situation-card p {
  margin:0;
  color:var(--muted);
  font-size:.92rem
}
.approach {
  background:var(--green);
  color:#fff
}
.approach-grid {
  display:grid;
  grid-template-columns:1fr .85fr;
  gap:10%
}
.approach h2 {
  margin-bottom:26px;
  font-size:clamp(2.7rem,4.4vw,4.8rem)
}
.approach h2 span {
  color:#b6d1aa
}
.approach-intro>p:not(.eyebrow) {
  max-width:570px;
  margin-bottom:25px;
  color:#dce8db;
  font-size:1.1rem
}
.light-link {
  color:#fff
}
.approach-list {
  border-top:1px solid #7e9a7d
}
.approach-list article {
  display:grid;
  grid-template-columns:55px 1fr;
  gap:20px;
  padding:26px 0 27px;
  border-bottom:1px solid #7e9a7d
}
.approach-list h3 {
  margin:0 0 7px;
  font-size:1.53rem
}
.approach-list p {
  max-width:390px;
  margin:0;
  color:#dce8db;
  font-size:.96rem
}
.area-icon {
  display:grid;
  place-items:center;
  align-self:start;
  width:43px;
  height:43px;
  border:1px solid #9db49a;
  border-radius:50%;
  font-family:Arial,sans-serif;
  font-size:1.2rem
}
.pathways {
  background:var(--paper)
}
.path-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px
}
.path-card {
  position:relative;
  min-height:310px;
  padding:36px 40px 40px;
  overflow:hidden;
  border:1px solid #d7d8ce;
  background:#fff;
  transition:transform .2s,box-shadow .2s
}
.path-card:hover {
  transform:translateY(-3px);
  box-shadow:0 16px 34px #08280812
}
.path-card:nth-child(2) {
  background:#f0e9e5
}
.path-card:nth-child(3) {
  background:#ebf1e9
}
.path-card:nth-child(4) {
  background:#f4ece5
}
.path-card:after {
  content:"";
  position:absolute;
  top:0;
  right:0;
  width:115px;
  height:115px;
  border-radius:0 0 0 100%;
  background:#0828080b
}
.path-tag {
  display:inline-block;
  margin-bottom:35px;
  color:var(--red);
  font-size:.7rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase
}
.path-card h3 {
  max-width:420px;
  margin:0 0 13px;
  color:var(--green);
  font-size:clamp(2.3rem,3.2vw,3.5rem)
}
.path-card p {
  max-width:390px;
  margin:0;
  color:#4e554d
}
.path-arrow {
  position:absolute;
  right:38px;
  bottom:31px;
  color:var(--green);
  font-family:Arial,sans-serif;
  font-size:1.55rem
}
.method {
  background:#fff
}
.method-grid {
  display:grid;
  grid-template-columns:.8fr 1fr;
  gap:12%
}
.method-heading {
  position:sticky;
  top:120px;
  align-self:start
}
.method h2 {
  margin-bottom:22px;
  font-size:clamp(2.7rem,4.5vw,4.7rem)
}
.method-heading>p:last-child {
  max-width:380px;
  color:var(--muted);
  font-size:1.08rem
}
.method-steps {
  margin:0;
  padding:0;
  list-style:none
}
.method-steps li {
  display:grid;
  grid-template-columns:28px 1fr;
  gap:25px;
  position:relative;
  padding-bottom:27px
}
.method-steps li:not(:last-child):before {
  content:"";
  position:absolute;
  top:15px;
  bottom:-1px;
  left:7px;
  width:1px;
  background:#c8d6c7
}
.step-dot {
  position:relative;
  z-index:1;
  width:15px;
  height:15px;
  margin-top:7px;
  border:4px solid var(--green);
  border-radius:50%;
  background:#fff
}
.method-steps li>div {
  padding:0 0 26px;
  border-bottom:1px solid var(--line)
}
.method-steps li:last-child>div {
  border-bottom:0
}
.method-steps h3 {
  margin:0 0 8px;
  color:var(--green);
  font-size:1.8rem
}
.method-steps p {
  max-width:450px;
  margin:0;
  color:var(--muted)
}
.fit {
  background:var(--brown);
  color:#fff
}
.fit-grid {
  display:grid;
  grid-template-columns:1.1fr .8fr;
  gap:12%;
  align-items:center
}
.fit .eyebrow {
  color:#e8c7ae
}
.fit h2 {
  margin:0;
  font-size:clamp(2.7rem,4.2vw,4.6rem)
}
.fit p:not(.eyebrow) {
  max-width:470px;
  color:#f0e4dc;
  font-size:1.1rem
}
.fit p:last-child {
  margin-bottom:0
}
.contact {
  padding-block:120px;
  background:#e9f0e5
}
.contact-grid {
  display:grid;
  grid-template-columns:1fr .75fr;
  gap:10%;
  align-items:start
}
.contact h2 {
  max-width:690px;
  margin-bottom:25px;
  color:var(--green);
  font-size:clamp(2.8rem,4.6vw,5rem)
}
.contact p:last-child {
  max-width:530px;
  color:#4c5b4b;
  font-size:1.1rem
}
.contact-panel {
  background:#fff;
  border:1px solid #d3e0cf;
  padding:20px 30px;
  box-shadow:16px 16px 0 #cbdcc6
}
.contact-panel>a {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:79px;
  border-bottom:1px solid #dce4d9;
  color:var(--green);
  font-family:var(--heading);
  font-size:1.44rem;
  letter-spacing:-.03em;
  transition:padding .2s
}
.contact-panel>a:hover {
  padding-left:8px
}
.contact-panel>a .arrow-icon {
  width:23px;
  height:23px
}
.contact-panel>a:last-of-type {
  border-bottom:0
}
.contact-details {
  display:flex;
  flex-wrap:wrap;
  gap:4px 20px;
  margin-top:15px;
  padding-top:19px;
  border-top:1px solid #dce4d9;
  color:#5a6658;
  font-size:.87rem
}
.footer {
  background:#0b2a08;
  color:#fff
}
.footer-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  min-height:130px
}
.footer img {
  width:170px
}
.footer p {
  margin:0;
  color:#c7d9c3;
  font-size:.9rem
}
.footer a:last-child {
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-size:.85rem;
  font-weight:700
}
.footer .arrow-icon {
  width:17px;
  height:17px
}
@media(max-width:1050px) {
  .hero-grid {
    grid-template-columns:1fr .8fr;
    gap:20px
  }
  .hero-visual {
    min-height:360px
  }
  .situation-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .situation-card:nth-child(2) {
    border-right:0
  }
  .situation-card:nth-child(-n+2) {
    border-bottom:1px solid var(--line)
  }
  .situation-card {
    min-height:270px
  }
  .card-symbol {
    margin-bottom:30px
  }
  .approach-grid,.method-grid,.fit-grid,.contact-grid {
    gap:6%
  }
}
@media(max-width:760px) {
  html {
    scroll-padding-top:68px
  }
  .shell {
    width:min(100% - 36px,1220px)
  }
  .header-inner {
    min-height:68px
  }
  .brand img {
    width:140px
  }
  .desktop-nav,.header-cta {
    display:none
  }
  .menu-toggle {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:6px;
    width:44px;
    height:44px;
    padding:0;
    border:1px solid var(--line);
    background:#fff;
    color:var(--green);
    cursor:pointer
  }
  .menu-toggle span {
    width:19px;
    height:2px;
    background:currentColor;
    transition:transform .2s
  }
  .menu-toggle[aria-expanded=true] span:first-child {
    transform:translateY(4px) rotate(45deg)
  }
  .menu-toggle[aria-expanded=true] span:last-child {
    transform:translateY(-4px) rotate(-45deg)
  }
  .mobile-nav:not([hidden]) {
    display:flex;
    flex-direction:column;
    padding:8px 18px 20px;
    border-top:1px solid var(--line);
    background:#fff
  }
  .mobile-nav a {
    padding:13px 0;
    border-bottom:1px solid var(--line);
    font-weight:700
  }
  .hero-grid {
    grid-template-columns:1fr;
    gap:10px;
    min-height:auto;
    padding-block:66px 45px
  }
  .hero h1 {
    font-size:clamp(3.3rem,9.4vw,5rem)
  }
  .hero-visual {
    width:min(100%,410px);
    min-height:0;
    margin-top:18px
  }
  .hero-bottom .scroll-cue {
    display:none
  }
  .section {
    padding-block:76px
  }
  .section-head {
    grid-template-columns:1fr;
    gap:18px;
    margin-bottom:35px
  }
  .section-head .eyebrow {
    margin-bottom:0
  }
  .section-head>p:last-child {
    max-width:520px
  }
  .approach-grid,.method-grid,.fit-grid,.contact-grid {
    grid-template-columns:1fr;
    gap:37px
  }
  .approach h2,.fit h2,.contact h2 {
    max-width:610px
  }
  .method-heading {
    position:static
  }
  .method-steps li {
    padding-bottom:17px
  }
  .path-card {
    min-height:280px;
    padding:30px
  }
  .path-arrow {
    right:29px;
    bottom:25px
  }
  .contact {
    padding-block:80px
  }
  .footer-inner {
    min-height:115px
  }
  .footer p {
    display:none
  }
}
@media(max-width:560px) {
  .hero-grid {
    padding-top:55px
  }
  .hero h1 {
    font-size:clamp(3rem,11.7vw,4.1rem);
    line-height:1.04
  }
  .hero-lead {
    font-size:1.04rem
  }
  .hero-actions {
    align-items:stretch;
    flex-direction:column;
    gap:14px
  }
  .hero-actions .button {
    justify-content:space-between
  }
  .hero-actions .text-link {
    align-self:flex-start
  }
  .hero-visual {
    width:min(100% - 12px,340px);
    margin-block:12px 4px
  }
  .visual-label {
    padding:9px 10px;
    font-size:.6rem
  }
  .label-left {
    left:-3%
  }
  .section-head h2 {
    font-size:clamp(2.55rem,9.4vw,3.4rem)
  }
  .situation-grid,.path-grid {
    grid-template-columns:1fr
  }
  .situation-card {
    min-height:0;
    padding:25px;
    border-right:0;
    border-bottom:1px solid var(--line)
  }
  .situation-card:last-child {
    border-bottom:0
  }
  .card-symbol {
    margin-bottom:22px
  }
  .situation-card h3 {
    font-size:1.52rem
  }
  .path-card {
    min-height:0;
    padding:28px 28px 53px
  }
  .path-tag {
    margin-bottom:25px
  }
  .path-card h3 {
    font-size:2.55rem
  }
  .approach-list article {
    grid-template-columns:45px 1fr;
    gap:13px
  }
  .approach-list h3 {
    font-size:1.35rem
  }
  .contact-panel {
    padding:8px 20px;
    box-shadow:10px 10px 0 #cbdcc6
  }
  .contact-panel>a {
    min-height:72px;
    font-size:1.22rem
  }
  .contact-details {
    font-size:.8rem
  }
  .footer img {
    width:145px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    animation-duration:.01ms!important;
    transition-duration:.01ms!important
  }
}
.situation-card {
  position:relative;
  overflow:hidden
}
.situation-card:before {
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:4px;
  background:var(--green)
}
.situation-card:nth-child(2):before {
  background:var(--red)
}
.situation-card:nth-child(3):before {
  background:var(--brown)
}
.situation-card:nth-child(4):before {
  background:#668a5d
}
.card-symbol svg,.area-icon svg,.path-icon svg {
  display:block;
  width:27px;
  height:27px
}
.path-card {
  border-radius:18px 3px 18px 3px;
  display:flex;
  flex-direction:column
}
.path-card-top {
  display:flex;
  justify-content:space-between;
  align-items:start;
  gap:16px;
  margin-bottom:32px
}
.path-card-top .path-tag {
  margin:0;
  padding-top:12px
}
.path-icon {
  display:grid;
  place-items:center;
  flex:none;
  width:52px;
  height:52px;
  border:1px solid currentColor;
  border-radius:14px 2px 14px 2px;
  color:var(--green);
  background:#ffffffa8
}
.path-card:nth-child(2) .path-icon {
  color:var(--red)
}
.path-card:nth-child(4) .path-icon {
  color:var(--brown)
}
.path-card h3 {
  max-width:360px
}
.path-card p {
  margin-top:auto;
  padding-top:12px
}
.path-card:after {
  width:140px;
  height:140px;
  border-radius:50%;
  right:-54px;
  top:auto;
  bottom:-78px;
  background:radial-gradient(circle,transparent 45%,#08280822 46%,transparent 47%,transparent 65%,#0828081a 66%,transparent 67%)
}
@media(max-width:560px) {
  .path-card-top {
    margin-bottom:18px
  }
  .path-card h3 {
    max-width:250px
  }
  .path-card p {
    margin-top:0
  }
}
