:root {
  --speed-hover: cubic-bezier(0.2,0.8,0.2,1);
  --ink-accent: #123a63;
  --ink-deep: #f4f8fb;
}
body{margin:0;padding:0;font-family:"Nunito", sans-serif;}
*{box-sizing:border-box;}
.simple-headline {
    width: 100%;
    background: #ffffff;
    color: #12211f;
    border-bottom: 1px solid #dde6e3;
  }
.plain-actions {
    max-width: 980px;
    margin: 0 auto;
    padding: calc(1.03rem * 1.5) 1.95rem;
    display: flex;
    align-items: center;
    gap: 1.03rem;
  }
.secondary-content {
    font-size: calc(15.2px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #12211f;
    text-decoration: none;
    flex-shrink: 0;
  }
.secondary-content:hover {
    color: #123a63;
  }
.nav-desktop {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
.nav-desktop ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: calc(1.03rem * 1.5);
    align-items: center;
  }
.nav-desktop a {
    color: #12211f;
    text-decoration: none;
    font-size: 15.2px;
    padding: 0.35rem 0.15rem;
    border-bottom: 2px solid transparent;
    transition: color 630ms var(--speed-hover),
                border-color 630ms var(--speed-hover);
  }
.nav-desktop a:hover {
    color: #123a63;
    border-bottom-color: #123a63;
  }
.wide-story {
    flex-shrink: 0;
    display: inline-block;
    background: #0f7a5a;
    color: #ffffff;
    text-decoration: none;
    font-size: calc(15.2px * .875);
    font-weight: 600;
    padding: 0.6rem 1.1rem;
    border-radius: 0.65rem;
    transition: background 630ms var(--speed-hover);
  }
.wide-story:hover{
    background: #0b6349;color:#12211f;}
.plain-surface {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 8px;
    background: #f2f6f4;
    color: #12211f;
    border: 1px solid #dde6e3;
    border-radius: 0.35rem;
    cursor: pointer;
  }
.plain-surface span{
    display: block;
    width: 100%;
    height: 2px;
    background: #12211f;
    border-radius: 2px;color:#12211f;}
.nav-mobile {
    display: none;
    border-top: 1px solid #dde6e3;
    background: #f2f6f4;
    color: #12211f;
  }
.nav-mobile ul{list-style: none;
    margin: 0;
    padding: calc(1.03rem * 1.5) 1.95rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;}
.nav-mobile a{display: block;
    padding: 0.6rem 0.25rem;
    color: #12211f;
    text-decoration: none;
    font-size: 15.2px;
    border-bottom: 1px solid #dde6e3;}
.nav-mobile a:hover{color: #123a63;}
@media (max-width: 767px) {
    .nav-desktop,
    .wide-story {
      display: none;
    }

    .plain-surface {
      display: flex;
      margin-left: auto;
    }

    .nav-mobile.is-open {
      display: block;
    }
  }
.service-content{padding:calc(1.5rem * 2.4) 1.95rem;font-family:"Nunito", sans-serif;font-size:15.2px;line-height:2.04;background:var(--ink-accent);color:var(--ink-deep);}
.direct-actions{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.03rem * 1.5)}
.plain-quote{display:grid;grid-template-columns:1fr;gap:calc(1.03rem * 1.5)}
.focused-feature{max-width:42rem}
.media-group{font-size:calc(15.2px * 1.35);font-weight:700;letter-spacing:0.01em;margin:0 0 calc(1.5rem * .75) 0}
.service-entries{margin:0;font-size:calc(15.2px * .875);opacity:0.85}
.active-plan{display:grid;grid-template-columns:1fr;gap:calc(1.5rem * .75)}
.strong-shell{font-size:calc(15.2px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.06em;margin:0 0 calc(1.5rem * .75) 0;opacity:0.7}
.simple-tile{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem}
.simple-tile a{color:inherit;text-decoration:none;font-size:calc(15.2px * .875);transition:opacity 630ms var(--speed-hover)}
.simple-tile a:hover,
  .simple-tile a:focus-visible{opacity:0.7;text-decoration:underline;color:inherit}
.simple-view{display:grid;grid-template-columns:1fr;gap:calc(1.03rem * 1.5);padding-top:calc(1.03rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15)}
.steady-surface{font-size:calc(15.2px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.06em;margin:0 0 calc(1.5rem * .75) 0;opacity:0.7}
.strong-plan p{margin:0 0 0.35rem 0;font-size:calc(15.2px * .875)}
.strong-plan a{color:inherit;text-decoration:none}
.strong-plan a:hover,
  .strong-plan a:focus-visible{text-decoration:underline;color:inherit}
.offer-actions{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.primary-copy{margin:0;font-size:calc(15.2px * .875);opacity:0.8;max-width:60ch}
.top-inner{margin:0;font-size:calc(15.2px * .875);opacity:0.7}
@media (min-width: 640px) {.active-plan{grid-template-columns:repeat(3, minmax(0, 1fr))}
  }
@media (min-width: 900px) {.plain-quote{grid-template-columns:1.2fr 2fr;gap:1.95rem}.simple-view{grid-template-columns:1fr 1.6fr;gap:1.95rem}
  }
.cookies{position:fixed;left:50%;bottom:1.5rem;transform:translateX(-50%);z-index:1200}
.cookies .content-menu{width:min(58rem,calc(100vw - 1.95rem*2));display:flex;align-items:center;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);border-radius:1.28rem;background:#123a63;color:#ffffff;box-shadow:0 16px 20px rgba(0,0,0,0.03)}
.cookies p{flex:1 1 auto;margin:0;line-height:2.04}
.cookies strong{margin-right:calc(1.5rem * .75)}
.cookies button{flex:0 0 auto;border:1px solid color-mix(in srgb,currentColor 28%,transparent);border-radius:0.35rem;background:transparent;color:inherit;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.cookies button.cookie-accept{background:#0f7a5a;color:#ffffff;border-color:#0f7a5a}
@media(max-width:760px){.cookies .content-menu{display:block}.cookies button{margin-top:calc(1.5rem * .75);margin-right:calc(1.5rem * .75)}.cookies span{display:block;margin-top:calc(1.5rem * .75)}}
.secondary-section{
  --layer-soft:calc(1.5rem * 1.1);
  --layer-strong:calc(980px / 1.9);
  padding:calc(1.5rem * 2.4) 1.95rem;
  background:#ffffff;
  color:#12211f;
}
.secondary-section .site-plan{max-width:980px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.03rem * 1.5);
  align-items:flex-start;}
.secondary-section h1,.secondary-section h2,.secondary-section h3,.secondary-section p,.secondary-section ul{margin:0;}
.secondary-section h1{font-size:calc(15.2px * 2.65);
  line-height:1.1;}
.secondary-section p{font-size:15.2px;
  line-height:2.04;}
.secondary-section a{text-decoration:none;}
.secondary-section .service-headline{flex:1 1 420px;
  max-width:var(--layer-strong);}
.secondary-section .contact-intro{margin-top:1.5rem;
  color:#12211f;}
.secondary-section .wide-inner{margin-top:calc(1.03rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:calc(1.5rem * .75) 1.5rem;}
.secondary-section .media-header{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.35rem;
  background:#0f7a5a;
  color:#ffffff;
  font-size:15.2px;
}
.secondary-section .media-header:hover{
  background:#0b6349;color:#12211f;}
.secondary-section .primary-visual{font-size:calc(15.2px * .875);
  color:#0f7a5a;
  border-bottom:1px solid #dde6e3;
  padding-bottom:2px;}
.secondary-section .primary-visual:hover{color:#123a63;}
.secondary-section .contact-story{
  flex:1 1 260px;
  padding:calc(1.03rem * 1.5) calc(1.5rem * .75);
  border:1px solid #dde6e3;
  border-radius:1rem;
  background:#f2f6f4;
  color:#12211f;
}
.secondary-section .soft-entries{font-size:calc(15.2px * .875);
  line-height:2.04;}
.secondary-section .narrow-menu{list-style:none;
  padding:0;
  margin-top:calc(1.5rem * .75);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.secondary-section .media-figure{font-size:calc(15.2px * .875);
  line-height:2.04;
  padding-left:calc(1.5rem * .75);
  border-left:2px solid #123a63;}
@media (max-width:720px){.secondary-section .site-plan{flex-direction:column;}.secondary-section .service-headline,.secondary-section .contact-story{flex:1 1 auto;max-width:100%;}
}
.top-tile{--layer-soft:calc(1.5rem * 1.3);--layer-strong:calc(980px / 1.9);padding:calc(1.5rem * 2.4) 1.95rem;background:#ffffff;color:#12211f;}
.top-tile .site-plan{max-width:980px;margin:0 auto;}
.top-tile h2,.top-tile h3,.top-tile p{margin:0;}
.top-tile h2{font-size:calc(15.2px * 2);line-height:1.14;max-width:var(--layer-strong);}
.top-tile h3{font-size:calc(15.2px * 1.35);line-height:1.25;}
.top-tile p{font-size:15.2px;line-height:2.04;}
.top-tile .soft-entries{font-size:calc(15.2px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.top-tile .contact-intro{margin-top:calc(1.03rem * 1.5);max-width:var(--layer-strong);}
.top-tile .narrow-menu{display:flex;flex-direction:column;gap:var(--layer-soft);margin-top:calc(calc(1.03rem * 1.5) * 1.4);border-top:1px solid #dde6e3;}
.top-tile .media-figure{padding-top:calc(1.03rem * 1.5);border-bottom:1px solid #dde6e3;padding-bottom:calc(1.03rem * 1.5);}
.top-tile .media-figure:last-child{border-bottom:0;padding-bottom:0;}
.top-tile .media-figure h3{margin-bottom:calc(1.5rem / 3);}
.top-tile .media-figure p{max-width:var(--layer-strong);}
.top-tile .wide-inner{margin-top:calc(calc(1.03rem * 1.5) * 1.2);font-size:calc(15.2px * .875);}
.top-tile .wide-inner a{text-decoration:underline;text-underline-offset:3px;}
.top-tile .wide-inner a:hover{}
@media (min-width:720px){.top-tile .narrow-menu{display:grid;grid-template-columns:1fr 1fr;gap:0 1.95rem;border-top:0;}.top-tile .media-figure{padding-top:calc(1.03rem * 1.5);}.top-tile .media-figure:nth-child(1),.top-tile .media-figure:nth-child(2){border-top:1px solid #dde6e3;}
}
.active-wrap{
  background:#ffffff;
  color:#12211f;
  padding:calc(1.5rem * 2.4) 1.95rem;
}
.active-wrap .site-plan{max-width:980px;
  margin:0 auto;}
.active-wrap .service-headline{max-width:42rem;}
.active-wrap h2{margin:0;
  font-size:calc(15.2px * 2);
  line-height:1.12;
  letter-spacing:0;}
.active-wrap .service-headline p{margin:1.5rem 0 0;
  font-size:calc(15.2px * 1.125);
  line-height:2.04;}
.active-wrap .process{margin-top:calc(1.03rem * 1.5);
  border-top:1px solid #dde6e3;}
.active-wrap .media-figure{display:flex;
  gap:1.03rem;
  align-items:flex-start;
  padding:1.5rem 0;
  border-bottom:1px solid #dde6e3;}
.active-wrap .media-figure strong{flex:0 0 15rem;
  min-width:0;
  font-size:15.2px;
  line-height:1.3;}
.active-wrap .media-figure span{min-width:0;
  font-size:15.2px;
  line-height:2.04;}
.active-wrap .wide-inner{margin:calc(1.03rem * 1.5) 0 0;
  font-size:calc(15.2px * .875);
  line-height:2.04;}
.active-wrap .wide-inner a{color:#0f7a5a;
  text-decoration:underline;
  text-underline-offset:2px;}
.active-wrap .wide-inner a:hover{color:#123a63;}
@media (max-width:620px){.active-wrap .media-figure{display:block}.active-wrap .media-figure span{display:block;margin-top:.4rem}
}
.compact-method{--layer-soft:calc(1.5rem * 1.09);--layer-strong:calc(980px / 2.33);padding:calc(1.5rem * 2.4) 1.95rem;background:#ffffff;color:#12211f;}
.compact-method .site-plan{max-width:980px;margin:0 auto;}
.compact-method h2,.compact-method p{margin:0;}
.compact-method h2{font-size:calc(15.2px * 2);line-height:1.14;}
.compact-method p{font-size:15.2px;line-height:2.04;}
.compact-method .primary-content>p{margin-top:calc(1.03rem * 1.5);max-width:var(--layer-strong);}
.compact-method .bottom-content{display:flex;flex-direction:column;gap:calc(calc(1.03rem * 1.5) / 2);margin-top:1.5rem;}
.compact-method details{padding:calc(1.5rem * .75) 0;border-top:1px solid #dde6e3;}
.compact-method details:last-of-type{border-bottom:1px solid #dde6e3;}
.compact-method summary{cursor:pointer;font-weight:700;font-size:calc(15.2px * 1.125);line-height:1.3;list-style:none;}
.compact-method summary::-webkit-details-marker{display:none;}
.compact-method summary::after{content:"+";float:right;font-weight:400;}
.compact-method details[open] summary::after{content:"–";}
.compact-method details p{margin-top:calc(calc(1.03rem * 1.5) / 2);max-width:var(--layer-strong);}
.compact-method .wide-inner{margin-top:1.5rem;font-size:calc(15.2px * .875);}
.compact-method .wide-inner a{text-decoration:underline;}
.compact-method .wide-inner a:hover{}
.main-tile{
        padding:calc(calc(1.5rem * 2.4) * .78) 1.95rem;
        background:var(--ink-accent);
        color:var(--ink-deep);
    }
.text-section{
        max-width:980px;
        margin:0 auto;
        display:flex;
        justify-content:flex-start;
    }
.direct-tile{
        width:min(100%,54rem);
        padding-left:clamp(0rem,3vw,2.4rem);
        border-left:2px solid color-mix(in srgb,currentColor 28%,transparent);
    }
.main-tile h1{margin:0;
        font-size:clamp(1.9rem,4.6vw,3.4rem);
        line-height:1.08;
        font-weight:700;
        letter-spacing:-0.01em;}
.main-tile p{margin:clamp(1rem,2vw,1.4rem) 0 0;
        max-width:44rem;
        font-size:calc(15.2px * 1.125);
        line-height:1.72;
        color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:720px){.main-tile{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }.direct-tile{
            padding-left:1.1rem;
            border-left-width:2px;
        }
    }
.public-team{--layer-soft:calc(1.5rem * 1.15);--layer-strong:calc(980px / 1.9);padding:calc(1.5rem * 2.4) 1.95rem;background:#ffffff;color:#12211f;}
.public-team .site-plan{max-width:980px;margin:0 auto;}
.public-team h2,.public-team h3,.public-team p{margin:0;}
.public-team h2{font-size:calc(15.2px * 2);line-height:1.14;}
.public-team h3{font-size:calc(15.2px * 1.35);line-height:1.22;}
.public-team p{font-size:15.2px;line-height:2.04;}
.public-team .service-headline{max-width:var(--layer-strong);}
.public-team .service-headline .contact-intro{margin-top:calc(calc(1.03rem * 1.5) * .6);color:#12211f;}
.public-team .focused-stack{list-style:none;margin:var(--layer-soft) 0 0;padding:0;display:flex;flex-direction:column;gap:var(--layer-soft);}
.public-team .media-figure{display:flex;flex-wrap:wrap;gap:1.03rem;padding:calc(calc(1.5rem * .75) * .9) 0;border-top:1px solid #dde6e3;}
.public-team .media-figure:last-child{border-bottom:1px solid #dde6e3;}
.public-team .offer-flow{flex:0 0 auto;display:flex;flex-direction:column;gap:calc(calc(1.03rem * 1.5) * .25);min-width:calc(980px / 8);}
.public-team .active-track{font-size:calc(15.2px * 1.125);font-weight:700;letter-spacing:.02em;}
.public-team .clear-steps{display:inline-block;width:max-content;padding:calc(calc(1.03rem * 1.5) * .18) calc(calc(1.03rem * 1.5) * .55);border-radius:0.35rem;background:#123a63;color:#ffffff;font-size:calc(15.2px * .875);line-height:1.4;}
.public-team .narrow-items{flex:1 1 calc(980px / 2.2);min-width:0;}
.public-team .narrow-items p{margin-top:calc(calc(1.03rem * 1.5) * .45);color:#12211f;}
.public-team .soft-entries{margin-top:var(--layer-soft);padding-top:calc(calc(1.03rem * 1.5) * .8);border-top:1px solid #dde6e3;color:#12211f;font-size:calc(15.2px * .875);}
.public-team a{color:#0f7a5a;text-decoration:none;}
.public-team a:hover{color:#123a63;text-decoration:underline;}
@media (max-width:640px){.public-team .offer-flow{flex-direction:row;align-items:center;gap:calc(1.03rem * .8);min-width:0;}.public-team .narrow-items{flex:1 1 100%;}
}
.simple-surface{--layer-soft:calc(1.5rem * 1.1);--layer-strong:calc(980px / 2.2);padding:calc(1.5rem * 2.4) 1.95rem;background:#0f7a5a;color:#ffffff;}
.simple-surface .site-plan{max-width:980px;margin:0 auto;}
.simple-surface h1,.simple-surface h2,.simple-surface h3,.simple-surface p{margin:0;}
.simple-surface h2{font-size:calc(15.2px * 2);line-height:1.12;}
.simple-surface h3{font-size:calc(15.2px * 1.35);line-height:1.22;}
.simple-surface p{font-size:15.2px;line-height:2.04;color:color-mix(in srgb, currentColor 76%, transparent);}
.simple-surface a{color:inherit;text-decoration:none;}
.simple-surface .soft-entries{font-size:calc(15.2px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.simple-surface .contact-intro{max-width:var(--layer-strong);margin-top:calc(1.5rem / 2);}
.simple-surface .media-header{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.35rem;background:#ffffff;color:#0f7a5a;}
.simple-surface .narrow-menu{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.03rem;margin-top:var(--layer-soft);}
.simple-surface .media-figure{flex:1 1 calc(980px / 3.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.simple-surface .media-figure p{margin-top:calc(1.5rem / 3);}
.simple-surface .cluster{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.03rem;}
.simple-surface .cluster>.narrow-items{flex:1 1 auto;min-width:0;}
.simple-surface .cluster>.media-header{flex:0 0 auto;margin-top:calc(1.5rem / 2);}
.simple-surface .cluster>.narrow-menu{flex:1 1 100%;}
.simple-surface .narrow-items h2{margin-top:calc(1.5rem / 3);}
@media (max-width:640px){.simple-surface .media-figure{flex:1 1 100%;}
}
.page-inner{
        padding:calc(calc(1.5rem * 2.4) * .78) 1.95rem calc(calc(1.5rem * 2.4) * .66);
        background:#f2f6f4;
        color:#12211f;
        border-bottom:1px solid #dde6e3;
    }
.text-section{
        max-width:980px;
        margin:0 auto;
        display:flex;
        flex-wrap:wrap;
        align-items:flex-end;
        gap:1.03rem;
    }
.direct-tile{
        flex:1 1 34rem;
        min-width:0;
    }
.page-inner h1{margin:0;
        font-size:clamp(1.85rem,4.4vw,3.15rem);
        line-height:1.14;
        font-weight:750;
        letter-spacing:-0.01em;}
.page-inner p{margin:clamp(0.9rem,1.8vw,1.25rem) 0 0;
        max-width:44rem;
        font-size:calc(15.2px * 1.125);
        line-height:1.7;
        opacity:0.82;}
@media (max-width:720px){.page-inner{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .52);
        }.text-section{display:block;}.page-inner h1{font-size:clamp(1.6rem,6.4vw,2.1rem);}
    }
.direct-callout{--layer-soft:calc(1.5rem * 0.9);--layer-strong:calc(980px / 2.6);padding:calc(1.5rem * 2.4) 1.95rem;background:#ffffff;color:#12211f;}
.direct-callout .site-plan{max-width:980px;margin:0 auto;}
.direct-callout h2,.direct-callout h3,.direct-callout p{margin:0;}
.direct-callout h2{font-size:calc(15.2px * 2);line-height:1.14;}
.direct-callout h3{font-size:calc(15.2px * 1.35);line-height:1.22;}
.direct-callout p{font-size:15.2px;line-height:2.04;}
.direct-callout .narrow-actions{display:flex;flex-wrap:wrap;gap:1.03rem;align-items:flex-start;}
.direct-callout .narrow-actions>h2{flex:1 1 calc(980px / 2.8);min-width:0;}
.direct-callout .narrow-actions>.contact-intro{flex:1 1 calc(980px / 2.8);min-width:0;max-width:var(--layer-strong);color:#12211f;}
.direct-callout .narrow-menu{display:flex;flex-wrap:wrap;gap:var(--layer-soft);margin-top:calc(calc(1.03rem * 1.5) + 1.5rem * 0.4);}
.direct-callout .media-figure{flex:1 1 calc(980px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * 0.9) calc(calc(1.5rem * .75) * 1.05);border-radius:0.65rem;background:#f2f6f4;border:1px solid #dde6e3;color:#12211f;}
.direct-callout .media-figure p{margin-top:calc(1.5rem / 3.2);color:#12211f;}
.direct-callout .wide-inner{margin-top:calc(calc(1.03rem * 1.5) + 1.5rem * 0.3);font-size:calc(15.2px * .875);color:#12211f;}
.direct-callout .wide-inner a{color:#0f7a5a;text-decoration:none;border-bottom:1px solid #0f7a5a;}
.direct-callout .wide-inner a:hover{color:#123a63;border-bottom-color:#123a63;}
@media (max-width:640px){.direct-callout .narrow-actions>h2,.direct-callout .narrow-actions>.contact-intro{flex:1 1 100%;}.direct-callout .media-figure{flex:1 1 100%;}
}
.team-region{--layer-soft:calc(1.5rem * 1.20);--layer-strong:calc(980px / 2.44);--copy-main:calc(980px / 3.53);padding:calc(1.5rem * 2.4) 1.95rem;background:#123a63;color:#ffffff;}
.team-region .site-plan{max-width:980px;margin:0 auto;}
.team-region h1,.team-region h2,.team-region h3,.team-region p,.team-region ul{margin:0;}
.team-region h1{font-size:calc(15.2px * 2.65);line-height:1.1;}
.team-region h2{font-size:calc(15.2px * 2);line-height:1.12;}
.team-region h3{font-size:calc(15.2px * 1.35);line-height:1.2;}
.team-region p{font-size:15.2px;line-height:2.04;color:color-mix(in srgb, currentColor 78%, transparent);}
.team-region a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.team-region a:hover{border-bottom-color:currentColor;}
.team-region .compact-actions{padding-block:calc(var(--layer-soft) / 2);}
.team-region .soft-nav{row-gap:calc(var(--layer-soft) * 1.2);}
.team-region .strong-form{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.team-region .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.03rem;}
.team-region .row-title h2{flex:1 1 calc(980px / 3);min-width:0;}
.team-region .row-title>p{flex:1 1 calc(980px / 3);min-width:0;}
.team-region .public-content{flex:1 1 100%;}
.team-region .public-content{display:flex;flex-wrap:wrap;gap:var(--layer-soft);margin-top:var(--layer-soft);}
.team-region .media-figure{flex:1 1 var(--copy-main);min-width:0;padding-top:calc(calc(1.5rem * .75) / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.team-region .media-figure p{margin-top:calc(1.5rem / 3);}
.team-region .wide-inner{flex:1 1 100%;margin-top:calc(var(--layer-soft) * .6);font-size:calc(15.2px * .875);}
.fresh-service{--layer-soft:calc(1.5rem * 1.05);--layer-strong:calc(980px / 2.6);padding:calc(1.5rem * 2.4) 1.95rem;background:#ffffff;color:#12211f;}
.fresh-service .site-plan{max-width:980px;margin:0 auto;}
.fresh-service h2,.fresh-service h3,.fresh-service p{margin:0;}
.fresh-service h2{font-size:calc(15.2px * 2);line-height:1.14;}
.fresh-service h3{font-size:calc(15.2px * 1.35);line-height:1.22;}
.fresh-service p{font-size:15.2px;line-height:2.04;color:#12211f;}
.fresh-service .service-headline{max-width:var(--layer-strong);}
.fresh-service .contact-intro{margin-top:calc(1.03rem * 1.5);}
.fresh-service .narrow-menu{display:flex;flex-direction:column;gap:var(--layer-soft);margin-top:calc(1.5rem * 1.4);}
.fresh-service .media-figure{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #dde6e3;}
.fresh-service .media-figure p{margin-top:calc(1.5rem / 3.2);}
.fresh-service .wide-inner{margin-top:calc(1.5rem * 1.2);font-size:calc(15.2px * .875);color:#12211f;}
.fresh-service .wide-inner a{color:#0f7a5a;text-decoration:none;border-bottom:1px solid #dde6e3;}
.fresh-service .wide-inner a:hover{color:#123a63;border-bottom-color:#123a63;}
@media (min-width:720px){.fresh-service .narrow-menu{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.03rem * 1.5) 1.5rem;}
}
.wide-note{
        padding:calc(calc(1.5rem * 2.4) * .68) 1.95rem;
        background:#f2f6f4;
        color:#12211f;
    }
.text-section{
        max-width:980px;
        margin:0 auto;
        display:flex;
        justify-content:flex-start;
    }
.direct-tile{
        width:min(100%,46rem);
        border-left:2px solid #dde6e3;
        padding-left:calc(1.03rem * 1.5);
    }
.wide-note h1{margin:0;
        font-size:clamp(1.85rem,4.6vw,3.4rem);
        line-height:1.12;
        font-weight:750;
        letter-spacing:-0.01em;}
.wide-note p{margin:calc(1.03rem * 1.5) 0 0;
        max-width:40rem;
        font-size:calc(15.2px * 1.125);
        line-height:1.72;}
@media (max-width:720px){.text-section{display:block}.direct-tile{border-left:0;padding-left:0}.wide-note{
            padding-top:calc(calc(1.5rem * 2.4) * .55);
            padding-bottom:calc(calc(1.5rem * 2.4) * .55);
        }
    }
.focused-inner{--layer-soft:calc(1.5rem * 0.87);--layer-strong:calc(980px / 2.11);padding:calc(1.5rem * 2.4) 1.95rem;background:#0f7a5a;color:#ffffff;}
.focused-inner .site-plan{max-width:980px;margin:0 auto;}
.focused-inner h1,.focused-inner h2,.focused-inner h3,.focused-inner p,.focused-inner ul{margin:0;}
.focused-inner h2{font-size:calc(15.2px * 2);line-height:1.12;}
.focused-inner p{font-size:15.2px;line-height:2.04;color:color-mix(in srgb, currentColor 78%, transparent);}
.focused-inner a{color:inherit;text-decoration:none;}
.focused-inner .media-header{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.35rem;background:#ffffff;color:#0f7a5a;}
.focused-inner .soft-nav{row-gap:calc(var(--layer-soft) * 1.2);}
.focused-inner .strong-form{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.focused-inner .bottom-proof{text-align:center;}
.focused-inner .bottom-proof p{margin:1.5rem auto 0;max-width:calc(980px / 2);}
.focused-inner .bottom-proof .media-header{margin-top:1.5rem;}
.focused-inner .wide-inner{margin-top:calc(var(--layer-soft) * .6);font-size:calc(15.2px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.focused-inner .wide-inner a{text-decoration:underline;text-underline-offset:3px;}
.focused-inner .wide-inner a:hover{}
.team-headline{padding:calc(1.5rem * 2.4) 1.95rem;background:#ffffff;color:#12211f}
.team-headline .site-plan{max-width:980px;margin:0 auto}
.team-headline .soft-entries{display:flex;flex-wrap:wrap;gap:calc(1.03rem * 1.5);align-items:flex-start}
.team-headline .media-inner{flex:1 1 22rem;min-width:0;background:#f2f6f4;color:#12211f;border-radius:1rem;padding:calc(1.5rem * .75)}
.team-headline h2{margin:0;font-size:calc(15.2px * 2);line-height:1.12}
.team-headline .media-inner p{margin:calc(1.03rem * 1.5) 0 0;font-size:15.2px;line-height:2.04}
.team-headline .visual-block{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.03rem * 1.5)}
.team-headline .media-figure{padding:0 0 calc(1.03rem * 1.5);border-bottom:1px solid #dde6e3}
.team-headline .media-figure:last-child{border-bottom:0;padding-bottom:0}
.team-headline .media-figure strong{display:block;font-size:calc(15.2px * 1.35);line-height:1.2}
.team-headline .media-figure p{margin:calc(1.5rem * .75) 0 0;line-height:2.04;font-size:15.2px}
@media(max-width:780px){.team-headline .soft-entries{display:block}.team-headline .media-inner{padding:1.5rem}.team-headline .visual-block{margin-top:calc(1.03rem * 1.5)}
}
.content-figure{--layer-soft:calc(1.5rem * 1.29);--layer-strong:calc(980px / 3.25);padding:calc(1.5rem * 2.4) 1.95rem;background:#0f7a5a;color:#ffffff;}
.content-figure .site-plan{max-width:980px;margin:0 auto;}
.content-figure h1,.content-figure h2,.content-figure h3,.content-figure p{margin:0;}
.content-figure h2{font-size:calc(15.2px * 2);line-height:1.12;}
.content-figure h3{font-size:calc(15.2px * 1.35);line-height:1.2;}
.content-figure p{font-size:15.2px;line-height:2.04;color:color-mix(in srgb, currentColor 78%, transparent);}
.content-figure a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.content-figure .service-headline{max-width:var(--layer-strong);}
.content-figure .service-headline .contact-intro{margin-top:calc(1.5rem / 2.4);}
.content-figure .narrow-menu{display:flex;flex-direction:column;gap:var(--layer-soft);margin-top:var(--layer-soft);}
.content-figure .media-figure{min-width:0;padding-left:calc(1.5rem * .75);border-left:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.content-figure .media-figure p{margin-top:calc(1.5rem / 3.2);}
.content-figure .soft-entries{margin-top:var(--layer-soft);max-width:calc(var(--layer-strong) * 1.6);font-size:calc(15.2px * .875);}
.team-grid{
        padding:calc(calc(1.5rem * 2.4) * .68) 1.95rem calc(calc(1.5rem * 2.4) * .78);
        background:var(--ink-accent);
        color:var(--ink-deep);
    }
.text-section{
        max-width:980px;
        margin:0 auto;
        display:flex;
        flex-wrap:wrap;
        align-items:flex-end;
        gap:calc(1.03rem * 1.5);
    }
.direct-tile{
        flex:1 1 30rem;
        max-width:44rem;
        padding-left:calc(1.5rem * .75);
        border-left:2px solid #123a63;
    }
.team-grid h1{margin:0;
        font-size:clamp(1.9rem,4.6vw,3.4rem);
        line-height:1.12;
        font-weight:700;
        letter-spacing:-0.01em;}
.team-grid p{margin:calc(1.03rem * 1.5) 0 0;
        font-size:15.2px;
        line-height:1.7;
        max-width:38rem;
        opacity:.86;}
@media (max-width:720px){.team-grid{
            padding-top:calc(calc(1.5rem * 2.4) * .55);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }.direct-tile{
            padding-left:1.03rem;
        }.team-grid h1{
            font-size:clamp(1.7rem,7vw,2.4rem);
        }
    }
.featured-actions{--layer-soft:calc(1.5rem * 0.95);--layer-strong:calc(980px / 2.19);padding:calc(1.5rem * 2.4) 1.95rem;background:#0f7a5a;color:#ffffff;}
.featured-actions .site-plan{max-width:980px;margin:0 auto;}
.featured-actions h2,.featured-actions h3,.featured-actions p{margin:0;}
.featured-actions h2{font-size:calc(15.2px * 2);line-height:1.12;}
.featured-actions h3{font-size:calc(15.2px * 1.35);line-height:1.2;}
.featured-actions p{font-size:15.2px;line-height:2.04;color:color-mix(in srgb, currentColor 74%, transparent);}
.featured-actions .open-service{display:flex;align-items:flex-start;gap:calc(1.03rem * 1.12);}
.featured-actions .narrow-items{flex:1 1 calc(980px / 3);min-width:0;}
.featured-actions .narrow-items p{margin-top:1.5rem;max-width:var(--layer-strong);}
.featured-actions .public-content{flex:2 1 calc(980px / 2);display:flex;flex-direction:column;gap:var(--layer-soft);min-width:0;}
.featured-actions .media-figure{min-width:0;padding-block-end:calc(var(--layer-soft) / 2);border-bottom:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.featured-actions .media-figure:last-child{border-bottom:0;padding-block-end:0;}
.featured-actions .media-figure p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.featured-actions .open-service{flex-direction:column;}.featured-actions .narrow-items p{max-width:none;}}
.visual-region{--layer-soft:calc(1.5rem * 0.88);--layer-strong:calc(980px / 2.30);padding:calc(1.5rem * 2.4) 1.95rem;background:#ffffff;color:#12211f;}
.visual-region .site-plan{max-width:980px;margin:0 auto;}
.visual-region h1,.visual-region h2,.visual-region h3,.visual-region p{margin:0;}
.visual-region h1{font-size:calc(15.2px * 2.65);line-height:1.08;}
.visual-region h2{font-size:calc(15.2px * 2);line-height:1.14;}
.visual-region h3{font-size:calc(15.2px * 1.35);line-height:1.22;}
.visual-region p{font-size:15.2px;line-height:2.04;}
.visual-region a{color:#0f7a5a;text-decoration:none;}
.visual-region a:hover{color:#123a63;text-decoration:underline;}
.visual-region .soft-entries{margin-bottom:calc(1.5rem / 3);font-size:calc(15.2px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#12211f;}
.visual-region .contact-intro{margin-top:1.5rem;max-width:var(--layer-strong);}
.visual-region .narrow-menu{display:flex;flex-direction:column;gap:var(--layer-soft);margin-top:var(--layer-soft);border-top:1px solid #dde6e3;padding-top:var(--layer-soft);}
.visual-region .media-figure{min-width:0;display:flex;gap:1.03rem;align-items:flex-start;}
.visual-region .media-figure .narrow-items{max-width:var(--layer-strong);}
.visual-region .media-figure p{margin-top:calc(1.5rem / 3.2);}
.visual-region .wide-inner{margin-top:var(--layer-soft);padding-top:calc(1.5rem / 2);border-top:1px solid #dde6e3;font-size:calc(15.2px * .875);}
@media (max-width:640px){.visual-region .media-figure{flex-direction:column;gap:calc(1.03rem / 2);}.visual-region .media-figure .narrow-items{max-width:100%;}
}
.direct-surface{
        padding:calc(calc(1.5rem * 2.4) * .78) 1.95rem;
        background:#f2f6f4;
        color:#12211f;
        border-bottom:1px solid #dde6e3;
    }
.text-section{
        max-width:980px;
        margin:0 auto;
        display:flex;
        flex-wrap:wrap;
        align-items:flex-end;
        gap:calc(1.03rem * 1.5);
    }
.direct-tile{
        flex:1 1 34rem;
        min-width:0;
    }
.direct-surface h1{margin:0;
        font-size:clamp(1.9rem,4.6vw,3.35rem);
        line-height:1.1;
        font-weight:750;
        letter-spacing:-0.01em;}
.direct-surface p{margin:clamp(0.85rem,1.6vw,1.15rem) 0 0;
        max-width:44rem;
        font-size:15.2px;
        line-height:1.72;
        opacity:.86;}
@media (max-width:720px){.direct-surface{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }.text-section{display:block;}
    }
.content-summary{--layer-soft:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.95rem;background:#ffffff;color:#12211f;}
.content-summary .site-plan{max-width:980px;margin:0 auto;}
.content-summary h2{font-size:calc(15.2px * 2);line-height:1.15;margin:0 0 calc(1.03rem * 1.5);}
.content-summary .contact-intro{font-size:15.2px;line-height:2.04;margin:0 0 var(--layer-soft);max-width:60ch;}
.content-summary .bottom-content{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * 0.6);}
.content-summary details{padding:calc(1.5rem * .75) 1.5rem;border-radius:0.65rem;background:#f2f6f4;border:1px solid #dde6e3;color:#12211f;}
.content-summary summary{cursor:pointer;font-weight:700;font-size:15.2px;line-height:1.35;list-style:none;}
.content-summary summary::-webkit-details-marker{display:none;}
.content-summary summary::after{content:"+";float:right;font-weight:400;}
.content-summary details[open] summary::after{content:"–";}
.content-summary details p{margin:calc(calc(1.5rem * .75) * 0.7) 0 0;font-size:calc(15.2px * .875);line-height:2.04;}
.content-summary .soft-entries{margin:var(--layer-soft) 0 0;font-size:calc(15.2px * .875);line-height:2.04;}
.content-summary .soft-entries a{text-decoration:underline;text-underline-offset:2px;}
.content-summary .soft-entries a:hover{}
@media (max-width:640px){.content-summary details{padding:calc(1.5rem * .75);}
}
.featured-intro{padding:calc(1.5rem * 2.4) 1.95rem;background:#f2f6f4;color:#12211f;}
.featured-intro .site-plan{max-width:980px;margin:0 auto;}
.featured-intro .team-service{margin-bottom:calc(1.03rem * 1.5);max-width:60ch;}
.featured-intro .team-service h2{margin:0;font-size:calc(15.2px * 2);line-height:1.2;}
.featured-intro .team-service p{margin:1.03rem 0 0;font-size:15.2px;}
.featured-intro .focused-stack{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);}
.featured-intro .media-figure{flex:1 1 260px;min-width:0;padding:calc(1.5rem * .75);border:1px solid #dde6e3;border-radius:0.65rem;background:#ffffff;color:#12211f;}
.featured-intro .media-figure h3{margin:0 0 1.03rem;font-size:calc(15.2px * 1.35);}
.featured-intro .media-figure p{margin:0;font-size:calc(15.2px * .875);line-height:2.04;}
.featured-intro .media-figure a{color:#0f7a5a;text-decoration:none;font-weight:600;}
.featured-intro .media-figure a:hover{color:#123a63;text-decoration:underline;}
.featured-intro .wide-inner{margin-top:calc(1.03rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid #dde6e3;display:flex;flex-wrap:wrap;align-items:center;gap:1.03rem;}
.featured-intro .wide-inner p{margin:0;flex:1 1 320px;font-size:calc(15.2px * .875);}
.featured-intro .wide-inner .primary-visual{font-size:calc(15.2px * .875);font-weight:600;color:#0f7a5a;text-decoration:none;}
.featured-intro .wide-inner .primary-visual:hover{color:#123a63;text-decoration:underline;}
@media (max-width: 640px){.featured-intro .media-figure{flex:1 1 100%;}
    }
.team-shell{
        padding:calc(calc(1.5rem * 2.4) * .78) 1.95rem;
        background:var(--ink-accent);
        color:var(--ink-deep);
    }
.text-section{
        max-width:980px;
        margin:0 auto;
        display:flex;
        justify-content:flex-start;
        padding-left:clamp(0rem,4vw,3.5rem);
    }
.direct-tile{
        width:min(100%,46rem);
    }
.team-shell h1{margin:0;
        font-size:clamp(1.9rem,5.2vw,3.9rem);
        line-height:1.08;
        font-weight:750;
        letter-spacing:-0.01em;}
.team-shell p{margin:clamp(1.1rem,2.2vw,1.6rem) 0 0;
        max-width:44rem;
        font-size:clamp(1rem,1.55vw,1.15rem);
        line-height:1.72;
        color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:720px){.text-section{
            display:block;
            padding-left:0;
        }.team-shell{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }
    }
.clear-grid{--layer-soft:calc(1.5rem * 1.2);--layer-strong:calc(980px / 1.9);padding:calc(1.5rem * 2.4) 1.95rem;background:#ffffff;color:#12211f;}
.clear-grid .site-plan{max-width:980px;margin:0 auto;}
.clear-grid h1,.clear-grid h2,.clear-grid h3,.clear-grid p{margin:0;}
.clear-grid h2{font-size:calc(15.2px * 2);line-height:1.14;}
.clear-grid h3{font-size:calc(15.2px * 1.35);line-height:1.22;}
.clear-grid p{font-size:15.2px;line-height:2.04;}
.clear-grid a{text-decoration:none;}
.clear-grid a:hover{}
.clear-grid .soft-entries{font-size:calc(15.2px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.clear-grid .contact-intro{max-width:var(--layer-strong);margin-top:calc(1.5rem / 2);}
.clear-grid .media-header{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.35rem;background:#0f7a5a;color:#ffffff;}
.clear-grid .media-header:hover{background:#0b6349;color:#ffffff;}
.clear-grid .narrow-menu{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.03rem;margin-top:var(--layer-soft);}
.clear-grid .media-figure{flex:1 1 calc(980px / 3.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #dde6e3;}
.clear-grid .media-figure p{margin-top:calc(1.5rem / 3);}
.clear-grid .media-figure a{display:inline-block;margin-top:calc(1.5rem / 3);font-size:calc(15.2px * .875);}
.clear-grid .cluster{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.03rem;}
.clear-grid .cluster>.narrow-items{flex:1 1 auto;min-width:0;}
.clear-grid .cluster>.media-header{flex:0 0 auto;}
.clear-grid .cluster>.narrow-menu{flex:1 1 100%;}
.clear-grid .narrow-items h2{margin-top:calc(1.5rem / 3);}
.clear-grid .wide-inner{flex:1 1 100%;margin-top:var(--layer-soft);padding-top:calc(1.5rem * .75);border-top:1px solid #dde6e3;font-size:calc(15.2px * .875);}
.secondary-group{--layer-soft:calc(1.5rem * 1.29);--layer-strong:calc(980px / 2.40);padding:calc(1.5rem * 2.4) 1.95rem;background:#ffffff;color:#12211f;}
.secondary-group .site-plan{max-width:980px;margin:0 auto;}
.secondary-group h2,.secondary-group p{margin:0;}
.secondary-group h2{font-size:calc(15.2px * 2);line-height:1.12;max-width:34ch;}
.secondary-group p{font-size:15.2px;line-height:2.04;}
.secondary-group a{color:#0f7a5a;text-decoration:none;}
.secondary-group a:hover{color:#123a63;}
.secondary-group .primary-proof{display:flex;flex-direction:column;gap:calc(1.03rem * 1.5);}
.secondary-group .focused-stack{display:flex;flex-direction:column;gap:calc(1.5rem * .75);max-width:var(--layer-strong);}
.secondary-group .contact-intro{color:#12211f;}
.secondary-group .soft-header{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75) 1.5rem;border-top:1px solid #dde6e3;padding-top:calc(1.5rem * .75);}
.secondary-group .media-header{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.35rem;background:#0f7a5a;color:#ffffff;font-size:15.2px;}
.secondary-group .media-header:hover{background:#0b6349;color:#ffffff;}
.secondary-group .soft-entries{flex:1 1 22rem;min-width:16rem;font-size:calc(15.2px * .875);color:#12211f;}
.secondary-group .soft-entries a{font-weight:600;}
@media (max-width:640px){.secondary-group .focused-stack{max-width:none;}.secondary-group .media-header{width:100%;}
}
.strong-entries{
  padding: calc(1.5rem * 2.4) 1.95rem;
  background: #f2f6f4;
  color: #12211f;
}
.strong-entries .direct-summary{max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.03rem * 1.5);}
.strong-entries .quiet-items{display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  align-items: end;
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid #dde6e3;}
.strong-entries h2{margin: 0;
  font-size: calc(15.2px * 2);
  line-height: 1.15;}
.strong-entries .quiet-items p{margin: 0;
  font-size: 15.2px;
  line-height: 2.04;}
.strong-entries .featured-story{display: flex;
  flex-direction: column;
  gap: 0;}
.strong-entries .steady-quote{display: grid;
  grid-template-columns: minmax(6rem, 0.22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #dde6e3;}
.strong-entries .steady-quote:last-child{border-bottom: none;}
.strong-entries .steady-grid{font-size: calc(15.2px * .875);
  font-weight: 700;
  letter-spacing: 0.01em;
  padding-top: 0.15rem;}
.strong-entries h3{margin: 0;
  font-size: calc(15.2px * 1.35);
  line-height: 1.25;}
.strong-entries .steady-quote p{margin: calc(calc(1.5rem * .75) * 0.5) 0;
  line-height: 2.04;}
.strong-entries small{font-size: calc(15.2px * .875);
  opacity: 0.85;}
@media (max-width: 780px) {.strong-entries .quiet-items,
  .strong-entries .steady-quote{
    grid-template-columns: 1fr;
  }.strong-entries .steady-grid{
    padding-top: 0;
  }
}
.visual{
        padding:calc(calc(1.5rem * 2.4) * .78) 1.95rem calc(calc(1.5rem * 2.4) * .7);
        background:var(--ink-accent);
        color:var(--ink-deep);
    }
.text-section{
        max-width:980px;
        margin:0 auto;
        display:flex;
        justify-content:flex-start;
    }
.direct-tile{
        width:min(100%,54rem);
        padding-left:clamp(0rem,2vw,1.6rem);
        border-left:2px solid color-mix(in srgb,currentColor 22%,transparent);
    }
.visual h1{margin:0;
        font-size:clamp(1.9rem,4.6vw,3.5rem);
        line-height:1.08;
        font-weight:740;
        letter-spacing:-0.01em;}
.visual p{margin:clamp(0.9rem,1.8vw,1.25rem) 0 0;
        max-width:44rem;
        font-size:clamp(1rem,1.5vw,1.12rem);
        line-height:1.72;
        color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:720px){.text-section{display:block}.direct-tile{padding-left:0;border-left:0;padding-top:0.9rem;border-top:2px solid color-mix(in srgb,currentColor 22%,transparent)}.visual{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .58);
        }
    }
.main-method{padding:calc(1.5rem * 2.4) 1.95rem;background:#ffffff;color:#12211f}
.main-method .site-plan{max-width:980px;margin:0 auto}
.main-method .soft-entries{display:flex;flex-wrap:wrap;gap:calc(1.03rem * 1.5);align-items:flex-start}
.main-method .media-inner{flex:1 1 22rem;min-width:0;background:#f2f6f4;color:#12211f;border-radius:1rem;padding:calc(1.5rem * .75)}
.main-method h2{margin:0;font-size:calc(15.2px * 2);line-height:1.12}
.main-method .media-inner p{margin:calc(1.5rem * .75) 0 0;font-size:15.2px;line-height:2.04}
.main-method .visual-block{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column}
.main-method .media-figure{padding:calc(1.03rem * 1.5) 0;border-bottom:1px solid #dde6e3}
.main-method .media-figure:first-child{padding-top:0}
.main-method .media-figure:last-child{border-bottom:0;padding-bottom:0}
.main-method .media-figure strong{display:block;font-size:calc(15.2px * 1.35);line-height:1.2}
.main-method .media-figure p{margin:calc(1.5rem * .75) 0 0;line-height:2.04}
@media(max-width:780px){.main-method .soft-entries{display:block}.main-method .media-inner{padding:1.5rem}.main-method .visual-block{margin-top:calc(1.03rem * 1.5)}
}
.text-links{--layer-soft:calc(1.5rem * 1.18);--layer-strong:calc(980px / 1.55);padding:calc(1.5rem * 2.4) 1.95rem;background:#f2f6f4;color:#12211f;}
.text-links .site-plan{max-width:980px;margin:0 auto;}
.text-links h2,.text-links h3,.text-links p{margin:0;}
.text-links h2{font-size:calc(15.2px * 2);line-height:1.14;}
.text-links h3{font-size:calc(15.2px * 1.35);line-height:1.22;}
.text-links p{font-size:15.2px;line-height:2.04;}
.text-links .team-service{max-width:var(--layer-strong);}
.text-links .team-service .contact-intro{margin-top:calc(calc(1.03rem * 1.5) * .6);color:color-mix(in srgb, currentColor 76%, transparent);}
.text-links .narrow-menu{display:flex;flex-direction:column;gap:0;margin-top:var(--layer-soft);border-top:1px solid #dde6e3;}
.text-links .media-figure{padding:calc(calc(1.03rem * 1.5) * 1.05) 0;border-bottom:1px solid #dde6e3;}
.text-links .media-figure h3{font-size:15.2px;}
.text-links .media-figure .featured-links{margin-top:calc(calc(1.03rem * 1.5) * .18);font-size:calc(15.2px * .875);color:color-mix(in srgb, currentColor 62%, transparent);}
.text-links .media-figure p:not(.featured-links){margin-top:calc(calc(1.03rem * 1.5) * .55);max-width:calc(980px * .82);}
@media (min-width:760px){.text-links .media-figure{display:grid;grid-template-columns:calc(980px / 4.2) 1fr;gap:1.03rem;align-items:start;}.text-links .media-figure h3{grid-column:1;}.text-links .media-figure .featured-links{grid-column:1;margin-top:calc(calc(1.03rem * 1.5) * .1);}.text-links .media-figure p:not(.featured-links){grid-column:2;grid-row:1 / span 2;margin-top:0;}
}
.bottom-group{--layer-soft:calc(1.5rem * 0.9);--layer-strong:calc(980px / 2.6);padding:calc(1.5rem * 2.4) 1.95rem;background:#ffffff;color:#12211f;}
.bottom-group .site-plan{max-width:980px;margin:0 auto;}
.bottom-group h1,.bottom-group h2,.bottom-group h3,.bottom-group p{margin:0;}
.bottom-group h2{font-size:calc(15.2px * 2);line-height:1.14;}
.bottom-group h3{font-size:calc(15.2px * 1.35);line-height:1.22;}
.bottom-group p{font-size:15.2px;line-height:2.04;}
.bottom-group a{color:inherit;text-decoration:none;}
.bottom-group .soft-entries{font-size:calc(15.2px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#12211f;}
.bottom-group .contact-intro{margin-top:calc(1.5rem / 2);max-width:var(--layer-strong);color:#12211f;}
.bottom-group .media-header{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.35rem;background:#0f7a5a;color:#ffffff;}
.bottom-group .media-header:hover{background:#0b6349;color:#12211f;}
.bottom-group .narrow-menu{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.03rem;margin-top:var(--layer-soft);}
.bottom-group .media-figure{flex:1 1 calc(980px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #dde6e3;}
.bottom-group .media-figure p{margin-top:calc(1.5rem / 3);color:#12211f;}
.bottom-group .cluster{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.03rem;}
.bottom-group .cluster>.narrow-items{flex:1 1 auto;min-width:0;}
.bottom-group .cluster>.media-header{flex:0 0 auto;}
.bottom-group .cluster>.narrow-menu{flex:1 1 100%;}
.bottom-group .narrow-items h2{margin-top:calc(1.5rem / 3);}
@media (max-width:640px){.bottom-group .media-figure{flex:1 1 100%;}
}
.area{
        padding:calc(calc(1.5rem * 2.4) * .78) 1.95rem calc(calc(1.5rem * 2.4) * .7);
        background:var(--ink-accent);
        color:var(--ink-deep);
    }
.text-section{
        max-width:980px;
        margin:0 auto;
        display:flex;
        justify-content:flex-start;
    }
.direct-tile{
        width:min(100%,48rem);
        border-left:2px solid #0f7a5a;
        padding-left:calc(1.03rem * 1.5);
    }
.area h1{margin:0;
        font-size:clamp(1.9rem,4.6vw,3.4rem);
        line-height:1.12;
        font-weight:700;
        letter-spacing:-0.01em;}
.area p{margin:calc(1.03rem * 1.5) 0 0;
        max-width:38rem;
        font-size:calc(15.2px * 1.125);
        line-height:1.7;}
@media (max-width:720px){.text-section{display:block}.direct-tile{padding-left:calc(1.5rem * .75)}.area{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }
    }
.featured-proof{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 1.95rem;background:linear-gradient(135deg, #0f7a5a 0%, #123a63 100%);color:#ffffff}
.featured-proof:before{content:"";position:absolute;inset:-20%;background:linear-gradient(110deg,transparent 40%,color-mix(in srgb,currentColor 8%,transparent) 50%,transparent 60%);animation:missionCauseDrift calc(630ms*38) var(--speed-hover) infinite alternate}
.featured-proof .site-plan{position:relative;max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.03rem * 1.5)}
.featured-proof h2{max-width:16ch;margin:0;font-size:calc(15.2px * 2.65);line-height:1.05}
.featured-proof .secondary-links,.featured-proof .text-form,.featured-proof .content-method{width:min(100%,46rem);padding:1.5rem 0;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.featured-proof .secondary-links{border-top:0;padding-top:0}
.featured-proof .text-form{margin-left:auto;text-align:right}
.featured-proof .content-method{margin:0 auto}
.featured-proof h3{margin:0;font-size:calc(15.2px * 1.35)}
.featured-proof .text-form h3{margin-top:calc(1.5rem * .75)}
.featured-proof .site-plan p{margin:calc(1.5rem * .75) 0 0;line-height:2.04}
@keyframes missionCauseDrift{from{transform:translateX(-5%)}to{transform:translateX(5%)}}
@media(max-width:620px){.featured-proof .text-form{text-align:left;margin-left:0}}
@media(prefers-reduced-motion:reduce){.featured-proof:before{animation:none}}
.page-nav{
  background: #ffffff;
  color: #12211f;
  padding: calc(1.5rem * 2.4) 1.95rem;
}
.page-nav .site-plan{width: min(100%, 980px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.03rem * 1.5);
  align-items: flex-start;}
.page-nav .compact-story{flex: 1 1 22rem;
  display: grid;
  gap: calc(1.03rem * 1.5);
  max-width: 60ch;}
.page-nav .offer-service{flex: 1 1 20rem;
  display: grid;
  gap: calc(1.5rem * .75);}
.page-nav h2,
.page-nav h3,
.page-nav p{margin: 0;}
.page-nav h2{font-size: calc(15.2px * 2);
  line-height: 1.08;}
.page-nav h3{font-size: calc(15.2px * 1.35);
  line-height: 1.2;}
.page-nav p{font-size: 15.2px;
  line-height: 2.04;}
.page-nav .soft-entries{display: grid;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) 1.5rem;
  border-left: 2px solid #dde6e3;}
.page-nav .soft-entries:nth-child(2n){border-left-color: #0f7a5a;}
.page-nav .soft-entries span{font-size: calc(15.2px * .875);
  color: #12211f;
  letter-spacing: 0.02em;}
@media (max-width: 860px) {.page-nav .site-plan{
    flex-direction: column;
  }.page-nav h2{
    font-size: calc(15.2px * 1.35);
  }
}
.open-stack{
        padding:calc(calc(1.5rem * 2.4) * .78) 1.95rem;
        background:var(--ink-accent);
        color:var(--ink-deep);
    }
.text-section{
        max-width:980px;
        margin:0 auto;
        display:flex;
        justify-content:flex-start;
    }
.direct-tile{
        width:min(100%,54rem);
        padding-left:clamp(0px,3vw,2.4rem);
        border-left:2px solid color-mix(in srgb,currentColor 28%,transparent);
    }
.open-stack h1{margin:0;
        font-size:clamp(1.9rem,5.2vw,3.9rem);
        line-height:1.08;
        font-weight:750;
        letter-spacing:-0.01em;}
.open-stack p{margin:clamp(1.1rem,2.2vw,1.5rem) 0 0;
        max-width:44rem;
        font-size:clamp(1rem,1.55vw,1.15rem);
        line-height:1.72;
        color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:720px){.text-section{display:block}.direct-tile{padding-left:1rem;border-left-width:2px}.open-stack{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .6);
        }
    }
.bottom-story{
  --layer-soft:calc(1.5rem * 1.05);
  --layer-strong:calc(980px / 2.6);
  padding:calc(1.5rem * 2.4) 1.95rem;
  background:#ffffff;
  color:#12211f;
}
.bottom-story .site-plan{max-width:980px;
  margin:0 auto;}
.bottom-story h2,
.bottom-story h3,
.bottom-story p{margin:0;}
.bottom-story h2{font-size:calc(15.2px * 2);
  line-height:1.14;
  max-width:var(--layer-strong);}
.bottom-story h3{font-size:calc(15.2px * 1.35);
  line-height:1.25;}
.bottom-story p{font-size:15.2px;
  line-height:2.04;}
.bottom-story .soft-entries{font-size:calc(15.2px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;
  margin-bottom:calc(1.5rem / 2);}
.bottom-story .contact-intro{margin-top:1.5rem;
  max-width:var(--layer-strong);}
.bottom-story .narrow-menu{display:flex;
  flex-direction:column;
  gap:var(--layer-soft);
  margin-top:calc(var(--layer-soft) * 1.15);}
.bottom-story .media-figure{min-width:0;
  padding-top:calc(1.03rem * 1.5);
  border-top:1px solid #dde6e3;}
.bottom-story .media-figure:first-child{padding-top:0;
  border-top:0;}
.bottom-story .media-figure p{margin-top:calc(1.5rem / 3);
  max-width:var(--layer-strong);}
.bottom-story .wide-inner{margin-top:calc(var(--layer-soft) * 1.15);
  padding-top:calc(1.03rem * 1.5);
  border-top:1px solid #dde6e3;
  font-size:calc(15.2px * .875);}
.bottom-story .wide-inner a{text-decoration:underline;
  text-underline-offset:3px;}
.bottom-story .wide-inner a:hover{}
@media (min-width:720px){.bottom-story .narrow-menu{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    column-gap:calc(1.03rem * 2.2);
    row-gap:var(--layer-soft);
  }.bottom-story .media-figure{
    padding-top:calc(1.03rem * 1.5);
    border-top:1px solid #dde6e3;
  }.bottom-story .media-figure:nth-child(-n+2){
    padding-top:0;
    border-top:0;
  }
}
.content-panel{--layer-soft:calc(1.5rem * 1.05);--layer-strong:calc(980px / 2.90);padding:calc(1.5rem * 2.4) 1.95rem;background:#ffffff;color:#12211f;}
.content-panel .site-plan{max-width:980px;margin:0 auto;}
.content-panel h2,.content-panel h3,.content-panel p{margin:0;}
.content-panel h2{font-size:calc(15.2px * 2);line-height:1.12;}
.content-panel p{font-size:15.2px;line-height:2.04;}
.content-panel a{color:#0f7a5a;text-decoration:none;}
.content-panel a:hover{color:#123a63;}
.content-panel .media-header{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.35rem;background:#0f7a5a;color:#ffffff;}
.content-panel .media-header:hover{background:#0b6349;color:#ffffff;}
.content-panel .bottom-content{display:flex;flex-direction:column;gap:var(--layer-soft);}
.content-panel details{padding:calc(calc(1.5rem * .75) * .9);border-radius:0.65rem;background:#f2f6f4;color:#12211f;}
.content-panel summary{cursor:pointer;font-weight:700;}
.content-panel details p{margin-top:calc(1.5rem / 3);}
.content-panel .cluster{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.03rem;}
.content-panel .narrow-items{flex:1 1 auto;min-width:0;max-width:var(--layer-strong);}
.content-panel .narrow-items .contact-intro{margin-top:1.5rem;}
.content-panel .bottom-content{flex:1 1 100%;}
.content-panel .wide-inner{flex:1 1 100%;font-size:calc(15.2px * .875);color:#12211f;}
.local-region{padding:calc(calc(1.5rem * 2.4) * .68) 1.95rem calc(calc(1.5rem * 2.4) * .62);background:#ffffff;color:#12211f;border-bottom:1px solid #dde6e3;}
.text-section{max-width:980px;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;}
.direct-tile{width:min(100%,46rem);}
.local-region h1{margin:0;font-size:clamp(1.9rem,4.6vw,3.4rem);line-height:1.08;font-weight:750;letter-spacing:-0.01em;}
.local-region p{margin:calc(1.03rem * 1.5) 0 0;max-width:38rem;font-size:calc(15.2px * 1.125);line-height:1.7;}
@media (max-width:720px){.local-region{padding-top:calc(calc(1.5rem * 2.4) * .52);padding-bottom:calc(calc(1.5rem * 2.4) * .5);}.local-region p{font-size:15.2px;}}
.actions{--layer-soft:calc(1.5rem * 0.92);--layer-strong:calc(980px / 2.60);padding:calc(1.5rem * 2.4) 1.95rem;background:#ffffff;color:#12211f;}
.actions .site-plan{max-width:980px;margin:0 auto;}
.actions h1,.actions h2,.actions h3,.actions p{margin:0;}
.actions h2{font-size:calc(15.2px * 2);line-height:1.14;}
.actions h3{font-size:calc(15.2px * 1.35);line-height:1.25;}
.actions p{font-size:15.2px;line-height:2.04;}
.actions .contact-intro{margin-top:1.5rem;}
.actions .soft-entries{margin-top:calc(1.03rem * 1.5);padding:calc(1.5rem * .75) 1.5rem;background:#f2f6f4;color:#12211f;border-radius:0.65rem;font-size:calc(15.2px * .875);}
.actions .narrow-menu{display:flex;flex-direction:column;gap:var(--layer-soft);margin-top:0;}
.actions .media-figure{min-width:0;padding-bottom:calc(1.03rem * 1.5);border-bottom:1px solid #dde6e3;}
.actions .media-figure:last-child{border-bottom:0;padding-bottom:0;}
.actions .media-figure p{margin-top:calc(1.5rem / 3);max-width:var(--layer-strong);}
.actions .open-service{display:flex;align-items:flex-start;gap:calc(1.03rem * 1.6);}
.actions .open-service>.narrow-items{flex:1 1 calc(980px / 3);min-width:0;}
.actions .open-service>.narrow-menu{flex:2 1 calc(980px / 2);}
@media(max-width:760px){.actions .open-service{flex-direction:column;gap:1.03rem;}.actions .open-service>.narrow-menu{margin-top:var(--layer-soft);}}
.visual-method{--layer-soft:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.95rem;background:#ffffff;color:#12211f;}
.visual-method .site-plan{max-width:980px;margin:0 auto;}
.visual-method h2,.visual-method h3,.visual-method p,.visual-method ol,.visual-method li{margin:0;}
.visual-method h2{font-size:calc(15.2px * 2);line-height:1.14;}
.visual-method h3{font-size:calc(15.2px * 1.35);line-height:1.22;}
.visual-method p{font-size:15.2px;line-height:2.04;}
.visual-method .service-headline{max-width:calc(980px * .78);}
.visual-method .contact-intro{margin-top:calc(1.03rem * 1.5);}
.visual-method .wide-inner{list-style:none;padding:0;margin-top:var(--layer-soft);display:flex;flex-direction:column;gap:1.03rem;}
.visual-method .quiet-fields{display:grid;grid-template-columns:auto 1fr;column-gap:calc(1.5rem * .75);row-gap:calc(calc(1.5rem * .75) * .35);padding:calc(1.5rem * .75) 0;border-top:1px solid #dde6e3;}
.visual-method .quiet-fields:last-child{border-bottom:1px solid #dde6e3;}
.visual-method .main-items{grid-row:1 / span 2;font-size:calc(15.2px * .875);letter-spacing:.08em;padding-top:.35em;}
.visual-method .quiet-fields h3{grid-column:2;}
.visual-method .quiet-fields p{grid-column:2;}
.visual-method .soft-entries{margin-top:var(--layer-soft);padding:calc(1.5rem * .75);border-radius:0.65rem;background:#f2f6f4;color:#12211f;}
.visual-method .soft-entries p + p{margin-top:calc(calc(1.03rem * 1.5) * .6);}
.visual-method .primary-visual a{text-decoration:underline;text-underline-offset:3px;}
.visual-method .primary-visual a:hover{}
@media (max-width:640px){.visual-method .quiet-fields{grid-template-columns:1fr;}.visual-method .main-items{grid-row:auto;padding-top:0;}.visual-method .quiet-fields h3,.visual-method .quiet-fields p{grid-column:1;}
}
.local-header{
        padding:calc(calc(1.5rem * 2.4) * .78) 1.95rem calc(calc(1.5rem * 2.4) * .68);
        background:var(--ink-accent);
        color:var(--ink-deep);
    }
.text-section{
        max-width:980px;
        margin:0 auto;
        display:flex;
        flex-wrap:wrap;
        align-items:flex-end;
        gap:1.03rem;
    }
.direct-tile{
        flex:1 1 34rem;
        max-width:46rem;
    }
.local-header h1{margin:0;
        font-size:clamp(1.9rem,4.6vw,3.4rem);
        line-height:1.08;
        font-weight:750;
        letter-spacing:-0.01em;}
.local-header p{margin:clamp(0.9rem,1.8vw,1.25rem) 0 0;
        max-width:38rem;
        font-size:clamp(1rem,1.5vw,1.15rem);
        line-height:1.7;
        color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:720px){.local-header{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .55);
        }.text-section{display:block;}.direct-tile{max-width:none;}
    }
.main-contact{--layer-soft:calc(1.5rem * 1.2);--layer-strong:calc(980px / 2.1);padding:calc(1.5rem * 2.4) 1.95rem;background:#ffffff;color:#12211f;}
.main-contact .site-plan{max-width:980px;margin:0 auto;}
.main-contact h2,.main-contact h3,.main-contact p{margin:0;}
.main-contact h2{font-size:calc(15.2px * 2);line-height:1.14;}
.main-contact h3{font-size:calc(15.2px * 1.35);line-height:1.22;}
.main-contact p{font-size:15.2px;line-height:2.04;color:#12211f;}
.main-contact a{color:#0f7a5a;text-decoration:none;}
.main-contact a:hover{color:#123a63;}
.main-contact .soft-entries{margin:0 0 calc(1.5rem / 3);font-size:calc(15.2px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#12211f;}
.main-contact .contact-intro{max-width:var(--layer-strong);margin-top:calc(1.5rem / 2);}
.main-contact .media-header{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.35rem;background:#0f7a5a;color:#ffffff;}
.main-contact .media-header:hover{background:#0b6349;color:#ffffff;}
.main-contact .narrow-menu{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.03rem;margin-top:var(--layer-soft);}
.main-contact .media-figure{flex:1 1 calc(980px / 4.4);min-width:0;padding:calc(1.5rem * .75);border:1px solid #dde6e3;border-radius:0.65rem;background:#ffffff;color:#12211f;}
.main-contact .media-figure p{margin-top:calc(1.5rem / 3);}
.main-contact .media-figure a{display:inline-block;margin-top:calc(1.5rem / 2.5);font-size:calc(15.2px * .875);}
.main-contact .cluster{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.03rem;}
.main-contact .cluster>.narrow-items{flex:1 1 auto;min-width:0;}
.main-contact .cluster>.media-header{flex:0 0 auto;}
.main-contact .cluster>.narrow-menu{flex:1 1 100%;}
@media (max-width:720px){.main-contact .media-figure{flex:1 1 100%;}.main-contact .cluster>.media-header{flex:1 1 100%;}
}
.secondary-track{
  padding:calc(1.5rem * 2.4) 1.95rem;
  background:#f2f6f4;
  color:#12211f;
}
.secondary-track .site-plan{max-width:980px;
  margin:0 auto;}
.secondary-track .bottom-brand{display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  justify-content:space-between;
  gap:1.03rem;
  padding-bottom:calc(1.03rem * 1.5);
  border-bottom:1px solid #dde6e3;
  margin-bottom:calc(1.03rem * 1.5);}
.secondary-track .bottom-brand p{flex:1 1 22rem;
  max-width:44rem;
  margin:0;
  font-size:15.2px;
  line-height:2.04;}
.secondary-track h2{flex:0 1 auto;
  margin:0;
  font-size:calc(15.2px * 2);
  line-height:1.15;
  text-align:right;}
.secondary-track .team-menu{display:flex;
  flex-wrap:wrap;
  gap:calc(1.03rem * 1.5) 1.03rem;}
.secondary-track [data-cluster]{flex:1 1 17rem;
  max-width:32rem;
  padding-top:calc(1.5rem * .75);
  border-top:2px solid #0f7a5a;}
.secondary-track h3{margin:0;
  font-size:calc(15.2px * 1.35);
  line-height:1.3;}
.secondary-track [data-cluster] p{margin:calc(1.5rem * .75) 0 0;
  font-size:calc(15.2px * .875);
  line-height:2.04;}
@media(max-width:680px){.secondary-track .bottom-brand{
    display:block;
  }.secondary-track h2{
    margin-top:1.5rem;
    text-align:left;
  }.secondary-track [data-cluster]{
    flex:1 1 100%;
    max-width:none;
  }
}
.focused-method{
    background:#ffffff;
    color:#12211f;
    padding:calc(1.5rem * 2.4) 1.95rem;
}
.focused-method .c{max-width:980px;
    margin:0 auto;
    display:grid;
    gap:1.95rem;}
@media (min-width:1024px){.focused-method .c{grid-template-columns:minmax(0,1fr) 280px;}
}
.focused-method .compact-story{min-width:0;}
.focused-method .team-service{margin-bottom:1.5rem;}
.focused-method h1{font-size:calc(15.2px * 2.65);
    line-height:1.15;
    margin:0 0 0.6rem;}
.focused-method .compact-unit{font-size:calc(15.2px * 1.125);
    margin:0 0 1.1rem;
    max-width:52ch;}
.focused-method .page-callout{display:flex;
    flex-wrap:wrap;
    gap:0.5rem 1.25rem;
    font-size:calc(15.2px * .875);}
.focused-method .page-callout .clear-steps{
    background:#123a63;
    color:#ffffff;
    padding:0.15rem 0.6rem;
    border-radius:0.35rem;
}
.focused-method .active-actions{line-height:2.04;
    font-size:15.2px;}
.focused-method .active-actions p{margin:0 0 1.1rem;}
.focused-method .active-actions h2{font-size:calc(15.2px * 1.35);
    margin:1.8rem 0 0.7rem;}
.focused-method .active-actions a{text-decoration:underline;}
.focused-method .active-actions a:hover{}
.focused-method .plain-list{border-left:3px solid #0f7a5a;
    padding-left:0.9rem;
    margin-top:1.6rem;}
.focused-method .post-foot{margin-top:calc(1.03rem * 1.5);
    padding-top:1.1rem;
    border-top:1px solid #dde6e3;
    display:flex;
    flex-direction:column;
    gap:0.4rem;}
.focused-method .foot-label{font-size:calc(15.2px * .875);}
.focused-method .post-foot .next{font-size:15.2px;
    text-decoration:none;}
.focused-method .post-foot .next:hover{text-decoration:underline;}
.focused-method .service-links{
    background:#ffffff;
    color:#12211f;
    border:1px solid #dde6e3;
    border-radius:1rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 0px 5px rgba(0,0,0,0.02);
    align-self:start;
}
.focused-method .service-links h3{margin:0 0 0.9rem;
    font-size:15.2px;}
.focused-method .strong-frame{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:0.9rem;}
.focused-method .strong-frame li{display:flex;
    flex-direction:column;
    gap:0.2rem;}
.focused-method .strong-frame a{text-decoration:none;
    font-size:15.2px;}
.focused-method .strong-frame a:hover{text-decoration:underline;}
.focused-method .strong-frame .soft-entries{font-size:calc(15.2px * .875);}
.focused-method .primary-team{margin:1.1rem 0 0;
    font-size:calc(15.2px * .875);}
.focused-method .primary-team a{text-decoration:underline;}
.focused-method .primary-team a:hover{}
.primary-steps{padding:calc(1.5rem * 2.4) 1.95rem;background:#ffffff;color:#12211f;}
.primary-steps .section{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.03rem * 1.5);}
.primary-steps .service-headline{display:flex;flex-wrap:wrap;align-items:baseline;gap:1.03rem;}
.primary-steps .direct-story{margin:0;font-size:calc(15.2px * 1.35);}
.primary-steps .featured-links{margin:0;font-size:calc(15.2px * .875);color:#12211f;}
.primary-steps .narrow-items{display:flex;flex-direction:column;gap:1.03rem;max-width:62ch;}
.primary-steps .top-steps{margin:0;font-size:15.2px;line-height:2.04;}
.primary-steps .public-panel{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.03rem;font-size:calc(15.2px * .875);}
.primary-steps .public-panel a{color:#0f7a5a;text-decoration:none;border-bottom:1px solid #dde6e3;padding-bottom:2px;}
.primary-steps .public-panel a:hover{color:#123a63;border-bottom-color:#123a63;}
@media (max-width:640px){.primary-steps .service-headline{flex-direction:column;gap:4px;}
}
.page-tile{
        background:#ffffff;
        color:#12211f;
        padding:calc(1.5rem * 2.4) 1.95rem;
    }
.page-tile .c{max-width:980px;
        margin:0 auto;
        display:grid;
        gap:1.95rem;}
@media (min-width:1024px){.page-tile .c{
            grid-template-columns:minmax(0,1fr) 280px;
            align-items:start;
        }
    }
.page-tile .page-story{margin-bottom:calc(1.03rem * 1.5);}
.page-tile h1{font-size:calc(15.2px * 2.65);
        line-height:1.2;
        margin:0 0 0.6rem;}
.page-tile .contact-intro{font-size:calc(15.2px * 1.125);
        margin:0 0 1rem;}
.page-tile .page-callout{display:flex;
        flex-wrap:wrap;
        gap:0.4rem 1.2rem;
        font-size:calc(15.2px * .875);}
.page-tile .active-actions{line-height:2.04;}
.page-tile .active-actions p{margin:0 0 1.1rem;}
.page-tile .active-actions h2{font-size:calc(15.2px * 1.35);
        margin:1.8rem 0 0.7rem;
        line-height:1.3;}
.page-tile .wide-inner{margin-top:calc(1.03rem * 1.5);
        padding-top:calc(1.5rem * .75);
        border-top:1px solid #dde6e3;
        display:flex;
        flex-wrap:wrap;
        align-items:baseline;
        gap:0.5rem 1.2rem;
        font-size:calc(15.2px * .875);}
.page-tile .route-label{}
.page-tile .wide-inner a{text-decoration:none;}
.page-tile .wide-inner a:hover{text-decoration:underline;}
.page-tile .offer-wrap{
        background:#ffffff;
        color:#12211f;
        border:1px solid #dde6e3;
        border-radius:1rem;
        padding:calc(1.5rem * .75);
        box-shadow:0 0px 5px rgba(0,0,0,0.02);
    }
.page-tile .offer-wrap h3{font-size:15.2px;
        margin:0 0 0.9rem;}
.page-tile .clear-track{list-style:none;
        margin:0;
        padding:0;
        display:flex;
        flex-direction:column;
        gap:0.9rem;}
.page-tile .clear-track li{display:flex;
        flex-direction:column;
        gap:0.2rem;}
.page-tile .clear-track a{text-decoration:none;
        font-size:calc(15.2px * .875);}
.page-tile .clear-track a:hover{text-decoration:underline;}
.page-tile .soft-entries{font-size:calc(15.2px * .875);
        line-height:1.5;}
.text-nav{
    padding:calc(1.5rem * 2.4) 1.95rem;
    background:#ffffff;
    color:#12211f;
}
.text-nav .section{max-width:980px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.03rem * 1.5);
    align-items:flex-start;}
.text-nav .service-headline{flex:1 1 220px;
    min-width:200px;}
.text-nav .mission{flex:2 1 380px;
    min-width:260px;}
.text-nav .direct-story{margin:0 0 0.35rem;
    font-size:calc(15.2px * 1.35);
    line-height:1.3;}
.text-nav .featured-links{
    margin:0;
    font-size:calc(15.2px * .875);
    color:#12211f;
    background:#f2f6f4;
    display:inline-block;
    padding:0.2rem 0.6rem;
    border-radius:0.35rem;
}
.text-nav .top-steps{margin:0 0 calc(1.03rem * 1.5);
    font-size:15.2px;
    line-height:2.04;}
.text-nav .top-steps:last-of-type{margin-bottom:0;}
.text-nav .focused-flow{flex:1 1 100%;
    border-top:1px solid #dde6e3;
    padding-top:calc(1.03rem * 1.5);
    margin-top:calc(1.03rem * 1.5);}
.text-nav .focused-flow .soft-header{margin:0 0 0.3rem;
    font-size:calc(15.2px * .875);}
.text-nav .focused-flow .soft-header:last-child{margin-bottom:0;}
.text-nav .focused-flow a{color:#0f7a5a;
    text-decoration:none;
    border-bottom:1px solid #dde6e3;}
.text-nav .focused-flow a:hover{color:#123a63;
    border-bottom-color:#123a63;}
.text-nav .soft-entries{flex:1 1 100%;
    margin:calc(1.03rem * 1.5) 0 0;
    font-size:calc(15.2px * .875);
    color:#12211f;}
@media (max-width:640px){.text-nav .section{
        flex-direction:column;
        gap:calc(1.5rem * .75);
    }
}
.submit{
    background:#ffffff;
    color:#12211f;
    padding:calc(1.5rem * 2.4) 1.95rem;
}
.submit .c{max-width:980px;
    margin:0 auto;
    display:grid;
    gap:1.95rem;}
@media (min-width:1024px){.submit .c{
        grid-template-columns:1fr 280px;
        align-items:start;
    }
}
.submit .page-story{margin-bottom:calc(1.03rem * 1.5);}
.submit h1{font-size:calc(15.2px * 2.65);
    line-height:1.2;
    margin:0 0 1.03rem;
    letter-spacing:-0.01em;}
.submit .contact-intro{font-size:calc(15.2px * 1.125);
    line-height:1.6;
    margin:0 0 1.03rem;
    max-width:60ch;}
.submit .page-callout{display:flex;
    flex-wrap:wrap;
    gap:1.03rem;
    font-size:calc(15.2px * .875);
    padding-top:1.03rem;
    border-top:1px solid #dde6e3;}
.submit .active-actions{line-height:2.04;
    font-size:15.2px;}
.submit .active-actions h2{font-size:calc(15.2px * 1.35);
    margin:calc(1.03rem * 1.5) 0 1.03rem;
    line-height:1.3;}
.submit .active-actions h2:first-child{margin-top:0;}
.submit .active-actions p{margin:0 0 1.03rem;}
.submit .active-actions code{
    font-family:"Nunito", sans-serif;
    background:#f2f6f4;
    color:#12211f;
    padding:0.1em 0.4em;
    border-radius:0.35rem;
    font-size:calc(15.2px * .875);
}
.submit .active-actions a{text-decoration:underline;
    text-underline-offset:3px;}
.submit .active-actions a:hover{}
.submit .offer-wrap{
    background:#ffffff;
    color:#12211f;
    border:1px solid #dde6e3;
    border-radius:1rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 0px 5px rgba(0,0,0,0.02);
}
.submit .offer-wrap h3{font-size:15.2px;
    margin:0 0 1.03rem;
    line-height:1.3;}
.submit .clear-track{display:flex;
    flex-direction:column;
    gap:1.03rem;}
.submit .clear-track .offer-wrap{
    background:transparent;
    border:none;
    border-radius:0;
    box-shadow:none;
    padding:0;
}
.submit .clear-track a{text-decoration:none;
    font-size:calc(15.2px * .875);
    line-height:1.5;}
.submit .clear-track a:hover{text-decoration:underline;}
.social{
    padding:calc(1.5rem * 2.4) 1.95rem;
    background:#ffffff;
    color:#12211f;
}
.social .section{max-width:980px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(1.03rem * 1.5);
    align-items:flex-start;}
.social .clear-quote{flex:0 0 220px;
    min-width:180px;}
.social .direct-story{margin:0 0 4px;
    font-size:calc(15.2px * 1.35);
    line-height:1.3;}
.social .featured-links{
    margin:0;
    font-size:calc(15.2px * .875);
    color:#12211f;
    background:#f2f6f4;
    display:inline-block;
    padding:2px 10px;
    border-radius:0.35rem;
}
.social .narrow-items{flex:1 1 320px;
    min-width:240px;}
.social .top-steps{margin:0 0 calc(1.03rem * 1.5);
    font-size:15.2px;
    line-height:2.04;}
.social .soft-entries{margin:0;
    font-size:calc(15.2px * .875);
    color:#12211f;
    border-left:2px solid #dde6e3;
    padding-left:calc(1.5rem * .75);}
.social .soft-header{flex:1 1 100%;
    list-style:none;
    margin:0;
    padding:calc(1.5rem * .75) 0 0;
    border-top:1px solid #dde6e3;
    display:flex;
    flex-wrap:wrap;
    gap:1.03rem calc(1.5rem * .75);
    font-size:calc(15.2px * .875);}
.social .soft-header a{color:#0f7a5a;
    text-decoration:none;}
.social .soft-header a:hover{color:#123a63;
    text-decoration:underline;}
@media (max-width:640px){.social .clear-quote{
        flex:1 1 100%;
    }
}
.simple-content{
        padding:calc(calc(1.5rem * 2.4) * .8) 1.95rem calc(calc(1.5rem * 2.4) * .68);
        background:var(--ink-accent);
        color:var(--ink-deep);
    }
.text-section{
        max-width:980px;
        margin:0 auto;
        display:flex;
        flex-wrap:wrap;
        align-items:flex-end;
        gap:1.03rem;
    }
.direct-tile{
        flex:1 1 32rem;
        min-width:0;
    }
.simple-content h1{margin:0;
        font-size:clamp(1.9rem,4.6vw,3.4rem);
        line-height:1.08;
        font-weight:740;
        letter-spacing:-0.01em;}
.simple-content p{margin:calc(calc(1.03rem * 1.5) * .7) 0 0;
        max-width:38rem;
        font-size:15.2px;
        line-height:1.72;
        color:color-mix(in srgb,currentColor 82%,transparent);}
@media (max-width:720px){.simple-content{
            padding-top:calc(calc(1.5rem * 2.4) * .62);
            padding-bottom:calc(calc(1.5rem * 2.4) * .55);
        }.text-section{display:block}
    }
.offer{
  padding: calc(1.5rem * 2.4) 1.95rem;
  background: #123a63;
  color: #ffffff;
}
.offer .site-plan{display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: calc(1.03rem * 1.5);
  max-width: 980px;
  margin: 0 auto;}
.offer .narrow-items{flex: 1 1 22rem;
  min-width: 0;}
.offer h2{margin: 0;
  font-size: calc(15.2px * 2);
  line-height: 1.15;}
.offer .narrow-items > p{margin: 1.5rem 0 0;
  font-size: 15.2px;
  line-height: 2.04;}
.offer .narrow-items > p.note{margin-top: calc(1.03rem * 1.5);
  padding-left: calc(1.5rem * .75);
  border-left: 2px solid color-mix(in srgb, currentColor 45%, transparent);
  font-size: calc(15.2px * .875);
  opacity: .92;}
.offer .main-group{display: flex;
  flex-wrap: wrap;
  gap: 1.03rem 1.5rem;
  margin-top: calc(1.03rem * 1.5);}
.offer .main-group a{color: inherit;
  font-size: calc(15.2px * .875);
  text-decoration: underline;
  text-underline-offset: .22em;}
.offer .main-group a:hover{text-decoration-thickness: 2px;}
.offer .site-nav{flex: 1 1 24rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;}
.offer .wide-inner{display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.03rem;
  padding: 1.5rem 0;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid color-mix(in srgb, currentColor 28%, transparent);
  transition: padding-left 630ms var(--speed-hover);}
.offer .wide-inner:first-child{border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.offer a.route:hover{padding-left: calc(1.5rem * .75);}
.offer .wide-inner span{flex: 0 0 30%;
  font-size: calc(15.2px * .875);
  letter-spacing: .02em;
  opacity: .75;}
.offer .wide-inner strong,
.offer .wide-inner p{flex: 1 1 auto;
  max-width: 26rem;
  margin: 0;
  text-align: right;
  line-height: 2.04;
  overflow-wrap: anywhere;}
.offer .wide-inner strong{font-size: calc(15.2px * 1.125);}
@media (max-width: 760px) {.offer .site-plan{
    display: block;
  }.offer .site-nav{
    margin-top: calc(1.03rem * 1.5);
  }
}
@media (max-width: 520px) {.offer .wide-inner{
    display: block;
  }.offer .wide-inner span{
    display: block;
    margin-bottom: calc(1.5rem * .75);
  }.offer .wide-inner strong,
  .offer .wide-inner p{
    display: block;
    text-align: left;
  }
}
.visual-benefit{padding:calc(1.5rem * 2.4) 1.95rem;background:#ffffff;color:#12211f}
.visual-benefit .site-plan{max-width:980px;margin:0 auto}
.visual-benefit .active-menu{display:flex;flex-wrap:wrap;gap:calc(1.03rem * 1.5);align-items:flex-start}
.visual-benefit .featured-media{flex:1 1 20rem;min-width:0}
.visual-benefit h2{margin:0;font-size:calc(15.2px * 2);line-height:1.15}
.visual-benefit .featured-media p{margin:calc(1.5rem * .75) 0 0;font-size:15.2px;line-height:2.04}
.visual-benefit .featured-media .soft-entries{margin-top:calc(1.5rem * .75);font-size:calc(15.2px * .875);color:#12211f;background:#f2f6f4;border-radius:0.65rem;padding:calc(1.5rem * .75)}
.visual-benefit form{flex:1 1 30rem;min-width:0;background:#ffffff;color:#12211f;border:1px solid #dde6e3;border-radius:1rem;padding:1.5rem;box-shadow:0 0px 5px rgba(0,0,0,0.02)}
.visual-benefit .soft-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1.03rem}
.visual-benefit label{display:block;min-width:0}
.visual-benefit label.wide{margin-top:1.03rem}
.visual-benefit .soft-inner span,.visual-benefit .strong-intro span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(15.2px * .875);color:#12211f}
.visual-benefit input,.visual-benefit select,.visual-benefit textarea{width:100%;max-width:100%;box-sizing:border-box;border:1px solid #dde6e3;border-radius:0.35rem;background:#ffffff;color:#12211f;font:inherit;padding:calc(1.5rem * .75);outline:none}
.visual-benefit textarea{resize:vertical;line-height:2.04}
.visual-benefit input::placeholder,.visual-benefit textarea::placeholder{color:rgba(255,255,255,0.55)}
.visual-benefit input:focus,.visual-benefit select:focus,.visual-benefit textarea:focus{border-color:#1a8f6b;box-shadow:0 0 0 2px #1a8f6b}
.visual-benefit .direct-header{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.visual-benefit .direct-header label{display:inline-flex;align-items:center;gap:calc(1.5rem * .75);width:auto;border-radius:0.65rem;background:#f2f6f4;color:#12211f;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);font-size:calc(15.2px * .875)}
.visual-benefit .direct-header input{width:1rem;height:1rem;accent-color:#0f7a5a}
.visual-benefit .media-header{margin-top:1.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:1.03rem}
.visual-benefit button{border:0;border-radius:0.65rem;background:#0f7a5a;color:#ffffff;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;white-space:nowrap;transition:background 630ms var(--speed-hover)}
.visual-benefit button:hover{background:#0b6349;color:#12211f;}
.visual-benefit .compact-intro{margin:0;flex:1 1 12rem;min-width:0;font-size:calc(15.2px * .875);color:#12211f}
@media(max-width:780px){.visual-benefit .active-menu{display:block}.visual-benefit form{margin-top:calc(1.03rem * 1.5);padding:1.5rem}.visual-benefit .soft-inner{display:block}.visual-benefit .soft-inner label+label{margin-top:1.03rem}}
.content-contact{padding:calc(1.5rem * 2.4) 1.95rem;background:#123a63;color:#ffffff}
.content-contact .proof{max-width:980px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.42fr) minmax(0,1fr);gap:1.03rem;align-items:start}
.content-contact .page-method{padding:calc(1.5rem * .75);border-radius:1.28rem;background:#ffffff;color:#12211f;display:flex;flex-direction:column;justify-content:center}
.content-contact .page-method span{font-size:calc(15.2px * .875);letter-spacing:.02em}
.content-contact h2{margin:calc(1.5rem * .75) 0;font-size:calc(15.2px * 2);line-height:1.15}
.content-contact .page-method p{margin:0;font-size:15.2px;}
.content-contact .direct-service{display:grid;grid-template-columns:minmax(0,1fr) minmax(15rem,.38fr);gap:calc(1.5rem * .75)}
.content-contact .primary-nav{min-height:28rem;border-radius:1rem;overflow:hidden;border:1px solid color-mix(in srgb,currentColor 26%,transparent)}
.content-contact iframe{display:block;width:100%;height:100%;border:0}
.content-contact .narrow-menu{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.content-contact .media-figure{padding:calc(1.5rem * .75);border-radius:0.65rem;background:#f2f6f4;color:#12211f;border:1px solid #dde6e3}
.content-contact .media-figure span{font-size:calc(15.2px * .875);display:block}
.content-contact .media-figure strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-size:15.2px;line-height:1.4}
.content-contact .media-figure a{text-decoration:none}
.content-contact .media-figure a:hover{text-decoration:underline}
@media (max-width:900px){.content-contact .proof,.content-contact .direct-service{grid-template-columns:1fr}.content-contact .primary-nav{min-height:22rem}}
.secondary-visual{padding:calc(1.5rem * 2.4) 1.95rem;background:var(--ink-accent);color:var(--ink-deep)}
.secondary-visual .narrow-items{max-width:min(980px,62rem);margin:0 auto}
.secondary-visual h2{margin:0;font-size:calc(15.2px * 2.65);line-height:1.08}
.secondary-visual .contact-intro{margin:1.5rem 0 calc(1.03rem * 1.5);font-size:calc(15.2px * 1.125);color:color-mix(in srgb,currentColor 76%,transparent)}
.secondary-visual .narrow-menu{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.secondary-visual .media-figure{padding:calc(1.5rem * .75) 0;border-top:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.secondary-visual .media-figure:first-child{border-top:0;padding-top:0}
.secondary-visual h3{margin:0 0 0.4rem;font-size:calc(15.2px * 1.35);line-height:1.25}
.secondary-visual .media-figure p{margin:0;color:color-mix(in srgb,currentColor 78%,transparent)}
.secondary-visual .soft-entries{margin:calc(1.03rem * 1.5) 0 0;font-size:calc(15.2px * .875);color:color-mix(in srgb,currentColor 62%,transparent)}
@media (min-width:720px){.secondary-visual .narrow-menu{display:grid;grid-template-columns:1fr 1fr;gap:0 1.95rem}.secondary-visual .media-figure{padding:calc(1.5rem * .75) 0}.secondary-visual .media-figure:nth-child(2){border-top:0;padding-top:0}
}
.soft-stack{padding:calc(1.5rem * 2.4) 1.95rem;background:#0f7a5a;color:#ffffff}
.soft-stack .wide-block{max-width:min(980px,62rem);margin:0 auto}
.soft-stack h2{margin:0;font-size:calc(15.2px * 2.65);line-height:1.08}
.soft-stack .featured-unit{margin:1.5rem 0 calc(1.03rem * 1.5);font-size:calc(15.2px * 1.125);max-width:52rem}
.soft-stack .offer-service{display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb,currentColor 34%,transparent)}
.soft-stack .soft-entries{padding:calc(1.5rem * .75) 0}
.soft-stack .soft-entries + .soft-entries{border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.soft-stack h3{margin:0 0 calc(calc(1.5rem * .75) / 2);font-size:calc(15.2px * 1.35);line-height:1.25}
.soft-stack .soft-entries p{margin:0;font-size:15.2px}
.soft-stack .page-note{margin:calc(1.03rem * 1.5) 0 0;font-size:calc(15.2px * .875);opacity:.92}
.soft-stack a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.soft-stack a:hover{opacity:.8}
@media (min-width:48rem){.soft-stack .soft-entries{display:grid;grid-template-columns:minmax(14rem,20rem) 1fr;gap:1.03rem;align-items:start}.soft-stack h3{margin:0}
}
.media-flow{
        padding:calc(calc(1.5rem * 2.4) * .8) 1.95rem calc(calc(1.5rem * 2.4) * .62);
        background:#ffffff;
        color:#12211f;
        border-bottom:1px solid #dde6e3;
    }
.text-section{
        max-width:980px;
        margin:0 auto;
        display:flex;
        align-items:flex-start;
    }
.direct-tile{
        width:min(100%,46rem);
        padding-left:calc(1.03rem * 1.5);
        border-left:2px solid #0f7a5a;
    }
.media-flow h1{margin:0;
        font-size:clamp(1.9rem,4.4vw,3.1rem);
        line-height:1.12;
        font-weight:700;
        letter-spacing:-0.01em;}
.media-flow p{margin:calc(1.03rem * 1.5) 0 0;
        max-width:38rem;
        font-size:15.2px;
        line-height:1.72;}
@media (max-width:720px){.direct-tile{
            padding-left:calc(1.5rem * .75);
            border-left-width:2px;
        }.media-flow{
            padding-top:calc(calc(1.5rem * 2.4) * .6);
            padding-bottom:calc(calc(1.5rem * 2.4) * .5);
        }
    }
.local-figure{--layer-soft:calc(1.5rem * 1.05);--layer-strong:calc(980px / 2.90);padding:calc(1.5rem * 2.4) 1.95rem;background:#ffffff;color:#12211f;}
.local-figure .site-plan{max-width:980px;margin:0 auto;}
.local-figure h1,.local-figure h2,.local-figure h3,.local-figure p{margin:0;}
.local-figure h2{font-size:calc(15.2px * 2);line-height:1.12;}
.local-figure p{font-size:15.2px;line-height:2.04;color:#5c6f6a;}
.local-figure a{color:inherit;text-decoration:none;}
.local-figure .soft-entries{font-size:calc(15.2px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#0f7a5a;}
.local-figure .contact-intro{max-width:var(--layer-strong);}
.local-figure .wide-inner{display:flex;flex-wrap:wrap;align-items:center;gap:1.03rem;margin-top:calc(1.03rem * 1.5);}
.local-figure .media-header{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.35rem;background:#0f7a5a;color:#ffffff;}
.local-figure .media-header:hover{background:#0b6349;}
.local-figure .contact-story{font-size:calc(15.2px * .875);color:#123a63;text-decoration:underline;text-underline-offset:0.2em;}
.local-figure .contact-story:hover{color:#0f7a5a;}
.local-figure .primary-proof>.soft-entries,.local-figure .primary-proof>h2,.local-figure .primary-proof>p,.local-figure .primary-proof>.wide-inner{margin-top:1.5rem;}
.local-figure .primary-proof>.soft-entries{margin-top:0;}
.featured-menu{background:#123a63;color:#ffffff;padding:calc(1.5rem * 2.4) 1.95rem}
.featured-menu .site-plan{max-width:980px;margin:0 auto}
.featured-menu .strong-intro{display:flex;flex-direction:column;gap:calc(1.03rem * 1.5)}
.featured-menu h2{margin:0 0 calc(1.5rem * .75);font-size:clamp(calc(15.2px * 2),4.4vw,calc(15.2px * 2.65));line-height:1.1;letter-spacing:0}
.featured-menu h3{margin:0 0 .35rem;font-size:15.2px;line-height:1.3}
.featured-menu p{margin:0;font-size:15.2px;line-height:1.7}
.featured-menu .contact-intro{max-width:52ch;font-size:calc(15.2px * 1.125);line-height:1.6}
.featured-menu .public-content{display:flex;flex-wrap:wrap;gap:calc(1.03rem * 1.5);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);padding-top:calc(1.03rem * 1.5)}
.featured-menu .quiet-fields{flex:1 1 15rem;min-width:0}
.featured-menu .main-items{display:block;font-size:calc(15.2px * .875);letter-spacing:.08em;opacity:.7;margin-bottom:.4rem}
.featured-menu .focused-flow{display:flex;flex-wrap:wrap;gap:calc(1.03rem * 1.5);align-items:flex-start;background:color-mix(in srgb,currentColor 8%,transparent);border-radius:1rem;padding:calc(1.5rem * .75)}
.featured-menu .compact-contact{flex:1 1 20rem;min-width:0}
.featured-menu .soft-feature{flex:1 1 18rem;min-width:0;list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}
.featured-menu .soft-feature li{display:flex;flex-wrap:wrap;gap:.5rem;align-items:baseline}
.featured-menu .k{font-size:calc(15.2px * .875);opacity:.72;min-width:5.5rem}
.featured-menu .v{font-size:15.2px}
.featured-menu .soft-feature a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb,currentColor 45%,transparent)}
.featured-menu .soft-feature a:hover{border-bottom-color:currentColor}
.featured-menu .wide-inner{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.featured-menu .wide-inner a{padding:.55rem .9rem;border-radius:0.35rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none;font-size:calc(15.2px * .875)}
.featured-menu .wide-inner a:hover{background:color-mix(in srgb,currentColor 20%,transparent)}
@media(max-width:760px){.featured-menu .public-content{flex-direction:column}.featured-menu .quiet-fields,.featured-menu .compact-contact,.featured-menu .soft-feature{flex-basis:auto}}
.wide-menu{
  background: #ffffff;
  color: #12211f;
  padding: calc(1.5rem * 2.4) 1.95rem;
}
.wide-menu .site-plan{width: min(100%, 980px);
  margin: 0 auto;}
.wide-menu .primary-media{display: flex;
  flex-direction: column;
  gap: calc(1.03rem * 1.5);}
.wide-menu .narrow-items{padding-left: clamp(0px, 8vw, 96px);}
.wide-menu h1{margin: 0;
  font-size: clamp(calc(15.2px * 2), 6vw, calc(15.2px * 2.65));
  line-height: 1.05;
  letter-spacing: 0;}
.wide-menu .narrow-items p{margin: 1.5rem 0 0;
  max-width: 52ch;
  font-size: calc(15.2px * 1.125);
  line-height: 1.7;
  color: #12211f;}
.wide-menu .wide-team{display: flex;
  flex-direction: column;
  border-top: 1px solid #dde6e3;}
.wide-menu .wide-team a{display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1.03rem;
  padding: 1.1rem 0;
  border-bottom: 1px solid #dde6e3;
  color: inherit;
  text-decoration: none;
  transition: color 630ms var(--speed-hover);}
.wide-menu .wide-team a:hover span{color: #123a63;}
.wide-menu .wide-team span{font-weight: 700;
  font-size: 15.2px;
  color: #0f7a5a;
  transition: color 630ms var(--speed-hover);}
.wide-menu .wide-team small{max-width: 34ch;
  color: #12211f;
  font-size: calc(15.2px * .875);
  line-height: 1.5;
  text-align: right;}
.wide-menu .media-header{
  align-self: flex-start;
  padding: 0.85rem 1.4rem;
  border-radius: 0.65rem;
  background: #0f7a5a;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  transition: background 630ms var(--speed-hover);
}
.wide-menu .media-header:hover{
  background: #0b6349;color:#12211f;}
.wide-menu .wide-inner{margin: 0;
  font-size: calc(15.2px * .875);
  color: #12211f;}
.wide-menu .wide-inner a{color: #0f7a5a;
  text-decoration: underline;
  text-underline-offset: 3px;}
.wide-menu .wide-inner a:hover{color: #123a63;}
@media (max-width: 620px) {.wide-menu .narrow-items{
    padding-left: 0;
  }.wide-menu .wide-team a{
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4rem;
  }.wide-menu .wide-team small{
    max-width: none;
    text-align: left;
  }
}
