:root {
  --tone-cool: #D5E3E6;
  --tone-base: #F7FAFB;
  --tone-accent: #1E3A42;
  --speed-slow: cubic-bezier(0.2,0.8,0.2,1);
}
body{margin:0;padding:0;font-family:"Libre Baskerville", sans-serif;box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
.primary-section{
    width: 100%;
    background-color: var(--tone-base);
    border-bottom: 1px solid var(--tone-cool);color:var(--tone-accent);}
.service-panel {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 2.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.24rem;
    min-height: 72px;
  }
.active-summary {
    font-size: calc(15.6px * 1.125);
    font-weight: 700;
    color: var(--tone-accent);
    text-decoration: none;
    letter-spacing: -0.02em;
    white-space: nowrap;
    transition: color 390ms var(--speed-slow);
  }
.active-summary:hover {
    color: #2E8B8B;
  }
.steady-benefit {
    display: flex;
    align-items: center;
  }
.nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: calc(1.24rem * 0.75);
  }
.nav-link {
    font-size: calc(15.6px * .875);
    font-weight: 500;
    color: var(--tone-accent);
    text-decoration: none;
    padding: 0.5rem 0.25rem;
    border-radius: 0.4rem;
    transition: color 390ms var(--speed-slow);
    position: relative;
  }
.nav-link::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #2E8B8B;
    border-radius: 0.4rem;
    transition: width 390ms var(--speed-slow);color:#FFFFFF;}
.nav-link:hover {
    color: #2E8B8B;
  }
.nav-link:hover::after {
    width: 100%;
  }
.bottom-area {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #0A5C6D;
    color: #FFFFFF;
    font-size: calc(15.6px * .875);
    font-weight: 600;
    text-decoration: none;
    padding: 0.6rem 1.25rem;
    border-radius: 1rem;
    transition: background-color 390ms var(--speed-slow), transform 390ms var(--speed-slow);
    white-space: nowrap;
  }
