html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"DM Serif Display", sans-serif;}
.content-copy {
    width: 100%;
    background: #101a13;
    color: #e8efe8;
    border-bottom: 1px solid #2c3b30;
  }
:root {
  --ink-accent: #f3f6f1;
  --tone-base: #1a241c;
  --ease-slow: cubic-bezier(0.16,1,0.3,1);
}
.wide-form {
    max-width: 1140px;
    margin: 0 auto;
    padding: calc(0.78rem * 1.5) 2.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.78rem;
  }
.wide-stack {
    font-size: calc(14.6px * 1.125);
    font-weight: 600;
    letter-spacing: 0.02em;
    color: inherit;
    text-decoration: none;
    line-height: 1.2;
  }
.wide-stack:hover,
  .wide-stack:focus-visible {
    color: #8fbf6a;
  }
.top-panel {
    display: flex;
    align-items: center;
  }
.nav-list {
    display: flex;
    align-items: center;
    gap: 0.78rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
.nav-list a {
    display: inline-block;
    padding: 0.35rem 0.25rem;
    font-size: 14.6px;
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 530ms var(--ease-slow),
                border-color 530ms var(--ease-slow);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #8fbf6a;
    border-bottom-color: #8fbf6a;
  }
.nav-toggle {
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    background: transparent;
    border: 1px solid #2c3b30;
    border-radius: 0.36rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
.nav-toggle-bar{
    display: block;
    width: 1.15rem;
    height: 2px;
    background: #e8efe8;
    border-radius: 2px;
    transition: transform 530ms var(--ease-slow),
                opacity 530ms var(--ease-slow);color:#e8efe8;}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(2) {
    opacity: 0;
  }
.nav-toggle[aria-expanded="true"] .nav-toggle-bar:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
@media (max-width: 767px) {
    .wide-form {
      flex-wrap: wrap;
      padding: calc(0.78rem * 1.5) 2.2rem;
    }

    .nav-toggle {
      display: flex;
    }

    .top-panel {
      display: none;
      width: 100%;
      order: 3;
      margin-top: calc(0.78rem * 1.5);
    }

    .top-panel.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.25rem;
      width: 100%;
    }

    .nav-list li {
      width: 100%;
    }

    .nav-list a {
      display: block;
      width: 100%;
      padding: 0.6rem 0.25rem;
      border-bottom: 1px solid #2c3b30;
    }
  }
.main-area{font-family:"DM Serif Display", sans-serif;font-size:14.6px;line-height:2.03;width:100%;padding:0;background:var(--ink-accent);color:var(--tone-base);}
.visual-grid{max-width:1140px;margin:0 auto;padding:calc(1.5rem * 2.4) 2.2rem;display:flex;flex-direction:column;gap:calc(0.78rem * 1.5)}
.strong-media{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-bottom:calc(0.78rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.16)}
.text-items{font-size:calc(14.6px * .875);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin:0;opacity:0.75}
.fresh-wrap{font-style:normal;display:flex;flex-direction:column;gap:calc(1.5rem * .75);font-size:14.6px}
.narrow-form{display:block;max-width:32ch}
.top-inner{color:inherit;text-decoration:none;width:fit-content;border-bottom:1px solid transparent;transition:border-color 530ms var(--ease-slow)}
.top-inner:hover,
  .top-inner:focus-visible{border-bottom-color:currentColor;outline:none}
.plain-details{display:flex;flex-direction:column;gap:calc(1.5rem * .75);max-width:60ch}
.cluster{font-size:calc(14.6px * 2);font-weight:700;letter-spacing:0.02em;margin:0;line-height:1.1}
.media-entries{margin:0;font-size:14.6px;opacity:0.85}
.team-callout{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:0.78rem}
.start{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.service-wrap{font-size:calc(14.6px * .875);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin:0;opacity:0.75}
.steady-inner{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.steady-inner a{color:inherit;text-decoration:none;font-size:14.6px;border-bottom:1px solid transparent;transition:border-color 530ms var(--ease-slow)}
.steady-inner a:hover,
  .steady-inner a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.text-callout{margin:0;font-size:calc(14.6px * .875);line-height:2.03;opacity:0.8;max-width:90ch;padding-top:calc(0.78rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.16)}
.narrow-view{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:calc(1.5rem * .75);font-size:calc(14.6px * .875);opacity:0.85}
.local-steps{margin:0}
.open-summary{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:0.78rem}
.open-summary a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 530ms var(--ease-slow)}
.open-summary a:hover,
  .open-summary a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
@media (max-width: 900px) {.team-callout{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 560px) {.team-callout{grid-template-columns:1fr}.narrow-view{flex-direction:column;align-items:flex-start}
  }
footer,footer *{border-radius:0!important;}
.cookies {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 90;
    width: 260px;
    max-width: calc(100vw - calc(0.78rem * 1.5));
    background: #18241c;
    color: #e8efe8;
    border: 1px solid #2c3b30;
    border-right: none;
    border-radius: 1rem 0 0 1rem;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
    font-family: "DM Serif Display", sans-serif;
    font-size: calc(14.6px * .875);
    line-height: 2.03;
  }
.cookies .simple-intro{display: flex;
    flex-direction: column;
    gap: 0.78rem;
    padding: calc(1.5rem * .75);}
.cookies .focused-surface{margin: 0;
    font-size: 14.6px;
    font-weight: 600;
    letter-spacing: 0.01em;}
.cookies .page-menu{margin: 0;
    font-size: calc(14.6px * .875);
    color: #dbe6dc;}
.cookies .page-menu a{color:inherit;
    text-decoration: underline;}
.cookies .page-menu a:hover{color: #8fbf6a;}
.cookies .site-plan{display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 4px;}
.cookies .fresh-quote {
    display: block;
    width: 100%;
    padding: 10px 14px;
    font-family: inherit;
    font-size: calc(14.6px * .875);
    font-weight: 500;
    text-align: center;
    border-radius: 0.63rem;
    border: 1px solid #2c3b30;
    background: transparent;
    color: #e8efe8;
    cursor: pointer;
    transition: background 530ms var(--ease-slow), color 530ms var(--ease-slow);
  }
.cookies .fresh-quote:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#e8efe8;}
.cookies .cookie-accept {
    background: #3f8f5e;
    color: #f2f7f2;
    border-color: #3f8f5e;
  }
.cookies .cookie-accept:hover{
    background: #4da26c;
    border-color: #4da26c;color:#e8efe8;}
@media (max-width: 640px) {
    .cookies {
      top: auto;
      bottom: 0;
      right: 0;
      left: 0;
      width: auto;
      max-width: none;
      transform: none;
      border-radius: 1rem 1rem 0 0;
      border-right: 1px solid #2c3b30;
    }
  }
.plain-links{
  background: linear-gradient(160deg, #101a13 0%, #16261b 55%, #1d3324 100%);
  color: #e8efe8;
  padding: 5rem 1.5rem 4.5rem;
}
.plain-links .secondary-shell{max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 3.5rem;
  align-items: center;}
.plain-links h1{font-size: clamp(2rem, 4.2vw, 3.1rem);
  line-height: 1.12;
  margin: 0 0 1.4rem;
  letter-spacing: -0.01em;}
.plain-links p{font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 0 1.1rem;
  color: #dbe6dc;}
.plain-links .secondary-callout{font-size: 0.98rem;
  color: #dbe6dc;
  margin-bottom: 0;}
.plain-links .secondary-callout a{color: #8fbf6a;
  text-decoration: none;
  border-bottom: 1px solid rgba(143, 191, 106, 0.5);
  padding-bottom: 1px;}
.plain-links .secondary-callout a:hover{color: #a3cf7d;
  border-bottom-color: #a3cf7d;}
.plain-links .focused-form{margin: 0;}
.plain-links .focused-form img{display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: cover;}
.plain-links .focused-form figcaption{margin-top: 0.85rem;
  font-size: 0.85rem;
  line-height: 1.55;
  color: #dbe6dc;}
@media (max-width: 820px) {.plain-links{
    padding: 3.5rem 1.25rem 3rem;
  }.plain-links .secondary-shell{
    grid-template-columns: 1fr;
    gap: 2.25rem;
  }
}
.plain-links{
  background: #101a13;
  color: #e8efe8;
}
.featured-view{
    background: #101a13;
    color: #e8efe8;
    padding: 72px 24px;
  }
.featured-view .secondary-shell{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 48px;
    align-items: start;}
.featured-view .bottom-actions h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 400;}
.featured-view .bottom-actions p{margin: 0 0 16px;
    font-size: 1.02rem;
    line-height: 1.65;}
.featured-view .bottom-actions p:last-child{margin-bottom: 0;}
.featured-view .steady-grid{
    background: #18241c;
    color: #e8efe8;
    border: 1px solid #2c3b30;
    border-radius: 14px;
    padding: 28px 26px;
  }
.featured-view .fresh-track{
    display: inline-block;
    background: #3f8f5e;
    color: #f2f7f2;
    text-decoration: none;
    padding: 14px 22px;
    border-radius: 8px;
    font-size: 1rem;
    letter-spacing: 0.01em;
    transition: background 0.2s ease;
  }
.featured-view .fresh-track:hover,
  .featured-view .fresh-track:focus{
    background: #4da26c;
  }
.featured-view .secondary-track{margin: 20px 0 0;
    font-size: 0.94rem;
    line-height: 1.6;}
.featured-view .secondary-track a{text-decoration: underline;
    text-underline-offset: 3px;}
.featured-view .secondary-track a:hover,
  .featured-view .secondary-track a:focus{color: #a3cf7d;}
@media (max-width: 780px) {.featured-view{
      padding: 56px 20px;
    }.featured-view .secondary-shell{
      grid-template-columns: 1fr;
      gap: 32px;
    }.featured-view .bottom-actions h2{
      font-size: 1.55rem;
    }
  }
.featured-view{
  background: var(--ink-accent);
  color: var(--tone-base);
}
.steady-copy{
    background: #101a13;
    color: #e8efe8;
    padding: 5.5rem 1.5rem;
  }
.steady-copy .secondary-shell{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 3.5rem;}
.steady-copy .clear-footer h2{font-size: clamp(1.6rem, 3vw, 2.3rem);
    line-height: 1.2;
    margin: 0 0 1.1rem;
    font-weight: 400;}
.steady-copy .clear-footer p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.steady-copy .simple-quote{display: grid;
    gap: 2.4rem;}
.steady-copy .content-area{
    background: #18241c;
    color: #e8efe8;
    border: 1px solid #2c3b30;
    border-radius: 14px;
    padding: 1.7rem 1.8rem;
    display: grid;
    gap: 1rem;
  }
.steady-copy .content-area p{margin: 0;
    font-size: 1rem;
    line-height: 1.6;}
.steady-copy .content-area .main-content{font-size: 0.86rem;
    letter-spacing: 0.01em;
    opacity: 0.85;}
.steady-copy .secondary-track{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.steady-copy .secondary-track a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.steady-copy .secondary-track a:hover{color:inherit;}
@media (min-width: 820px) {.steady-copy .simple-quote{
      grid-template-columns: repeat(3, 1fr);
      gap: 1.8rem;
    }.steady-copy .content-area:nth-child(2){
      margin-top: 1.6rem;
    }.steady-copy .content-area:nth-child(3){
      margin-top: 0.6rem;
    }
  }
.steady-copy{
  background: #101a13;
  color: #e8efe8;
}
.site-panel{
    background: #101a13;
    color: #e8efe8;
    padding: 72px 24px 80px;
  }
.site-panel .secondary-shell{max-width: 780px;
    margin: 0 auto;}
.site-panel h2{font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 18px;
    font-weight: 500;}
.site-panel .figure{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 44px;
    opacity: 0.88;}
.site-panel .team-lead{display: flex;
    flex-direction: column;
    gap: 34px;}
.site-panel .direct-group h3{font-size: 1.12rem;
    line-height: 1.35;
    margin: 0 0 10px;
    font-weight: 500;}
.site-panel .direct-group p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    opacity: 0.86;}
.site-panel .secondary-track{margin: 52px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.82;}
.site-panel .secondary-track a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.site-panel .secondary-track a:hover{}
@media (max-width: 560px) {.site-panel{
      padding: 52px 18px 60px;
    }.site-panel .figure{
      margin-bottom: 34px;
    }.site-panel .team-lead{
      gap: 28px;
    }
  }
.site-panel{
  background: var(--ink-accent);
  color: var(--tone-base);
}
.wide-quote{
    background: #101a13;
    color: #e8efe8;
    padding: 4.5rem 1.5rem 5rem;
  }
.wide-quote .secondary-shell{max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    grid-template-areas:
      "lead note"
      "shot note";
    column-gap: 3.5rem;
    row-gap: 2.25rem;
    align-items: start;}
.wide-quote .clear-footer{grid-area: lead;}
.wide-quote h1{margin: 0 0 1.1rem;
    font-size: clamp(1.9rem, 3.4vw, 2.7rem);
    line-height: 1.15;
    letter-spacing: -0.01em;}
.wide-quote .clear-footer p{margin: 0;
    font-size: 1.06rem;
    line-height: 1.7;}
.wide-quote .secondary-callout{
    grid-area: note;
    background: #16221a;
    color: #dbe6dc;
    padding: 1.9rem 1.7rem;
    border-radius: 14px;
  }
.wide-quote .secondary-callout h2{margin: 0 0 0.9rem;
    font-size: 1.15rem;
    line-height: 1.3;}
.wide-quote .secondary-callout p{margin: 0 0 0.9rem;
    font-size: 0.98rem;
    line-height: 1.65;}
.wide-quote .secondary-callout .main-visual{margin: 0;}
.wide-quote .focused-form{grid-area: shot;
    margin: 0;}
.wide-quote .focused-form img{display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 14px;}
@media (max-width: 820px) {.wide-quote{
      padding: 3.25rem 1.15rem 3.5rem;
    }.wide-quote .secondary-shell{
      grid-template-columns: 1fr;
      grid-template-areas:
        "lead"
        "shot"
        "note";
      column-gap: 0;
      row-gap: 1.75rem;
    }.wide-quote .focused-form img{
      height: 240px;
    }
  }
.wide-quote{
  background: var(--ink-accent);
  color: var(--tone-base);
}
.main-list{
    background: #101a13;
    color: #e8efe8;
    padding: 4.5rem 1.5rem 5rem;
  }
.main-list .secondary-shell{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 3rem;}
.main-list .clear-footer h2{font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.main-list .clear-footer p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.main-list .team-proof{display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 2.5rem 2.75rem;
    align-items: start;}
.main-list .secondary-track h3{font-size: 1.05rem;
    margin: 0 0 0.6rem;
    font-weight: 600;}
.main-list .secondary-track p{margin: 0 0 0.55rem;
    font-size: 0.96rem;
    line-height: 1.6;}
.main-list .secondary-track .soft-fields{font-size: 1rem;
    color: #e8efe8;
    margin-bottom: 0.4rem;
    word-break: break-word;}
.main-list .secondary-track .soft-fields a{color: #8fbf6a;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.main-list .secondary-track .soft-fields a:hover,
  .main-list .secondary-track .soft-fields a:focus-visible{border-bottom-color: #8fbf6a;}
.main-list .secondary-track .secondary-callout{font-size: 0.85rem;
    opacity: 0.85;
    margin: 0;}
.main-list .main-visual{margin: 0;
    padding-top: 1.75rem;
    border-top: 1px solid #2c3b30;
    font-size: 0.98rem;
    line-height: 1.65;}
.main-list .main-visual a{color: #8fbf6a;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.main-list .main-visual a:hover,
  .main-list .main-visual a:focus-visible{border-bottom-color: #8fbf6a;}
@media (max-width: 820px) {.main-list .team-proof{
      grid-template-columns: 1fr 1fr;
    }
  }
@media (max-width: 560px) {.main-list{
      padding: 3.25rem 1.25rem 3.5rem;
    }.main-list .secondary-shell{
      gap: 2.25rem;
    }.main-list .team-proof{
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
.main-list{
  background: #101a13;
  color: #e8efe8;
}
.plain-feature{
    background: #101a13;
    color: #e8efe8;
    padding: 72px 24px 88px;
  }
.plain-feature .secondary-shell{max-width: 1080px;
    margin: 0 auto;}
.plain-feature .figure h2{font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 400;}
.plain-feature .figure p{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 56px;}
.plain-feature .compact-view{display: flex;
    flex-direction: column;
    gap: 40px;}
.plain-feature .media-lead{display: grid;
    grid-template-columns: minmax(180px, 260px) 1fr;
    gap: 28px 40px;
    align-items: start;}
.plain-feature .media-lead h3{font-size: 1.15rem;
    line-height: 1.35;
    font-weight: 400;
    margin: 0;
    padding-top: 2px;}
.plain-feature .media-lead p{font-size: 1rem;
    line-height: 1.7;
    margin: 0;}
@media (max-width: 720px) {.plain-feature{
      padding: 52px 18px 64px;
    }.plain-feature .figure p{
      margin-bottom: 40px;
    }.plain-feature .compact-view{
      gap: 32px;
    }.plain-feature .media-lead{
      grid-template-columns: 1fr;
      gap: 10px;
    }
  }
.plain-feature{
  background: var(--ink-accent);
  color: var(--tone-base);
}
.clear-contact{
    background: #101a13;
    color: #e8efe8;
    padding: 72px 24px;
  }
.clear-contact .secondary-shell{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 48px 64px;
    align-items: flex-start;}
.clear-contact .secondary-callout{flex: 1 1 420px;}
.clear-contact .visual-story{
    flex: 0 1 320px;
    background: #18241c;
    color: #e8efe8;
    border: 1px solid #2c3b30;
    border-radius: 14px;
    padding: 28px 26px;
  }
.clear-contact h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 18px;
    font-weight: 400;}
.clear-contact .secondary-callout p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.clear-contact .clear-footer{margin: 0 0 14px;
    font-size: 0.95rem;}
.clear-contact .local-form{margin: 0 0 10px;
    font-size: 1.05rem;
    line-height: 1.4;}
.clear-contact .local-form a{color: #8fbf6a;
    text-decoration: none;
    border-bottom: 1px solid rgba(143, 191, 106, 0.4);
    padding-bottom: 1px;}
.clear-contact .local-form a:hover{color: #a3cf7d;
    border-bottom-color: #a3cf7d;}
.clear-contact .offer-shell{margin: 18px 0 0;
    font-size: 0.92rem;
    line-height: 1.5;}
@media (max-width: 640px) {.clear-contact{
      padding: 56px 20px;
    }.clear-contact h2{
      font-size: 1.45rem;
    }.clear-contact .visual-story{
      padding: 24px 20px;
    }
  }
.clear-contact{
  background: #101a13;
  color: #e8efe8;
}
.service-region{
    background: #101a13;
    color: #e8efe8;
    padding: 5.5rem 1.5rem 5rem;
  }
.service-region .secondary-shell{max-width: 780px;
    margin: 0 auto;}
.service-region h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 1.5rem;
    letter-spacing: -0.01em;}
.service-region .clear-footer{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 3rem;}
.service-region .site-proof{margin: 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;}
.service-region .secondary-callout{display: grid;
    grid-template-columns: 1fr;
    gap: 0.4rem;}
.service-region dt{font-size: 0.95rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;}
.service-region dd{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
.service-region .main-visual{margin: 3rem 0 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.service-region .main-visual a{text-decoration: underline;
    text-underline-offset: 3px;}
.service-region .main-visual a:hover{}
@media (min-width: 720px) {.service-region .secondary-callout{
      grid-template-columns: 200px 1fr;
      gap: 1.75rem;
      align-items: baseline;
    }
  }
.service-region{
  background: var(--ink-accent);
  color: var(--tone-base);
}
.main-frame{
    background: #101a13;
    color: #e8efe8;
    padding: 72px 24px;
  }
.main-frame .secondary-shell{max-width: 1040px;
    margin: 0 auto;}
.main-frame h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 18px;
    font-weight: 400;}
.main-frame .secondary-callout{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 44px;}
.main-frame .compact-grid{display: flex;
    flex-direction: column;
    gap: 30px;}
.main-frame .wide-details{display: grid;
    grid-template-columns: minmax(200px, 300px) 1fr;
    gap: 28px;
    align-items: baseline;
    padding-top: 26px;
    border-top: 1px solid rgba(143, 191, 106, 0.22);}
.main-frame .wide-details:first-child{border-top: none;
    padding-top: 0;}
.main-frame .wide-details h3{font-size: 1.12rem;
    line-height: 1.35;
    margin: 0;
    font-weight: 400;}
.main-frame .wide-details p{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0;}
.main-frame .secondary-track{margin: 48px 0 0;
    font-size: 0.96rem;
    line-height: 1.6;}
.main-frame .secondary-track a{text-decoration: underline;
    text-underline-offset: 3px;}
.main-frame .secondary-track a:hover{}
@media (max-width: 720px) {.main-frame{
      padding: 52px 18px;
    }.main-frame .wide-details{
      grid-template-columns: 1fr;
      gap: 10px;
    }.main-frame .secondary-callout{
      margin-bottom: 32px;
    }
  }
.main-frame{
  background: var(--ink-accent);
  color: var(--tone-base);
}
.offer-unit{
    background: #101a13;
    color: #e8efe8;
    padding: 4.5rem 1.5rem;
  }
.offer-unit .secondary-shell{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;}
.offer-unit h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.2;
    margin: 0;
    font-weight: 500;}
.offer-unit .clear-footer{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #dbe6dc;}
.offer-unit .fresh-view{padding: 0 0 1.8rem;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;}
.offer-unit .fresh-view + .fresh-view{border-top: 1px solid #2c3b30;
    padding-top: 1.8rem;}
.offer-unit .fresh-view h3{margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.3;}
.offer-unit .fresh-view p{margin: 0;
    line-height: 1.65;}
.offer-unit .fresh-view .content-panel{color: #dbe6dc;
    font-size: 0.95rem;}
.offer-unit .secondary-section{
    align-self: flex-start;
    margin-top: 0.4rem;
    padding: 0.7rem 1.3rem;
    background: #3f8f5e;
    color: #f2f7f2;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.95rem;
    transition: background 0.2s ease;
  }
.offer-unit .secondary-section:hover{
    background: #4da26c;color:#e8efe8;}
.offer-unit .secondary-track{margin: 0;
    font-size: 0.95rem;
    color: #dbe6dc;}
.offer-unit .secondary-track a{color: #8fbf6a;
    text-decoration: underline;
    text-underline-offset: 3px;}
.offer-unit .secondary-track a:hover{color: #a3cf7d;}
@media (min-width: 780px) {.offer-unit{
      padding: 6rem 2rem;
    }.offer-unit .secondary-shell{
      gap: 3rem;
    }
  }
.offer-unit{
  background: #101a13;
  color: #e8efe8;
}
.offer-method{
    --stack-nav: 1.75rem;
    background: #101a13;
    color: #e8efe8;
    padding: 4rem 1.5rem;
  }
.offer-method .secondary-shell{max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: var(--stack-nav);}
.offer-method .clear-footer{display: flex;
    flex-direction: column;
    gap: 0.9rem;}
.offer-method .clear-footer h2{margin: 0;
    font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.1rem);
    line-height: 1.2;
    font-weight: 500;}
.offer-method .clear-footer p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.offer-method .content-area{padding: 0;}
.offer-method .content-area h3{margin: 0 0 0.55rem;
    font-size: 1.15rem;
    line-height: 1.3;
    font-weight: 500;}
.offer-method .content-area p{margin: 0 0 0.75rem;
    font-size: 0.98rem;
    line-height: 1.65;}
.offer-method .active-story{display: inline-block;
    font-size: 0.95rem;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;}
.offer-method .active-story:hover,
  .offer-method .active-story:focus-visible{border-bottom-color: currentColor;}
@media (min-width: 720px) {.offer-method{
      padding: 5rem 2rem;
    }.offer-method .secondary-shell{
      gap: 2.25rem;
    }
  }
.offer-method{
  background: var(--ink-accent);
  color: var(--tone-base);
}
.content-items{
    --ink-base: #101a13;
    --tone-clear: #e8efe8;
    --ink-secondary: #16221a;
    --ink-panel: #18241c;
    --paint-strong: #2c3b30;
    background: var(--ink-base);
    color: var(--tone-clear);
    padding: 72px 24px;
  }
.content-items .secondary-shell{max-width: 880px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 32px;}
.content-items h2{margin: 0;
    font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.2rem);
    line-height: 1.2;}
.content-items .clear-footer{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.content-items .page-summary{display: flex;
    flex-direction: column;
    gap: 0;}
.content-items .media-lead{padding: 20px 0;
    border-top: 1px solid var(--paint-strong);}
.content-items .media-lead:last-child{border-bottom: 1px solid var(--paint-strong);}
.content-items .media-lead h3{margin: 0 0 8px;
    font-size: 1.15rem;
    line-height: 1.3;}
.content-items .media-lead p{margin: 0;
    line-height: 1.6;}
.content-items .secondary-callout{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 24px;
    align-items: center;
    background: var(--ink-secondary);
    color: var(--tone-clear);
    padding: 24px;
    border-radius: 14px;
  }
.content-items .secondary-callout img{width: 100%;
    height: 100%;
    max-height: 260px;
    object-fit: cover;
    border-radius: 10px;
    display: block;}
.content-items .secondary-callout p{margin: 0;
    line-height: 1.65;}
.content-items .secondary-track{margin: 0;
    line-height: 1.6;}
.content-items .secondary-track a{color: #8fbf6a;
    text-decoration: underline;
    text-underline-offset: 3px;}
.content-items .secondary-track a:hover{color: #4da26c;}
@media (max-width: 640px) {.content-items{
      padding: 48px 18px;
    }.content-items .secondary-callout{
      grid-template-columns: 1fr;
    }.content-items .secondary-callout img{
      max-height: 200px;
    }
  }
.content-items{
  background: #101a13;
  color: #e8efe8;
}
.active-panel{padding:calc(1.5rem * 2.4) 2.2rem;background:#101a13;color:#e8efe8;}
.service-header{max-width:1140px;margin:0 auto;}
.active-panel h1{margin:0;font-size:calc(14.6px * 2.65);line-height:1.08;}
.focused-area{
  background: #101a13;
  color: #e8efe8;
  padding: 72px 24px 88px;
}
.focused-area .secondary-shell{max-width: 1120px;
  margin: 0 auto;}
.focused-area .figure{margin-bottom: 56px;}
.focused-area .figure h2{font-size: clamp(1.6rem, 3vw, 2.3rem);
  line-height: 1.2;
  margin: 0 0 18px;
  letter-spacing: -0.01em;}
.focused-area .figure p{margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;}
.focused-area .simple-intro{display: grid;
  grid-template-columns: 1fr;
  gap: 48px;}
.focused-area .direct-group figure{
  margin: 0 0 20px;
  border-radius: 14px;
  overflow: hidden;
  background: #18241c;color:#e8efe8;}
.focused-area .direct-group img{display: block;
  width: 100%;
  height: 260px;
  object-fit: cover;}
.focused-area .direct-group h3{font-size: 1.18rem;
  line-height: 1.35;
  margin: 0 0 6px;}
.focused-area .secondary-figure{margin: 0 0 14px;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.focused-area .direct-group p:last-child{margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;}
@media (min-width: 720px) {.focused-area{
    padding: 96px 40px 112px;
  }.focused-area .simple-intro{
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }.focused-area .direct-group img{
    height: 300px;
  }.focused-area .direct-group:nth-child(2){
    margin-top: 40px;
  }
}
.focused-area{
  background: var(--ink-accent);
  color: var(--tone-base);
}
.offer-method{
    --ink-warm: #16221a;
    --type-button: #2c3b30;
    background: #101a13;
    color: #e8efe8;
    padding: 72px 24px;
  }
.offer-method .secondary-shell{max-width: 1080px;
    margin: 0 auto;}
.offer-method h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 500;}
.offer-method .clear-footer{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 44px;
    color: #dbe6dc;}
.offer-method .text-body{display: flex;
    flex-direction: column;
    gap: 0;}
.offer-method .content-area{padding: 26px 0;
    border-top: 1px solid var(--type-button);}
.offer-method .content-area:last-child{border-bottom: 1px solid var(--type-button);}
.offer-method .content-area h3{font-size: 1.12rem;
    line-height: 1.35;
    margin: 0 0 10px;
    font-weight: 500;}
.offer-method .content-area p{font-size: 0.97rem;
    line-height: 1.65;
    margin: 0 0 14px;
    color: #dbe6dc;}
.offer-method .active-story{display: inline-block;
    font-size: 0.92rem;
    color: #8fbf6a;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    transition: border-color 0.2s ease, color 0.2s ease;}
.offer-method .active-story:hover,
  .offer-method .active-story:focus-visible{color: #4da26c;
    border-bottom-color: #4da26c;}
.offer-method .main-visual{margin: 36px 0 0;
    font-size: 0.97rem;
    line-height: 1.6;
    color: #dbe6dc;}
@media (min-width: 860px) {.offer-method{
      padding: 96px 40px;
    }.offer-method .content-area{
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
      column-gap: 48px;
      align-items: start;
      padding: 30px 0;
    }.offer-method .content-area h3{
      margin: 0;
    }.offer-method .content-area p{
      margin-bottom: 12px;
    }.offer-method .content-area .active-story{
      grid-column: 2;
    }
  }
.offer-method{
  background: #101a13;
  color: #e8efe8;
}
.steady-copy{
    background: #101a13;
    color: #e8efe8;
    padding: 4.5rem 1.5rem;
  }
.steady-copy .secondary-shell{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 2.2rem;}
.steady-copy h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.25;
    margin: 0;
    font-weight: 500;
    letter-spacing: -0.01em;}
.steady-copy .clear-footer{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.steady-copy .site-proof{display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;}
.steady-copy .secondary-callout h3{margin: 0 0 0.6rem;
    font-size: 1.15rem;
    line-height: 1.35;
    font-weight: 500;}
.steady-copy .secondary-callout p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.steady-copy .secondary-track{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.steady-copy .secondary-track a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.steady-copy .secondary-track a:hover{}
@media (min-width: 780px) {.steady-copy{
      padding: 5.5rem 2rem;
    }.steady-copy .secondary-shell{
      grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
      column-gap: 3.5rem;
      row-gap: 2.5rem;
      align-items: start;
    }.steady-copy h2{
      grid-column: 1;
    }.steady-copy .clear-footer{
      grid-column: 2;
      grid-row: 1;
    }.steady-copy .site-proof{
      grid-column: 1 / -1;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 2.5rem;
    }.steady-copy .secondary-track{
      grid-column: 1 / -1;
    }
  }
.steady-copy{
  background: var(--ink-accent);
  color: var(--tone-base);
}
.compact-view{
    --type-heading: #2c3b30;
    --state-soft: #8fbf6a;
    background: #101a13;
    color: #e8efe8;
    padding: 4.5rem 1.5rem;
  }
.compact-view .secondary-shell{max-width: 1080px;
    margin: 0 auto;}
.compact-view .quiet-plan{display: grid;
    gap: 0.9rem;
    margin-bottom: 3rem;}
.compact-view .quiet-plan h2{margin: 0;
    font-size: clamp(1.6rem, 3.2vw, 2.3rem);
    line-height: 1.2;
    font-weight: 400;}
.compact-view .clear-footer{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.compact-view .page-summary{list-style: none;
    margin: 0;
    padding: 0;}
.compact-view .media-lead{display: grid;
    grid-template-columns: 9.5rem 1fr;
    gap: 1.5rem 2rem;
    padding: 1.6rem 0;
    border-top: 1px solid var(--type-heading);}
.compact-view .media-lead:last-child{border-bottom: 1px solid var(--type-heading);}
.compact-view .page-callout{font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding-top: 0.35rem;}
.compact-view .media-lead h3{margin: 0 0 0.5rem;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.3;}
.compact-view .media-lead p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.compact-view .main-visual{margin: 2.5rem 0 0;
    font-size: 1rem;
    line-height: 1.7;}
@media (max-width: 720px) {.compact-view{
      padding: 3.25rem 1.15rem;
    }.compact-view .media-lead{
      grid-template-columns: 1fr;
      gap: 0.5rem;
      padding: 1.35rem 0;
    }.compact-view .page-callout{
      padding-top: 0;
    }
  }
.compact-view{
  background: var(--ink-accent);
  color: var(--tone-base);
}
.soft-surface{
    background: #101a13;
    color: #e8efe8;
    padding: 72px 24px;
  }
.soft-surface .secondary-shell{max-width: 1080px;
    margin: 0 auto;}
.soft-surface .clear-footer{margin-bottom: 48px;}
.soft-surface .clear-footer h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 16px;
    font-weight: 500;}
.soft-surface .figure{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;
    color: #dbe6dc;}
.soft-surface .offer-footer{display: grid;
    gap: 0;}
.soft-surface .media-lead{padding: 22px 0;
    border-top: 1px solid #2c3b30;
    display: grid;
    grid-template-columns: minmax(180px, 240px) 1fr;
    gap: 24px 40px;
    align-items: baseline;}
.soft-surface .media-lead:last-child{border-bottom: 1px solid #2c3b30;}
.soft-surface .media-lead h3{margin: 0;
    font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0.01em;}
.soft-surface .media-lead p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    color: #dbe6dc;}
.soft-surface .secondary-track{margin: 32px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #dbe6dc;}
.soft-surface .secondary-track a{color: #8fbf6a;
    text-decoration: none;
    border-bottom: 1px solid #8fbf6a;
    padding-bottom: 1px;}
.soft-surface .secondary-track a:hover{color: #a3cf7d;
    border-bottom-color: #a3cf7d;}
@media (max-width: 720px) {.soft-surface{
      padding: 56px 20px;
    }.soft-surface .clear-footer{
      margin-bottom: 36px;
    }.soft-surface .media-lead{
      grid-template-columns: 1fr;
      gap: 8px;
      padding: 20px 0;
    }
  }
.soft-surface{
  background: #101a13;
  color: #e8efe8;
}
.main-list{
    background: #101a13;
    color: #e8efe8;
    padding: 72px 24px;
  }
.main-list .secondary-shell{max-width: 1080px;
    margin: 0 auto;}
.main-list h2{font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 18px;}
.main-list .clear-footer{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 44px;}
.main-list .team-proof{display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 40px;
    margin-bottom: 48px;}
.main-list .secondary-track h3{font-size: 1rem;
    letter-spacing: 0.02em;
    margin: 0 0 10px;}
.main-list .secondary-track p{font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 12px;}
.main-list .secondary-track a{color: #8fbf6a;
    text-decoration: none;
    border-bottom: 1px solid rgba(143, 191, 106, 0.4);
    padding-bottom: 2px;
    word-break: break-word;}
.main-list .secondary-track a:hover{color: #4da26c;
    border-bottom-color: #4da26c;}
.main-list .secondary-track address{font-style: normal;
    font-size: 0.95rem;
    line-height: 1.6;}
.main-list .primary-view h3{font-size: 1rem;
    letter-spacing: 0.02em;
    margin: 0 0 14px;}
.main-list .primary-view ul{list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;}
.main-list .primary-view li{font-size: 0.95rem;
    line-height: 1.6;
    padding-left: 18px;
    position: relative;}
.main-list .primary-view li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.62em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #8fbf6a;color:#0d1a12;}
.main-list .direct-inner{margin: 44px 0 0;
    font-size: 0.95rem;
    line-height: 1.65;}
.main-list .direct-inner a{color: #8fbf6a;
    text-decoration: none;
    border-bottom: 1px solid rgba(143, 191, 106, 0.4);}
.main-list .direct-inner a:hover{color: #4da26c;
    border-bottom-color: #4da26c;}
@media (max-width: 820px) {.main-list{
      padding: 56px 20px;
    }.main-list .team-proof{
      grid-template-columns: 1fr;
      gap: 28px;
    }
  }
.team-brand{
    background: #101a13;
    color: #e8efe8;
    padding: 4.5rem 1.25rem;
  }
.team-brand .secondary-shell{max-width: 780px;
    margin: 0 auto;}
.team-brand h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 500;}
.team-brand .clear-footer{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 2.25rem;}
.team-brand .content-fields{display: flex;
    flex-direction: column;
    gap: 1.1rem;}
.team-brand .site-intro{display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1.5rem;
    align-items: baseline;
    padding-bottom: 0.9rem;
    border-bottom: 1px solid #2c3b30;}
.team-brand .site-intro:last-child{border-bottom: none;
    padding-bottom: 0;}
.team-brand .fresh-actions{flex: 0 0 180px;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.75;}
.team-brand .soft-fields{flex: 1 1 260px;
    font-size: 1.02rem;
    line-height: 1.55;}
.team-brand .content-entries{text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.team-brand .content-entries:hover,
  .team-brand .content-entries:focus{border-bottom-color: #8fbf6a;}
.team-brand .secondary-callout{margin: 2.25rem 0 0;
    font-size: 0.98rem;
    line-height: 1.65;}
@media (max-width: 560px) {.team-brand{
      padding: 3rem 1rem;
    }.team-brand .fresh-actions{
      flex-basis: 100%;
    }
  }
.team-brand{
  background: var(--ink-accent);
  color: var(--tone-base);
}
.content-items{
    background: #101a13;
    color: #e8efe8;
    padding: 4.5rem 1.5rem;
  }
.content-items .secondary-shell{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 3rem 4rem;
    align-items: start;}
.content-items .clear-footer h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 400;}
.content-items .clear-footer p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: #dbe6dc;}
.content-items .content-fields{display: flex;
    flex-direction: column;
    gap: 1.9rem;}
.content-items .content-area h3{font-size: 1.12rem;
    margin: 0 0 0.5rem;
    font-weight: 400;
    letter-spacing: 0.01em;}
.content-items .content-area p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.68;
    color: #dbe6dc;}
.content-items .main-visual{grid-column: 1 / -1;
    margin: 0.5rem 0 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #dbe6dc;}
.content-items .main-visual a{color: #8fbf6a;
    text-decoration: none;
    border-bottom: 1px solid rgba(143, 191, 106, 0.45);
    padding-bottom: 1px;}
.content-items .main-visual a:hover{color: #a3cf7d;
    border-bottom-color: #a3cf7d;}
@media (max-width: 820px) {.content-items{
      padding: 3.25rem 1.25rem;
    }.content-items .secondary-shell{
      grid-template-columns: 1fr;
      gap: 2.25rem;
    }
  }
.main-frame{
    background: #101a13;
    color: #e8efe8;
    padding: 72px 24px 80px;
  }
.main-frame .secondary-shell{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 48px;}
.main-frame .figure{display: grid;
    gap: 16px;}
.main-frame .figure h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.2;
    margin: 0;
    font-weight: 500;}
.main-frame .figure p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.main-frame .simple-quote{display: grid;
    gap: 32px;
    grid-template-columns: 1fr;}
.main-frame .offer-rail{display: grid;
    gap: 10px;}
.main-frame .offer-rail h3{margin: 0;
    font-size: 1.12rem;
    font-weight: 500;
    line-height: 1.35;}
.main-frame .offer-rail p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.main-frame .offer-rail .main-content{font-size: 0.86rem;
    line-height: 1.5;}
.main-frame .focused-form{
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    background: #18241c;color:#e8efe8;}
.main-frame .focused-form img{display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;}
.main-frame .secondary-track{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.main-frame .secondary-track a{text-decoration: underline;
    text-underline-offset: 3px;}
.main-frame .secondary-track a:hover{}
@media (min-width: 760px) {.main-frame{
      padding: 96px 40px 104px;
    }.main-frame .secondary-shell{
      gap: 56px;
    }.main-frame .simple-quote{
      grid-template-columns: 1fr 1fr;
      gap: 40px 48px;
    }.main-frame .focused-form{
      border-radius: 18px;
    }
  }
.service-region{
    background: #101a13;
    color: #e8efe8;
    padding: 72px 24px;
  }
.service-region .secondary-shell{max-width: 880px;
    margin: 0 auto;}
.service-region h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 20px;
    font-weight: 500;}
.service-region .clear-footer{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 44px;}
.service-region .site-proof{display: flex;
    flex-direction: column;
    gap: 28px;}
.service-region .secondary-callout h3{font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 8px;}
.service-region .secondary-callout p{margin: 0;
    line-height: 1.65;}
@media (max-width: 640px) {.service-region{
      padding: 48px 18px;
    }.service-region h2{
      font-size: 1.5rem;
    }.service-region .clear-footer{
      margin-bottom: 32px;
    }
  }
.offer-unit{
    background: #101a13;
    color: #e8efe8;
    padding: 4.5rem 1.5rem;
  }
.offer-unit .secondary-shell{max-width: 1080px;
    margin: 0 auto;}
.offer-unit h2{font-size: 1.85rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 400;}
.offer-unit .figure{font-size: 1.02rem;
    line-height: 1.6;
    margin: 0 0 2.75rem;
    color: #dbe6dc;}
.offer-unit .main-flow{display: flex;
    flex-direction: column;
    gap: 2.25rem;}
.offer-unit .featured-list{
    padding: 1.5rem 1.6rem;
    background: #18241c;
    color: #e8efe8;
    border: 1px solid #2c3b30;
    border-radius: 10px;
  }
.offer-unit .featured-list h3{font-size: 1.2rem;
    font-weight: 400;
    margin: 0 0 0.75rem;}
.offer-unit .featured-list p{font-size: 0.97rem;
    line-height: 1.6;
    margin: 0 0 0.85rem;}
.offer-unit .featured-list .featured-nav{color: #dbe6dc;
    font-size: 0.92rem;
    margin-bottom: 1.1rem;}
.offer-unit .secondary-section{display: inline-block;
    font-size: 0.93rem;
    color: #8fbf6a;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;}
.offer-unit .secondary-section:hover{border-bottom-color: #8fbf6a;}
.offer-unit .secondary-track{margin: 2.5rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #dbe6dc;}
.offer-unit .secondary-track a{color: #8fbf6a;
    text-decoration: none;
    border-bottom: 1px solid transparent;}
.offer-unit .secondary-track a:hover{border-bottom-color: #8fbf6a;}
@media (min-width: 760px) {.offer-unit{
      padding: 5.5rem 2rem;
    }.offer-unit h2{
      font-size: 2.15rem;
    }.offer-unit .main-flow{
      gap: 1.75rem;
    }.offer-unit .featured-list{
      padding: 1.75rem 2rem;
    }
  }
.compact-view{
    background: #101a13;
    color: #e8efe8;
    padding: 5rem 1.5rem 5.5rem;
  }
.compact-view .secondary-shell{max-width: 780px;
    margin: 0 auto;}
.compact-view h2{font-size: clamp(1.7rem, 3.4vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 1.4rem;
    letter-spacing: -0.01em;}
.compact-view .clear-footer{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 3rem;
    color: #dbe6dc;}
.compact-view .page-summary{list-style: none;
    margin: 0;
    padding: 0;}
.compact-view .media-lead{padding: 1.6rem 0 1.7rem;
    border-top: 1px solid #2c3b30;}
.compact-view .media-lead:last-child{border-bottom: 1px solid #2c3b30;}
.compact-view .page-callout{font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 0.55rem;
    color: #8fbf6a;}
.compact-view .media-lead h3{font-size: 1.18rem;
    line-height: 1.35;
    margin: 0 0 0.6rem;
    font-weight: 500;}
.compact-view .media-lead p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #dbe6dc;}
@media (max-width: 560px) {.compact-view{
      padding: 3.4rem 1.15rem 3.8rem;
    }.compact-view .clear-footer{
      margin-bottom: 2.2rem;
    }.compact-view .media-lead{
      padding: 1.35rem 0 1.45rem;
    }
  }
.compact-view{
  background: #101a13;
  color: #e8efe8;
}
.main-frame{
    --gutter-base: 2.25rem;
    background: #101a13;
    color: #e8efe8;
    padding: 4.5rem 1.5rem;
  }
.main-frame .secondary-shell{max-width: 1120px;
    margin: 0 auto;}
.main-frame .figure{margin-bottom: var(--gutter-base);}
.main-frame .figure h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 0.9rem;
    font-weight: 500;}
.main-frame .figure p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.main-frame .service-team{display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: var(--gutter-base);
    align-items: start;}
.main-frame .focused-form{
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    background: #16221a;color:#dbe6dc;}
.main-frame .focused-form img{display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 5;}
.main-frame .site-proof{display: flex;
    flex-direction: column;
    gap: 1.6rem;}
.main-frame .secondary-callout h3{font-size: 1.12rem;
    line-height: 1.3;
    margin: 0 0 0.45rem;
    font-weight: 500;}
.main-frame .secondary-callout p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.main-frame .secondary-track{margin: var(--gutter-base) 0 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.main-frame .secondary-track a{text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.main-frame .secondary-track a:hover{border-bottom-color: #8fbf6a;}
@media (max-width: 820px) {.main-frame{
      padding: 3rem 1.15rem;
    }.main-frame .service-team{
      grid-template-columns: 1fr;
    }.main-frame .focused-form img{
      aspect-ratio: 16 / 10;
    }
  }
.site-panel{
    background: #101a13;
    color: #e8efe8;
    padding: 72px 20px;
  }
.site-panel .secondary-shell{max-width: 780px;
    margin: 0 auto;}
.site-panel .figure h2{font-size: 1.85rem;
    line-height: 1.25;
    margin: 0 0 18px;
    font-weight: 500;}
.site-panel .figure p{margin: 0 0 44px;
    font-size: 1.02rem;
    line-height: 1.65;}
.site-panel .text-body{margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;}
.site-panel .content-area dt{font-size: 1.08rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 8px;}
.site-panel .content-area dd{margin: 0;
    font-size: 0.98rem;
    line-height: 1.68;}
.site-panel .secondary-track{margin: 48px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.site-panel .secondary-track a{text-decoration: underline;
    text-underline-offset: 3px;}
.site-panel .secondary-track a:hover{}
@media (max-width: 560px) {.site-panel{
      padding: 52px 18px;
    }.site-panel .figure h2{
      font-size: 1.5rem;
    }.site-panel .text-body{
      gap: 26px;
    }
  }
.team-brand{
    background: #101a13;
    color: #e8efe8;
    padding: 5rem 1.5rem 6rem;
  }
.team-brand .secondary-shell{max-width: 720px;
    margin: 0 auto;}
.team-brand h2{font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 1.25rem;
    font-weight: 400;}
.team-brand .clear-footer{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 3rem;}
.team-brand .content-fields{display: flex;
    flex-direction: column;
    gap: 2rem;}
.team-brand .site-intro{display: flex;
    flex-direction: column;
    gap: 0.4rem;}
.team-brand .fresh-actions{font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8fbf6a;}
.team-brand .soft-fields{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;}
.team-brand .soft-fields a{color: #e8efe8;
    text-decoration: none;
    border-bottom: 1px solid #3f8f5e;
    padding-bottom: 1px;}
.team-brand .soft-fields a:hover{color: #4da26c;}
.team-brand .secondary-callout{margin: 3rem 0 0;
    font-size: 1rem;
    line-height: 1.75;
    color: #dbe6dc;}
@media (min-width: 640px) {.team-brand .site-intro{
      flex-direction: row;
      align-items: baseline;
      gap: 2rem;
    }.team-brand .fresh-actions{
      flex: 0 0 180px;
    }.team-brand .soft-fields{
      flex: 1;
    }
  }
.team-brand{
  background: #101a13;
  color: #e8efe8;
}
.main-list{
  background: #101a13;
  color: #e8efe8;
  padding: 4rem 1.5rem;
}
.main-list .secondary-shell{max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;}
.main-list .clear-footer h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  line-height: 1.2;
  margin: 0 0 0.9rem;}
.main-list .clear-footer p{margin: 0;
  font-size: 1.02rem;
  line-height: 1.65;}
.main-list .team-nav{display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 2.5rem;}
.main-list .card h3{font-size: 1.05rem;
  margin: 0 0 0.6rem;
  letter-spacing: 0.01em;}
.main-list .card p{margin: 0 0 0.9rem;
  font-size: 0.95rem;
  line-height: 1.6;}
.main-list .card a{text-decoration: none;
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(143, 191, 106, 0.4);
  padding-bottom: 2px;}
.main-list .card a:hover{border-bottom-color: #4da26c;}
.main-list .primary-view{margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;
  max-width: 100%;}
.main-list .secondary-track{margin: 0;
  font-size: 0.98rem;
  line-height: 1.65;}
.main-list .secondary-track a{text-decoration: none;
  border-bottom: 1px solid rgba(143, 191, 106, 0.4);
  padding-bottom: 2px;}
.main-list .secondary-track a:hover{border-bottom-color: #4da26c;}
@media (max-width: 820px) {.main-list .team-nav{
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}
@media (max-width: 520px) {.main-list{
    padding: 3rem 1.1rem;
  }.main-list .secondary-shell{
    gap: 2rem;
  }
}
.main-list{
  background: var(--ink-accent);
  color: var(--tone-base);
}
.compact-view{
    background: #101a13;
    color: #e8efe8;
    padding: 4.5rem 1.25rem;
  }
.compact-view .secondary-shell{max-width: 880px;
    margin: 0 auto;}
.compact-view .figure h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 400;}
.compact-view .figure p{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0 0 3rem;}
.compact-view .steady-brand{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2.25rem;}
.compact-view .public-group{display: grid;
    grid-template-columns: 150px 1fr;
    column-gap: 2rem;
    row-gap: 0.5rem;
    align-items: start;}
.compact-view .page-callout{font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding-top: 0.35rem;}
.compact-view .public-group h3{grid-column: 2;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0;
    line-height: 1.35;}
.compact-view .public-group p{grid-column: 2;
    margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
@media (max-width: 640px) {.compact-view{
      padding: 3rem 1.1rem;
    }.compact-view .figure h2{
      font-size: 1.55rem;
    }.compact-view .public-group{
      grid-template-columns: 1fr;
      row-gap: 0.35rem;
    }.compact-view .public-group h3,
    .compact-view .public-group p{
      grid-column: 1;
    }.compact-view .page-callout{
      padding-top: 0;
    }
  }
.main-frame{
    --surface-deep: #18241c;
    --copy-heading: #2c3b30;
    background: #101a13;
    color: #e8efe8;
    padding: 4.5rem 1.5rem;
  }
.main-frame .secondary-shell{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 2.5rem;}
.main-frame h2{margin: 0;
    font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.2;
    letter-spacing: 0.01em;}
.main-frame .clear-footer{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.main-frame .content-fields{display: grid;
    gap: 1.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));}
.main-frame .content-area:nth-child(3),
  .main-frame .content-area:nth-child(5){
    grid-column: 1 / -1;
    background: var(--surface-deep);
    color: #e8efe8;
    border: 1px solid var(--copy-heading);
    border-radius: 14px;
    padding: 1.6rem 1.75rem;
  }
.main-frame .content-area h3{margin: 0 0 0.55rem;
    font-size: 1.12rem;
    line-height: 1.35;}
.main-frame .content-area p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.62;}
.main-frame .secondary-track{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.main-frame .secondary-track a{color: #8fbf6a;
    text-decoration: underline;
    text-underline-offset: 3px;}
.main-frame .secondary-track a:hover{color: #4da26c;}
@media (max-width: 720px) {.main-frame{
      padding: 3rem 1.15rem;
    }.main-frame .content-fields{
      grid-template-columns: 1fr;
      gap: 1.4rem;
    }.main-frame .content-area:nth-child(3),
    .main-frame .content-area:nth-child(5){
      grid-column: auto;
    }
  }
.main-frame{
  background: #101a13;
  color: #e8efe8;
}
.site-panel{
    background: #101a13;
    color: #e8efe8;
    padding: 88px 24px;
  }
.site-panel .secondary-shell{max-width: 880px;
    margin: 0 auto;}
.site-panel h2{font-size: clamp(1.7rem, 3vw, 2.3rem);
    line-height: 1.2;
    margin: 0 0 18px;
    letter-spacing: -0.01em;}
.site-panel .figure{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 48px;}
.site-panel .text-inner{display: flex;
    flex-direction: column;
    gap: 36px;}
.site-panel .content-area{padding-bottom: 32px;}
.site-panel .content-area + .content-area{border-top: 1px solid #2c3b30;
    padding-top: 32px;}
.site-panel .content-area:last-child{padding-bottom: 0;}
.site-panel .content-area h3{font-size: 1.15rem;
    line-height: 1.35;
    margin: 0 0 10px;
    font-weight: 600;}
.site-panel .content-area p{margin: 0;
    line-height: 1.65;}
.site-panel .secondary-track{margin: 56px 0 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.site-panel .secondary-track a{text-decoration: underline;
    text-underline-offset: 3px;}
.site-panel .secondary-track a:hover{}
@media (max-width: 640px) {.site-panel{
      padding: 64px 20px;
    }.site-panel .figure{
      margin-bottom: 36px;
    }.site-panel .text-inner{
      gap: 28px;
    }.site-panel .content-area{
      padding-bottom: 24px;
    }.site-panel .content-area + .content-area{
      padding-top: 24px;
    }
  }
.service-region{
    background: #101a13;
    color: #e8efe8;
    padding: 72px 24px;
  }
.service-region .secondary-shell{max-width: 1080px;
    margin: 0 auto;}
.service-region h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.service-region .clear-footer{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 44px;
    color: #dbe6dc;}
.service-region .text-body{display: grid;
    gap: 34px 56px;
    grid-template-columns: repeat(2, minmax(0, 1fr));}
.service-region .content-area h3{font-size: 1.08rem;
    line-height: 1.35;
    margin: 0 0 10px;
    font-weight: 600;}
.service-region .content-area p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.65;
    color: #dbe6dc;}
.service-region .secondary-callout{margin: 52px 0 0;
    font-size: 0.95rem;
    line-height: 1.65;
    color: #dbe6dc;}
.service-region .secondary-callout a{color: #8fbf6a;
    text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 760px) {.service-region{
      padding: 56px 20px;
    }.service-region .text-body{
      grid-template-columns: 1fr;
      gap: 28px;
    }.service-region .clear-footer{
      margin-bottom: 34px;
    }
  }
.service-region{
  background: #101a13;
  color: #e8efe8;
}
.team-brand{
    background: #101a13;
    color: #e8efe8;
    padding: 4rem 1.5rem;
  }
.team-brand .secondary-shell{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 3rem 4rem;
    align-items: start;}
.team-brand .figure h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 400;}
.team-brand .clear-footer{margin: 0;
    font-size: 1rem;
    line-height: 1.6;}
.team-brand .featured-panel{display: flex;
    flex-direction: column;
    gap: 1.4rem;}
.team-brand .content-area{display: grid;
    grid-template-columns: 9rem 1fr;
    gap: 1rem;
    align-items: baseline;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #2c3b30;}
.team-brand .content-area:last-child{border-bottom: none;
    padding-bottom: 0;}
.team-brand .fresh-actions{font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;}
.team-brand .soft-fields{margin: 0;
    font-size: 1rem;
    line-height: 1.55;}
.team-brand .soft-fields a{color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #3f8f5e;
    padding-bottom: 1px;}
.team-brand .soft-fields a:hover{border-bottom-color: #8fbf6a;}
.team-brand .secondary-callout{grid-column: 1 / -1;
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.team-brand .secondary-callout a{text-decoration: none;
    border-bottom: 1px solid #3f8f5e;}
.team-brand .secondary-callout a:hover{}
@media (max-width: 760px) {.team-brand{
      padding: 3rem 1.25rem;
    }.team-brand .secondary-shell{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.team-brand .content-area{
      grid-template-columns: 1fr;
      gap: 0.3rem;
    }
  }
.plain-unit{
    background: #101a13;
    color: #e8efe8;
    padding: 4.5rem 1.5rem 5rem;
  }
.plain-unit .secondary-shell{max-width: 760px;
    margin: 0 auto;}
.plain-unit .wide-brand{margin-bottom: 2rem;}
.plain-unit .local-details{margin: 0 0 0.9rem;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.7;}
.plain-unit h2{margin: 0 0 0.9rem;
    font-size: clamp(1.7rem, 3.4vw, 2.4rem);
    line-height: 1.2;
    font-weight: 400;}
.plain-unit .local-figure{margin: 0;
    font-size: 1.05rem;
    line-height: 1.55;
    opacity: 0.85;}
.plain-unit .visual-content{margin: 0 0 2.2rem;}
.plain-unit .visual-content img{display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;}
.plain-unit .service-frame p{margin: 0 0 1.15rem;
    font-size: 1.02rem;
    line-height: 1.72;}
.plain-unit .service-frame p:last-child{margin-bottom: 0;}
.plain-unit .text-wrap{margin-top: 2.6rem;
    padding-top: 1.4rem;
    border-top: 1px solid #2c3b30;}
.plain-unit .direct-lead{margin: 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.plain-unit .direct-lead a{text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.plain-unit .direct-lead a:hover{border-bottom-color: #8fbf6a;}
.plain-unit .service{margin: 0 0.45rem;
    opacity: 0.55;}
@media (max-width: 620px) {.plain-unit{
      padding: 3rem 1.1rem 3.5rem;
    }.plain-unit .service-frame p{
      font-size: 1rem;
      line-height: 1.65;
    }
  }
.plain-unit{
  background: var(--ink-accent);
  color: var(--tone-base);
}
.service-region{
    background: #101a13;
    color: #e8efe8;
    padding: 4.5rem 1.5rem;
  }
.service-region .secondary-shell{max-width: 780px;
    margin: 0 auto;}
.service-region h2{font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 1.25rem;}
.service-region p{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 1.5rem;}
.service-region .site-proof{display: flex;
    flex-direction: column;
    gap: 1.75rem;
    margin: 2rem 0 2rem;}
.service-region .secondary-callout h3{font-size: 1.08rem;
    line-height: 1.3;
    margin: 0 0 0.6rem;}
.service-region .secondary-callout p{margin: 0;}
.service-region .main-visual{margin: 0;
    color: #dbe6dc;}
.service-region .main-visual a{color: #8fbf6a;
    text-decoration: underline;
    text-underline-offset: 3px;}
.service-region .main-visual a:hover{color: #4da26c;}
@media (min-width: 720px) {.service-region{
      padding: 5.5rem 2rem;
    }.service-region .site-proof{
      gap: 2rem;
    }
  }
.secondary-brand{
    background: #101a13;
    color: #e8efe8;
    padding: 4rem 1.5rem;
  }
.secondary-brand .secondary-shell{max-width: 1080px;
    margin: 0 auto;}
.secondary-brand .figure{margin-bottom: 2.5rem;}
.secondary-brand .figure h2{font-size: clamp(1.6rem, 3vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 0.9rem;
    font-weight: 400;}
.secondary-brand .figure p{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.secondary-brand .text-inner{display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 3rem;
    align-items: start;}
.secondary-brand .clear-footer{margin: 0;}
.secondary-brand .clear-footer img{display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;}
.secondary-brand .clear-footer figcaption{margin-top: 0.85rem;
    font-size: 0.9rem;
    line-height: 1.5;}
.secondary-brand .text-body{display: flex;
    flex-direction: column;
    gap: 1.75rem;}
.secondary-brand .content-area h3{font-size: 1.15rem;
    margin: 0 0 0.5rem;
    font-weight: 400;}
.secondary-brand .content-area p{margin: 0;
    font-size: 1rem;
    line-height: 1.7;}
@media (max-width: 780px) {.secondary-brand{
      padding: 2.75rem 1.25rem;
    }.secondary-brand .text-inner{
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
.secondary-brand{
  background: var(--ink-accent);
  color: var(--tone-base);
}
.main-list{
    background: #101a13;
    color: #e8efe8;
    padding: 4.5rem 1.5rem;
  }
.main-list .secondary-shell{max-width: 720px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;}
.main-list h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.25;
    margin: 0;
    font-weight: 500;}
.main-list .clear-footer{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.main-list p{margin: 0;
    line-height: 1.7;}
.main-list .team-proof{display: flex;
    flex-direction: column;
    gap: 0.6rem;
    margin-top: 0.4rem;}
.main-list .quiet-menu{}
.main-list .compact-media{align-self: flex-start;
    color: #8fbf6a;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;
    font-weight: 500;}
.main-list .compact-media:hover{color: #4da26c;}
.main-list .compact-media.secondary{color:inherit;}
.main-list .site-figure{display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-top: 0.6rem;}
.main-list .steady-flow{font-size: 0.98rem;}
.main-list .steady-flow a{color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(232, 239, 232, 0.35);}
.main-list .steady-flow a:hover{border-bottom-color: #8fbf6a;}
.main-list .main-visual{margin-top: 0.8rem;}
@media (max-width: 640px) {.main-list{
      padding: 3rem 1.1rem;
    }
  }
.plain-unit{
    --tone-light: #18241c;
    --surface-secondary: #2c3b30;
    background: #101a13;
    color: #e8efe8;
    padding: 4rem 1.25rem 5rem;
  }
.plain-unit .secondary-shell{max-width: 780px;
    margin: 0 auto;}
.plain-unit .content-area h1{font-size: clamp(1.7rem, 3.4vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 0.75rem;
    letter-spacing: -0.01em;}
.plain-unit .content-panel{font-size: 0.9rem;
    opacity: 0.72;
    margin: 0 0 2rem;}
.plain-unit .clear-visual{
    margin: 0 0 2.25rem;
    border-radius: 14px;
    overflow: hidden;
    background: var(--tone-light);color:#e8efe8;}
.plain-unit .clear-visual img{display: block;
    width: 100%;
    height: auto;}
.plain-unit .page-menu p{font-size: 1.03rem;
    line-height: 1.72;
    margin: 0 0 1.15rem;}
.plain-unit .local-team{
    margin-top: 3rem;
    padding: 1.75rem 1.5rem;
    background: var(--tone-light);
    border: 1px solid var(--surface-secondary);
    border-radius: 12px;color:#e8efe8;}
.plain-unit .local-team h2{font-size: 1.1rem;
    margin: 0 0 0.6rem;
    letter-spacing: 0.01em;}
.plain-unit .local-team p{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0 0 1rem;}
.plain-unit .secondary-track{display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.5rem;
    margin: 0;}
.plain-unit .secondary-track a{text-decoration: none;
    font-size: 0.98rem;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;}
.plain-unit .secondary-track a:hover{border-bottom-color: #8fbf6a;}
@media (max-width: 560px) {.plain-unit{
      padding: 2.75rem 1rem 3.5rem;
    }.plain-unit .local-team{
      padding: 1.4rem 1.15rem;
    }
  }
.service-region{
    background: #101a13;
    color: #e8efe8;
    padding: 4.5rem 1.5rem;
  }
.service-region .secondary-shell{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 1.5rem;}
.service-region h2{font-size: clamp(1.6rem, 2.6vw, 2.3rem);
    line-height: 1.2;
    margin: 0;
    font-weight: 400;}
.service-region .clear-footer{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.service-region p{font-size: 1rem;
    line-height: 1.65;
    margin: 0;}
.service-region .site-proof{display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin-top: 0.75rem;}
.service-region .secondary-callout{
    background: #16221a;
    color: #dbe6dc;
    border: 1px solid #2c3b30;
    border-radius: 14px;
    padding: 1.35rem 1.4rem;
  }
.service-region .secondary-callout h3{font-size: 1.05rem;
    margin: 0 0 0.5rem;
    font-weight: 500;
    letter-spacing: 0.01em;}
.service-region .secondary-callout p{font-size: 0.96rem;
    line-height: 1.6;
    margin: 0;}
@media (max-width: 720px) {.service-region{
      padding: 3rem 1.1rem;
    }.service-region .site-proof{
      grid-template-columns: 1fr;
    }
  }
.secondary-brand{
    background: #101a13;
    color: #e8efe8;
    padding: 4.5rem 1.5rem;
  }
.secondary-brand .secondary-shell{max-width: 1080px;
    margin: 0 auto;}
.secondary-brand .figure{margin-bottom: 3rem;}
.secondary-brand .figure h2{font-size: clamp(1.7rem, 3vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 0.9rem;
    font-weight: 500;}
.secondary-brand .clear-footer{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;}
.secondary-brand .content-fields{display: flex;
    flex-direction: column;
    gap: 3.25rem;}
.secondary-brand .content-area{display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: start;}
.secondary-brand .contact-items h3{font-size: 1.25rem;
    line-height: 1.3;
    margin: 0 0 0.75rem;
    font-weight: 500;}
.secondary-brand .contact-items p{font-size: 1rem;
    line-height: 1.7;
    margin: 0;}
.secondary-brand .visual-content{
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    background: #18241c;color:#e8efe8;}
.secondary-brand .visual-content img{display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;}
@media (min-width: 780px) {.secondary-brand{
      padding: 5.5rem 2.5rem;
    }.secondary-brand .content-area{
      grid-template-columns: 1.1fr 0.9fr;
      gap: 3rem;
    }.secondary-brand .content-area:nth-child(2){
      grid-template-columns: 0.9fr 1.1fr;
    }.secondary-brand .content-area:nth-child(2) .visual-content{
      order: -1;
    }
  }
.main-list{
  background: #101a13;
  color: #e8efe8;
  padding: 72px 24px;
}
.main-list .secondary-shell{max-width: 880px;
  margin: 0 auto;}
.main-list .quiet-plan h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
  line-height: 1.2;
  margin: 0 0 16px;
  letter-spacing: -0.01em;}
.main-list .clear-footer{font-size: 1.02rem;
  line-height: 1.65;
  margin: 0 0 40px;
  color: #dbe6dc;}
.main-list .content-fields{display: flex;
  flex-direction: column;
  gap: 28px;}
.main-list .site-intro{display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  align-items: baseline;}
.main-list .fresh-actions{font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8fbf6a;}
.main-list .featured-nav{margin: 0;
  font-size: 1rem;
  line-height: 1.6;}
.main-list .featured-nav a{color: #e8efe8;
  text-decoration: none;
  border-bottom: 1px solid #2c3b30;
  padding-bottom: 1px;
  transition: border-color 0.2s ease, color 0.2s ease;}
.main-list .featured-nav a:hover{color: #8fbf6a;
  border-bottom-color: #8fbf6a;}
.main-list .secondary-callout{margin: 44px 0 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: #dbe6dc;}
.main-list .secondary-track{margin: 24px 0 0;
  font-size: 0.98rem;
  line-height: 1.6;}
.main-list .secondary-track a{color: #8fbf6a;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;}
.main-list .secondary-track a:hover{border-bottom-color: #8fbf6a;}
@media (max-width: 620px) {.main-list{
    padding: 56px 20px;
  }.main-list .site-intro{
    grid-template-columns: 1fr;
    gap: 6px;
  }.main-list .clear-footer{
    margin-bottom: 32px;
  }
}
.plain-unit{
    background: #101a13;
    color: #e8efe8;
    padding: 4.5rem 1.25rem 5rem;
  }
.plain-unit .secondary-shell{max-width: 720px;
    margin: 0 auto;}
.plain-unit .visual-content{
    margin: 0 0 2.25rem;
    border-radius: 14px;
    overflow: hidden;
    background: #16221a;color:#dbe6dc;}
.plain-unit .visual-content img{display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;}
.plain-unit .wide-brand{margin-bottom: 1.75rem;}
.plain-unit .local-details{font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 0.9rem;}
.plain-unit h1{font-size: clamp(1.75rem, 4.2vw, 2.5rem);
    line-height: 1.18;
    margin: 0 0 0.85rem;
    font-weight: 400;}
.plain-unit .clear-nav{font-size: 1.08rem;
    line-height: 1.5;
    margin: 0;}
.plain-unit .open-panel p{font-size: 1.05rem;
    line-height: 1.72;
    margin: 0 0 1.35rem;}
.plain-unit .open-panel p:last-child{margin-bottom: 0;}
.plain-unit .text-wrap{margin-top: 2.5rem;
    padding-top: 1.75rem;
    border-top: 1px solid #2c3b30;}
.plain-unit .direct-lead{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0;}
.plain-unit .direct-lead a{text-decoration: underline;
    text-underline-offset: 3px;}
.plain-unit .direct-lead a:hover{}
@media (max-width: 600px) {.plain-unit{
      padding: 3rem 1rem 3.5rem;
    }.plain-unit .visual-content{
      margin-bottom: 1.75rem;
      border-radius: 10px;
    }.plain-unit .open-panel p{
      font-size: 1rem;
      line-height: 1.68;
    }
  }
.service-region{
  background: #101a13;
  color: #e8efe8;
  padding: 72px 24px;
}
.service-region .secondary-shell{max-width: 880px;
  margin: 0 auto;}
.service-region h2{font-size: 1.75rem;
  line-height: 1.25;
  margin: 0 0 20px;
  font-weight: 500;}
.service-region .clear-footer{font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 40px;}
.service-region .site-proof{list-style: none;
  margin: 0 0 40px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;}
.service-region .site-proof li{padding: 0;}
.service-region .site-proof h3{font-size: 1.1rem;
  line-height: 1.35;
  margin: 0 0 8px;
  font-weight: 500;}
.service-region .site-proof p{font-size: 0.98rem;
  line-height: 1.65;
  margin: 0;
  color: #dbe6dc;}
.service-region .focused-benefit{font-size: 0.98rem;
  line-height: 1.65;
  margin: 0;}
@media (max-width: 640px) {.service-region{
    padding: 52px 20px;
  }.service-region h2{
    font-size: 1.45rem;
  }.service-region .site-proof{
    gap: 24px;
  }
}
.secondary-brand{
    background: #101a13;
    color: #e8efe8;
    padding: 4.5rem 1.5rem;
  }
.secondary-brand .secondary-shell{max-width: 1080px;
    margin: 0 auto;}
.secondary-brand .quiet-plan{margin-bottom: 2.75rem;}
.secondary-brand .quiet-plan h2{font-size: clamp(1.7rem, 3.4vw, 2.5rem);
    line-height: 1.15;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.secondary-brand .clear-footer{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.secondary-brand .compact-region{display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    gap: 2rem 2.25rem;
    align-items: start;}
.secondary-brand .content-area h3{font-size: 1.05rem;
    line-height: 1.3;
    margin: 0 0 0.6rem;}
.secondary-brand .content-area p{font-size: 0.97rem;
    line-height: 1.65;
    margin: 0;}
.secondary-brand .content-area:first-child{padding-top: 0.4rem;}
.secondary-brand .main-visual{margin: 2.75rem 0 0;
    font-size: 1rem;
    line-height: 1.7;}
.secondary-brand .main-visual a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.secondary-brand .main-visual a:hover{}
@media (max-width: 860px) {.secondary-brand .compact-region{
      grid-template-columns: 1fr 1fr;
    }.secondary-brand .content-area:first-child{
      grid-column: 1 / -1;
      padding-top: 0;
    }
  }
@media (max-width: 560px) {.secondary-brand{
      padding: 3rem 1.15rem;
    }.secondary-brand .compact-region{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }.secondary-brand .quiet-plan{
      margin-bottom: 2rem;
    }
  }
.main-list{
    --measure-content: 40px;
    background: #101a13;
    color: #e8efe8;
    padding: 72px 24px;
  }
.main-list .secondary-shell{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: var(--measure-content);}
.main-list .figure h2{margin: 0 0 14px;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: 1.2;}
.main-list .clear-footer{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #dbe6dc;}
.main-list .team-proof{display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 40px;
    align-items: start;}
.main-list .secondary-track h3{margin: 0 0 10px;
    font-size: 1.15rem;
    line-height: 1.3;}
.main-list .secondary-track p{margin: 0 0 12px;
    line-height: 1.65;}
.main-list .secondary-track .content-panel{font-size: 0.9rem;
    color: #dbe6dc;
    margin-bottom: 14px;}
.main-list .visual-story{display: inline-block;
    color: #8fbf6a;
    text-decoration: none;
    border-bottom: 1px solid #8fbf6a;
    padding-bottom: 2px;
    font-size: 1rem;}
.main-list .visual-story:hover{color: #a3cf7d;
    border-bottom-color: #a3cf7d;}
.main-list .main-visual{padding-top: 28px;
    border-top: 1px solid #2c3b30;}
.main-list .main-visual p{margin: 0 0 10px;
    line-height: 1.65;}
.main-list .main-visual .direct-inner{margin: 0;
    color: #dbe6dc;}
.main-list .main-visual .direct-inner a{color: #8fbf6a;
    text-decoration: none;
    border-bottom: 1px solid #8fbf6a;}
.main-list .main-visual .direct-inner a:hover{color: #a3cf7d;
    border-bottom-color: #a3cf7d;}
@media (max-width: 720px) {.main-list{
      padding: 52px 18px;
    }.main-list .team-proof{
      grid-template-columns: 1fr;
      gap: 32px;
    }
  }
.team-brand{
    background: #101a13;
    color: #e8efe8;
    padding: 4.5rem 1.5rem 5rem;
  }
.team-brand .secondary-shell{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 3.5rem 5rem;
    align-items: start;}
.team-brand .clear-footer h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 1.1rem;
    letter-spacing: -0.01em;}
.team-brand .clear-footer p{margin: 0 0 1rem;
    line-height: 1.65;
    font-size: 1rem;}
.team-brand .featured-panel{display: flex;
    flex-direction: column;
    gap: 1.6rem;}
.team-brand .content-area{display: flex;
    flex-direction: column;
    gap: 0.35rem;}
.team-brand .content-area .fresh-actions{font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8fbf6a;}
.team-brand .content-area p{margin: 0;
    line-height: 1.55;
    font-size: 1rem;}
.team-brand .content-area a{color: #e8efe8;
    text-decoration: none;
    border-bottom: 1px solid rgba(232, 239, 232, 0.28);
    padding-bottom: 1px;
    transition: border-color 0.2s ease, color 0.2s ease;}
.team-brand .content-area a:hover,
  .team-brand .content-area a:focus-visible{color: #8fbf6a;
    border-bottom-color: #8fbf6a;}
@media (max-width: 780px) {.team-brand{
      padding: 3rem 1.25rem 3.5rem;
    }.team-brand .secondary-shell{
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }
  }
.quiet-frame{
    background: #101a13;
    color: #e8efe8;
    padding: 4rem 1.5rem;
  }
.quiet-frame .secondary-shell{max-width: 620px;
    margin: 0 auto;}
.quiet-frame h2{font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 400;}
.quiet-frame .clear-footer{margin: 0 0 2.25rem;
    font-size: 1.02rem;
    line-height: 1.65;}
.quiet-frame .fresh-contact{margin-bottom: 1.35rem;}
.quiet-frame label{display: block;
    margin-bottom: 0.45rem;
    font-size: 0.92rem;
    letter-spacing: 0.01em;}
.quiet-frame input,
  .quiet-frame select,
  .quiet-frame textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 0.7rem 0.85rem;
    font: inherit;
    font-size: 0.98rem;
    color: #e8efe8;
    background: #18241c;
    border: 1px solid #2c3b30;
    border-radius: 8px;
  }
.quiet-frame input::placeholder,
  .quiet-frame textarea::placeholder{opacity: 0.75;}
.quiet-frame input:focus,
  .quiet-frame select:focus,
  .quiet-frame textarea:focus{outline: 2px solid #3f8f5e;
    outline-offset: 1px;
    border-color: #3f8f5e;}
.quiet-frame textarea{resize: vertical;
    min-height: 120px;}
.quiet-frame .content-inner{margin: 0.5rem 0 1.75rem;
    font-size: 0.86rem;
    line-height: 1.5;}
.quiet-frame button{
    display: inline-block;
    padding: 0.85rem 1.9rem;
    font: inherit;
    font-size: 1rem;
    background: #3f8f5e;
    color: #f2f7f2;
    border: none;
    border-radius: 8px;
    cursor: pointer;
  }
.quiet-frame button:hover{
    background: #4da26c;color:#e8efe8;}
@media (max-width: 560px) {.quiet-frame{
      padding: 3rem 1.15rem;
    }.quiet-frame h2{
      font-size: 1.55rem;
    }.quiet-frame button{
      width: 100%;
    }
  }
.quiet-frame{
  background: var(--ink-accent);
  color: var(--tone-base);
}
.top-track{
    background: #101a13;
    color: #e8efe8;
    padding: 5rem 1.5rem;
  }
.top-track .secondary-shell{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 3.5rem 4rem;
    align-items: start;}
.top-track .clear-footer h2{font-size: clamp(1.7rem, 2.6vw, 2.3rem);
    line-height: 1.2;
    margin: 0 0 1.1rem;
    letter-spacing: -0.01em;}
.top-track .clear-footer p{margin: 0;
    line-height: 1.65;
    color: #dbe6dc;}
.top-track .visual-panel{display: flex;
    flex-direction: column;
    gap: 1.6rem;}
.top-track .content-area .fresh-actions{margin: 0 0 0.35rem;
    font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8fbf6a;}
.top-track .content-area .soft-fields{margin: 0;
    line-height: 1.6;}
.top-track .content-area .soft-fields a{color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.top-track .content-area .soft-fields a:hover{color: #8fbf6a;}
.top-track .main-visual{grid-column: 1 / -1;
    margin: 0;
    padding-top: 1.5rem;
    border-top: 1px solid #2c3b30;
    line-height: 1.65;
    color: #dbe6dc;}
@media (max-width: 820px) {.top-track{
      padding: 3.5rem 1.25rem;
    }.top-track .secondary-shell{
      grid-template-columns: 1fr;
      gap: 2.5rem;
    }
  }
.top-track{
  background: #101a13;
  color: #e8efe8;
}
.contact-steps{
    background: #101a13;
    color: #e8efe8;
    padding: 72px 24px 88px;
  }
.contact-steps .secondary-shell{max-width: 880px;
    margin: 0 auto;}
.contact-steps .figure h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 18px;
    font-weight: 500;}
.contact-steps .figure .clear-footer{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 44px;}
.contact-steps .text-body{display: flex;
    flex-direction: column;
    gap: 34px;}
.contact-steps .content-area h3{font-size: 1.08rem;
    font-weight: 500;
    margin: 0 0 10px;
    letter-spacing: 0.01em;}
.contact-steps .content-area p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.contact-steps .content-area a{text-decoration: underline;
    text-underline-offset: 3px;}
.contact-steps .content-area a:hover{}
@media (max-width: 620px) {.contact-steps{
      padding: 52px 18px 64px;
    }.contact-steps .figure .clear-footer{
      margin-bottom: 34px;
    }.contact-steps .text-body{
      gap: 26px;
    }
  }
.contact-steps{
  background: var(--ink-accent);
  color: var(--tone-base);
}
.team-brand{
    background: #101a13;
    color: #e8efe8;
    padding: 4.5rem 1.25rem;
  }
.team-brand .secondary-shell{max-width: 720px;
    margin: 0 auto;}
.team-brand h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 400;}
.team-brand .clear-footer{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 2.25rem;}
.team-brand .content-fields{display: flex;
    flex-direction: column;
    gap: 1.5rem;}
.team-brand .site-intro{display: flex;
    flex-direction: column;
    gap: 0.35rem;}
.team-brand .fresh-actions{font-size: 0.82rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8fbf6a;}
.team-brand .soft-fields{margin: 0;
    font-size: 1rem;
    line-height: 1.6;}
.team-brand a{color: #e8efe8;
    text-decoration: underline;
    text-underline-offset: 3px;}
.team-brand a:hover{color: #8fbf6a;}
@media (min-width: 720px) {.team-brand{
      padding: 5.5rem 2rem;
    }.team-brand .site-intro{
      flex-direction: row;
      gap: 1.75rem;
      align-items: baseline;
    }.team-brand .fresh-actions{
      flex: 0 0 170px;
      padding-top: 0.15rem;
    }.team-brand .soft-fields{
      flex: 1 1 auto;
    }
  }
.fresh-nav{
    background: #101a13;
    color: #e8efe8;
    padding: 4.5rem 1.5rem 5rem;
  }
.fresh-nav .secondary-shell{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 3rem 4rem;
    align-items: start;}
.fresh-nav .quiet-plan h2{font-size: clamp(1.55rem, 2.4vw, 2.05rem);
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 400;}
.fresh-nav .clear-footer{margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: #dbe6dc;}
.fresh-nav .content-fields{display: flex;
    flex-direction: column;
    gap: 1.9rem;}
.fresh-nav .content-area h3{font-size: 1.05rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    margin: 0 0 0.55rem;}
.fresh-nav .content-area p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.7;
    color: #dbe6dc;}
.fresh-nav .content-area a{color: #8fbf6a;
    text-decoration: underline;
    text-underline-offset: 3px;}
.fresh-nav .content-area a:hover{color: var(--ink-muted);}
@media (max-width: 820px) {.fresh-nav{
      padding: 3rem 1.25rem 3.5rem;
    }.fresh-nav .secondary-shell{
      grid-template-columns: 1fr;
      gap: 2.25rem;
    }
  }
.fresh-nav{
  background: #101a13;
  color: #e8efe8;
}
.featured-view{
    background: #101a13;
    color: #e8efe8;
    padding: 72px 24px 88px;
  }
.featured-view .secondary-shell{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 56px 64px;
    align-items: start;}
.featured-view .clear-footer h2{font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 400;}
.featured-view .clear-footer p{margin: 0 0 16px;
    font-size: 1.02rem;
    line-height: 1.65;
    color: #dbe6dc;}
.featured-view .clear-footer .main-visual{margin-bottom: 0;}
.featured-view .fresh-track{
    background: #18241c;
    color: #e8efe8;
    border: 1px solid #2c3b30;
    border-radius: 14px;
    padding: 28px 26px 24px;
  }
.featured-view .fresh-track .go{
    display: inline-block;
    background: #3f8f5e;
    color: #f2f7f2;
    text-decoration: none;
    padding: 13px 22px;
    border-radius: 10px;
    font-size: 0.98rem;
    line-height: 1.2;
  }
.featured-view .fresh-track .go:hover{
    background: #4da26c;color:#e8efe8;}
.featured-view .fresh-track .secondary-track{margin: 20px 0 0;
    font-size: 0.92rem;
    line-height: 1.6;
    color: #dbe6dc;}
.featured-view .fresh-track .secondary-track a{color: #8fbf6a;
    text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 760px) {.featured-view{
      padding: 56px 20px 64px;
    }.featured-view .secondary-shell{
      grid-template-columns: 1fr;
      gap: 32px;
    }
  }
.featured-view{
  background: #101a13;
  color: #e8efe8;
}
.media-group{
    background: #101a13;
    color: #e8efe8;
    padding: 72px 24px 88px;
  }
.media-group .secondary-shell{max-width: 720px;
    margin: 0 auto;}
.media-group h2{font-size: clamp(1.6rem, 3.2vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.media-group .clear-footer{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 22px;}
.media-group .secondary-callout{font-size: 0.98rem;
    line-height: 1.7;
    margin: 0 0 28px;}
.media-group .secondary-track{font-size: 0.98rem;
    line-height: 1.75;
    margin: 0 0 32px;}
.media-group .secondary-track a{text-decoration: underline;
    text-underline-offset: 3px;}
.media-group .secondary-track a:hover{}
.media-group .offer-shell{font-style: normal;
    font-size: 0.88rem;
    line-height: 1.6;
    opacity: 0.85;}
.media-group{
  background: var(--ink-accent);
  color: var(--tone-base);
}
.404{
    background: #101a13;
    color: #e8efe8;
    padding: 96px 24px 88px;
  }
.404 .secondary-shell{
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.65fr);
    column-gap: 64px;
    row-gap: 40px;
    align-items: start;
  }
.404 .clear-footer h2{
    margin: 0 0 20px;
    font-size: clamp(1.6rem, 2.6vw, 2.4rem);
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
.404 .clear-footer p{
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;
  }
.404 .secondary-track{
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-top: 6px;
  }
.404 .secondary-track a{
    display: inline-block;
    font-size: 1rem;
    line-height: 1.4;
    color: #e8efe8;
    text-decoration: none;
    padding: 10px 0;
    border-bottom: 1px solid #2c3b30;
    transition: color 0.15s ease, border-color 0.15s ease;
  }
.404 .secondary-track a:hover,
  .404 .secondary-track a:focus-visible{
    color: #8fbf6a;
    border-color: #8fbf6a;
  }
.404 .secondary-track .go{
    background: #3f8f5e;
    color: #f2f7f2;
    border: none;
    padding: 12px 18px;
    border-radius: 6px;
    text-align: center;
  }
.404 .secondary-track .go:hover,
  .404 .secondary-track .go:focus-visible{
    background: #4da26c;
    color: #f2f7f2;
  }
.404 .secondary-callout{
    grid-column: 1 / -1;
    margin: 8px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
  }
@media (max-width: 780px) {.404{
      padding: 64px 20px 56px;
    }.404 .secondary-shell{
      grid-template-columns: 1fr;
      column-gap: 0;
      row-gap: 32px;
    }
  }
.404{
  background: #101a13;
  color: #e8efe8;
}
