:root {
  --tone-primary: #2B3A3E;
  --speed-soft: cubic-bezier(0.4,0,0.2,1);
  --tone-muted: #D8DCD6;
  --paint-primary: #2E6E63;
  --ink-panel: #FFFFFF;
  --ink-accent: #E8EDE7;
  --line-panel: #172A3A;
}
body{margin:0;padding:0;font-family:"Quicksand", sans-serif;}
*{box-sizing:border-box;}
.strong-quote {
    width: 100%;
    background: #F7F5EF;
    color: #172A3A;
    border-bottom: 1px solid var(--tone-muted);
  }
.primary-shell {
    max-width: 980px;
    margin: 0 auto;
    padding: 1.5rem 1.95rem;
    display: flex;
    align-items: center;
    gap: 1.05rem;
  }
.visual-nav {
    font-size: calc(15px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #172A3A;
    text-decoration: none;
    white-space: nowrap;
  }
.visual-nav:hover {
    color: #1F4E6B;
  }
.featured-story {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
.featured-story ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.05rem * 1.4);
  }
.featured-story a {
    display: inline-block;
    padding: 0.35rem 0.2rem;
    font-size: 15px;
    color: #172A3A;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 530ms var(--speed-soft),
                border-color 530ms var(--speed-soft);
  }
.featured-story a:hover {
    color: #1F4E6B;
    border-bottom-color: #1F4E6B;
  }
.narrow-method {
    display: flex;
    align-items: center;
    gap: 1.05rem;
  }
.featured-team {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: calc(15px * .875);
    font-weight: 600;
    background: var(--paint-primary);
    color: #F7F5EF;
    border-radius: 0.7rem;
    text-decoration: none;
    transition: background 530ms var(--speed-soft);
  }