.bottom-area:hover{
    background-color: #084A58;
    transform: translateY(-1px);color:#1E3A42;}
.public-wrap {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    border-radius: 0.65rem;
    transition: background-color 390ms var(--speed-slow);
  }
.public-wrap:hover{
    background-color: #EAF3F4;color:#1E3A42;}
.secondary-panel{
    display: block;
    width: 22px;
    height: 2px;
    background-color: var(--tone-accent);
    border-radius: 0.4rem;
    transition: transform 390ms var(--speed-slow), opacity 390ms var(--speed-slow);color:#1E3A42;}
.public-wrap.active .secondary-panel:nth-child(1){transform: translateY(7px) rotate(45deg);}
.public-wrap.active .secondary-panel:nth-child(2){opacity: 0;}
.public-wrap.active .secondary-panel:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
@media (max-width: 767px) {
    .service-panel {
      flex-wrap: wrap;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      min-height: auto;
    }

    .active-summary {
      font-size: 15.6px;
      flex: 1;
    }

    .public-wrap {
      display: flex;
      order: 3;
    }

    .bottom-area {
      display: none;
    }

    .steady-benefit {
      display: none;
      width: 100%;
      order: 4;
      padding-top: 0.75rem;
      border-top: 1px solid var(--tone-cool);
      margin-top: 0.75rem;
    }

    .steady-benefit.open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      gap: 0.25rem;
      padding-bottom: 0.5rem;
    }

    .nav-link {
      display: block;
      padding: 0.75rem 0.5rem;
      font-size: 15.6px;
      border-radius: 0.65rem;
    }

    .nav-link:hover {
      background-color: #EAF3F4;
    }

    .nav-link::after {
      display: none;
    }
  }
@media (min-width: 768px) and (max-width: 1024px) {
    .nav-list {
      gap: calc(1.24rem * 0.5);
    }

    .nav-link {
      font-size: calc(calc(15.6px * .875) * 0.95);
    }

    .bottom-area {
      padding: 0.6rem 1rem;
    }
  }
.content-method{padding:calc(1.5rem * 2.4) 2.2rem;font-family:"Libre Baskerville", sans-serif;font-size:15.6px;line-height:1.91;background:#0F2D35;color:#FFFFFF;}
.quiet-summary{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1.5fr 1fr;gap:1.24rem;align-items:start}
.service-stack{display:flex;flex-direction:column;gap:calc(1.24rem * 1.5)}
.content-contact{font-size:calc(15.6px * 1.125);font-weight:700;color:inherit;text-decoration:none;letter-spacing:-0.02em}
.site-team{font-size:calc(15.6px * .875);color:inherit;opacity:0.85;max-width:28rem;margin:0}
.media-summary{font-size:15.6px;font-weight:600;color:inherit;margin:0 0 calc(1.24rem * 1.5) 0;padding-bottom:0.5rem;border-bottom:1px solid rgba(255, 255, 255, 0.15)}
.top-note{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2, 1fr);gap:0.5rem 1.24rem}
.top-note a,
.offer-list a,
.service-summary a{color:inherit;text-decoration:none;font-size:calc(15.6px * .875);transition:opacity 0.2s ease}
.top-note a:hover,
.offer-list a:hover,
.service-summary a:hover{opacity:0.7;text-decoration:underline;text-underline-offset:0.2em;color:inherit}
.offer-list{display:flex;gap:1.24rem;margin-top:calc(1.24rem * 1.5);padding-top:calc(1.24rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15)}
.service-summary{display:flex;flex-direction:column;gap:0.5rem;font-size:calc(15.6px * .875)}
.local-details{margin:0;font-style:normal}
.active-figure{font-size:calc(15.6px * .875);color:inherit;opacity:0.8;margin:calc(1.24rem * 1.5) 0 0 0;line-height:1.5}
.offer-brand{max-width:1120px;margin:calc(1.5rem * 2.4) auto 0;padding-top:calc(1.24rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15);text-align:center;font-size:calc(15.6px * .875)}
.offer-brand p{margin:0;color:inherit}
@media (max-width: 768px) {.quiet-summary{grid-template-columns:1fr;gap:calc(1.5rem * 2.4)}.top-note{grid-template-columns:1fr 1fr}
}
@media (max-width: 480px) {.top-note{grid-template-columns:1fr}
}
.cookies{position:fixed;left:2.2rem;right:2.2rem;bottom:1.5rem;z-index:1200;}
.cookies .focused-benefit{max-width:1120px;margin:0 auto;background:#FFFFFF;border:1px solid var(--tone-cool);border-radius:1rem;box-shadow:0 6px 14px rgba(0,0,0,0.06);padding:calc(1.5rem * .9) 2.2rem;display:grid;grid-template-columns:1fr auto;gap:12px 1.24rem;align-items:center;color:#1E3A42;}
.cookies .clear-fields{font-weight:700;}
.cookies p{margin:0;grid-column:1 / 2;}
.cookies .offer-visual{grid-row:1 / 3;grid-column:2 / 3;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;}
.cookies .offer-visual button{border:1px solid var(--tone-cool);background:#EAF3F4;color:#1E3A42;border-radius:0.4rem;padding:8px 12px;cursor:pointer;}
.cookies .offer-visual button.cookie-accept{background:#2E8B8B;color:#FFFFFF;border-color:transparent;font-weight:700;}
@media (max-width: 760px){.cookies .focused-benefit{grid-template-columns:1fr;}
        .cookies p,.cookies .offer-visual{grid-column:auto;grid-row:auto;}
        .cookies .offer-visual{justify-content:flex-start;}
    }
.primary-list{padding:calc(1.5rem*3.2) 2.2rem;background:linear-gradient(135deg, #0A5C6D 0%, #2E8B8B 60%, #6BBFBF 100%);color:#FFFFFF;position:relative;overflow:hidden;}
.primary-list .focused-benefit{max-width:1120px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:calc(1.24rem*1.6);flex-wrap:wrap;}
.primary-list .clear-benefit{flex:1 1 30rem;min-width:0;}
.primary-list h1{margin:0;font-size:clamp(2.2rem,5vw,4.2rem);line-height:1.05;letter-spacing:-0.02em;}
.primary-list .clear-benefit>span{display:block;margin-top:1.1rem;max-width:44rem;font-size:15.6px;opacity:.92;}
.primary-list .content-inner{margin:1.4rem 0 0;max-width:44rem;font-size:calc(15.6px * .875);line-height:1.7;opacity:.85;}
.primary-list .offer-visual{margin-top:1.6rem;display:flex;gap:.7rem;flex-wrap:wrap;}
.primary-list .offer-visual a{background:#2E8B8B;color:#FFFFFF;padding:.8rem 1.2rem;border-radius:0.65rem;text-decoration:none;font-weight:700;font-size:calc(15.6px * .875);transition:background 390ms var(--speed-slow);}
.primary-list .offer-visual a:hover{background:#1F6F6F;color:#1E3A42;}
.primary-list .offer-visual a+a{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.35);color:#FFFFFF;}
.primary-list .offer-visual a+a:hover{background:rgba(255,255,255,.22);}
.primary-list .media-feature{flex:0 1 min(32rem,38vw);width:min(32rem,100%);display:flex;flex-direction:column;gap:1rem;}
.primary-list .content-body{width:100%;height:auto;object-fit:cover;display:block;border-radius:1.29rem;box-shadow:0 8px 28px rgba(0,0,0,0.08);aspect-ratio:4/3;}
.primary-list .simple-brand{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:1rem;padding:1rem 1.2rem;backdrop-filter:blur(4px);}
.primary-list .simple-brand p{margin:0 0 .4rem;font-size:calc(15.6px * .875);line-height:1.6;color:#FFFFFF;}
.primary-list .simple-brand a{color:#FFFFFF;font-weight:700;text-decoration:underline;text-underline-offset:3px;font-size:calc(15.6px * .875);}
.primary-list .simple-brand a:hover{opacity:.8;}
@media (max-width:860px){.primary-list{padding:calc(1.5rem*2) 2.2rem;}.primary-list .focused-benefit{flex-direction:column;align-items:flex-start;}.primary-list .media-feature{width:100%;flex-basis:auto;}.primary-list .content-body{aspect-ratio:16/10;}
}
.open-items{
        --state-soft: calc(1.5rem * 1.10);
        padding: calc(1.5rem * 2.4) 2.2rem;
        background: #0F2D35;
        color: #FFFFFF;
    }
.open-items .focused-benefit{max-width: 1120px;
        margin: 0 auto;}
.open-items h1, .open-items h2, .open-items h3, .open-items p, .open-items ul{margin: 0;}
.open-items h2{font-size: calc(15.6px * 2);
        line-height: 1.12;
        max-width: calc(1120px * 0.85);
        margin-left: auto;
        margin-right: auto;}
.open-items p{font-size: 15.6px;
        line-height: 1.91;}
.open-items a{color: inherit;
        text-decoration: underline;
        text-underline-offset: 3px;}
.open-items .content-inner{max-width: calc(1120px * 0.8);
        margin: 1.5rem auto 0;
        font-size: calc(15.6px * 1.125);
        line-height: 1.91;
        opacity: 0.92;}
.open-items .main-benefit{text-align: center;}
.open-items .compact-actions{row-gap: calc(var(--state-soft) * 1.2);}
.open-items .top-panel{display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: calc(1.5rem * .75);
        margin-top: calc(1.5rem * 1.4);
        text-align: left;}
.open-items details{
        padding: calc(1.5rem * .75);
        border-radius: 0.65rem;
        background: #EAF3F4;
        color: #1E3A42;
        transition: background 390ms var(--speed-slow);
    }
.open-items details[open]{
        background: #FFFFFF;
        color: #1E3A42;
        box-shadow: 0 1px 5px rgba(0,0,0,0.05);
    }
.open-items summary{cursor: pointer;
        font-weight: 700;
        font-size: 15.6px;
        line-height: 1.4;
        list-style: none;
        position: relative;
        padding-right: 1.5rem;}
.open-items summary::-webkit-details-marker{display: none;}
.open-items summary::after{content: "+";
        position: absolute;
        right: 0;
        top: 0;
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 1;color:inherit;}
.open-items details[open] summary::after{content: "–";}
.open-items details p{margin-top: calc(1.5rem / 3);
        font-size: calc(15.6px * .875);
        line-height: 1.91;}
.open-items .simple-brand{margin-top: calc(1.5rem * 1.2);
        font-size: calc(15.6px * .875);
        opacity: 0.85;
        max-width: calc(1120px * 0.7);
        margin-left: auto;
        margin-right: auto;}
@media (max-width: 760px) {.open-items .top-panel{
            grid-template-columns: 1fr;
        }.open-items .content-inner,
        .open-items .simple-brand{
            max-width: 100%;
        }
    }
.contact-frame{
  padding: calc(1.5rem * 2.4) 2.2rem;
  background: #2E8B8B;
  color: #FFFFFF;
}
.contact-frame .secondary-footer{max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.6fr);
  gap: calc(1.24rem * 1.4);
  align-items: start;}
.contact-frame .narrow-benefit{
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #0F2D35;
  color: #FFFFFF;
  position: sticky;
  top: 1.5rem;
}
.contact-frame .top-content{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.6px * .875);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.85;}
.contact-frame h2{margin: 0;
  font-size: calc(15.6px * 2);
  line-height: 1.12;}
.contact-frame .content-inner{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.6px * 1.125);
  line-height: 1.6;
  opacity: 0.92;}
.contact-frame .steady-group{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.contact-frame .visual-plan{
  display: grid;
  grid-template-columns: minmax(0, 0.3fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.65rem;
  background: #FFFFFF;
  color: #1E3A42;
  border: 1px solid var(--tone-cool);
  transition: box-shadow 390ms var(--speed-slow);
}
.contact-frame .visual-plan:hover{box-shadow: 0 6px 14px rgba(0,0,0,0.06);}
.contact-frame .content-list{font-size: calc(15.6px * .875);
  font-weight: 600;
  line-height: 1.4;
  padding-top: 0.2rem;}
.contact-frame h3{margin: 0;
  font-size: calc(15.6px * 1.35);
  line-height: 1.3;}
.contact-frame .offer-intro p{margin: calc(calc(1.5rem * .75) * 0.6) 0;
  line-height: 1.7;}
.contact-frame footer{display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding-top: calc(calc(1.5rem * .75) * 0.4);
  border-top: 1px solid var(--tone-cool);}
.contact-frame footer strong{font-size: 15.6px;}
.contact-frame footer span{font-size: calc(15.6px * .875);}
@media (max-width: 860px) {.contact-frame .secondary-footer{
    grid-template-columns: 1fr;
  }.contact-frame .narrow-benefit{
    position: static;
  }.contact-frame .visual-plan{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) * 0.6);
  }
}
.steady-body{
        --state-soft: calc(1.5rem * 1.14);
        --state-main: calc(1120px / 2.38);
        padding: calc(1.5rem * 2.4) 2.2rem;
        background: #0F2D35;
        color: #FFFFFF;
    }
.steady-body .focused-benefit{max-width: 1120px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        row-gap: calc(var(--state-soft) * 1.2);}
.steady-body h1,
    .steady-body h2,
    .steady-body h3,
    .steady-body p,
    .steady-body ul{margin: 0;}
.steady-body h2{font-size: calc(15.6px * 2);
        line-height: 1.12;
        max-width: 1120px;}
.steady-body h3{font-size: calc(15.6px * 1.35);
        line-height: 1.2;}
.steady-body p{font-size: 15.6px;
        line-height: 1.91;}
.steady-body a{color: inherit;
        text-decoration: none;}
.steady-body .active-form{padding-inline-start: calc(2.2rem / 2);}
.steady-body .compact-actions{row-gap: calc(var(--state-soft) * 1.2);}
.steady-body .clear-method{padding-block: calc(var(--state-soft) / 2);}
.steady-body .content-inner{margin-top: 1.5rem;
        max-width: calc(1120px / 1.8);
        font-size: calc(15.6px * 1.125);
        line-height: 1.91;}
.steady-body .active-fields{display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--state-soft) 1.24rem;
        margin-top: var(--state-soft);}
.steady-body .direct-footer{
        min-width: 0;
        padding: calc(1.5rem * .75);
        background: rgba(255, 255, 255, 0.06);
        border-radius: 0.65rem;
        border: 1px solid rgba(255, 255, 255, 0.12);
    }
.steady-body .direct-footer p{margin-top: calc(1.5rem / 3);
        font-size: 15.6px;
        opacity: 0.92;}
.steady-body .simple-brand{max-width: calc(1120px / 1.6);
        font-size: calc(15.6px * .875);
        opacity: 0.8;
        border-left: 3px solid #2E8B8B;
        padding-left: calc(1.5rem * .75);}
.steady-body .content-links{display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
        margin-top: calc(var(--state-soft) / 2);}
.steady-body .content-links a{
        display: inline-flex;
        align-items: center;
        padding: calc(calc(1.5rem * .75) * 0.8) 1.5rem;
        border-radius: 0.4rem;
        background: #FFFFFF;
        color: #0F2D35;
        font-weight: 600;
        transition: opacity 390ms var(--speed-slow);
    }
.steady-body .content-links a:hover{opacity: 0.85;}
@media (max-width: 720px) {.steady-body .active-fields{
            grid-template-columns: 1fr;
        }.steady-body .active-form{
            padding-inline-start: 0;
        }.steady-body .content-inner{
            max-width: 100%;
        }
    }
.visual-body{padding:calc(1.5rem*2.8) 2.2rem;background:#EAF3F4;color:#1E3A42;}
.visual-body .text-flow{max-width:1120px;margin:0 auto;}
.visual-body .featured-surface{display:flex;justify-content:space-between;gap:1.24rem;align-items:flex-end;margin-bottom:calc(calc(1.24rem * 1.5)*1.2);}
.visual-body h2{margin:0;font-size:clamp(1.9rem,3.5vw,2.9rem);line-height:1.2;}
.visual-body .featured-surface p{margin:.6rem 0 0;color:#1E3A42;opacity:.82;max-width:38rem;font-size:15.6px;}
.visual-body .plain-media{color:#0A5C6D;font-weight:700;text-decoration:none;white-space:nowrap;font-size:calc(15.6px * .875);}
.visual-body .plain-media:hover{color:inherit;text-decoration:underline;}
.visual-body .steady-group{display:grid;gap:calc(1.24rem*1.1);}
.visual-body .plain-area{display:grid;grid-template-columns:16rem 1fr;gap:1.24rem;background:#FFFFFF;border:1px solid var(--tone-cool);border-radius:1rem;padding:calc(calc(1.5rem * .75)*0.8);color:#1E3A42;transition:box-shadow 390ms var(--speed-slow);}
.visual-body .plain-area:hover{box-shadow:0 6px 14px rgba(0,0,0,0.06);}
.visual-body .service-plan{overflow:hidden;border-radius:0.65rem;}
.visual-body img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;}
.visual-body .offer-intro{display:flex;flex-direction:column;justify-content:center;}
.visual-body .content-list{align-self:flex-start;background:#2E8B8B;color:#FFFFFF;font-size:calc(15.6px * .875);padding:.2rem .7rem;border-radius:0.4rem;margin-bottom:.5rem;font-weight:600;}
.visual-body h3{margin:0;font-size:calc(15.6px * 1.35);line-height:1.35;}
.visual-body h3 a{color:inherit;text-decoration:none;}
.visual-body h3 a:hover{color:inherit;}
.visual-body p{margin:.5rem 0 0;color:#1E3A42;opacity:.85;font-size:15.6px;}
.visual-body .contact{display:inline-block;margin-top:.7rem;color:#0A5C6D;font-weight:700;text-decoration:none;font-size:calc(15.6px * .875);}
.visual-body .contact:hover{color:inherit;text-decoration:underline;}
@media (max-width:820px){
  .visual-body .featured-surface{display:grid;gap:.4rem;}
  .visual-body .plain-area{grid-template-columns:1fr;}
  .visual-body .service-plan img{aspect-ratio:16/9;}
}
.local-section{padding:calc(1.5rem * 2.4) 2.2rem;background:linear-gradient(135deg, #2E8B8B 0%, #6BBFBF 100%);color:#FFFFFF}
.local-section .focused-benefit{max-width:1120px;margin:0 auto}
.local-section .clear-summary{display:flex;gap:calc(1.24rem * 1.5);align-items:flex-start}
.local-section .narrow-benefit{flex:1 1 38rem;min-width:0}
.local-section .public-story{display:inline-block;margin:0 0 calc(1.5rem * .75);font-size:calc(15.6px * .875);letter-spacing:.06em;text-transform:uppercase;opacity:.85}
.local-section h2{margin:0;font-size:calc(15.6px * 2.65);line-height:1.08;font-weight:600}
.local-section .top-body{flex:0 1 34rem;min-width:0}
.local-section .top-body p{margin:0 0 calc(1.5rem * .75);font-size:calc(15.6px * 1.125);line-height:1.91}
.local-section .top-body p:last-of-type{margin-bottom:0}
.local-section .simple-brand{padding:calc(1.5rem * .75);border-radius:0.65rem;background:rgba(255,255,255,.12);font-size:15.6px}
.local-section ul{list-style:none;margin:calc(1.24rem * 1.5) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.local-section li{min-width:0}
.local-section li a{display:inline-flex;border-radius:0.65rem;background:#2E8B8B;color:#FFFFFF;padding:calc(calc(1.5rem * .75)*.75) calc(1.5rem * .75);text-decoration:none;font-size:calc(15.6px * .875);transition:background 390ms var(--speed-slow)}
.local-section li a:hover{background:#1F6F6F;color:#1E3A42;}
@media(max-width:760px){.local-section .clear-summary{display:block}.local-section .top-body{margin-top:calc(1.24rem * 1.5)}.local-section h2{font-size:calc(15.6px * 2)}}
.open-actions{
        padding: clamp(50px, 7vw, 90px) clamp(16px, 4vw, 36px);
        background: #EAF3F4;
        color: #1E3A42;
    }
.open-actions .focused-benefit{max-width: 1120px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: .85fr 1.15fr;
        gap: calc(1.24rem * 1.6);
        align-items: center;}
.open-actions .clear-group img{width: 100%;
        height: auto;
        border-radius: 1rem;
        border: 1px solid var(--tone-cool);
        box-shadow: 0 6px 14px rgba(0,0,0,0.06);
        display: block;}
.open-actions .offer-intro h2{margin: 0 0 14px;
        font-size: clamp(28px, 4vw, 40px);
        line-height: 1.2;
        letter-spacing: -0.01em;}
.open-actions .offer-intro .content-inner{font-size: 15.6px;
        line-height: 1.7;
        margin: 0 0 16px;}
.open-actions .offer-intro h3{margin: 22px 0 8px;
        font-size: 1.05rem;
        font-weight: 700;}
.open-actions .offer-intro p{margin: 0 0 12px;
        max-width: 60ch;}
.open-actions .offer-intro ul{margin: 16px 0 0;
        padding: 0;
        list-style: none;
        display: grid;
        gap: 10px;}
.open-actions .offer-intro ul li{position: relative;
        padding-left: 22px;
        line-height: 1.6;}
.open-actions .offer-intro ul li::before{
        content: "";
        position: absolute;
        left: 2px;
        top: 0.55em;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #2E8B8B;
        opacity: 0.7;color:#FFFFFF;}
@media (max-width: 820px) {.open-actions .focused-benefit{
            grid-template-columns: 1fr;
            gap: 1.24rem;
        }.open-actions .clear-group img{
            max-height: 320px;
            object-fit: cover;
        }
    }
.strong-headline{--state-soft:calc(1.5rem * 0.95);--state-main:calc(1120px / 2.19);--copy-lead:calc(1120px / 3.16);--type-heading:calc(1120px / 3.25);padding:calc(1.5rem * 2.4) 2.2rem;background:#0F2D35;color:#FFFFFF;}
.strong-headline .focused-benefit{max-width:1120px;margin:0 auto;}
.strong-headline h1,.strong-headline h2,.strong-headline h3,.strong-headline p,.strong-headline ul{margin:0;}
.strong-headline h1{font-size:calc(15.6px * 2.65);line-height:1.1;}
.strong-headline h2{font-size:calc(15.6px * 2);line-height:1.12;}
.strong-headline h3{font-size:calc(15.6px * 1.35);line-height:1.2;}
.strong-headline p{font-size:15.6px;line-height:1.91;color:color-mix(in srgb, currentColor 78%, transparent);}
.strong-headline a{color:inherit;text-decoration:none;}
.strong-headline img{display:block;width:100%;height:auto;border-radius:0.65rem;}
.strong-headline .service-grid{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.4rem;background:#FFFFFF;color:#0A5C6D;}
.strong-headline .soft{background:color-mix(in srgb, color-mix(in srgb, currentColor 10%, transparent) 79%, transparent);}
.strong-headline .main-benefit{text-align:center;}
.strong-headline .active-form{padding-inline-start:calc(2.2rem / 2);}
.strong-headline .fresh-callout{padding-block:calc(var(--state-soft) / 2);}
.strong-headline .open{padding-block-start:var(--state-soft);}
.strong-headline .strong-header{padding-block-end:calc(var(--state-soft) / 3);}
.strong-headline .clear-summary{max-width:1120px;}
.strong-headline .soft-start{padding-inline-start:calc(1.5rem * .75);}
.strong-headline .compact-actions{row-gap:calc(var(--state-soft) * 1.2);}
.strong-headline .close{row-gap:calc(var(--state-soft) * .7);}
.strong-headline .focused-intro{column-gap:calc(1.24rem * .85);}
.strong-headline .relaxed{column-gap:calc(1.24rem * 1.12);}
.strong-headline .public-service{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.strong-headline .group{display:flex;align-items:flex-start;gap:1.24rem;}
.strong-headline .clear-benefit{flex:1 1 calc(1120px / 3);min-width:0;}
.strong-headline .clear-benefit p{margin-top:1.5rem;}
.strong-headline .narrow-unit{flex:2 1 calc(1120px / 2);margin-top:0;}
.strong-headline .narrow-unit{display:flex;flex-direction:column;gap:var(--state-soft);margin-top:var(--state-soft);}
.strong-headline .direct-footer{min-width:0;padding-inline-start:calc(calc(1.5rem * .75) * 0.9);border-inline-start:2px solid color-mix(in srgb, currentColor 22%, transparent);}
.strong-headline .direct-footer p{margin-top:calc(1.5rem / 3);}
.strong-headline .direct-footer a{display:inline-flex;margin-top:calc(1.5rem / 2);opacity:.85;}
@media(max-width:760px){.strong-headline .group{flex-direction:column;}.strong-headline .narrow-unit{margin-top:1.5rem;}.strong-headline .direct-footer{padding-inline-start:calc(calc(1.5rem * .75) * 0.6);}}
.offer-method{--state-soft:calc(1.5rem * 1.05);--state-main:calc(1120px / 2.90);padding:calc(1.5rem * 2.4) 2.2rem;background:var(--tone-base);color:var(--tone-accent);}
.offer-method .focused-benefit{max-width:1120px;margin:0 auto;}
.offer-method h1,.offer-method h2,.offer-method h3,.offer-method p{margin:0;}
.offer-method h1{font-size:calc(15.6px * 2.65);line-height:1.08;}
.offer-method h2{font-size:calc(15.6px * 2);line-height:1.12;}
.offer-method h3{font-size:calc(15.6px * 1.35);line-height:1.2;}
.offer-method p{font-size:15.6px;line-height:1.91;color:#1E3A42;}
.offer-method a{color:inherit;text-decoration:none;}
.offer-method .active-fields{display:flex;flex-direction:column;gap:calc(1.5rem * 0.85);margin-top:var(--state-soft);}
.offer-method .direct-footer{position:relative;padding-left:calc(1.5rem * 0.9);}
.offer-method .direct-footer::before{content:"";position:absolute;left:0;top:calc(1.5rem * 0.55);width:calc(1.5rem * 0.28);height:calc(1.5rem * 0.28);border-radius:50%;background:#2E8B8B;opacity:0.7;color:#FFFFFF;}
.offer-method .direct-footer p{font-size:calc(15.6px * 0.95);line-height:1.91;}
.offer-method .local-nav{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,0.9fr);gap:calc(2.2rem * 1.2);align-items:start;}
.offer-method .local-nav>.active-fields{margin-top:0;}
.offer-method .local-nav>.clear-benefit{min-width:0;}
.offer-method .clear-benefit .content-inner{margin-top:1.5rem;font-size:calc(15.6px * 1.125);line-height:1.6;}
.offer-method .clear-benefit .simple-brand{margin-top:calc(1.5rem * 0.8);font-size:15.6px;}
.offer-method .clear-benefit h2{max-width:calc(1120px / 2.2);}
@media(max-width:860px){.offer-method .local-nav{grid-template-columns:1fr;gap:1.5rem;}}
.wide-proof{--state-soft:calc(1.5rem * 1.42);--state-main:calc(1120px / 2.30);--copy-lead:calc(1120px / 3.66);padding:calc(1.5rem * 2.4) 2.2rem;background:#0A5C6D;color:#FFFFFF;}
.wide-proof .focused-benefit{max-width:1120px;margin:0 auto;}
.wide-proof h1,.wide-proof h2,.wide-proof h3,.wide-proof p{margin:0;}
.wide-proof h2{font-size:calc(15.6px * 2);line-height:1.12;}
.wide-proof h3{font-size:calc(15.6px * 1.35);line-height:1.2;}
.wide-proof p{font-size:15.6px;line-height:1.91;color:color-mix(in srgb, currentColor 74%, transparent);}
.wide-proof a{color:inherit;text-decoration:none;}
.wide-proof img{display:block;width:100%;height:auto;border-radius:0.65rem;}
.wide-proof .simple-brand{font-size:calc(15.6px * .875);letter-spacing:.06em;text-transform:uppercase;color:color-mix(in srgb, currentColor 64%, transparent);margin-bottom:calc(1.5rem * .6);}
.wide-proof .active-fields{display:flex;flex-wrap:wrap;gap:var(--state-soft);margin-top:var(--state-soft);}
.wide-proof .direct-footer{flex:1 1 calc(1120px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.65rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.wide-proof .direct-footer p{margin-top:calc(1.5rem / 3);}
.wide-proof .direct-footer img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.wide-proof .clear-rail>.active-fields{margin-top:var(--state-soft);}
.wide-proof .clear-rail>h2{margin-top:var(--state-soft);}
.wide-proof .content-inner{margin-top:calc(1.5rem * .8);max-width:var(--state-main);}
.wide-proof .content-links{display:flex;flex-wrap:wrap;gap:1.24rem;margin-top:calc(1.5rem * .8);}
.wide-proof .content-links a{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.4rem;background:#FFFFFF;color:#0A5C6D;font-weight:600;transition:background 390ms var(--speed-slow);}
.wide-proof .content-links a:hover{background:color-mix(in srgb, #FFFFFF 88%, transparent);color:#1E3A42;}
.site-stack{--state-soft:calc(1.5rem * 1.35);padding:calc(1.5rem * 2.4) 2.2rem;background:var(--tone-base);color:var(--tone-accent);}
.site-stack .focused-benefit{max-width:1120px;margin:0 auto;}
.site-stack h1,.site-stack h2,.site-stack h3,.site-stack p{margin:0;}
.site-stack h2{font-size:calc(15.6px * 2);line-height:1.15;max-width:calc(1120px * 0.7);}
.site-stack h3{font-size:calc(15.6px * 1.35);line-height:1.25;font-weight:600;}
.site-stack p{font-size:15.6px;line-height:1.91;}
.site-stack a{color:inherit;text-decoration:none;}
.site-stack .narrow-benefit{margin-bottom:calc(1.5rem * 1.6);}
.site-stack .simple-brand{display:inline-block;font-size:calc(15.6px * .875);text-transform:uppercase;letter-spacing:0.08em;color:#0A5C6D;margin-bottom:calc(1.5rem / 2);}
.site-stack .content-inner{margin-top:1.5rem;max-width:calc(1120px * 0.72);color:#1E3A42;}
.site-stack .active-fields{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem 2.2rem;}
.site-stack .direct-footer{min-width:0;padding:calc(1.24rem * 1.5) calc(1.5rem * .75);background:#FFFFFF;border:1px solid var(--tone-cool);border-radius:1rem;color:#1E3A42;}
.site-stack .direct-footer:nth-child(3n+1){grid-column:1 / -1;}
.site-stack .direct-footer:nth-child(3n+1) .clear-benefit{display:grid;grid-template-columns:minmax(0, 0.8fr) minmax(0, 1.2fr);gap:2.2rem;align-items:start;}
.site-stack .direct-footer:nth-child(3n+1) h3{margin-bottom:0;}
.site-stack .direct-footer p{margin-top:calc(1.5rem / 3);color:#1E3A42;}
.site-stack .direct-footer:nth-child(3n+1) p{margin-top:0;}
.site-stack .simple-steps{margin-top:calc(1.5rem * 1.6);padding:calc(1.24rem * 1.5) calc(1.5rem * .75);background:#EAF3F4;border-radius:1rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;color:#1E3A42;}
.site-stack .contact-tile{max-width:calc(1120px * 0.65);color:#1E3A42;}
.site-stack .service-grid{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.8) 1.5rem;border-radius:0.4rem;background:#0A5C6D;color:#FFFFFF;font-weight:600;transition:background 390ms var(--speed-slow);}
.site-stack .service-grid:hover{background:#084A58;color:#1E3A42;}
@media (max-width: 760px){.site-stack .active-fields{grid-template-columns:1fr;}.site-stack .direct-footer:nth-child(3n+1){grid-column:auto;}.site-stack .direct-footer:nth-child(3n+1) .clear-benefit{grid-template-columns:1fr;gap:calc(1.5rem / 2);}.site-stack .direct-footer:nth-child(3n+1) p{margin-top:calc(1.5rem / 3);}.site-stack h2,.site-stack .content-inner,.site-stack .contact-tile{max-width:100%;}
}
.local-menu{--state-soft:calc(1.5rem * 1.12);padding:calc(1.5rem * 2.4) 2.2rem;background:var(--tone-base);color:var(--tone-accent);}
.local-menu .focused-benefit{max-width:1120px;margin:0 auto;}
.local-menu h2,.local-menu h3,.local-menu p{margin:0;}
.local-menu h2{font-size:calc(15.6px * 2);line-height:1.15;max-width:calc(1120px * 0.7);}
.local-menu h3{font-size:calc(15.6px * 1.35);line-height:1.25;}
.local-menu p{font-size:15.6px;line-height:1.91;}
.local-menu a{text-decoration:none;}
.local-menu .contact-actions{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:calc(1.5rem * 1.4);}
.local-menu .service-track{flex:1 1 calc(1120px * 0.58);min-width:0;}
.local-menu .service-track .content-inner{margin-top:calc(1.5rem * .75);}
.local-menu .steady-lead{flex:1 1 calc(1120px * 0.3);min-width:0;align-self:flex-end;padding:calc(1.5rem * .75);border-left:3px solid #2E8B8B;background:#EAF3F4;color:#1E3A42;border-radius:0 0.65rem 0.65rem 0;}
.local-menu .steady-lead p{font-size:calc(15.6px * .875);line-height:1.7;}
.local-menu .items{display:flex;flex-direction:column;gap:1.5rem;}
.local-menu .wide-track{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.6fr);gap:1.5rem;padding:calc(calc(1.5rem * .75) * 1.1);border:1px solid var(--tone-cool);border-radius:1rem;background:#FFFFFF;color:#1E3A42;}
.local-menu .narrow-method{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.local-menu .steady-wrap{display:inline-block;width:max-content;padding:0.3rem 0.75rem;border-radius:0.4rem;background:#2E8B8B;color:#FFFFFF;font-size:calc(15.6px * .875);font-weight:600;letter-spacing:0.02em;}
.local-menu .fresh-contact{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.local-menu .fresh-contact>p{}
.local-menu .offer-copy{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem;}
.local-menu .offer-copy li{position:relative;padding-left:1.1rem;font-size:calc(15.6px * .875);line-height:1.65;}
.local-menu .offer-copy li::before{content:"";position:absolute;left:0;top:0.6em;width:0.45rem;height:0.45rem;border-radius:50%;background:#2E8B8B;color:#FFFFFF;}
.local-menu .service-note{display:inline-flex;align-items:center;width:max-content;max-width:100%;margin-top:auto;padding:0.6rem 1.1rem;border-radius:0.4rem;background:#0A5C6D;color:#FFFFFF;font-size:calc(15.6px * .875);font-weight:600;transition:background 390ms var(--speed-slow);}
.local-menu .service-note:hover{background:#084A58;color:#1E3A42;}
.local-menu .team-note{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem;margin-top:calc(1.5rem * 1.4);padding-top:1.5rem;border-top:1px solid var(--tone-cool);}
.local-menu .team-note p{flex:1 1 calc(1120px * 0.55);min-width:0;font-size:calc(15.6px * .875);}
.local-menu .fresh-content{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.4rem;background:#2E8B8B;color:#FFFFFF;font-weight:600;transition:background 390ms var(--speed-slow);}
.local-menu .fresh-content:hover{background:#1F6F6F;color:#1E3A42;}
@media (max-width: 820px){.local-menu h2{max-width:100%;}.local-menu .wide-track{grid-template-columns:1fr;gap:calc(1.5rem * .75);}.local-menu .service-note{margin-top:0;}.local-menu .team-note{flex-direction:column;align-items:flex-start;}
}
.open-body{padding:calc(1.5rem * 2.4) 2.2rem;background:var(--tone-base);color:var(--tone-accent)}
.open-body .focused-benefit{max-width:min(1120px,56rem);margin:0 auto}
.open-body .narrow-benefit{margin-bottom:calc(1.24rem * 1.5)}
.open-body h2{margin:0;font-size:calc(15.6px * 2);line-height:1.12;max-width:38rem}
.open-body .narrow-benefit p{margin:1.5rem 0 0;color:#1E3A42;line-height:1.91;max-width:44rem}
.open-body .open-tile{border-top:1px solid var(--tone-cool)}
.open-body details{border-bottom:1px solid var(--tone-cool);padding:1.5rem 0}
.open-body summary{cursor:pointer;font-size:calc(15.6px * 1.35);line-height:1.25;padding-right:2rem;position:relative;transition:color 390ms var(--speed-slow)}
.open-body summary:hover{color:inherit;}
.open-body summary::after{content:"+";position:absolute;right:0;top:0;font-size:calc(15.6px * 1.35);line-height:1.25;color:inherit;transition:transform 390ms var(--speed-slow)}
.open-body details[open] summary::after{transform:rotate(45deg)}
.open-body details p{max-width:46rem;margin:1.5rem 0 0;color:#1E3A42;line-height:1.91}
@media(max-width:720px){.open-body .narrow-benefit{margin-bottom:calc(1.24rem * 1.5)}.open-body summary{font-size:15.6px}
}
.text-footer{
  --state-soft: calc(1.5rem * 1.1);
  padding: calc(1.5rem * 2.4) 2.2rem;
  background: #0A5C6D;
  color: #FFFFFF;
}
.text-footer .focused-benefit{max-width: 1120px;
  margin: 0 auto;}
.text-footer h2,
.text-footer h3,
.text-footer p{margin: 0;}
.text-footer h2{font-size: calc(15.6px * 2);
  line-height: 1.15;
  margin-top: calc(1.5rem / 2.5);}
.text-footer h3{font-size: calc(15.6px * 1.35);
  line-height: 1.25;
  margin-top: calc(1.5rem / 3);}
.text-footer p{font-size: 15.6px;
  line-height: 1.91;
  color: color-mix(in srgb, currentColor 78%, transparent);}
.text-footer a{color: inherit;
  text-decoration: none;}
.text-footer .service-grid{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  padding: calc(calc(1.5rem * .75) * 0.9) 1.5rem;
  border-radius: 0.4rem;
  background: #FFFFFF;
  color: #0A5C6D;
  font-weight: 600;
  transition: background 390ms var(--speed-slow), color 390ms var(--speed-slow);
}
.text-footer .service-grid:hover{
  background: color-mix(in srgb, #FFFFFF 88%, transparent);color:#1E3A42;}
.text-footer .main-block{display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1.24rem;}
.text-footer .main-block > .clear-benefit{flex: 1 1 auto;
  min-width: 0;}
.text-footer .main-block > .service-grid{flex: 0 0 auto;
  margin-top: calc(1.5rem / 1.5);}
.text-footer .main-block > .active-fields{flex: 1 1 100%;}
.text-footer .active-fields{display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1.24rem;
  margin-top: var(--state-soft);}
.text-footer .direct-footer{
  flex: 1 1 calc(1120px / 3.4);
  min-width: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.65rem;
  background: color-mix(in srgb, #0A5C6D 82%, #FFFFFF 8%);
  border: 1px solid color-mix(in srgb, #FFFFFF 18%, transparent);
  display: flex;
  flex-direction: column;color:#1E3A42;}
.text-footer .direct-footer p{font-size: calc(15.6px * .875);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: color-mix(in srgb, currentColor 62%, transparent);}
.text-footer .direct-footer .direct-benefit{text-transform: none;
  letter-spacing: normal;
  font-size: 15.6px;
  color: color-mix(in srgb, currentColor 74%, transparent);
  margin-top: calc(1.5rem / 3);
  flex: 1 1 auto;}
.text-footer .direct-footer a{display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1.5rem;
  font-weight: 600;
  border-bottom: 1px solid color-mix(in srgb, currentColor 40%, transparent);
  padding-bottom: 0.2rem;
  width: max-content;
  max-width: 100%;
  transition: border-color 390ms var(--speed-slow);}
.text-footer .direct-footer a:hover{border-color: currentColor;}
@media (max-width: 720px) {.text-footer .direct-footer{
    flex-basis: 100%;
  }.text-footer .main-block > .service-grid{
    width: 100%;
  }
}
.strong-lead{--state-soft:calc(1.5rem * 0.9);--state-main:calc(1120px / 3.05);--copy-lead:calc(1120px / 4.05);padding:calc(1.5rem * 2.4) 2.2rem;background:var(--tone-base);color:var(--tone-accent);}
.strong-lead .focused-benefit{max-width:1120px;margin:0 auto;}
.strong-lead h1,.strong-lead h2,.strong-lead h3,.strong-lead p{margin:0;}
.strong-lead h1{font-size:calc(15.6px * 2.65);line-height:1.08;}
.strong-lead h2{font-size:calc(15.6px * 2);line-height:1.12;}
.strong-lead h3{font-size:calc(15.6px * 1.35);line-height:1.2;}
.strong-lead p{font-size:15.6px;line-height:1.91;color:var(--tone-accent);}
.strong-lead a{color:#0A5C6D;text-decoration:none;}
.strong-lead a:hover{color:inherit;}
.strong-lead img{display:block;width:100%;height:auto;border-radius:0.65rem;}
.strong-lead .service-grid{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.4rem;background:#0A5C6D;color:#FFFFFF;}
.strong-lead .content-inner,.strong-lead .simple-brand{}
.strong-lead .active-fields{display:flex;flex-direction:column;gap:var(--state-soft);margin-top:var(--state-soft);}
.strong-lead .direct-footer{min-width:0;}
.strong-lead .direct-footer p,.strong-lead .direct-footer a{margin-top:calc(1.5rem / 3);}
.strong-lead .direct-footer img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--copy-lead) * .7);}
.strong-lead .primary-brand{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.24rem;}
.strong-lead .primary-brand>.clear-benefit{flex:1 1 calc(1120px / 3);min-width:0;}
.strong-lead .primary-brand>.active-fields{flex:2 1 calc(1120px / 2);margin-top:0;}
.strong-lead .primary-brand>img{margin-left:auto;}
.strong-lead .clear-benefit .content-inner{margin-top:1.5rem;}
.strong-lead .content-links{margin-top:calc(1.24rem * 1.5);padding:calc(1.5rem * .75);background:#EAF3F4;border-radius:0.65rem;max-width:1120px;margin-left:auto;margin-right:auto;color:#1E3A42;}
.strong-lead .content-links p{font-size:calc(15.6px * .875);line-height:1.91;}
.soft-rail{--state-soft:calc(1.5rem * 1.32);--state-main:calc(1120px / 2.45);padding:calc(1.5rem * 2.4) 2.2rem;background:#0A5C6D;color:#FFFFFF;}
.soft-rail .focused-benefit{max-width:1120px;margin:0 auto;}
.soft-rail h1,.soft-rail h2,.soft-rail h3,.soft-rail p{margin:0;}
.soft-rail h2{font-size:calc(15.6px * 2);line-height:1.12;max-width:var(--state-main);}
.soft-rail p{font-size:15.6px;line-height:1.91;color:color-mix(in srgb, currentColor 78%, transparent);}
.soft-rail a{color:inherit;text-decoration:none;}
.soft-rail .service-grid{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.4rem;background:#FFFFFF;color:#0A5C6D;font-weight:600;transition:background 390ms var(--speed-slow),transform 390ms var(--speed-slow);}
.soft-rail .service-grid:hover{background:#2E8B8B;color:#FFFFFF;transform:translateY(-2px);}
.soft-rail .simple-brand{font-size:calc(15.6px * .875);text-transform:uppercase;letter-spacing:0.08em;color:color-mix(in srgb, currentColor 68%, transparent);}
.soft-rail .clear-benefit{margin-top:1.5rem;max-width:var(--state-main);}
.soft-rail .compact-links>h2,.soft-rail .compact-links>.content-inner,.soft-rail .compact-links>.clear-benefit{margin-top:1.5rem;}
.soft-rail .content-inner{max-width:var(--state-main);}
.soft-rail .content-links{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem 2.2rem;margin-top:calc(1.5rem * 1.6);}
.soft-rail .open-plan{font-size:calc(15.6px * .875);line-height:1.7;color:color-mix(in srgb, currentColor 72%, transparent);max-width:30rem;}
.soft-rail .open-plan a{border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);transition:border-color 390ms var(--speed-slow),color 390ms var(--speed-slow);}
.soft-rail .open-plan a:hover{border-bottom-color:currentColor;}
.content-visual{padding:calc(1.5rem * 2.4) 2.2rem;background:linear-gradient(135deg, #0A5C6D 0%, #2E8B8B 60%, #6BBFBF 100%);color:#FFFFFF}
.content-visual .focused-benefit{max-width:1120px;margin:0 auto}
.content-visual .top-figure{max-width:54rem;margin-bottom:calc(calc(1.24rem * 1.5)*1.2)}
.content-visual h2{margin:0;font-size:calc(15.6px * 2.65);line-height:1.1}
.content-visual .top-figure p{max-width:44rem;margin:1.5rem 0 0;font-size:calc(15.6px * 1.125);line-height:1.91}
.content-visual .public-actions{display:flex;align-items:flex-start;gap:calc(calc(1.24rem * 1.5)*1.4)}
.content-visual .top-panel{flex:0 1 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.content-visual button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.6;transition:opacity 390ms var(--speed-slow),transform 390ms var(--speed-slow)}
.content-visual button:hover,.content-visual button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.35))}
.content-visual .open-team{flex:1 1 30rem;align-self:start;border-left:1px solid rgba(255,255,255,.18);padding-left:calc(calc(1.24rem * 1.5)*1.2)}
.content-visual [data-response]{display:none}
.content-visual [data-response].is-active{display:block;animation:clarifyFocusIn calc(390ms*1.8) var(--speed-slow) both}
.content-visual h3{margin:0;font-size:calc(15.6px * 2);line-height:1.12}
.content-visual [data-response] p{max-width:50rem;margin:1.5rem 0 0;font-size:calc(15.6px * 1.125);line-height:1.91}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.24rem * 2)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:760px){.content-visual .public-actions{display:block}.content-visual .top-panel{margin-bottom:calc(1.24rem * 1.5)}.content-visual .open-team{border-left:0;padding-left:0}}
@media(prefers-reduced-motion:reduce){.content-visual [data-response].is-active{animation:none}}
.section{
  background:var(--tone-base);
  color:var(--tone-accent);
  padding:calc(1.5rem * 2.4) 2.2rem;
}
.section .focused-benefit{max-width:1120px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,0.8fr) minmax(0,1.4fr);
  gap:calc(1.24rem * 1.5);}
.section .narrow-benefit{min-width:0;}
.section .simple-brand{margin:0 0 1.5rem;
  color:#1E3A42;
  font-size:calc(15.6px * .875);
  line-height:1.91;
  text-transform:uppercase;
  letter-spacing:0.06em;}
.section h2{margin:0;
  font-size:calc(15.6px * 2);
  line-height:1.15;
  font-weight:600;}
.section .content-inner{margin:0 0 calc(1.24rem * 1.5);
  font-size:15.6px;
  line-height:1.91;
  color:#1E3A42;}
.section .local-headline{display:flex;
  flex-direction:column;
  gap:1.24rem;}
.section .local-headline a{
  display:grid;
  grid-template-columns:minmax(0,0.7fr) minmax(0,1.6fr);
  gap:1.24rem;
  align-items:baseline;
  text-decoration:none;
  background:#FFFFFF;
  color:#1E3A42;
  border:1px solid var(--tone-cool);
  border-radius:1rem;
  padding:1.5rem 2.2rem;
  transition:border-color 390ms var(--speed-slow), box-shadow 390ms var(--speed-slow);
}
.section .local-headline a:hover{border-color:#2E8B8B;
  box-shadow:0 6px 14px rgba(0,0,0,0.06);}
.section .local-headline span{color:#1E3A42;
  font-size:calc(15.6px * .875);
  font-weight:600;}
.section .local-headline strong{font-weight:500;
  line-height:1.91;}
.section .content-links{
  margin-top:calc(1.24rem * 1.5);
  padding:1.5rem 2.2rem;
  background:#EAF3F4;
  color:#1E3A42;
  border-radius:0.65rem;
  display:flex;
  flex-wrap:wrap;
  gap:1.24rem;
  align-items:center;
  justify-content:space-between;
}
.section .content-links p{margin:0;
  font-size:calc(15.6px * .875);
  line-height:1.91;
  max-width:38rem;}
.section .content-links a{color:#0A5C6D;
  font-weight:600;
  text-decoration:none;
  white-space:nowrap;}
.section .content-links a:hover{color:inherit;
  text-decoration:underline;}
@media (max-width:860px){.section .focused-benefit{
    grid-template-columns:1fr;
    gap:calc(1.24rem * 1.5);
  }
}
@media (max-width:560px){.section .local-headline a{
    grid-template-columns:1fr;
    gap:0.4rem;
  }.section .content-links{
    flex-direction:column;
    align-items:flex-start;
  }
}
.visual-list{--state-soft:calc(1.5rem * 1.35);padding:calc(1.5rem * 2.4) 2.2rem;background:var(--tone-base);color:var(--tone-accent);}
.visual-list .focused-benefit{max-width:1120px;margin:0 auto;}
.visual-list h2,.visual-list h3,.visual-list p{margin:0;}
.visual-list h2{font-size:calc(15.6px * 2);line-height:1.15;max-width:calc(1120px * 0.72);}
.visual-list h3{font-size:calc(15.6px * 1.35);line-height:1.25;}
.visual-list p{font-size:15.6px;line-height:1.91;}
.visual-list a{text-decoration:none;}
.visual-list a:hover{}
.visual-list .clear-benefit .content-inner{margin-top:1.5rem;max-width:calc(1120px * 0.68);}
.visual-list .public-content{display:grid;grid-template-columns:1fr minmax(220px, 280px);gap:1.5rem;margin-top:calc(1.5rem * 1.5);}
.visual-list .content-links{display:flex;flex-direction:column;}
.visual-list .steady-stack{position:relative;padding:0 0 1.5rem calc(1.5rem * 1.4);}
.visual-list .steady-stack:not(:last-child){border-left:2px solid var(--tone-cool);}
.visual-list .steady-stack:last-child{padding-bottom:0;}
.visual-list .steady-stack::before{content:"";position:absolute;left:-6px;top:4px;width:10px;height:10px;border-radius:50%;background:#0A5C6D;color:#FFFFFF;}
.visual-list .active-view{display:inline-block;font-size:calc(15.6px * .875);font-weight:600;letter-spacing:0.02em;text-transform:uppercase;margin-bottom:calc(1.5rem / 3);}
.visual-list .steady-stack h3{margin-bottom:calc(1.5rem / 3);}
.visual-list .steady-stack p{max-width:calc(1120px * 0.55);}
.visual-list .simple-brand{align-self:start;padding:calc(1.5rem * .75);border-radius:1rem;background:#FFFFFF;border:1px solid var(--tone-cool);color:#1E3A42;}
.visual-list .simple-brand p{font-size:calc(15.6px * .875);line-height:1.7;}
.visual-list .simple-brand a{display:inline-block;margin-top:1.5rem;font-weight:600;}
@media(max-width:860px){.visual-list h2,.visual-list .clear-benefit .content-inner{max-width:100%;}.visual-list .public-content{grid-template-columns:1fr;}.visual-list .simple-brand{margin-top:1.5rem;}.visual-list .steady-stack p{max-width:100%;}
}
.simple-quote{
  padding: calc(1.5rem * 2.4) 2.2rem;
  background: #0F2D35;
  color: #FFFFFF;
}
.simple-quote .focused-benefit{max-width: min(1120px, 76rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: calc(1.24rem * 1.5);
  align-items: start;}
.simple-quote .content-inner{position: sticky;
  top: 1.5rem;}
.simple-quote .top-content{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.6px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;color:inherit;}
.simple-quote h2{margin: 0;
  font-size: calc(15.6px * 2);
  line-height: 1.12;
  font-weight: 600;}
.simple-quote .content-inner p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.6px * 1.125);
  line-height: 1.6;
  color: #C8D8DC;}
.simple-quote .content-inner .simple-brand{margin-top: calc(1.24rem * 1.5);
  font-size: 15.6px;color:inherit;
  border-left: 2px solid #2E8B8B;
  padding-left: calc(1.5rem * .75);}
.simple-quote .public-content{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.simple-quote .narrow-benefit{
  padding: calc(1.5rem * .75);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.simple-quote .narrow-benefit h3{margin: 0 0 0.5rem;
  font-size: 15.6px;
  font-weight: 600;}
.simple-quote .narrow-benefit p{margin: 0;
  font-size: calc(15.6px * .875);
  line-height: 1.7;
  color: #C8D8DC;}
.simple-quote .active-fields{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.simple-quote .direct-footer{
  display: block;
  padding: calc(1.5rem * .75);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  transition: background 390ms var(--speed-slow), border-color 390ms var(--speed-slow);
}
.simple-quote .direct-footer:hover{
  background: rgba(255, 255, 255, 0.07);
  border-color: #2E8B8B;
}
.simple-quote .content-list{display: inline-block;
  margin-bottom: 0.5rem;
  font-size: calc(15.6px * .875);color:inherit;}
.simple-quote .direct-footer strong{display: block;
  margin-bottom: 0.35rem;
  font-size: 15.6px;
  font-weight: 600;}
.simple-quote .direct-footer em{display: block;
  font-style: normal;
  font-size: calc(15.6px * .875);
  line-height: 1.6;color:inherit;}
.simple-quote .service-grid{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.65rem;
  background: #2E8B8B;color:#FFFFFF;}
.simple-quote .service-grid p{margin: 0;
  font-size: calc(15.6px * .875);
  font-weight: 600;}
.simple-quote .service-grid .active-shell,
.simple-quote .service-grid .compact-tile{font-size: calc(15.6px * .875);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  transition: border-color 390ms var(--speed-slow);}
.simple-quote .service-grid .active-shell:hover,
.simple-quote .service-grid .compact-tile:hover{border-color: #FFFFFF;}
@media (max-width: 860px) {.simple-quote .focused-benefit{
    grid-template-columns: 1fr;
    gap: calc(1.24rem * 1.5);
  }.simple-quote .content-inner{
    position: static;
  }
}
@media (max-width: 560px) {.simple-quote .service-grid{
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.site-block{background:#2E8B8B;color:#FFFFFF;padding:calc(1.5rem * 2.4) 2.2rem}
.site-block .focused-benefit{max-width:1120px;margin:0 auto}
.site-block .bottom-menu{display:flex;align-items:center;gap:calc(1.24rem * 1.5)}
.site-block .plain-method{display:block;flex:0 1 42%;min-width:15rem;width:100%;height:auto;aspect-ratio:5/4;object-fit:cover;border-radius:1rem}
.site-block .direct-items{flex:1 1 34rem;min-width:0}
.site-block h2{margin:0;font-size:clamp(calc(15.6px * 2),5vw,calc(15.6px * 2.65));line-height:1.05;letter-spacing:0}
.site-block .content-inner{margin:1.5rem 0 0;max-width:42rem;font-size:calc(15.6px * 1.125);line-height:1.65}
.site-block .soft-section{display:grid;grid-template-columns:1fr 1fr;gap:calc(1.5rem * .75);margin-top:calc(1.24rem * 1.5)}
.site-block .strip{background:color-mix(in srgb,currentColor 8%,transparent);border-radius:0.65rem;padding:calc(1.5rem * .75)}
.site-block .main-form{display:block;font-size:calc(15.6px * .875);opacity:.75;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.35rem}
.site-block .compact-team{font-size:15.6px;line-height:1.55;word-break:break-word}
.site-block a.value{color:inherit;text-decoration:underline;text-underline-offset:.2em}
.site-block a.value:hover{opacity:.85}
.site-block .simple-brand{margin-top:calc(1.24rem * 1.5);padding:calc(1.5rem * .75);border-left:3px solid currentColor;background:color-mix(in srgb,currentColor 6%,transparent);border-radius:0 0.4rem 0.4rem 0}
.site-block .direct-callout{font-weight:700;margin:0 0 .35rem}
.site-block .featured-list{margin:0;font-size:calc(15.6px * .875);line-height:1.7;opacity:.9}
.site-block .strong-team{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(1.24rem * 1.5)}
.site-block .strong-team a{padding:.6rem 1rem;border-radius:0.4rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none;font-size:calc(15.6px * .875);transition:background 390ms var(--speed-slow)}
.site-block .strong-team a:hover{background:color-mix(in srgb,currentColor 20%,transparent)}
@media(max-width:760px){.site-block .bottom-menu{align-items:stretch;flex-direction:column}.site-block .plain-method{flex-basis:auto;min-width:0}.site-block .soft-section{grid-template-columns:1fr}}
.page-footer{
  background:var(--tone-base);
  color:var(--tone-accent);
  padding:calc(1.5rem * 2.4) 2.2rem;
}
.page-footer .focused-benefit{max-width:1120px;
  margin:0 auto;}
.page-footer .narrow-benefit{max-width:46rem;}
.page-footer h2{margin:0;
  font-size:calc(15.6px * 2);
  line-height:1.15;
  letter-spacing:0;}
.page-footer .content-inner{margin:1.5rem 0 0;
  font-size:15.6px;
  line-height:1.91;}
.page-footer .plain-grid{margin-top:calc(1.5rem * 2.4);
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1.24rem;}
.page-footer .content-links{
  background:#FFFFFF;
  border:1px solid var(--tone-cool);
  border-radius:1rem;
  padding:calc(1.24rem * 1.5);
  display:flex;
  flex-direction:column;color:#1E3A42;}
.page-footer .steady-wrap{
  display:inline-block;
  align-self:flex-start;
  background:#2E8B8B;
  color:#FFFFFF;
  font-size:calc(15.6px * .875);
  line-height:1.2;
  padding:.35rem .7rem;
  border-radius:0.4rem;
}
.page-footer .content-links h3{margin:1.5rem 0 0;
  font-size:calc(15.6px * 1.125);
  line-height:1.3;}
.page-footer .content-links p{margin:1.5rem 0 0;
  font-size:15.6px;
  line-height:1.91;}
.page-footer .service-note{display:inline-block;
  margin-top:auto;
  padding-top:1.5rem;
  color:#0A5C6D;
  font-weight:600;
  text-decoration:none;}
.page-footer .service-note:hover{color:inherit;
  text-decoration:underline;}
.page-footer .top-summary{font-size:calc(15.6px * .875);
  color:#1E3A42;}
.page-footer .public-entries{
  margin-top:calc(1.5rem * 2.4);
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1.24rem;
  background:#EAF3F4;
  border-radius:1rem;
  padding:calc(1.24rem * 1.5);color:#1E3A42;}
.page-footer .top-grid{padding:1.5rem;}
.page-footer .wide-intro{display:block;
  font-size:calc(15.6px * .875);
  text-transform:uppercase;
  letter-spacing:.06em;
  color:#1E3A42;}
.page-footer .top-grid strong{display:block;
  margin-top:.5rem;
  font-size:15.6px;
  line-height:1.3;}
.page-footer .top-grid p{margin:.5rem 0 0;
  font-size:calc(15.6px * .875);
  line-height:1.91;}
.page-footer .team-inner{
  margin-top:calc(1.24rem * 1.5);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.24rem;
  flex-wrap:wrap;
  background:#FFFFFF;
  border:1px solid var(--tone-cool);
  border-radius:0.65rem;
  padding:1.5rem calc(1.24rem * 1.5);color:#1E3A42;}
.page-footer .team-inner p{margin:0;
  font-size:15.6px;
  line-height:1.91;
  max-width:38rem;}
.page-footer .media-steps{color:#0A5C6D;
  font-weight:600;
  text-decoration:none;
  white-space:nowrap;}
.page-footer .media-steps:hover{color:inherit;
  text-decoration:underline;}
@media (max-width:900px){.page-footer .plain-grid{
    grid-template-columns:1fr;
  }.page-footer .public-entries{
    grid-template-columns:1fr;
  }.page-footer .top-grid{
    padding:1.5rem 0;
  }.page-footer .top-grid + .top-grid{
    border-top:1px solid var(--tone-cool);
  }
}
@media (max-width:720px){.page-footer .team-inner{
    flex-direction:column;
    align-items:flex-start;
  }
}
.secondary-area{--state-soft:calc(1.5rem * 1.4);padding:calc(1.5rem * 2.4) 2.2rem;background:var(--tone-base);color:var(--tone-accent);}
.secondary-area .focused-benefit{max-width:1120px;margin:0 auto;}
.secondary-area h2,.secondary-area h3,.secondary-area p{margin:0;}
.secondary-area h2{font-size:calc(15.6px * 2);line-height:1.15;letter-spacing:-0.01em;}
.secondary-area h3{font-size:calc(15.6px * 1.35);line-height:1.3;font-weight:600;}
.secondary-area p{font-size:15.6px;line-height:1.91;color:#1E3A42;}
.secondary-area a{color:#0A5C6D;text-decoration:none;transition:color 390ms var(--speed-slow);}
.secondary-area a:hover{color:inherit;}
.secondary-area img{display:block;width:100%;height:auto;border-radius:0.65rem;}
.secondary-area .narrow-benefit{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.1fr);gap:1.5rem 2.2rem;align-items:start;margin-bottom:calc(1.5rem * 2.4);}
.secondary-area .content-inner{font-size:calc(15.6px * 1.125);line-height:1.65;color:#1E3A42;}
.secondary-area .public-content{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.24rem;}
.secondary-area .active-list{display:flex;flex-direction:column;background:#FFFFFF;border:1px solid var(--tone-cool);border-radius:1rem;overflow:hidden;box-shadow:0 1px 5px rgba(0,0,0,0.05);transition:box-shadow 390ms var(--speed-slow),transform 390ms var(--speed-slow);color:#1E3A42;}
.secondary-area .active-list:hover{box-shadow:0 6px 14px rgba(0,0,0,0.06);transform:translateY(-2px);}
.secondary-area .service-plan{position:relative;aspect-ratio:16/10;overflow:hidden;}
.secondary-area .service-plan img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:0;}
.secondary-area .offer-intro{display:flex;flex-direction:column;flex:1;padding:calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.1);}
.secondary-area .content-list{font-size:calc(15.6px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.08em;color:inherit;margin-bottom:calc(1.5rem / 2.5);}
.secondary-area .clear-benefit{margin-top:calc(1.5rem / 2);font-size:15.6px;line-height:1.7;color:#1E3A42;}
.secondary-area .content-links{display:inline-flex;align-items:center;margin-top:auto;padding-top:calc(1.5rem * .75);font-weight:600;font-size:15.6px;}
.secondary-area .content-links::after{content:"";display:inline-block;width:0.55em;height:0.55em;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg);margin-left:0.5em;transition:margin-left 390ms var(--speed-slow);}
.secondary-area .content-links:hover::after{margin-left:0.75em;}
.secondary-area .simple-brand{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.24rem;margin-top:calc(1.5rem * 2.4);padding:calc(1.5rem * .75) 1.5rem;background:#EAF3F4;border-radius:0.65rem;color:#1E3A42;}
.secondary-area .simple-brand p{flex:1 1 60%;min-width:0;font-size:15.6px;line-height:1.7;color:#1E3A42;}
.secondary-area .open-plan{font-weight:600;font-size:15.6px;white-space:nowrap;}
@media (max-width: 900px){.secondary-area .narrow-benefit{grid-template-columns:1fr;gap:1.5rem;}.secondary-area .public-content{grid-template-columns:1fr;max-width:34rem;}.secondary-area .simple-brand{flex-direction:column;align-items:flex-start;}
}
.contact-plan{--state-soft:calc(1.5rem * 1.2);--state-main:calc(1120px / 2.50);--copy-lead:calc(1120px / 3.66);padding:calc(1.5rem * 2.4) 2.2rem;background:#0F2D35;color:#FFFFFF;}
.contact-plan .focused-benefit{max-width:1120px;margin:0 auto;}
.contact-plan h1,.contact-plan h2,.contact-plan h3,.contact-plan p{margin:0;}
.contact-plan h2{font-size:calc(15.6px * 2);line-height:1.12;}
.contact-plan p{font-size:15.6px;line-height:1.91;}
.contact-plan a{color:inherit;text-decoration:none;}
.contact-plan img{display:block;width:100%;height:auto;border-radius:0.65rem;}
.contact-plan .content-inner{margin-top:1.5rem;color:color-mix(in srgb, currentColor 82%, transparent);}
.contact-plan .active-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.5rem * .75) 1.24rem;margin-top:var(--state-soft);}
.contact-plan .direct-footer{min-width:0;border-left:2px solid color-mix(in srgb, currentColor 22%, transparent);padding-left:calc(1.5rem * .75);}
.contact-plan .direct-footer p{font-size:15.6px;line-height:1.91;color:color-mix(in srgb, currentColor 78%, transparent);}
.contact-plan .direct-footer p strong{color:#FFFFFF;font-weight:600;}
.contact-plan .primary-brand{display:grid;grid-template-columns:1fr 1.6fr;gap:1.5rem 1.5rem;align-items:start;}
.contact-plan .primary-brand>.clear-benefit{min-width:0;}
.contact-plan .primary-brand>.active-fields{grid-column:1 / -1;margin-top:0;}
.contact-plan .primary-brand>img{grid-column:1 / -1;max-height:320px;object-fit:cover;margin-top:calc(1.5rem * 0.5);}
@media (min-width: 900px){.contact-plan .primary-brand{grid-template-columns:1fr 1.6fr;align-items:center;}.contact-plan .primary-brand>.active-fields{grid-column:2;margin-top:0;}.contact-plan .primary-brand>img{grid-column:1;grid-row:1 / span 2;max-height:none;margin-top:0;}
}
@media (max-width: 640px){.contact-plan .active-fields{grid-template-columns:1fr;}
}
.main-menu{padding:calc(1.5rem * 2.4) 2.2rem;background:var(--tone-base);color:var(--tone-accent);}
.main-menu .focused-benefit{max-width:1120px;margin:0 auto;}
.main-menu h2,.main-menu h3,.main-menu p,.main-menu ul{margin:0;}
.main-menu h2{font-size:calc(15.6px * 2);line-height:1.15;font-weight:700;letter-spacing:-0.01em;}
.main-menu h3{font-size:calc(15.6px * 1.35);line-height:1.25;font-weight:600;}
.main-menu p{font-size:15.6px;line-height:1.91;}
.main-menu a{color:#0A5C6D;text-decoration:none;transition:color 390ms var(--speed-slow);}
.main-menu a:hover{color:inherit;}
.main-menu .contact-actions{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:calc(1.5rem * 1.6);}
.main-menu .service-track{flex:1 1 60%;min-width:280px;}
.main-menu .service-track h2{max-width:22ch;}
.main-menu .service-track .content-inner{margin-top:calc(1.24rem * 1.5);max-width:56ch;color:#1E3A42;}
.main-menu .steady-lead{flex:1 1 30%;min-width:240px;align-self:flex-end;padding:calc(1.5rem * .75);background:#EAF3F4;border-radius:1rem;color:#1E3A42;}
.main-menu .steady-lead p{font-size:calc(15.6px * .875);line-height:1.7;color:#1E3A42;}
.main-menu .items{display:flex;flex-direction:column;gap:1.5rem;}
.main-menu .wide-track{display:grid;grid-template-columns:minmax(0,1fr);border-top:1px solid var(--tone-cool);padding-top:1.5rem;}
@media(min-width:720px){.main-menu .wide-track{grid-template-columns:minmax(0,0.9fr) minmax(0,1.6fr);gap:1.5rem;}
}
.main-menu .narrow-method{display:flex;align-items:flex-start;gap:1.24rem;}
.main-menu .contact-menu{font-size:calc(15.6px * .875);font-weight:700;color:inherit;line-height:1.4;min-width:2.2em;}
.main-menu .narrow-method h3{font-size:15.6px;line-height:1.4;font-weight:600;}
.main-menu .fresh-contact p{font-size:15.6px;line-height:1.91;color:#1E3A42;}
.main-menu .main-footer{list-style:none;padding:0;margin-top:calc(1.24rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.main-menu .main-footer li{position:relative;padding-left:1.2em;font-size:calc(15.6px * .875);line-height:1.6;color:var(--tone-accent);}
.main-menu .main-footer li::before{content:"";position:absolute;left:0;top:0.6em;width:0.45em;height:0.45em;border-radius:50%;background:#2E8B8B;color:#FFFFFF;}
.main-menu .team-note{margin-top:calc(1.24rem * 1.5);}
.main-menu .service-note{display:inline-flex;align-items:center;gap:0.4em;font-size:calc(15.6px * .875);font-weight:600;border-bottom:1px solid transparent;padding-bottom:2px;}
.main-menu .service-note:hover{border-bottom-color:#2E8B8B;}
.main-menu .bottom-line{margin-top:calc(1.5rem * 1.8);padding:calc(1.5rem * .75);background:#FFFFFF;border:1px solid var(--tone-cool);border-radius:1rem;display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center;justify-content:space-between;color:#1E3A42;}
.main-menu .bottom-line p{flex:1 1 55%;min-width:260px;font-size:calc(15.6px * .875);line-height:1.7;color:#1E3A42;}
.main-menu .secondary-surface{display:flex;flex-wrap:wrap;gap:1.24rem;}
.main-menu .secondary-surface a{display:inline-flex;align-items:center;justify-content:center;padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;border-radius:0.4rem;font-size:calc(15.6px * .875);font-weight:600;line-height:1.2;background:#0A5C6D;color:#FFFFFF;transition:background 390ms var(--speed-slow);}
.main-menu .secondary-surface a:last-child{background:transparent;color:#0A5C6D;border:1px solid #0A5C6D;}
.main-menu .secondary-surface a:hover{background:#084A58;color:#FFFFFF;}
.main-menu .secondary-surface a:last-child:hover{background:#EAF3F4;color:#0A5C6D;border-color:#0A5C6D;}
.visual-figure{--state-soft:calc(1.5rem * 1.20);--state-main:calc(1120px / 2.44);--type-heading:calc(1120px / 3.53);padding:calc(1.5rem * 2.4) 2.2rem;background:#2E8B8B;color:#FFFFFF;}
.visual-figure .focused-benefit{max-width:1120px;margin:0 auto;}
.visual-figure h1,.visual-figure h2,.visual-figure h3,.visual-figure p,.visual-figure ul{margin:0;}
.visual-figure h1{font-size:calc(15.6px * 2.65);line-height:1.1;}
.visual-figure h2{font-size:calc(15.6px * 2);line-height:1.12;}
.visual-figure h3{font-size:calc(15.6px * 1.35);line-height:1.2;}
.visual-figure p{font-size:15.6px;line-height:1.91;color:color-mix(in srgb, currentColor 74%, transparent);}
.visual-figure a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 35%, transparent);}
.visual-figure img{display:block;width:100%;height:auto;border-radius:0.65rem;}
.visual-figure .service-grid{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.4rem;background:#FFFFFF;color:#2E8B8B;}
.visual-figure .soft{background:color-mix(in srgb, color-mix(in srgb, currentColor 10%, transparent) 82%, transparent);}
.visual-figure .main-benefit{text-align:center;}
.visual-figure .active-form{padding-inline-start:calc(2.2rem / 2);}
.visual-figure .fresh-callout{padding-block:calc(var(--state-soft) / 2);}
.visual-figure .open{padding-block-start:var(--state-soft);}
.visual-figure .strong-header{padding-block-end:calc(var(--state-soft) / 3);}
.visual-figure .clear-summary{max-width:1120px;}
.visual-figure .soft-start{padding-inline-start:calc(1.5rem * .75);}
.visual-figure .compact-actions{row-gap:calc(var(--state-soft) * 1.2);}
.visual-figure .close{row-gap:calc(var(--state-soft) * .7);}
.visual-figure .focused-intro{column-gap:calc(1.24rem * .85);}
.visual-figure .relaxed{column-gap:calc(1.24rem * 1.12);}
.visual-figure .public-service{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.visual-figure .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.24rem;}
.visual-figure .row-title h2{flex:1 1 calc(1120px / 3);min-width:0;}
.visual-figure .row-title>p{flex:1 1 calc(1120px / 3);min-width:0;}
.visual-figure .narrow-unit{flex:1 1 100%;}
.visual-figure .narrow-unit{display:flex;flex-wrap:wrap;gap:var(--state-soft);margin-top:var(--state-soft);}
.visual-figure .direct-footer{flex:1 1 var(--type-heading);min-width:0;}
.visual-figure .direct-footer p{margin-top:calc(1.5rem / 3);}
.visual-figure .direct-footer a{display:inline-flex;margin-top:calc(1.5rem / 2);opacity:.85;}
.visual-figure .content-links{flex:1 1 100%;margin-top:calc(var(--state-soft) / 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);font-size:calc(15.6px * .875);}
.visual-figure .content-links a{opacity:.9;}
.visual-figure .content-links a:hover{opacity:1;border-bottom-color:currentColor;}
@media (max-width: 720px){.visual-figure .row-title h2,.visual-figure .row-title>p{flex-basis:100%;}.visual-figure .direct-footer{flex-basis:100%;}
}
.visual-frame{--state-soft:calc(1.5rem * 1.25);--state-main:calc(1120px / 3.20);padding:calc(1.5rem * 2.4) 2.2rem;background:var(--tone-base);color:var(--tone-accent);}
.visual-frame .focused-benefit{max-width:1120px;margin:0 auto;}
.visual-frame h2,.visual-frame h3,.visual-frame p{margin:0;}
.visual-frame h2{font-size:calc(15.6px * 2);line-height:1.12;}
.visual-frame h3{font-size:calc(15.6px * 1.35);line-height:1.2;}
.visual-frame p{font-size:15.6px;line-height:1.91;color:#1E3A42;}
.visual-frame a{color:#0A5C6D;text-decoration:none;}
.visual-frame a:hover{color:inherit;}
.visual-frame .content-inner{margin:1.5rem auto 0;max-width:var(--state-main);}
.visual-frame .active-fields{display:flex;flex-wrap:wrap;align-items:stretch;gap:1.24rem;margin-top:var(--state-soft);text-align:left;}
.visual-frame .direct-footer{flex:1 1 calc(1120px / 3.5);min-width:0;padding:calc(1.5rem * .75);background:#FFFFFF;border:1px solid var(--tone-cool);border-radius:1rem;color:#1E3A42;}
.visual-frame .direct-footer h3{font-size:15.6px;line-height:1.3;margin-bottom:calc(1.5rem / 3);}
.visual-frame .direct-footer p{font-size:calc(15.6px * .875);line-height:1.7;color:#1E3A42;}
.visual-frame .simple-brand{margin-top:var(--state-soft);font-size:calc(15.6px * .875);line-height:1.7;color:#1E3A42;}
.visual-frame .simple-brand a{font-weight:600;}
.visual-frame .soft-brand{text-align:center;}
.visual-frame .soft-brand>.content-inner{margin-left:auto;margin-right:auto;}
@media (max-width: 768px){.visual-frame .active-fields{flex-direction:column;}.visual-frame .direct-footer{flex:1 1 100%;}
}
.plain-nav{--state-soft:calc(1.5rem * 1.32);padding:calc(1.5rem * 2.4) 2.2rem;background:var(--tone-base);color:var(--tone-accent);}
.plain-nav .focused-benefit{max-width:1120px;margin:0 auto;}
.plain-nav h2,.plain-nav h3,.plain-nav p{margin:0;}
.plain-nav h2{font-size:calc(15.6px * 2);line-height:1.15;max-width:calc(1120px / 1.6);}
.plain-nav h3{font-size:calc(15.6px * 1.35);line-height:1.25;}
.plain-nav p{font-size:15.6px;line-height:1.91;}
.plain-nav .quiet-copy .content-inner{margin-top:1.5rem;max-width:calc(1120px / 1.35);}
.plain-nav .content-links{display:grid;grid-template-columns:1fr 1.4fr;gap:2.2rem;margin-top:calc(var(--state-soft) * 1.4);align-items:start;}
.plain-nav .plain-callout img{display:block;width:100%;height:100%;object-fit:cover;border-radius:1rem;box-shadow:0 6px 14px rgba(0,0,0,0.06);}
.plain-nav .items{display:flex;flex-direction:column;gap:calc(1.24rem * 1.5);}
.plain-nav .direct-footer{position:relative;padding-left:calc(2.2rem / 1.4);border-left:2px solid var(--tone-cool);}
.plain-nav .text-wrap{display:inline-block;font-size:calc(15.6px * .875);font-weight:600;letter-spacing:0.04em;text-transform:uppercase;margin-bottom:calc(1.5rem / 4);}
.plain-nav .direct-footer h3{margin-bottom:calc(1.5rem / 3);}
.plain-nav .direct-footer p{font-size:15.6px;line-height:1.91;}
.plain-nav .simple-brand{margin-top:calc(var(--state-soft) * 1.2);padding:calc(1.5rem * .75) 1.5rem;background:#EAF3F4;border-radius:0.65rem;max-width:calc(1120px / 1.25);color:#1E3A42;}
.plain-nav .simple-brand p{}
@media (max-width: 760px){.plain-nav .content-links{grid-template-columns:1fr;}.plain-nav .plain-callout img{max-height:260px;object-position:center;}.plain-nav .quiet-copy h2{max-width:100%;}
}
.open-rail{
        padding: calc(1.5rem * 2.4) 2.2rem;
        background: var(--tone-base);
        color: var(--tone-accent);
    }
.open-rail .focused-benefit{max-width: 1120px;
        margin: 0 auto;}
.open-rail .site-service{display: grid;
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
        gap: calc(1.24rem * 1.5) 2.2rem;
        align-items: start;}
.open-rail .narrow-benefit{min-width: 0;
        position: sticky;
        top: 1.5rem;}
.open-rail h2{margin: 0;
        font-size: calc(15.6px * 2);
        line-height: 1.12;
        letter-spacing: -0.01em;}
.open-rail .narrow-benefit p{margin: 1.5rem 0 0;
        font-size: 15.6px;
        line-height: 1.91;
        color: #1E3A42;}
.open-rail ul{min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;}
.open-rail li{display: block;
        padding: 1.5rem 0;}
.open-rail li + li{border-top: 1px solid var(--tone-cool);}
.open-rail strong{display: block;
        font-size: calc(15.6px * 1.35);
        line-height: 1.2;
        margin-bottom: calc(1.5rem * .75);
        color: var(--tone-accent);}
.open-rail span{display: block;
        line-height: 1.91;
        color: #1E3A42;
        max-width: 58ch;}
@media (max-width: 860px) {.open-rail .site-service{
            display: flex;
            flex-direction: column;
            gap: calc(1.24rem * 1.5);
        }.open-rail .narrow-benefit{
            position: static;
        }.open-rail .narrow-benefit p{
            font-size: 15.6px;
        }.open-rail ul{
            margin-top: calc(1.24rem * 1.5);
        }.open-rail li{
            padding: calc(1.5rem * .75) 0;
        }
    }
.fresh-region{--state-soft:calc(1.5rem * 1.19);--state-main:calc(1120px / 3.10);--copy-lead:calc(1120px / 3.27);padding:calc(1.5rem * 2.4) 2.2rem;background:var(--tone-base);color:var(--tone-accent);}
.fresh-region .focused-benefit{max-width:1120px;margin:0 auto;}
.fresh-region h1,.fresh-region h2,.fresh-region h3,.fresh-region p{margin:0;}
.fresh-region h2{font-size:calc(15.6px * 2);line-height:1.12;}
.fresh-region h3{font-size:calc(15.6px * 1.35);line-height:1.2;}
.fresh-region p{font-size:15.6px;line-height:1.91;color:#1E3A42;}
.fresh-region a{color:inherit;text-decoration:none;}
.fresh-region img{display:block;width:100%;height:auto;border-radius:0.65rem;}
.fresh-region .service-grid{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.4rem;background:#0A5C6D;color:#FFFFFF;transition:background 390ms var(--speed-slow);}
.fresh-region .service-grid:hover{background:#084A58;color:#1E3A42;}
.fresh-region .content-inner,.fresh-region .simple-brand{margin-top:1.5rem;}
.fresh-region .simple-brand{font-size:calc(15.6px * .875);color:#1E3A42;max-width:var(--state-main);}
.fresh-region .active-fields{display:flex;flex-direction:column;gap:var(--state-soft);margin-top:var(--state-soft);}
.fresh-region .direct-footer{min-width:0;}
.fresh-region .direct-footer p{margin-top:calc(1.5rem / 3);}
.fresh-region .direct-footer img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--copy-lead) * .7);}
.fresh-region .primary-brand{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.24rem;}
.fresh-region .primary-brand>.clear-benefit{flex:1 1 calc(1120px / 3);min-width:0;}
.fresh-region .primary-brand>.active-fields{flex:2 1 calc(1120px / 2);margin-top:0;}
.fresh-region .primary-brand>img{margin-left:auto;max-width:calc(1120px / 4);}
.fresh-region .clear-benefit .content-inner{margin-top:1.5rem;}
.fresh-region .clear-benefit .simple-brand{margin-top:calc(1.5rem / 2);}
.fresh-region .clear-benefit .service-grid{margin-top:1.5rem;}
@media (max-width: 768px){.fresh-region .primary-brand>img{max-width:100%;margin-top:1.5rem;}.fresh-region .direct-footer img{max-width:100%;}
}
.site-frame{--state-soft:calc(1.5rem * 1.12);--state-main:calc(1120px / 3.00);padding:calc(1.5rem * 2.4) 2.2rem;background:var(--tone-base);color:var(--tone-accent);}
.site-frame .focused-benefit{max-width:1120px;margin:0 auto;}
.site-frame h1,.site-frame h2,.site-frame h3,.site-frame p{margin:0;}
.site-frame h2{font-size:calc(15.6px * 2);line-height:1.12;}
.site-frame h3{font-size:calc(15.6px * 1.35);line-height:1.2;}
.site-frame p{font-size:15.6px;line-height:1.91;}
.site-frame a{color:inherit;text-decoration:none;}
.site-frame .service-grid{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.4rem;background:#0A5C6D;color:#FFFFFF;}
.site-frame .service-grid:hover{background:#084A58;color:#1E3A42;}
.site-frame .active-fields{display:flex;flex-wrap:wrap;gap:var(--state-soft);margin-top:var(--state-soft);}
.site-frame .direct-footer{flex:1 1 calc(1120px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.65rem;background:#FFFFFF;border:1px solid var(--tone-cool);color:#1E3A42;}
.site-frame .text-wrap{display:inline-block;margin-bottom:calc(1.5rem / 2);padding:0.2rem 0.7rem;border-radius:0.4rem;background:#EAF3F4;color:#1E3A42;font-size:calc(15.6px * .875);}
.site-frame .direct-benefit{margin-top:calc(1.5rem / 3);}
.site-frame .direct-footer .service-grid{margin-top:calc(1.5rem / 1.5);}
.site-frame .service-copy{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.24rem;}
.site-frame .service-copy>h2{flex:1 1 calc(1120px / 3);min-width:0;}
.site-frame .service-copy>.content-inner{flex:1 1 calc(1120px / 3);min-width:0;}
.site-frame .service-copy>.active-fields{flex:1 1 100%;}
.site-frame .simple-brand{margin-top:var(--state-soft);padding-top:1.5rem;border-top:1px solid var(--tone-cool);font-size:calc(15.6px * .875);}
.fresh-shell{--state-soft:calc(1.5rem * 1.02);--state-main:calc(1120px / 3.15);padding:calc(1.5rem * 2.4) 2.2rem;background:linear-gradient(135deg, #0A5C6D 0%, #2E8B8B 60%, #6BBFBF 100%);color:#FFFFFF;}
.fresh-shell .focused-benefit{max-width:1120px;margin:0 auto;}
.fresh-shell h1,.fresh-shell h2,.fresh-shell h3,.fresh-shell p{margin:0;}
.fresh-shell h2{font-size:calc(15.6px * 2);line-height:1.12;}
.fresh-shell h3{font-size:calc(15.6px * 1.35);line-height:1.2;}
.fresh-shell p{font-size:15.6px;line-height:1.91;color:color-mix(in srgb, currentColor 82%, transparent);}
.fresh-shell a{color:inherit;text-decoration:none;}
.fresh-shell img{display:block;width:100%;height:auto;border-radius:1rem;}
.fresh-shell .soft-brand{text-align:center;}
.fresh-shell .soft-brand>.content-inner{margin:1.5rem auto 0;max-width:var(--state-main);}
.fresh-shell .soft-brand>img{margin:var(--state-soft) auto 0;max-width:calc(1120px / 1.6);}
.fresh-shell .active-fields{display:flex;flex-wrap:wrap;align-items:stretch;gap:1.24rem;margin-top:var(--state-soft);text-align:left;}
.fresh-shell .direct-footer{flex:1 1 calc(1120px / 3.4);min-width:0;background:rgba(255,255,255,0.08);border-radius:0.65rem;padding:calc(1.5rem * .75);}
.fresh-shell .direct-footer .clear-benefit{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.fresh-shell .direct-footer h3{font-size:calc(15.6px * 1.35);line-height:1.2;}
.fresh-shell .direct-footer p{font-size:calc(15.6px * .875);line-height:1.91;}
.fresh-shell .simple-brand{margin:var(--state-soft) auto 0;max-width:var(--state-main);font-size:calc(15.6px * .875);}
.fresh-shell .content-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.24rem;margin-top:1.5rem;}
.fresh-shell .content-links a{display:inline-flex;align-items:center;justify-content:center;padding:calc(calc(1.5rem * .75) / 1.2) 1.5rem;border-radius:0.4rem;background:#FFFFFF;color:#2E8B8B;font-size:15.6px;line-height:1.2;transition:background 390ms var(--speed-slow),color 390ms var(--speed-slow);}
.fresh-shell .content-links a:hover{background:#1F6F6F;color:#FFFFFF;}
@media (max-width: 640px){.fresh-shell .active-fields{flex-direction:column;}.fresh-shell .direct-footer{flex:1 1 auto;}}
.media-view{
        --state-soft: calc(1.5rem * 1.14);
        padding: calc(1.5rem * 2.4) 2.2rem;
        background: #0F2D35;
        color: #FFFFFF;
    }
.media-view .focused-benefit{max-width: 1120px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(var(--state-soft) * 1.1);}
.media-view h2,
    .media-view h3,
    .media-view p{margin: 0;}
.media-view h2{font-size: calc(15.6px * 2);
        line-height: 1.15;
        max-width: calc(1120px / 1.8);}
.media-view h3{font-size: calc(15.6px * 1.35);
        line-height: 1.25;}
.media-view p{font-size: 15.6px;
        line-height: 1.91;}
.media-view a{color: inherit;
        text-decoration: underline;
        text-underline-offset: 3px;
        text-decoration-color: color-mix(in srgb, #FFFFFF 45%, transparent);}
.media-view a:hover{text-decoration-color: #FFFFFF;}
.media-view .team-frame{display: flex;
        flex-direction: column;
        gap: 1.5rem;}
.media-view .content-inner{max-width: calc(1120px / 1.9);
        font-size: calc(15.6px * 1.125);
        line-height: 1.91;
        opacity: 0.92;}
.media-view .items{display: flex;
        flex-direction: column;
        border-top: 1px solid color-mix(in srgb, #FFFFFF 18%, transparent);}
.media-view .wide-track{display: grid;
        grid-template-columns: auto 1fr;
        gap: calc(1.5rem * .75);
        padding-block: calc(1.24rem * 1.5);
        border-bottom: 1px solid color-mix(in srgb, #FFFFFF 18%, transparent);}
.media-view .local-header{font-size: calc(15.6px * .875);
        line-height: 1.2;
        opacity: 0.65;
        padding-top: 0.3rem;
        min-width: 2.2rem;}
.media-view .fresh-contact{min-width: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem / 3);}
.media-view .fresh-contact p{max-width: calc(1120px / 1.7);
        opacity: 0.9;}
.media-view .team-note{padding-top: calc(1.5rem * .75);
        max-width: calc(1120px / 1.7);
        font-size: 15.6px;
        line-height: 1.91;
        opacity: 0.85;}
.media-view .team-note p{margin: 0;}
@media (max-width: 640px) {.media-view .wide-track{
            grid-template-columns: 1fr;
            gap: calc(1.5rem / 3);
        }.media-view .local-header{
            padding-top: 0;
        }.media-view h2{
            font-size: calc(calc(15.6px * 2) * 0.92);
        }
    }
.clear-inner{
    padding: calc(1.5rem * 2.4) 2.2rem;
    background: var(--tone-base);
    color: var(--tone-accent);
}
.clear-inner .team-figure{max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    gap: calc(1.24rem * 1.5);
    align-items: start;}
.clear-inner .simple-copy{border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 6px 14px rgba(0,0,0,0.06);
    position: sticky;
    top: 1.5rem;}
.clear-inner .simple-copy img{width: 100%;
    height: 100%;
    min-height: 320px;
    object-fit: cover;
    display: block;}
.clear-inner .direct-items{padding-top: calc(1.24rem * 1.5);}
.clear-inner .strong-feature{margin: 0 0 calc(1.5rem * .75);
    font-size: calc(15.6px * .875);
    text-transform: uppercase;
    letter-spacing: 0.08em;}
.clear-inner .clear-fields{margin: 0 0 calc(1.5rem * .75);
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.25;
    font-weight: 600;}
.clear-inner .content-inner{font-size: calc(15.6px * 1.125);
    line-height: 1.7;
    margin-bottom: calc(1.24rem * 1.5);
    padding-left: calc(1.5rem * .75);
    border-left: 3px solid #2E8B8B;}
.clear-inner .content-inner p{margin: 0;}
.clear-inner .offer-intro p{margin: 0 0 calc(1.5rem * .75);
    font-size: 15.6px;
    line-height: 1.91;}
.clear-inner .simple-brand{
    background: #EAF3F4;
    color: #1E3A42;
    border-radius: 0.65rem;
    padding: calc(1.5rem * .75);
    margin: calc(1.24rem * 1.5) 0;
}
.clear-inner .simple-brand p{margin: 0;
    font-size: 15.6px;}
.clear-inner .content-links{display: flex;
    flex-wrap: wrap;
    gap: 1.24rem;
    margin-top: calc(1.24rem * 1.5);
    padding-top: calc(1.5rem * .75);
    border-top: 1px solid var(--tone-cool);}
.clear-inner .content-links a{
    color: #0A5C6D;
    text-decoration: none;
    font-weight: 600;
    font-size: 15.6px;
    padding: 0.5rem 1rem;
    border-radius: 0.4rem;
    background: #FFFFFF;
    border: 1px solid var(--tone-cool);
    transition: background 390ms var(--speed-slow), color 390ms var(--speed-slow);
}
.clear-inner .content-links a:hover{
    background: #0A5C6D;
    color: #FFFFFF;
    border-color: #0A5C6D;
}
@media (max-width: 768px) {.clear-inner .team-figure{
        grid-template-columns: 1fr;
    }.clear-inner .simple-copy{
        position: static;
    }.clear-inner .simple-copy img{
        min-height: 220px;
        max-height: 300px;
    }.clear-inner .direct-items{
        padding-top: 0;
    }
}
.text-copy{
    padding: 1.5rem 2.2rem;
    background: var(--tone-base);
    color: var(--tone-accent);
}
.text-copy .team-figure{max-width: 1120px;
    margin: 0 auto;}
.text-copy .simple-copy{border-radius: 1.29rem;
    overflow: hidden;
    border: 1px solid var(--tone-cool);
    margin-bottom: calc(1.24rem * 1.5);
    box-shadow: 0 6px 14px rgba(0,0,0,0.06);}
.text-copy .simple-copy img{width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;}
.text-copy .direct-items{max-width: 760px;}
.text-copy .strong-feature{margin: 0 0 calc(1.24rem * 1.5);
    font-size: calc(15.6px * .875);
    letter-spacing: 0.02em;}
.text-copy .clear-fields{margin: 0 0 calc(1.24rem * 1.5);
    font-size: clamp(28px, 4.5vw, 38px);
    line-height: 1.25;
    font-weight: 600;}
.text-copy .content-inner{margin: 0 0 calc(1.24rem * 1.5);
    font-size: calc(15.6px * 1.125);
    line-height: 1.7;}
.text-copy .offer-intro p{margin: 0 0 calc(1.24rem * 1.5);
    font-size: 15.6px;
    line-height: 1.91;}
.text-copy .offer-intro a,
.text-copy .simple-brand a{text-decoration: underline;
    text-underline-offset: 3px;}
.text-copy .offer-intro a:hover,
.text-copy .simple-brand a:hover{}
.text-copy .simple-brand{
    margin-top: calc(1.24rem * 1.5);
    padding: calc(1.5rem * .75);
    background: #EAF3F4;
    border-radius: 1rem;
    border-left: 4px solid #2E8B8B;color:#1E3A42;}
.text-copy .fresh-stack{margin: 0 0 6px;
    font-weight: 600;
    font-size: calc(15.6px * .875);
    text-transform: uppercase;
    letter-spacing: 0.04em;}
.text-copy .simple-brand p:last-child{margin: 0;}
@media (max-width: 640px) {.text-copy .simple-copy img{
        height: 220px;
    }
}
.focused-fields{
    padding: 1.5rem 2.2rem;
    background: var(--tone-base);
    color: var(--tone-accent);
}
.focused-fields .team-figure{max-width: 1120px;
    margin: 0 auto;}
.focused-fields .simple-copy{border-radius: 1.29rem;
    overflow: hidden;
    border: 1px solid var(--tone-cool);
    margin-bottom: calc(1.24rem * 1.5);}
.focused-fields .simple-copy img{width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;}
.focused-fields .direct-items{max-width: 760px;
    margin-bottom: calc(1.24rem * 1.5);}
.focused-fields .strong-feature{margin: 0 0 10px;
    font-size: calc(15.6px * .875);
    letter-spacing: 0.02em;}
.focused-fields .clear-fields{margin: 0 0 14px;
    font-size: clamp(26px, 4vw, 36px);
    line-height: 1.2;}
.focused-fields .service-region{margin: 0;
    font-size: calc(15.6px * 1.125);
    line-height: 1.7;}
.focused-fields .offer-intro{max-width: 760px;}
.focused-fields .content-inner p{margin: 0 0 calc(1.24rem * 1.5);
    font-size: 15.6px;
    line-height: 1.8;}
.focused-fields .content-benefit{padding: calc(1.24rem * 1.5) 0;
    border-top: 1px solid var(--tone-cool);}
.focused-fields .content-benefit h2{margin: 0 0 10px;
    font-size: calc(15.6px * 1.35);
    line-height: 1.3;}
.focused-fields .content-benefit p{margin: 0;
    line-height: 1.8;}
.focused-fields .simple-brand{
    margin-top: calc(1.24rem * 1.5);
    padding: calc(1.5rem * .75);
    background: #EAF3F4;
    color: #1E3A42;
    border-radius: 1rem;
}
.focused-fields .simple-brand p{margin: 0 0 14px;
    line-height: 1.7;}
.focused-fields .secondary-surface{display: flex;
    flex-wrap: wrap;
    gap: 1.24rem;}
.focused-fields .secondary-surface a{text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: color 390ms var(--speed-slow), border-color 390ms var(--speed-slow);}
.focused-fields .secondary-surface a:hover{border-color: #2E8B8B;}
@media (max-width: 640px) {.focused-fields .simple-copy img{
        height: 220px;
    }.focused-fields .secondary-surface{
        flex-direction: column;
        gap: 8px;
    }
}
.primary-surface{padding:calc(1.5rem * 2.4) 2.2rem;background:var(--tone-base);color:var(--tone-accent)}
.primary-surface .team-figure{max-width:1120px;margin:0 auto}
.primary-surface .narrow-benefit{max-width:42rem;margin-bottom:calc(1.24rem * 1.5)}
.primary-surface h2{margin:0;font-size:calc(15.6px * 2);line-height:1.2}
.primary-surface .narrow-benefit p{margin:1.5rem 0 0;font-size:15.6px;color:#1E3A42}
.primary-surface .soft-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.5rem * .75);margin-bottom:calc(1.24rem * 1.5)}
.primary-surface .strip{padding:calc(1.5rem * .75);border-radius:1rem;background:#FFFFFF;color:#1E3A42;border:1px solid var(--tone-cool)}
.primary-surface .quiet-details{display:block;font-size:calc(15.6px * .875);color:#1E3A42}
.primary-surface .strip strong{display:block;margin-top:calc(1.5rem * .75);font-weight:600;line-height:1.6}
.primary-surface .strip a{color:#0A5C6D;text-decoration:none}
.primary-surface .strip a:hover{color:inherit;}
.primary-surface .media-surface{height:clamp(22rem,42vw,34rem);border-radius:1.29rem;overflow:hidden;border:1px solid var(--tone-cool);margin-bottom:calc(1.24rem * 1.5)}
.primary-surface iframe{display:block;width:100%;height:100%;border:0}
.primary-surface .simple-brand{max-width:42rem;padding:calc(1.5rem * .75);border-radius:1rem;background:#EAF3F4;color:#1E3A42}
.primary-surface .simple-brand p{margin:0;font-size:calc(15.6px * .875);line-height:1.91}
@media (max-width: 780px){.primary-surface .soft-section{grid-template-columns:1fr}.primary-surface .media-surface{height:22rem}
}
.bottom-feature{background:#EAF3F4;color:#1E3A42;padding:calc(1.5rem * 2.4) 2.2rem}
.bottom-feature .public-content{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);gap:calc(1.24rem * 1.5)}
.bottom-feature .narrow-benefit{max-width:34rem}
.bottom-feature h2{margin:0;font-size:clamp(calc(15.6px * 2),4vw,calc(15.6px * 2.65));line-height:1.12;letter-spacing:0}
.bottom-feature .narrow-benefit p{margin:1.5rem 0 0;font-size:calc(15.6px * 1.125);line-height:1.7}
.bottom-feature .bottom-brand{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.bottom-feature .text-inner{padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--tone-cool)}
.bottom-feature .text-inner:first-child{padding-top:0}
.bottom-feature .main-form{display:inline-block;font-size:calc(15.6px * .875);font-weight:700;text-transform:uppercase;letter-spacing:.04em;}
.bottom-feature .text-inner p{margin:calc(calc(1.5rem * .75)*.5) 0 0;font-size:15.6px;line-height:1.6}
.bottom-feature .text-inner p.note{margin-top:calc(calc(1.5rem * .75)*.4);font-size:calc(15.6px * .875);opacity:.85}
.bottom-feature .text-inner a{text-decoration:none;font-weight:600}
.bottom-feature .text-inner a:hover{text-decoration:underline}
.bottom-feature .simple-steps{display:flex;flex-direction:column;gap:calc(1.24rem * 1.5);background:#FFFFFF;color:#1E3A42;border:1px solid var(--tone-cool);border-radius:1rem;padding:calc(1.24rem * 1.5)}
.bottom-feature .service-frame h3,.bottom-feature .media-nav h3{margin:0;font-size:calc(15.6px * 1.35);line-height:1.3}
.bottom-feature .service-frame dl{margin:1.5rem 0 0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.bottom-feature .service-frame dl div{display:flex;justify-content:space-between;align-items:baseline;gap:1.24rem;padding-bottom:calc(calc(1.5rem * .75)*.5);border-bottom:1px solid var(--tone-cool)}
.bottom-feature .service-frame dl div:last-child{border-bottom:0;padding-bottom:0}
.bottom-feature .service-frame dt{font-weight:600;font-size:15.6px}
.bottom-feature .service-frame dd{margin:0;font-size:15.6px;text-align:right;white-space:nowrap}
.bottom-feature .media-nav p{margin:1.5rem 0 0;font-size:15.6px;line-height:1.7}
.bottom-feature .media-nav p.note{margin-top:calc(1.5rem * .75);font-size:calc(15.6px * .875);opacity:.85}
@media(max-width:860px){.bottom-feature .public-content{grid-template-columns:1fr}.bottom-feature .narrow-benefit{max-width:none}.bottom-feature .simple-steps{order:2}}
.primary-stack{padding:calc(1.5rem * 2.4) 2.2rem;background:var(--tone-base);color:var(--tone-accent)}
.primary-stack .focused-benefit{max-width:1120px;margin:0 auto}
.primary-stack .strong-header{display:flex;gap:calc(1.24rem*1.6);align-items:flex-start}
.primary-stack .content-inner{flex:0 1 26rem;min-width:0}
.primary-stack h2{margin:0;font-size:calc(15.6px * 2);line-height:1.15;letter-spacing:-0.01em}
.primary-stack .content-inner>p{margin:1.5rem 0 0;font-size:calc(15.6px * 1.125);line-height:1.91}
.primary-stack .simple-brand{margin-top:calc(1.24rem * 1.5);padding:calc(1.5rem * .75);border-left:3px solid #2E8B8B;background:#EAF3F4;border-radius:0 0.65rem 0.65rem 0;color:#1E3A42;}
.primary-stack .simple-brand p{margin:0;font-size:calc(15.6px * .875);line-height:1.91}
.primary-stack form{flex:1 1 42rem;min-width:0;background:#FFFFFF;color:#1E3A42;border:1px solid var(--tone-cool);border-radius:1.29rem;padding:calc(calc(1.24rem * 1.5)*1.1)}
.primary-stack .text-headline{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.5rem}
.primary-stack .clear-block{display:block;margin-top:1.5rem}
.primary-stack .text-headline .clear-block{margin-top:0}
.primary-stack .clear-block span{display:block;margin-bottom:calc(calc(1.5rem * .75)*0.6);font-size:calc(15.6px * .875);font-weight:600}
.primary-stack .clear-block input{width:100%;max-width:100%;border:1px solid var(--tone-cool);border-radius:0.65rem;background:var(--tone-base);color:var(--tone-accent);font:inherit;padding:calc(calc(1.5rem * .75)*0.9) calc(1.5rem * .75);outline:none;transition:border-color 390ms var(--speed-slow),background 390ms var(--speed-slow)}
.primary-stack .clear-block input::placeholder{color:#1E3A42;opacity:0.7}
.primary-stack .clear-block input:focus{border-color:#2E8B8B;background:#FFFFFF;box-shadow:0 0 0 3px color-mix(in srgb,#2E8B8B 14%,transparent);color:#1E3A42;}
.primary-stack .content-links{margin-top:calc(1.24rem * 1.5);padding-top:1.5rem;border-top:1px solid var(--tone-cool)}
.primary-stack .content-links p{margin:0 0 calc(1.5rem * .75);font-size:calc(15.6px * .875);font-weight:600}
.primary-stack .content-links label{display:inline-flex;align-items:center;gap:calc(calc(1.5rem * .75)*0.6);margin:0 calc(1.5rem * .75) calc(1.5rem * .75) 0;border-radius:0.65rem;background:#EAF3F4;color:#1E3A42;padding:calc(calc(1.5rem * .75)*0.65) calc(1.5rem * .75);font-size:calc(15.6px * .875);cursor:pointer;transition:background 390ms var(--speed-slow)}
.primary-stack .content-links label:has(input:checked){background:color-mix(in srgb,#2E8B8B 12%,#EAF3F4);color:#1E3A42;}
.primary-stack .content-links input{width:0.95rem;height:0.95rem;accent-color:#2E8B8B;margin:0}
.primary-stack button{margin-top:calc(1.24rem * 1.5);border:0;border-radius:0.65rem;background:#0A5C6D;color:#FFFFFF;font:inherit;font-weight:600;padding:calc(calc(1.5rem * .75)*0.9) calc(1.5rem*1.2);cursor:pointer;transition:background 390ms var(--speed-slow)}
.primary-stack button:hover{background:#084A58;color:#1E3A42;}
.primary-stack .active-story{margin:calc(1.5rem * .75) 0 0;font-size:calc(15.6px * .875);line-height:1.91;color:#1E3A42}
@media(max-width:820px){.primary-stack .strong-header{display:block}.primary-stack form{margin-top:calc(1.24rem * 1.5);padding:1.5rem}.primary-stack .text-headline{display:block}.primary-stack .text-headline .clear-block{margin-top:1.5rem}.primary-stack .text-headline .clear-block:first-child{margin-top:0}}
.steady-view{padding:calc(1.5rem * 2.4) 2.2rem;background:var(--tone-base);color:var(--tone-accent)}
.steady-view .featured-intro{max-width:min(1120px,62rem);margin:0 auto}
.steady-view h2{margin:0;font-size:calc(15.6px * 2.65);line-height:1.1}
.steady-view .local-view{margin:1.5rem 0 calc(1.24rem * 1.5);font-size:calc(15.6px * 1.125);max-width:52rem}
.steady-view .top-entries{border-top:1px solid var(--tone-cool)}
.steady-view .simple-brand{padding:1.24rem 0}
.steady-view .simple-brand + .simple-brand{border-top:1px solid var(--tone-cool)}
.steady-view h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.6px * 1.35);line-height:1.25}
.steady-view .simple-brand p{margin:0;line-height:1.8}
.steady-view .featured-plan{margin-top:calc(1.24rem * 1.5);padding:calc(1.5rem * .75);background:#EAF3F4;color:#1E3A42;border-radius:0.65rem}
.steady-view .featured-plan p{margin:0}
.steady-view .featured-plan a{text-decoration:underline}
.steady-view .featured-plan a:hover{}
.steady-view .site-intro{margin-top:calc(1.5rem * .75);font-size:calc(15.6px * .875);opacity:.75}
@media (max-width:640px){.steady-view .local-view{font-size:15.6px}.steady-view h2{font-size:calc(15.6px * 2)}
}
.primary-plan{
  padding: calc(1.5rem * 2.4) 2.2rem;
  background: linear-gradient(135deg, #2E8B8B 0%, #6BBFBF 100%);
  color: #FFFFFF;
}
.primary-plan .primary-figure{max-width: min(1120px, 68rem);
  margin: 0 auto;}
.primary-plan h2{margin: 0;
  font-size: calc(15.6px * 2.65);
  line-height: 1.05;
  font-weight: 600;}
.primary-plan .team-nav{margin: 1.5rem 0 calc(1.24rem * 1.5);
  font-size: calc(15.6px * 1.125);
  line-height: 1.91;
  max-width: 62ch;}
.primary-plan .soft-wrap{
  padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.2);
  margin: 0 0 1.24rem;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 0.65rem;
  border-left: 3px solid rgba(255, 255, 255, 0.35);
}
.primary-plan .soft-wrap:last-child{margin-bottom: 0;}
.primary-plan h3{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.6px * 1.35);
  line-height: 1.2;
  font-weight: 600;}
.primary-plan .soft-wrap p{margin: 0;
  line-height: 1.91;}
@media (max-width: 640px) {.primary-plan .primary-figure{
    padding: 0 2.2rem;
  }.primary-plan .soft-wrap{
    padding: calc(1.5rem * .75);
  }
}
.bottom-proof{background:linear-gradient(135deg, #0A5C6D 0%, #2E8B8B 60%, #6BBFBF 100%);color:#FFFFFF;padding:calc(1.5rem * 2.4) 2.2rem}
.bottom-proof .focused-benefit{max-width:1120px;margin:0 auto}
.bottom-proof .clear-summary{display:grid;grid-template-columns:1fr 1fr;gap:calc(1.24rem * 1.5)}
.bottom-proof .content-inner{display:flex;flex-direction:column;gap:calc(1.24rem * 1.5);align-items:flex-start}
.bottom-proof h2{margin:0;font-size:clamp(calc(15.6px * 2),4vw,calc(15.6px * 2.65));line-height:1.15;letter-spacing:0}
.bottom-proof .content-inner p{margin:0;font-size:calc(15.6px * 1.125);line-height:1.7;max-width:34rem}
.bottom-proof .public-content{display:flex;flex-direction:column;gap:calc(1.24rem * 1.5)}
.bottom-proof .simple-brand{background:rgba(255,255,255,0.1);border-radius:1rem;padding:calc(1.5rem * .75)}
.bottom-proof .simple-brand h3{margin:0 0 1.5rem 0;font-size:calc(15.6px * 1.35);line-height:1.3}
.bottom-proof .simple-brand p{margin:0;font-size:15.6px;line-height:1.75;opacity:0.92}
.bottom-proof .content-links{display:flex;flex-direction:column;gap:1.5rem}
.bottom-proof .content-links a{color:inherit;text-decoration:none;font-weight:600;border-bottom:2px solid rgba(255,255,255,0.35);padding:0.2rem 0;transition:border-color 390ms var(--speed-slow)}
.bottom-proof .content-links a:hover{border-color:rgba(255,255,255,0.9)}
@media(max-width:860px){.bottom-proof .clear-summary{grid-template-columns:1fr}.bottom-proof .content-inner p{max-width:none}}
.public-shell{
    --state-soft: calc(1.5rem * 1.22);
    --state-main: calc(1120px / 2.30);
    padding: calc(1.5rem * 2.4) 2.2rem;
    background: var(--tone-base);
    color: var(--tone-accent);
  }
.public-shell .focused-benefit{max-width: 1120px;
    margin: 0 auto;}
.public-shell h1,
  .public-shell h2,
  .public-shell h3,
  .public-shell p{margin: 0;}
.public-shell h1{font-size: calc(15.6px * 2.65);
    line-height: 1.08;}
.public-shell h2{font-size: calc(15.6px * 2);
    line-height: 1.12;
    max-width: var(--state-main);}
.public-shell h3{font-size: calc(15.6px * 1.35);
    line-height: 1.2;}
.public-shell p{font-size: 15.6px;
    line-height: 1.91;}
.public-shell a{color: inherit;
    text-decoration: none;}
.public-shell .service-grid{
    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.4rem;
    background: #0A5C6D;
    color: #FFFFFF;
    transition: background 390ms var(--speed-slow);
  }
.public-shell .service-grid:hover{
    background: #084A58;color:#1E3A42;}
.public-shell .compact-links > h1,
  .public-shell .compact-links > h2,
  .public-shell .compact-links > p,
  .public-shell .compact-links > .service-grid{margin-top: 1.5rem;}
.public-shell .compact-links .content-inner{font-size: calc(15.6px * 1.125);
    line-height: 1.91;
    max-width: var(--state-main);}
.public-shell .compact-links .simple-brand{max-width: calc(var(--state-main) * 1.35);}
.public-shell .content-links{display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 1.24rem;
    margin-top: calc(1.5rem * 1.4);
    padding-top: calc(1.24rem * 1.5);
    border-top: 1px solid var(--tone-cool);}
.public-shell .secondary-method{font-size: calc(15.6px * .875);
    color: #1E3A42;
    opacity: 0.8;}
.public-shell .content-links a{font-size: 15.6px;
    color: #0A5C6D;
    border-bottom: 1px solid transparent;
    transition: color 390ms var(--speed-slow), border-color 390ms var(--speed-slow);}
.public-shell .content-links a:hover{color:inherit;
    border-bottom-color: #2E8B8B;}
@media (max-width: 640px) {.public-shell .content-links{
      flex-direction: column;
      align-items: flex-start;
      gap: calc(1.24rem * 0.6);
    }
  }
.primary-lead{padding:calc(1.5rem * 2.4) 2.2rem;background:var(--tone-base);color:var(--tone-accent)}
.primary-lead .focused-benefit{max-width:1120px;margin:0 auto}
.primary-lead .clear-summary{display:flex;flex-direction:column;gap:calc(1.24rem * 1.5)}
.primary-lead .content-benefit{display:flex;flex-wrap:wrap;gap:1.24rem;align-items:flex-start}
.primary-lead h2{flex:1 1 28rem;min-width:0;margin:0;font-size:calc(15.6px * 2);line-height:1.08}
.primary-lead .content-benefit p{flex:1 1 28rem;min-width:0;margin:0;font-size:calc(15.6px * 1.125);line-height:1.91}
.primary-lead .wide-menu{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-start;background:#FFFFFF;color:#1E3A42;border:1px solid var(--tone-cool);border-radius:1rem;padding:1.24rem}
.primary-lead .wide-menu>p{flex:1 1 20rem;min-width:0;margin:0;line-height:1.91}
.primary-lead .strong-team{flex:2 1 34rem;min-width:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.primary-lead .strong-team a{flex:1 1 12rem;min-width:0;border-radius:0.65rem;background:#EAF3F4;color:#1E3A42;padding:calc(1.5rem * .75);text-decoration:none;transition:background 390ms var(--speed-slow)}
.primary-lead .strong-team a:hover{background:#2E8B8B;color:#FFFFFF}
.primary-lead strong,.primary-lead span{display:block;min-width:0}
.primary-lead span{margin-top:calc(calc(1.5rem * .75)*.5);font-size:calc(15.6px * .875);opacity:.85}
.primary-lead .local-story{border-radius:0.65rem;background:#0A5C6D;color:#FFFFFF;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;white-space:nowrap;transition:background 390ms var(--speed-slow)}
.primary-lead .local-story:hover{background:#084A58;color:#1E3A42;}
@media(max-width:760px){.primary-lead .wide-menu{display:block;padding:1.5rem}.primary-lead .strong-team{margin-top:1.5rem}.primary-lead .local-story{display:flex;justify-content:center;margin-top:1.5rem}}
