html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:var(--copy-small);}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --copy-button: calc(15.1px * 1.125);
  --surface-inverse: #14211e;
  --curve-card: 1rem;
  --motion-slow: 430ms;
  --surface-soft: #ffffff;
  --copy-meta: calc(15.1px * .875);
  --surface-base: #14211e;
  --measure-form: calc(var(--measure-content) * 2.4);
  --line-clear: #d6e4de;
  --tone-extra-35: #0b6f5c;
  --tone-extra-8: #ffffff;
  --tone-extra-22: #0a3d33;
  --ink-inverse: transparent;
  --measure-medium: 1.04rem;
  --gap-nav: 1.69rem;
  --curve-medium: 0.65rem;
  --space-item: 1000px;
  --radius-button: 0.34rem;
  --paint-muted: #14211e;
  --ink-deep: #eafaf3;
  --measure-content: 1.5rem;
  --font-body: 1.77;
  --label-strong: 15.1px;
  --space-large: calc(var(--measure-medium) * 1.5);
  --tone-warm: color-mix(in srgb, currentColor 10%, transparent);
  --line-main: #fbfdfc;
  --paint-page: calc(var(--measure-content) * .75);
  --tone-extra-26: #c9f2e4;
  --speed-fast: cubic-bezier(0.16,1,0.3,1);
  --gutter-hero: var(--gap-nav);
  --lift-image: 0 6px 10px rgba(0,0,0,0.06);
  --copy-small: "DM Sans", sans-serif;
  --paint-soft: #0f8a72;
  --tone-main: #0f8a72;
  --state-public: rgba(15, 138, 114, 0.35);
}
a{color:inherit;}
.simple-brand {
    width: 100%;
    background: var(--line-main);
    color: var(--paint-muted);
    border-bottom: 1px solid var(--line-clear);
  }
.wide-rail {
    max-width: var(--space-item);
    margin: 0 auto;
    padding: var(--space-large) var(--gutter-hero);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--measure-medium);
  }
.direct-footer {
    font-size: var(--copy-button);
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--paint-muted);
    text-decoration: none;
    line-height: 1.2;
  }
.direct-footer:hover {
    color: var(--tone-extra-26);
  }
.primary-callout {
    display: flex;
    align-items: center;
    gap: var(--measure-medium);
  }
.service-figure {
    display: flex;
    align-items: center;
    gap: var(--measure-medium);
    list-style: none;
    margin: 0;
    padding: 0;
  }
.service-figure a {
    display: inline-block;
    padding: 0.35rem 0.25rem;
    font-size: var(--label-strong);
    color: var(--paint-muted);
    text-decoration: none;
    line-height: 1.4;
    border-radius: var(--radius-button);
    transition: color var(--motion-slow) var(--speed-fast);
  }
.service-figure a:hover {
    color: var(--tone-extra-26);
  }
.fresh-fields {
    display: inline-block;
    padding: 0.55rem 1rem;
    font-size: var(--copy-meta);
    font-weight: 600;
    background: var(--tone-main);
    color: var(--surface-soft);
    border-radius: var(--curve-medium);
    text-decoration: none;
    line-height: 1.2;
    white-space: nowrap;
    transition: background var(--motion-slow) var(--speed-fast);
  }
.fresh-fields:hover {
    background: var(--tone-extra-35);
    color: var(--surface-soft);
  }