.featured-team:hover{
    background: #255A50;color:var(--line-panel);}
.secondary-quote {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: var(--ink-accent);
    color: var(--tone-primary);
    border: 1px solid var(--tone-muted);
    border-radius: 0.37rem;
    cursor: pointer;
  }
.secondary-quote span{
    display: block;
    height: 2px;
    width: 100%;
    background: var(--tone-primary);
    border-radius: 2px;
    transition: transform 530ms var(--speed-soft),
                opacity 530ms var(--speed-soft);color:var(--line-panel);}
.secondary-quote.is-open span:nth-child(1){transform: translateY(7px) rotate(45deg);}
.secondary-quote.is-open span:nth-child(2){opacity: 0;}
.secondary-quote.is-open span:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
@media (max-width: 767px) {
    .primary-shell {
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .secondary-quote {
      display: flex;
    }

    .featured-story {
      display: none;
      flex-basis: 100%;
      order: 3;
      justify-content: flex-start;
      margin-top: calc(1.05rem * 1.5);
      padding-top: calc(1.05rem * 1.5);
      border-top: 1px solid var(--tone-muted);
    }

    .featured-story.is-open {
      display: block;
    }

    .featured-story ul {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.25rem;
    }

    .featured-story a {
      display: block;
      width: 100%;
      padding: 0.6rem 0;
      border-bottom: 1px solid var(--tone-muted);
    }

    .featured-story a:hover {
      border-bottom-color: var(--tone-muted);
    }

    .featured-team {
      padding: 0.45rem 0.85rem;
    }
  }
.open-actions{font-family:"Quicksand", sans-serif;font-size:15px;line-height:1.77;padding:calc(1.5rem * 2.4) 1.95rem calc(1.05rem * 1.5);background:#172A3A;color:#F7F5EF;}
.group{max-width:980px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(1.05rem * 1.5)}
.quiet-fields{max-width:32rem}
.simple-area{font-size:calc(15px * 1.125);font-weight:600;margin:0 0 1.5rem;letter-spacing:0.01em}
.public-links{margin:0;font-size:calc(15px * .875);opacity:0.85}
.steady-quote{display:grid;grid-template-columns:1fr;gap:calc(1.05rem * 1.5)}
.content-proof{min-width:0}
.visual-actions{font-size:calc(15px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.06em;margin:0 0 1.5rem;opacity:0.9}
.team-view{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.4rem}
.team-view a{color:inherit;text-decoration:none;font-size:calc(15px * .875);border-bottom:1px solid transparent;transition:border-color 530ms var(--speed-soft)}
.team-view a:hover,
  .team-view a:focus-visible{border-bottom-color:currentColor;color:inherit}
.wide-benefit{display:flex;flex-direction:column;gap:0.6rem;margin:0}
.open-content{margin:0;font-size:calc(15px * .875);display:flex;flex-direction:column;gap:0.15rem}
.content-rail{font-weight:600;opacity:0.85}
.media-figure{word-break:break-word}
.fresh-view{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 530ms var(--speed-soft);word-break:break-word}
.fresh-view:hover,
  .fresh-view:focus-visible{border-bottom-color:currentColor}
.primary-method{max-width:980px;margin:calc(1.05rem * 1.5) auto 0;padding-top:1.5rem;border-top:1px solid rgba(255, 255, 255, 0.15);display:flex;flex-direction:column;gap:1.5rem}
.strong-method{margin:0;font-size:calc(15px * .875);opacity:0.85;max-width:60rem}
.team-section{margin:0;font-size:calc(15px * .875);opacity:0.75}
@media (min-width: 640px) {.steady-quote{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.group{grid-template-columns:minmax(0, 1fr) minmax(0, 2.4fr);gap:1.95rem;align-items:start}.steady-quote{grid-template-columns:repeat(4, minmax(0, 1fr));gap:1.05rem}.primary-method{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:calc(1.05rem * 1.5)}.team-section{white-space:nowrap}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:clamp(14px,2vw,24px);top:clamp(14px,2vw,24px);z-index:1200}
.cookies .active-shell{width:min(30rem,calc(100vw - 28px));padding:14px;border:1px solid rgba(0,0,0,.14);border-radius:22px;background:#1F4E6B;color:#F7F5EF;box-shadow:0 16px 24px rgba(0,0,0,0.03)}
.cookies .narrow-body{display:flex;justify-content:space-between;gap:10px;align-items:center}
.cookies strong{font-size:calc(15px * 1.35)}
.cookies .narrow-body button{border:0;background:none;color:inherit;text-decoration:underline;cursor:pointer;font-weight:700}
.cookies .text-fields{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.cookies .text-fields button{border:1px solid rgba(0,0,0,.1);background:rgba(255,255,255,.16);color:inherit;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.top-team{--mark-soft:calc(1.5rem * 1.05);--type-heading:calc(980px / 2.9);padding:calc(1.5rem * 2.4) 1.95rem;background:linear-gradient(135deg, #F7F5EF 0%, #E8EDE7 55%, #DCE6E1 100%);color:#172A3A;}
.top-team .clear-links{max-width:980px;margin:0 auto;}
.top-team h1,.top-team p,.top-team figure{margin:0;}
.top-team h1{font-size:calc(15px * 2.65);line-height:1.1;margin-top:calc(1.05rem * 1.5);}
.top-team .offer-body{font-size:calc(15px * 1.125);line-height:1.5;color:var(--tone-primary);}
.top-team .plain-header{font-size:15px;line-height:1.77;margin-top:calc(1.05rem * 1.5);}
.top-team .strong-headline{display:flex;align-items:flex-start;gap:1.05rem;flex-wrap:wrap;}
.top-team .content-inner{flex:1 1 340px;min-width:0;}
.top-team .bar{flex:0 1 min(var(--type-heading),38vw);width:min(var(--type-heading),100%);}
.top-team img{display:block;width:100%;height:auto;border-radius:1rem;}
.top-team figcaption{margin-top:calc(1.5rem * .75);font-size:calc(15px * .875);color:var(--tone-primary);}
.top-team .quiet-grid{display:flex;flex-wrap:wrap;align-items:center;gap:1.05rem;margin-top:1.5rem;}
.top-team .compact-stack{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.37rem;background:var(--paint-primary);color:#F7F5EF;text-decoration:none;}
.top-team .compact-stack:hover{background:#255A50;color:var(--line-panel);}
.top-team .open-lead{color:#2E6E63;text-decoration:none;border-bottom:1px solid #7FB3A6;padding-bottom:2px;}
.top-team .open-lead:hover{color:#1F4E6B;}
@media(max-width:760px){.top-team .strong-headline{flex-direction:column;}.top-team .bar{flex:1 1 auto;width:100%;}}
.strong-entries{--mark-soft:calc(1.5rem * 1.35);--state-content:calc(980px / 2.20);padding:calc(1.5rem * 2.4) 1.95rem;background:var(--paint-primary);color:#F7F5EF;}
.strong-entries .clear-links{max-width:980px;margin:0 auto;}
.strong-entries h1,.strong-entries h2,.strong-entries h3,.strong-entries p{margin:0;}
.strong-entries h1{font-size:calc(15px * 2.65);line-height:1.08;}
.strong-entries h2{font-size:calc(15px * 2);line-height:1.12;}
.strong-entries h3{font-size:calc(15px * 1.35);line-height:1.2;}
.strong-entries p{font-size:15px;line-height:1.77;color:color-mix(in srgb, currentColor 74%, transparent);}
.strong-entries a{color:inherit;text-decoration:none;}
.strong-entries .compact-stack{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.37rem;background:#F7F5EF;color:var(--paint-primary);}
.strong-entries .offer-body{margin-top:calc(1.5rem / 2);}
.strong-entries .offer-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.05rem;margin-top:var(--mark-soft);}
.strong-entries .active-summary{flex:1 1 calc(980px / 4);min-width:0;}
.strong-entries .active-summary p{margin-top:calc(1.5rem / 3);}
.strong-entries .open-shell{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.05rem;}
.strong-entries .open-shell>.content-inner{flex:1 1 auto;min-width:0;}
.strong-entries .open-shell>.compact-stack{flex:0 0 auto;}
.strong-entries .open-shell>.offer-frame{flex:1 1 100%;}
.strong-entries .content-inner h2{margin-top:calc(1.5rem / 2);}
.strong-entries .quiet-grid{flex:1 1 100%;margin-top:var(--mark-soft);padding-top:calc(1.05rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);font-size:calc(15px * .875);}
.strong-entries .quiet-grid a{text-decoration:underline;text-underline-offset:3px;}
.strong-entries .quiet-grid a:hover{opacity:0.82;}
.secondary-grid{padding:calc(1.5rem * 2.4) 1.95rem;background:#F7F5EF;color:#172A3A;}
.secondary-grid .clear-links{max-width:980px;margin:0 auto;}
.secondary-grid .plain-unit{display:flex;flex-direction:column;gap:calc(1.05rem * 1.5);}
.secondary-grid h2{font-size:calc(15px * 2);line-height:1.14;margin:0;}
.secondary-grid .offer-body{font-size:15px;line-height:1.77;margin:calc(1.05rem * 1.5) 0 0;color:var(--tone-primary);}
.secondary-grid .focused-flow{font-size:calc(15px * .875);line-height:1.77;margin:calc(1.5rem * .75) 0 0;color:var(--tone-primary);}
.secondary-grid .content-unit{display:flex;flex-wrap:wrap;align-items:center;gap:1.05rem 1.5rem;padding-top:calc(1.5rem * .75);border-top:1px solid var(--tone-muted);}
.secondary-grid .compact-stack{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.37rem;background:var(--paint-primary);color:#F7F5EF;text-decoration:none;font-size:15px;transition:background 530ms var(--speed-soft);}
.secondary-grid .compact-stack:hover{background:#255A50;color:var(--line-panel);}
.secondary-grid .quiet-grid{margin:0;font-size:calc(15px * .875);line-height:1.77;color:var(--tone-primary);flex:1 1 16rem;}
.secondary-grid .quiet-grid a{color:#2E6E63;text-decoration:underline;text-underline-offset:2px;}
.secondary-grid .quiet-grid a:hover{color:#1F4E6B;}
@media (max-width:640px){.secondary-grid .content-unit{flex-direction:column;align-items:flex-start;}.secondary-grid .compact-stack{width:100%;}
}
.visual-inner{
        padding:calc(1.5rem * 2.4) 1.95rem;
        background:linear-gradient(135deg, #F7F5EF 0%, #E8EDE7 55%, #DCE6E1 100%);
        color:#172A3A;
    }
.visual-inner .clear-links{max-width:980px;
        margin:0 auto;}
.visual-inner .narrow-body{margin-bottom:calc(1.05rem * 1.5);}
.visual-inner .narrow-body p{margin:0;
        font-size:calc(15px * .875);
        font-weight:700;
        letter-spacing:.02em;
        text-transform:uppercase;
        opacity:.85;}
.visual-inner .narrow-body h2{margin:calc(1.5rem * .75) 0 0;
        font-size:calc(15px * 2);
        line-height:1.2;}
.visual-inner .quiet-actions{margin-bottom:calc(1.05rem * 1.5);}
.visual-inner .quiet-actions p{margin:0;
        font-size:15px;
        line-height:1.77;}
.visual-inner .top-tile{display:flex;
        flex-wrap:wrap;
        gap:1.05rem;
        margin-bottom:calc(1.05rem * 1.5);}
.visual-inner .active-summary{
        flex:1 1 260px;
        min-width:0;
        padding:calc(1.5rem * .75);
        border-radius:1rem;
        border:1px solid var(--tone-muted);
        background:var(--ink-panel);
        color:var(--line-panel);
        box-shadow:0 0px 2px rgba(0,0,0,0.02);
    }
.visual-inner .active-summary .top-track{
        display:inline-block;
        font-size:calc(15px * .875);
        font-weight:700;
        color:#F7F5EF;
        background:#1F4E6B;
        padding:2px 10px;
        border-radius:0.37rem;
    }
.visual-inner .active-summary h3{margin:calc(1.5rem * .75) 0 calc(1.5rem * .75);
        font-size:calc(15px * 1.35);
        line-height:1.25;}
.visual-inner .active-summary p{margin:0;
        font-size:15px;
        line-height:1.77;}
.visual-inner .active-summary a{text-decoration:underline;
        text-underline-offset:2px;}
.visual-inner .active-summary a:hover{}
.visual-inner .focused-flow{padding-top:calc(1.05rem * 1.5);
        border-top:1px solid var(--tone-muted);}
.visual-inner .focused-flow p{margin:0 0 calc(1.5rem * .75);
        font-size:15px;
        line-height:1.77;}
.visual-inner .quiet-grid{display:flex;
        flex-wrap:wrap;
        gap:1.05rem;
        margin:0;}
.visual-inner .quiet-grid a{font-size:calc(15px * .875);
        font-weight:700;
        text-decoration:none;
        border-bottom:1px solid currentColor;
        padding-bottom:2px;}
.visual-inner .quiet-grid a:hover{}
@media (max-width:640px){.visual-inner .active-summary{
            flex:1 1 100%;
        }
    }
.soft-unit{--mark-soft:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.95rem;background:#F7F5EF;color:#172A3A;}
.soft-unit .clear-links{max-width:980px;margin:0 auto;}
.soft-unit h2,.soft-unit p{margin:0;}
.soft-unit h2{font-size:calc(15px * 2);line-height:1.12;}
.soft-unit p{font-size:15px;line-height:1.77;}
.soft-unit .offer-body{margin-top:1.5rem;color:var(--tone-primary);}
.soft-unit .focused-flow{margin-top:1.5rem;font-size:calc(15px * .875);color:var(--tone-primary);}
.soft-unit .focused-flow a{color:#2E6E63;text-decoration:underline;text-underline-offset:3px;}
.soft-unit .focused-flow a:hover{color:#1F4E6B;}
.soft-unit .compact-stack{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.37rem;background:var(--paint-primary);color:#F7F5EF;text-decoration:none;font-size:calc(15px * .875);}
.soft-unit .compact-stack:hover{background:#255A50;color:var(--line-panel);}
.soft-unit .featured-actions{display:flex;flex-direction:column;gap:1.05rem;}
.soft-unit details{padding:calc(calc(1.5rem * .75) * .95);border-radius:0.7rem;background:var(--ink-panel);color:var(--line-panel);border:1px solid var(--tone-muted);}
.soft-unit summary{cursor:pointer;font-weight:700;font-size:15px;}
.soft-unit details p{margin-top:calc(1.5rem / 3);color:var(--tone-primary);}
.soft-unit .open-shell{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.05rem;}
.soft-unit .content-inner{flex:1 1 auto;min-width:0;}
.soft-unit .featured-actions{flex:1 1 100%;}
.soft-unit .focused-flow{flex:1 1 100%;}
.open-header{--mark-soft:calc(1.5rem * 1.05);--field-static:calc(980px / 3.4);padding:calc(1.5rem * 2.4) 1.95rem;background:#F7F5EF;color:#172A3A;}
.open-header .clear-links{max-width:980px;margin:0 auto;}
.open-header h2,.open-header h3,.open-header p{margin:0;}
.open-header h2{font-size:calc(15px * 2);line-height:1.14;}
.open-header h3{font-size:calc(15px * 1.35);line-height:1.22;}
.open-header p{font-size:15px;line-height:1.77;}
.open-header .focused-flow{margin-bottom:calc(1.5rem / 2);font-size:calc(15px * .875);letter-spacing:.04em;text-transform:uppercase;}
.open-header .offer-body{margin-top:1.5rem;}
.open-header .offer-frame{display:flex;flex-direction:column;gap:var(--mark-soft);margin-top:calc(1.5rem * 1.2);}
.open-header .active-summary{display:flex;flex-wrap:wrap;gap:1.05rem;align-items:flex-start;padding-top:var(--mark-soft);border-top:1px solid var(--tone-muted);}
.open-header .active-summary:first-child{padding-top:0;border-top:0;}
.open-header .active-summary img{flex:0 0 auto;width:var(--field-static);max-width:100%;height:auto;border-radius:0.7rem;}
.open-header .active-summary h3{flex:1 1 100%;}
.open-header .active-summary p{flex:1 1 100%;}
.open-header .active-summary a{flex:0 0 auto;display:inline-flex;align-items:center;padding:calc(calc(1.5rem * .75) / 1.6) 1.5rem;border-radius:0.37rem;background:var(--paint-primary);color:#F7F5EF;text-decoration:none;font-size:calc(15px * .875);}
.open-header .active-summary a:hover{background:#255A50;color:var(--line-panel);}
@media (min-width:720px){.open-header .active-summary{display:grid;grid-template-columns:var(--field-static) 1fr;grid-template-rows:auto auto auto;column-gap:1.05rem;row-gap:calc(1.5rem / 3);}.open-header .active-summary img{grid-row:1 / span 3;grid-column:1;}.open-header .active-summary h3{grid-column:2;grid-row:1;}.open-header .active-summary p{grid-column:2;grid-row:2;}.open-header .active-summary a{grid-column:2;grid-row:3;justify-self:start;}
}
.site-proof{
        --mark-soft: calc(1.5rem * 1.12);
        --copy-button: calc(980px / 3.44);
        padding: calc(1.5rem * 2.4) 1.95rem;
        background: #172A3A;
        color: #F7F5EF;
    }
.site-proof .clear-links{max-width: 980px;
        margin: 0 auto;}
.site-proof h2,
    .site-proof h3,
    .site-proof p{margin: 0;}
.site-proof h2{font-size: calc(15px * 2);
        line-height: 1.12;}
.site-proof h3{font-size: calc(15px * 1.35);
        line-height: 1.2;}
.site-proof p{font-size: 15px;
        line-height: 1.77;}
.site-proof .offer-body{margin-top: 1.5rem;
        opacity: .88;}
.site-proof .offer-frame{display: flex;
        flex-wrap: wrap;
        gap: var(--mark-soft);
        margin-top: var(--mark-soft);}
.site-proof .active-summary{
        flex: 1 1 var(--copy-button);
        min-width: 0;
        padding: calc(var(--mark-soft) * .75);
        border-radius: 0.7rem;
        background: var(--ink-accent);
        color: var(--tone-primary);
    }
.site-proof .active-summary p{margin-top: calc(1.5rem / 3);}
.site-proof .active-summary a{display: inline-flex;
        margin-top: calc(1.5rem / 2);color:inherit;
        text-decoration: none;
        font-size: calc(15px * .875);
        border-bottom: 1px solid currentColor;
        padding-bottom: 2px;}
.site-proof .active-summary a:hover{color:inherit;}
.page-area{--mark-soft:calc(1.5rem * 0.91);--copy-button:calc(980px / 3.21);padding:calc(1.5rem * 2.4) 1.95rem;background:var(--paint-primary);color:#F7F5EF;}
.page-area .clear-links{max-width:980px;margin:0 auto;}
.page-area h2,.page-area h3,.page-area p{margin:0;}
.page-area h2{font-size:calc(15px * 2);line-height:1.12;}
.page-area h3{font-size:calc(15px * 1.35);line-height:1.2;}
.page-area p{font-size:15px;line-height:1.77;color:color-mix(in srgb, currentColor 76%, transparent);}
.page-area a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.page-area .local-frame{padding-block:calc(var(--mark-soft) / 2);}
.page-area .page-unit{row-gap:calc(var(--mark-soft) * 1.2);}
.page-area .offer-body{margin-top:1.5rem;}
.page-area .offer-frame{display:flex;flex-wrap:wrap;gap:var(--mark-soft);margin-top:var(--mark-soft);}
.page-area .active-summary{flex:1 1 var(--copy-button);min-width:0;padding:calc(var(--mark-soft) * .75);border-radius:0.7rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.page-area .active-summary p{margin-top:calc(1.5rem / 3);}
.page-area .quiet-grid{margin-top:calc(var(--mark-soft) * .9);font-size:calc(15px * .875);}
.service-benefit{
  padding: calc(1.5rem * 2.4) 1.95rem;
  background: #172A3A;
  color: #F7F5EF;
}
.service-benefit .clear-links{max-width: min(980px, 76rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  grid-template-areas:
    "lead form"
    "aside form";
  gap: calc(1.05rem * 1.5) 1.95rem;
  align-items: start;}
.service-benefit .offer-body{grid-area: lead;}
.service-benefit .offer-body h2{margin: 0;
  font-size: calc(15px * 2);
  line-height: 1.1;}
.service-benefit .offer-body p{margin: calc(1.5rem * .75) 0 0;
  color: #D8DCD6;
  font-size: 15px;
  line-height: 1.77;}
.service-benefit .focused-header{
  grid-area: form;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: var(--ink-panel);
  color: var(--line-panel);
  border: 1px solid var(--tone-muted);
}
.service-benefit .plain-fields{display: flex;
  flex-direction: column;
  gap: 0.35rem;}
.service-benefit .plain-fields label{font-size: calc(15px * .875);color:inherit;}
.service-benefit .plain-fields input,
.service-benefit .plain-fields select{
  font: inherit;
  padding: 0.6rem 0.75rem;
  border-radius: 0.37rem;
  border: 1px solid var(--tone-muted);
  background: #F7F5EF;
  color: #172A3A;
}
.service-benefit .plain-fields input::placeholder{color: rgba(255,255,255,0.55);}
.service-benefit .compact-stack{
  align-self: flex-start;
  font: inherit;
  cursor: pointer;
  padding: 0.7rem 1.2rem;
  border: 0;
  border-radius: 0.7rem;
  background: var(--paint-primary);
  color: #F7F5EF;
  transition: background 530ms var(--speed-soft);
}
.service-benefit .compact-stack:hover{
  background: #255A50;color:var(--line-panel);}
.service-benefit .focused-flow{margin: 0;
  font-size: calc(15px * .875);color:inherit;}
.service-benefit .focused-flow a{color:inherit;}
.service-benefit .focused-flow a:hover{color:inherit;}
.service-benefit .bottom-summary{grid-area: aside;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2B3A3E;}
.service-benefit .bottom-summary .simple-group{margin: 0 0 calc(1.5rem * .75);
  color: #D8DCD6;
  font-size: calc(15px * .875);}
.service-benefit .bottom-summary .simple-group a{color: #7FB3A6;}
.service-benefit .offer-frame{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;}
.service-benefit .offer-frame li{display: grid;
  grid-template-columns: 6rem minmax(0, 1fr);
  gap: 1.05rem;
  font-size: calc(15px * .875);}
.service-benefit .offer-frame li span{color:inherit;}
.service-benefit .offer-frame li a{text-decoration: underline;
  text-underline-offset: 2px;}
@media (max-width: 820px) {.service-benefit .clear-links{
    grid-template-columns: 1fr;
    grid-template-areas:
      "lead"
      "form"
      "aside";
  }.service-benefit .offer-frame li{
    grid-template-columns: 1fr;
    gap: 0.15rem;
  }
}
.contact-surface{padding:calc(1.5rem * 2.4) 1.95rem;background:#F7F5EF;color:#172A3A;}
.secondary-actions{max-width:980px;margin:0 auto;}
.contact-surface h1{margin:0;font-size:calc(15px * 2.65);line-height:1.08;}
.plain-copy{--mark-soft:calc(1.5rem * 1.02);--state-content:calc(980px / 2.25);padding:calc(1.5rem * 2.4) 1.95rem;background:var(--paint-primary);color:#F7F5EF;}
.plain-copy .clear-links{max-width:980px;margin:0 auto;}
.plain-copy h1,.plain-copy h2,.plain-copy h3,.plain-copy p{margin:0;}
.plain-copy h2{font-size:calc(15px * 2);line-height:1.12;}
.plain-copy h3{font-size:calc(15px * 1.35);line-height:1.2;}
.plain-copy p{font-size:15px;line-height:1.77;color:color-mix(in srgb, currentColor 78%, transparent);}
.plain-copy a{color:inherit;text-decoration:none;}
.plain-copy .compact-stack{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.37rem;background:#F7F5EF;color:var(--paint-primary);}
.plain-copy .focused-flow{font-size:calc(15px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.82;}
.plain-copy .content-inner h2{margin-top:calc(1.5rem / 2);}
.plain-copy .offer-body{margin-top:calc(1.5rem / 2);}
.plain-copy .offer-frame{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.05rem;margin-top:var(--mark-soft);}
.plain-copy .active-summary{flex:1 1 calc(980px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.plain-copy .active-summary p{margin-top:calc(1.5rem / 3);}
.plain-copy .active-summary h3{margin-top:calc(1.5rem / 3);}
.plain-copy .active-summary a{display:inline-block;margin-top:calc(1.5rem / 3);text-decoration:underline;text-underline-offset:3px;}
.plain-copy .quiet-grid{margin-top:var(--mark-soft);font-size:calc(15px * .875);color:color-mix(in srgb, currentColor 82%, transparent);}
.plain-copy .quiet-grid a{text-decoration:underline;text-underline-offset:3px;}
.plain-copy .open-shell{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.05rem;}
.plain-copy .open-shell>.content-inner{flex:1 1 auto;min-width:0;}
.plain-copy .open-shell>.compact-stack{flex:0 0 auto;}
.plain-copy .open-shell>.offer-frame{flex:1 1 100%;}
.plain-copy .open-shell>.quiet-grid{flex:1 1 100%;}
@media (max-width:640px){.plain-copy .active-summary{flex:1 1 100%;}
}
.soft-story{
  background:#F7F5EF;
  color:#172A3A;
  padding:calc(1.5rem * 2.4) 1.95rem;
}
.soft-story .clear-links{max-width:980px;
  margin:0 auto;}
.soft-story .direct-actions{max-width:46rem;}
.soft-story .clear-steps{margin:0 0 1.5rem;
  max-width:34rem;
  color:var(--tone-primary);
  font-size:15px;
  line-height:1.77;}
.soft-story h2{margin:0;
  font-size:calc(15px * 2);
  line-height:1.12;
  letter-spacing:0;}
.soft-story .narrow-contact{margin-top:calc(1.05rem * 1.5);
  max-width:56rem;
  display:flex;
  flex-direction:column;}
.soft-story .active-summary{display:flex;
  gap:1.05rem;
  align-items:flex-start;
  padding:1.5rem 0;}
.soft-story .active-summary + .active-summary{border-top:1px solid var(--tone-muted);}
.soft-story .active-summary strong{flex:0 0 12rem;
  min-width:0;
  font-size:15px;
  line-height:1.4;}
.soft-story .active-summary span{min-width:0;
  color:var(--tone-primary);
  line-height:1.77;}
@media (max-width:680px){.soft-story .active-summary{
    display:block;
    padding:calc(1.5rem * .75) 0;
  }.soft-story .active-summary span{
    display:block;
    margin-top:.5rem;
  }
}
.active-contact{
  background: linear-gradient(120deg, #2E6E63 0%, #1F4E6B 100%);
  color: #F7F5EF;
  padding: calc(1.5rem * 2.4) 1.95rem;
}
.active-contact .clear-links{width: min(100%, 980px);
  margin: 0 auto;}
.active-contact .fresh-group{display: block;
  width: 100%;
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: 1.34rem;
  margin-bottom: calc(1.05rem * 1.5);}
.active-contact h2,
.active-contact p{margin: 0;}
.active-contact .wide-area{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1.05rem;
  align-items: flex-start;}
.active-contact h2{font-size: calc(15px * 2.65);
  line-height: 1.05;
  flex: 1 1 16rem;
  min-width: 0;}
.active-contact .media-group{flex: 2 1 24rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.05rem * 1.5);}
.active-contact .media-group p{line-height: 1.77;
  margin: 0;}
.active-contact strong{display: block;
  margin-bottom: calc(calc(1.5rem * .75) * .3);
  font-size: 15px;}
@media (max-width: 820px) {.active-contact .fresh-group{
    aspect-ratio: 16 / 10;
  }.active-contact h2{
    flex: 1 1 100%;
  }.active-contact .media-group{
    flex: 1 1 100%;
  }
}
.clear-flow{
  background: #F7F5EF;
  color: #172A3A;
  padding: calc(1.5rem * 2.4) 1.95rem;
}
.clear-flow .clear-links{width: min(100%, 980px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .82fr);
  gap: calc(1.05rem * 1.5);
  align-items: start;}
.clear-flow h2,
.clear-flow h3,
.clear-flow p{margin: 0;}
.clear-flow h2{font-size: calc(15px * 2);
  line-height: 1.1;}
.clear-flow h3{font-size: calc(15px * 1.35);
  line-height: 1.2;}
.clear-flow p{font-size: 15px;
  line-height: 1.77;}
.clear-flow .public-note{display: grid;
  gap: 1.5rem;}
.clear-flow .media-group{display: grid;
  gap: calc(1.5rem * .75);}
.clear-flow .focused-flow{display: grid;
  gap: calc(1.5rem * .75);
  padding: 0 0 1.5rem 1.5rem;
  border-left: 1px solid var(--tone-muted);}
.clear-flow .focused-flow span{font-size: calc(15px * .875);
  color: var(--tone-primary);
  letter-spacing: .02em;}
.clear-flow .focused-flow:nth-child(2n){padding-top: calc(1.5rem * .75);}
@media (max-width: 860px) {.clear-flow .clear-links{ grid-template-columns: 1fr; }.clear-flow h2{ font-size: clamp(calc(15px * 1.35), 9vw, calc(15px * 2)); }
}
.featured-fields{padding:calc(1.5rem * 2.4) 1.95rem;background:#172A3A;color:#F7F5EF}
.featured-fields .strong-benefit{max-width:980px;margin:0 auto}
.featured-fields h2{max-width:20ch;margin:0;font-size:calc(15px * 2);line-height:1.1}
.featured-fields .text-form{margin:1.5rem 0 calc(1.05rem * 1.5);font-size:calc(15px * 1.125);line-height:1.77;opacity:.82}
.featured-fields .active-fields{display:flex;flex-direction:column;gap:calc(1.05rem * 1.5);margin:0;padding:0;list-style:none;counter-reset:nota}
.featured-fields .active-fields>li{position:relative;padding-left:2.4rem;margin:0}
.featured-fields .active-fields>li::before{counter-increment:nota;content:counter(nota,decimal-leading-zero);position:absolute;left:0;top:.15rem;font-size:calc(15px * .875);letter-spacing:.08em;opacity:.6}
.featured-fields h3{margin:0;font-size:calc(15px * 1.35);line-height:1.2}
.featured-fields .active-fields p{margin:calc(1.5rem * .75) 0 0;line-height:1.77;opacity:.82}
.featured-fields a{text-decoration:underline;text-underline-offset:3px}
.featured-fields a:hover{opacity:.75}
@media(max-width:680px){.featured-fields .active-fields>li{padding-left:1.9rem}}
.focused-view{
  background:var(--ink-accent);
  color:var(--tone-primary);
  padding:calc(1.5rem * 2.4) 1.95rem;
}
.focused-view .clear-links{max-width:980px;
  margin:0 auto;
  display:flex;
  gap:calc(1.05rem * 1.5);
  align-items:flex-start;}
.focused-view .bottom-summary{flex:0 0 min(38%,30rem);
  min-width:16rem;}
.focused-view .visual-links{display:block;
  width:100%;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:1rem;}
.focused-view .focused-surface{flex:1 1 30rem;
  min-width:0;}
.focused-view .focused-flow{margin:0 0 1.5rem;
  font-size:calc(15px * .875);
  line-height:1.77;}
.focused-view h2{margin:0 0 calc(1.05rem * 1.5);
  font-size:calc(15px * 2);
  line-height:1.12;
  letter-spacing:0;}
.focused-view .plain-header p{margin:0 0 calc(1.05rem * 1.5);
  line-height:1.77;}
.focused-view .plain-header p:last-child{margin-bottom:0;}
.focused-view .offer-frame{margin-top:calc(1.05rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:.65rem;}
.focused-view .offer-frame span{
  border-radius:1.34rem;
  background:color-mix(in srgb,var(--tone-primary) 10%,transparent);
  padding:.6rem .85rem;
  font-size:calc(15px * .875);color:var(--line-panel);}
.focused-view .quiet-grid{margin-top:calc(1.05rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.05rem;}
.focused-view .quiet-grid a{text-decoration:none;
  border-bottom:1px solid color-mix(in srgb,#2E6E63 40%,transparent);
  padding-bottom:2px;
  font-size:calc(15px * .875);}
.focused-view .quiet-grid a:hover{border-bottom-color:color-mix(in srgb,#1F4E6B 55%,transparent);}
@media (max-width:760px){.focused-view .clear-links{display:block}.focused-view .bottom-summary{flex:none;min-width:0;margin-bottom:calc(1.05rem * 1.5)}.focused-view .visual-links{aspect-ratio:16/10}
}
.secondary-body{
  padding: calc(1.5rem * 2.4) 1.95rem;
  background: #172A3A;
  color: #F7F5EF;
}
.secondary-body .clear-links{max-width: min(980px, 72rem);
  margin: 0 auto;}
.secondary-body .narrow-body{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(1.05rem * 1.5);}
.secondary-body h2{margin: 0;
  flex: 1 1 20rem;
  font-size: calc(15px * 2);
  line-height: 1.1;}
.secondary-body .offer-body{flex: 2 1 26rem;
  margin: 0;
  font-size: 15px;
  line-height: 1.77;
  color: var(--tone-muted);}
.secondary-body .top-tile{display: flex;
  flex-wrap: wrap;
  gap: 1.05rem;}
.secondary-body .active-summary{
  flex: 1 1 min(100%, 20rem);
  padding: calc(1.5rem * .75);
  background: var(--ink-panel);
  color: var(--line-panel);
  border: 1px solid var(--tone-muted);
  border-radius: 1rem;
}
.secondary-body .primary-group{margin: 0 0 calc(1.5rem * .75);
  font-size: 15px;
  line-height: 1.77;}
.secondary-body .soft-surface{margin: 0;
  font-weight: 700;
  font-size: 15px;}
.secondary-body .focused-form{margin: 0.15rem 0 0;
  font-size: calc(15px * .875);color:inherit;}
.secondary-body .media-group{display: flex;
  flex-wrap: wrap;
  gap: 1.05rem;
  margin-top: calc(1.05rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2B3A3E;}
.secondary-body .focused-flow{flex: 1 1 min(100%, 22rem);
  margin: 0;
  font-size: calc(15px * .875);
  line-height: 1.77;
  color: var(--tone-muted);}
.secondary-body .focused-flow a{color: #7FB3A6;
  text-decoration: underline;}
.secondary-body .focused-flow a:hover{}
@media (max-width: 700px) {.secondary-body .narrow-body{
    display: block;
  }.secondary-body .offer-body{
    margin-top: calc(1.5rem * .75);
  }.secondary-body .top-tile{
    display: block;
  }.secondary-body .active-summary + .active-summary{
    margin-top: 1.05rem;
  }
}
.active-service{--mark-soft:calc(1.5rem * 1.20);--copy-button:calc(980px / 3.53);padding:calc(1.5rem * 2.4) 1.95rem;background:#1F4E6B;color:#F7F5EF;}
.active-service .clear-links{max-width:980px;margin:0 auto;}
.active-service h2,.active-service h3,.active-service p{margin:0;}
.active-service h2{font-size:calc(15px * 2);line-height:1.12;}
.active-service h3{font-size:calc(15px * 1.35);line-height:1.2;}
.active-service p{font-size:15px;line-height:1.77;color:color-mix(in srgb, currentColor 78%, transparent);}
.active-service a{color:inherit;text-decoration:none;}
.active-service .wide-links{padding-inline-start:calc(1.95rem / 2);}
.active-service .local-frame{padding-block:calc(var(--mark-soft) / 2);}
.active-service .top-visual{row-gap:calc(var(--mark-soft) * .7);}
.active-service .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.05rem;}
.active-service .row-title h2{flex:1 1 calc(980px / 3);min-width:0;}
.active-service .row-title>p{flex:1 1 calc(980px / 3);min-width:0;}
.active-service .direct-frame{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-soft);margin-top:var(--mark-soft);}
.active-service .active-summary{flex:1 1 var(--copy-button);min-width:0;padding-top:calc(calc(1.5rem * .75) / 1.4);border-top:1px solid color-mix(in srgb, currentColor 24%, transparent);}
.active-service .active-summary p{margin-top:calc(1.5rem / 3);}
.active-service .active-summary a{display:inline-flex;margin-top:calc(1.5rem / 2);padding-bottom:2px;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);opacity:.9;}
.active-service .quiet-grid{flex:1 1 100%;margin-top:calc(var(--mark-soft) * .6);font-size:calc(15px * .875);}
.active-service .quiet-grid a{border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.steady-region{--mark-soft:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.95rem;background:var(--ink-accent);color:var(--tone-primary);}
.steady-region .clear-links{max-width:980px;margin:0 auto;}
.steady-region h1,.steady-region h2,.steady-region h3,.steady-region p{margin:0;}
.steady-region h2{font-size:calc(15px * 2);line-height:1.14;}
.steady-region h3{font-size:calc(15px * 1.35);line-height:1.24;}
.steady-region p{font-size:15px;line-height:1.77;}
.steady-region .focused-flow{font-size:calc(15px * .875);letter-spacing:.04em;text-transform:uppercase;margin-bottom:calc(1.5rem / 2.5);}
.steady-region .offer-body{margin-top:1.5rem;}
.steady-region .offer-frame{display:flex;flex-direction:column;gap:var(--mark-soft);margin-top:var(--mark-soft);}
.steady-region .active-summary{min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--tone-muted);}
.steady-region .active-summary:first-child{border-top:0;padding-top:0;}
.steady-region .content-inner{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.steady-region .content-inner p{max-width:none;}
@media (min-width:760px){.steady-region .active-summary{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:1.05rem;align-items:start;}.steady-region .content-inner{display:contents;}.steady-region .content-inner h3{grid-column:1;}.steady-region .content-inner p{grid-column:2;}
}
.quiet-frame{--mark-soft:calc(1.5rem * 1.05);--copy-button:calc(980px / 3.2);padding:calc(1.5rem * 2.4) 1.95rem;background:var(--paint-primary);color:#F7F5EF;}
.quiet-frame .clear-links{max-width:980px;margin:0 auto;}
.quiet-frame h2,.quiet-frame h3,.quiet-frame p{margin:0;}
.quiet-frame h2{font-size:calc(15px * 2);line-height:1.14;}
.quiet-frame h3{font-size:calc(15px * 1.35);line-height:1.22;}
.quiet-frame p{font-size:15px;line-height:1.77;color:color-mix(in srgb, currentColor 76%, transparent);}
.quiet-frame a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.quiet-frame a:hover{border-bottom-color:currentColor;}
.quiet-frame .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.05rem;row-gap:var(--mark-soft);}
.quiet-frame .row-title h2{flex:1 1 calc(980px / 3);min-width:0;}
.quiet-frame .row-title>p{flex:1 1 calc(980px / 2.6);min-width:0;}
.quiet-frame .offer-frame{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-soft);margin-top:calc(var(--mark-soft) / 2);}
.quiet-frame .active-summary{flex:1 1 var(--copy-button);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.quiet-frame .active-summary p{margin-top:calc(1.5rem / 3);}
.quiet-frame .active-summary .quiet-grid{margin-top:calc(1.5rem / 2.4);font-size:calc(15px * .875);}
@media (max-width:640px){.quiet-frame .row-title h2,.quiet-frame .row-title>p{flex:1 1 100%;}.quiet-frame .active-summary{flex:1 1 100%;}
}
.contact-inner{padding:calc(1.5rem * 2.4) 1.95rem;background:var(--ink-accent);color:var(--tone-primary);}
.contact-inner .clear-links{max-width:980px;margin:0 auto;}
.contact-inner .narrow-body{margin-bottom:calc(1.05rem * 1.5);border-bottom:1px solid var(--tone-muted);padding-bottom:calc(1.05rem * 1.5);}
.contact-inner .narrow-body p{margin:0;font-size:calc(15px * .875);letter-spacing:.06em;text-transform:uppercase;color:var(--tone-primary);opacity:.78;}
.contact-inner h2{margin:.5rem 0 0;font-size:calc(15px * 2);line-height:1.12;}
.contact-inner .bottom-intro{display:flex;flex-direction:column;gap:calc(1.05rem * 1.5);}
.contact-inner article{display:grid;grid-template-columns:minmax(0,1fr) 16rem;gap:1.05rem;align-items:start;background:var(--ink-panel);color:var(--line-panel);border:1px solid var(--tone-muted);border-radius:1rem;padding:calc(1.5rem * .75);box-shadow:0 0px 2px rgba(0,0,0,0.02);}
.contact-inner article:nth-child(even){grid-template-columns:16rem minmax(0,1fr);}
.contact-inner article:nth-child(even) .content-inner{order:2;}
.contact-inner article:nth-child(even) img{order:1;}
.contact-inner .content-inner{padding:0;}
.contact-inner span{display:inline-block;font-size:calc(15px * .875);font-weight:700;color:var(--paint-primary);letter-spacing:.04em;text-transform:uppercase;}
.contact-inner h3{margin:.4rem 0 .5rem;font-size:calc(15px * 1.35);line-height:1.22;}
.contact-inner article p{margin:0;color:var(--tone-primary);line-height:1.77;}
.contact-inner img{display:block;width:100%;height:11rem;object-fit:cover;border-radius:0.7rem;}
@media (max-width:760px){.contact-inner article,
.contact-inner article:nth-child(even){grid-template-columns:1fr;}.contact-inner article:nth-child(even) .content-inner{order:1;}.contact-inner article:nth-child(even) img{order:2;}.contact-inner img{height:12rem;}
}
.main-form{padding:calc(1.5rem * 2.4) 1.95rem;background:#172A3A;color:#F7F5EF}
.main-form .clear-links{max-width:980px;margin:0 auto}
.main-form .narrow-visual{display:flex;flex-wrap:wrap;gap:calc(1.05rem * 1.5);align-items:flex-start}
.main-form h2{flex:1 1 30rem;min-width:0;margin:0;font-size:calc(15px * 2);line-height:1.1;letter-spacing:-0.01em}
.main-form .focused-surface{flex:1 1 30rem;min-width:0}
.main-form .focused-surface p{margin:0;font-size:15px;line-height:1.77;opacity:.92}
.main-form .offer-callout{display:flex;flex-wrap:wrap;gap:1.05rem;margin-top:calc(1.05rem * 1.5)}
.main-form .offer-callout a{border-radius:0.37rem;background:#1F4E6B;color:#F7F5EF;padding:calc(calc(1.5rem * .75)*.6) calc(1.5rem * .75);text-decoration:none;font-size:calc(15px * .875);transition:background 530ms var(--speed-soft)}
.main-form .offer-callout a:hover{background:#173D54;color:var(--line-panel);}
@media(max-width:760px){.main-form .narrow-visual{display:block}.main-form .focused-surface{margin-top:calc(1.05rem * 1.5)}.main-form h2{font-size:calc(15px * 1.35)}}
.main-frame{--mark-soft:calc(1.5rem * 0.88);--mark-active:1px solid var(--tone-muted);padding:calc(1.5rem * 2.4) 1.95rem;background:#F7F5EF;color:#172A3A;}
.main-frame .clear-links{max-width:980px;margin:0 auto;}
.main-frame h2,.main-frame h3,.main-frame p{margin:0;}
.main-frame h2{font-size:calc(15px * 2);line-height:1.14;}
.main-frame h3{font-size:calc(15px * 1.35);line-height:1.22;}
.main-frame p{font-size:15px;line-height:1.77;}
.main-frame .focused-flow{margin-bottom:calc(1.5rem / 2);font-size:calc(15px * .875);letter-spacing:.04em;text-transform:uppercase;color:var(--tone-primary);}
.main-frame .offer-body{margin-top:1.5rem;color:var(--tone-primary);}
.main-frame .offer-frame{display:flex;flex-direction:column;margin-top:calc(var(--mark-soft) * 1.1);border-top:var(--mark-active);}
.main-frame .active-summary{padding:calc(calc(1.05rem * 1.5) * 1.05) 0;border-bottom:var(--mark-active);}
.main-frame .content-inner{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(calc(1.05rem * 1.5) / 2.2);}
.main-frame .active-summary p{color:var(--tone-primary);}
.main-frame a{color:#2E6E63;text-decoration:underline;text-underline-offset:3px;}
.main-frame a:hover{color:#1F4E6B;}
@media (min-width:760px){.main-frame .content-inner{grid-template-columns:minmax(0,0.85fr) minmax(0,1.3fr);gap:calc(1.05rem * 1.5);align-items:start;}.main-frame .content-inner h3{padding-right:calc(1.05rem * 1.5);}
}
.main-brand{padding:calc(1.5rem * 2.4) 1.95rem;background:var(--ink-accent);color:var(--tone-primary)}
.main-brand .clear-links{max-width:980px;margin:0 auto}
.main-brand .soft-contact{display:flex;gap:calc(1.05rem * 1.5);align-items:flex-start}
.main-brand .offer-body{flex:0 1 30rem;min-width:0;position:sticky;top:1.5rem}
.main-brand h2{margin:0;font-size:calc(15px * 2);line-height:1.08}
.main-brand .offer-body p{margin:calc(1.05rem * 1.5) 0 0;font-size:15px;line-height:1.77}
.main-brand .offer-frame{flex:1 1 46rem;min-width:0;display:flex;flex-direction:column;gap:1.05rem}
.main-brand .active-summary{background:var(--ink-panel);color:var(--line-panel);border:1px solid var(--tone-muted);border-radius:0.7rem;padding:calc(1.5rem * .75) 1.5rem}
.main-brand strong{display:block;font-size:calc(15px * 1.125);line-height:1.22;font-weight:600}
.main-brand .active-summary p{margin:calc(1.5rem * .75) 0 0;line-height:1.77}
@media(max-width:820px){.main-brand .soft-contact{display:block}.main-brand .offer-body{position:static}.main-brand .offer-frame{margin-top:calc(1.05rem * 1.5)}.main-brand h2{font-size:calc(15px * 1.35)}}
.active-brand{--mark-soft:calc(1.5rem * 1.15);--layer-base:3px;padding:calc(1.5rem * 2.4) 1.95rem;background:#F7F5EF;color:#172A3A;}
.active-brand .clear-links{max-width:980px;margin:0 auto;}
.active-brand h2,.active-brand h3,.active-brand p{margin:0;}
.active-brand h2{font-size:calc(15px * 2);line-height:1.14;}
.active-brand h3{font-size:calc(15px * 1.35);line-height:1.25;}
.active-brand p{font-size:15px;line-height:1.77;}
.active-brand .content-inner .offer-body{margin-top:calc(1.05rem * 1.5);color:var(--tone-primary);}
.active-brand .focused-nav{display:flex;flex-direction:column;gap:calc(1.05rem * 1.5);}
.active-brand .offer-frame{position:relative;display:flex;flex-direction:column;gap:var(--mark-soft);padding-left:1.5rem;border-left:var(--layer-base) solid var(--tone-muted);}
.active-brand .active-summary{position:relative;min-width:0;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid var(--tone-muted);}
.active-brand .active-summary:last-child{padding-bottom:0;border-bottom:0;}
.active-brand .active-summary::before{content:"";position:absolute;left:calc(-1 * 1.5rem - var(--layer-base) - 4px);top:0.55em;width:11px;height:11px;border-radius:50%;background:var(--paint-primary);color:#F7F5EF;}
.active-brand .active-summary h3{margin-bottom:calc(calc(1.05rem * 1.5) / 2);}
.active-brand .active-summary p{color:var(--tone-primary);}
.active-brand img{display:block;width:100%;height:auto;border-radius:1rem;margin-top:calc(1.05rem * 1.5);}
@media (min-width:820px){.active-brand .focused-nav{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);grid-template-areas:"copy list" "img list";column-gap:1.5rem;align-items:start;}.active-brand .content-inner{grid-area:copy;}.active-brand .offer-frame{grid-area:list;}.active-brand img{grid-area:img;margin-top:calc(1.05rem * 1.5);}
}
.soft-method{padding:calc(1.5rem * 2.4) 1.95rem;background:var(--ink-accent);color:var(--tone-primary);}
.soft-method .clear-links{max-width:980px;margin:0 auto;}
.soft-method .narrow-body{margin-bottom:calc(1.05rem * 1.5);}
.soft-method .narrow-body h2{margin:0;font-size:calc(15px * 2);}
.soft-method .narrow-body p{margin:calc(1.5rem * .75) 0 0;font-size:15px;line-height:1.77;}
.soft-method .top-tile{display:flex;flex-direction:column;gap:1.05rem;}
.soft-method .active-summary{padding:calc(1.5rem * .75) 0;border-top:1px solid var(--tone-muted);}
.soft-method .active-summary:last-child{border-bottom:1px solid var(--tone-muted);}
.soft-method .active-summary h3{margin:0 0 0.4rem;font-size:calc(15px * 1.35);}
.soft-method .active-summary p{margin:0;font-size:15px;line-height:1.77;}
.soft-method .focused-flow{margin-top:calc(1.05rem * 1.5);padding:calc(1.5rem * .75);background:var(--ink-panel);color:var(--line-panel);border:1px solid var(--tone-muted);border-radius:0.7rem;}
.soft-method .focused-flow p{margin:0;font-size:calc(15px * .875);line-height:1.77;}
.soft-method .quiet-grid{display:flex;flex-wrap:wrap;gap:1.05rem;margin-top:calc(1.5rem * .75);}
.soft-method .quiet-grid a{color:#2E6E63;text-decoration:none;font-size:calc(15px * .875);border-bottom:1px solid #2E6E63;padding-bottom:1px;transition:color 530ms var(--speed-soft),border-color 530ms var(--speed-soft);}
.soft-method .quiet-grid a:hover{color:#1F4E6B;border-color:#1F4E6B;}
@media (max-width:700px){.soft-method .narrow-body h2{font-size:calc(15px * 1.35);}
    }
.bottom-nav{background:#1F4E6B;color:#F7F5EF;padding:calc(1.5rem * 2.4) 1.95rem}
.bottom-nav .clear-links{max-width:980px;margin:0 auto}
.bottom-nav .top-fields{display:flex;align-items:flex-start;gap:calc(1.05rem * 1.5)}
.bottom-nav .main-view{display:block;flex:0 1 40%;min-width:14rem;width:100%;height:auto;aspect-ratio:5/4;object-fit:cover;border-radius:1rem}
.bottom-nav .focused-surface{flex:1 1 34rem;min-width:0}
.bottom-nav h2{margin:0;font-size:clamp(calc(15px * 2),4.5vw,calc(15px * 2.65));line-height:1.1;letter-spacing:0}
.bottom-nav p{margin:1.5rem 0 0;font-size:calc(15px * 1.125);line-height:1.65}
.bottom-nav .narrow-contact{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-top:calc(1.05rem * 1.5)}
.bottom-nav .main-figure{display:flex;flex-wrap:wrap;gap:1.05rem;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.bottom-nav .main-figure:last-child{border-bottom:0;padding-bottom:0}
.bottom-nav .featured-details{flex:0 0 7rem;font-size:calc(15px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.75}
.bottom-nav .contact-nav{flex:1 1 16rem;min-width:0;font-size:15px;line-height:1.6}
.bottom-nav .contact-nav a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.bottom-nav .focused-flow{margin-top:calc(1.05rem * 1.5);font-size:calc(15px * .875);opacity:0.85}
.bottom-nav .offer-callout{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(1.05rem * 1.5)}
.bottom-nav .offer-callout a{padding:calc(1.5rem * .75);border-radius:0.37rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none}
@media(max-width:760px){.bottom-nav .top-fields{flex-direction:column}.bottom-nav .main-view{flex-basis:auto;min-width:0}.bottom-nav .featured-details{flex-basis:100%}}
.team-benefit{--mark-soft:calc(1.5rem * 1.42);--state-content:calc(980px / 3.15);--type-heading:calc(980px / 3.55);padding:calc(1.5rem * 2.4) 1.95rem;background:#F7F5EF;color:#172A3A;}
.team-benefit .clear-links{max-width:980px;margin:0 auto;}
.team-benefit h1,.team-benefit h2,.team-benefit h3,.team-benefit p{margin:0;}
.team-benefit h1{font-size:calc(15px * 2.65);line-height:1.08;}
.team-benefit h2{font-size:calc(15px * 2);line-height:1.12;}
.team-benefit h3{font-size:calc(15px * 1.35);line-height:1.2;}
.team-benefit p{font-size:15px;line-height:1.77;color:var(--tone-primary);}
.team-benefit a{color:#2E6E63;text-decoration:none;}
.team-benefit a:hover{color:#1F4E6B;}
.team-benefit img{display:block;width:100%;height:auto;border-radius:0.7rem;}
.team-benefit .offer-body,.team-benefit .focused-flow{}
.team-benefit .focused-flow{margin-top:calc(1.05rem * 1.5);font-size:calc(15px * .875);color:var(--tone-primary);}
.team-benefit .offer-frame{display:flex;flex-direction:column;gap:var(--mark-soft);margin-top:var(--mark-soft);}
.team-benefit .active-summary{min-width:0;}
.team-benefit .active-summary p,.team-benefit .active-summary a{margin-top:calc(1.5rem / 3);}
.team-benefit .active-summary a{font-size:calc(15px * .875);font-weight:600;}
.team-benefit .featured-proof{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.05rem;}
.team-benefit .featured-proof>.content-inner{flex:1 1 calc(980px / 3);min-width:0;}
.team-benefit .featured-proof>.offer-frame{flex:2 1 calc(980px / 2);margin-top:0;}
.team-benefit .featured-proof>img{margin-left:auto;max-width:calc(var(--type-heading) * .7);}
.team-benefit .content-inner .offer-body{margin-top:1.5rem;}
.secondary-brand{padding:calc(1.5rem * 2.4) 1.95rem;background:#1F4E6B;color:#F7F5EF}
.secondary-brand .clear-links{max-width:980px;margin:0 auto}
.secondary-brand .local-method{display:flex;flex-direction:column;gap:calc(1.05rem * 1.5);align-items:flex-start}
.secondary-brand h2{margin:0;max-width:22ch;font-size:calc(15px * 2.65);line-height:1.06}
.secondary-brand .offer-body{margin:0;font-size:15px;line-height:1.77}
.secondary-brand .featured-actions{width:100%;display:flex;flex-wrap:wrap;gap:1.5rem}
.secondary-brand .active-summary{flex:1 1 20rem;min-width:0;background:color-mix(in srgb,#F7F5EF 10%,transparent);color:#F7F5EF;border-radius:0.7rem;padding:1.5rem}
.secondary-brand .active-summary p{margin:0 0 calc(1.5rem * .75);font-size:calc(15px * .875);letter-spacing:0.01em}
.secondary-brand .active-summary strong{display:block;font-size:15px;font-weight:600;line-height:1.5}
.secondary-brand .local-method>a{border-radius:0.37rem;background:var(--paint-primary);color:#F7F5EF;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.secondary-brand .local-method>a:hover{background:#255A50;color:var(--line-panel);}
@media(max-width:680px){.secondary-brand .featured-actions{display:block}.secondary-brand .active-summary+.active-summary{margin-top:1.5rem}.secondary-brand h2{font-size:calc(15px * 2)}}
.page-block{
  --mark-soft:calc(1.5rem * 1.15);
  --state-content:calc(980px / 2.4);
  padding:calc(1.5rem * 2.4) 1.95rem;
  background:#F7F5EF;
  color:#172A3A;
}
.page-block .clear-links{max-width:980px;
  margin:0 auto;}
.page-block h2,
.page-block h3,
.page-block p{margin:0;}
.page-block h2{font-size:calc(15px * 2);
  line-height:1.14;}
.page-block h3{font-size:calc(15px * 1.35);
  line-height:1.22;}
.page-block p{font-size:15px;
  line-height:1.77;}
.page-block .focused-flow{font-size:calc(15px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:var(--tone-primary);
  margin-bottom:calc(1.5rem / 2);}
.page-block .offer-body{margin-top:1.5rem;
  max-width:var(--state-content);}
.page-block .offer-frame{display:flex;
  flex-direction:column;
  gap:var(--mark-soft);
  margin-top:var(--mark-soft);
  border-top:1px solid var(--tone-muted);
  padding-top:var(--mark-soft);}
.page-block .active-summary{min-width:0;
  display:flex;
  gap:1.05rem;
  align-items:flex-start;
  padding-bottom:var(--mark-soft);
  border-bottom:1px solid var(--tone-muted);}
.page-block .active-summary:last-child{border-bottom:0;
  padding-bottom:0;}
.page-block .content-inner{min-width:0;
  flex:1 1 auto;}
.page-block .content-inner p{margin-top:calc(1.5rem / 3);
  color:var(--tone-primary);}
@media (max-width:720px){.page-block .active-summary{
    flex-direction:column;
    gap:calc(1.05rem / 2);
  }.page-block .offer-body{
    max-width:none;
  }
}
.steady-panel{
  background:var(--ink-accent);
  color:var(--tone-primary);
  padding:calc(1.5rem * 2.4) 1.95rem;
}
.steady-panel .clear-links{max-width:980px;
  margin:0 auto;
  display:flex;
  gap:calc(1.05rem * 1.5);
  align-items:flex-start;}
.steady-panel .focused-surface{flex:1 1 34rem;
  min-width:0;}
.steady-panel .offer-body{margin:0 0 1.5rem;
  line-height:1.77;}
.steady-panel h2{margin:0 0 calc(1.05rem * 1.5);
  font-size:calc(15px * 2);
  line-height:1.12;}
.steady-panel .top-tile{display:flex;
  flex-direction:column;
  gap:1.05rem;
  border-left:2px solid var(--tone-muted);
  padding-left:calc(1.5rem * .75);}
.steady-panel .main-figure{display:flex;
  flex-direction:column;
  gap:.25rem;}
.steady-panel .featured-details{font-size:calc(15px * .875);
  letter-spacing:.02em;
  text-transform:uppercase;}
.steady-panel .main-figure p{margin:0;
  line-height:1.77;}
.steady-panel .focused-flow{margin:calc(1.05rem * 1.5) 0 0;
  font-size:calc(15px * .875);
  line-height:1.77;}
.steady-panel .focused-flow a{text-decoration:underline;
  text-underline-offset:3px;}
.steady-panel .focused-flow a:hover{}
.steady-panel .visual-links{display:block;
  width:min(38%,26rem);
  min-width:16rem;
  aspect-ratio:4/5;
  object-fit:cover;
  border-radius:1rem;}
@media (max-width:760px){.steady-panel .clear-links{display:block}.steady-panel .visual-links{width:100%;min-width:0;max-height:28rem;margin-top:calc(1.05rem * 1.5)}.steady-panel .top-tile{padding-left:1.5rem}
}
.primary-grid{--mark-soft:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.95rem;background:#F7F5EF;color:#172A3A;}
.primary-grid .clear-links{max-width:980px;margin:0 auto;}
.primary-grid h2,.primary-grid h3,.primary-grid p{margin:0;}
.primary-grid h2{font-size:calc(15px * 2);line-height:1.15;}
.primary-grid h3{font-size:calc(15px * 1.35);line-height:1.22;}
.primary-grid p{font-size:15px;line-height:1.77;}
.primary-grid .quiet-actions{display:flex;flex-wrap:wrap;gap:1.05rem;align-items:flex-start;}
.primary-grid .quiet-actions h2{flex:1 1 calc(980px / 2.6);min-width:0;}
.primary-grid .quiet-actions .offer-body{flex:1 1 calc(980px / 2.6);min-width:0;color:var(--tone-primary);}
.primary-grid .offer-frame{display:flex;flex-direction:column;gap:0;margin-top:var(--mark-soft);border-top:1px solid var(--tone-muted);}
.primary-grid .active-summary{padding:calc(calc(1.05rem * 1.5) * .9) 0;border-bottom:1px solid var(--tone-muted);}
.primary-grid .active-summary .content-inner{display:flex;flex-wrap:wrap;gap:1.05rem;align-items:flex-start;}
.primary-grid .active-summary h3{flex:1 1 calc(980px / 3.2);min-width:0;}
.primary-grid .active-summary p{flex:1 1 calc(980px / 1.9);min-width:0;color:var(--tone-primary);}
.primary-grid .focused-flow{margin-top:var(--mark-soft);font-size:calc(15px * .875);color:var(--tone-primary);}
.primary-grid a{color:#2E6E63;text-decoration:none;border-bottom:1px solid var(--tone-muted);}
.primary-grid a:hover{color:#1F4E6B;}
@media (max-width:720px){.primary-grid .active-summary .content-inner{flex-direction:column;gap:calc(1.05rem * .6);}
}
.page-section{
    padding:calc(1.5rem * 2.4) 1.95rem;
    background:var(--ink-accent);
    color:var(--tone-primary);
}
.page-section .clear-links{max-width:980px;
    margin:0 auto;}
.page-section .narrow-body{margin-bottom:calc(1.05rem * 1.5);
    border-bottom:1px solid var(--tone-muted);
    padding-bottom:calc(1.05rem * 1.5);}
.page-section .narrow-body span{display:inline-block;
    font-size:calc(15px * .875);
    letter-spacing:.04em;
    text-transform:uppercase;
    opacity:.75;}
.page-section .narrow-body h2{margin:.6rem 0 .8rem;
    font-size:calc(15px * 2);
    line-height:1.2;}
.page-section .narrow-body p{margin:0;
    font-size:15px;
    line-height:1.77;}
.page-section .offer-frame{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.page-section .offer-frame article{
    display:grid;
    grid-template-columns:64px 1fr;
    gap:1.05rem;
    padding:calc(1.5rem * .75);
    background:var(--ink-panel);
    color:var(--line-panel);
    border:1px solid var(--tone-muted);
    border-radius:1rem;
}
.page-section .secondary-method{display:flex;
    justify-content:center;
    align-items:flex-start;}
.page-section .secondary-method b{
    display:grid;
    place-items:center;
    width:44px;
    height:44px;
    border-radius:0.7rem;
    background:var(--paint-primary);
    color:#F7F5EF;
    font-size:calc(15px * .875);
    font-weight:600;
}
.page-section .offer-frame h3{margin:0 0 .4rem;
    font-size:calc(15px * 1.35);}
.page-section .offer-frame p{margin:0 0 .7rem;
    font-size:15px;
    line-height:1.77;}
.page-section .offer-frame em{font-style:normal;
    font-weight:600;
    font-size:calc(15px * .875);}
@media (max-width:640px){.page-section .offer-frame article{
        grid-template-columns:1fr;
    }.page-section .secondary-method{
        justify-content:flex-start;
    }
}
.quiet-rail{
  background: #F7F5EF;
  color: #172A3A;
  padding: calc(1.5rem * 2.4) 1.95rem;
}
.quiet-rail .clear-links{width: min(100%, 980px);
  margin: 0 auto;}
.quiet-rail h2,
.quiet-rail h3,
.quiet-rail p{margin: 0;}
.quiet-rail .team-region{display: flex;
  flex-wrap: wrap;
  gap: 1.05rem;
  align-items: flex-end;
  margin-bottom: calc(1.05rem * 1.5);}
.quiet-rail .secondary-summary{display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1.34rem;
  box-shadow: 0 0px 2px rgba(0,0,0,0.02);}
.quiet-rail .quiet-actions{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.quiet-rail h2{font-size: calc(15px * 2);
  line-height: 1.1;}
.quiet-rail .quiet-actions p{color: var(--tone-primary);
  line-height: 1.77;}
.quiet-rail .simple-view{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.quiet-rail .strong-benefit{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: var(--ink-panel);
  color: var(--line-panel);
  border: 1px solid var(--tone-muted);
  box-shadow: 0 0px 2px rgba(0,0,0,0.02);
}
.quiet-rail .strong-benefit:nth-child(3n + 2){margin-top: 1.5rem;}
.quiet-rail .main-view{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.7rem;}
.quiet-rail h3{font-size: calc(15px * 1.35);
  line-height: 1.2;}
.quiet-rail .strong-benefit p{color: var(--tone-primary);
  line-height: 1.77;
  margin-top: calc(1.5rem * .75);}
@media (max-width: 860px) {.quiet-rail .strong-benefit:nth-child(3n + 2){ margin-top: 0; }
}
.quiet-rail .team-region > *{min-width: 0; flex: 1 1 18rem;}
.quiet-rail .simple-view > *{min-width: 0; flex: 1 1 16rem;}
.narrow-section{--mark-soft:calc(1.5rem * 1.04);--state-content:calc(980px / 2.28);padding:calc(1.5rem * 2.4) 1.95rem;background:#1F4E6B;color:#F7F5EF;}
.narrow-section .clear-links{max-width:980px;margin:0 auto;}
.narrow-section h2,.narrow-section h3,.narrow-section p{margin:0;}
.narrow-section h2{font-size:calc(15px * 2);line-height:1.12;}
.narrow-section h3{font-size:calc(15px * 1.35);line-height:1.2;}
.narrow-section p{font-size:15px;line-height:1.77;color:color-mix(in srgb, currentColor 78%, transparent);}
.narrow-section .offer-body{margin-top:1.5rem;max-width:calc(980px / 1.6);}
.narrow-section .wide-details{display:flex;flex-direction:column;gap:var(--mark-soft);margin-top:var(--mark-soft);}
.narrow-section .active-summary{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid color-mix(in srgb, currentColor 32%, transparent);}
.narrow-section .active-summary p{margin-top:calc(1.5rem / 3);}
@media (min-width:768px){.narrow-section .wide-details{gap:calc(var(--mark-soft) * .9);}.narrow-section .active-summary{display:grid;grid-template-columns:calc(980px / 4.2) 1fr;column-gap:1.05rem;align-items:start;}.narrow-section .active-summary p{margin-top:0;}
}
.team-track{
    padding:calc(1.5rem * 2.4) 1.95rem;
    background:var(--ink-accent);
    color:var(--tone-primary);
}
.team-track .clear-links{max-width:980px;
    margin:0 auto;
    display:grid;
    grid-template-columns:0.85fr 1.15fr;
    gap:calc(1.05rem * 1.5);
    align-items:start;}
.team-track .public-panel img{width:100%;
    height:auto;
    display:block;
    border-radius:1rem;
    border:1px solid var(--tone-muted);
    box-shadow:0 0px 2px rgba(0,0,0,0.02);}
.team-track .plain-header h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(15px * 2);
    line-height:1.2;}
.team-track .plain-header h3{margin:calc(1.05rem * 1.5) 0 calc(1.5rem * .75);
    font-size:calc(15px * 1.125);
    font-weight:600;}
.team-track .plain-header p{margin:0 0 calc(1.5rem * .75);
    font-size:15px;
    line-height:1.77;}
.team-track .plain-header ul{margin:0;
    padding-left:1.15rem;
    display:grid;
    gap:0.55rem;}
.team-track .plain-header li{font-size:15px;
    line-height:1.65;}
@media (max-width:820px){.team-track .clear-links{
        grid-template-columns:1fr;
    }
}
.active-footer{
  padding: calc(1.5rem * 2.4) 1.95rem;
  background: #172A3A;
  color: #F7F5EF;
}
.active-footer .clear-links{max-width: min(980px, 72rem);
  margin: 0 auto;}
.active-footer .narrow-body{display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(1.05rem * 1.5);
  border-bottom: 1px solid #2B3A3E;}
.active-footer h2{margin: 0;
  flex: 1 1 22rem;
  font-size: calc(15px * 2);
  line-height: 1.12;}
.active-footer .offer-body{flex: 1 1 26rem;
  margin: 0;
  font-size: 15px;
  line-height: 1.77;
  color: #D8DCD6;}
.active-footer .top-tile{display: flex;
  flex-wrap: wrap;
  gap: 1.05rem;
  margin-top: calc(1.05rem * 1.5);}
.active-footer .active-summary{
  flex: 1 1 min(100%, 20rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  background: var(--ink-panel);
  color: var(--line-panel);
  border: 1px solid var(--tone-muted);
  border-radius: 1rem;
}
.active-footer .primary-group{margin: 0;
  font-size: 15px;
  line-height: 1.77;}
.active-footer .soft-surface{display: flex;
  align-items: center;
  gap: calc(1.05rem * .7);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--tone-muted);}
.active-footer .soft-surface img{width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;}
.active-footer .direct-copy{display: block;
  font-weight: 700;
  font-size: calc(15px * .875);}
.active-footer .secondary-method{display: block;
  font-size: calc(15px * .875);color:inherit;}
.active-footer .public-quote{margin-top: calc(1.05rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2B3A3E;}
.active-footer .focused-flow{margin: 0;
  font-size: calc(15px * .875);
  line-height: 1.77;
  color: #D8DCD6;}
.active-footer .focused-flow a{text-decoration: underline;}
.active-footer .focused-flow a:hover{}
@media (max-width: 700px) {.active-footer .narrow-body{
    align-items: flex-start;
  }.active-footer .top-tile{
    display: block;
  }.active-footer .active-summary + .active-summary{
    margin-top: 1.05rem;
  }
}
.open-unit{--mark-soft:calc(1.5rem * 1.15);--state-content:calc(980px / 2.4);padding:calc(1.5rem * 2.4) 1.95rem;background:var(--paint-primary);color:#F7F5EF;}
.open-unit .clear-links{max-width:980px;margin:0 auto;}
.open-unit h2,.open-unit p{margin:0;}
.open-unit h2{font-size:calc(15px * 2);line-height:1.14;}
.open-unit p{font-size:15px;line-height:1.77;color:color-mix(in srgb, currentColor 78%, transparent);}
.open-unit a{color:inherit;text-decoration:none;}
.open-unit img{display:block;width:min(26rem,100%);max-width:100%;height:auto;border-radius:0.7rem;flex:0 1 min(26rem,36vw);}
.open-unit .compact-stack{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.37rem;background:#F7F5EF;color:var(--paint-primary);font-weight:600;}
.open-unit .secondary-details{display:flex;align-items:center;justify-content:space-between;gap:1.05rem;flex-wrap:wrap;}
.open-unit .secondary-details .content-inner{flex:1 1 24rem;min-width:0;}
.open-unit .secondary-details .content-inner > * + *{margin-top:calc(1.05rem * 1.5);}
.open-unit .secondary-details img{margin-top:var(--mark-soft);}
.open-unit .quiet-grid{font-size:calc(15px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
.open-unit .quiet-grid a{text-decoration:underline;text-underline-offset:3px;}
.open-unit .quiet-grid a:hover{}
@media (max-width:720px){.open-unit .secondary-details{flex-direction:column;align-items:flex-start;}.open-unit img{flex:1 1 auto;width:100%;}
}
.visual-wrap{
    padding: calc(1.5rem * 2.4) 1.95rem;
    background: #F7F5EF;
    color: #172A3A;
}
.visual-wrap .plain-unit{max-width: 980px;
    margin: 0 auto;}
.visual-wrap .quiet-inner{display: flex;
    flex-wrap: wrap;
    gap: calc(1.5rem * .75);
    align-items: flex-start;}
.visual-wrap .secondary-summary{
    flex: 1 1 320px;
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid var(--tone-muted);
    background: var(--ink-panel);color:var(--line-panel);}
.visual-wrap .secondary-summary img{display: block;
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: cover;}
.visual-wrap .focused-surface{flex: 1 1 380px;
    display: flex;
    flex-direction: column;
    gap: calc(1.05rem * 1.5);}
.visual-wrap .secondary-view{margin: 0;
    font-size: calc(15px * 2);
    line-height: 1.2;}
.visual-wrap .secondary-method{
    margin: 0;
    font-size: calc(15px * .875);
    color: var(--tone-primary);
    background: var(--ink-accent);
    padding: 0.4rem 0.7rem;
    border-radius: 0.37rem;
    align-self: flex-start;
}
.visual-wrap .narrow-items{margin: 0;
    font-size: 15px;
    line-height: 1.77;}
.visual-wrap .offer-frame{margin: 0;
    padding-left: 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    font-size: 15px;}
.visual-wrap .focused-flow{
    margin: 0;
    padding: calc(1.05rem * 1.5);
    background: var(--ink-panel);
    color: var(--line-panel);
    border: 1px solid var(--tone-muted);
    border-radius: 0.7rem;
    font-size: calc(15px * .875);
}
.visual-wrap .compact-stack{display: flex;
    flex-wrap: wrap;
    gap: 1.05rem;
    align-items: center;}
.visual-wrap .team-headline{
    display: inline-block;
    padding: 0.7rem 1.2rem;
    background: var(--paint-primary);
    color: #F7F5EF;
    border-radius: 0.7rem;
    text-decoration: none;
    font-size: 15px;
}
.visual-wrap .team-headline:hover{
    background: #255A50;color:var(--line-panel);}
.visual-wrap .quiet-grid{text-decoration: none;
    font-size: calc(15px * .875);
    border-bottom: 1px solid #2E6E63;}
.visual-wrap .quiet-grid:hover{border-bottom-color: #1F4E6B;}
@media (max-width: 720px) {.visual-wrap .secondary-summary img{
        min-height: 220px;
    }
}
.featured-service{padding:calc(1.5rem * 2.4) 1.95rem;background:#F7F5EF;color:#172A3A;}
.featured-service .plain-unit{max-width:980px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.05rem * 1.5);align-items:flex-start;}
.featured-service .top-tile{display:flex;align-items:center;gap:1.05rem;flex:0 0 auto;}
.featured-service .strong-figure{width:72px;height:72px;border-radius:1rem;object-fit:cover;border:1px solid var(--tone-muted);}
.featured-service .soft-surface{display:flex;flex-direction:column;}
.featured-service .direct-copy{margin:0 0 2px;font-size:calc(15px * 1.35);}
.featured-service .focused-form{margin:0;font-size:calc(15px * .875);color:var(--tone-primary);}
.featured-service .content-inner{flex:1 1 320px;min-width:0;}
.featured-service .focused-method{margin:0 0 calc(1.05rem * 1.5);font-size:15px;line-height:1.77;}
.featured-service .focused-flow{margin:0 0 calc(1.05rem * 1.5);font-size:calc(15px * .875);line-height:1.77;}
.featured-service .simple-group{margin:0;font-size:calc(15px * .875);color:var(--tone-primary);}
.featured-service a{color:#2E6E63;text-decoration:none;border-bottom:1px solid var(--tone-muted);}
.featured-service a:hover{color:#1F4E6B;}
@media (max-width:640px){.featured-service .plain-unit{flex-direction:column;}.featured-service .top-tile{align-items:flex-start;}
}
.text-proof{
  background: linear-gradient(135deg, #F7F5EF 0%, #E8EDE7 55%, #DCE6E1 100%);
  color: #172A3A;
  padding: calc(1.5rem * 2.4) 1.95rem;
}
.text-proof .clear-links{width: min(100%, 980px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: calc(1.05rem * 1.5);
  align-items: start;}
.text-proof h2,
.text-proof h3,
.text-proof p{margin: 0;}
.text-proof h2{font-size: calc(15px * 2);
  line-height: 1.1;}
.text-proof h3{font-size: calc(15px * 1.35);
  line-height: 1.18;}
.text-proof p{font-size: 15px;
  line-height: 1.77;}
.text-proof .simple-unit{
  display: grid;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: linear-gradient(120deg, #2E6E63 0%, #1F4E6B 100%);
  color: #F7F5EF;
}
.text-proof .bottom-intro{display: flex;
  flex-direction: column;
  gap: 1.05rem;}
.text-proof .public-surface{
  display: grid;
  grid-template-columns: .7rem minmax(0, 1fr);
  grid-template-areas:
    "dot role"
    "dot name"
    "dot text";
  column-gap: 1.5rem;
  row-gap: .35rem;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.7rem;
  background: var(--ink-panel);
  color: var(--line-panel);
  border: 1px solid var(--tone-muted);
  box-shadow: 0 0px 2px rgba(0,0,0,0.02);
  animation: peopleTimelineIn calc(530ms * 2) var(--speed-soft) both;
  animation-delay: var(--speed-fast, 0ms);
}
.text-proof .public-surface i{
  grid-area: dot;
  width: .55rem;
  height: .55rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: var(--paint-primary);color:#F7F5EF;}
.text-proof .public-surface span{grid-area: role;
  font-size: calc(15px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.text-proof .public-surface h3{grid-area: name;}
.text-proof .public-surface p{grid-area: text;}
@keyframes peopleTimelineIn {from{ opacity: .25; transform: translateY(calc(calc(1.05rem * 2) * .12)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 860px) {.text-proof .clear-links{
    grid-template-columns: 1fr;
  }
}
.visual-panel{
        padding: calc(1.5rem * 2.4) 1.95rem;
        background: #F7F5EF;
        color: #172A3A
    }
.visual-panel .clear-links{max-width: 980px;
        margin: 0 auto}
.visual-panel .top-service{display: flex;
        flex-direction: column;
        gap: calc(1.05rem * 1.5);
        align-items: flex-start}
.visual-panel .offer-body{min-width: 0}
.visual-panel h2{margin: 0;
        font-size: calc(15px * 2);
        line-height: 1.12}
.visual-panel .focused-flow{margin: calc(1.5rem * .75) 0 0;
        font-size: 15px;
        line-height: 1.77;
        color: var(--tone-primary)}
.visual-panel .focused-surface{min-width: 0}
.visual-panel .focused-surface p{margin: 0 0 calc(1.05rem * 1.5);
        font-size: calc(15px * 1.125);
        line-height: 1.77}
.visual-panel .focused-surface p:last-of-type{margin-bottom: 0}
.visual-panel .primary-note{display: flex;
        flex-wrap: wrap;
        gap: 1.05rem;
        margin-top: 1.5rem}
.visual-panel .primary-note span{
        border-radius: 0.7rem;
        background: var(--ink-panel);
        color: var(--line-panel);
        border: 1px solid var(--tone-muted);
        padding: calc(calc(1.5rem * .75) * .7) calc(1.5rem * .75);
        font-size: calc(15px * .875);
        line-height: 1.4
    }
@media (max-width: 760px) {.visual-panel .top-service{
            display: block
        }.visual-panel .focused-surface{
            margin-top: 1.5rem
        }
    }
.site-details{
    padding: calc(1.5rem * 2.4) 1.95rem;
    background: #F7F5EF;
    color: #172A3A;
}
.site-details .plain-unit{max-width: 980px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(1.05rem * 1.5);}
.site-details .secondary-summary{
    border-radius: 1rem;
    overflow: hidden;
    border: 1px solid var(--tone-muted);
    background: var(--ink-panel);color:var(--line-panel);}
.site-details .secondary-summary img{display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;}
.site-details .focused-surface{display: flex;
    flex-direction: column;
    gap: 1.05rem;}
.site-details .secondary-view{margin: 0;
    font-size: calc(15px * 2.65);
    line-height: 1.2;}
.site-details .secondary-method{margin: 0;
    font-size: 15px;}
.site-details .narrow-items{margin: 0;
    font-size: 15px;
    line-height: 1.77;}
.site-details .quiet-grid{display: flex;
    flex-wrap: wrap;
    gap: 1.05rem;
    margin-top: calc(1.5rem * .75);
    padding-top: calc(1.5rem * .75);
    border-top: 1px solid var(--tone-muted);}
.site-details .quiet-grid a{font-size: calc(15px * .875);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 530ms var(--speed-soft), border-color 530ms var(--speed-soft);}
.site-details .quiet-grid a:hover{border-bottom-color: #1F4E6B;}
@media (max-width: 640px) {.site-details .secondary-summary img{
        height: 200px;
    }
}
.strong-brand{padding:calc(1.5rem * 2.4) 1.95rem;background:#F7F5EF;color:#172A3A;}
.strong-brand .plain-unit{max-width:980px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);align-items:flex-start;}
.strong-brand .top-tile{flex:0 0 200px;display:flex;flex-direction:column;gap:1.05rem;}
.strong-brand .strong-figure{width:100%;height:auto;display:block;border-radius:1rem;object-fit:cover;}
.strong-brand .id{display:flex;flex-direction:column;gap:2px;}
.strong-brand .direct-copy{margin:0;font-size:calc(15px * 1.35);line-height:1.3;}
.strong-brand .focused-form{margin:0;font-size:calc(15px * .875);color:var(--tone-primary);}
.strong-brand .content-inner{flex:1 1 320px;display:flex;flex-direction:column;gap:calc(1.05rem * 1.5);}
.strong-brand .focused-method{margin:0;font-size:15px;line-height:1.77;}
.strong-brand .offer-callout{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.05rem;font-size:calc(15px * .875);}
.strong-brand .offer-callout a{color:#2E6E63;text-decoration:none;border-bottom:1px solid var(--tone-muted);padding-bottom:2px;}
.strong-brand .offer-callout a:hover{color:#1F4E6B;}
.strong-brand .focused-flow{margin:0;font-size:calc(15px * .875);color:var(--tone-primary);}
@media (max-width:640px){.strong-brand .top-tile{flex:1 1 100%;}.strong-brand .strong-figure{max-width:180px;}
}
.fresh-details{
  background: linear-gradient(135deg, #F7F5EF 0%, #E8EDE7 55%, #DCE6E1 100%);
  color: #172A3A;
  padding: calc(1.5rem * 2.4) 1.95rem;
}
.fresh-details .clear-links{width: min(100%, 980px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
  gap: 1.05rem;
  align-items: start;}
.fresh-details h2,
.fresh-details h3,
.fresh-details p{margin: 0;}
.fresh-details h2{font-size: calc(15px * 2); line-height: 1.12;}
.fresh-details h3{font-size: calc(15px * 1.35); line-height: 1.2;}
.fresh-details p{font-size: 15px; line-height: 1.77;}
.fresh-details .simple-unit{
  display: grid;
  gap: calc(1.05rem * 1.5);
  align-content: start;
  padding: 1.5rem 1.95rem;
  border-radius: 1.34rem;
  background: linear-gradient(120deg, #2E6E63 0%, #1F4E6B 100%);
  color: #F7F5EF;
  position: sticky;
  top: 1.5rem;
}
.fresh-details .bottom-intro{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.fresh-details .public-surface{
  display: grid;
  grid-template-columns: 0.55rem minmax(0, 1fr);
  grid-template-areas:
    "dot role"
    "dot name"
    "dot text";
  column-gap: 1.95rem;
  row-gap: 0.35rem;
  padding: 1.5rem 1.95rem;
  border-radius: 1rem;
  background: var(--ink-panel);
  color: var(--line-panel);
  border: 1px solid var(--tone-muted);
  box-shadow: 0 0px 2px rgba(0,0,0,0.02);
  animation: peopleTimelineIn calc(530ms * 2) var(--speed-soft) both;
  animation-delay: var(--speed-fast, 0ms);
}
.fresh-details i{
  grid-area: dot;
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.45rem;
  border-radius: 50%;
  background: var(--paint-primary);color:#F7F5EF;}
.fresh-details .public-surface span{grid-area: role;
  font-size: calc(15px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.fresh-details .public-surface h3{grid-area: name;}
.fresh-details .public-surface p{grid-area: text;}
@keyframes peopleTimelineIn {from{ opacity: 0.25; transform: translateY(calc(calc(1.05rem * 2) * 0.2)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 860px) {.fresh-details .clear-links{ grid-template-columns: 1fr; }.fresh-details .simple-unit{ position: static; }
}
.quiet-group{padding:calc(1.5rem * 2.4) 1.95rem;background:#F7F5EF;color:#172A3A}
.quiet-group .clear-links{max-width:980px;margin:0 auto}
.quiet-group .focused-flow{display:flex;gap:calc(1.05rem * 1.5);align-items:flex-start}
.quiet-group .content-frame{flex:1 1 30rem;min-width:0;background:var(--ink-accent);color:var(--tone-primary);border-radius:1rem;padding:1.05rem}
.quiet-group h2{margin:0;font-size:calc(15px * 2);line-height:1.12}
.quiet-group .content-frame p{margin:1.5rem 0 0;font-size:calc(15px * 1.125);line-height:1.77}
.quiet-group .footer{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.quiet-group .active-summary{border-top:1px solid var(--tone-muted);padding-top:1.5rem}
.quiet-group .active-summary:first-child{border-top:0;padding-top:0}
.quiet-group .active-summary strong{display:block;font-size:calc(15px * 1.35);line-height:1.2}
.quiet-group .active-summary p{margin:calc(1.5rem * .75) 0 0;line-height:1.77}
@media(max-width:780px){.quiet-group .focused-flow{display:block}.quiet-group .content-frame{padding:1.5rem}.quiet-group .footer{margin-top:calc(1.05rem * 1.5)}}
.open-intro{
    padding: calc(1.5rem * 2.4) 1.95rem;
    background: #F7F5EF;
    color: #172A3A;
}
.open-intro .plain-unit{max-width: 980px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: calc(1.05rem * 1.5);}
.open-intro .secondary-summary{border-radius: 1.34rem;
    overflow: hidden;
    border: 1px solid var(--tone-muted);
    box-shadow: 0 2px 14px rgba(0,0,0,0.03);}
.open-intro .secondary-summary img{display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;}
.open-intro .focused-surface{display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);}
.open-intro .secondary-view{margin: 0;
    font-size: calc(15px * 2);
    line-height: 1.2;}
.open-intro .secondary-method{margin: 0;
    font-size: calc(15px * .875);
    letter-spacing: 0.02em;}
.open-intro .narrow-items{margin: 0;
    font-size: 15px;
    line-height: 1.77;}
.open-intro .offer-frame{margin: 0;
    padding-left: 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    font-size: 15px;}
.open-intro .focused-flow{
    margin: 0;
    padding: calc(1.5rem * .75);
    background: var(--ink-accent);
    color: var(--tone-primary);
    border-radius: 0.7rem;
    font-size: calc(15px * .875);
    line-height: 1.77;
}
.open-intro .compact-stack{display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.05rem;
    margin-top: 0.4rem;}
.open-intro .content-callout{
    display: inline-block;
    padding: 0.7rem 1.4rem;
    background: var(--paint-primary);
    color: #F7F5EF;
    border-radius: 0.7rem;
    text-decoration: none;
    font-size: calc(15px * .875);
    transition: background 530ms var(--speed-soft);
}
.open-intro .content-callout:hover{
    background: #255A50;color:var(--line-panel);}
.open-intro .quiet-grid{text-decoration: none;
    font-size: calc(15px * .875);
    border-bottom: 1px solid #2E6E63;
    padding-bottom: 1px;}
.open-intro .quiet-grid:hover{border-bottom-color: #1F4E6B;}
@media (max-width: 640px) {.open-intro .secondary-summary img{
        height: 220px;
    }
}
.clear-region{padding:calc(1.5rem * 2.4) 1.95rem;background:var(--ink-accent);color:var(--tone-primary);}
.clear-region .plain-unit{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.05rem * 1.5);}
.clear-region .soft-surface{display:flex;align-items:center;gap:1.05rem;flex-wrap:wrap;}
.clear-region .answer{width:88px;height:88px;object-fit:cover;border-radius:1rem;border:1px solid var(--tone-muted);flex:0 0 auto;}
.clear-region .id{display:flex;flex-direction:column;gap:2px;}
.clear-region .direct-copy{margin:0;font-size:calc(15px * 1.35);}
.clear-region .focused-form{margin:0;font-size:calc(15px * .875);}
.clear-region .focused-method{margin:0;font-size:15px;line-height:1.77;}
.clear-region .media-steps{display:flex;flex-direction:column;gap:4px;padding:calc(1.5rem * .75);background:var(--ink-panel);color:var(--line-panel);border:1px solid var(--tone-muted);border-radius:0.7rem;}
.clear-region .media-steps .simple-group{margin:0;font-size:calc(15px * .875);}
.clear-region .media-steps a{color:#2E6E63;text-decoration:none;}
.clear-region .media-steps a:hover{color:#1F4E6B;text-decoration:underline;}
.clear-region .focused-flow{margin:0;font-size:calc(15px * .875);}
@media (max-width:600px){.clear-region .soft-surface{flex-direction:column;align-items:flex-start;}
}
.text-panel{
  background: linear-gradient(135deg, #F7F5EF 0%, #E8EDE7 55%, #DCE6E1 100%);
  color: #172A3A;
  padding: calc(1.5rem * 2.4) 1.95rem;
}
.text-panel .clear-links{width: min(100%, 980px);
  margin: 0 auto;
  display: grid;
  gap: 1.05rem;}
.text-panel h2,
.text-panel h3,
.text-panel p{margin: 0;}
.text-panel h2{font-size: calc(15px * 2); line-height: 1.1;}
.text-panel h3{font-size: calc(15px * 1.35); line-height: 1.18;}
.text-panel p{font-size: 15px; line-height: 1.77;}
.text-panel .simple-unit{
  display: grid;
  gap: calc(1.05rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: linear-gradient(120deg, #2E6E63 0%, #1F4E6B 100%);
  color: #F7F5EF;
}
.text-panel .bottom-intro{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.text-panel .public-surface{
  flex: 1 1 260px;
  display: grid;
  gap: calc(1.05rem * 1.5);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.7rem;
  background: var(--ink-panel);
  color: var(--line-panel);
  border: 1px solid var(--tone-muted);
  animation: peopleTimelineIn calc(530ms * 2) var(--speed-soft) both;
  animation-delay: var(--speed-fast, 0ms);
}
.text-panel i{
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: var(--paint-primary);color:#F7F5EF;}
.text-panel .public-surface span{font-size: calc(15px * .875);}
@keyframes peopleTimelineIn {from{ opacity: .25; transform: translateY(calc(calc(1.05rem * 2) * .14)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 720px) {.text-panel .public-surface{ flex: 1 1 100%; }
}
.service-quote{padding:calc(1.5rem * 2.4) 1.95rem;background:#F7F5EF;color:#172A3A}
.service-quote .clear-links{max-width:980px;margin:0 auto}
.service-quote .focused-flow{display:flex;flex-wrap:wrap;gap:calc(1.05rem * 1.5);align-items:flex-start}
.service-quote .content-frame{flex:1 1 22rem;min-width:0;background:var(--ink-accent);color:var(--tone-primary);border-radius:1rem;padding:calc(1.05rem * 1.5)}
.service-quote h2{margin:0;font-size:calc(15px * 2);line-height:1.12}
.service-quote .content-frame p{margin:1.5rem 0 0;font-size:15px;line-height:1.77}
.service-quote .footer{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.05rem * 1.5)}
.service-quote .active-summary{border-left:2px solid var(--tone-muted);padding:0 0 0 1.05rem}
.service-quote .active-summary strong{display:block;font-size:calc(15px * 1.35);line-height:1.2}
.service-quote .active-summary p{margin:calc(1.5rem * .75) 0 0;line-height:1.77}
@media(max-width:780px){.service-quote .focused-flow{display:block}.service-quote .footer{margin-top:calc(1.05rem * 1.5)}}
.steady-flow{background:#F7F5EF;color:#172A3A;padding:calc(1.5rem * 2.4) 1.95rem}
.steady-flow .clear-links{max-width:min(980px,64rem);margin:0 auto}
.steady-flow .direct-actions{display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.05rem * 1.5)}
.steady-flow .focused-flow{margin:0;color:var(--tone-primary);font-size:calc(15px * .875);line-height:1.77}
.steady-flow h2{margin:0;font-size:calc(15px * 2);line-height:1.15;letter-spacing:0}
.steady-flow .visual-links{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:1rem}
.steady-flow .plain-header{display:flex;flex-direction:column;gap:calc(1.05rem * 1.5)}
.steady-flow .plain-header p{margin:0;line-height:1.77}
.steady-flow .narrow-contact{display:flex;flex-direction:column;gap:calc(1.5rem * .75);width:100%}
.steady-flow .main-figure{display:flex;flex-wrap:wrap;gap:1.05rem;padding:calc(1.5rem * .75);background:var(--ink-panel);color:var(--line-panel);border:1px solid var(--tone-muted);border-radius:0.7rem}
.steady-flow .featured-details{flex:0 0 11rem;font-size:calc(15px * .875);color:var(--tone-primary)}
.steady-flow .contact-nav{flex:1 1 16rem;line-height:1.77}
.steady-flow .contact-nav a{color:#2E6E63;text-decoration:none}
.steady-flow .contact-nav a:hover{color:#1F4E6B;text-decoration:underline}
.steady-flow .text-fields{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.steady-flow .text-fields a{padding:calc(1.5rem * .75);border-radius:0.37rem;background:transparent;color:#172A3A;text-decoration:none;font-size:calc(15px * .875);transition:background 530ms var(--speed-soft)}
.steady-flow .text-fields a:hover{background:color-mix(in srgb, currentColor 10%, transparent);color:var(--line-panel);}
.steady-flow .text-fields a:first-child{background:var(--paint-primary);color:#F7F5EF}
.steady-flow .text-fields a:first-child:hover{background:#255A50;color:var(--line-panel);}
@media (max-width:640px){.steady-flow .featured-details{flex:0 0 100%}
}
.primary-inner{padding:calc(1.5rem * 2.4) 1.95rem;background:var(--ink-accent);color:var(--tone-primary)}
.primary-inner .clear-links{max-width:980px;margin:0 auto;display:flex;gap:calc(1.05rem * 1.5);align-items:flex-start}
.primary-inner .text-media{flex:1 1 0;display:flex;flex-direction:column;gap:1.5rem}
.primary-inner h2{margin:0;font-size:calc(15px * 2);line-height:1.15}
.primary-inner .text-media p{margin:0;line-height:1.77}
.primary-inner .text-media p strong{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(15px * .875);letter-spacing:.02em;}
.primary-inner .text-media p span{display:block}
.primary-inner form{flex:0 1 calc(980px*.42);background:var(--ink-panel);color:var(--line-panel);border:1px solid var(--tone-muted);border-radius:1rem;padding:calc(1.05rem * 1.5);box-shadow:0 2px 14px rgba(0,0,0,0.03)}
.primary-inner .narrow-content{margin:0 0 calc(1.05rem * 1.5);font-size:calc(15px * 1.125);line-height:1.77}
.primary-inner label{display:block;margin-top:1.5rem}
.primary-inner label:first-of-type{margin-top:0}
.primary-inner label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(15px * .875)}
.primary-inner input,.primary-inner textarea{width:100%;border:1px solid var(--tone-muted);border-radius:0.37rem;background:#F7F5EF;color:#172A3A;font:inherit;padding:calc(1.5rem * .75);outline:none}
.primary-inner input:focus,.primary-inner textarea:focus{border-color:#7FB3A6}
.primary-inner textarea{resize:vertical}
.primary-inner button{margin-top:calc(1.05rem * 1.5);border:0;border-radius:0.37rem;background:var(--paint-primary);color:#F7F5EF;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.primary-inner button:hover{background:#255A50;color:var(--line-panel);}
@media(max-width:860px){.primary-inner .clear-links{display:block}.primary-inner form{margin-top:calc(1.05rem * 1.5)}}
.secondary-stack{padding:calc(1.5rem * 2.4) 1.95rem;background:#172A3A;color:#F7F5EF}
.secondary-stack .top-tile{max-width:980px;margin:0 auto;display:grid;grid-template-columns:minmax(15rem,.3fr) minmax(0,1fr);gap:calc(1.05rem * 1.5);align-items:start}
.secondary-stack .content-frame h2{margin:0;font-size:calc(15px * 2);line-height:1.15}
.secondary-stack .content-frame p{margin:1.5rem 0 0;font-size:15px;line-height:1.77;opacity:.82}
.secondary-stack .page-feature{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.secondary-stack .visual-body{height:clamp(20rem,38vw,32rem);border-radius:1rem;overflow:hidden;border:1px solid var(--tone-muted);background:var(--ink-panel);color:var(--line-panel);}
.secondary-stack iframe{display:block;width:100%;height:100%;border:0}
.secondary-stack .public-visual{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1.05rem}
.secondary-stack .bottom-stack{padding:calc(1.5rem * .75);border-radius:0.7rem;background:var(--ink-panel);color:var(--line-panel);border:1px solid var(--tone-muted)}
.secondary-stack .bottom-stack span{display:block;font-size:calc(15px * .875);letter-spacing:.02em;text-transform:uppercase;color:inherit;}
.secondary-stack .bottom-stack strong{display:block;margin-top:calc(calc(1.5rem * .75) * .5);font-size:15px;line-height:1.5;font-weight:600}
.secondary-stack .bottom-stack a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 530ms var(--speed-soft),color 530ms var(--speed-soft)}
.secondary-stack .bottom-stack a:hover{color:inherit;border-bottom-color:#1F4E6B}
@media (max-width: 760px){.secondary-stack .top-tile{grid-template-columns:1fr}.secondary-stack .visual-body{height:20rem}
}
.site-contact{padding:calc(1.5rem * 2.4) 1.95rem;background:#F7F5EF;color:#172A3A}
.site-contact .strong-benefit{max-width:min(980px,58rem);margin:0 auto}
.site-contact .quiet-actions{margin-bottom:calc(1.05rem * 1.5)}
.site-contact h2{margin:0 0 calc(1.5rem * .75);font-size:calc(15px * 2);line-height:1.15}
.site-contact .text-form{margin:0;font-size:calc(15px * 1.125);line-height:1.77}
.site-contact .media-group{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--tone-muted)}
.site-contact .focused-flow{padding:calc(1.05rem * 1.5) 0;border-bottom:1px solid var(--tone-muted)}
.site-contact h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15px * 1.35);line-height:1.25}
.site-contact .focused-flow p{margin:0;font-size:15px;line-height:1.77;}
.site-contact .plain-inner{margin:calc(1.05rem * 1.5) 0 0;font-size:calc(15px * .875);}
@media (min-width:760px){.site-contact .focused-flow{display:grid;grid-template-columns:minmax(0,15rem) minmax(0,1fr);gap:1.05rem;align-items:start}.site-contact h3{margin:0}
}
.team-plan{padding:calc(1.5rem * 2.4) 1.95rem;background:#F7F5EF;color:#172A3A}
.team-plan .clear-links{width:min(100%,calc(980px*.86));margin:0 auto}
.team-plan h2{max-width:22ch;margin:0;font-size:calc(15px * 2);line-height:1.12}
.team-plan .clear-links>p{margin:1.5rem 0 calc(1.05rem * 1.5);line-height:1.77}
.team-plan .site-group{display:flex;flex-wrap:wrap;gap:1.05rem}
.team-plan .site-group .active-summary{flex:1 1 16rem;min-width:0;background:var(--ink-panel);color:var(--line-panel);border:1px solid var(--tone-muted);border-radius:0.7rem;padding:calc(1.5rem * .75);text-decoration:none;overflow-wrap:anywhere}
.team-plan .site-group a.item{transition:border-color 530ms var(--speed-soft)}
.team-plan .site-group a.item:hover{border-color:#1F4E6B}
.team-plan .active-summary span{display:block;margin-bottom:calc(calc(1.5rem * .75) * .5);font-size:calc(15px * .875);color:var(--tone-primary)}
.team-plan .active-summary strong{font-size:calc(15px * 1.125);line-height:1.2;color:#2E6E63}
.team-plan .active-summary p{margin:0;line-height:1.77}
.team-plan .secondary-form{margin-top:calc(1.05rem * 1.5);padding-top:calc(1.05rem * 1.5);border-top:1px solid var(--tone-muted)}
.team-plan .secondary-form .simple-group{margin:0 0 calc(1.5rem * .75);line-height:1.77}
.team-plan .secondary-form .simple-group:last-child{margin-bottom:0}
@media(max-width:760px){.team-plan .site-group{display:block}.team-plan .site-group .active-summary{display:block;margin-top:1.05rem}.team-plan .site-group .active-summary:first-child{margin-top:0}
}
.quiet-feature{
  padding: calc(1.5rem * 2.4) 1.95rem;
  background: #172A3A;
  color: #F7F5EF;
}
.quiet-feature .clear-links{max-width: min(980px, 74rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: calc(1.05rem * 1.5);
  align-items: start;}
.quiet-feature .content-frame h2{margin: 0;
  font-size: calc(15px * 2);
  line-height: 1.1;}
.quiet-feature .content-frame p{margin: calc(1.5rem * .75) 0 0;
  color: #D8DCD6;
  font-size: calc(15px * 1.125);
  line-height: 1.77;}
.quiet-feature .active-nav{display: flex;
  flex-direction: column;
  gap: 1.05rem;}
.quiet-feature .active-summary{
  border: 1px solid #2B3A3E;
  border-radius: 0.7rem;
  background: #172A3A;
  color: #F7F5EF;
  transition: border-color 530ms var(--speed-soft);
}
.quiet-feature .active-summary.is-open{border-color: #7FB3A6;}
.quiet-feature button{
  width: 100%;
  border: 0;
  padding: calc(1.5rem * .75);
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: calc(15px * 1.35);
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
}
.quiet-feature button:focus-visible{outline: 2px solid #7FB3A6;
  outline-offset: 2px;
  border-radius: 0.37rem;}
.quiet-feature .active-summary p{margin: 0;
  padding: 0 calc(1.5rem * .75) calc(1.5rem * .75);
  color: #D8DCD6;
  font-size: 15px;
  line-height: 1.77;}
.quiet-feature .active-summary:not(.is-open) p{display: none;}
@media (max-width: 760px) {.quiet-feature .clear-links{
    grid-template-columns: 1fr;
    gap: calc(1.5rem * .75);
  }
}
.active-content{--mark-soft:calc(1.5rem * 1.18);padding:calc(1.5rem * 2.4) 1.95rem;background:#F7F5EF;color:#172A3A;}
.active-content .clear-links{max-width:980px;margin:0 auto;}
.active-content h1,.active-content h2,.active-content h3,.active-content p{margin:0;}
.active-content h2{font-size:calc(15px * 2);line-height:1.14;}
.active-content p{font-size:15px;line-height:1.77;}
.active-content a{color:#2E6E63;text-decoration:none;}
.active-content a:hover{color:#1F4E6B;}
.active-content .secondary-details>*+*{margin-top:var(--mark-soft);}
.active-content .offer-body{font-size:calc(15px * 1.125);}
.active-content .focused-flow{color:var(--tone-primary);}
.active-content .compact-stack{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.37rem;background:var(--paint-primary);color:#F7F5EF;}
.active-content .compact-stack:hover{background:#255A50;color:#F7F5EF;}
.active-content .quiet-grid{font-size:calc(15px * .875);color:var(--tone-primary);}
.featured-body{background:#1F4E6B;color:#F7F5EF;padding:calc(1.5rem * 2.4) 1.95rem}
.featured-body .clear-links{max-width:980px;margin:0 auto}
.featured-body .narrow-visual{display:flex;flex-direction:column;gap:calc(1.05rem * 1.5)}
.featured-body .narrow-body{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.featured-body h2{margin:0;font-size:clamp(calc(15px * 2),4.6vw,calc(15px * 2.65));line-height:1.08;letter-spacing:0}
.featured-body .offer-body{margin:0;font-size:calc(15px * 1.125);line-height:1.65}
.featured-body .steady-intro{display:flex;flex-wrap:wrap;gap:calc(1.05rem * 1.5);align-items:flex-start}
.featured-body .simple-plan{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.featured-body .simple-plan p{margin:0;line-height:1.7}
.featured-body .focused-flow{margin:0;font-size:calc(15px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.78}
.featured-body .bottom-summary{flex:1 1 22rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);border-radius:0.7rem;background:color-mix(in srgb,currentColor 12%,transparent)}
.featured-body .text-nav{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.featured-body .text-nav li{display:flex;flex-direction:column;gap:0.2rem;line-height:1.5}
.featured-body .text-nav span{font-size:calc(15px * .875);opacity:0.78}
.featured-body .text-nav a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.featured-body .quiet-grid{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(1.5rem * .75)}
.featured-body .quiet-grid a{padding:0.55rem 0.9rem;border-radius:0.37rem;background:color-mix(in srgb,currentColor 16%,transparent);color:inherit;text-decoration:none;font-size:calc(15px * .875)}
.featured-body .quiet-grid a:hover{background:color-mix(in srgb,currentColor 24%,transparent)}
@media(max-width:760px){.featured-body .steady-intro{flex-direction:column}.featured-body .simple-plan,.featured-body .bottom-summary{flex-basis:auto}}
.media-intro{
  background: #F7F5EF;
  color: #172A3A;
  padding: calc(1.5rem * 2.4) 1.95rem;
}
.media-intro .clear-links{width: min(100%, 980px);
  margin: 0 auto;}
.media-intro .direct-actions{display: flex;
  flex-direction: column;
  align-items: flex-start;}
.media-intro .focused-flow{margin: 0 0 1.5rem;
  font-size: calc(15px * .875);
  line-height: 1.6;
  color: var(--tone-primary);
  letter-spacing: 0.02em;}
.media-intro h1{margin: 0;
  font-size: clamp(calc(15px * 2), 7vw, calc(15px * 2.65));
  line-height: 1.05;
  font-weight: 600;}
.media-intro .clear-block{margin: 1.5rem 0 0;
  font-size: calc(15px * 1.125);
  line-height: 1.75;
  color: #172A3A;}
.media-intro .text-fields{margin-top: calc(1.05rem * 1.5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.05rem;
  min-width: 0;}
.media-intro a{max-width: 100%;
  overflow-wrap: anywhere;
  text-decoration: none;}
.media-intro .quiet-team{
  padding: 13px 20px;
  border-radius: 0.7rem;
  background: var(--paint-primary);
  color: #F7F5EF;
  font-weight: 600;
}
.media-intro .quiet-team:hover{
  background: #255A50;color:var(--line-panel);}
.media-intro .clear-steps{padding: 13px 0;
  color: #2E6E63;
  border-bottom: 1px solid var(--tone-muted);}
.media-intro .clear-steps:hover{color: #1F4E6B;}
.media-intro .quiet-grid{margin-top: calc(1.05rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--tone-muted);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 1.05rem;
  font-size: calc(15px * .875);}
.media-intro .site-entries{color: var(--tone-primary);}
.media-intro .quiet-grid a{color: #2E6E63;
  border-bottom: 1px solid transparent;}
.media-intro .quiet-grid a:hover{color: #1F4E6B;
  border-bottom-color: #1F4E6B;}
@media (max-width: 640px) {.media-intro{ padding: calc(1.5rem * 2.4) 1.95rem; }.media-intro .text-fields{ flex-direction: column; align-items: flex-start; }.media-intro .quiet-grid{ flex-direction: column; align-items: flex-start; }
}
