*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Merriweather", sans-serif;}
a{color:inherit;}
.secondary-body {
    width: 100%;
    background: #FBF9F4;
    color: #16262B;
    border-bottom: 1px solid #E2DCCE;
  }
.strong-track {
    max-width: 960px;
    margin: 0 auto;
    padding: calc(0.94rem * 1.5) 1.04rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.94rem;
  }
.site-items {
    font-size: calc(15.5px * 1.125);
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #16262B;
    text-decoration: none;
    white-space: nowrap;
  }
:root {
  --delay-fast: ease-in-out;
  --paint-base: #F1EDE3;
  --surface-panel: #2E3A3D;
}
.site-items:hover {
    color: #E8A94A;
  }
.featured-links {
    display: flex;
    align-items: center;
  }
.nav-list {
    display: flex;
    align-items: center;
    gap: 0.94rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
.nav-link {
    display: inline-block;
    padding: 0.35rem 0.15rem;
    font-size: 15.5px;
    color: #16262B;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 310ms var(--delay-fast),
                border-color 310ms var(--delay-fast);
  }
.nav-link:hover {
    color: #E8A94A;
    border-bottom-color: #E8A94A;
  }
.nav-link.is-active {
    border-bottom-color: #16262B;
  }
.media-flow {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: var(--paint-base);
    color: var(--surface-panel);
    border: 1px solid #E2DCCE;
    border-radius: 0.27rem;
    cursor: pointer;
  }
.open-view{
    display: block;
    width: 100%;
    height: 2px;
    background: var(--surface-panel);
    border-radius: 2px;color:#16262B;}
@media (max-width: 767px) {
    .strong-track {
      flex-wrap: wrap;
      align-items: center;
    }

    .media-flow {
      display: flex;
    }

    .featured-links {
      display: none;
      width: 100%;
      flex-basis: 100%;
      margin-top: calc(0.94rem * 1.5);
    }

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

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: calc(0.94rem * 1.5);
      padding: calc(0.94rem * 1.5) 0;
      border-top: 1px solid #E2DCCE;
    }

    .nav-link {
      font-size: calc(15.5px * 1.125);
      border-bottom: none;
      padding: 0.25rem 0;
    }

    .nav-link.is-active {
      border-bottom: none;
      text-decoration: underline;
      text-underline-offset: 4px;
    }
  }
.text-tile{font-family:"Merriweather", sans-serif;font-size:15.5px;line-height:1.88;padding:calc(1.5rem * 2.4) 1.04rem;background:#0F4C5C;color:#FBF9F4;}
.compact-nav{max-width:960px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.94rem * 1.5)}
.open-quote{display:flex;flex-direction:column;gap:1.5rem;max-width:46rem}
.plain-panel{font-size:calc(15.5px * 1.35);font-weight:700;letter-spacing:0.01em;margin:0}
.open-proof{font-size:15.5px;margin:0;opacity:0.9}
.bottom-nav{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:0.94rem;padding-top:calc(0.94rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15)}
.steady-items{min-width:0}
.local-tile{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}
.local-tile li{margin:0}
.local-tile a{color:inherit;text-decoration:none;font-size:calc(15.5px * .875);transition:opacity 310ms var(--delay-fast)}
.local-tile a:hover,
  .local-tile a:focus-visible{opacity:0.7;text-decoration:underline;color:inherit}
.quiet-wrap{display:flex;flex-direction:column;gap:1.5rem;padding-top:calc(0.94rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15);font-size:calc(15.5px * .875)}
.content-unit{font-weight:700;font-size:15.5px;margin:0}
.quiet-wrap p{margin:0}
.quiet-wrap a{color:inherit;text-decoration:none}
.quiet-wrap a:hover,
  .quiet-wrap a:focus-visible{text-decoration:underline;color:inherit}
.active-group{display:flex;flex-direction:column;gap:1.5rem;padding-top:calc(0.94rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15);font-size:calc(15.5px * .875)}
.soft-visual{margin:0;opacity:0.85;max-width:60rem}
.soft-visual a{color:inherit;text-decoration:underline}
.clear-lead{margin:0;opacity:0.75}
@media (max-width: 900px) {.bottom-nav{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 560px) {.text-tile{padding:calc(0.94rem * 1.5) 1.04rem;background:#0F4C5C;color:#FBF9F4;}.bottom-nav{grid-template-columns:1fr}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:50%;bottom:clamp(14px,2vw,24px);transform:translateX(-50%);z-index:1200}
.cookies .simple-menu{width:min(32rem,calc(100vw - 28px));padding:14px 16px;border:1px solid #E2DCCE;border-radius:22px;background:#FFFFFF;color:#16262B;box-shadow:0 12px 28px rgba(0,0,0,0.12)}
.cookies .site-intro{margin:0}
.cookies strong{font-size:calc(15.5px * 1.35)}
.cookies p{margin:6px 0 0;line-height:1.88}
.cookies .quiet-steps{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}
.cookies .quiet-steps button{border:1px solid #E2DCCE;background:var(--paint-base);color:var(--surface-panel);border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .quiet-steps button.cookie-accept{background:#0F4C5C;color:#FBF9F4}
.main-brand{--field-base:calc(1.5rem * 1.15);--axis-soft:calc(960px / 2.2);--font-strong:calc(960px / 3.2);padding:calc(1.5rem * 2.4) 1.04rem;background:#FBF9F4;color:#16262B;}
.main-brand .clear-figure{max-width:960px;margin:0 auto;}
.main-brand h1,.main-brand p{margin:0;}
.main-brand h1{font-size:calc(15.5px * 2.65);line-height:1.1;font-weight:500;}
.main-brand p{font-size:15.5px;line-height:1.88;}
.main-brand a{text-decoration:none;}
.main-brand img{display:block;width:100%;height:auto;border-radius:0.33rem;}
.main-brand .featured-fields{display:flex;align-items:flex-start;gap:0.94rem;}
.main-brand .contact-brand{flex:1 1 auto;min-width:0;}
.main-brand .steady-content{margin-top:1.5rem;font-size:calc(15.5px * 1.125);}
.main-brand .public-headline{margin-top:calc(0.94rem * 1.5);color:var(--surface-panel);}
.main-brand .simple-body{flex:0 1 var(--font-strong);min-width:0;}
.main-brand .simple-body img{width:min(var(--font-strong),100%);}
.main-brand .site-team{margin-top:calc(1.5rem * .75);font-size:calc(15.5px * .875);line-height:1.88;color:var(--surface-panel);}
.main-brand .focused-flow{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75);margin-top:var(--field-base);}
.main-brand .offer-benefit{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.27rem;background:#0F4C5C;color:#FBF9F4;font-size:calc(15.5px * .875);}
.main-brand .offer-benefit:hover{background:#0B3A47;color:#16262B;}
.main-brand .plain-copy{color:#0F4C5C;font-size:calc(15.5px * .875);border-bottom:1px solid transparent;}
.main-brand .plain-copy:hover{color:inherit;border-bottom-color:#E8A94A;}
@media(max-width:760px){.main-brand .featured-fields{flex-direction:column;}}
.text-steps{--field-base:calc(1.5rem * 0.85);--state-public:1px solid #E2DCCE;padding:calc(1.5rem * 2.4) 1.04rem;background:#FBF9F4;color:#16262B;}
.text-steps .clear-figure{max-width:960px;margin:0 auto;}
.text-steps h2,.text-steps h3,.text-steps p{margin:0;}
.text-steps h2{font-size:calc(15.5px * 2);line-height:1.14;font-weight:500;}
.text-steps h3{font-size:calc(15.5px * 1.35);line-height:1.24;font-weight:500;}
.text-steps p{font-size:15.5px;line-height:1.88;}
.text-steps a{text-decoration:none;}
.text-steps a:hover{}
.text-steps .service-figure{display:flex;flex-direction:column;gap:calc(1.5rem / 2);padding-bottom:calc(0.94rem * 1.5);border-bottom:var(--state-public);}
.text-steps .steady-content{}
.text-steps .fresh-headline{display:flex;flex-direction:column;gap:0;margin-top:calc(0.94rem * 1.5);}
.text-steps .public-entries{padding:calc(1.5rem * .75) 0;border-bottom:var(--state-public);}
.text-steps .public-entries:first-child{padding-top:0;}
.text-steps .contact-brand{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.text-steps .focused-flow{display:inline-block;width:max-content;max-width:100%;font-size:calc(15.5px * .875);letter-spacing:0.02em;text-transform:uppercase;border-bottom:1px solid currentColor;padding-bottom:2px;}
.text-steps .site-team{margin-top:calc(0.94rem * 1.5);font-size:calc(15.5px * .875);}
@media (min-width:768px){.text-steps .fresh-headline{display:grid;grid-template-columns:repeat(3,1fr);gap:0.94rem;}.text-steps .public-entries{padding:0;border-bottom:none;border-left:var(--state-public);padding-left:calc(1.5rem * .75);}.text-steps .public-entries:first-child{border-left:none;padding-left:0;}
}
.offer-feature{
  padding: calc(1.5rem * 2.4) 1.04rem;
  background: #0F4C5C;
  color: #FBF9F4;
}
.offer-feature .clear-figure{max-width: min(960px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.94rem * 1.5);
  align-items: flex-start;}
.offer-feature .steady-content{flex: 1 1 22rem;
  min-width: 0;}
.offer-feature h2{margin: 0;
  font-size: calc(15.5px * 2);
  line-height: 1.1;}
.offer-feature .steady-content p{margin: calc(1.5rem * .75) 0 0;
  font-size: 15.5px;
  line-height: 1.88;
  opacity: .82;}
.offer-feature .simple-surface{flex: 1 1 30rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #2E3A3D;}
.offer-feature .simple-surface a{display: grid;
  grid-template-columns: 7rem minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: calc(1.5rem * .75);
  row-gap: 0.2rem;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #2E3A3D;
  color: inherit;
  text-decoration: none;
  transition: opacity 310ms var(--delay-fast);}
.offer-feature .simple-surface a:hover{opacity: .82;}
.offer-feature .simple-surface span{grid-row: 1 / span 2;
  color: #E8A94A;
  font-size: calc(15.5px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.offer-feature .simple-surface strong{font-size: calc(15.5px * 1.125);
  font-weight: 500;
  line-height: 1.3;}
.offer-feature .simple-surface em{font-style: normal;
  font-size: calc(15.5px * .875);
  line-height: 1.88;
  opacity: .78;}
@media (max-width: 760px) {.offer-feature .simple-surface a{
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 0.35rem;
  }.offer-feature .simple-surface span{
    grid-row: auto;
  }
}
.clear-steps{padding:calc(1.5rem * 2) 1.04rem;background:#FBF9F4;color:#16262B;}
.clear-steps .simple-menu{max-width:960px;margin:0 auto;display:grid;gap:calc(0.94rem * 1.5);}
.clear-steps h2,.clear-steps h3,.clear-steps p{margin:0;}
.clear-steps .team-lead{display:grid;gap:.55rem;}
.clear-steps .offer-media{font-size:calc(15.5px * .875);letter-spacing:.04em;text-transform:uppercase;}
.clear-steps h2{font-size:calc(15.5px * 2);line-height:1.25;}
.clear-steps .quiet-benefit{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0.94rem;}
.clear-steps .clear-brand{background:#FFFFFF;color:#16262B;border:1px solid #E2DCCE;border-radius:0.55rem;padding:calc(1.5rem * .75);display:grid;gap:.4rem;box-shadow:0 0px 3px rgba(0,0,0,0.08);}
.clear-steps .clear-brand h3{font-size:calc(15.5px * 1.35);line-height:1.3;}
.clear-steps .clear-brand p{font-size:15.5px;line-height:1.88;}
.clear-steps .focused-flow{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;padding-top:.4rem;border-top:1px solid #E2DCCE;}
.clear-steps .focused-flow p{flex:1 1 22rem;font-size:calc(15.5px * .875);}
.clear-steps .focused-flow a{display:inline-flex;min-height:2.4rem;padding:0 .9rem;align-items:center;text-decoration:none;border-radius:0.27rem;background:#0F4C5C;color:#FBF9F4;border:1px solid rgba(15, 76, 92, 0.35);transition:background 310ms var(--delay-fast);}
.clear-steps .focused-flow a:hover{background:#0B3A47;color:#16262B;}
@media (max-width: 900px){.clear-steps .quiet-benefit{grid-template-columns:1fr 1fr;}
    }
@media (max-width: 680px){.clear-steps .quiet-benefit{grid-template-columns:1fr;}
    }
.public-details{
        padding: calc(1.5rem * 2.4) 1.04rem;
        background: #FBF9F4;
        color: #16262B
    }
.public-details .clear-figure{max-width: 960px;
        margin: 0 auto}
.public-details .main-grid{display: flex;
        flex-direction: column;
        gap: calc(0.94rem * 1.5)}
.public-details .service-figure{min-width: 0}
.public-details h2{margin: 0;
        font-size: calc(15.5px * 2);
        line-height: 1.12}
.public-details .service-figure p{margin: 1.5rem 0 0;
        font-size: calc(15.5px * 1.125);
        line-height: 1.88}
.public-details ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column}
.public-details li{display: flex;
        flex-wrap: wrap;
        gap: 0.94rem;
        align-items: baseline;
        padding: 1.5rem 0}
.public-details li + li{border-top: 1px solid #E2DCCE}
.public-details strong{flex: 0 1 17rem;
        min-width: 0;
        font-size: calc(15.5px * 1.35);
        line-height: 1.2}
.public-details span{flex: 1 1 24rem;
        min-width: 0;
        line-height: 1.88}
@media (max-width: 760px) {.public-details li{
            display: block
        }.public-details span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.top-note{padding:calc(calc(1.5rem * 2.4)*.72) 1.04rem;background:#FBF9F4;color:#16262B;}
.top-note .text-lead{max-width:min(960px,62rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(0.94rem * 1.5);}
.top-note h1{margin:0;font-size:clamp(1.85rem,4.6vw,calc(15.5px * 2.65));line-height:1.1;font-weight:600;letter-spacing:-0.01em;}
.top-note .steady-content{padding-left:calc(1.5rem * .75);border-left:3px solid #E8A94A;}
.top-note .steady-content p{margin:0;font-size:calc(15.5px * 1.125);line-height:1.7;color:var(--surface-panel,#2E3A3D);}
.top-note .page-nav{display:block;width:100%;height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.55rem;}
.top-note .contact-brand{display:flex;flex-direction:column;gap:0.94rem;}
.top-note .contact-brand p{margin:0;font-size:15.5px;line-height:1.88;}
@media (max-width:640px){.top-note{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.top-note .page-nav{aspect-ratio:4/3;}.top-note .steady-content{padding-left:calc(calc(1.5rem * .75)*.75);}
  }
.offer{
  background:#FBF9F4;
  color:#16262B;
  padding:calc(1.5rem * 2.4) 1.04rem;
}
.offer .clear-figure{max-width:960px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(0.94rem * 1.5);
  align-items:flex-start;}
.offer .contact-brand{flex:1 1 22rem;
  min-width:0;}
.offer .contact-brand > p:first-child{margin:0 0 0.94rem;
  font-size:calc(15.5px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:var(--surface-panel);}
.offer h2{margin:0 0 1.5rem;
  font-size:calc(15.5px * 2);
  line-height:1.12;
  font-weight:500;}
.offer .steady-content{margin:0 0 calc(0.94rem * 1.5);
  line-height:1.88;}
.offer .site-team{margin:0 0 calc(0.94rem * 1.5);
  padding-left:0.94rem;
  border-left:2px solid #E8A94A;
  color:var(--surface-panel);
  line-height:1.88;}
.offer .focused-flow{margin:0;
  font-size:calc(15.5px * .875);
  color:var(--surface-panel);}
.offer .focused-flow a{color:#0F4C5C;
  text-decoration:underline;
  text-underline-offset:3px;}
.offer .focused-flow a:hover{color:inherit;}
.offer .main-visual{flex:1 1 24rem;
  min-width:0;
  border-top:1px solid #E2DCCE;}
.offer .main-visual p{margin:0;
  padding:0.94rem 0;
  line-height:1.88;
  color:var(--surface-panel);}
.offer .main-visual p + p{border-top:1px solid #E2DCCE;}
.offer .main-visual strong{display:block;
  margin-bottom:0.25rem;
  color:#16262B;
  font-weight:600;}
.offer .main-visual span{display:block;}
@media (max-width:720px){.offer .clear-figure{display:block}.offer .main-visual{margin-top:calc(0.94rem * 1.5)}
}
.page-actions{
        padding:calc(1.5rem * 2.4) 1.04rem;
        background:var(--paint-base);
        color:var(--surface-panel);
    }
.page-actions .clear-figure{max-width:960px;
        margin:0 auto;}
.page-actions .signal{
        display:flex;
        flex-wrap:wrap;
        align-items:flex-start;
        justify-content:space-between;
        gap:calc(0.94rem * 1.5);
        border:1px solid #E2DCCE;
        border-radius:0.55rem;
        background:#FFFFFF;
        color:#16262B;
        padding:calc(1.5rem * .75);
    }
.page-actions .steady-content{flex:1 1 22rem;
        min-width:0;}
.page-actions .steady-content h2{margin:0 0 1.5rem;
        font-size:calc(15.5px * 2);
        line-height:1.25;}
.page-actions .steady-content p{margin:0;
        font-size:15.5px;
        line-height:1.88;}
.page-actions .offer-benefit{flex:0 1 16rem;
        display:flex;
        flex-direction:column;
        gap:0.94rem;}
.page-actions .offer-benefit .focused-flow{
        display:inline-block;
        text-align:center;
        text-decoration:none;
        padding:0.7rem 1.2rem;
        border-radius:0.33rem;
        background:#0F4C5C;
        color:#FBF9F4;
        font-weight:600;
        transition:background 310ms var(--delay-fast);
    }
.page-actions .offer-benefit .focused-flow:hover{
        background:#0B3A47;color:#16262B;}
.page-actions .offer-benefit .site-team{margin:0;
        font-size:calc(15.5px * .875);
        line-height:1.6;}
.page-actions .offer-benefit .site-team a{text-decoration:underline;}
.page-actions .offer-benefit .site-team a:hover{}
@media (max-width:760px){.page-actions .signal{
            flex-direction:column;
        }.page-actions .offer-benefit{
            flex:1 1 auto;
            width:100%;
        }
    }
.content-details{padding:calc(1.5rem*2.6) 1.04rem;background:var(--paint-base);color:var(--surface-panel);}
.content-details .content-callout{max-width:960px;margin:0 auto;}
.content-details .soft-form{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:0.94rem;margin-bottom:calc(0.94rem * 1.5);}
.content-details h2{margin:0;font-size:calc(15.5px * 2);line-height:1.25;}
.content-details .soft-form p{margin:0;max-width:34rem;font-size:15.5px;}
.content-details .secondary-stack{display:flex;flex-direction:column;gap:0.94rem;}
.content-details .text-lead{display:grid;grid-template-columns:13rem 1fr;gap:calc(1.5rem * .75);align-items:start;background:#FFFFFF;color:#16262B;border:1px solid #E2DCCE;border-radius:0.55rem;padding:calc(1.5rem * .75);box-shadow:0 0px 3px rgba(0,0,0,0.08);}
.content-details .media-links{overflow:hidden;border-radius:0.33rem;}
.content-details img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;}
.content-details .contact-brand{display:flex;flex-direction:column;gap:.35rem;}
.content-details h3{margin:0;font-size:calc(15.5px * 1.125);line-height:1.35;}
.content-details h3 a{color:inherit;text-decoration:none;}
.content-details h3 a:hover{color:inherit;}
.content-details .offer-media{margin:0;font-size:calc(15.5px * .875);letter-spacing:.04em;text-transform:uppercase;color:var(--surface-panel);opacity:.75;}
.content-details .contact-brand p{margin:0;font-size:15.5px;line-height:1.88;}
.content-details .plain-copy{align-self:flex-start;margin-top:.4rem;font-weight:700;font-size:calc(15.5px * .875);color:#0F4C5C;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:1px;}
.content-details .plain-copy:hover{color:inherit;}
.content-details .site-team{margin:calc(0.94rem * 1.5) 0 0;font-size:calc(15.5px * .875);color:var(--surface-panel);}
.content-details .site-team a{color:#0F4C5C;text-decoration:none;border-bottom:1px solid currentColor;}
.content-details .site-team a:hover{color:inherit;}
@media (max-width:820px){.content-details .soft-form{flex-direction:column;align-items:flex-start;}.content-details .text-lead{grid-template-columns:1fr;}.content-details .media-links{max-width:22rem;}
}
.bottom-callout{padding:calc(calc(1.5rem * 2.4)*.72) 1.04rem;background:#FBF9F4;color:#16262B;}
.bottom-callout .text-lead{max-width:min(960px,64rem);margin:0 auto;}
.bottom-callout h1{margin:0;max-width:22ch;font-size:clamp(1.95rem,4.8vw,calc(15.5px * 2.65));line-height:1.08;font-weight:600;letter-spacing:-0.01em;}
.bottom-callout .steady-content{margin-top:clamp(1rem,2vw,calc(0.94rem * 1.5));padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #E2DCCE;}
.bottom-callout .steady-content p{margin:0;font-size:clamp(1rem,1.24vw,15.5px);line-height:1.78;color:var(--surface-panel);}
.bottom-callout .page-nav{display:block;width:min(100%,42rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.33rem;margin:clamp(1.1rem,2.4vw,calc(0.94rem * 1.5)) 0 0;}
@media (max-width:640px){.bottom-callout{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.bottom-callout h1{max-width:100%;}.bottom-callout .page-nav{aspect-ratio:4/3;}
  }
.focused-proof{
    padding:calc(1.5rem * 2.4) 1.04rem;
    background:#FBF9F4;
    color:#16262B;
}
.focused-proof .clear-figure{max-width:960px;
    margin:0 auto;}
.focused-proof .offer-menu{max-width:64ch;
    margin:0 0 calc(0.94rem * 1.5);}
.focused-proof .offer-menu p{margin:0 0 0.4rem;
    font-size:calc(15.5px * .875);
    letter-spacing:0.09em;
    text-transform:uppercase;}
.focused-proof .offer-menu h2{margin:0 0 0.9rem;
    font-size:calc(15.5px * 2);
    line-height:1.25;
    font-weight:500;}
.focused-proof .offer-menu span{display:block;
    font-size:15.5px;
    line-height:1.88;}
.focused-proof .quiet-surface{display:flex;
    flex-wrap:wrap;
    gap:0.94rem;}
.focused-proof .quiet-surface article{
    flex:1 1 260px;
    min-width:0;
    padding:calc(1.5rem * .75);
    border:1px solid #E2DCCE;
    border-radius:0.55rem;
    background:#FFFFFF;
    color:#16262B;
    box-shadow:0 0px 3px rgba(0,0,0,0.08);
}
.focused-proof .quiet-surface article:nth-child(3n+2){
    background:var(--paint-base);
    color:var(--surface-panel);
    border-color:transparent;
}
.focused-proof .quiet-surface h3{margin:0 0 0.5rem;
    font-size:calc(15.5px * 1.35);
    font-weight:500;
    line-height:1.3;}
.focused-proof .quiet-surface p{margin:0 0 0.7rem;
    font-size:15.5px;
    line-height:1.88;}
.focused-proof .quiet-surface small{display:block;
    font-size:calc(15.5px * .875);
    opacity:0.82;}
@media (max-width:640px){.focused-proof .offer-menu{
        margin-bottom:1.5rem;
    }.focused-proof .quiet-surface article{
        flex:1 1 100%;
    }
}
.primary-rail{
  background: #FBF9F4;
  color: #16262B;
  padding: calc(1.5rem * 2.4) 1.04rem;
}
.primary-rail .clear-figure{width: min(100%, 960px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.94rem;
  align-items: flex-start;}
.primary-rail h2,
.primary-rail h3,
.primary-rail p{margin: 0;}
.primary-rail .primary-details{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.primary-rail h2{font-size: calc(15.5px * 2);
  line-height: 1.1;}
.primary-rail .primary-details p{color: var(--surface-panel);
  line-height: 1.88;}
.primary-rail a{width: fit-content;
  color: #0F4C5C;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.2rem;
  transition: color 310ms var(--delay-fast);}
.primary-rail a:hover{color:inherit;}
.primary-rail .steady-shell{display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 0.79rem;}
.primary-rail .fresh-items{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.primary-rail .content-block{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  align-items: center;
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid #E2DCCE;}
.primary-rail .content-block span{color: var(--surface-panel);
  font-size: calc(15.5px * .875);
  letter-spacing: 0.02em;}
.primary-rail h3{font-size: calc(15.5px * 1.35);
  line-height: 1.2;}
.primary-rail .media-links{display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 0.33rem;}
@media (max-width: 960px) {.primary-rail .steady-shell{ aspect-ratio: 16 / 9; }
}
.primary-rail .clear-figure > *{min-width: 0; flex: 1 1 18rem;}
.primary-rail .content-block > *{min-width: 0; flex: 1 1 16rem;}
.open-list{--field-base:calc(1.5rem * 1.12);--axis-soft:calc(960px / 2.15);padding:calc(1.5rem * 2.4) 1.04rem;background:#FBF9F4;color:#16262B;}
.open-list .clear-figure{max-width:960px;margin:0 auto;}
.open-list h1,.open-list h2,.open-list h3,.open-list p{margin:0;}
.open-list h2{font-size:calc(15.5px * 2);line-height:1.14;}
.open-list h3{font-size:calc(15.5px * 1.35);line-height:1.22;}
.open-list p{font-size:15.5px;line-height:1.88;}
.open-list a{color:inherit;text-decoration:none;}
.open-list .site-team{font-size:calc(15.5px * .875);letter-spacing:0.06em;text-transform:uppercase;}
.open-list .steady-content{margin-top:calc(0.94rem * 1.5);}
.open-list .offer-benefit{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.27rem;background:#0F4C5C;color:#FBF9F4;transition:background 310ms var(--delay-fast);}
.open-list .offer-benefit:hover{background:#0B3A47;color:#16262B;}
.open-list .fresh-items{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.94rem;margin-top:var(--field-base);}
.open-list .public-entries{flex:1 1 calc(960px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #E2DCCE;}
.open-list .public-entries p{margin-top:calc(1.5rem / 3);}
.open-list .site-list{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.94rem;}
.open-list .site-list>.contact-brand{flex:1 1 auto;min-width:0;}
.open-list .site-list>.offer-benefit{flex:0 0 auto;margin-top:calc(1.5rem / 2);}
.open-list .site-list>.fresh-items{flex:1 1 100%;}
.open-list .contact-brand h2{margin-top:calc(1.5rem / 2);}
@media (max-width:640px){.open-list .public-entries{flex:1 1 100%;}
}
.team-track{
  background:#FBF9F4;
  color:#16262B;
  padding:calc(1.5rem * 2.4) 1.04rem;
}
.team-track .clear-figure{max-width:960px;
  margin:0 auto;}
.team-track .wide-view{max-width:46rem;}
.team-track .main-visual{margin:0 0 1.5rem;
  color:var(--surface-panel);
  font-size:15.5px;
  line-height:1.88;}
.team-track h2{margin:0;
  font-size:calc(15.5px * 2);
  line-height:1.12;
  font-weight:500;
  letter-spacing:0;}
.team-track .contact-method{margin-top:calc(0.94rem * 1.5);
  max-width:54rem;}
.team-track .public-entries{display:flex;
  gap:0.94rem;
  align-items:flex-start;
  padding:1.5rem 0;}
.team-track .public-entries + .public-entries{border-top:1px solid #E2DCCE;}
.team-track .public-entries strong{flex:0 0 12rem;
  min-width:0;
  font-size:15.5px;
  font-weight:500;}
.team-track .public-entries span{min-width:0;
  color:var(--surface-panel);
  line-height:1.88;
  font-size:15.5px;}
@media (max-width:640px){.team-track .public-entries{display:block}.team-track .public-entries span{display:block;margin-top:.45rem}
}
.main-surface{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.04rem;
    background:#FBF9F4;color:#16262B;}
.main-surface .text-lead{max-width:min(960px,64rem);
    margin:0 auto;}
.main-surface h1{margin:0;
    max-width:24ch;
    font-size:clamp(1.95rem,4.8vw,calc(15.5px * 2.65));
    line-height:1.08;
    font-weight:600;
    letter-spacing:-0.005em;}
.main-surface .page-nav{display:block;
    width:min(100%,46rem);
    height:auto;
    aspect-ratio:16/9;
    object-fit:cover;
    border-radius:0.55rem;
    margin:clamp(1.1rem,2.4vw,calc(0.94rem * 1.5)) 0 0;}
.main-surface .text-lead>div{margin-top:clamp(1rem,2vw,1.5rem);
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #E2DCCE;}
.main-surface p{margin:0;
    font-size:clamp(1rem,1.22vw,15.5px);
    line-height:1.82;}
@media (max-width:640px){.main-surface h1{max-width:100%;}.main-surface .page-nav{aspect-ratio:4/3;}.main-surface{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }
  }
.narrow-media{--field-base:calc(1.5rem * 1.25);padding:calc(1.5rem * 2.4) 1.04rem;background:#FBF9F4;color:#16262B;}
.narrow-media .clear-figure{max-width:960px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.94rem * 1.5);}
.narrow-media h2,.narrow-media h3,.narrow-media p{margin:0;}
.narrow-media h2{font-size:calc(15.5px * 2);line-height:1.14;}
.narrow-media h3{font-size:calc(15.5px * 1.35);line-height:1.24;}
.narrow-media p{font-size:15.5px;line-height:1.88;}
.narrow-media .service-figure{display:flex;flex-direction:column;gap:1.5rem;}
.narrow-media .steady-content{color:var(--surface-panel);}
.narrow-media .narrow-service{display:flex;flex-direction:column;gap:var(--field-base);}
.narrow-media .public-entries{padding:calc(1.5rem * .75) 0;border-top:1px solid #E2DCCE;}
.narrow-media .public-entries:last-child{border-bottom:1px solid #E2DCCE;}
.narrow-media .public-entries p{margin-top:calc(1.5rem / 2.4);color:var(--surface-panel);}
.narrow-media .focused-flow{font-size:calc(15.5px * .875);color:var(--surface-panel);}
.narrow-media .focused-flow a{color:#0F4C5C;text-decoration:none;border-bottom:1px solid #0F4C5C;}
.narrow-media .focused-flow a:hover{color:inherit;border-bottom-color:#E8A94A;}
@media (min-width:720px){.narrow-media .service-figure{flex-direction:row;align-items:flex-start;gap:1.5rem;}.narrow-media .service-figure h2{flex:0 0 34%;}.narrow-media .service-figure .steady-content{flex:1 1 auto;}
}
.clear-block{padding:calc(1.5rem * 2) 1.04rem;background:#FBF9F4;color:#16262B;}
.clear-block .simple-menu{max-width:960px;margin:0 auto;display:grid;gap:calc(0.94rem * 1.5);}
.clear-block h2,.clear-block h3,.clear-block p{margin:0;}
.clear-block .steady-content{display:grid;gap:.55rem;}
.clear-block .steady-content h2{font-size:calc(15.5px * 2);line-height:1.25;}
.clear-block .steady-content p{font-size:15.5px;}
.clear-block .direct-section{display:grid;grid-template-columns:1.4fr 1fr;gap:calc(1.5rem * .75);align-items:start;}
.clear-block .secondary-menu{display:grid;gap:0.94rem;}
.clear-block .secondary-menu > div{display:grid;gap:.35rem;padding-bottom:.85rem;border-bottom:1px solid #E2DCCE;}
.clear-block .secondary-menu > div:last-child{border-bottom:0;padding-bottom:0;}
.clear-block .secondary-menu h3{font-size:calc(15.5px * 1.35);line-height:1.35;}
.clear-block .secondary-menu p{font-size:calc(15.5px * .875);line-height:1.88;}
.clear-block .plain-list{display:grid;gap:.6rem;background:var(--paint-base);color:var(--surface-panel);border-radius:0.55rem;padding:calc(1.5rem * .75);}
.clear-block .plain-list > div{display:grid;gap:.15rem;padding-bottom:.6rem;border-bottom:1px solid #E2DCCE;}
.clear-block .plain-list > div:last-child{border-bottom:0;padding-bottom:0;}
.clear-block .plain-list strong{font-size:15.5px;font-weight:600;}
.clear-block .plain-list span{font-size:calc(15.5px * .875);}
.clear-block .focused-flow{border-top:1px solid #E2DCCE;padding-top:calc(0.94rem * 1.5);}
.clear-block .focused-flow p{font-size:calc(15.5px * .875);}
.clear-block .focused-flow a{text-decoration:underline;text-underline-offset:3px;}
.clear-block .focused-flow a:hover{}
@media (max-width: 860px){.clear-block .direct-section{grid-template-columns:1fr;}
    }
.active-surface{--field-base:calc(1.5rem * 0.9);--layer-main:calc(960px / 9);padding:calc(1.5rem * 2.4) 1.04rem;background:#FBF9F4;color:#16262B;}
.active-surface .clear-figure{max-width:960px;margin:0 auto;}
.active-surface h2,.active-surface h3,.active-surface p,.active-surface ol,.active-surface li{margin:0;}
.active-surface h2{font-size:calc(15.5px * 2);line-height:1.14;}
.active-surface h3{font-size:calc(15.5px * 1.35);line-height:1.24;}
.active-surface p{font-size:15.5px;line-height:1.88;}
.active-surface .offer-menu{margin-bottom:calc(0.94rem * 1.5);}
.active-surface .site-team{font-size:calc(15.5px * .875);letter-spacing:.08em;text-transform:uppercase;color:var(--surface-panel);margin-bottom:calc(1.5rem / 3);}
.active-surface .steady-content{margin-top:1.5rem;color:var(--surface-panel);}
.active-surface .focused-flow{list-style:none;padding:0;display:flex;flex-direction:column;gap:var(--field-base);border-top:1px solid #E2DCCE;}
.active-surface .offer-fields{display:grid;grid-template-columns:var(--layer-main) 1fr;gap:0.94rem;padding-top:calc(1.5rem * .75);border-bottom:1px solid #E2DCCE;padding-bottom:calc(1.5rem * .75);}
.active-surface .fresh-story{font-size:calc(15.5px * 1.125);font-weight:600;color:inherit;line-height:1.2;}
.active-surface .contact-brand{min-width:0;}
.active-surface .contact-brand p{margin-top:calc(1.5rem / 3);color:var(--surface-panel);}
.active-surface .plain-visual{margin-top:calc(0.94rem * 1.5);font-size:calc(15.5px * .875);color:var(--surface-panel);}
.active-surface .plain-visual a{color:#0F4C5C;text-decoration:underline;text-underline-offset:3px;}
.active-surface .plain-visual a:hover{color:inherit;}
@media (max-width:640px){.active-surface .offer-fields{grid-template-columns:1fr;gap:calc(0.94rem / 2);}
}
.focused-intro{--field-base:calc(1.5rem * 1.42);--font-strong:calc(960px / 3.66);padding:calc(1.5rem * 2.4) 1.04rem;background:#0F4C5C;color:#FBF9F4;}
.focused-intro .clear-figure{max-width:960px;margin:0 auto;}
.focused-intro h2,.focused-intro h3,.focused-intro p{margin:0;}
.focused-intro h2{font-size:calc(15.5px * 2);line-height:1.12;}
.focused-intro h3{font-size:calc(15.5px * 1.35);line-height:1.2;}
.focused-intro p{font-size:15.5px;line-height:1.88;color:color-mix(in srgb, currentColor 78%, transparent);}
.focused-intro a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.focused-intro a:hover{}
.focused-intro img{display:block;width:100%;height:auto;border-radius:0.33rem;}
.focused-intro .site-team{font-size:15.5px;line-height:1.88;color:color-mix(in srgb, currentColor 82%, transparent);}
.focused-intro .fresh-items{display:flex;flex-wrap:wrap;gap:var(--field-base);margin-top:var(--field-base);}
.focused-intro .public-entries{flex:1 1 calc(960px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.33rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.focused-intro .public-entries p{margin-top:calc(1.5rem / 3);}
.focused-intro .public-entries img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.focused-intro .focused-method>.fresh-items{margin-top:var(--field-base);}
.focused-intro .focused-method>h2{margin-top:calc(var(--field-base) * 1.1);}
.focused-intro .steady-content{margin-top:calc(1.5rem / 2);}
.strong-shell{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.04rem;
    background:#FBF9F4;
    color:#16262B;
  }
.strong-shell .text-lead{max-width:min(960px,62rem);
    margin:0 auto;}
.strong-shell h1{margin:0;
    max-width:20ch;
    font-size:clamp(1.95rem,5vw,calc(15.5px * 2.65));
    line-height:1.06;
    font-weight:600;
    letter-spacing:-0.01em;}
.strong-shell .page-nav{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.55rem;
    margin:clamp(1.1rem,2.4vw,calc(0.94rem * 1.5)) 0 0;}
.strong-shell .steady-content{margin-top:clamp(1rem,2vw,1.5rem);
    padding-top:clamp(.9rem,1.7vw,1.5rem);
    border-top:1px solid #E2DCCE;}
.strong-shell p{margin:0;
    font-size:clamp(1rem,1.25vw,15.5px);
    line-height:1.82;}
@media (max-width:640px){.strong-shell h1{max-width:100%;}.strong-shell .page-nav{aspect-ratio:4/3;}.strong-shell{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.soft-story{--field-base:calc(1.5rem * 1.35);padding:calc(1.5rem * 2.4) 1.04rem;background:#FBF9F4;color:#16262B;}
.soft-story .clear-figure{max-width:960px;margin:0 auto;}
.soft-story h2,.soft-story p{margin:0;}
.soft-story h2{font-size:calc(15.5px * 2);line-height:1.14;}
.soft-story p{font-size:15.5px;line-height:1.88;}
.soft-story a{color:#0F4C5C;text-decoration:none;}
.soft-story a:hover{color:inherit;}
.soft-story .local-note>*+*{margin-top:var(--field-base);}
.soft-story .steady-content{color:var(--surface-panel);}
.soft-story .site-team{font-size:calc(15.5px * .875);color:var(--surface-panel);border-left:2px solid #E8A94A;padding-left:calc(1.5rem * .75);}
.soft-story .offer-benefit{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.27rem;background:#0F4C5C;color:#FBF9F4;font-size:15.5px;}
.soft-story .offer-benefit:hover{background:#0B3A47;color:#FBF9F4;}
.soft-story .focused-flow{font-size:calc(15.5px * .875);color:var(--surface-panel);}
.soft-story .focused-flow a{text-decoration:underline;text-underline-offset:3px;}
.strong-summary{
  padding: calc(1.5rem * 2.4) 1.04rem;
  background: var(--paint-base);
  color: var(--surface-panel);
}
.strong-summary .simple-menu{max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.94rem * 1.5);}
.strong-summary .bottom-brand{
  padding: calc(1.5rem * .75);
  border-radius: 0.55rem;
  background: #0F4C5C;
  color: #FBF9F4;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
  gap: calc(1.5rem * .75);
  align-items: start;
}
.strong-summary h2{margin: 0;
  font-size: calc(15.5px * 2);
  line-height: 1.12;}
.strong-summary .bottom-brand p{margin: 0;
  font-size: 15.5px;
  line-height: 1.88;}
.strong-summary .main-header{display: flex;
  flex-direction: column;
  gap: 0.94rem;}
.strong-summary .local-panel{
  display: grid;
  grid-template-columns: minmax(6rem, .22fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.33rem;
  background: #FFFFFF;
  color: #16262B;
  border: 1px solid #E2DCCE;
  box-shadow: 0 0px 3px rgba(0,0,0,0.08);
}
.strong-summary .public-rail{
  font-size: calc(15.5px * .875);
  color: #2A1B05;
  background: #E8A94A;
  padding: 0.15rem 0.5rem;
  border-radius: 0.27rem;
  align-self: start;
  text-align: center;
  word-break: break-word;
}
.strong-summary h3{margin: 0;
  font-size: calc(15.5px * 1.35);
  line-height: 1.25;}
.strong-summary .local-panel p{margin: calc(calc(1.5rem * .75) * .5) 0;
  font-size: 15.5px;
  line-height: 1.88;}
.strong-summary small{font-size: calc(15.5px * .875);}
@media (max-width: 780px) {.strong-summary .bottom-brand,
  .strong-summary .local-panel{
    grid-template-columns: 1fr;
  }
}
.media-body{--field-base:calc(1.5rem * 1.05);--font-strong:calc(960px / 4.05);padding:calc(1.5rem * 2.4) 1.04rem;background:#FBF9F4;color:#16262B;}
.media-body .clear-figure{max-width:960px;margin:0 auto;}
.media-body h2,.media-body h3,.media-body p{margin:0;}
.media-body h2{font-size:calc(15.5px * 2);line-height:1.14;}
.media-body h3{font-size:calc(15.5px * 1.35);line-height:1.22;}
.media-body p{font-size:15.5px;line-height:1.88;}
.media-body .steady-content{margin-top:1.5rem;color:var(--surface-panel);}
.media-body img{display:block;width:100%;height:auto;border-radius:0.33rem;}
.media-body .fresh-items{display:flex;flex-direction:column;gap:var(--field-base);margin-top:var(--field-base);}
.media-body .public-entries{min-width:0;padding-bottom:var(--field-base);border-bottom:1px solid #E2DCCE;}
.media-body .public-entries:last-child{border-bottom:0;padding-bottom:0;}
.media-body .public-entries p{margin-top:calc(1.5rem / 3);color:var(--surface-panel);}
.media-body .public-entries img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--font-strong) * .7);}
.media-body .soft-steps{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.94rem;}
.media-body .soft-steps>.contact-brand{flex:1 1 calc(960px / 3);min-width:0;}
.media-body .soft-steps>.fresh-items{flex:2 1 calc(960px / 2);margin-top:0;}
.media-body .soft-steps>img{margin-left:auto;}
.media-body .focused-flow{margin-top:calc(0.94rem * 1.5);font-size:calc(15.5px * .875);color:var(--surface-panel);}
.media-body .focused-flow a{color:#0F4C5C;text-decoration:underline;text-underline-offset:3px;}
.media-body .focused-flow a:hover{color:inherit;}
@media (max-width:720px){.media-body .soft-steps>img{margin-left:0;}.media-body .public-entries img{max-width:100%;}
}
.plain-links{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.04rem;
    background:#FBF9F4;
    color:#16262B;
  }
.plain-links .text-lead{max-width:min(960px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(0.94rem * 1.5));}
.plain-links h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,4.6vw,calc(15.5px * 2.65));
    line-height:1.08;
    font-weight:600;
    letter-spacing:-0.005em;}
.plain-links .page-nav{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.33rem;
    border:1px solid #E2DCCE;}
.plain-links .public-headline{padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #E2DCCE;}
.plain-links p{margin:0;
    font-size:clamp(1rem,1.24vw,15.5px);
    line-height:1.82;}
@media (max-width:640px){.plain-links{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.plain-links h1{max-width:100%;}.plain-links .page-nav{aspect-ratio:4/3;}
  }
.fresh-content{
        padding: calc(1.5rem * 2.4) 1.04rem;
        background: var(--paint-base);
        color: var(--surface-panel)
    }
.fresh-content .clear-figure{max-width: 960px;
        margin: 0 auto}
.fresh-content .secondary-flow{display: flex;
        flex-direction: column;
        gap: calc(0.94rem * 1.5)}
.fresh-content .offer-menu{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75)}
.fresh-content h2{margin: 0;
        font-size: calc(15.5px * 2);
        line-height: 1.15;
        font-weight: 500}
.fresh-content .steady-content{margin: 0;
        font-size: calc(15.5px * 1.125);
        line-height: 1.88}
.fresh-content .active-footer{display: flex;
        flex-direction: column;
        gap: calc(0.94rem * 1.5)}
.fresh-content .active-footer p{margin: 0;
        font-size: 15.5px;
        line-height: 1.88}
.fresh-content .contact-view{display: flex;
        flex-wrap: wrap;
        gap: 0.94rem;
        margin-top: calc(1.5rem * .75)}
.fresh-content .contact-view span{
        border-radius: 0.27rem;
        background: #FFFFFF;
        color: #16262B;
        border: 1px solid #E2DCCE;
        padding: calc(calc(1.5rem * .75) * .55) calc(1.5rem * .75);
        font-size: calc(15.5px * .875);
        line-height: 1.4
    }
@media (max-width: 760px) {.fresh-content .offer-menu,
        .fresh-content .active-footer{
            gap: calc(1.5rem * .75)
        }
    }
.text-grid{--field-base:calc(1.5rem * 1.01);--axis-soft:calc(960px / 2.25);--font-strong:calc(960px / 3.24);--type-quiet:calc(960px / 3.32);padding:calc(1.5rem * 2.4) 1.04rem;background:#0F4C5C;color:#FBF9F4;}
.text-grid .clear-figure{max-width:960px;margin:0 auto;}
.text-grid h1,.text-grid h2,.text-grid h3,.text-grid p,.text-grid ul{margin:0;}
.text-grid h1{font-size:calc(15.5px * 2.65);line-height:1.1;}
.text-grid h2{font-size:calc(15.5px * 2);line-height:1.12;}
.text-grid h3{font-size:calc(15.5px * 1.35);line-height:1.2;}
.text-grid p{font-size:15.5px;line-height:1.88;color:color-mix(in srgb, currentColor 74%, transparent);}
.text-grid a{color:inherit;text-decoration:none;}
.text-grid img{display:block;width:100%;height:auto;border-radius:0.33rem;}
.text-grid .offer-benefit{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.27rem;background:#FBF9F4;color:#0F4C5C;}
.text-grid .soft{background:color-mix(in srgb, color-mix(in srgb, currentColor 10%, transparent) 82%, transparent);}
.text-grid .centered{text-align:center;}
.text-grid .offset{padding-inline-start:calc(1.04rem / 2);}
.text-grid .settled{padding-block:calc(var(--field-base) / 2);}
.text-grid .open{padding-block-start:var(--field-base);}
.text-grid .compact{padding-block-end:calc(var(--field-base) / 3);}
.text-grid .visual-group{max-width:960px;}
.text-grid .soft-start{padding-inline-start:calc(1.5rem * .75);}
.text-grid .strong-headline{row-gap:calc(var(--field-base) * 1.2);}
.text-grid .visual-contact{row-gap:calc(var(--field-base) * .7);}
.text-grid .measured{column-gap:calc(0.94rem * .85);}
.text-grid .relaxed{column-gap:calc(0.94rem * 1.12);}
.text-grid .main-visual{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.text-grid .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.94rem;}
.text-grid .row-title h2{flex:1 1 calc(960px / 3);min-width:0;}
.text-grid .row-title>p{flex:1 1 calc(960px / 3);min-width:0;}
.text-grid .primary-region{flex:1 1 100%;}
.text-grid .primary-region{display:flex;flex-wrap:wrap;gap:var(--field-base);margin-top:var(--field-base);}
.text-grid .public-entries{flex:1 1 var(--type-quiet);min-width:0;padding-block-start:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.text-grid .public-entries p{margin-top:calc(1.5rem / 3);}
.text-grid .public-entries a{display:inline-flex;margin-top:calc(1.5rem / 2);opacity:.85;}
.page-story{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.04rem;
    background:#FBF9F4;
    color:#16262B;
  }
.page-story .text-lead{max-width:min(960px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(0.94rem * 1.5));}
.page-story h1{margin:0;
    max-width:22ch;
    font-family:"Merriweather", sans-serif;
    font-size:clamp(1.85rem,4.6vw,calc(15.5px * 2.65));
    line-height:1.12;
    font-weight:600;
    letter-spacing:-0.005em;}
.page-story .steady-content{margin:0;
    font-size:clamp(1rem,1.25vw,15.5px);
    line-height:1.78;
    color:var(--surface-panel,#2E3A3D);}
.page-story .page-nav{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.33rem;
    box-shadow:var(--lift-button,0 0px 3px rgba(0,0,0,0.08));}
.page-story .contact-brand{padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #E2DCCE;}
.page-story .contact-brand p{margin:0;
    font-size:15.5px;
    line-height:1.88;
    color:#16262B;}
@media (max-width:640px){.page-story{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.page-story h1{max-width:100%;}.page-story .page-nav{aspect-ratio:4/3;}
  }
.clear-team{
    padding:calc(1.5rem * 2.4) 1.04rem;
    background:var(--paint-base);
    color:var(--surface-panel);
}
.clear-team .clear-figure{max-width:960px;
    margin:0 auto;}
.clear-team .service-figure{margin-bottom:calc(0.94rem * 1.5);}
.clear-team .service-figure h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(15.5px * 2);
    font-weight:500;
    line-height:1.25;}
.clear-team .service-figure p{margin:0;
    font-size:15.5px;
    line-height:1.88;}
.clear-team .contact-method{display:flex;
    flex-wrap:wrap;
    gap:0.94rem;
    margin-bottom:calc(0.94rem * 1.5);}
.clear-team .main-headline{
    flex:1 1 260px;
    background:#FFFFFF;
    color:#16262B;
    border:1px solid #E2DCCE;
    border-radius:0.55rem;
    padding:calc(1.5rem * .75);
}
.clear-team .main-headline h3{margin:0 0 0.5rem;
    font-size:calc(15.5px * 1.35);
    font-weight:500;}
.clear-team .main-headline p{margin:0 0 0.6rem;
    font-size:calc(15.5px * .875);
    line-height:1.88;}
.clear-team .main-headline p.note{margin:0;
    color:var(--surface-panel);}
.clear-team .main-headline a{display:inline-block;
    color:#0F4C5C;
    font-weight:600;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 310ms var(--delay-fast), border-color 310ms var(--delay-fast);}
.clear-team .main-headline a:hover{color:inherit;
    border-bottom-color:#E8A94A;}
.clear-team .featured-shell{border-top:1px solid #E2DCCE;
    padding-top:calc(1.5rem * .75);}
.clear-team .featured-shell p{margin:0 0 0.6rem;
    font-size:calc(15.5px * .875);
    line-height:1.88;}
.clear-team .focused-flow{display:flex;
    flex-wrap:wrap;
    gap:0.94rem;}
.clear-team .focused-flow a{color:#0F4C5C;
    font-weight:600;
    text-decoration:none;
    border-bottom:1px solid #0F4C5C;
    transition:color 310ms var(--delay-fast), border-color 310ms var(--delay-fast);}
.clear-team .focused-flow a:hover{color:inherit;
    border-bottom-color:#E8A94A;}
@media (max-width:640px){.clear-team .main-headline{
        flex:1 1 100%;
    }
}
.active-grid{
  padding: calc(1.5rem * 2.4) 1.04rem;
  background: #E8A94A;
  color: #2A1B05;
}
.active-grid .clear-figure{max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.94rem * 1.5);
  align-items: flex-start;}
.active-grid .contact-plan{flex: 1 1 320px;
  min-width: 0;}
.active-grid h2{margin: 0;
  font-size: calc(15.5px * 2);
  line-height: 1.12;}
.active-grid .contact-plan p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.5px * 1.125);
  line-height: 1.88;}
.active-grid .team-visual{
  flex: 1 1 420px;
  min-width: 0;
  border-radius: 0.79rem;
  background: #FFFFFF;
  color: #16262B;
  border: 1px solid #E2DCCE;
  overflow: hidden;
}
.active-grid .service-surface{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-bottom: 1px solid #E2DCCE;}
.active-grid .service-surface span{font-size: calc(15.5px * .875);}
.active-grid a{text-decoration: none;
  color: inherit;}
.active-grid .service-surface a{font-size: calc(15.5px * .875);}
.active-grid .service-surface a:hover{}
.active-grid .offer-actions{display: flex;
  flex-direction: column;}
.active-grid .offer-actions a{padding: calc(1.5rem * .75);
  border-bottom: 1px solid #E2DCCE;
  display: block;}
.active-grid .offer-actions a:last-child{border-bottom: none;}
.active-grid .offer-actions a:hover strong{}
.active-grid .offer-actions strong,
.active-grid .offer-actions small,
.active-grid .offer-actions span{display: block;}
.active-grid .offer-actions strong{font-size: 15.5px;
  line-height: 1.3;}
.active-grid .offer-actions small{margin: calc(calc(1.5rem * .75) * .3) 0;
  font-size: calc(15.5px * .875);}
.active-grid .offer-actions span{font-size: calc(15.5px * .875);
  line-height: 1.88;}
@media (max-width: 780px) {.active-grid .clear-figure{
    flex-direction: column;
  }.active-grid .service-surface{
    flex-direction: column;
    align-items: flex-start;
  }
}
.contact-inner{padding:calc(1.5rem * 2.4) 1.04rem;background:#FBF9F4;color:#16262B}
.contact-inner .clear-figure{width:min(100%,960px);margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(0.94rem * 1.5)}
.contact-inner .simple-body{flex:1 1 20rem;min-width:0}
.contact-inner h2{margin:0 0 1.5rem;font-size:calc(15.5px * 2);line-height:1.12}
.contact-inner .steady-content{margin:0 0 calc(0.94rem * 1.5);line-height:1.88}
.contact-inner .site-team{margin:0;padding:calc(1.5rem * .75);background:var(--paint-base);color:var(--surface-panel);border-radius:0.33rem;font-size:calc(15.5px * .875);line-height:1.88}
.contact-inner .main-grid{flex:1 1 20rem;min-width:0;border-top:1px solid #E2DCCE}
.contact-inner .main-grid>*{display:flex;flex-wrap:wrap;gap:0.94rem;padding:1.5rem 0;border-bottom:1px solid #E2DCCE;color:inherit;text-decoration:none;overflow-wrap:anywhere;line-height:1.88}
.contact-inner .main-grid a:hover{color:inherit;}
.contact-inner .main-grid>*>*{min-width:0;flex:1 1 14rem}
.contact-inner .main-grid span{font-size:calc(15.5px * .875);color:var(--surface-panel)}
@media(max-width:680px){.contact-inner .clear-figure{display:block}.contact-inner .main-grid{margin-top:1.5rem}.contact-inner .main-grid>*{display:block}.contact-inner .main-grid span{display:block;margin-bottom:calc(1.5rem * .75)}}
.content-body{padding:calc(calc(1.5rem * 2.4)*.78) 1.04rem;background:#FBF9F4;color:#16262B;}
.content-body .text-lead{max-width:min(960px,64rem);margin:0 auto;display:flex;flex-direction:column;}
.content-body h1{margin:0;max-width:22ch;font-size:clamp(1.9rem,4.6vw,calc(15.5px * 2.65));line-height:1.08;font-weight:600;letter-spacing:-0.01em;}
.content-body .page-nav{display:block;width:min(100%,42rem);height:auto;aspect-ratio:16/7;object-fit:cover;border-radius:0.55rem;margin:clamp(1.1rem,2.4vw,calc(0.94rem * 1.5)) 0 0;box-shadow:var(--lift-button,0 0 3px rgba(0,0,0,0.08));}
.content-body .text-lead>div{margin-top:clamp(1rem,2vw,1.5rem);padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #E2DCCE;}
.content-body p{margin:0;font-size:clamp(1rem,1.22vw,15.5px);line-height:1.78;color:var(--surface-panel,#2E3A3D);}
@media (max-width:640px){.content-body{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.content-body h1{max-width:100%;}.content-body .page-nav{aspect-ratio:4/3;}
  }
.team-entries{
  padding: calc(1.5rem * 2.4) 1.04rem;
  background: #FBF9F4;
  color: #16262B;
}
.team-entries .clear-figure{max-width: min(960px, 68rem);
  margin: 0 auto;}
.team-entries .service-figure{margin-bottom: calc(0.94rem * 1.5);}
.team-entries h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.5px * 2);
  line-height: 1.12;
  font-weight: 600;}
.team-entries .contact-plan{margin: 0;
  font-size: 15.5px;
  line-height: 1.88;}
.team-entries .fresh-items{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.94rem;}
.team-entries .public-entries{
  margin: 0;
  padding: calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);
  border-left: 2px solid #E8A94A;
  background: #FFFFFF;
  border-radius: 0 0.33rem 0.33rem 0;
  padding-right: calc(1.5rem * .75);color:#16262B;}
.team-entries .focused-grid{display: block;
  font-weight: 600;
  font-size: 15.5px;
  margin-bottom: calc(calc(1.5rem * .75) * 0.4);}
.team-entries .public-entries p{margin: 0 0 calc(calc(1.5rem * .75) * 0.5);
  font-size: 15.5px;
  line-height: 1.88;}
.team-entries .site-team{display: block;
  font-size: calc(15.5px * .875);
  color: var(--surface-panel);}
.team-entries .public-region{margin: calc(0.94rem * 1.5) 0 0;
  font-size: 15.5px;
  line-height: 1.88;}
.team-entries .public-region a{color: #0F4C5C;
  text-decoration: underline;}
.team-entries .public-region a:hover{color:inherit;}
@media (min-width: 760px) {.team-entries .fresh-items{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.94rem;
  }.team-entries .public-entries:last-child{
    grid-column: 1 / -1;
  }
}
.visual-items{--field-base:calc(1.5rem * 1.12);--font-strong:calc(960px / 3.27);padding:calc(1.5rem * 2.4) 1.04rem;background:#0F4C5C;color:#FBF9F4;}
.visual-items .clear-figure{max-width:960px;margin:0 auto;}
.visual-items h1,.visual-items h2,.visual-items h3,.visual-items p{margin:0;}
.visual-items h2{font-size:calc(15.5px * 2);line-height:1.12;}
.visual-items p{font-size:15.5px;line-height:1.88;}
.visual-items a{color:inherit;text-decoration:none;}
.visual-items .site-team a{text-decoration:underline;text-underline-offset:3px;}
.visual-items img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.33rem;flex:0 1 min(28rem,38vw);}
.visual-items .offer-benefit{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.27rem;background:#FBF9F4;color:#0F4C5C;}
.visual-items .local-note{display:flex;align-items:center;justify-content:space-between;gap:0.94rem;flex-wrap:wrap;}
.visual-items .local-note .contact-brand{flex:1 1 24rem;min-width:0;}
.visual-items .steady-content{opacity:0.88;}
.visual-items .site-team{font-size:calc(15.5px * .875);opacity:0.78;}
.visual-items .local-note h2,.visual-items .local-note p,.visual-items .local-note .offer-benefit{margin-top:1.5rem;}
.visual-items .local-note img{margin-top:var(--field-base);}
.visual-proof{padding:calc(calc(1.5rem * 2.4)*.78) 1.04rem;background:#FBF9F4;color:#16262B;}
.visual-proof .text-lead{max-width:min(960px,62rem);margin:0 auto;display:flex;flex-direction:column;}
.visual-proof .steady-content{display:flex;flex-direction:column;gap:calc(0.94rem * 1.5);}
.visual-proof h1{margin:0;font-size:clamp(1.9rem,4.6vw,calc(15.5px * 2.65));line-height:1.1;font-weight:600;letter-spacing:-.01em;}
.visual-proof .service-figure{margin:0;font-size:clamp(1.02rem,1.35vw,calc(15.5px * 1.125));line-height:1.66;color:var(--surface-panel,#2E3A3D);}
.visual-proof .page-nav{display:block;width:100%;height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.55rem;margin:calc(0.94rem * 1.5) 0 0;}
.visual-proof .contact-brand{margin-top:calc(0.94rem * 1.5);padding-top:calc(0.94rem * 1.5);border-top:1px solid #E2DCCE;}
.visual-proof .contact-brand p{margin:0;font-size:15.5px;line-height:1.88;color:#16262B;}
@media (max-width:640px){.visual-proof{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.visual-proof .page-nav{aspect-ratio:4/3;}
  }
.narrow-section{
  background: #FBF9F4;
  color: #16262B;
  padding: calc(1.5rem * 2.4) 1.04rem;
}
.narrow-section .clear-figure{width: min(100%, 960px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 0.94rem;}
.narrow-section h2,
.narrow-section h3,
.narrow-section p{margin: 0;}
.narrow-section h2{font-size: calc(15.5px * 2); line-height: 1.1;}
.narrow-section h3{font-size: calc(15.5px * 1.35); line-height: 1.18;}
.narrow-section p{font-size: 15.5px; line-height: 1.88;}
.narrow-section .hero{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(0.94rem * 1.5);
  border-radius: 0.55rem;
  background: var(--paint-base);
  color: var(--surface-panel);
  border-left: 3px solid #E8A94A;
}
.narrow-section .local-nav{display: grid;
  gap: calc(1.5rem * .75);}
.narrow-section .wide-block{
  display: grid;
  grid-template-columns: 1rem minmax(5rem, .18fr) minmax(9rem, .32fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 0.33rem;
  background: #FFFFFF;
  color: #16262B;
  border: 1px solid #E2DCCE;
  animation: peopleTimelineIn calc(310ms * 2.2) var(--delay-fast) both;
  animation-delay: var(--speed-panel, 0ms);
}
.narrow-section i{
  width: .6rem;
  height: .6rem;
  margin-top: .5rem;
  border-radius: 50%;
  background: #E8A94A;color:#2A1B05;}
.narrow-section .wide-block span{font-size: calc(15.5px * .875);}
@keyframes peopleTimelineIn {from{ opacity: .2; transform: translateX(calc(calc(0.94rem * 1) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.narrow-section .clear-figure,
  .narrow-section .wide-block{ grid-template-columns: 1fr; }
}
.team-list{
  background:#FBF9F4;
  color:#16262B;
  padding:calc(1.5rem * 2.4) 1.04rem;
}
.team-list .clear-figure{max-width:960px;
  margin:0 auto;
  display:flex;
  flex-direction:row-reverse;
  gap:calc(0.94rem * 1.5);
  align-items:flex-start;}
.team-list .strong-contact{display:block;
  width:min(40%,30rem);
  min-width:17rem;
  aspect-ratio:5/6;
  object-fit:cover;
  border-radius:0.55rem;
  box-shadow:0 0px 3px rgba(0,0,0,0.08);}
.team-list .contact-brand{flex:1 1 30rem;
  min-width:0;}
.team-list h2{margin:0;
  font-size:calc(15.5px * 2);
  line-height:1.15;
  font-weight:500;}
.team-list p{margin:1.5rem 0 0;
  color:var(--surface-panel);
  font-size:15.5px;
  line-height:1.88;}
.team-list p + p{margin-top:calc(1.5rem * .75);}
.team-list .offer-benefit{
  display:inline-flex;
  margin-top:calc(0.94rem * 1.5);
  background:#0F4C5C;
  color:#FBF9F4;
  text-decoration:none;
  border-radius:0.33rem;
  padding:.75rem 1.15rem;
  font-size:calc(15.5px * .875);
}
.team-list .offer-benefit:hover{
  background:#0B3A47;color:#16262B;}
@media (max-width:760px){.team-list .clear-figure{display:block}.team-list .strong-contact{width:100%;min-width:0;max-height:26rem;margin-bottom:calc(0.94rem * 1.5)}
}
.quiet-contact{
  --field-base:calc(1.5rem * 1.10);
  --type-quiet:calc(960px / 3.42);
  padding:calc(1.5rem * 2.4) 1.04rem;
  background:var(--paint-base);
  color:var(--surface-panel);
}
.quiet-contact .clear-figure{max-width:960px;margin:0 auto;}
.quiet-contact h2,.quiet-contact h3,.quiet-contact p{margin:0;}
.quiet-contact h2{font-size:calc(15.5px * 2);line-height:1.14;}
.quiet-contact h3{font-size:calc(15.5px * 1.35);line-height:1.22;}
.quiet-contact p{font-size:15.5px;line-height:1.88;}
.quiet-contact a{text-decoration:underline;text-underline-offset:2px;}
.quiet-contact a:hover{}
.quiet-contact .service-figure{display:flex;flex-direction:column;gap:calc(0.94rem * 1.5);}
.quiet-contact .steady-content{font-size:calc(15.5px * 1.125);}
.quiet-contact .contact-brand{opacity:.92;}
.quiet-contact .wide-service{display:flex;
  flex-wrap:wrap;
  gap:var(--field-base);
  margin-top:calc(var(--field-base) * 1.1);}
.quiet-contact .public-entries{
  flex:1 1 var(--type-quiet);
  min-width:0;
  padding:calc(var(--field-base) * .7);
  border-radius:0.33rem;
  background:#FFFFFF;
  color:#16262B;
  border:1px solid #E2DCCE;
}
.quiet-contact .public-entries p{margin-top:calc(1.5rem / 3);}
.quiet-contact .site-team{margin-top:calc(var(--field-base) * 1.1);
  padding-top:calc(0.94rem * 1.5);
  border-top:1px solid #E2DCCE;
  font-size:calc(15.5px * .875);}
@media (max-width:640px){.quiet-contact .public-entries{flex:1 1 100%;}
}
.narrow-headline{padding:calc(calc(1.5rem * 2.4)*.78) 1.04rem;background:#FBF9F4;color:#16262B;}
.narrow-headline .text-lead{max-width:min(960px,64rem);margin:0 auto;display:flex;flex-direction:column;gap:clamp(1rem,2.4vw,calc(0.94rem * 1.5));}
.narrow-headline h1{margin:0;max-width:20ch;font-size:clamp(1.95rem,5vw,calc(15.5px * 2.65));line-height:1.08;font-weight:600;letter-spacing:-0.01em;}
.narrow-headline .page-nav{display:block;width:100%;height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.55rem;margin:0;}
.narrow-headline .steady-content{padding-top:clamp(.85rem,1.8vw,1.5rem);border-top:1px solid #E2DCCE;}
.narrow-headline p{margin:0;font-size:clamp(1rem,1.26vw,15.5px);line-height:1.82;color:var(--surface-panel);}
@media (max-width:640px){.narrow-headline{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.narrow-headline h1{max-width:100%;}.narrow-headline .page-nav{aspect-ratio:4/3;}
  }
.fresh-contact{
  background: #FBF9F4;
  color: #16262B;
  padding: calc(1.5rem * 2.4) 1.04rem;
}
.fresh-contact .clear-figure{width: min(100%, 960px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, .68fr);
  gap: calc(0.94rem * 1.5);
  align-items: start;}
.fresh-contact h2,
.fresh-contact h3,
.fresh-contact p{margin: 0;}
.fresh-contact h2{font-size: calc(15.5px * 2.65);
  line-height: 1.06;
  letter-spacing: -0.01em;}
.fresh-contact h3{font-size: calc(15.5px * 1.35);
  line-height: 1.2;
  font-weight: 500;}
.fresh-contact p{font-size: 15.5px;
  line-height: 1.88;}
.fresh-contact .text-lead{display: grid;
  gap: 1.5rem;}
.fresh-contact .text-lead p:first-of-type{font-size: calc(15.5px * 1.125);
  line-height: 1.6;}
.fresh-contact .contact-service{display: grid;
  gap: 0;
  border-top: 1px solid #E2DCCE;}
.fresh-contact .site-team{display: grid;
  gap: 0.35rem;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #E2DCCE;}
.fresh-contact .site-team span{font-size: calc(15.5px * .875);
  color: var(--surface-panel);
  text-transform: uppercase;
  letter-spacing: 0.06em;}
.fresh-contact .site-team p{color: var(--surface-panel);}
@media (max-width: 860px) {.fresh-contact .clear-figure{
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }.fresh-contact h2{
    font-size: clamp(calc(15.5px * 2), 11vw, calc(15.5px * 2.65));
  }
}
.contact-quote{
  background:var(--paint-base);
  color:var(--surface-panel);
  padding:calc(1.5rem * 2.4) 1.04rem;
}
.contact-quote .clear-figure{max-width:960px;
  margin:0 auto;}
.contact-quote .compact-shell{display:grid;
  grid-template-columns:1.5fr 1fr 1fr;
  gap:0.94rem;}
.contact-quote .contact-wrap{
  grid-row:span 2;
  min-width:0;
  padding:calc(1.5rem * .75);
  border-radius:0.79rem;
  background:#FFFFFF;
  color:#16262B;
  border:1px solid #E2DCCE;
}
.contact-quote h2{margin:0;
  font-size:calc(15.5px * 2);
  line-height:1.12;
  letter-spacing:0;}
.contact-quote .contact-wrap p{margin:1.5rem 0 0;
  font-size:calc(15.5px * 1.125);
  line-height:1.88;}
.contact-quote .fresh-surface{
  min-width:0;
  padding:1.5rem;
  border-radius:0.55rem;
  background:#FFFFFF;
  color:#16262B;
  border:1px solid #E2DCCE;
}
.contact-quote .fresh-surface strong,
.contact-quote .fresh-surface span{display:block;}
.contact-quote .fresh-surface strong{font-size:15.5px;
  line-height:1.3;}
.contact-quote .fresh-surface span{margin-top:.45rem;
  font-size:calc(15.5px * .875);
  line-height:1.88;}
@media (max-width:780px){.contact-quote .compact-shell{display:block}.contact-quote .fresh-surface{margin-top:0.94rem}
}
.steady-headline{
    padding:calc(calc(1.5rem * 2.4)*1.15) 1.04rem;
    background:#FBF9F4;
    color:#16262B;
  }
.steady-headline .text-lead{max-width:min(960px,60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.94rem * 1.5);}
.steady-headline h1{margin:0;
    max-width:24ch;
    font-size:clamp(1.85rem,4.6vw,calc(15.5px * 2.65));
    line-height:1.12;
    font-weight:600;
    letter-spacing:-0.01em;}
.steady-headline .page-nav{display:block;
    width:100%;
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.55rem;
    box-shadow:var(--lift-button,0 0px 3px rgba(0,0,0,0.08));}
.steady-headline .public-headline{padding-top:1.5rem;
    border-top:1px solid #E2DCCE;}
.steady-headline .public-headline p{margin:0;
    font-size:15.5px;
    line-height:1.82;}
@media (max-width:640px){.steady-headline h1{max-width:100%;}.steady-headline .page-nav{aspect-ratio:4/3;}.steady-headline{padding-top:calc(calc(1.5rem * 2.4)*0.85);padding-bottom:calc(calc(1.5rem * 2.4)*0.85);}
  }
.focused-contact{
    padding:calc(1.5rem * 2.4) 1.04rem;
    background:#FBF9F4;
    color:#16262B;
}
.focused-contact .clear-figure{max-width:960px;
    margin:0 auto;
    display:grid;
    grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
    gap:clamp(1.5rem,4vw,3.5rem);
    align-items:start;}
.focused-contact .narrow-rail{position:sticky;
    top:1rem;}
.focused-contact h2{margin:0;
    font-size:calc(15.5px * 2);
    line-height:1.15;
    font-weight:500;}
.focused-contact .narrow-rail p{margin:calc(0.94rem * 1.5) 0 0;
    font-size:15.5px;
    line-height:1.88;}
.focused-contact .fresh-headline{display:flex;
    flex-direction:column;
    gap:calc(0.94rem * 1.5);}
.focused-contact .public-entries{display:grid;
    grid-template-columns:minmax(11rem,.85fr) minmax(0,1fr);
    gap:0.94rem;
    align-items:start;
    padding-bottom:calc(0.94rem * 1.5);
    border-bottom:1px solid #E2DCCE;}
.focused-contact .public-entries:last-child{border-bottom:none;
    padding-bottom:0;}
.focused-contact img{display:block;
    width:100%;
    aspect-ratio:5/4;
    object-fit:cover;
    border-radius:0.55rem;}
.focused-contact .site-team{
    display:inline-block;
    font-size:calc(15.5px * .875);
    letter-spacing:.04em;
    text-transform:uppercase;
    color:var(--surface-panel);
    background:var(--paint-base);
    padding:.15rem .5rem;
    border-radius:0.27rem;
}
.focused-contact h3{margin:.5rem 0 .35rem;
    font-size:calc(15.5px * 1.35);
    font-weight:500;
    line-height:1.25;}
.focused-contact .public-headline p{margin:0;
    font-size:15.5px;
    line-height:1.88;}
@media (max-width:860px){.focused-contact .clear-figure{
        grid-template-columns:1fr;
    }.focused-contact .narrow-rail{
        position:static;
    }.focused-contact .public-entries{
        grid-template-columns:1fr;
    }
}
.media-story{padding:calc(1.5rem * 2.4) 1.04rem;background:#0F4C5C;color:#FBF9F4}
.media-story .soft-details{max-width:960px;margin:0 auto}
.media-story h2{max-width:20ch;margin:0;font-size:calc(15.5px * 2);line-height:1.1}
.media-story .content-grid{margin:1.5rem 0 calc(0.94rem * 1.5);font-size:calc(15.5px * 1.125);line-height:1.88;opacity:.88}
.media-story .narrow-tile{display:flex;flex-direction:column;gap:calc(0.94rem * 1.5);margin:0;padding:0;list-style:none;counter-reset:nota}
.media-story .narrow-tile>li{position:relative;margin:0;padding-left:calc(0.94rem * 1.5);border-left:2px solid #E8A94A}
.media-story h3{margin:0;font-size:calc(15.5px * 1.35);line-height:1.2}
.media-story .narrow-tile p{margin:calc(1.5rem * .75) 0 0;line-height:1.88;opacity:.85}
@media(max-width:680px){.media-story .narrow-tile>li{padding-left:calc(1.5rem * .75)}.media-story h2{max-width:none}
}
.team-view{--field-base:calc(1.5rem * 1.13);--type-quiet:calc(960px / 3.45);padding:calc(1.5rem * 2.4) 1.04rem;background:#FBF9F4;color:#16262B;}
.team-view .clear-figure{max-width:960px;margin:0 auto;}
.team-view h2,.team-view h3,.team-view p{margin:0;}
.team-view h2{font-size:calc(15.5px * 2);line-height:1.12;}
.team-view h3{font-size:calc(15.5px * 1.35);line-height:1.2;}
.team-view p{font-size:15.5px;line-height:1.88;}
.team-view a{text-decoration:none;border-bottom:1px solid #E2DCCE;}
.team-view a:hover{}
.team-view .strong-headline{row-gap:calc(var(--field-base) * 1.2);}
.team-view .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.94rem;}
.team-view .row-title h2{flex:1 1 calc(960px / 3);min-width:0;}
.team-view .row-title>p{flex:1 1 calc(960px / 3);min-width:0;}
.team-view .fresh-items{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--field-base);margin-top:var(--field-base);}
.team-view .public-entries{flex:1 1 var(--type-quiet);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #E2DCCE;}
.team-view .public-entries p{margin-top:calc(1.5rem / 3);}
.team-view .focused-flow{flex:1 1 100%;margin-top:var(--field-base);font-size:calc(15.5px * .875);}
.team-headline{padding:calc(calc(1.5rem * 2.4)*.72) 1.04rem;background:#FBF9F4;color:#16262B;}
.team-headline .text-lead{max-width:min(960px,64rem);margin:0 auto;display:flex;flex-direction:column;}
.team-headline h1{margin:0;max-width:22ch;font-size:clamp(1.95rem,5vw,calc(15.5px * 2.65));line-height:1.06;font-weight:600;letter-spacing:0;}
.team-headline .page-nav{display:block;width:min(100%,40rem);height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.33rem;margin:clamp(1.1rem,2.4vw,calc(0.94rem * 1.5)) 0 0;}
.team-headline .steady-content{margin-top:clamp(1rem,2vw,1.5rem);padding-top:clamp(.85rem,1.5vw,1.5rem);border-top:1px solid #E2DCCE;}
.team-headline p{margin:0;font-size:clamp(1rem,1.25vw,15.5px);line-height:1.78;}
@media (max-width:640px){.team-headline{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.team-headline h1{max-width:100%;}.team-headline .page-nav{aspect-ratio:4/3;}
  }
.content-brand{padding:calc(1.5rem * 2.4) 1.04rem;background:var(--paint-base);color:var(--surface-panel)}
.content-brand .clear-figure{max-width:960px;margin:0 auto}
.content-brand .service-figure{margin-bottom:calc(0.94rem * 1.5)}
.content-brand h2{margin:0 0 calc(1.5rem * .75);font-size:calc(15.5px * 2);line-height:1.12}
.content-brand .steady-content{margin:0;font-size:15.5px;line-height:1.88}
.content-brand .contact-method{display:flex;flex-direction:column;gap:1.5rem}
.content-brand .main-headline{display:flex;flex-wrap:wrap;align-items:baseline;gap:calc(1.5rem * .75) 0.94rem;padding:calc(1.5rem * .75) 0;border-top:1px solid #E2DCCE}
.content-brand .main-headline:last-of-type{border-bottom:1px solid #E2DCCE}
.content-brand .fresh-proof{flex:0 0 8rem;font-size:calc(15.5px * .875);text-transform:uppercase;letter-spacing:0.04em;color:var(--surface-panel);opacity:0.75}
.content-brand .focused-note{flex:1 1 14rem;margin:0;font-size:calc(15.5px * 1.125);line-height:1.3;overflow-wrap:anywhere}
.content-brand a.value{color:#0F4C5C;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 310ms var(--delay-fast),color 310ms var(--delay-fast)}
.content-brand a.value:hover{color:inherit;border-bottom-color:#E8A94A}
.content-brand .site-team{flex:1 1 100%;margin:0;font-size:calc(15.5px * .875);line-height:1.88;color:var(--surface-panel);opacity:0.85}
.content-brand .public-region{margin:calc(0.94rem * 1.5) 0 0;font-size:15.5px;line-height:1.88}
@media(max-width:600px){.content-brand .fresh-proof{flex:1 1 100%}.content-brand .focused-note{flex:1 1 100%}
}
.compact-region{
  padding: calc(1.5rem * 2.4) 1.04rem;
  background: #0F4C5C;
  color: #FBF9F4;
}
.compact-region .clear-figure{max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.94rem * 1.5);
  align-items: flex-start;}
.compact-region .offer-benefit{
  flex: 1 1 320px;
  padding: calc(1.5rem * .75);
  border-radius: 0.79rem;
  background: #FBF9F4;
  color: #16262B;
}
.compact-region .offer-benefit span{display: inline-block;
  font-size: calc(15.5px * .875);
  letter-spacing: 0.02em;}
.compact-region h2{margin: calc(1.5rem * .75) 0 calc(calc(1.5rem * .75) * 0.6);
  font-size: calc(15.5px * 2);
  line-height: 1.15;}
.compact-region .steady-content{margin: 0 0 calc(1.5rem * .75);
  font-size: 15.5px;
  line-height: 1.88;}
.compact-region a{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * 0.75) calc(1.5rem * .75);
  border-radius: 0.33rem;
  background: #0F4C5C;
  color: #FBF9F4;
  text-decoration: none;
  font-size: calc(15.5px * .875);
}
.compact-region a:hover{
  background: #0B3A47;color:#16262B;}
.compact-region .primary-region{flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.compact-region .primary-region > p{margin: 0;
  font-size: calc(15.5px * 1.125);
  line-height: 1.88;}
.compact-region .offer-fields{
  padding: calc(1.5rem * .75);
  border-radius: 0.33rem;
  background: #0F4C5C;
  color: #FBF9F4;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.35);
}
.compact-region .offer-fields strong{font-size: 15.5px;}
.compact-region .offer-fields span{font-size: calc(15.5px * .875);
  line-height: 1.88;}
.compact-region .site-team{margin: 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #E2DCCE;
  font-size: calc(15.5px * .875);
  line-height: 1.88;}
@media (max-width: 760px) {.compact-region .clear-figure{
    flex-direction: column;
  }.compact-region .offer-benefit,
  .compact-region .primary-region{
    flex: 1 1 auto;
    width: 100%;
  }
}
.narrow-quote{
    padding:calc(1.5rem * 2.4) 1.04rem;
    background:var(--paint-base);
    color:var(--surface-panel);
}
.narrow-quote .clear-figure{max-width:960px;
    margin:0 auto;}
.narrow-quote .narrow-rail{display:flex;
    flex-direction:column;
    gap:calc(0.94rem * 1.5);}
.narrow-quote .steady-content{margin:0;
    font-size:15.5px;
    line-height:1.88;}
.narrow-quote .contact-method{display:flex;
    flex-wrap:wrap;
    gap:0.94rem;}
.narrow-quote .main-headline{
    flex:1 1 280px;
    background:#FFFFFF;
    color:#16262B;
    border:1px solid #E2DCCE;
    border-radius:0.55rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 0px 3px rgba(0,0,0,0.08);
}
.narrow-quote .main-headline h3{margin:0 0 8px;
    font-size:calc(15.5px * 1.35);
    font-weight:500;}
.narrow-quote .main-headline p{margin:0 0 12px;
    font-size:calc(15.5px * .875);
    line-height:1.88;}
.narrow-quote .focused-flow{display:inline-block;
    font-size:calc(15.5px * .875);
    color:#0F4C5C;
    text-decoration:none;
    border-bottom:1px solid #0F4C5C;
    padding-bottom:2px;
    transition:color 310ms var(--delay-fast), border-color 310ms var(--delay-fast);}
.narrow-quote .focused-flow:hover{color:inherit;
    border-color:#E8A94A;}
.narrow-quote .site-team{
    background:#E8A94A;
    color:#2A1B05;
    border-radius:0.33rem;
    padding:calc(1.5rem * .75);
}
.narrow-quote .site-team p{margin:0;
    font-size:calc(15.5px * .875);
    line-height:1.88;}
.narrow-quote .plain-copy{margin:0;
    font-size:calc(15.5px * .875);
    line-height:1.88;}
.narrow-quote .plain-copy a{color:#0F4C5C;
    text-decoration:none;
    border-bottom:1px solid #0F4C5C;
    transition:color 310ms var(--delay-fast), border-color 310ms var(--delay-fast);}
.narrow-quote .plain-copy a:hover{color:inherit;
    border-color:#E8A94A;}
@media (max-width:700px){.narrow-quote .contact-method{
        flex-direction:column;
    }
}
.text-footer{padding:calc(1.5rem*2.6) 1.04rem;background:#FBF9F4;color:#16262B}
.text-footer .primary-summary,.text-footer .media-nav,.text-footer .featured-inner{max-width:960px;margin-left:auto;margin-right:auto}
.text-footer h1{margin:0;color:#16262B;font-size:clamp(2rem,4.6vw,3.6rem);line-height:1.08;font-weight:600}
.text-footer .soft-team{display:flex;gap:.5rem;flex-wrap:wrap;margin:1.1rem 0 0;color:var(--surface-panel)}
.text-footer .soft-team span{background:var(--paint-base);color:var(--surface-panel);border:1px solid #E2DCCE;border-radius:0.27rem;padding:.36rem .62rem;font-size:calc(15.5px * .875)}
.text-footer .featured-inner{margin:1.6rem auto 0}
.text-footer .clear-rail{display:block;width:100%;max-height:480px;object-fit:cover;border-radius:0.55rem;box-shadow:0 0px 3px rgba(0,0,0,0.08)}
.text-footer figcaption{margin-top:.6rem;color:var(--surface-panel);font-size:calc(15.5px * .875);line-height:1.5}
.text-footer .media-nav{margin-top:1.8rem;background:#FFFFFF;color:#16262B;border:1px solid #E2DCCE;border-radius:0.55rem;padding:1.6rem 1.04rem}
.text-footer p{margin:.9rem 0 0;color:#16262B;line-height:1.88}
.text-footer .active-header{font-size:calc(15.5px * 1.125);margin-top:0}
.text-footer h2{margin:1.8rem 0 0;color:#16262B;font-size:clamp(1.35rem,2.6vw,1.85rem);line-height:1.2;font-weight:600}
.text-footer .page-surface:first-of-type h2{margin-top:1.4rem}
.text-footer .compact-section{margin-top:1.8rem;padding-top:1.2rem;border-top:1px solid #E2DCCE}
.text-footer .compact-section p{margin:0}
.text-footer .compact-section a{color:#0F4C5C;text-decoration:underline;text-underline-offset:2px}
.text-footer .compact-section a:hover{color:inherit;}
@media (max-width:640px){
  .text-footer{padding:calc(1.5rem*1.8) 1.04rem}
  .text-footer .media-nav{padding:1.2rem 1.04rem}
}
.strong-area{padding:calc(1.5rem * 2.4) 1.04rem;background:var(--paint-base);color:var(--surface-panel)}
.strong-area .clear-figure{max-width:960px;margin:0 auto}
.strong-area .strong-service{display:flex;flex-wrap:wrap;gap:calc(0.94rem * 1.5);align-items:flex-start}
.strong-area .steady-content{flex:1 1 22rem;min-width:0}
.strong-area h2{margin:0;font-size:calc(15.5px * 2);line-height:1.15}
.strong-area .steady-content p{margin:1.5rem 0 0;font-size:calc(15.5px * 1.125);line-height:1.88}
.strong-area .media-footer{flex:1 1 30rem;min-width:0;background:#FFFFFF;color:#16262B;border:1px solid #E2DCCE;border-radius:0.55rem;padding:calc(1.5rem * .75);box-shadow:0 0px 3px rgba(0,0,0,0.08)}
.strong-area .media-footer>p{margin:0;line-height:1.88}
.strong-area .visual-grid{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.strong-area .visual-grid a{border-radius:0.27rem;background:#0F4C5C;color:#FBF9F4;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(15.5px * .875)}
.strong-area .visual-grid a:hover{background:#0B3A47;color:#16262B;}
@media(max-width:780px){.strong-area .strong-service{display:block}.strong-area .media-footer{margin-top:calc(0.94rem * 1.5)}.strong-area h2{font-size:calc(15.5px * 1.35)}}
.simple-frame{padding:calc(1.5rem * 2.4) 1.04rem;background:var(--paint-base);color:var(--surface-panel);}
.simple-frame .clear-figure{max-width:960px;margin:0 auto;}
.simple-frame .offer-menu{margin-bottom:calc(0.94rem * 1.5);}
.simple-frame .offer-menu h2{margin:0;font-size:calc(15.5px * 2);line-height:1.25;}
.simple-frame .offer-menu p{margin:0.94rem 0 0;font-size:15.5px;line-height:1.88;}
.simple-frame .local-shell{border:1px solid #E2DCCE;border-radius:0.55rem;overflow:hidden;}
.simple-frame .local-shell article{display:grid;grid-template-columns:.85fr 1.15fr;gap:0.94rem;padding:calc(1.5rem * .75);border-bottom:1px solid #E2DCCE;background:#FFFFFF;color:#16262B;}
.simple-frame .local-shell article:last-child{border-bottom:0;}
.simple-frame .local-shell h3{margin:0;font-size:15.5px;font-weight:600;line-height:1.4;}
.simple-frame .local-shell p{margin:0;font-size:calc(15.5px * .875);line-height:1.88;}
.simple-frame .local-shell a{color:#0F4C5C;text-decoration:underline;text-underline-offset:2px;}
.simple-frame .local-shell a:hover{color:inherit;}
.simple-frame .focused-flow{margin:calc(0.94rem * 1.5) 0 0;font-size:calc(15.5px * .875);line-height:1.88;}
.simple-frame .focused-flow a{color:#0F4C5C;text-decoration:underline;text-underline-offset:2px;}
.simple-frame .focused-flow a:hover{color:inherit;}
@media (max-width:700px){.simple-frame .local-shell article{grid-template-columns:1fr;gap:calc(0.94rem / 2);}
    }
.local-group{padding:calc(1.5rem * 2.4) 1.04rem;background:#0F4C5C;color:#FBF9F4}
.local-group .clear-figure{max-width:960px;margin:0 auto}
.local-group h2{max-width:18ch;margin:0;font-size:calc(15.5px * 2.65);line-height:1.05}
.local-group .steady-content{margin:calc(0.94rem * 1.5) 0 0;font-size:calc(15.5px * 1.125);line-height:1.88}
.local-group .wide-section{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.94rem 1.04rem;margin:calc(0.94rem * 1.5) 0 0;padding:0;list-style:none}
.local-group .wide-section>li{flex:1 1 min(100%,22rem);padding:1.5rem 0;border-top:1px solid rgba(251,249,244,0.18)}
.local-group .wide-section>li:nth-child(2){flex-basis:min(100%,28rem)}
.local-group h3{margin:0;font-size:calc(15.5px * 1.35);line-height:1.2;font-weight:500}
.local-group .wide-section p{margin:calc(1.5rem * .75) 0 0;line-height:1.88}
@media(max-width:720px){.local-group .wide-section{display:block}.local-group .wide-section>li{max-width:none;padding:1.5rem 0}}
.active-service{
  background: #FBF9F4;
  color: #16262B;
  padding: calc(1.5rem * 2.4) 1.04rem;
}
.active-service .clear-figure{width: min(100%, 960px);
  margin: 0 auto;
  display: grid;
  gap: calc(0.94rem * 1.5);}
.active-service h2,
.active-service h3,
.active-service p{margin: 0;}
.active-service h2{font-size: calc(15.5px * 2); line-height: 1.1;}
.active-service h3{font-size: calc(15.5px * 1.35); line-height: 1.18;}
.active-service p{font-size: 15.5px; line-height: 1.88;}
.active-service .service-benefit{display: grid;
  gap: 1.5rem;}
.active-service .steady-content{color: var(--surface-panel);
  font-size: calc(15.5px * 1.125);}
.active-service .main-grid{display: grid;
  border-top: 1px solid #E2DCCE;}
.active-service .content-block{display: grid;
  grid-template-columns: minmax(7rem, .2fr) minmax(10rem, .3fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #E2DCCE;}
.active-service .simple-footer{color: var(--surface-panel);
  font-size: calc(15.5px * .875);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  align-self: start;}
.active-service .featured-shell{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.94rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.55rem;
  background: #FFFFFF;
  color: #16262B;
  border: 1px solid #E2DCCE;
}
.active-service .featured-shell a{color: #0F4C5C;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;}
.active-service .featured-shell a:hover{color:inherit;}
@media (max-width: 800px) {.active-service .content-block{ grid-template-columns: 1fr; gap: 1.04rem; }.active-service .featured-shell{ flex-direction: column; align-items: flex-start; }
}
.bottom-summary{padding:calc(1.5rem*2.6) 1.04rem calc(1.5rem*3.2);background:#FBF9F4;color:#16262B}
.bottom-summary .primary-summary,.bottom-summary .media-nav{max-width:960px;margin:0 auto}
.bottom-summary h1{margin:0;color:#16262B;font-size:clamp(2rem,4.6vw,3.6rem);line-height:1.08;font-weight:500;letter-spacing:-0.01em}
.bottom-summary .soft-team{display:flex;gap:.5rem;flex-wrap:wrap;margin:1.1rem 0 .4rem;color:var(--surface-panel)}
.bottom-summary .soft-team span{background:var(--paint-base);color:var(--surface-panel);border:1px solid #E2DCCE;border-radius:999px;padding:.38rem .7rem;font-size:calc(15.5px * .875)}
.bottom-summary .clear-rail{display:block;width:min(100%,1180px);max-height:520px;object-fit:cover;border-radius:0.55rem;box-shadow:0 0px 3px rgba(0,0,0,0.08);margin:1.4rem auto 1.8rem}
.bottom-summary .media-nav{background:#FFFFFF;color:#16262B;border:1px solid #E2DCCE;border-radius:0.55rem;padding:calc(calc(1.5rem * .75) * 1.2)}
.bottom-summary p{margin:.9rem 0 0;color:#16262B;opacity:.88;line-height:1.72}
.bottom-summary .active-header{font-size:calc(15.5px * 1.125);opacity:1;margin-top:0}
.bottom-summary h2{margin:1.8rem 0 .2rem;color:#16262B;font-size:clamp(1.3rem,2.4vw,1.7rem);line-height:1.2;font-weight:500}
.bottom-summary .page-surface:first-of-type h2{margin-top:1.2rem}
.bottom-summary a{color:#0F4C5C;text-decoration:underline;text-underline-offset:3px;transition:color 310ms var(--delay-fast)}
.bottom-summary a:hover{color:inherit;}
@media (max-width:640px){
.bottom-summary{padding:calc(1.5rem*1.8) 1.04rem calc(1.5rem*2.2)}
.bottom-summary .media-nav{padding:calc(1.5rem * .75)}
.bottom-summary h1{font-size:clamp(1.7rem,7vw,2.2rem)}
}
.top-stack{padding:calc(1.5rem * 2.4) 1.04rem;background:#0F4C5C;color:#FBF9F4}
.top-stack .clear-figure{max-width:960px;margin:0 auto}
.top-stack .fresh-headline{display:flex;gap:calc(0.94rem * 1.5);align-items:stretch}
.top-stack .secondary-flow{flex:0 1 20rem;min-width:0;border-left:1px solid color-mix(in srgb,#FBF9F4 32%,transparent);padding-left:1.5rem;display:flex;flex-direction:column;justify-content:space-between}
.top-stack .secondary-flow p{margin:0;line-height:1.88}
.top-stack .secondary-flow a{display:inline-flex;align-self:flex-start;margin-top:1.5rem;border-radius:0.27rem;background:#E8A94A;color:#2A1B05;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.top-stack .contact-wrap{flex:1 1 44rem;min-width:0}
.top-stack h2{margin:0;max-width:16ch;font-size:calc(15.5px * 2.65);line-height:1.02}
.top-stack .contact-wrap>p{margin:1.5rem 0 0;max-width:48rem;font-size:calc(15.5px * 1.125);line-height:1.88}
.top-stack .fresh-items{margin-top:calc(0.94rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.top-stack .fresh-items p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.top-stack .fresh-items strong{flex:0 1 12rem;min-width:0;font-size:calc(15.5px * .875)}
.top-stack .fresh-items span{flex:1 1 24rem;min-width:0;line-height:1.88}
@media(max-width:760px){.top-stack .fresh-headline,.top-stack .fresh-items p{display:block}.top-stack .secondary-flow{border-left:0;padding-left:0}.top-stack .contact-wrap{margin-top:calc(0.94rem * 1.5)}.top-stack .fresh-items span{display:block;margin-top:calc(1.5rem * .75)}.top-stack h2{font-size:calc(15.5px * 2)}}
.contact-frame{
    padding:calc(1.5rem * 2.4) 1.04rem;
    background:var(--paint-base);
    color:var(--surface-panel);
}
.contact-frame .clear-figure{max-width:960px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.94rem * 1.5);}
.contact-frame .steady-content h3{margin:0 0 0.5rem;
    font-size:calc(15.5px * 1.35);
    font-weight:600;}
.contact-frame .steady-content p{margin:0;
    font-size:15.5px;
    line-height:1.88;}
.contact-frame .focused-flow{display:flex;
    flex-direction:column;
    gap:0;
    border-top:1px solid #E2DCCE;}
.contact-frame .focused-flow .main-headline{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:0.5rem 1rem;
    padding:0.85rem 0;
    border-bottom:1px solid #E2DCCE;}
.contact-frame .focused-flow .fresh-list{flex:0 0 6.5rem;
    font-size:calc(15.5px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
    color:var(--surface-panel);
    opacity:0.75;}
.contact-frame .focused-flow a,
.contact-frame .focused-flow .content-block{font-size:15.5px;
    color:#0F4C5C;
    text-decoration:none;
    font-weight:500;}
.contact-frame .focused-flow a:hover{color:inherit;
    text-decoration:underline;}
.contact-frame .focused-flow .site-team{flex:1 1 100%;
    font-size:calc(15.5px * .875);
    color:var(--surface-panel);
    opacity:0.85;}
.contact-frame .simple-body{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    gap:0.94rem;
    padding:calc(1.5rem * .75);
    background:#FFFFFF;
    color:#16262B;
    border:1px solid #E2DCCE;
    border-radius:0.55rem;
}
.contact-frame .simple-body p{margin:0;
    flex:1 1 22rem;
    font-size:calc(15.5px * .875);
    line-height:1.88;}
.contact-frame .simple-body .plain-copy{
    flex:0 0 auto;
    display:inline-block;
    padding:0.6rem 1.1rem;
    background:#0F4C5C;
    color:#FBF9F4;
    border-radius:0.33rem;
    font-size:calc(15.5px * .875);
    font-weight:600;
    text-decoration:none;
    transition:background 310ms var(--delay-fast);
}
.contact-frame .simple-body .plain-copy:hover{
    background:#0B3A47;color:#16262B;}
@media (max-width:700px){.contact-frame .focused-flow .fresh-list{
        flex:1 1 100%;
    }.contact-frame .simple-body{
        flex-direction:column;
        align-items:flex-start;
    }
}
.active-list{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 1.04rem;background:var(--paint-base);color:var(--surface-panel)}
.active-list:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(96deg,transparent 0 17%,rgba(15,76,92,0.05) 17% 17.1%);animation:clarifyChapterBg calc(310ms*44) linear infinite alternate}
.active-list .clear-figure{position:relative;z-index:1;max-width:960px;margin:0 auto}
.active-list h2{max-width:20ch;margin:0 0 calc(0.94rem * 1.5);font-size:calc(15.5px * 2);line-height:1.12}
.active-list .fresh-block{display:flex;flex-wrap:wrap;gap:calc(0.94rem * 1.5) calc(1.5rem * .75)}
.active-list .fresh-block>div{flex:1 1 20rem;min-width:16rem;padding-top:1.5rem;border-top:1px solid #E2DCCE}
.active-list h3{margin:0;font-size:calc(15.5px * 1.35);line-height:1.2}
.active-list .fresh-block p{margin:1.5rem 0 0;line-height:1.88}
.active-list .public-region{max-width:44rem;margin:calc(0.94rem * 1.5) 0 0;font-size:15.5px;line-height:1.88}
@keyframes clarifyChapterBg{from{transform:translateX(-2%)}to{transform:translateX(2%)}}
@media(prefers-reduced-motion:reduce){.active-list:after{animation:none}}
.start{
  background: #FBF9F4;
  color: #16262B;
  padding: calc(1.5rem * 2.4) 1.04rem;
}
.start .clear-figure{width: min(100%, 960px);
  margin: 0 auto;
  display: grid;
  gap: calc(0.94rem * 1.5);}
.start h2,
.start h3,
.start p{margin: 0;}
.start h2{font-size: calc(15.5px * 2); line-height: 1.1;}
.start h3{font-size: calc(15.5px * 1.35); line-height: 1.18;}
.start p{font-size: 15.5px; line-height: 1.88;}
.start .service-benefit{display: grid;
  gap: 1.5rem;
  align-content: start;}
.start .steady-content{font-size: calc(15.5px * 1.125);
  color: var(--surface-panel);}
.start .main-grid{display: grid;
  border-top: 1px solid #E2DCCE;}
.start .content-block{display: grid;
  grid-template-columns: minmax(6rem, .18fr) minmax(10rem, .3fr) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid #E2DCCE;}
.start .content-block span{color: var(--surface-panel);
  font-size: calc(15.5px * .875);}
.start .featured-shell{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.94rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.55rem;
  background: #FFFFFF;
  color: #16262B;
  border: 1px solid #E2DCCE;
}
.start .featured-shell a{color: #0F4C5C;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: color 310ms var(--delay-fast);}
.start .featured-shell a:hover{color:inherit;}
@media (max-width: 800px) {.start .content-block{ grid-template-columns: 1fr; gap: 1.04rem; }.start .featured-shell{ flex-direction: column; align-items: flex-start; }
}
.steady-block{padding:calc(1.5rem*2.8) 1.04rem;background:#FBF9F4;color:#16262B}
.steady-block .primary-summary,.steady-block .media-nav{max-width:960px;margin:0 auto}
.steady-block h1{margin:0;color:#16262B;font-size:clamp(2.1rem,4.6vw,3.6rem);line-height:1.06;font-weight:500;letter-spacing:-0.01em}
.steady-block .soft-team{display:flex;gap:.5rem;flex-wrap:wrap;margin:1.1rem 0 1.4rem;color:var(--surface-panel)}
.steady-block .soft-team span{background:var(--paint-base);color:var(--surface-panel);border:1px solid #E2DCCE;border-radius:0.27rem;padding:.38rem .68rem;font-size:calc(15.5px * .875)}
.steady-block .clear-rail{display:block;width:min(100%,1180px);max-height:520px;object-fit:cover;border-radius:0.55rem;box-shadow:0 4px 8px rgba(0,0,0,0.1);margin:0 auto 1.6rem}
.steady-block .media-nav{background:#FFFFFF;color:#16262B;border:1px solid #E2DCCE;border-radius:0.55rem;padding:calc(calc(1.5rem * .75) * 1.4)}
.steady-block p{margin:.9rem 0 0;color:#16262B;opacity:.88;line-height:1.88}
.steady-block .active-header{font-size:calc(15.5px * 1.125);opacity:1;margin-top:0}
.steady-block h2{margin:1.8rem 0 0;color:#16262B;font-size:clamp(1.3rem,2.6vw,1.75rem);line-height:1.2;font-weight:500}
.steady-block .page-surface:first-of-type h2{margin-top:1.4rem}
.steady-block a{color:#0F4C5C;text-decoration:underline;text-underline-offset:3px;transition:color 310ms var(--delay-fast)}
.steady-block a:hover{color:inherit;}
@media (max-width:640px){.steady-block{padding:calc(1.5rem*1.8) 1.04rem}.steady-block .media-nav{padding:calc(1.5rem * .75)}
}
.plain-stack{padding:calc(1.5rem * 2.4) 1.04rem;background:#E8A94A;color:#2A1B05}
.plain-stack .clear-figure{max-width:960px;margin:0 auto}
.plain-stack .strong-service{display:flex;gap:calc(0.94rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.plain-stack .steady-content{flex:1 1 22rem;min-width:0}
.plain-stack h2{margin:0;font-size:calc(15.5px * 2);line-height:1.1;font-weight:600}
.plain-stack .steady-content p{margin:1.5rem 0 0;font-size:15.5px;line-height:1.88}
.plain-stack .quiet-view{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75)*.4);margin-top:calc(0.94rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid rgba(42,27,5,0.18)}
.plain-stack .quiet-view .wide-menu{font-size:15.5px;font-weight:600}
.plain-stack .quiet-view .simple-footer{font-size:calc(15.5px * .875);opacity:.85}
.plain-stack .media-footer{flex:1 1 26rem;min-width:0;background:#0F4C5C;color:#FBF9F4;border-radius:0.55rem;padding:1.5rem 0.94rem;box-shadow:0 4px 8px rgba(0,0,0,0.1)}
.plain-stack .media-footer>p{margin:0;line-height:1.88;font-size:15.5px}
.plain-stack .visual-grid{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.plain-stack .visual-grid a{border-radius:0.27rem;background:#0F4C5C;color:#FBF9F4;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(15.5px * .875);transition:background 310ms var(--delay-fast)}
.plain-stack .visual-grid a:hover{background:#0B3A47;color:#16262B;}
.plain-stack .site-team{margin:1.5rem 0 0;font-size:calc(15.5px * .875);line-height:1.88;opacity:.9}
@media(max-width:780px){.plain-stack .strong-service{display:block}.plain-stack .media-footer{margin-top:calc(0.94rem * 1.5);padding:1.5rem}.plain-stack h2{font-size:calc(15.5px * 1.35)}}
.page-rail{padding:calc(1.5rem * 2.4) 1.04rem;background:var(--paint-base);color:var(--surface-panel);}
.page-rail .clear-figure{max-width:960px;margin:0 auto;}
.page-rail .offer-menu{margin-bottom:calc(0.94rem * 1.5);}
.page-rail .offer-menu h2{margin:0;font-size:calc(15.5px * 2);}
.page-rail .offer-menu p{margin:0.94rem 0 0;font-size:15.5px;}
.page-rail .fresh-headline{display:flex;flex-wrap:wrap;gap:0.94rem;margin-bottom:calc(0.94rem * 1.5);}
.page-rail .focused-flow{flex:1 1 240px;padding:calc(1.5rem * .75);border:1px solid #E2DCCE;border-radius:0.55rem;background:#FFFFFF;color:#16262B;}
.page-rail .focused-flow h3{margin:0 0 0.4rem;font-size:calc(15.5px * 1.35);}
.page-rail .focused-flow p{margin:0 0 0.6rem;font-size:calc(15.5px * .875);}
.page-rail .focused-flow a{color:#0F4C5C;text-decoration:none;font-size:calc(15.5px * .875);border-bottom:1px solid #0F4C5C;}
.page-rail .focused-flow a:hover{color:inherit;border-bottom-color:#E8A94A;}
.page-rail .site-team{padding-top:calc(0.94rem * 1.5);border-top:1px solid #E2DCCE;}
.page-rail .site-team p{margin:0 0 0.94rem;font-size:calc(15.5px * .875);}
.page-rail .site-team p:last-child{margin-bottom:0;}
.page-rail .site-team a{color:#0F4C5C;text-decoration:none;border-bottom:1px solid #0F4C5C;}
.page-rail .site-team a:hover{color:inherit;border-bottom-color:#E8A94A;}
@media (max-width:700px){.page-rail .focused-flow{flex:1 1 100%;}
}
.local-details{padding:calc(1.5rem * 2.4) 1.04rem;background:#0F4C5C;color:#FBF9F4}
.local-details .clear-figure{max-width:960px;margin:0 auto}
.local-details .visual-group{display:flex;gap:calc(0.94rem * 1.5);align-items:flex-start}
.local-details h2{flex:1 1 40rem;min-width:0;margin:0;font-size:calc(15.5px * 2);line-height:1.08}
.local-details .active-footer{flex:1 1 32rem;min-width:0}
.local-details .steady-content{margin:0 0 calc(0.94rem * 1.5);font-size:calc(15.5px * 1.125);line-height:1.88}
.local-details .fresh-headline{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.local-details .content-block{display:flex;gap:calc(1.5rem * .75);align-items:flex-start}
.local-details .public-team{flex:0 0 auto;border-radius:0.27rem;background:#E8A94A;color:#2A1B05;padding:0.15rem 0.55rem;font-size:calc(15.5px * .875);line-height:1.6}
.local-details .content-block p{margin:0;font-size:15.5px;line-height:1.88}
.local-details .site-team{margin:calc(0.94rem * 1.5) 0 0;font-size:calc(15.5px * .875);line-height:1.88}
.local-details .visual-grid{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(0.94rem * 1.5)}
.local-details .visual-grid a{border-radius:0.33rem;background:#E8A94A;color:#2A1B05;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(15.5px * .875)}
.local-details .visual-grid a:hover{background:#D2963A;color:#16262B;}
@media(max-width:760px){.local-details .visual-group{display:block}.local-details .active-footer{margin-top:calc(0.94rem * 1.5)}.local-details h2{font-size:calc(15.5px * 1.35)}.local-details .content-block{display:block}.local-details .public-team{display:inline-block;margin-bottom:0.35rem}}
.bottom-proof{
  background: #FBF9F4;
  color: #16262B;
  padding: calc(1.5rem * 2.4) 1.04rem;
}
.bottom-proof .clear-figure{width: min(100%, 960px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
  gap: calc(0.94rem * 1.5);
  align-items: start;}
.bottom-proof h2,
.bottom-proof h3,
.bottom-proof p{margin: 0;}
.bottom-proof h2{font-size: calc(15.5px * 2);
  line-height: 1.08;
  font-weight: 500;}
.bottom-proof h3{font-size: calc(15.5px * 1.35);
  line-height: 1.18;
  font-weight: 500;}
.bottom-proof p{font-size: 15.5px;
  line-height: 1.88;}
.bottom-proof .text-lead{display: grid;
  gap: calc(0.94rem * 1.5);}
.bottom-proof .contact-service{display: grid;
  gap: calc(1.5rem * .75);}
.bottom-proof .site-team{
  display: grid;
  gap: 0.35rem;
  padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) 1.5rem;
  border-left: 2px solid #E8A94A;
  background: #FFFFFF;
  color: #16262B;
  border-radius: 0.33rem;
}
.bottom-proof .site-team span{font-size: calc(15.5px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--surface-panel);}
@media (max-width: 860px) {.bottom-proof .clear-figure{
    grid-template-columns: 1fr;
  }.bottom-proof h2{
    font-size: clamp(calc(15.5px * 1.35), 8vw, calc(15.5px * 2));
  }
}
.soft-summary{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.04rem;
    background:#FBF9F4;
    color:#16262B;
  }
.soft-summary .text-lead{max-width:min(960px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2.4vw,calc(0.94rem * 1.5));}
.soft-summary h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.9rem,4.8vw,calc(15.5px * 2.65));
    line-height:1.08;
    font-weight:600;
    letter-spacing:-0.01em;}
.soft-summary .page-nav{display:block;
    width:min(100%,42rem);
    height:auto;
    aspect-ratio:21/9;
    object-fit:cover;
    border-radius:0.33rem;
    box-shadow:var(--lift-button,0 0 3px rgba(0,0,0,0.08));}
.soft-summary .steady-content{max-width:52rem;
    padding-top:clamp(.85rem,1.8vw,1.4rem);
    border-top:1px solid #E2DCCE;}
.soft-summary p{margin:0;
    font-size:15.5px;
    line-height:1.82;
    color:var(--surface-panel,#2E3A3D);}
@media (max-width:640px){.soft-summary h1{max-width:100%;}.soft-summary .page-nav{aspect-ratio:4/3;}.soft-summary{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}
  }
.text-plan{padding:calc(1.5rem * 2.4) 1.04rem;background:#FBF9F4;color:#16262B}
.text-plan .clear-figure{max-width:960px;margin:0 auto}
.text-plan .wide-view{display:flex;gap:calc(0.94rem * 1.5);align-items:flex-start}
.text-plan .open-story{flex:0 1 30rem;min-width:0}
.text-plan h2{margin:0;font-size:calc(15.5px * 2);line-height:1.16}
.text-plan .open-story p{margin:1.5rem 0 0;font-size:calc(15.5px * 1.125);line-height:1.88;color:var(--surface-panel)}
.text-plan ul{list-style:none;margin:calc(0.94rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.text-plan li{padding:calc(1.5rem * .75) 0;line-height:1.88;color:var(--surface-panel)}
.text-plan li+li{border-top:1px solid #E2DCCE}
.text-plan .public-method{flex:1 1 36rem;min-width:0;background:#FFFFFF;color:#16262B;border:1px solid #E2DCCE;border-radius:0.55rem;padding:0.94rem;box-shadow:0 0px 3px rgba(0,0,0,0.08)}
.text-plan .quiet-track{display:flex;flex-wrap:wrap;gap:1.5rem}
.text-plan .quiet-track label{flex:1 1 18rem;min-width:0}
.text-plan label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(15.5px * .875);color:var(--surface-panel)}
.text-plan input,.text-plan textarea{width:100%;max-width:100%;border:1px solid #E2DCCE;border-radius:0.27rem;background:#FBF9F4;color:#16262B;font:inherit;padding:calc(1.5rem * .75);outline:none}
.text-plan input::placeholder,.text-plan textarea::placeholder{color:rgba(255,255,255,0.55)}
.text-plan input:focus,.text-plan textarea:focus{border-color:rgba(15, 76, 92, 0.35);box-shadow:0 0 0 3px rgba(15, 76, 92, 0.35)}
.text-plan .active-panel{display:block;margin-top:1.5rem}
.text-plan textarea{resize:vertical}
.text-plan button{margin-top:1.5rem;border:0;border-radius:0.27rem;background:#E8A94A;color:#2A1B05;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 310ms var(--delay-fast)}
.text-plan button:hover{background:#D2963A;color:#16262B;}
@media(max-width:840px){.text-plan .wide-view{display:block}.text-plan .public-method{margin-top:calc(0.94rem * 1.5);padding:1.5rem}.text-plan .quiet-track{display:block}.text-plan .quiet-track label+label{margin-top:1.5rem}}
.active-details{padding:calc(1.5rem * 2.4) 1.04rem;background:#E8A94A;color:#2A1B05}
.active-details .contact-steps{max-width:960px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.42fr) minmax(0,1fr);gap:0.94rem;align-items:start}
.active-details .fresh-callout{padding:calc(1.5rem * .75);border-radius:0.79rem;background:#FBF9F4;color:#16262B;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.active-details .fresh-callout span{font-size:calc(15.5px * .875);letter-spacing:.04em;text-transform:uppercase;}
.active-details h2{margin:0;font-size:calc(15.5px * 2);line-height:1.15}
.active-details .fresh-callout p{margin:0;font-size:15.5px;line-height:1.88;}
.active-details .content-visual{display:grid;grid-template-columns:minmax(0,1fr) minmax(15rem,.36fr);gap:calc(1.5rem * .75)}
.active-details .signal{min-height:28rem;border-radius:0.79rem;overflow:hidden;border:1px solid #E2DCCE;background:#FFFFFF;color:#16262B;}
.active-details iframe{display:block;width:100%;height:100%;border:0}
.active-details .fresh-items{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.active-details .public-entries{padding:calc(1.5rem * .75);border-radius:0.55rem;background:#FFFFFF;color:#16262B;border:1px solid #E2DCCE}
.active-details .public-entries span{display:block;font-size:calc(15.5px * .875);}
.active-details .public-entries strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-weight:500;line-height:1.5}
.active-details .public-entries a{text-decoration:none;border-bottom:1px solid #E2DCCE}
.active-details .public-entries a:hover{}
@media (max-width: 900px){.active-details .contact-steps,.active-details .content-visual{grid-template-columns:1fr}.active-details .signal{min-height:22rem}
}
.quiet-proof{background:#FBF9F4;color:#16262B;padding:calc(1.5rem * 2.4) 1.04rem}
.quiet-proof .clear-figure{max-width:min(960px,64rem);margin:0 auto}
.quiet-proof .wide-view{display:flex;flex-direction:column;gap:calc(0.94rem * 1.5)}
.quiet-proof .service-figure{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.quiet-proof .site-team{margin:0;font-size:calc(15.5px * .875);letter-spacing:0.02em;text-transform:uppercase;color:var(--surface-panel)}
.quiet-proof h2{margin:0;font-size:clamp(calc(15.5px * 2),5vw,calc(15.5px * 2.65));line-height:1.1}
.quiet-proof h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.5px * 1.35);line-height:1.25}
.quiet-proof .steady-content{margin:0;font-size:15.5px;line-height:1.88}
.quiet-proof .strong-contact{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.55rem}
.quiet-proof .strong-body{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.quiet-proof .soft-contact{flex:1 1 15rem;min-width:0;padding:calc(1.5rem * .75);border:1px solid #E2DCCE;border-radius:0.33rem;background:#FFFFFF;color:#16262B}
.quiet-proof .fresh-proof{display:block;font-size:calc(15.5px * .875);color:var(--surface-panel);margin-bottom:0.35rem}
.quiet-proof .focused-note{margin:0;line-height:1.6}
.quiet-proof .focused-note a{color:#0F4C5C;text-decoration:none}
.quiet-proof .focused-note a:hover{color:inherit;}
.quiet-proof .featured-media{padding-top:calc(0.94rem * 1.5);border-top:1px solid #E2DCCE}
.quiet-proof .contact-brand{margin:0 0 calc(1.5rem * .75);line-height:1.88}
.quiet-proof .contact-brand:last-child{margin-bottom:0}
.quiet-proof .quiet-steps{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.quiet-proof .quiet-steps a{padding:0.7rem 1.1rem;border-radius:0.27rem;background:transparent;color:#16262B;text-decoration:none;border:1px solid #E2DCCE}
.quiet-proof .quiet-steps a:first-child{background:#0F4C5C;color:#FBF9F4;border-color:#0F4C5C}
.quiet-proof .quiet-steps a:first-child:hover{background:#0B3A47;color:#16262B;}
.quiet-proof .quiet-steps a:not(:first-child):hover{background:color-mix(in srgb, currentColor 10%, transparent);color:#16262B;}
.site-wrap{background:var(--paint-base);color:var(--surface-panel);padding:calc(1.5rem * 2.4) 1.04rem}
.site-wrap .clear-figure{max-width:960px;margin:0 auto}
.site-wrap .visual-group{display:flex;flex-direction:column;gap:calc(0.94rem * 1.5)}
.site-wrap h2{margin:0;max-width:26ch;font-size:clamp(calc(15.5px * 2),4.4vw,calc(15.5px * 2.65));line-height:1.12;letter-spacing:0}
.site-wrap .active-footer{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(0.94rem * 1.5)}
.site-wrap .active-footer > p{flex:1 1 22rem;margin:0;min-width:0;font-size:calc(15.5px * 1.125);line-height:1.7}
.site-wrap .offer-actions{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:0.94rem}
.site-wrap .offer-actions a{display:block;padding:calc(1.5rem * .75);border-radius:0.33rem;background:#FFFFFF;color:#16262B;border:1px solid #E2DCCE;text-decoration:none;transition:border-color 310ms var(--delay-fast),box-shadow 310ms var(--delay-fast)}
.site-wrap .offer-actions a:hover{border-color:#0F4C5C;box-shadow:0 0px 3px rgba(0,0,0,0.08)}
.site-wrap strong,.site-wrap span{display:block}
.site-wrap strong{font-size:15.5px;line-height:1.4}
.site-wrap span{margin-top:calc(calc(1.5rem * .75)*.5);font-size:calc(15.5px * .875);line-height:1.6}
.site-wrap .site-team{margin-top:calc(0.94rem * 1.5);padding-top:calc(0.94rem * 1.5);border-top:1px solid #E2DCCE}
.site-wrap .site-team p{margin:0;font-size:calc(15.5px * .875);line-height:1.7}
@media(max-width:760px){.site-wrap .active-footer{flex-direction:column}.site-wrap .active-footer > p{flex-basis:auto}}
.compact-unit{padding:calc(1.5rem * 2.4) 1.04rem;background:#FBF9F4;color:#16262B}
.compact-unit .contact-brand{max-width:960px;margin:0 auto}
.compact-unit h2{margin:0 0 1.5rem;font-size:calc(15.5px * 2);line-height:1.15}
.compact-unit .steady-content{margin:0 0 calc(0.94rem * 1.5);font-size:calc(15.5px * 1.125);line-height:1.88;color:var(--surface-panel)}
.compact-unit .public-headline p{margin:0 0 calc(0.94rem * 1.5);font-size:15.5px;line-height:1.88}
.compact-unit .public-headline h3{margin:1.5rem 0 calc(1.5rem * .75);font-size:calc(15.5px * 1.35);line-height:1.25;font-weight:600}
.compact-unit .public-headline a{color:#0F4C5C;text-decoration:underline;text-underline-offset:2px}
.compact-unit .public-headline a:hover{color:inherit;}
@media (max-width:640px){.compact-unit h2{font-size:calc(15.5px * 1.35)}.compact-unit .steady-content{font-size:15.5px}
}
.direct-nav{padding:calc(1.5rem * 2.4) 1.04rem;background:#FBF9F4;color:#16262B;}
.offer-wrap{max-width:960px;margin:0 auto;}
.direct-nav h1{margin:0;font-size:calc(15.5px * 2.65);line-height:1.08;}
.fresh-service{padding:calc(1.5rem * 2.4) 1.04rem;background:#0F4C5C;color:#FBF9F4}
.fresh-service .contact-brand{max-width:min(960px,58rem);margin:0 auto}
.fresh-service h2{margin:0;font-size:calc(15.5px * 2.65);line-height:1.08}
.fresh-service .service-figure{margin:1.5rem 0 calc(0.94rem * 1.5);font-size:calc(15.5px * 1.125);line-height:1.6;color:color-mix(in srgb,currentColor 78%,transparent)}
.fresh-service .narrow-list{margin:0 0 0.94rem;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.fresh-service .narrow-list:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}
.fresh-service h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.5px * 1.35);line-height:1.25;font-weight:600}
.fresh-service .narrow-list p{margin:0;color:color-mix(in srgb,currentColor 82%,transparent);line-height:1.75}
@media (max-width:640px){.fresh-service h2{font-size:calc(15.5px * 2)}.fresh-service .service-figure{font-size:15.5px}
}
.local-media{padding:calc(calc(1.5rem * 2.4)*.78) 1.04rem;background:#FBF9F4;color:#16262B;}
.local-media .text-lead{max-width:min(960px,64rem);margin:0 auto;display:flex;flex-direction:column;gap:clamp(1rem,2vw,calc(0.94rem * 1.5));}
.local-media h1{margin:0;max-width:22ch;font-size:clamp(1.95rem,4.6vw,calc(15.5px * 2.65));line-height:1.08;font-weight:620;letter-spacing:0;}
.local-media .steady-content{padding-top:clamp(.85rem,1.6vw,1.5rem);border-top:1px solid #E2DCCE;}
.local-media p{margin:0;font-size:clamp(1rem,1.26vw,15.5px);line-height:1.78;color:var(--surface-panel);}
.local-media .page-nav{display:block;width:min(100%,46rem);height:auto;aspect-ratio:21/9;object-fit:cover;border-radius:0.33rem;margin:0;}
@media (max-width:640px){.local-media{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.local-media h1{max-width:100%;}.local-media .page-nav{aspect-ratio:4/3;}
  }
.content-media{--field-base:calc(1.5rem * 1.25);--axis-soft:calc(960px / 2.65);padding:calc(1.5rem * 2.4) 1.04rem;background:#E8A94A;color:#2A1B05;}
.content-media .clear-figure{max-width:960px;margin:0 auto;}
.content-media h1,.content-media h2,.content-media h3,.content-media p{margin:0;}
.content-media h1{font-size:calc(15.5px * 2.65);line-height:1.08;}
.content-media h2{font-size:calc(15.5px * 2);line-height:1.12;}
.content-media h3{font-size:calc(15.5px * 1.35);line-height:1.2;}
.content-media p{font-size:15.5px;line-height:1.88;color:color-mix(in srgb, currentColor 78%, transparent);}
.content-media a{color:inherit;text-decoration:none;}
.content-media .offer-benefit{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.27rem;background:#2A1B05;color:#E8A94A;}
.content-media .local-note>h2,.content-media .local-note>p,.content-media .local-note>.offer-benefit{margin-top:1.5rem;}
.content-media .local-note .steady-content+.steady-content{margin-top:calc(0.94rem * 1.5);}
.content-media .site-team{margin-top:var(--field-base);}
.content-media .focused-flow{margin-top:calc(0.94rem * 1.5);font-size:calc(15.5px * .875);}
.content-media .focused-flow a{text-decoration:underline;text-underline-offset:2px;}
.content-media .focused-flow a:hover{}
.direct-form{
  padding: calc(1.5rem * 2.4) 1.04rem;
  background: #0F4C5C;
  color: #FBF9F4;
}
.direct-form .clear-figure{max-width: min(960px, 72rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.94rem * 1.5);}
.direct-form .steady-content h2{margin: 0;
  font-size: calc(15.5px * 2);
  line-height: 1.1;}
.direct-form .service-figure{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.5px * 1.125);
  color: #DCD6C9;}
.direct-form .focused-flow{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.direct-form .offer-fields{
  flex: 1 1 20rem;
  padding: calc(1.5rem * .75);
  border: 1px solid #2E3A3D;
  border-radius: 0.55rem;
  background: #0F4C5C;
  color: #FBF9F4;
}
.direct-form .offer-fields strong{display: block;
  font-size: calc(15.5px * 1.35);}
.direct-form .offer-fields p{margin: calc(1.5rem * .75) 0 0;
  color: #DCD6C9;}
.direct-form .focused-service{border-top: 1px solid #2E3A3D;
  padding-top: calc(0.94rem * 1.5);}
.direct-form .site-team{margin: 0 0 calc(1.5rem * .75);
  color: #DCD6C9;}
.direct-form .quiet-track{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) calc(0.94rem * 1.5);}
.direct-form .quiet-track li{display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-size: 15.5px;}
.direct-form .quiet-track span{font-size: calc(15.5px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #DCD6C9;}
.direct-form .quiet-track a{text-decoration: none;
  border-bottom: 1px solid #E8A94A;}
.direct-form .quiet-track a:hover{color: #E8A94A;}
.direct-form .plain-copy{margin: calc(0.94rem * 1.5) 0 0;
  color: #DCD6C9;}
.direct-form .plain-copy a{color: #E8A94A;
  text-decoration: none;}
.direct-form .plain-copy a:hover{text-decoration: underline;}
@media (max-width: 640px) {.direct-form .focused-flow{
    flex-direction: column;
  }
}
.site-copy{padding:calc(1.5rem * 2.4) 1.04rem;background:#FBF9F4;color:#16262B}
.site-copy .clear-figure{max-width:960px;margin:0 auto}
.site-copy .wide-view{display:flex;flex-wrap:wrap;gap:calc(0.94rem * 1.5);align-items:flex-start}
.site-copy .steady-content{flex:1 1 34rem;min-width:0}
.site-copy .site-team{margin:0 0 calc(1.5rem * .75);font-size:calc(15.5px * .875);letter-spacing:0.08em;text-transform:uppercase;color:var(--surface-panel)}
.site-copy h2{margin:0 0 calc(0.94rem * 1.5);font-size:calc(15.5px * 2.65);line-height:1.08;font-weight:500}
.site-copy .contact-brand{margin:0;font-size:15.5px;line-height:1.88;color:var(--surface-panel)}
.site-copy .top-quote{flex:1 1 26rem;min-width:0;padding-top:calc(1.5rem * .75)}
.site-copy .direct-callout{margin:0;line-height:1.88}
.site-copy .offer-benefit{display:inline-flex;margin-top:1.5rem;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.33rem;background:#0F4C5C;color:#FBF9F4;text-decoration:none;font-size:calc(15.5px * .875);transition:background 310ms var(--delay-fast)}
.site-copy .offer-benefit:hover{background:#0B3A47;color:#16262B;}
.site-copy .focused-flow{list-style:none;margin:calc(0.94rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.site-copy .focused-flow a{display:block;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #E2DCCE;color:#0F4C5C;text-decoration:none;font-size:calc(15.5px * .875);transition:color 310ms var(--delay-fast)}
.site-copy .focused-flow a:hover{color:inherit;}
@media(max-width:760px){.site-copy .wide-view{display:block}.site-copy h2{font-size:calc(15.5px * 2)}.site-copy .top-quote{margin-top:calc(0.94rem * 1.5);padding-top:0}
}