.soft-view {
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    background: transparent;
    border: 1px solid var(--line-clear);
    border-radius: var(--radius-button);
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
.steady-benefit{
    display: block;
    width: 1.15rem;
    height: 2px;
    background: var(--paint-muted);
    border-radius: 2px;color:var(--surface-base);}
@media (max-width: 767px) {
    .wide-rail {
      flex-wrap: wrap;
      padding: var(--space-large) var(--gap-nav);
    }

    .soft-view {
      display: flex;
    }

    .primary-callout {
      display: none;
      width: 100%;
      flex-direction: column;
      align-items: stretch;
      gap: var(--space-large);
      padding-top: var(--space-large);
      border-top: 1px solid var(--line-clear);
    }

    .primary-callout.is-open {
      display: flex;
    }

    .service-figure {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }

    .service-figure li {
      border-bottom: 1px solid var(--line-clear);
    }

    .service-figure li:last-child {
      border-bottom: none;
    }

    .service-figure a {
      display: block;
      padding: 0.75rem 0.25rem;
      font-size: var(--label-strong);
    }

    .fresh-fields {
      text-align: center;
      padding: 0.7rem 1rem;
    }
  }
.site-lead{font-family:var(--copy-small);font-size:var(--copy-meta);line-height:var(--font-body);padding:var(--measure-form) var(--gutter-hero);background:var(--tone-extra-22);color:var(--ink-deep);}
.page-plan{max-width:var(--space-item);margin:0 auto;display:flex;flex-direction:column;gap:var(--space-large)}
.focused-quote{display:flex;flex-direction:column;gap:var(--measure-content)}
.narrow-quote{font-size:var(--label-strong);font-weight:600;margin:0;letter-spacing:0.02em}
.block{display:flex;flex-direction:column;gap:0.35rem;font-style:normal;margin:0}
.open-visual{opacity:0.85}
.team-lead{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color var(--motion-slow) var(--speed-fast), opacity var(--motion-slow) var(--speed-fast)}
.team-lead:hover,
  .team-lead:focus-visible{border-bottom-color:currentColor;opacity:0.9}
.team-lead:focus-visible{outline:var(--state-public);outline-offset:2px}
.team-flow{display:flex;flex-direction:column;gap:0.35rem;padding-top:var(--measure-content);border-top:1px solid rgba(255, 255, 255, 0.15)}
.fresh-section{font-size:var(--copy-button);font-weight:700;margin:0;letter-spacing:0.01em}
.site-area{margin:0;opacity:0.8;max-width:42ch}
.wide-form{display:grid;grid-template-columns:1fr;gap:var(--space-large);padding-top:var(--measure-content);border-top:1px solid rgba(255, 255, 255, 0.15)}
.simple-grid{display:flex;flex-direction:column;gap:var(--measure-content)}
.offer-flow{font-size:var(--copy-meta);font-weight:600;margin:0;text-transform:uppercase;letter-spacing:0.08em;opacity:0.75}
.open-view{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.4rem}
.compact-content{margin:0;padding-top:var(--measure-content);border-top:1px solid rgba(255, 255, 255, 0.15);opacity:0.8;max-width:70ch}
.plain-steps{margin:0;opacity:0.7;font-size:var(--copy-meta)}
@media (min-width: 640px) {.wide-form{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.wide-form{grid-template-columns:repeat(3, minmax(0, 1fr))}.focused-quote{flex-direction:row;align-items:flex-start;gap:var(--space-large)}.focused-quote .narrow-quote{flex:0 0 auto;min-width:8rem}
  }
footer,footer *{border-radius:0!important;}
.cookies {
  position: fixed;
  top: 50%;
  right: var(--paint-page, 1rem);
  transform: translateY(-50%);
  width: 260px;
  max-width: calc(100vw - 2rem);
  background: var(--tone-extra-8);
  color: var(--surface-base);
  border: 1px solid var(--line-clear);
  border-radius: var(--curve-card, 12px);
  box-shadow: var(--lift-image);
  padding: var(--paint-page, 1rem);
  z-index: 9999;
  font-family: var(--copy-small);
  font-size: var(--copy-meta);
  line-height: var(--font-body);
}
.cookies .secondary-rail{display: flex;
  flex-direction: column;
  gap: var(--measure-medium, 0.75rem);}
.cookies .fresh-footer{margin: 0;
  font-size: var(--label-strong);
  font-weight: 600;}
.cookies .media-section{margin: 0;
  font-size: var(--copy-meta);}
.cookies .media-section a{color:inherit;
  text-decoration: underline;}
.cookies .media-section a:hover{color:inherit;}
.cookies .strong-intro{display: flex;
  flex-direction: column;
  gap: 0.5rem;}
.cookies .strong-intro button{font-family: inherit;
  font-size: var(--copy-meta);
  padding: 0.5rem 0.75rem;
  border-radius: var(--radius-button, 6px);
  border: 1px solid transparent;
  cursor: pointer;
  transition: background var(--motion-slow, 0.2s) var(--speed-fast, ease);}
.cookies .cookie-accept {
  background: var(--tone-main);
  color: var(--surface-soft);
  border-color: var(--tone-main);
}
.cookies .cookie-accept:hover{
  background: var(--tone-extra-35);
  border-color: var(--tone-extra-35);color:var(--surface-base);}
.cookies .cookie-reject {
  background: var(--ink-inverse);
  color: var(--surface-base);
  border-color: var(--line-clear);
}
.cookies .cookie-reject:hover{
  background: var(--tone-warm);color:var(--surface-base);}
.cookies .cookie-manage {
  background: transparent;
  color: var(--surface-inverse);
  border-color: transparent;
  text-decoration: underline;
  padding: 0.25rem 0.5rem;
}
.cookies .cookie-manage:hover{color:inherit;}
@media (max-width: 480px) {
  .cookies {
    right: 0.5rem;
    left: 0.5rem;
    width: auto;
    transform: translateY(-50%);
  }
}
.direct-summary{
  background: var(--line-main, #fbfdfc);
  color: var(--paint-muted, #14211e);
  padding: 72px 24px 64px;
}
.direct-summary .top-actions{max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 56px;
  align-items: start;}
.direct-summary h1{margin: 0 0 20px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.01em;}
.direct-summary .fresh-copy{margin: 0 0 28px;
  font-size: 1.075rem;
  line-height: 1.6;}
.direct-summary .strong-intro{display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;}
.direct-summary .image,
.direct-summary .public-plan{display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  font-size: 0.95rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;}
.direct-summary .image{
  background: var(--tone-main, #0f8a72);
  color: var(--surface-soft, #ffffff);
}
.direct-summary .image:hover{
  background: var(--tone-extra-35, #0b6f5c);color:var(--surface-base);}
.direct-summary .public-plan{
  background: #c9f2e4;
  color: #0a3d33;
}
.direct-summary .public-plan:hover{
  background: #a9e8d4;color:var(--surface-base);}
.direct-summary .media-area{margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;}
.direct-summary .media-area a{text-decoration: underline;
  text-underline-offset: 2px;}
.direct-summary .fresh-content{margin: 0;}
.direct-summary .fresh-content img{display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: cover;}
.direct-summary .fresh-content figcaption{margin-top: 12px;
  font-size: 0.85rem;
  line-height: 1.5;}
@media (max-width: 820px) {.direct-summary{
    padding: 56px 20px 48px;
  }.direct-summary .top-actions{
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.direct-summary{
  background: var(--tone-extra-22);
  color: var(--ink-deep);
}
.strong-wrap{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4.5rem 1.25rem;
  }
.strong-wrap .top-actions{max-width: 1080px;
    margin: 0 auto;}
.strong-wrap .fresh-copy h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 1.1rem;
    letter-spacing: -0.01em;}
.strong-wrap .fresh-copy .steady-media{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 2.75rem;
    color: var(--paint-muted);}
.strong-wrap .page-quote{list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;}
.strong-wrap .site-flow{padding: 1.5rem 0;
    border-top: 1px solid var(--line-clear);}
.strong-wrap .site-flow:last-child{border-bottom: 1px solid var(--line-clear);}
.strong-wrap .site-flow h3{font-size: 1.1rem;
    line-height: 1.3;
    margin: 0 0 0.5rem;
    font-weight: 600;}
.strong-wrap .site-flow p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.strong-wrap .media-area{margin: 2.5rem 0 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.strong-wrap .media-area a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.strong-wrap .media-area a:hover{color: #0b6f5c;}
@media (min-width: 760px) {.strong-wrap{
      padding: 6rem 2rem;
    }.strong-wrap .page-quote{
      grid-template-columns: 1fr 1fr;
      column-gap: 3rem;
    }.strong-wrap .site-flow{
      padding: 1.75rem 0;
    }.strong-wrap .site-flow:nth-child(2){
      border-top: 1px solid var(--line-clear);
    }
  }
.strong-wrap{
  background: var(--line-main);
  color: var(--paint-muted);
}
.bottom-method{position:relative;overflow:hidden;isolation:isolate;}
.bottom-method>*{position:relative;z-index:1;}
.bottom-method::after{content:"";position:absolute;right:clamp(1rem,5vw,4rem);top:18%;width:clamp(5rem,13vw,9rem);aspect-ratio:1;border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:999px;opacity:.55;animation:wpAccentRing calc(18s + (2 * 5s)) var(--speed-fast) infinite alternate;pointer-events:none;}
@keyframes wpAccentRing{from{transform:scale(.96);}to{transform:scale(1.04) translateY(calc(2 * .4rem));}}
@media (prefers-reduced-motion: reduce){.bottom-method::before,.bottom-method::after{animation:none!important;}}
.contact-wrap{
    --layer-strong: #eef6f2;
    --font-small: #d6e4de;
    background: var(--line-main, #fbfdfc);
    color: var(--paint-muted, #14211e);
    padding: 72px 24px;
  }
.contact-wrap .top-actions{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 44px;}
.contact-wrap .steady-media h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.contact-wrap .steady-media p{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0;}
.contact-wrap .text-stack{display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 36px 40px;}
.contact-wrap .media-area h3{font-size: 1.05rem;
    margin: 0 0 10px;
    letter-spacing: 0.01em;}
.contact-wrap .media-area p{font-size: 0.96rem;
    line-height: 1.6;
    margin: 0 0 10px;}
.contact-wrap .media-area p.sla{
    background: var(--layer-strong, #eef6f2);
    color: var(--paint-muted, #14211e);
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.88rem;
    line-height: 1.5;
    margin: 0;
  }
.contact-wrap a{text-decoration: underline;
    text-underline-offset: 3px;}
.contact-wrap a:hover{}
.contact-wrap .local-lead{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0;
    padding-top: 8px;}
@media (max-width: 860px) {.contact-wrap .text-stack{
      grid-template-columns: 1fr;
      gap: 28px;
    }
  }
@media (max-width: 520px) {.contact-wrap{
      padding: 52px 18px;
    }.contact-wrap .top-actions{
      gap: 32px;
    }
  }
.contact-wrap{
  background: var(--tone-extra-22);
  color: var(--ink-deep);
}
.active-track{
    --type-large: #d6e4de;
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4.5rem 1.25rem;
  }
.active-track .top-actions{max-width: 780px;
    margin: 0 auto;}
.active-track .fresh-copy{margin-bottom: 2.75rem;}
.active-track h2{font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.active-track .steady-media{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;
    color: #3c4f4a;}
.active-track .site-form{margin: 0;}
.active-track .active-surface{padding: 1.5rem 0;
    border-top: 1px solid var(--type-large);}
.active-track .active-surface:last-child{border-bottom: 1px solid var(--type-large);}
.active-track dt{font-weight: 600;
    font-size: 1.05rem;
    line-height: 1.4;
    margin-bottom: 0.6rem;}
.active-track dd{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    color: #3c4f4a;}
.active-track .media-area{margin: 2.5rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #3c4f4a;}
.active-track .media-area a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.active-track .media-area a:hover{color: #0b6f5c;}
@media (max-width: 520px) {.active-track{
      padding: 3rem 1.1rem;
    }.active-track .active-surface{
      padding: 1.25rem 0;
    }
  }
.active-track{
  background: var(--line-main);
  color: var(--paint-muted);
}
.text-rail{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 72px 20px;
  }
.text-rail .top-actions{max-width: 880px;
    margin: 0 auto;}
.text-rail .fresh-copy h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 16px;
    font-weight: 600;}
.text-rail .fresh-copy p{margin: 0 0 44px;
    font-size: 1.05rem;
    line-height: 1.6;}
.text-rail .bottom-figure{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 32px;}
.text-rail .fresh-media{display: grid;
    grid-template-columns: 40px 1fr;
    gap: 20px;
    align-items: start;}
.text-rail .fresh-media h3{grid-column: 2;
    margin: 0 0 8px;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.35;}
.text-rail .fresh-media p{grid-column: 2;
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.text-rail .fresh-media::before{
    content: counter(step);
    counter-increment: step;
    grid-row: 1 / span 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #c9f2e4;
    color: #0a3d33;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.95rem;
  }
.text-rail .bottom-figure{counter-reset: step;}
.text-rail .media-area{margin: 48px 0 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.text-rail .media-area a{text-decoration: underline;
    text-underline-offset: 3px;}
.text-rail .media-area a:hover{}
@media (max-width: 560px) {.text-rail{
      padding: 56px 16px;
    }.text-rail .fresh-copy h2{
      font-size: 1.45rem;
    }.text-rail .fresh-media{
      grid-template-columns: 32px 1fr;
      gap: 14px;
    }.text-rail .fresh-media::before{
      width: 32px;
      height: 32px;
      font-size: 0.85rem;
    }
  }
.text-rail{
  background: var(--tone-extra-22);
  color: var(--ink-deep);
}
.public-header{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 72px 24px;
  }
.public-header .top-actions{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;}
.public-header h2{font-size: clamp(1.6rem, 3vw, 2.1rem);
    line-height: 1.2;
    margin: 0;
    font-weight: 600;
    letter-spacing: -0.01em;}
.public-header p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.7;
    color: var(--paint-muted);
    opacity: 0.9;}
.public-header .steady-media{font-size: 1.12rem;
    line-height: 1.65;
    opacity: 1;}
.public-header .simple-rail{align-self: flex-start;
    margin-top: 8px;color:inherit;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.98rem;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;}
.public-header .simple-rail:hover{color: var(--tone-extra-35, #0b6f5c);}
@media (max-width: 640px) {.public-header{
      padding: 52px 18px;
    }
  }
.public-header{
  background: var(--line-main);
  color: var(--paint-muted);
}
.focused-intro{
    background: var(--line-main, #fbfdfc);
    color: var(--paint-muted, #14211e);
    padding: 72px 24px;
  }
.focused-intro .top-actions{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 48px;}
.focused-intro .fresh-copy h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 16px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.focused-intro .fresh-copy .steady-media{font-size: 1.08rem;
    line-height: 1.6;
    margin: 0;}
.focused-intro .bottom-figure{display: flex;
    flex-direction: column;
    gap: 28px;}
.focused-intro .fresh-media{
    background: var(--tone-extra-8, #ffffff);
    color: var(--surface-base, #14211e);
    border: 1px solid var(--line-clear, #d6e4de);
    border-radius: 14px;
    padding: 26px 28px;
    display: grid;
    grid-template-columns: minmax(180px, 260px) 1fr;
    gap: 12px 32px;
    align-items: start;
  }
.focused-intro .fresh-media h3{font-size: 1.12rem;
    line-height: 1.35;
    margin: 0;
    font-weight: 600;}
.focused-intro .fresh-media p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.focused-intro .clear-service{
    background: #eef6f2;
    color: var(--surface-inverse, #14211e);
    border-radius: 14px;
    padding: 30px 32px;
  }
.focused-intro .clear-service h3{font-size: 1.2rem;
    margin: 0 0 12px;
    font-weight: 600;}
.focused-intro .clear-service p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.focused-intro .clear-service a{text-decoration: underline;
    text-underline-offset: 3px;}
.focused-intro .clear-service a:hover{}
@media (max-width: 720px) {.focused-intro{
      padding: 48px 18px;
    }.focused-intro .top-actions{
      gap: 36px;
    }.focused-intro .fresh-copy h2{
      font-size: 1.5rem;
    }.focused-intro .fresh-media{
      grid-template-columns: 1fr;
      padding: 22px 20px;
      gap: 10px;
    }.focused-intro .clear-service{
      padding: 24px 20px;
    }
  }
.focused-intro{
  background: var(--tone-extra-22);
  color: var(--ink-deep);
}
.direct-block{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 72px 24px;
  }
.direct-block .top-actions{max-width: 880px;
    margin: 0 auto;}
.direct-block h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 600;}
.direct-block .steady-media{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 48px;}
.direct-block .strong-content{display: flex;
    flex-direction: column;
    gap: 40px;}
.direct-block .plain-actions{display: grid;
    grid-template-columns: 160px 1fr;
    gap: 28px;
    align-items: start;}
.direct-block .local-media{margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.02em;color:inherit;}
.direct-block .plain-actions h3{font-size: 1.15rem;
    margin: 0 0 8px;
    font-weight: 600;
    line-height: 1.3;}
.direct-block .plain-actions p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
@media (max-width: 640px) {.direct-block{
      padding: 56px 20px;
    }.direct-block h2{
      font-size: 1.55rem;
    }.direct-block .plain-actions{
      grid-template-columns: 1fr;
      gap: 8px;
    }.direct-block .strong-content{
      gap: 32px;
    }
  }
.direct-block{
  background: var(--line-main);
  color: var(--paint-muted);
}
.secondary-brand{
    background: var(--line-main, #fbfdfc);
    color: var(--paint-muted, #14211e);
    padding: 64px 24px;
  }
.secondary-brand .top-actions{max-width: 780px;
    margin: 0 auto;}
.secondary-brand h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.secondary-brand .steady-media{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 40px;}
.secondary-brand h3{font-size: 1.15rem;
    line-height: 1.3;
    margin: 0 0 14px;}
.secondary-brand .clear-tile{list-style: none;
    padding: 0;
    margin: 0 0 40px;
    display: flex;
    flex-direction: column;
    gap: 18px;}
.secondary-brand .clear-tile li{line-height: 1.6;
    padding-left: 0;}
.secondary-brand .clear-tile strong{display: block;
    font-weight: 600;
    margin-bottom: 4px;}
.secondary-brand p:last-child{line-height: 1.6;
    margin: 0;}
.secondary-brand a{text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 560px) {.secondary-brand{
      padding: 48px 18px;
    }.secondary-brand h2{
      font-size: 1.45rem;
    }
  }
.secondary-brand{
  background: var(--tone-extra-22);
  color: var(--ink-deep);
}
.welcome{padding:var(--measure-form) var(--gutter-hero);background:var(--line-main);color:var(--paint-muted);}
.plain-note{max-width:var(--space-item);margin:0 auto;}
.welcome h1{margin:0;font-size:calc(15.1px * 2.65);line-height:1.08;}
.contact-tile{
    --tone-extra-47: #0f8a72;
    --copy-main: #d6e4de;
    background: var(--line-main, #fbfdfc);
    color: var(--paint-muted, #14211e);
    padding: 72px 24px 84px;
  }
.contact-tile .top-actions{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 56px 72px;
    align-items: start;}
.contact-tile .compact-note h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 20px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.contact-tile .compact-note p{margin: 0 0 16px;
    font-size: 1.02rem;
    line-height: 1.65;}
.contact-tile .compact-note p:last-child{margin-bottom: 0;}
.contact-tile .featured-quote{display: flex;
    flex-direction: column;
    gap: 18px;
    padding-top: 6px;}
.contact-tile .focused-form{display: flex;
    flex-direction: column;
    gap: 6px;}
.contact-tile .focused-form label{font-size: 0.9rem;
    letter-spacing: 0.01em;}
.contact-tile .focused-form input,
  .contact-tile .focused-form select{
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    font: inherit;
    font-size: 1rem;
    color: #14211e;
    background: #ffffff;
    border: 1px solid var(--copy-main);
    border-radius: 8px;
    appearance: none;
  }
.contact-tile .focused-form input:focus,
  .contact-tile .focused-form select:focus{outline: 2px solid var(--tone-extra-47);
    outline-offset: 1px;
    border-color: var(--tone-extra-47);}
.contact-tile .featured-quote button{
    align-self: flex-start;
    padding: 13px 26px;
    font: inherit;
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    background: var(--tone-extra-47);
    border: 0;
    border-radius: 8px;
    cursor: pointer;
  }
.contact-tile .featured-quote button:hover{
    background: #0b6f5c;
  }
.contact-tile .primary-actions{margin: 0;
    font-size: 0.86rem;
    line-height: 1.5;
    opacity: 0.78;}
.contact-tile .clear-service{grid-column: 1 / -1;
    margin: 8px 0 0;
    padding-top: 22px;
    border-top: 1px solid var(--copy-main);
    font-size: 1rem;
    line-height: 1.6;}
.contact-tile .clear-service a{text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 820px) {.contact-tile{
      padding: 56px 20px 68px;
    }.contact-tile .top-actions{
      grid-template-columns: 1fr;
      gap: 36px;
    }.contact-tile .compact-note h2{
      font-size: 1.5rem;
    }
  }
.contact-tile{
  background: var(--tone-extra-22);
  color: var(--ink-deep);
}
.simple-items{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4.5rem 1.5rem 5rem;
  }
.simple-items .top-actions{max-width: 1080px;
    margin: 0 auto;}
.simple-items .fresh-copy{display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    margin-bottom: 3rem;}
.simple-items .fresh-copy h2{font-size: 1.85rem;
    line-height: 1.2;
    margin: 0;
    font-weight: 600;
    letter-spacing: -0.01em;}
.simple-items .steady-media{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: var(--paint-muted);
    opacity: 0.82;}
.simple-items .plain-brand{display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2.25rem 2rem;}
.simple-items .active-surface{display: flex;
    flex-direction: column;
    gap: 0.85rem;}
.simple-items .active-surface h3{font-size: 1.12rem;
    line-height: 1.35;
    margin: 0;
    font-weight: 600;}
.simple-items .active-surface p{margin: 0;
    font-size: 0.96rem;
    line-height: 1.6;}
.simple-items .active-surface .compact-note{
    font-size: 0.86rem;
    line-height: 1.55;
    background: #eef6f2;
    color: var(--surface-inverse);
    padding: 0.7rem 0.85rem;
    border-radius: 8px;
  }
.simple-items .open-form{margin-top: auto;
    align-self: flex-start;
    font-size: 0.92rem;
    font-weight: 500;
    text-decoration: none;color:inherit;
    padding-bottom: 2px;
    border-bottom: 1px solid currentColor;}
.simple-items .open-form:hover{color: #0b6f5c;}
@media (max-width: 860px) {.simple-items .plain-brand{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.simple-items{
      padding: 3rem 1.25rem 3.5rem;
    }.simple-items .fresh-copy h2{
      font-size: 1.55rem;
    }
  }
.simple-items{
  background: var(--line-main);
  color: var(--paint-muted);
}
.local-group{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 72px 24px 80px;
  }
.local-group .top-actions{max-width: 1040px;
    margin: 0 auto;
    display: grid;
    gap: 48px;}
.local-group .fresh-copy{display: grid;
    gap: 14px;}
.local-group .fresh-copy h2{margin: 0;
    font-size: 1.7rem;
    line-height: 1.25;
    font-weight: 600;}
.local-group .fresh-copy p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;}
.local-group .strong-content{display: grid;
    gap: 34px;}
.local-group .plain-actions{display: grid;
    gap: 10px;}
.local-group .plain-actions h3{margin: 0;
    font-size: 1.15rem;
    line-height: 1.35;
    font-weight: 600;}
.local-group .plain-actions p{margin: 0;
    font-size: 0.97rem;
    line-height: 1.6;}
.local-group .soft-section{justify-self: start;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;}
.local-group .soft-section:hover{}
@media (min-width: 760px) {.local-group{
      padding: 96px 40px 104px;
    }.local-group .top-actions{
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
      gap: 64px;
      align-items: start;
    }.local-group .strong-content{
      gap: 40px;
    }
  }
.local-group{
  background: var(--tone-extra-22);
  color: var(--ink-deep);
}
.secondary-brand{
    --tone-base: var(--line-main);
    --surface-clear: var(--paint-muted);
    --ink-main: #eef6f2;
    background: var(--tone-base);
    color: var(--surface-clear);
    padding: 72px 24px;
  }
.secondary-brand .top-actions{max-width: 880px;
    margin: 0 auto;}
.secondary-brand h2{margin: 0 0 20px;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.secondary-brand .steady-media{margin: 0 0 16px;
    font-size: 1.0625rem;
    line-height: 1.65;}
.secondary-brand p{margin: 0 0 16px;
    line-height: 1.65;}
.secondary-brand .clear-tile{list-style: none;
    margin: 36px 0 0;
    padding: 0;
    display: grid;
    gap: 28px;}
.secondary-brand .clear-tile li{padding-top: 20px;
    border-top: 1px solid var(--line-clear, #d6e4de);}
.secondary-brand .clear-tile h3{margin: 0 0 6px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.01em;}
.secondary-brand .clear-tile p{margin: 0;
    font-size: 0.9375rem;
    line-height: 1.6;}
@media (min-width: 720px) {.secondary-brand{
      padding: 96px 40px;
    }.secondary-brand .clear-tile{
      grid-template-columns: 1fr 1fr;
      column-gap: 48px;
      row-gap: 32px;
    }
  }
.secondary-brand{
  background: var(--line-main);
  color: var(--paint-muted);
}
.local-group{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4rem 1.5rem;
  }
.local-group .top-actions{max-width: 780px;
    margin: 0 auto;}
.local-group h2{font-size: 1.55rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 600;}
.local-group .steady-media{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 2.5rem;}
.local-group .plain-actions{margin: 0 0 2rem;}
.local-group .plain-actions:last-of-type{margin-bottom: 2.5rem;}
.local-group .plain-actions h3{font-size: 1.12rem;
    line-height: 1.35;
    margin: 0 0 0.5rem;
    font-weight: 600;}
.local-group .plain-actions h3 a{color: inherit;
    text-decoration: none;
    border-bottom: 1px solid #0f8a72;
    padding-bottom: 1px;}
.local-group .plain-actions h3 a:hover{color:inherit;}
.local-group .plain-actions p{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0;}
.local-group .media-area{font-size: 0.94rem;
    line-height: 1.6;
    margin: 0;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line-clear);}
.local-group .media-area a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid #0f8a72;}
.local-group .media-area a:hover{color: #0b6f5c;}
@media (max-width: 560px) {.local-group{
      padding: 2.75rem 1.15rem;
    }.local-group h2{
      font-size: 1.32rem;
    }.local-group .steady-media{
      margin-bottom: 2rem;
    }
  }
.local-group{
  background: var(--line-main);
  color: var(--paint-muted);
}
.soft-callout{
  --state-static: #c9f2e4;
  --axis-active: #0a3d33;
  background: var(--line-main, #fbfdfc);
  color: var(--paint-muted, #14211e);
  padding: 72px 24px 88px;
}
.soft-callout .top-actions{max-width: 1080px;
  margin: 0 auto;}
.soft-callout h2{font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1.2;
  margin: 0 0 18px;
  letter-spacing: -0.01em;}
.soft-callout .steady-media{font-size: 1.02rem;
  line-height: 1.65;
  margin: 0 0 48px;}
.soft-callout .plain-surface{display: flex;
  flex-direction: column;
  gap: 44px;}
.soft-callout .fresh-content{margin: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;}
.soft-callout .fresh-content:nth-child(even){grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);}
.soft-callout .fresh-content:nth-child(even) img{order: 2;}
.soft-callout .fresh-content img{
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  background: var(--state-static);color:var(--surface-base);}
.soft-callout .fresh-content figcaption h3{font-size: 1.12rem;
  line-height: 1.35;
  margin: 0 0 10px;}
.soft-callout .fresh-content figcaption p{font-size: 0.97rem;
  line-height: 1.65;
  margin: 0;}
@media (max-width: 760px) {.soft-callout{
    padding: 56px 18px 64px;
  }.soft-callout .fresh-content,
  .soft-callout .fresh-content:nth-child(even){
    grid-template-columns: 1fr;
    gap: 18px;
  }.soft-callout .fresh-content:nth-child(even) img{
    order: 0;
  }.soft-callout .fresh-content img{
    height: 240px;
  }.soft-callout .steady-media{
    margin-bottom: 36px;
  }.soft-callout .plain-surface{
    gap: 36px;
  }
}
.soft-callout{
  background: var(--tone-extra-22);
  color: var(--ink-deep);
}
.team-unit{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4.5rem 1.5rem;
  }
.team-unit .top-actions{max-width: 780px;
    margin: 0 auto;}
.team-unit h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 1.5rem;
    font-weight: 600;
    letter-spacing: -0.01em;}
.team-unit .steady-media{font-size: 1.0625rem;
    line-height: 1.65;
    margin: 0 0 1.25rem;}
.team-unit .local-service{font-size: 1rem;
    line-height: 1.7;
    margin: 0 0 1.25rem;
    color: var(--surface-inverse, var(--paint-muted));}
.team-unit .media-area{margin: 2rem 0 0;
    font-size: 0.9375rem;
    line-height: 1.6;}
.team-unit .media-area a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.team-unit .media-area a:hover{color:inherit;}
@media (max-width: 600px) {.team-unit{
      padding: 3rem 1.25rem;
    }.team-unit h2{
      font-size: 1.5rem;
    }
  }
.team-unit{
  background: var(--line-main);
  color: var(--paint-muted);
}
.focused-header{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4.5rem 1.25rem 5rem;
  }
.focused-header .top-actions{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    gap: 3rem 4rem;
    align-items: start;}
.focused-header .steady-media h2{margin: 0 0 1.25rem;
    font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.focused-header .steady-media p{margin: 0 0 1rem;
    font-size: 1.02rem;
    line-height: 1.65;}
.focused-header .steady-media p:last-child{margin-bottom: 0;}
.focused-header .simple-benefit{
    background: #eef6f2;
    color: var(--surface-inverse);
    padding: 1.75rem 1.6rem 1.9rem;
    border-radius: 14px;
  }
.focused-header .simple-benefit .compact-note{margin: 0 0 1.25rem;
    font-size: 0.98rem;
    line-height: 1.6;}
.focused-header .simple-benefit .go{
    display: inline-block;
    background: var(--tone-main);
    color: var(--surface-soft);
    text-decoration: none;
    padding: 0.85rem 1.5rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.98rem;
    transition: background 0.18s ease;
  }
.focused-header .simple-benefit .go:hover{
    background: var(--tone-extra-35, #0b6f5c);color:var(--surface-base);}
.focused-header .simple-benefit .media-area{margin: 1.35rem 0 0;
    font-size: 0.88rem;
    line-height: 1.6;}
.focused-header .simple-benefit .media-area a{text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 780px) {.focused-header{
      padding: 3.25rem 1.1rem 3.75rem;
    }.focused-header .top-actions{
      grid-template-columns: 1fr;
      gap: 2.25rem;
    }
  }
.focused-header{
  background: var(--tone-extra-22);
  color: var(--ink-deep);
}
.text-rail{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4.5rem 1.5rem;
  }
.text-rail .top-actions{max-width: 1080px;
    margin: 0 auto;}
.text-rail .fresh-copy{margin-bottom: 3rem;}
.text-rail .fresh-copy h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.text-rail .fresh-copy p{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.text-rail .media-quote{display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 3rem;
    align-items: start;}
.text-rail .clear-story h3{font-size: 1.15rem;
    margin: 0 0 0.85rem;}
.text-rail .clear-story p{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0 0 1rem;}
.text-rail .clear-story p:last-child{margin-bottom: 0;}
.text-rail .bottom-figure{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;}
.text-rail .fresh-media{display: grid;
    grid-template-columns: 3rem minmax(0, 1fr);
    gap: 1rem;
    align-items: start;}
.text-rail .service-summary{font-size: 0.85rem;
    letter-spacing: 0.08em;color:inherit;
    padding-top: 0.35rem;}
.text-rail .fresh-media h3{font-size: 1.1rem;
    margin: 0 0 0.5rem;}
.text-rail .fresh-media p{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0;}
.text-rail .clear-service{margin: 3rem 0 0;
    font-size: 1rem;
    line-height: 1.7;}
.text-rail .clear-service a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.text-rail .clear-service a:hover{color: #0b6f5c;}
@media (max-width: 760px) {.text-rail{
      padding: 3rem 1.25rem;
    }.text-rail .media-quote{
      grid-template-columns: 1fr;
      gap: 2.25rem;
    }.text-rail .fresh-copy h2{
      font-size: 1.55rem;
    }
  }
.text-rail{
  background: var(--line-main);
  color: var(--paint-muted);
}
.offer-group{
    background: var(--line-main, #fbfdfc);
    color: var(--paint-muted, #14211e);
    padding: 72px 24px;
  }
.offer-group .top-actions{max-width: 1080px;
    margin: 0 auto;}
.offer-group .fresh-copy{margin-bottom: 48px;}
.offer-group .fresh-copy h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.offer-group .fresh-copy p{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.offer-group .soft-body{display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;}
.offer-group .wide-inner{padding: 0 0 24px;
    margin: 0 0 24px;
    border-bottom: 1px solid var(--line-clear, #d6e4de);}
.offer-group .wide-inner:last-child{border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;}
.offer-group .wide-inner h3{font-size: 1.12rem;
    line-height: 1.3;
    margin: 0 0 8px;}
.offer-group .wide-inner p{font-size: 0.98rem;
    line-height: 1.6;
    margin: 0;}
.offer-group .fresh-content{
    margin: 0;
    background: #eef6f2;
    color: var(--surface-inverse, #14211e);
    border-radius: 14px;
    overflow: hidden;
  }
.offer-group .fresh-content img{display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;}
.offer-group .fresh-content figcaption{font-size: 0.86rem;
    line-height: 1.5;
    padding: 14px 18px;}
.offer-group .media-area{margin: 48px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.offer-group .media-area a{text-decoration: underline;
    text-underline-offset: 3px;}
.offer-group .media-area a:hover{}
@media (max-width: 820px) {.offer-group{
      padding: 56px 20px;
    }.offer-group .soft-body{
      grid-template-columns: 1fr;
      gap: 36px;
    }.offer-group .fresh-copy{
      margin-bottom: 36px;
    }
  }
.offer-group{
  background: var(--tone-extra-22);
  color: var(--ink-deep);
}
.contact-wrap{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4rem 1.25rem;
  }
.contact-wrap .top-actions{max-width: 1080px;
    margin: 0 auto;}
.contact-wrap h2{font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 600;}
.contact-wrap .steady-media{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 2.5rem;
    color: var(--paint-muted);}
.contact-wrap .text-stack{display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2.5rem;}
.contact-wrap .media-area h3{font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    letter-spacing: 0.01em;}
.contact-wrap .media-area p{margin: 0 0 0.5rem;
    line-height: 1.55;
    font-size: 0.95rem;}
.contact-wrap .media-area .compact-body{margin: 0;
    font-weight: 500;}
.contact-wrap .media-area .compact-body a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.contact-wrap .media-area .compact-body a:hover{color: #0b6f5c;}
.contact-wrap .compact-note{font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    color: var(--paint-muted);}
.contact-wrap .compact-note a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.contact-wrap .compact-note a:hover{color: #0b6f5c;}
@media (min-width: 720px) {.contact-wrap{
      padding: 5rem 2rem;
    }.contact-wrap .text-stack{
      grid-template-columns: 1.2fr 1fr 1fr;
      gap: 2.5rem;
    }
  }
.contact-wrap{
  background: var(--line-main);
  color: var(--paint-muted);
}
.active-track{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4.5rem 1.25rem;
  }
.active-track .top-actions{max-width: 780px;
    margin: 0 auto;}
.active-track h2{margin: 0 0 1rem;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.2;
    font-weight: 600;}
.active-track .steady-media{margin: 0 0 2.5rem;
    font-size: 1.02rem;
    line-height: 1.65;}
.active-track .direct-grid{display: flex;
    flex-direction: column;
    gap: 1.75rem;}
.active-track .active-surface h3{margin: 0 0 0.5rem;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.35;}
.active-track .active-surface p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;}
.active-track .compact-note{margin: 2.75rem 0 0;
    font-size: 0.95rem;
    line-height: 1.7;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line-clear, #d6e4de);}
.active-track .compact-note a{text-decoration: underline;
    text-underline-offset: 3px;}
.active-track .compact-note a:hover{}
@media (max-width: 600px) {.active-track{
      padding: 3rem 1rem;
    }.active-track .direct-grid{
      gap: 1.5rem;
    }
  }
.active-track{
  background: var(--tone-extra-22);
  color: var(--ink-deep);
}
.contact-wrap{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 72px 24px;
  }
.contact-wrap .top-actions{max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;}
.contact-wrap h2{margin: 0;
    font-size: clamp(1.5rem, 1.1rem + 1.6vw, 2.1rem);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.contact-wrap p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.contact-wrap a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.contact-wrap a:hover{color: #0b6f5c;}
.contact-wrap .media-area{margin-top: 4px;
    padding-top: 18px;
    border-top: 1px solid var(--line-clear, #d6e4de);
    font-size: 0.98rem;}
@media (max-width: 600px) {.contact-wrap{
      padding: 52px 18px;
    }
  }
.content-block{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4.5rem 1.25rem 5rem;
  }
.content-block .top-actions{max-width: 760px;
    margin: 0 auto;}
.content-block h2{font-size: 1.65rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.content-block .steady-media{font-size: 1.02rem;
    line-height: 1.6;
    margin: 0 0 2.25rem;}
.content-block .direct-grid{display: flex;
    flex-direction: column;
    gap: 1.5rem;}
.content-block .site-menu{display: flex;
    flex-direction: column;
    gap: 0.35rem;}
.content-block .fresh-quote{font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;}
.content-block .compact-body{margin: 0;
    font-size: 1rem;
    line-height: 1.55;}
.content-block .compact-body a{color: inherit;
    text-decoration: underline;
    text-decoration-color: #a9e8d4;
    text-underline-offset: 3px;}
.content-block .compact-body a:hover{text-decoration-color: #0f8a72;}
.content-block .compact-note{margin: 2.5rem 0 0;
    font-size: 0.92rem;
    line-height: 1.55;}
@media (min-width: 720px) {.content-block{
      padding: 5.5rem 2rem 6rem;
    }.content-block .site-menu{
      flex-direction: row;
      align-items: baseline;
      gap: 1.5rem;
    }.content-block .fresh-quote{
      flex: 0 0 170px;
      padding-top: 0.15rem;
    }.content-block .compact-body{
      flex: 1 1 auto;
    }
  }
.content-block{
  background: var(--tone-extra-22);
  color: var(--ink-deep);
}
.secondary-brand{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 64px 20px;
  }
.secondary-brand .top-actions{max-width: 780px;
    margin: 0 auto;}
.secondary-brand h2{font-size: 1.7rem;
    line-height: 1.25;
    margin: 0 0 14px;
    letter-spacing: -0.01em;}
.secondary-brand .steady-media{font-size: 1.02rem;
    line-height: 1.6;
    margin: 0 0 34px;}
.secondary-brand .clear-tile{list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 22px;}
.secondary-brand .clear-tile li{padding-left: 0;}
.secondary-brand .clear-tile h3{font-size: 1.02rem;
    margin: 0 0 6px;
    font-weight: 600;}
.secondary-brand .clear-tile p{margin: 0;
    line-height: 1.6;
    font-size: 0.97rem;}
.secondary-brand .top-summary{margin: 36px 0 0;
    font-size: 0.95rem;
    line-height: 1.6;}
.secondary-brand a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 620px) {.secondary-brand{
      padding: 44px 18px;
    }.secondary-brand h2{
      font-size: 1.4rem;
    }.secondary-brand .steady-media{
      margin-bottom: 26px;
    }
  }
.local-group{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4.5rem 1.5rem 5rem;
  }
.local-group .top-actions{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    column-gap: 4rem;
    row-gap: 1.5rem;
    align-items: start;}
.local-group h2{margin: 0;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    line-height: 1.2;
    letter-spacing: -0.01em;}
.local-group .steady-media{margin: 0;
    grid-column: 1;
    font-size: 1rem;
    line-height: 1.65;
    opacity: 0.82;}
.local-group .soft-section{grid-column: 2;
    grid-row: 1 / span 2;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.75rem;}
.local-group .soft-section li{display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid var(--line-clear, #d6e4de);}
.local-group .soft-section li:last-child{border-bottom: none;
    padding-bottom: 0;}
.local-group .soft-section a{display: inline-block;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none;
    transition: color 0.2s ease;}
.local-group .soft-section a:hover,
  .local-group .soft-section a:focus-visible{text-decoration: underline;
    text-underline-offset: 3px;}
.local-group .soft-section span{font-size: 0.9375rem;
    line-height: 1.6;
    opacity: 0.78;}
@media (max-width: 760px) {.local-group{
      padding: 3rem 1.25rem 3.5rem;
    }.local-group .top-actions{
      grid-template-columns: 1fr;
      row-gap: 1.25rem;
    }.local-group .soft-section{
      grid-column: 1;
      grid-row: auto;
      margin-top: 1rem;
    }
  }
.site-links{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4.5rem 1.25rem;
  }
.site-links .top-actions{max-width: 1080px;
    margin: 0 auto;}
.site-links .fresh-copy{margin-bottom: 2.75rem;}
.site-links .fresh-copy h2{font-size: clamp(1.5rem, 2.6vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 600;}
.site-links .fresh-copy p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.site-links .strong-content{display: flex;
    flex-direction: column;}
.site-links .plain-actions{padding: 1.35rem 0;
    border-top: 1px solid var(--line-clear, #d6e4de);}
.site-links .plain-actions:last-child{border-bottom: 1px solid var(--line-clear, #d6e4de);}
.site-links .plain-actions h3{margin: 0 0 0.45rem;
    font-size: 1.08rem;
    font-weight: 600;
    letter-spacing: 0.01em;}
.site-links .plain-actions p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.site-links .clear-service{margin: 2.25rem 0 1.1rem;
    font-size: 1rem;
    line-height: 1.6;}
.site-links .simple-benefit{
    display: inline-block;
    background: var(--tone-main, #0f8a72);
    color: var(--surface-soft, #ffffff);
    padding: 0.7rem 1.3rem;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
  }
.site-links .simple-benefit:hover{
    background: var(--tone-extra-35, #0b6f5c);color:var(--surface-base);}
@media (max-width: 640px) {.site-links{
      padding: 3rem 1rem;
    }.site-links .plain-actions{
      padding: 1.1rem 0;
    }
  }
.site-links{
  background: var(--line-main);
  color: var(--paint-muted);
}
.team-unit{
    --surface-light: #d6e4de;
    --mark-soft: #eef6f2;
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4.5rem 1.25rem 5rem;
  }
.team-unit .top-actions{max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2.75rem;}
.team-unit .fresh-copy h2{font-size: clamp(1.6rem, 2.6vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 1.1rem;
    letter-spacing: -0.01em;}
.team-unit .fresh-copy p{margin: 0 0 0.9rem;
    font-size: 1.02rem;
    line-height: 1.65;}
.team-unit .fresh-copy p:last-child{margin-bottom: 0;}
.team-unit .public-inner{display: flex;
    flex-direction: column;
    gap: 0;}
.team-unit .plain-actions{padding: 1.6rem 0;
    border-top: 1px solid var(--surface-light);}
.team-unit .plain-actions:last-child{border-bottom: 1px solid var(--surface-light);}
.team-unit .plain-actions h3{font-size: 1.12rem;
    line-height: 1.35;
    margin: 0 0 0.55rem;
    font-weight: 600;}
.team-unit .plain-actions p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;}
.team-unit .media-area{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;}
.team-unit .media-area a{text-decoration: underline;
    text-underline-offset: 3px;}
.team-unit .media-area a:hover{}
@media (min-width: 780px) {.team-unit{
      padding: 5.5rem 2rem 6rem;
    }.team-unit .top-actions{
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
      column-gap: 4rem;
      row-gap: 2.5rem;
      align-items: start;
    }.team-unit .fresh-copy{
      grid-column: 1;
    }.team-unit .public-inner{
      grid-column: 2;
      grid-row: 1 / span 2;
    }.team-unit .media-area{
      grid-column: 1;
    }
  }
.team-unit{
  background: var(--tone-extra-22);
  color: var(--ink-deep);
}
.direct-block{
  background: var(--line-main);
  color: var(--paint-muted);
  padding: 72px 20px;
}
.direct-block .top-actions{max-width: 880px;
  margin: 0 auto;}
.direct-block h2{font-size: 1.75rem;
  line-height: 1.25;
  margin: 0 0 18px;
  font-weight: 600;}
.direct-block .steady-media{font-size: 1.05rem;
  line-height: 1.6;
  margin: 0 0 40px;}
.direct-block .bottom-figure{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 34px;}
.direct-block .fresh-media{padding-left: 0;}
.direct-block .offer-brand{display: block;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 6px;}
.direct-block .fresh-media h3{font-size: 1.15rem;
  line-height: 1.35;
  margin: 0 0 8px;
  font-weight: 600;}
.direct-block .fresh-media p{font-size: 1rem;
  line-height: 1.65;
  margin: 0;}
.direct-block .clear-service{margin: 44px 0 0;
  font-size: 1rem;
  line-height: 1.6;}
.direct-block .clear-service a{text-decoration: underline;
  text-underline-offset: 3px;}
.direct-block .clear-service a:hover{}
@media (min-width: 720px) {.direct-block{
    padding: 96px 32px;
  }.direct-block .bottom-figure{
    display: grid;
    grid-template-columns: 140px 1fr;
    column-gap: 32px;
    row-gap: 40px;
  }.direct-block .fresh-media{
    display: contents;
  }.direct-block .offer-brand{
    grid-column: 1;
    margin: 4px 0 0;
    text-align: right;
  }.direct-block .fresh-media h3,
  .direct-block .fresh-media p{
    grid-column: 2;
  }.direct-block .fresh-media h3{
    margin-top: 0;
  }
}
.direct-block{
  background: var(--tone-extra-22);
  color: var(--ink-deep);
}
.secondary-brand{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 72px 24px;
  }
.secondary-brand .top-actions{max-width: 780px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 22px;}
.secondary-brand h2{font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: -0.01em;
    margin: 0 0 6px;
    font-weight: 600;}
.secondary-brand p{font-size: 1.02rem;
    line-height: 1.7;
    margin: 0;}
@media (max-width: 640px) {.secondary-brand{
      padding: 52px 20px;
    }.secondary-brand h2{
      font-size: 1.35rem;
    }.secondary-brand p{
      font-size: 0.98rem;
    }
  }
.active-track{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4.5rem 1.25rem 5rem;
  }
.active-track .top-actions{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
    gap: 3.5rem 4rem;
    align-items: start;}
.active-track .fresh-copy h2{margin: 0 0 1rem;
    font-size: 1.85rem;
    line-height: 1.2;
    letter-spacing: -0.01em;}
.active-track .fresh-copy p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;
    color: var(--surface-inverse);}
.active-track .strong-content{display: flex;
    flex-direction: column;
    gap: 1.9rem;}
.active-track .plain-actions h3{margin: 0 0 0.5rem;
    font-size: 1.08rem;
    line-height: 1.35;
    font-weight: 600;}
.active-track .plain-actions p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    color: var(--surface-inverse);}
.active-track .media-area{grid-column: 1 / -1;
    margin: 0.5rem 0 0;
    padding-top: 1.6rem;
    border-top: 1px solid var(--line-clear);
    font-size: 0.96rem;
    line-height: 1.6;
    color: var(--surface-inverse);}
.active-track .media-area a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.active-track .media-area a:hover{color: var(--tone-extra-35);}
@media (max-width: 780px) {.active-track{
      padding: 3.25rem 1.1rem 3.5rem;
    }.active-track .top-actions{
      grid-template-columns: 1fr;
      gap: 2.25rem;
    }.active-track .fresh-copy h2{
      font-size: 1.55rem;
    }.active-track .strong-content{
      gap: 1.6rem;
    }
  }
.contact-wrap{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 72px 24px 80px;
  }
.contact-wrap .top-actions{max-width: 1080px;
    margin: 0 auto;}
.contact-wrap h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 18px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.contact-wrap .steady-media{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 44px;
    opacity: 0.85;}
.contact-wrap .text-stack{display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 40px 56px;
    margin-bottom: 48px;}
.contact-wrap .media-area h3{font-size: 1.05rem;
    margin: 0 0 12px;
    font-weight: 600;}
.contact-wrap .media-area p{margin: 0 0 12px;
    line-height: 1.6;
    font-size: 0.97rem;}
.contact-wrap .media-area .service-links{margin: 0 0 6px;
    font-size: 1rem;}
.contact-wrap .media-area .service-links a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.contact-wrap .media-area .service-links a:hover{}
.contact-wrap .media-area .strong-brand{font-size: 0.88rem;
    opacity: 0.7;
    margin: 0;}
.contact-wrap .public-entries{padding-top: 32px;
    border-top: 1px solid #d6e4de;}
.contact-wrap .public-entries p{margin: 0 0 14px;
    line-height: 1.65;
    font-size: 0.97rem;}
.contact-wrap .public-entries .featured-service{margin: 0;
    font-size: 0.95rem;}
.contact-wrap .public-entries a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.contact-wrap .public-entries a:hover{}
@media (max-width: 720px) {.contact-wrap{
      padding: 52px 20px 60px;
    }.contact-wrap h2{
      font-size: 1.45rem;
    }.contact-wrap .text-stack{
      grid-template-columns: 1fr;
      gap: 32px;
      margin-bottom: 36px;
    }.contact-wrap .steady-media{
      margin-bottom: 32px;
    }
  }
.content-block{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4.5rem 1.5rem;
  }
.content-block .top-actions{max-width: 780px;
    margin: 0 auto;}
.content-block h2{font-size: 1.6rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 600;
    letter-spacing: -0.01em;}
.content-block .steady-media{margin: 0 0 2.5rem;
    font-size: 1.02rem;
    line-height: 1.65;}
.content-block .open-group{margin: 0;
    padding: 0;}
.content-block .plain-actions{display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 1.1rem 0;
    border-top: 1px solid var(--line-clear, #d6e4de);}
.content-block .plain-actions:last-child{border-bottom: 1px solid var(--line-clear, #d6e4de);}
.content-block dt{font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.7;}
.content-block dd{margin: 0;
    font-size: 1.05rem;
    line-height: 1.55;}
.content-block dd a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.content-block dd a:hover{color: #0b6f5c;}
.content-block .compact-note{
    margin: 2.5rem 0 0;
    font-size: 0.98rem;
    line-height: 1.65;
    background: #eef6f2;
    color: var(--surface-inverse, #14211e);
    padding: 1.25rem 1.4rem;
    border-radius: 10px;
  }
@media (min-width: 640px) {.content-block .plain-actions{
      flex-direction: row;
      align-items: baseline;
      gap: 1.5rem;
    }.content-block dt{
      flex: 0 0 160px;
    }
  }
.content-block{
  background: var(--line-main);
  color: var(--paint-muted);
}
.active-track{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4.5rem 1.25rem;
  }
.active-track .top-actions{max-width: 880px;
    margin: 0 auto;}
.active-track .main-region{margin-bottom: 2.75rem;}
.active-track .main-region h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 0.9rem;
    letter-spacing: -0.01em;}
.active-track .steady-media{margin: 0;
    font-size: 1.02rem;
    line-height: 1.6;
    opacity: 0.82;}
.active-track .site-form{display: flex;
    flex-direction: column;
    gap: 2rem;}
.active-track .active-surface h3{font-size: 1.08rem;
    line-height: 1.35;
    margin: 0 0 0.55rem;
    font-weight: 600;}
.active-track .active-surface p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    opacity: 0.88;}
.active-track .media-area{margin: 2.75rem 0 0;
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.85;}
.active-track .media-area a{text-decoration: underline;
    text-underline-offset: 3px;}
.active-track .media-area a:hover{}
@media (max-width: 640px) {.active-track{
      padding: 3rem 1rem;
    }.active-track .main-region{
      margin-bottom: 2rem;
    }.active-track .site-form{
      gap: 1.6rem;
    }
  }
.secondary-brand{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 72px 24px;
  }
.secondary-brand .top-actions{max-width: 1080px;
    margin: 0 auto;}
.secondary-brand h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 16px;
    letter-spacing: -0.01em;}
.secondary-brand .steady-media{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 40px;
    color: var(--surface-inverse, #14211e);
    opacity: 0.85;}
.secondary-brand .clear-tile{display: flex;
    flex-direction: column;
    gap: 28px;}
.secondary-brand .compact-note{display: grid;
    grid-template-columns: minmax(180px, 240px) 1fr;
    gap: 12px 40px;
    align-items: start;
    padding-top: 24px;
    border-top: 1px solid var(--line-clear, #d6e4de);}
.secondary-brand .compact-note:first-child{padding-top: 0;
    border-top: none;}
.secondary-brand .compact-note h3{font-size: 1.05rem;
    line-height: 1.4;
    margin: 0;
    font-weight: 600;}
.secondary-brand .compact-note p{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0;}
@media (max-width: 720px) {.secondary-brand{
      padding: 56px 20px;
    }.secondary-brand h2{
      font-size: 1.45rem;
    }.secondary-brand .compact-note{
      grid-template-columns: 1fr;
      gap: 8px;
    }
  }
.content-block{
    --type-nav: #d6e4de;
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4.5rem 1.5rem;
  }
.content-block .top-actions{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 3rem;}
.content-block .fresh-copy h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 1.25rem;
    font-weight: 600;}
.content-block .fresh-copy p{margin: 0 0 1rem;
    line-height: 1.65;
    font-size: 1.02rem;}
.content-block .fresh-copy p:last-child{margin-bottom: 0;}
.content-block .visual-list{display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;}
.content-block .direct-headline h3,
  .content-block .steady-group h3{font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    letter-spacing: 0.01em;}
.content-block .direct-headline p,
  .content-block .steady-group p{margin: 0 0 0.65rem;
    line-height: 1.6;
    font-size: 0.97rem;}
.content-block .direct-headline a{display: inline-block;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid var(--tone-main);
    padding-bottom: 1px;
    word-break: break-word;}
.content-block .direct-headline a:hover{border-bottom-color: var(--tone-extra-35);}
.content-block .direct-headline address{font-style: normal;
    line-height: 1.6;
    font-size: 0.97rem;}
.content-block .steady-group{padding-top: 1.75rem;
    border-top: 1px solid var(--type-nav);}
@media (min-width: 720px) {.content-block{
      padding: 5.5rem 2rem;
    }.content-block .visual-list{
      grid-template-columns: repeat(3, 1fr);
      gap: 2.5rem;
    }
  }
.text-rail{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 72px 24px 80px;
  }
.text-rail .top-actions{max-width: 1080px;
    margin: 0 auto;}
.text-rail .steady-media h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 14px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.text-rail .steady-media p{margin: 0 0 40px;
    font-size: 1.05rem;
    line-height: 1.6;}
.text-rail .media-quote{display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 48px;
    align-items: start;}
.text-rail .clear-story h3{font-size: 1.1rem;
    margin: 0 0 12px;
    font-weight: 600;}
.text-rail .clear-story p{margin: 0 0 16px;
    line-height: 1.6;
    font-size: 0.98rem;}
.text-rail .media-area{
    background: #eef6f2;
    color: var(--surface-inverse);
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 0.95rem;
  }
.text-rail .media-area a,
  .text-rail .local-lead a{text-decoration: underline;
    text-underline-offset: 3px;}
.text-rail .bottom-figure{list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: paso;}
.text-rail .fresh-media{counter-increment: paso;
    padding: 0 0 26px;
    margin: 0 0 26px;
    border-bottom: 1px solid var(--line-clear, #d6e4de);}
.text-rail .fresh-media:last-child{border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;}
.text-rail .fresh-media h3{position: relative;
    font-size: 1.08rem;
    margin: 0 0 10px;
    font-weight: 600;
    padding-left: 42px;}
.text-rail .fresh-media h3::before{content: counter(paso, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;}
.text-rail .fresh-media p{margin: 0;
    line-height: 1.6;
    font-size: 0.98rem;}
.text-rail .local-lead{margin: 44px 0 0;
    font-size: 0.98rem;
    line-height: 1.6;}
@media (max-width: 720px) {.text-rail{
      padding: 52px 20px 60px;
    }.text-rail .media-quote{
      grid-template-columns: 1fr;
      gap: 36px;
    }.text-rail .steady-media h2{
      font-size: 1.45rem;
    }
  }
.contact-wrap{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4.5rem 1.5rem;
  }
.contact-wrap .top-actions{max-width: 780px;
    margin: 0 auto;}
.contact-wrap h2{font-size: 1.65rem;
    line-height: 1.3;
    margin: 0 0 1.1rem;
    font-weight: 600;
    letter-spacing: -0.01em;}
.contact-wrap .steady-media{margin: 0 0 2.4rem;
    font-size: 1.02rem;
    line-height: 1.7;
    color: var(--surface-inverse, #14211e);
    opacity: 0.85;}
.contact-wrap .text-stack{list-style: none;
    margin: 0 0 2.2rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.4rem;}
.contact-wrap .text-stack li{display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 1rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid var(--line-clear, #d6e4de);}
.contact-wrap .text-stack li:last-child{border-bottom: none;
    padding-bottom: 0;}
.contact-wrap .fresh-quote{flex: 0 0 6.5rem;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;color:inherit;}
.contact-wrap .text-stack a{color: var(--paint-muted);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid var(--ink-page, #c9f2e4);
    padding-bottom: 1px;}
.contact-wrap .text-stack a:hover{border-bottom-color: #0f8a72;}
.contact-wrap .clear-note{font-weight: 500;}
.contact-wrap .compact-note{flex: 1 1 100%;
    font-size: 0.88rem;
    line-height: 1.55;
    opacity: 0.7;
    margin-left: 7.5rem;}
.contact-wrap .local-lead{margin: 0;
    font-size: 0.98rem;
    line-height: 1.7;
    opacity: 0.85;}
.contact-wrap .local-lead a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;}
.contact-wrap .local-lead a:hover{color: #0b6f5c;}
@media (max-width: 640px) {.contact-wrap{
      padding: 3rem 1.15rem;
    }.contact-wrap h2{
      font-size: 1.35rem;
    }.contact-wrap .fresh-quote{
      flex: 1 1 100%;
    }.contact-wrap .compact-note{
      margin-left: 0;
    }
  }
.open-summary{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4rem 1.25rem 5rem;
  }
.open-summary .top-actions{max-width: 760px;
    margin: 0 auto;}
.open-summary .brand h2{font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.3rem);
    line-height: 1.2;
    margin: 0 0 0.6rem;
    letter-spacing: -0.01em;}
.open-summary .visual-panel{font-size: 1.05rem;
    margin: 0 0 0.9rem;
    opacity: 0.85;}
.open-summary .secondary-details{font-size: 0.85rem;
    margin: 0 0 2rem;
    opacity: 0.7;}
.open-summary .visual-contact{margin: 0 0 2.25rem;}
.open-summary .visual-contact img{display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;}
.open-summary .public-service p{font-size: 1.02rem;
    line-height: 1.7;
    margin: 0 0 1.15rem;}
.open-summary .public-service h3{font-size: 1.15rem;
    margin: 2rem 0 0.7rem;
    letter-spacing: -0.005em;}
.open-summary .open-contact{margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line-clear, #d6e4de);
    font-size: 0.95rem;
    line-height: 1.6;}
.open-summary .open-contact p{margin: 0 0 0.55rem;}
.open-summary .open-contact p:last-child{margin-bottom: 0;}
.open-summary .open-contact a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.open-summary .open-contact a:hover{color: #0b6f5c;}
@media (max-width: 600px) {.open-summary{
      padding: 2.75rem 1rem 3.5rem;
    }.open-summary .visual-contact img{
      border-radius: 10px;
    }
  }
.open-summary{
  background: var(--line-main);
  color: var(--paint-muted);
}
.content-rail{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 72px 24px;
  }
.content-rail .top-actions{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;}
.content-rail .fresh-copy h2{margin: 0 0 20px;
    font-size: 1.75rem;
    line-height: 1.25;
    letter-spacing: -0.01em;}
.content-rail .fresh-copy p{margin: 0 0 16px;
    font-size: 1rem;
    line-height: 1.65;}
.content-rail .fresh-copy p:last-child{margin-bottom: 0;}
.content-rail .service-links{
    background: #eef6f2;
    color: var(--surface-inverse);
    border-radius: 14px;
    padding: 28px 26px;
  }
.content-rail .service-links h3{margin: 0 0 18px;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.01em;}
.content-rail .service-links ul{list-style: none;
    margin: 0;
    padding: 0;}
.content-rail .service-links li{display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 0;
    font-size: 0.95rem;
    line-height: 1.45;}
.content-rail .service-links li + li{border-top: 1px solid var(--line-clear);}
.content-rail .service-links li span{font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.7;}
.content-rail .service-links a{text-decoration: none;
    word-break: break-word;}
.content-rail .service-links a:hover{text-decoration: underline;}
.content-rail .service-links .compact-note{margin: 18px 0 0;
    font-size: 0.9rem;
    line-height: 1.55;
    opacity: 0.85;}
@media (max-width: 780px) {.content-rail{
      padding: 56px 20px;
    }.content-rail .top-actions{
      grid-template-columns: 1fr;
      gap: 36px;
    }.content-rail .fresh-copy h2{
      font-size: 1.5rem;
    }
  }
.content-rail{
  background: var(--tone-extra-22);
  color: var(--ink-deep);
}
.contact-wrap{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 64px 24px 72px;
  }
.contact-wrap .top-actions{max-width: 960px;
    margin: 0 auto;}
.contact-wrap .steady-media{margin-bottom: 40px;}
.contact-wrap .steady-media h2{margin: 0 0 14px;
    font-size: 1.75rem;
    line-height: 1.25;
    letter-spacing: -0.01em;}
.contact-wrap .steady-media p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.contact-wrap .page-contact{display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 48px;
    margin-bottom: 40px;}
.contact-wrap .direct-list h3{margin: 0 0 10px;
    font-size: 1.1rem;
    line-height: 1.3;}
.contact-wrap .direct-list p{margin: 0 0 12px;
    font-size: 0.98rem;
    line-height: 1.6;}
.contact-wrap .direct-list .compact-area{margin: 0;
    font-size: 1rem;}
.contact-wrap .direct-list .compact-area a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.contact-wrap .direct-list .compact-area a:hover{color: #0b6f5c;}
.contact-wrap .compact-note{
    background: #eef6f2;
    color: var(--surface-inverse);
    padding: 24px 26px;
    border-radius: 14px;
  }
.contact-wrap .compact-note p{margin: 0 0 14px;
    font-size: 0.98rem;
    line-height: 1.6;}
.contact-wrap .compact-note .media-area{margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;}
.contact-wrap .compact-note .media-area a{color:inherit;
    text-decoration: none;
    font-size: 0.98rem;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.contact-wrap .compact-note .media-area a:hover{color: #0b6f5c;}
@media (max-width: 680px) {.contact-wrap{
      padding: 48px 18px 56px;
    }.contact-wrap .page-contact{
      grid-template-columns: 1fr;
      gap: 28px;
    }.contact-wrap .steady-media h2{
      font-size: 1.45rem;
    }
  }
.media-panel{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4.5rem 1.25rem 5rem;
  }
.media-panel .top-actions{max-width: 1080px;
    margin: 0 auto;}
.media-panel h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    font-weight: 600;}
.media-panel .fresh-copy{font-size: 1.0625rem;
    line-height: 1.65;
    margin: 0 0 2.75rem;}
.media-panel .visual-plan{display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 2.25rem 2.5rem;
    align-items: start;}
.media-panel .plain-actions h3{font-size: 1.125rem;
    margin: 0 0 0.35rem;
    font-weight: 600;}
.media-panel .plain-actions .content-footer{font-size: 0.875rem;
    letter-spacing: 0.02em;
    margin: 0 0 0.9rem;}
.media-panel .plain-actions p{font-size: 0.9875rem;
    line-height: 1.65;
    margin: 0 0 0.85rem;}
.media-panel .plain-actions p:last-child{margin-bottom: 0;}
.media-panel .compact-note{margin: 3rem 0 0;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line-clear, #d6e4de);
    font-size: 0.9375rem;
    line-height: 1.65;}
@media (max-width: 900px) {.media-panel .visual-plan{
      grid-template-columns: 1fr 1fr;
    }
  }
@media (max-width: 620px) {.media-panel{
      padding: 3rem 1.1rem 3.5rem;
    }.media-panel .visual-plan{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }.media-panel h2{
      font-size: 1.5rem;
    }
  }
.media-panel{
  background: var(--tone-extra-22);
  color: var(--ink-deep);
}
.active-items{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4rem 1.5rem;
  }
.active-items .top-actions{max-width: 1080px;
    margin: 0 auto;}
.active-items .fresh-copy{margin-bottom: 2.5rem;}
.active-items .fresh-copy h2{margin: 0 0 0.6rem;
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    line-height: 1.2;
    font-weight: 600;}
.active-items .fresh-copy p{margin: 0;
    font-size: 1.05rem;
    color: var(--surface-inverse, #14211e);
    opacity: 0.75;}
.active-items .steady-shell{display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 3rem;
    align-items: start;}
.active-items .fresh-content{
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    background: #eef6f2;color:var(--surface-inverse);}
.active-items .fresh-content img{display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    object-fit: cover;}
.active-items .media-section p{margin: 0 0 1.1rem;
    font-size: 1rem;
    line-height: 1.65;}
.active-items .media-section p:last-of-type{margin-bottom: 1.6rem;}
.active-items .compact-note{
    padding: 1rem 1.1rem;
    background: #eef6f2;
    color: var(--surface-inverse);
    border-radius: 10px;
    font-size: 0.95rem;
  }
.active-items .simple-rail{display: inline-block;color:inherit;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 2px;}
.active-items .simple-rail:hover{color: #0b6f5c;}
@media (max-width: 760px) {.active-items{
      padding: 2.5rem 1.1rem;
    }.active-items .steady-shell{
      grid-template-columns: 1fr;
      gap: 1.8rem;
    }.active-items .fresh-content img{
      aspect-ratio: 3 / 2;
    }
  }
.active-items{
  background: var(--line-main);
  color: var(--paint-muted);
}
.open-summary{
    --type-heading: #d6e4de;
    --paint-cool: #eef6f2;
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 64px 20px 72px;
  }
.open-summary .top-actions{max-width: 760px;
    margin: 0 auto;}
.open-summary .plain-actions{display: block;}
.open-summary .main-region{margin-bottom: 28px;}
.open-summary .local-media{margin: 0 0 14px;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #4a5a55;}
.open-summary h2{margin: 0 0 12px;
    font-size: clamp(1.6rem, 3.4vw, 2.15rem);
    line-height: 1.2;
    font-weight: 600;}
.open-summary .focused-unit{margin: 0;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #43534e;}
.open-summary .featured-links{
    margin: 0 0 32px;
    border-radius: 14px;
    overflow: hidden;
    background: var(--paint-cool);color:var(--surface-base);}
.open-summary .featured-links img{display: block;
    width: 100%;
    height: auto;}
.open-summary .media-section p{margin: 0 0 20px;
    font-size: 1.02rem;
    line-height: 1.7;}
.open-summary .media-section p:last-child{margin-bottom: 0;}
.open-summary .media-area{margin-top: 40px;
    padding-top: 22px;
    border-top: 1px solid var(--type-heading);}
.open-summary .featured-service{margin: 0;
    font-size: 0.98rem;
    line-height: 1.6;
    color: #43534e;}
.open-summary .featured-service a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.open-summary .featured-service a:hover{color: #0b6f5c;}
@media (max-width: 600px) {.open-summary{
      padding: 44px 16px 52px;
    }.open-summary .featured-links{
      border-radius: 10px;
    }
  }
.content-rail{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 72px 24px;
  }
.content-rail .top-actions{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
    gap: 56px;
    align-items: start;}
.content-rail h2{font-size: 1.55rem;
    line-height: 1.3;
    margin: 0 0 12px;
    letter-spacing: -0.01em;}
.content-rail .public-area{font-size: 0.95rem;
    margin: 0 0 28px;
    opacity: 0.72;}
.content-rail .open-fields{font-size: 1rem;
    line-height: 1.68;
    margin: 0 0 18px;}
.content-rail .open-fields:last-child{margin-bottom: 0;}
.content-rail .public-content{
    background: #eef6f2;
    color: var(--surface-inverse);
    border-radius: 14px;
    padding: 28px 26px;
  }
.content-rail .quiet-grid{font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 16px;
    opacity: 0.7;}
.content-rail .public-content ul{list-style: none;
    margin: 0 0 20px;
    padding: 0;}
.content-rail .public-content li{margin: 0 0 8px;
    font-size: 0.98rem;
    line-height: 1.5;}
.content-rail .public-content li:last-child{margin-bottom: 0;}
.content-rail .public-content a{text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.18s ease;}
.content-rail .public-content a:hover{border-bottom-color: #0f8a72;}
.content-rail .contact-method{font-size: 0.9rem;
    line-height: 1.55;
    margin: 0 0 18px;
    opacity: 0.85;}
.content-rail .direct-section{font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
    opacity: 0.85;}
@media (max-width: 820px) {.content-rail{
      padding: 56px 20px;
    }.content-rail .top-actions{
      grid-template-columns: 1fr;
      gap: 36px;
    }.content-rail h2{
      font-size: 1.35rem;
    }
  }
.contact-wrap{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4.5rem 1.5rem;
  }
.contact-wrap .top-actions{max-width: 1080px;
    margin: 0 auto;}
.contact-wrap .steady-media h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.contact-wrap .steady-media p{margin: 0;
    font-size: 1.05rem;
    line-height: 1.65;}
.contact-wrap .text-stack{margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;}
.contact-wrap .media-area h3{font-size: 1.05rem;
    margin: 0 0 0.5rem;
    letter-spacing: 0.01em;}
.contact-wrap .media-area p{margin: 0 0 0.6rem;
    line-height: 1.6;}
.contact-wrap .media-area a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;
    font-weight: 500;
    word-break: break-word;}
.contact-wrap .media-area a:hover{color: #0b6f5c;}
.contact-wrap .clear-service{margin: 3rem 0 0;
    line-height: 1.65;}
.contact-wrap .featured-service{margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;}
.contact-wrap .featured-service a{color:inherit;
    text-decoration: none;
    font-weight: 500;}
.contact-wrap .featured-service a:hover{color: #0b6f5c;
    text-decoration: underline;}
@media (min-width: 760px) {.contact-wrap{
      padding: 5.5rem 2rem;
    }.contact-wrap .steady-media{
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2.5rem;
      align-items: start;
    }.contact-wrap .steady-media h2{
      font-size: 2rem;
      margin: 0;
    }.contact-wrap .text-stack{
      flex-direction: row;
      gap: 2.5rem;
    }.contact-wrap .media-area{
      flex: 1 1 0;
    }
  }
.media-panel{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4.5rem 1.5rem;
  }
.media-panel .top-actions{max-width: 1080px;
    margin: 0 auto;}
.media-panel .fresh-copy{margin-bottom: 3rem;}
.media-panel h2{font-size: clamp(1.6rem, 3vw, 2.15rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.media-panel .steady-media{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0;}
.media-panel .service-visual{display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 2rem;}
.media-panel .simple-list h3{font-size: 1.15rem;
    margin: 0 0 0.35rem;
    letter-spacing: -0.005em;}
.media-panel .content-footer{font-size: 0.9rem;
    margin: 0 0 0.85rem;}
.media-panel .simple-list p:last-child{font-size: 0.97rem;
    line-height: 1.6;
    margin: 0;}
.media-panel .clear-service{margin: 3rem 0 0;
    font-size: 1rem;
    line-height: 1.6;
    padding-top: 1.75rem;
    border-top: 1px solid var(--line-clear, #d6e4de);}
@media (max-width: 820px) {.media-panel .service-visual{
      grid-template-columns: 1fr;
      gap: 2rem;
    }
  }
@media (max-width: 520px) {.media-panel{
      padding: 3rem 1.15rem;
    }
  }
.active-items{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 72px 24px;
  }
.active-items .top-actions{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    gap: 48px;}
.active-items .fresh-copy h1{font-size: clamp(1.9rem, 3.4vw, 2.7rem);
    line-height: 1.15;
    margin: 0 0 12px;
    letter-spacing: -0.01em;}
.active-items .focused-unit{font-size: 1.1rem;
    margin: 0 0 24px;
    opacity: 0.78;}
.active-items .steady-media{font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;}
.active-items .fresh-content{margin: 0;
    display: grid;
    gap: 12px;}
.active-items .fresh-content img{width: 100%;
    height: auto;
    display: block;
    border-radius: 14px;
    object-fit: cover;}
.active-items .fresh-content figcaption{font-size: 0.92rem;
    line-height: 1.5;
    opacity: 0.72;}
.active-items .clear-tile{display: grid;
    gap: 32px;}
.active-items .compact-note h3{font-size: 1.15rem;
    margin: 0 0 10px;
    letter-spacing: -0.005em;}
.active-items .compact-note p{margin: 0;
    line-height: 1.7;
    font-size: 1rem;}
@media (min-width: 860px) {.active-items{
      padding: 96px 40px;
    }.active-items .top-actions{
      grid-template-columns: 1.1fr 0.9fr;
      grid-template-areas:
        "intro shot"
        "notes notes";
      gap: 56px 64px;
      align-items: start;
    }.active-items .fresh-copy{ grid-area: intro; }.active-items .fresh-content{ grid-area: shot; }.active-items .clear-tile{
      grid-area: notes;
      grid-template-columns: repeat(3, 1fr);
      gap: 40px;
    }
  }
.open-summary{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4rem 1.25rem 5rem;
  }
.open-summary .top-actions{max-width: 760px;
    margin: 0 auto;}
.open-summary .brand{margin-bottom: 2rem;}
.open-summary .secondary-details{font-size: 0.85rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0 0 1rem;
    opacity: 0.72;}
.open-summary .quiet-flow{margin: 0 0.4rem;}
.open-summary h2{font-size: clamp(1.75rem, 3.4vw, 2.5rem);
    line-height: 1.18;
    margin: 0 0 0.85rem;
    font-weight: 600;}
.open-summary .fresh-feature{font-size: 1.1rem;
    line-height: 1.55;
    margin: 0;
    opacity: 0.85;}
.open-summary .visual-contact{margin: 0 0 2.25rem;}
.open-summary .visual-contact img{display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;}
.open-summary .public-service p{font-size: 1.02rem;
    line-height: 1.7;
    margin: 0 0 1.35rem;}
.open-summary .public-service p:last-child{margin-bottom: 0;}
.open-summary .open-contact{margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--line-clear, #d6e4de);}
.open-summary .secondary-benefit{font-size: 0.98rem;
    line-height: 1.65;
    margin: 0;
    opacity: 0.9;}
.open-summary .secondary-benefit a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.open-summary .secondary-benefit a:hover{color: var(--tone-extra-35, #0b6f5c);}
@media (max-width: 560px) {.open-summary{
      padding: 2.75rem 1rem 3.5rem;
    }.open-summary .visual-contact img{
      border-radius: 10px;
    }
  }
.content-rail{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 56px 20px 64px;
  }
.content-rail .top-actions{max-width: 1040px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(0, 1fr);
    gap: 48px;
    align-items: start;}
.content-rail .fresh-copy h2{font-size: 1.5rem;
    line-height: 1.3;
    margin: 0 0 18px;
    font-weight: 600;}
.content-rail .fresh-copy p{margin: 0 0 16px;
    line-height: 1.65;
    font-size: 1.02rem;}
.content-rail .fresh-copy p:last-child{margin-bottom: 0;}
.content-rail .public-content{
    background: #eef6f2;
    color: var(--surface-inverse);
    padding: 24px 22px;
    border-radius: 14px;
  }
.content-rail .public-area{margin: 0 0 14px;
    font-size: 0.95rem;
    line-height: 1.5;}
.content-rail .page-stack{margin: 0 0 8px;
    font-size: 0.95rem;
    line-height: 1.5;}
.content-rail .page-stack a{text-decoration: none;}
.content-rail .page-stack a:hover{text-decoration: underline;}
.content-rail .clear-intro{margin: 14px 0 0;
    font-size: 0.88rem;
    line-height: 1.5;}
@media (max-width: 720px) {.content-rail{
      padding: 40px 16px 48px;
    }.content-rail .top-actions{
      grid-template-columns: 1fr;
      gap: 28px;
    }.content-rail .fresh-copy h2{
      font-size: 1.3rem;
    }
  }
.contact-wrap{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 72px 24px 84px;
  }
.contact-wrap .top-actions{max-width: 960px;
    margin: 0 auto;}
.contact-wrap .steady-media{margin-bottom: 48px;}
.contact-wrap .steady-media h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 16px;
    font-weight: 600;}
.contact-wrap .steady-media p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;}
.contact-wrap .text-stack{display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 56px;
    margin-bottom: 44px;}
.contact-wrap .media-area h3{font-size: 1.12rem;
    margin: 0 0 12px;
    font-weight: 600;}
.contact-wrap .media-area p{margin: 0 0 12px;
    font-size: 0.97rem;
    line-height: 1.6;}
.contact-wrap .media-area .compact-area{margin: 0;
    font-size: 0.97rem;}
.contact-wrap .media-area a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.contact-wrap .media-area a:hover{color: #0b6f5c;}
.contact-wrap .visual-flow{
    background: #eef6f2;
    color: var(--surface-inverse);
    border-radius: 14px;
    padding: 28px 32px;
    margin-bottom: 32px;
  }
.contact-wrap .visual-flow h3{font-size: 1.05rem;
    margin: 0 0 12px;
    font-weight: 600;}
.contact-wrap .visual-flow p{margin: 0 0 10px;
    font-size: 0.97rem;
    line-height: 1.6;}
.contact-wrap .visual-flow .focused-feature{margin: 0;
    font-size: 0.92rem;
    opacity: 0.85;}
.contact-wrap .featured-service{margin: 0;
    font-size: 0.97rem;
    line-height: 1.6;}
.contact-wrap .featured-service a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.contact-wrap .featured-service a:hover{color: #0b6f5c;}
@media (max-width: 720px) {.contact-wrap{
      padding: 56px 20px 64px;
    }.contact-wrap .text-stack{
      grid-template-columns: 1fr;
      gap: 32px;
    }.contact-wrap .visual-flow{
      padding: 24px 22px;
    }.contact-wrap .steady-media h2{
      font-size: 1.5rem;
    }
  }
.media-panel{
  background: var(--line-main);
  color: var(--paint-muted);
  padding: 4.5rem 1.25rem 5rem;
}
.media-panel .top-actions{max-width: 1080px;
  margin: 0 auto;}
.media-panel h2{font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.3rem);
  line-height: 1.2;
  margin: 0 0 1.1rem;
  letter-spacing: -0.01em;}
.media-panel .steady-media{font-size: 1.05rem;
  line-height: 1.65;
  margin: 0 0 3rem;
  opacity: 0.85;}
.media-panel .site-summary{display: flex;
  flex-direction: column;
  gap: 2.4rem;}
.media-panel .contact-unit{display: grid;
  grid-template-columns: minmax(180px, 240px) 1fr;
  column-gap: 2.5rem;
  row-gap: 0.35rem;
  align-items: start;}
.media-panel .contact-unit h3{font-size: 1.15rem;
  line-height: 1.35;
  margin: 0;
  grid-column: 1;
  grid-row: 1;}
.media-panel .contact-unit .content-footer{grid-column: 1;
  grid-row: 2;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;}
.media-panel .contact-unit p:last-child{grid-column: 2;
  grid-row: 1 / span 2;
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;}
@media (max-width: 720px) {.media-panel{
    padding: 3rem 1.1rem 3.5rem;
  }.media-panel .contact-unit{
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 0.4rem;
  }.media-panel .contact-unit h3,
  .media-panel .contact-unit .content-footer,
  .media-panel .contact-unit p:last-child{
    grid-column: 1;
    grid-row: auto;
  }.media-panel .contact-unit p:last-child{
    margin-top: 0.5rem;
  }.media-panel .site-summary{
    gap: 2rem;
  }
}
.active-items{
    --gap-block: 2.5rem;
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4rem 1.25rem;
  }
.active-items .top-actions{max-width: 1080px;
    margin: 0 auto;}
.active-items .fresh-copy h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 0.9rem;
    letter-spacing: -0.01em;}
.active-items .fresh-copy .steady-media{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
    color: var(--paint-muted);
    opacity: 0.82;}
.active-items .direct-grid{margin-top: var(--gap-block);
    display: flex;
    flex-direction: column;
    gap: var(--gap-block);}
.active-items .plain-actions{display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
    gap: 2rem;
    align-items: start;}
.active-items .plain-actions:nth-child(even){grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr);}
.active-items .plain-actions:nth-child(even) .fresh-content{order: 2;}
.active-items .fresh-content{
    margin: 0;
    border-radius: 14px;
    overflow: hidden;
    background: #eef6f2;color:var(--surface-inverse);}
.active-items .fresh-content img{display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;}
.active-items .compact-note h3{font-size: 1.25rem;
    line-height: 1.3;
    margin: 0 0 0.6rem;}
.active-items .compact-note p{margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--paint-muted);
    opacity: 0.9;}
.active-items .clear-service{margin: var(--gap-block) 0 0;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--paint-muted);
    opacity: 0.85;}
.active-items .clear-service a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
@media (max-width: 780px) {.active-items{
      padding: 3rem 1.1rem;
    }.active-items .plain-actions,
    .active-items .plain-actions:nth-child(even){
      grid-template-columns: 1fr;
      gap: 1.1rem;
    }.active-items .plain-actions:nth-child(even) .fresh-content{
      order: 0;
    }.active-items .fresh-copy h2{
      font-size: 1.55rem;
    }
  }
.content-block{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4.5rem 1.5rem;
  }
.content-block .top-actions{max-width: 1080px;
    margin: 0 auto;}
.content-block h2{font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.content-block .steady-media{font-size: 1.02rem;
    line-height: 1.65;
    margin: 0 0 2.75rem;}
.content-block .visual-list{display: grid;
    grid-template-columns: 1.1fr 1fr 1.2fr;
    gap: 2rem 2.5rem;
    margin-bottom: 3rem;}
.content-block .direct-headline h3{font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.5rem;}
.content-block .direct-headline p{font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 0.5rem;}
.content-block .direct-headline p:last-child{margin-bottom: 0;}
.content-block .direct-headline a{color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.content-block .direct-headline a:hover{}
.content-block .contact-links{font-style: normal;}
.content-block .steady-group{
    background: #eef6f2;
    color: var(--surface-inverse, #14211e);
    border-radius: 14px;
    padding: 1.75rem 2rem;
  }
.content-block .steady-group h3{font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.85rem;}
.content-block .steady-group ul{list-style: none;
    padding: 0;
    margin: 0 0 1rem;}
.content-block .steady-group li{font-size: 0.95rem;
    line-height: 1.7;
    padding: 0.35rem 0;}
.content-block .steady-group li + li{border-top: 1px solid var(--line-clear, #d6e4de);}
.content-block .compact-note{font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;}
@media (max-width: 820px) {.content-block .visual-list{
      grid-template-columns: 1fr 1fr;
    }
  }
@media (max-width: 560px) {.content-block{
      padding: 3rem 1.25rem;
    }.content-block .visual-list{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }.content-block .steady-group{
      padding: 1.5rem 1.25rem;
    }
  }
.steady-header{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4.5rem 1.5rem;
  }
.steady-header .top-actions{max-width: 1080px;
    margin: 0 auto;}
.steady-header .fresh-copy{margin-bottom: 3rem;}
.steady-header .fresh-copy h2{font-size: clamp(1.6rem, 2.4vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 1rem;
    font-weight: 600;
    letter-spacing: -0.01em;}
.steady-header .fresh-copy p{margin: 0;
    font-size: 1.02rem;
    line-height: 1.65;
    color: var(--paint-muted);}
.steady-header .visual-plan{display: grid;
    grid-template-columns: 1.1fr 1.3fr 1fr;
    gap: 2.5rem 3rem;
    align-items: start;}
.steady-header .focused-feature,
  .steady-header .secondary-method,
  .steady-header .soft-lead{min-width: 0;}
.steady-header h3{font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 600;
    margin: 0 0 1rem;
    color: var(--paint-muted);}
.steady-header p{margin: 0 0 0.9rem;
    font-size: 0.98rem;
    line-height: 1.6;}
.steady-header p:last-child{margin-bottom: 0;}
.steady-header dl{margin: 0 0 1rem;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.4rem 1rem;
    font-size: 0.96rem;}
.steady-header dt{font-weight: 600;
    color: var(--paint-muted);}
.steady-header dd{margin: 0;
    line-height: 1.5;
    word-break: break-word;}
.steady-header a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.steady-header a:hover{color: #0b6f5c;}
@media (max-width: 860px) {.steady-header .visual-plan{
      grid-template-columns: 1fr 1fr;
    }.steady-header .soft-lead{
      grid-column: 1 / -1;
    }
  }
@media (max-width: 560px) {.steady-header{
      padding: 3rem 1.15rem;
    }.steady-header .visual-plan{
      grid-template-columns: 1fr;
      gap: 2rem;
    }.steady-header .soft-lead{
      grid-column: auto;
    }.steady-header dl{
      grid-template-columns: 1fr;
      gap: 0.15rem;
    }.steady-header dt{
      margin-top: 0.5rem;
    }
  }
.steady-header{
  background: var(--line-main);
  color: var(--paint-muted);
}
.visual-summary{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 72px 24px;
  }
.visual-summary .top-actions{max-width: 720px;
    margin: 0 auto;}
.visual-summary h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 16px;
    font-weight: 600;}
.visual-summary .steady-media{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 14px;}
.visual-summary .compact-note{font-size: 0.95rem;
    line-height: 1.6;
    margin: 0 0 36px;}
.visual-summary .featured-quote{display: flex;
    flex-direction: column;
    gap: 20px;}
.visual-summary .focused-form{display: flex;
    flex-direction: column;
    gap: 6px;}
.visual-summary .focused-form label{font-size: 0.9rem;
    font-weight: 500;}
.visual-summary .focused-form input,
  .visual-summary .focused-form select,
  .visual-summary .focused-form textarea{
    font: inherit;
    color: var(--paint-muted);
    background: var(--tone-extra-8);
    border: 1px solid var(--line-clear);
    border-radius: 8px;
    padding: 11px 13px;
    width: 100%;
    box-sizing: border-box;
  }
.visual-summary .focused-form textarea{resize: vertical;
    min-height: 120px;}
.visual-summary .focused-form input:focus,
  .visual-summary .focused-form select:focus,
  .visual-summary .focused-form textarea:focus{outline: 2px solid var(--tone-main);
    outline-offset: 1px;
    border-color: var(--tone-main);}
.visual-summary .fresh-lead{
    align-self: flex-start;
    font: inherit;
    font-weight: 500;
    color: var(--surface-soft);
    background: var(--tone-main);
    border: none;
    border-radius: 8px;
    padding: 12px 26px;
    cursor: pointer;
  }
.visual-summary .fresh-lead:hover{
    background: var(--tone-extra-35);color:var(--surface-base);}
.visual-summary .service-entries{margin-top: 40px;}
.visual-summary .service-entries p{font-size: 0.95rem;
    margin: 0 0 10px;}
.visual-summary .service-entries ul{list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 0.95rem;
    line-height: 1.5;}
.visual-summary .service-entries a{text-decoration: none;}
.visual-summary .service-entries a:hover{text-decoration: underline;}
@media (max-width: 560px) {.visual-summary{
      padding: 48px 18px;
    }.visual-summary h2{
      font-size: 1.45rem;
    }.visual-summary .fresh-lead{
      align-self: stretch;
      text-align: center;
    }
  }
.visual-summary{
  background: var(--tone-extra-22);
  color: var(--ink-deep);
}
.content-block{
    --type-nav: #d6e4de;
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4rem 1.25rem 5rem;
  }
.content-block .top-actions{max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    gap: 3rem;
    align-items: start;}
.content-block .main-region h2{font-size: 1.9rem;
    line-height: 1.2;
    margin: 0 0 1rem;
    letter-spacing: -0.01em;}
.content-block .steady-media{margin: 0;
    font-size: 1rem;
    line-height: 1.6;}
.content-block .direct-grid{display: flex;
    flex-direction: column;}
.content-block .site-menu{padding: 1.1rem 0;
    border-top: 1px solid var(--type-nav);}
.content-block .site-menu:first-child{border-top: none;
    padding-top: 0;}
.content-block .site-menu h3{margin: 0 0 0.35rem;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.01em;}
.content-block .site-menu p{margin: 0;
    font-size: 1rem;
    line-height: 1.6;}
.content-block .site-menu a{text-decoration: none;
    border-bottom: 1px solid currentColor;
    padding-bottom: 1px;}
.content-block .site-menu a:hover{}
@media (max-width: 760px) {.content-block{
      padding: 2.75rem 1.1rem 3.5rem;
    }.content-block .top-actions{
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }.content-block .main-region h2{
      font-size: 1.55rem;
    }
  }
.fresh-body{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 72px 24px 88px;
  }
.fresh-body .top-actions{max-width: 780px;
    margin: 0 auto;}
.fresh-body h2{font-size: 1.75rem;
    line-height: 1.25;
    margin: 0 0 20px;
    letter-spacing: -0.01em;}
.fresh-body .steady-media{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 44px;}
.fresh-body .plain-actions{margin: 0 0 32px;}
.fresh-body .plain-actions h3{font-size: 1.1rem;
    line-height: 1.35;
    margin: 0 0 10px;}
.fresh-body .plain-actions p{font-size: 0.98rem;
    line-height: 1.7;
    margin: 0 0 10px;}
.fresh-body .plain-actions a{color:inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.fresh-body .plain-actions a:hover{color: #0b6f5c;}
.fresh-body .team-story{font-size: 0.9rem;
    margin-top: 18px;
    opacity: 0.75;}
@media (max-width: 640px) {.fresh-body{
      padding: 48px 18px 64px;
    }.fresh-body h2{
      font-size: 1.45rem;
    }.fresh-body .steady-media{
      margin-bottom: 32px;
    }
  }
.fresh-body{
  background: var(--line-main);
  color: var(--paint-muted);
}
.plain-contact{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 72px 20px 88px;
  }
.plain-contact .top-actions{max-width: 760px;
    margin: 0 auto;}
.plain-contact h2{font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    line-height: 1.2;
    margin: 0 0 16px;
    font-weight: 600;
    letter-spacing: -0.01em;}
.plain-contact .steady-media{font-size: 1.05rem;
    line-height: 1.6;
    margin: 0 0 40px;
    opacity: 0.85;}
.plain-contact .plain-actions{padding: 22px 0;
    border-top: 1px solid var(--line-clear, #d6e4de);}
.plain-contact .plain-actions:last-child{border-bottom: 1px solid var(--line-clear, #d6e4de);}
.plain-contact h3{font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 1.35;}
.plain-contact .plain-actions p{margin: 0;
    font-size: 0.98rem;
    line-height: 1.65;
    opacity: 0.88;}
.plain-contact a{text-decoration: underline;
    text-underline-offset: 3px;}
.plain-contact a:hover{}
@media (max-width: 600px) {.plain-contact{
      padding: 48px 18px 64px;
    }.plain-contact .steady-media{
      margin-bottom: 28px;
    }.plain-contact .plain-actions{
      padding: 18px 0;
    }
  }
.plain-contact{
  background: var(--tone-extra-22);
  color: var(--ink-deep);
}
.strong-steps{
    background: var(--line-main, #fbfdfc);
    color: var(--paint-muted, #14211e);
    padding: 72px 24px 88px;
  }
.strong-steps .top-actions{max-width: 760px;
    margin: 0 auto;}
.strong-steps h1{font-size: clamp(1.75rem, 3.4vw, 2.4rem);
    line-height: 1.2;
    margin: 0 0 24px;
    letter-spacing: -0.01em;}
.strong-steps .steady-media{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 20px;}
.strong-steps .compact-note{font-size: 1rem;
    line-height: 1.65;
    margin: 0 0 32px;
    color: #3b4a46;}
.strong-steps .media-area{display: flex;
    flex-wrap: wrap;
    gap: 10px 28px;
    margin: 0 0 36px;
    padding: 18px 0;
    border-top: 1px solid #d6e4de;
    border-bottom: 1px solid #d6e4de;}
.strong-steps .media-area a{color:inherit;
    text-decoration: none;
    font-size: 0.98rem;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    transition: border-color 0.15s ease, color 0.15s ease;}
.strong-steps .media-area a:hover,
  .strong-steps .media-area a:focus-visible{color: #0b6f5c;
    border-bottom-color: #0b6f5c;}
.strong-steps .offer-nav{font-size: 0.95rem;
    line-height: 1.7;
    margin: 0;
    color: #3b4a46;}
.strong-steps .offer-nav a{color:inherit;
    text-decoration: none;
    border-bottom: 1px solid #c9f2e4;}
.strong-steps .offer-nav a:hover,
  .strong-steps .offer-nav a:focus-visible{border-bottom-color: #0f8a72;}
@media (max-width: 560px) {.strong-steps{
      padding: 52px 20px 64px;
    }.strong-steps .media-area{
      flex-direction: column;
      gap: 12px;
    }
  }
.strong-steps{
  background: var(--line-main);
  color: var(--paint-muted);
}
.focused-header{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 4rem 1.25rem 5rem;
  }
.focused-header .top-actions{max-width: 880px;
    margin: 0 auto;}
.focused-header h2{font-size: clamp(1.6rem, 1.2rem + 1.6vw, 2.3rem);
    line-height: 1.2;
    margin: 0 0 1.4rem;
    font-weight: 600;
    letter-spacing: -0.01em;}
.focused-header .steady-media{font-size: 1.05rem;
    line-height: 1.65;
    margin: 0 0 1.1rem;}
.focused-header .compact-note{
    font-size: 1rem;
    line-height: 1.65;
    margin: 0 0 2.2rem;
    background: #eef6f2;
    color: var(--surface-inverse);
    padding: 1.1rem 1.25rem;
    border-radius: 10px;
  }
.focused-header .simple-benefit{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem 1.6rem;}
.focused-header .go{
    display: inline-block;
    background: var(--tone-main);
    color: var(--surface-soft);
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.85rem 1.6rem;
    border-radius: 8px;
    transition: background 0.2s ease;
  }
.focused-header .go:hover,
  .focused-header .go:focus-visible{
    background: var(--tone-extra-35);color:var(--surface-base);}
.focused-header .text-stack{margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;}
.focused-header .text-stack a{color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;}
.focused-header .text-stack a:hover,
  .focused-header .text-stack a:focus-visible{text-decoration-thickness: 2px;}
@media (max-width: 520px) {.focused-header{
      padding: 3rem 1rem 3.5rem;
    }.focused-header .simple-benefit{
      flex-direction: column;
      align-items: stretch;
    }.focused-header .go{
      text-align: center;
    }
  }
.404{
    background: var(--line-main);
    color: var(--paint-muted);
    padding: 72px 24px 88px;
  }
.404 .top-actions{
    max-width: 720px;
    margin: 0 auto;
  }
.404 h2{
    margin: 0 0 20px;
    font-size: 1.75rem;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -0.01em;
  }
.404 p{
    margin: 0 0 16px;
    font-size: 1rem;
    line-height: 1.65;
  }
.404 .media-area{
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
  }
.404 .media-area li{
    position: relative;
    padding: 14px 0 14px 22px;
    font-size: 1rem;
    line-height: 1.6;
  }
.404 .media-area li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0f8a72;color:var(--surface-base);}
.404 .media-area li + li{
    border-top: 1px solid var(--line-clear, #d6e4de);
  }
.404 .media-area a{
    color: #0f8a72;
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 500;
  }
.404 .media-area a:hover{
    color: #0b6f5c;
  }
@media (max-width: 600px) {.404{
      padding: 48px 18px 64px;
    }.404 h2{
      font-size: 1.4rem;
    }.404 .media-area li{
      padding-left: 20px;
    }
  }
.404{
  background: var(--line-main);
  color: var(--paint-muted);
}
