:root {
  --tone-primary: #ddd4c2;
  --motion-nav: ease-in-out;
  --tone-soft: #1c2338;
  --tone-extra-11: #1f3358;
  --paint-inverse: #2c3345;
  --surface-cool: #fffdf8;
  --surface-clear: #efe8da;
}
body{margin:0;padding:0;font-family:"Playfair Display", sans-serif;}
*{box-sizing:border-box;}
.narrow-inner {
    width: 100%;
    background: #f7f3ea;
    color: #1c2338;
    border-bottom: 1px solid var(--tone-primary);
  }
.steady-benefit {
    max-width: 860px;
    margin: 0 auto;
    padding: 1.5rem 1.36rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.07rem;
  }
.bottom-track {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #1c2338;
    font-size: calc(15.4px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }
.media-region {
    padding: 0.35rem 0.7rem;
    background: #1f3358;
    color: #f7f3ea;
    border-radius: 0.22rem;
  }
.contact-rail {
    display: block;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.07rem * 1.5);
  }
.nav-link {
    display: inline-block;
    padding: 0.5rem 0.25rem;
    text-decoration: none;
    color: #1c2338;
    font-size: 15.4px;
    line-height: 1.81;
    border-bottom: 2px solid transparent;
    transition: color 280ms var(--motion-nav),
                border-color 280ms var(--motion-nav);
  }
.nav-link:hover,
  .nav-link:focus-visible {
    color: #a63a26;
    border-bottom-color: #a63a26;
    outline: none;
  }
.nav-link.is-active {
    color: #1c2338;
    border-bottom-color: #a63a26;
    font-weight: 600;
  }
.nav-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: var(--surface-clear);
    color: var(--paint-inverse);
    border: 1px solid var(--tone-primary);
    border-radius: 0.22rem;
    cursor: pointer;
  }
.nav-toggle-bar{
    display: block;
    width: 22px;
    height: 2px;
    background: var(--paint-inverse);
    border-radius: 2px;color:var(--tone-soft);}
.nav-toggle:focus-visible{outline: 2px solid #a63a26;
    outline-offset: 2px;}
@media (max-width: 767px) {
    .steady-benefit {
      flex-wrap: wrap;
      align-items: center;
    }

    .nav-toggle {
      display: inline-flex;
    }

    .contact-rail {
      display: none;
      flex-basis: 100%;
      width: 100%;
      margin-top: calc(1.07rem * 1.5);
      padding-top: calc(1.07rem * 1.5);
      border-top: 1px solid var(--tone-primary);
    }

    .contact-rail.is-open {
      display: block;
    }

    .nav-list {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
    }

    .nav-link {
      display: block;
      padding: 0.75rem 0.25rem;
      border-bottom: 1px solid var(--tone-primary);
    }

    .nav-link.is-active {
      border-bottom-color: #a63a26;
    }
  }
.scene{font-family:"Playfair Display", sans-serif;font-size:15.4px;line-height:1.81;padding:calc(1.5rem * 2.4) 1.36rem;background:#1f3358;color:#f7f3ea;}
.page-benefit{max-width:860px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(1.07rem * 1.5)}
.wide-area{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-bottom:calc(1.07rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.18)}
.team-visual{margin:0;font-size:calc(15.4px * 1.35);font-weight:700;letter-spacing:0.02em}
.local-form{margin:0;font-size:calc(15.4px * .875);opacity:0.85;max-width:48ch}
.site-actions{display:grid;grid-template-columns:1fr;gap:calc(1.07rem * 1.5)}
.focused-grid{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.fresh-shell{margin:0;font-size:15.4px;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;opacity:0.9}
.fresh-track{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.fresh-track a{color:inherit;text-decoration:none;font-size:15.4px;border-bottom:1px solid transparent;transition:border-color 280ms var(--motion-nav)}
.fresh-track a:hover,
  .fresh-track a:focus-visible{border-bottom-color:currentColor;outline:none;color:inherit}
.site-contact .fresh-body{display:block;font-size:calc(15.4px * .875);opacity:0.75;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:0.25rem}
.site-contact .fresh-region{display:block;font-size:15.4px;color:inherit;text-decoration:none;word-break:break-word}
.site-contact a.footer-value:hover,
  .site-contact a.footer-value:focus-visible{text-decoration:underline;outline:none;color:inherit}
.top-details{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-top:calc(1.07rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}
.bottom-contact{margin:0;font-size:calc(15.4px * .875);opacity:0.85}
.bottom-plan{margin:0;font-size:calc(15.4px * .875);opacity:0.8;max-width:90ch}
@media (min-width: 640px) {.site-actions{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.site-actions{grid-template-columns:repeat(4, minmax(0, 1fr))}.top-details{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:calc(1.07rem * 1.5)}.bottom-plan{max-width:60ch;text-align:right}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;inset:0 0 auto 0;z-index:1200;}
.cookies .steady-list{max-width:860px;margin:0 auto;padding:10px 1.36rem;background:var(--surface-clear);border:1px solid var(--tone-primary);border-radius:0 0 0.54rem 0.54rem;display:flex;align-items:center;justify-content:space-between;gap:1.07rem;flex-wrap:wrap;color:var(--paint-inverse);}
.cookies .steady-list p{margin:6px 0 0 6px;}
.cookies .media-actions{display:flex;gap:8px;flex-wrap:wrap;}
.cookies .media-actions a{text-decoration:none;border:1px solid var(--tone-primary);border-radius:999px;background:var(--surface-cool);color:var(--tone-soft);padding:6px 10px;}
.cookies .media-actions a.cookie-accept{background:var(--tone-extra-11);border-color:var(--tone-extra-11);color:#f7f3ea;}
.badge--startline{
        padding: calc(1.5rem * 2.4) 1.36rem;
        background: var(--surface-clear);
        color: var(--paint-inverse);
    }
.badge--startline .steady-callout{max-width: 860px;
        margin: 0 auto;}
.badge--startline .site-tile{display: flex;
        flex-direction: column;
        gap: calc(1.07rem * 1.5);}
.badge--startline h1{margin: 0;
        font-size: calc(15.4px * 2.65);
        line-height: 1.08;
        letter-spacing: -0.01em;}
.badge--startline .site-tile p{margin: 0;
        font-size: calc(15.4px * 1.125);
        line-height: 1.81;}
.badge--startline .open-story{display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 1.07rem;
        margin-top: 1.5rem;
        padding-top: calc(1.07rem * 1.5);
        border-top: 1px solid var(--tone-primary);}
.badge--startline .open-story .quiet-figure{
        display: inline-flex;
        align-items: center;
        border-radius: 0.22rem;
        background: var(--tone-extra-11);
        color: #f7f3ea;
        padding: calc(1.5rem * .75) 1.5rem;
        font-size: 15.4px;
        text-decoration: none;
        transition: background 280ms var(--motion-nav);
    }
.badge--startline .open-story .quiet-figure:hover{
        background: #16264a;color:var(--tone-soft);}
.badge--startline .open-story .text-steps{font-size: calc(15.4px * .875);
        text-decoration: underline;
        text-underline-offset: 3px;
        transition: color 280ms var(--motion-nav);}
.badge--startline .open-story .text-steps:hover{}
@media (max-width: 640px) {.badge--startline .open-story{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.badge-benefits{
  --field-active:calc(1.5rem * 0.9);
  --axis-strong:1px solid var(--tone-primary);
  padding:calc(1.5rem * 2.4) 1.36rem;
  background:#f7f3ea;
  color:#1c2338;
}
.badge-benefits .steady-callout{max-width:860px;
  margin:0 auto;}
.badge-benefits h2,
.badge-benefits h3,
.badge-benefits p{margin:0;}
.badge-benefits h2{font-size:calc(15.4px * 2);
  line-height:1.14;}
.badge-benefits h3{font-size:calc(15.4px * 1.35);
  line-height:1.22;}
.badge-benefits p{font-size:15.4px;
  line-height:1.81;}
.badge-benefits .content-view{margin-top:1.5rem;
  color:var(--paint-inverse);}
.badge-benefits .site-block{display:flex;
  flex-direction:column;
  margin-top:calc(var(--field-active) * 1.1);
  border-top:var(--axis-strong);}
.badge-benefits .team-panel{padding-block:var(--field-active);
  border-bottom:var(--axis-strong);}
.badge-benefits .team-panel p{margin-top:calc(1.5rem / 3);
  color:var(--paint-inverse);}
.badge-benefits .open-story{margin-top:calc(var(--field-active) * 1.2);
  font-size:calc(15.4px * .875);
  color:var(--paint-inverse);}
.badge-benefits .open-story a{color:#1f3358;
  text-decoration:underline;
  text-underline-offset:3px;}
.badge-benefits .open-story a:hover{color:#a63a26;}
@media (min-width:720px){.badge-benefits .site-block{
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:calc(1.07rem * 1.4);
    border-top:none;
  }.badge-benefits .team-panel{
    border-top:var(--axis-strong);
  }.badge-benefits .team-panel:nth-child(5){
    grid-column:1 / -1;
  }
}
.steady-plan{
  padding: calc(1.5rem * 2.4) 1.36rem;
  background: var(--surface-clear);
  color: var(--paint-inverse);
}
.steady-plan .steady-callout{max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.07rem * 1.5);
  align-items: flex-start;}
.steady-plan .quiet-figure{
  flex: 1 1 300px;
  padding: calc(1.5rem * .75);
  border-radius: 0.54rem;
  background: var(--surface-cool);
  color: var(--tone-soft);
  border: 1px solid var(--tone-primary);
  box-shadow: 0 1px 2px rgba(0,0,0,0.06);
}
.steady-plan .quiet-figure span{display: inline-block;
  font-size: calc(15.4px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.steady-plan h2{margin: calc(1.5rem * .75) 0;
  font-size: calc(15.4px * 2);
  line-height: 1.12;}
.steady-plan .content-view{margin: 0 0 calc(1.5rem * .75);
  font-size: 15.4px;
  line-height: 1.81;}
.steady-plan .quiet-figure a{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * 0.75) calc(1.5rem * .75);
  border-radius: 0.32rem;
  background: var(--tone-extra-11);
  color: #f7f3ea;
  text-decoration: none;
  font-size: calc(15.4px * .875);
  transition: background 280ms var(--motion-nav);
}
.steady-plan .quiet-figure a:hover{
  background: #16264a;color:var(--tone-soft);}
.steady-plan .visual-list{flex: 1 1 380px;
  display: flex;
  flex-direction: column;
  gap: 1.07rem;}
.steady-plan .visual-list > p{margin: 0;
  font-size: 15.4px;}
.steady-plan .site-menu{display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0 0 1.07rem 0;
  border-bottom: 1px solid var(--tone-primary);}
.steady-plan .site-menu:last-of-type{border-bottom: none;}
.steady-plan .site-menu strong{font-size: 15.4px;}
.steady-plan .site-menu span{font-size: calc(15.4px * .875);
  line-height: 1.81;}
.steady-plan .compact-links{
  margin: 1.07rem 0 0;
  font-size: calc(15.4px * .875);
  padding: calc(1.5rem * .75);
  border-radius: 0.32rem;
  background: var(--surface-cool);
  color: var(--tone-soft);
  border: 1px solid var(--tone-primary);
}
.steady-plan .compact-links a{text-decoration: underline;}
.steady-plan .compact-links a:hover{}
@media (max-width: 760px) {.steady-plan .steady-callout{
    flex-direction: column;
  }
}
.steady-summary{
        padding:calc(1.5rem * 2.4) 1.36rem;
        background:var(--surface-clear);
        color:var(--paint-inverse);
    }
.steady-summary .steady-list{max-width:860px;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:calc(1.07rem * 1.5);}
.steady-summary .content-view h2{margin:0 0 0.5rem;
        font-size:calc(15.4px * 2);
        line-height:1.25;}
.steady-summary .content-view p{margin:0;
        font-size:15.4px;
        line-height:1.81;}
.steady-summary .content-frame{display:flex;
        flex-direction:column;
        gap:1.07rem;}
.steady-summary .quiet-benefit{
        padding:calc(1.5rem * .75) calc(1.5rem * .75);
        background:var(--surface-cool);
        color:var(--tone-soft);
        border:1px solid var(--tone-primary);
        border-left:3px solid #a63a26;
        border-radius:0.32rem;
        box-shadow:0 1px 2px rgba(0,0,0,0.06);
    }
.steady-summary .quiet-benefit h3{margin:0 0 0.4rem;
        font-size:calc(15.4px * 1.35);
        line-height:1.3;}
.steady-summary .quiet-benefit p{margin:0;
        font-size:15.4px;
        line-height:1.81;}
.steady-summary .compact-links{
        padding:calc(1.07rem * 1.5) calc(1.5rem * .75);
        background:#1f3358;
        color:#f7f3ea;
        border-radius:0.54rem;
    }
.steady-summary .compact-links p{margin:0 0 0.6rem;
        font-size:15.4px;
        line-height:1.81;}
.steady-summary .compact-links p:last-child{margin-bottom:0;}
.steady-summary .compact-links .open-story{font-size:calc(15.4px * .875);}
.steady-summary a{color:#1f3358;
        text-decoration:underline;
        text-underline-offset:2px;}
.steady-summary a:hover{color:#a63a26;}
.steady-summary .quiet-benefit a{color:#a63a26;}
.steady-summary .quiet-benefit a:hover{color:#8c2f1e;}
.steady-summary .compact-links a{}
.steady-summary .compact-links a:hover{}
@media (max-width:700px){.steady-summary .quiet-benefit{
            border-left-width:2px;
        }
    }
.offer-team{--field-active:calc(1.5rem * 1.23);--axis-local:calc(860px / 2.47);padding:calc(1.5rem * 2.4) 1.36rem;background:var(--tone-extra-11);color:#f7f3ea;}
.offer-team .steady-callout{max-width:860px;margin:0 auto;display:flex;flex-direction:column;}
.offer-team h1,.offer-team h2,.offer-team h3,.offer-team p,.offer-team ul{margin:0;}
.offer-team h1{font-size:calc(15.4px * 2.65);line-height:1.1;}
.offer-team h2{font-size:calc(15.4px * 2);line-height:1.12;}
.offer-team h3{font-size:calc(15.4px * 1.35);line-height:1.2;}
.offer-team p{font-size:15.4px;line-height:1.81;color:color-mix(in srgb, currentColor 78%, transparent);}
.offer-team a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 35%, transparent);padding-bottom:1px;}
.offer-team a:hover{border-bottom-color:#fdf6ee;}
.offer-team .primary-actions{row-gap:calc(var(--field-active) * 1.2);}
.offer-team .open-track{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.offer-team .content-view{margin-top:1.5rem;max-width:calc(860px / 1.35);}
.offer-team .site-block{display:flex;flex-direction:column;gap:var(--field-active);margin-top:var(--field-active);}
.offer-team .team-panel{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid color-mix(in srgb, currentColor 22%, transparent);}
.offer-team .team-panel p{margin-top:calc(1.5rem / 3);}
.offer-team .team-panel a{display:inline-flex;margin-top:calc(1.5rem / 2);font-size:calc(15.4px * .875);letter-spacing:.02em;text-transform:uppercase;opacity:.9;}
.offer-team .compact-links{margin-top:var(--field-active);padding-top:calc(var(--field-active) / 2);border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);font-size:calc(15.4px * .875);}
@media (min-width:720px){.offer-team .site-block{gap:calc(var(--field-active) * .9);}.offer-team .team-panel{display:grid;grid-template-columns:1fr;gap:calc(1.5rem / 4);}
}
.focused-body{padding:calc(1.5rem * 2.4) 1.36rem;background:#a63a26;color:#fdf6ee}
.focused-body .steady-callout{max-width:860px;margin:0 auto}
.focused-body .top-media{display:flex;flex-direction:column;gap:calc(1.07rem * 1.5)}
.focused-body h2{margin:0;font-size:calc(15.4px * 2);line-height:1.1}
.focused-body .content-view{margin:0;font-size:15.4px;line-height:1.81}
.focused-body .visual-panel{display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb,#fdf6ee 30%,transparent)}
.focused-body .team-panel{display:flex;flex-wrap:wrap;gap:1.07rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid color-mix(in srgb,#fdf6ee 22%,transparent)}
.focused-body .team-panel p{flex:0 0 12rem;margin:0;font-size:calc(15.4px * .875);text-transform:uppercase;letter-spacing:.04em;opacity:.85}
.focused-body .team-panel strong{flex:1 1 22rem;min-width:0;font-size:15.4px;font-weight:400;line-height:1.81}
.focused-body .compact-links{margin:0;font-size:calc(15.4px * .875);line-height:1.81;opacity:.9}
.focused-body .top-media>a{align-self:flex-start;border-radius:0.22rem;background:var(--tone-extra-11);color:#f7f3ea;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.focused-body .top-media>a:hover{background:#16264a;color:var(--tone-soft);}
@media(max-width:680px){.focused-body h2{font-size:calc(15.4px * 1.35)}.focused-body .team-panel p{flex:1 1 100%}.focused-body .team-panel strong{flex:1 1 100%}
}
.content-lead{padding:calc(1.5rem*2.6) 1.36rem;background:#f7f3ea;color:#1c2338;}
.content-lead .soft-method{max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.07rem * 1.5);}
.content-lead .simple-menu{display:flex;flex-direction:column;gap:.6rem;padding-bottom:calc(1.07rem * 1.5);border-bottom:1px solid var(--tone-primary);}
.content-lead h2{margin:0;font-size:clamp(1.8rem,3.4vw,2.7rem);line-height:1.08;letter-spacing:.01em;}
.content-lead .simple-menu p{margin:0;font-size:15.4px;line-height:1.81;color:var(--paint-inverse);}
.content-lead .primary-unit{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.content-lead .secondary-summary{background:var(--surface-cool);color:var(--tone-soft);border:1px solid var(--tone-primary);border-left:3px solid #a63a26;border-radius:0.32rem;padding:calc(1.5rem * .75);box-shadow:0 1px 2px rgba(0,0,0,0.06);}
.content-lead h3{margin:0 0 .5rem;font-size:calc(15.4px * 1.125);line-height:1.25;}
.content-lead h3 a{color:inherit;text-decoration:none;}
.content-lead h3 a:hover{color:#a63a26;}
.content-lead p{margin:0 0 .7rem;font-size:15.4px;line-height:1.81;color:var(--paint-inverse);}
.content-lead .secondary-summary > a{display:inline-block;font-size:calc(15.4px * .875);font-weight:700;color:#1f3358;text-decoration:none;border-bottom:1px solid var(--tone-primary);padding-bottom:2px;}
.content-lead .secondary-summary > a:hover{color:#a63a26;border-bottom-color:#a63a26;}
@media (min-width:760px){
  .content-lead .primary-unit{display:grid;grid-template-columns:repeat(2,1fr);gap:1.07rem;}
  .content-lead .secondary-summary:first-child{grid-column:1 / -1;}
}
.open-benefit{--field-active:calc(1.5rem * 0.87);--axis-local:calc(860px / 2.11);padding:calc(1.5rem * 2.4) 1.36rem;background:var(--tone-extra-11);color:#f7f3ea;}
.open-benefit .steady-callout{max-width:860px;margin:0 auto;}
.open-benefit h2,.open-benefit p{margin:0;}
.open-benefit h2{font-size:calc(15.4px * 2);line-height:1.12;}
.open-benefit p{font-size:15.4px;line-height:1.81;color:color-mix(in srgb, currentColor 74%, transparent);}
.open-benefit a{color:inherit;text-decoration:none;}
.open-benefit .quiet-figure{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.22rem;background:#f7f3ea;color:var(--tone-extra-11);}
.open-benefit .open-track{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.open-benefit .primary-actions{row-gap:calc(var(--field-active) * 1.2);}
.open-benefit .featured-contact{text-align:center;}
.open-benefit .featured-contact p{margin:1.5rem auto 0;max-width:calc(860px / 2);}
.open-benefit .featured-contact .quiet-figure{margin-top:1.5rem;}
.open-benefit .open-story{font-size:calc(15.4px * .875);}
.open-benefit .open-story a{text-decoration:underline;text-underline-offset:2px;}
.open-benefit .open-story a:hover{}
.page-body{
        background: #f7f3ea;
        color: #1c2338;
        padding: calc(1.5rem * 2.4) 1.36rem;
    }
.page-body .steady-callout{max-width: 860px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.07rem * 1.5);}
.page-body .bottom-intro{min-width: 0;
        border-bottom: 1px solid var(--tone-primary);
        padding-bottom: calc(1.07rem * 1.5);}
.page-body h2{margin: 0 0 calc(1.07rem * 1.5);
        font-size: calc(15.4px * 2);
        line-height: 1.15;
        letter-spacing: 0;}
.page-body .content-view{margin: 0 0 calc(1.07rem * 1.5);
        font-size: calc(15.4px * 1.125);
        line-height: 1.81;
        color: var(--paint-inverse);}
.page-body .open-story{
        display: inline-flex;
        align-items: center;
        color: #fdf6ee;
        background: #a63a26;
        text-decoration: none;
        border-radius: 0.32rem;
        padding: .6rem 1rem;
        font-size: calc(15.4px * .875);
        transition: background 280ms var(--motion-nav);
    }
.page-body .open-story:hover{
        background: #8c2f1e;color:var(--tone-soft);}
.page-body .narrow-footer{min-width: 0;}
.page-body .narrow-footer > p{margin: 0 0 calc(1.07rem * 1.5);
        font-size: 15.4px;
        line-height: 1.81;}
.page-body .team-panel{
        padding: 1.5rem 1.36rem;
        background: var(--surface-cool);
        color: var(--tone-soft);
        border: 1px solid var(--tone-primary);
        border-left: 3px solid #a63a26;
        border-radius: 0.22rem;
    }
.page-body .team-panel + .team-panel{margin-top: 1.07rem;}
.page-body .team-panel strong{display: block;
        font-size: 15.4px;
        line-height: 1.3;
        margin-bottom: .35rem;}
.page-body .team-panel span{display: block;
        color: var(--paint-inverse);
        line-height: 1.81;
        font-size: calc(15.4px * .875);}
.page-body .compact-links{margin: calc(1.07rem * 1.5) 0 0;
        font-size: calc(15.4px * .875);
        color: var(--paint-inverse);}
.page-body .compact-links a{color: #1f3358;
        text-decoration: underline;
        text-underline-offset: 2px;}
.page-body .compact-links a:hover{color: #a63a26;}
@media (max-width: 760px) {.page-body .team-panel{
            border-left-width: 2px;
        }
    }
.primary-wrap{padding:calc(1.5rem * 2.4) 1.36rem;background:#f7f3ea;color:#1c2338;}
.visual-stack{max-width:860px;margin:0 auto;}
.primary-wrap h1{margin:0;font-size:calc(15.4px * 2.65);line-height:1.08;}
.bottom-frame{
    padding:calc(1.5rem * 2.4) 1.36rem;
    background:var(--surface-clear);
    color:var(--paint-inverse);
}
.bottom-frame .steady-callout{max-width:860px;
    margin:0 auto;}
.bottom-frame .plain-benefit{border-bottom:1px solid var(--tone-primary);
    padding-bottom:calc(1.07rem * 1.5);
    margin-bottom:calc(1.07rem * 1.5);}
.bottom-frame .plain-benefit p{margin:0 0 0.4rem;
    font-size:calc(15.4px * .875);
    letter-spacing:0.08em;
    text-transform:uppercase;}
.bottom-frame .plain-benefit h2{margin:0 0 0.7rem;
    font-size:calc(15.4px * 2);
    line-height:1.2;}
.bottom-frame .plain-benefit span{display:block;
    font-size:15.4px;
    line-height:1.81;}
.bottom-frame .focused-group{display:flex;
    flex-direction:column;
    gap:calc(1.5rem * .75);}
.bottom-frame .focused-group article{
    padding:calc(1.5rem * .75);
    border:1px solid var(--tone-primary);
    border-radius:0.32rem;
    background:var(--surface-cool);
    color:var(--tone-soft);
}
.bottom-frame .active-frame{display:flex;
    align-items:baseline;
    gap:0.7rem;
    flex-wrap:wrap;
    margin-bottom:0.5rem;}
.bottom-frame .active-frame i{
    font-style:normal;
    font-size:calc(15.4px * .875);
    letter-spacing:0.06em;
    text-transform:uppercase;
    padding:0.15rem 0.5rem;
    border-radius:0.22rem;
    background:#a63a26;
    color:#fdf6ee;
}
.bottom-frame .active-frame h3{margin:0;
    font-size:calc(15.4px * 1.35);
    line-height:1.3;}
.bottom-frame .focused-group p{margin:0 0 0.6rem;
    font-size:15.4px;
    line-height:1.81;}
.bottom-frame .focused-group small{display:block;
    font-size:calc(15.4px * .875);
    font-weight:600;
    opacity:0.85;}
@media (min-width:720px){.bottom-frame .focused-group{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:1.07rem;
    }.bottom-frame .focused-group article:nth-child(3){
        grid-column:1 / -1;
    }
}
.public-summary{--field-active:calc(1.5rem * 1.15);--state-strong:2px;padding:calc(1.5rem * 2.4) 1.36rem;background:#f7f3ea;color:#1c2338;}
.public-summary .steady-callout{max-width:860px;margin:0 auto;}
.public-summary h2,.public-summary h3,.public-summary p{margin:0;}
.public-summary h2{font-size:calc(15.4px * 2);line-height:1.14;}
.public-summary h3{font-size:calc(15.4px * 1.35);line-height:1.22;}
.public-summary p{font-size:15.4px;line-height:1.81;}
.public-summary .compact-links{margin-bottom:calc(1.5rem / 2.4);font-size:calc(15.4px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.public-summary .content-view{margin-top:1.5rem;}
.public-summary .site-block{display:flex;flex-direction:column;gap:var(--field-active);margin-top:calc(1.5rem * 1.4);}
.public-summary .team-panel{position:relative;padding-left:calc(1.36rem * 1.1);border-left:var(--state-strong) solid var(--tone-primary);}
.public-summary .team-panel::before{content:"";position:absolute;left:calc(var(--state-strong) * -1 - 3px);top:calc(1.5rem / 2.4);width:8px;height:8px;border-radius:50%;background:#a63a26;color:#fdf6ee;}
.public-summary .site-tile{display:flex;flex-direction:column;gap:calc(1.5rem / 3.2);}
.public-summary .site-tile p{}
@media (max-width:640px){.public-summary .team-panel{padding-left:1.36rem;}.public-summary .team-panel::before{left:calc(var(--state-strong) * -1 - 3px);}
}
.team-region{--field-active:calc(1.5rem * 1.2);padding:calc(1.5rem * 2.4) 1.36rem;background:#f7f3ea;color:#1c2338;}
.team-region .steady-list{max-width:860px;margin:0 auto;}
.team-region h2,.team-region h3,.team-region p{margin:0;}
.team-region h2{font-size:calc(15.4px * 2);line-height:1.14;}
.team-region h3{font-size:calc(15.4px * 1.35);line-height:1.22;}
.team-region p{font-size:15.4px;line-height:1.81;}
.team-region a{color:#1f3358;text-decoration:none;}
.team-region a:hover{color:#a63a26;}
.team-region .text-brand{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.07rem;}
.team-region .site-tile{flex:1 1 auto;min-width:0;}
.team-region .site-tile .content-view{margin-top:calc(1.07rem * 1.5);color:var(--paint-inverse);}
.team-region .quiet-figure{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * .8) 1.5rem;border-radius:0.22rem;background:var(--tone-extra-11);color:#f7f3ea;font-size:calc(15.4px * .875);}
.team-region .quiet-figure:hover{background:#16264a;color:#f7f3ea;}
.team-region .visual-panel{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--field-active);margin-top:calc(1.07rem * 1.5);}
.team-region .team-panel{padding:calc(calc(1.5rem * .75) * .9) 0;border-top:1px solid var(--tone-primary);}
.team-region .team-panel:last-of-type{border-bottom:1px solid var(--tone-primary);}
.team-region .team-panel p{margin-top:calc(1.5rem / 3);color:var(--paint-inverse);}
.team-region .open-story{flex:1 1 100%;margin-top:calc(1.07rem * 1.5);font-size:calc(15.4px * .875);color:var(--paint-inverse);}
.team-region .open-story a{text-decoration:underline;text-underline-offset:2px;}
@media (max-width:640px){.team-region .quiet-figure{width:100%;}
}
.direct-block{--field-active:calc(1.5rem * 1.10);--type-base:calc(860px / 3.42);padding:calc(1.5rem * 2.4) 1.36rem;background:#a63a26;color:#fdf6ee;}
.direct-block .steady-callout{max-width:860px;margin:0 auto;display:flex;flex-direction:column;}
.direct-block h2,.direct-block h3,.direct-block p{margin:0;}
.direct-block h2{font-size:calc(15.4px * 2);line-height:1.12;}
.direct-block h3{font-size:calc(15.4px * 1.35);line-height:1.2;}
.direct-block p{font-size:15.4px;line-height:1.81;color:color-mix(in srgb, currentColor 78%, transparent);}
.direct-block .content-view{margin-top:1.5rem;max-width:calc(860px / 1.6);}
.direct-block .photo{display:flex;flex-wrap:wrap;gap:var(--field-active);margin-top:var(--field-active);}
.direct-block .team-panel{flex:1 1 var(--type-base);min-width:0;padding:calc(var(--field-active) * .75);border-radius:0.32rem;background:color-mix(in srgb, currentColor 12%, transparent);}
.direct-block .team-panel p{margin-top:calc(1.5rem / 3);}
@media (max-width:640px){.direct-block .content-view{max-width:none;}.direct-block .team-panel{flex:1 1 100%;}
}
.service-menu{
  background:#f7f3ea;
  color:#1c2338;
  padding:calc(1.5rem * 2.4) 1.36rem;
}
.service-menu .steady-callout{max-width:860px;
  margin:0 auto;}
.service-menu .media-items{border-left:3px solid #a63a26;
  padding-left:1.36rem;}
.service-menu .open-track{margin:0 0 1.5rem;
  color:var(--paint-inverse);
  font-size:calc(15.4px * .875);
  letter-spacing:.02em;
  text-transform:uppercase;}
.service-menu h2{margin:0 0 calc(1.07rem * 1.5);
  font-size:calc(15.4px * 2);
  line-height:1.12;}
.service-menu .content-view{margin:0;
  font-size:15.4px;
  line-height:1.81;}
.service-menu .content-frame{margin-top:calc(1.07rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:1.07rem;}
.service-menu .team-panel{
  background:var(--surface-cool);
  color:var(--tone-soft);
  border:1px solid var(--tone-primary);
  border-radius:0.54rem;
  padding:calc(1.5rem * .75);
  display:grid;
  grid-template-columns:14rem 1fr;
  gap:1.07rem;
  align-items:start;
}
.service-menu .team-panel strong{font-size:15.4px;
  line-height:1.3;}
.service-menu .team-panel span{font-size:15.4px;
  line-height:1.81;}
.service-menu .compact-links{margin:calc(1.07rem * 1.5) 0 0;
  padding-top:1.5rem;
  border-top:1px solid var(--tone-primary);
  color:var(--paint-inverse);
  font-size:calc(15.4px * .875);
  line-height:1.81;}
@media (max-width:720px){.service-menu .media-items{
    border-left:0;
    padding-left:0;
    border-top:3px solid #a63a26;
    padding-top:1.5rem;
  }.service-menu .team-panel{
    grid-template-columns:1fr;
    gap:.4rem;
  }
}
.view{--field-active:calc(1.5rem * 1.09);padding:calc(1.5rem * 2.4) 1.36rem;background:var(--tone-extra-11);color:#f7f3ea;}
.view .steady-callout{max-width:860px;margin:0 auto;}
.view h2,.view h3,.view p{margin:0;}
.view h2{font-size:calc(15.4px * 2);line-height:1.12;}
.view h3{font-size:calc(15.4px * 1.35);line-height:1.2;}
.view p{font-size:15.4px;line-height:1.81;color:color-mix(in srgb, currentColor 74%, transparent);}
.view a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.view a:hover{}
.view .compact-links{margin-bottom:calc(1.5rem / 2);font-size:calc(15.4px * .875);letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.view .content-view{margin-top:1.5rem;}
.view .site-block{display:flex;flex-direction:column;gap:var(--field-active);margin-top:var(--field-active);}
.view .team-panel{min-width:0;padding-left:1.36rem;border-left:2px solid color-mix(in srgb, currentColor 22%, transparent);}
.view .team-panel p{margin-top:calc(1.5rem / 3);}
.view .open-story{margin-top:var(--field-active);padding-top:1.5rem;border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);font-size:calc(15.4px * .875);}
@media (min-width:720px){.view .site-block{display:grid;grid-template-columns:1fr 1fr;gap:var(--field-active) 1.5rem;}.view .team-panel:last-child{grid-column:1 / -1;}
}
.media-stack{padding:calc(1.5rem * 2.4) 1.36rem;background:#1f3358;color:#f7f3ea}
.media-stack .page-shell{max-width:860px;margin:0 auto}
.media-stack h2{margin:0;font-size:calc(15.4px * 2);line-height:1.1}
.media-stack .site-content{margin:1.5rem 0 calc(1.07rem * 1.5);font-size:calc(15.4px * 1.125);line-height:1.81;opacity:.86}
.media-stack .secondary-copy{display:flex;flex-direction:column;gap:calc(1.07rem * 1.5);margin:0;padding:0;list-style:none;counter-reset:nota}
.media-stack .secondary-copy>li{position:relative;padding-left:calc(1.07rem * 1.5);border-left:2px solid #a63a26}
.media-stack h3{margin:0;font-size:calc(15.4px * 1.35);line-height:1.2}
.media-stack .secondary-copy p{margin:calc(1.5rem * .75) 0 0;line-height:1.81;opacity:.82}
@media(max-width:680px){.media-stack .secondary-copy>li{padding-left:calc(1.5rem * .75)}.media-stack .site-content{font-size:15.4px}
}
.top-footer{
  --field-active:calc(1.5rem * 1.05);
  padding:calc(1.5rem * 2.4) 1.36rem;
  background:#f7f3ea;
  color:#1c2338;
}
.top-footer .steady-callout{max-width:860px;
  margin:0 auto;}
.top-footer h2,
.top-footer h3,
.top-footer p{margin:0;}
.top-footer h2{font-size:calc(15.4px * 2);
  line-height:1.14;}
.top-footer h3{font-size:calc(15.4px * 1.35);
  line-height:1.22;}
.top-footer p{font-size:15.4px;
  line-height:1.81;}
.top-footer .bottom-items{display:flex;
  flex-wrap:wrap;
  gap:1.07rem;
  align-items:flex-start;
  padding-bottom:calc(1.07rem * 1.5);
  border-bottom:1px solid var(--tone-primary);}
.top-footer .bottom-items>h2{flex:1 1 calc(860px / 2.4);
  min-width:0;}
.top-footer .bottom-items>.content-view{flex:1 1 calc(860px / 2.4);
  min-width:0;}
.top-footer .site-block{display:flex;
  flex-wrap:wrap;
  gap:var(--field-active);
  margin-top:var(--field-active);}
.top-footer .team-panel{
  flex:1 1 calc(860px / 2.6);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * 1.1);
  background:var(--surface-cool);
  color:var(--tone-soft);
  border:1px solid var(--tone-primary);
  border-radius:0.32rem;
  box-shadow:0 1px 2px rgba(0,0,0,0.06);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);
}
.top-footer .team-panel p{}
.top-footer .team-panel .compact-links{font-size:calc(15.4px * .875);
  padding-top:calc(1.5rem / 4);
  border-top:1px dashed var(--tone-primary);}
.top-footer .quiet-figure{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:auto;
  padding:calc(calc(1.5rem * .75) * 0.7) 1.5rem;
  border-radius:0.22rem;
  background:var(--tone-extra-11);
  color:#f7f3ea;
  text-decoration:none;
  font-size:calc(15.4px * .875);
  transition:background 280ms var(--motion-nav);
}
.top-footer .quiet-figure:hover,
.top-footer .quiet-figure:focus-visible{
  background:#16264a;color:var(--tone-soft);}
.top-footer .open-story{margin-top:var(--field-active);
  padding-top:calc(1.07rem * 1.5);
  border-top:1px solid var(--tone-primary);
  font-size:calc(15.4px * .875);}
.top-footer .open-story a{text-decoration:underline;
  text-underline-offset:2px;}
.top-footer .open-story a:hover,
.top-footer .open-story a:focus-visible{}
@media (max-width:640px){.top-footer .bottom-items>h2,
  .top-footer .bottom-items>.content-view,
  .top-footer .team-panel{
    flex:1 1 100%;
  }
}
.contact-benefit{--field-active:calc(1.5rem * 1.17);--axis-local:calc(860px / 2.41);padding:calc(1.5rem * 2.4) 1.36rem;background:#1f3358;color:#f7f3ea;}
.contact-benefit .steady-callout{max-width:860px;margin:0 auto;display:flex;flex-direction:column;row-gap:calc(var(--field-active) * 1.05);}
.contact-benefit h2,.contact-benefit h3,.contact-benefit p{margin:0;}
.contact-benefit h2{font-size:calc(15.4px * 2);line-height:1.12;}
.contact-benefit h3{font-size:calc(15.4px * 1.35);line-height:1.2;}
.contact-benefit p{font-size:15.4px;line-height:1.81;opacity:.86;}
.contact-benefit .content-view{max-width:var(--axis-local);}
.contact-benefit .visual-list{display:flex;flex-direction:column;gap:calc(var(--field-active) * .78);margin-top:calc(var(--field-active) * .35);}
.contact-benefit .team-panel{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:1px solid color-mix(in srgb, #f7f3ea 26%, transparent);}
.contact-benefit .team-panel p{margin-top:calc(1.5rem / 3.2);}
.contact-benefit .open-story{margin-top:calc(var(--field-active) * .5);font-size:calc(15.4px * .875);opacity:.82;}
.contact-benefit .open-story a{color:inherit;text-decoration:underline;text-underline-offset:2px;}
.contact-benefit .open-story a:hover{opacity:.75;}
@media (min-width:760px){.contact-benefit .visual-list{display:grid;grid-template-columns:1fr 1fr;column-gap:calc(1.07rem * 1.4);row-gap:calc(var(--field-active) * .9);}
}
.soft-links{
        background: #f7f3ea;
        color: #1c2338;
        padding: calc(1.5rem * 2.4) 1.36rem;
    }
.soft-links .steady-callout{max-width: 860px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.07rem * 1.5);}
.soft-links .bottom-intro{min-width: 0;
        border-bottom: 1px solid var(--tone-primary);
        padding-bottom: calc(1.07rem * 1.5);}
.soft-links h2{margin: 0 0 calc(1.07rem * 1.5);
        font-size: calc(15.4px * 2);
        line-height: 1.12;
        letter-spacing: 0;}
.soft-links .content-view{margin: 0 0 calc(1.07rem * 1.5);
        font-size: calc(15.4px * 1.125);
        line-height: 1.81;}
.soft-links .bottom-intro a.route{
        display: inline-flex;
        align-items: center;
        color: #f7f3ea;
        background: var(--tone-extra-11);
        text-decoration: none;
        border-radius: 0.32rem;
        padding: .7rem 1.1rem;
        font-size: calc(15.4px * .875);
        transition: background 280ms var(--motion-nav);
    }
.soft-links .bottom-intro a.route:hover{
        background: #16264a;color:var(--tone-soft);}
.soft-links .narrow-footer{min-width: 0;}
.soft-links .site-tile{margin: 0 0 calc(1.07rem * 1.5);
        font-size: 15.4px;
        line-height: 1.81;}
.soft-links .team-panel{
        padding: 1.5rem 1.36rem;
        background: var(--surface-cool);
        color: var(--tone-soft);
        border: 1px solid var(--tone-primary);
        border-left: 3px solid #a63a26;
        border-radius: 0.22rem;
    }
.soft-links .team-panel + .team-panel{margin-top: 1.07rem;}
.soft-links .team-panel strong{display: block;
        font-size: 15.4px;
        margin-bottom: .35rem;}
.soft-links .team-panel span{display: block;
        line-height: 1.81;}
.soft-links .compact-links{margin: calc(1.07rem * 1.5) 0 0;
        font-size: calc(15.4px * .875);
        line-height: 1.81;}
.soft-links .compact-links a.more{color: #1f3358;
        text-decoration: underline;
        text-underline-offset: 2px;}
.soft-links .compact-links a.more:hover{color: #a63a26;}
@media (max-width: 760px) {.soft-links .team-panel{
            padding: 1.36rem;
        }
    }
.focused-region{
  --field-active:calc(1.5rem * 1.1);
  --state-strong:calc(860px / 2.4);
  padding:calc(1.5rem * 2.4) 1.36rem;
  background:var(--tone-extra-11);
  color:#f7f3ea;
}
.focused-region .steady-callout{max-width:860px;margin:0 auto;}
.focused-region h2,.focused-region h3,.focused-region p{margin:0;}
.focused-region h2{font-size:calc(15.4px * 2);line-height:1.14;}
.focused-region h3{font-size:calc(15.4px * 1.35);line-height:1.22;}
.focused-region p{font-size:15.4px;line-height:1.81;}
.focused-region a{color:inherit;text-decoration:none;}
.focused-region .compact-links{font-size:calc(15.4px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  opacity:0.72;}
.focused-region .content-view{margin-top:calc(1.5rem / 2);
  max-width:none;
  opacity:0.86;}
.focused-region .site-tile h2{margin-top:calc(1.5rem / 3);}
.focused-region .quiet-figure{
  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.22rem;
  background:#f7f3ea;
  color:var(--tone-extra-11);
  font-size:calc(15.4px * .875);
  transition:background 280ms var(--motion-nav),color 280ms var(--motion-nav);
}
.focused-region .quiet-figure:hover{
  background:#a63a26;
  color:#fdf6ee;
}
.focused-region .text-brand{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:1.07rem;}
.focused-region .text-brand>.site-tile{flex:1 1 60%;min-width:0;}
.focused-region .text-brand>.quiet-figure{flex:0 0 auto;margin-top:calc(1.5rem / 2);}
.focused-region .text-brand>.site-block{flex:1 1 100%;}
.focused-region .site-block{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:var(--field-active);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.focused-region .team-panel{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:1.07rem;
  padding:calc(1.07rem * 1.5) 0;
  border-bottom:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.focused-region .team-panel h3{flex:1 1 var(--state-strong);
  min-width:0;}
.focused-region .team-panel p{flex:1 1 100%;
  opacity:0.84;}
.focused-region .team-panel a{flex:0 0 auto;
  font-size:calc(15.4px * .875);
  border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);
  padding-bottom:2px;
  transition:border-color 280ms var(--motion-nav),color 280ms var(--motion-nav);}
.focused-region .team-panel a:hover{border-color:#fdf6ee;}
@media (min-width:720px){.focused-region .team-panel p{flex:1 1 var(--state-strong);}
}
.service-surface{padding:calc(1.5rem * 2) 1.36rem;background:#f7f3ea;color:#1c2338;}
.service-surface .text-view{max-width:860px;margin:0 auto;display:grid;gap:calc(1.07rem * 1.5);}
.service-surface h2,.service-surface h3,.service-surface p{margin:0;}
.service-surface .content-view{display:grid;gap:.5rem;}
.service-surface .content-view h2{font-size:calc(15.4px * 2);line-height:1.25;}
.service-surface .content-view .site-tile{font-size:15.4px;}
.service-surface .main-inner{display:flex;flex-wrap:wrap;gap:1.07rem;}
.service-surface .team-panel{flex:1 1 260px;display:grid;gap:.4rem;padding:.95rem 1rem;background:var(--surface-cool);color:var(--tone-soft);border:1px solid var(--tone-primary);border-left:3px solid #a63a26;border-radius:0.32rem;box-shadow:0 1px 2px rgba(0,0,0,0.06);}
.service-surface .team-panel h3{font-size:calc(15.4px * 1.125);line-height:1.3;}
.service-surface .team-panel p{font-size:calc(15.4px * .875);line-height:1.81;}
.service-surface .compact-links{display:inline-block;font-size:calc(15.4px * .875);letter-spacing:.02em;text-transform:uppercase;}
.service-surface .open-story{margin-top:.4rem;font-size:calc(15.4px * .875);}
.service-surface .open-story a{text-decoration:underline;text-underline-offset:2px;}
.service-surface .open-story a:hover{}
@media (max-width:680px){.service-surface .team-panel{flex:1 1 100%;}}
.page-stack{--field-active:calc(1.5rem * 1.28);--axis-strong:1px solid var(--tone-primary);padding:calc(1.5rem * 2.4) 1.36rem;background:#f7f3ea;color:#1c2338;}
.page-stack .steady-callout{max-width:860px;margin:0 auto;}
.page-stack h2,.page-stack h3,.page-stack p{margin:0;}
.page-stack h2{font-size:calc(15.4px * 2);line-height:1.14;}
.page-stack h3{font-size:calc(15.4px * 1.35);line-height:1.22;}
.page-stack p{font-size:15.4px;line-height:1.81;}
.page-stack .compact-links{margin-bottom:calc(1.5rem / 2);font-size:calc(15.4px * .875);letter-spacing:.08em;text-transform:uppercase;color:var(--paint-inverse);}
.page-stack .content-view{margin-top:1.5rem;}
.page-stack .site-block{display:flex;flex-direction:column;gap:var(--field-active);margin-top:var(--field-active);border-top:var(--axis-strong);padding-top:var(--field-active);}
.page-stack .team-panel{display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding-bottom:var(--field-active);border-bottom:var(--axis-strong);}
.page-stack .team-panel:last-child{border-bottom:0;padding-bottom:0;}
.page-stack .team-panel p:first-child{font-size:calc(15.4px * .875);letter-spacing:.06em;text-transform:uppercase;color:#a63a26;}
.page-stack .team-panel p:last-child{color:var(--paint-inverse);}
@media (min-width:720px){.page-stack .team-panel{display:grid;grid-template-columns:minmax(0,9rem) minmax(0,1fr);grid-template-rows:auto auto;column-gap:1.07rem;row-gap:calc(1.5rem / 4);}.page-stack .team-panel p:first-child{grid-column:1;grid-row:1 / span 2;padding-top:.2em;}.page-stack .team-panel h3{grid-column:2;grid-row:1;}.page-stack .team-panel p:last-child{grid-column:2;grid-row:2;}
}
.secondary-group{
    padding:calc(1.5rem * 2.4) 1.36rem;
    background:var(--surface-clear);
    color:var(--paint-inverse);
}
.secondary-group .steady-callout{max-width:860px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.07rem * 1.5);}
.secondary-group .content-view h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(15.4px * 2);
    line-height:1.2;}
.secondary-group .content-view p{margin:0;
    font-size:15.4px;}
.secondary-group .media-flow{display:flex;
    flex-wrap:wrap;
    gap:1.07rem;}
.secondary-group .open-story{
    flex:1 1 320px;
    border:1px solid var(--tone-primary);
    border-radius:0.54rem;
    background:var(--surface-cool);
    color:var(--tone-soft);
    padding:calc(1.5rem * .75) 1.36rem;
    box-shadow:0 1px 2px rgba(0,0,0,0.06);
}
.secondary-group .open-story h3{margin:0 0 calc(1.5rem * .75);
    font-size:calc(15.4px * 1.35);
    line-height:1.25;}
.secondary-group .open-story p{margin:0 0 calc(1.5rem * .75);}
.secondary-group .open-story p:last-child{margin-bottom:0;}
.secondary-group .compact-links{font-size:calc(15.4px * .875);}
.secondary-group .compact-links a{color:#1f3358;
    text-decoration:underline;}
.secondary-group .compact-links a:hover{color:#a63a26;}
.secondary-group .text-steps{border-top:1px solid var(--tone-primary);
    padding-top:calc(1.07rem * 1.5);}
.secondary-group .text-steps p{margin:0 0 calc(1.5rem * .75);}
.secondary-group .team-stack{display:flex;
    flex-wrap:wrap;
    gap:1.07rem;
    font-size:calc(15.4px * .875);}
.secondary-group .team-stack a{color:#1f3358;
    text-decoration:underline;}
.secondary-group .team-stack a:hover{color:#a63a26;}
@media (max-width:700px){.secondary-group .open-story{
        flex:1 1 100%;
    }
}
.offer-service{
        background: var(--tone-extra-11);
        color: #f7f3ea;
    }
.offer-service .fresh-visual{max-width: 860px;
        margin: 0 auto;
        padding: calc(1.5rem * 2.4) 1.36rem 1.5rem;}
.offer-service h2{max-width: 18ch;
        margin: 0;
        font-size: calc(15.4px * 2);
        line-height: 1.08;}
.offer-service .fresh-visual p{margin: calc(1.07rem * 1.5) 0 0;
        font-size: 15.4px;
        line-height: 1.81;}
.offer-service .public-header{
        background: #1f3358;
        color: #f7f3ea;
    }
.offer-service .public-header .steady-list{max-width: 860px;
        margin: 0 auto;
        padding: 1.5rem 1.36rem;
        display: flex;
        flex-wrap: wrap;
        gap: 1.07rem;}
.offer-service .public-header a{flex: 1 1 14rem;
        min-width: 0;
        color: inherit;
        font-size: calc(15.4px * 1.125);
        line-height: 1.25;
        overflow-wrap: anywhere;
        text-decoration: none;
        border-bottom: 1px solid var(--tone-primary);
        padding-bottom: calc(1.5rem * .75);
        transition: border-color 280ms var(--motion-nav);}
.offer-service .public-header a:hover{border-color: #a63a26;}
.offer-service .public-header span{display: block;
        margin-bottom: .35rem;
        font-size: calc(15.4px * .875);
        letter-spacing: .04em;
        text-transform: uppercase;
        opacity: .7;}
.offer-service .text-frame{
        background: var(--surface-clear);
        color: var(--paint-inverse);
    }
.offer-service .text-frame .steady-list{max-width: 860px;
        margin: 0 auto;
        padding: 1.5rem 1.36rem calc(1.5rem * 2.4);
        display: flex;
        flex-direction: column;
        gap: calc(1.07rem * 1.5);}
.offer-service .text-frame p{margin: 0;
        line-height: 1.81;}
.offer-service .text-frame .steady-list > div{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75) 1.07rem;}
.offer-service .text-frame a{text-underline-offset: .22em;}
.offer-service .text-frame a:hover{}
@media (max-width: 680px) {.offer-service .public-header .steady-list{
            display: block;
        }.offer-service .public-header a{
            display: block;
        }.offer-service .public-header a + a{
            margin-top: 1.5rem;
        }
    }
.site-service{
  padding: calc(1.5rem * 2.4) 1.36rem;
  background: #1f3358;
  color: #f7f3ea;
}
.site-service .steady-callout{max-width: 860px;
  margin: 0 auto;}
.site-service .fresh-visual{margin-bottom: calc(1.07rem * 1.5);}
.site-service h2{margin: 0;
  font-size: calc(15.4px * 2);
  line-height: 1.1;}
.site-service .fresh-visual p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.4px * 1.125);
  opacity: 0.82;}
.site-service .top-media{display: flex;
  flex-wrap: wrap;
  gap: 1.07rem;
  border-top: 1px solid rgba(247, 243, 234, 0.18);
  padding-top: calc(1.07rem * 1.5);}
.site-service .team-panel{flex: 1 1 18rem;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid rgba(247, 243, 234, 0.14);}
.site-service .team-panel .quiet-note{display: block;
  font-size: calc(15.4px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;color:inherit;}
.site-service .team-panel strong{display: block;
  margin: calc(1.5rem * .75) 0 calc(calc(1.5rem * .75) * 0.5);
  font-size: calc(15.4px * 1.35);
  line-height: 1.25;}
.site-service .team-panel p{margin: 0;
  font-size: 15.4px;
  line-height: 1.81;
  opacity: 0.86;}
.site-service .quiet-figure{margin-top: calc(1.07rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(247, 243, 234, 0.18);}
.site-service .quiet-figure p{margin: 0 0 calc(1.5rem * .75);
  font-size: 15.4px;
  line-height: 1.81;}
.site-service .quiet-figure p.note{margin-bottom: 0;
  font-size: calc(15.4px * .875);
  opacity: 0.78;}
.site-service .quiet-figure a{text-decoration: underline;
  text-decoration-color: #a63a26;
  text-underline-offset: 3px;
  transition: color 280ms var(--motion-nav);}
.site-service .quiet-figure a:hover{color:inherit;}
@media (max-width: 640px) {.site-service .top-media{
    flex-direction: column;
  }.site-service .team-panel{
    flex: 1 1 auto;
  }
}
.fresh-benefit{--field-active:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.36rem;background:#f7f3ea;color:#1c2338;}
.fresh-benefit .steady-callout{max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:var(--field-active);}
.fresh-benefit h2,.fresh-benefit h3,.fresh-benefit p{margin:0;}
.fresh-benefit h2{font-size:calc(15.4px * 2);line-height:1.14;}
.fresh-benefit h3{font-size:calc(15.4px * 1.35);line-height:1.22;}
.fresh-benefit p{font-size:15.4px;line-height:1.81;}
.fresh-benefit .bottom-items{display:flex;flex-direction:column;gap:calc(1.07rem * .7);}
.fresh-benefit .content-view{font-size:calc(15.4px * 1.125);}
.fresh-benefit .site-block{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--tone-primary);}
.fresh-benefit .team-panel{display:flex;flex-direction:column;gap:calc(1.07rem * .5);padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--tone-primary);}
.fresh-benefit .team-panel p{color:var(--paint-inverse);}
.fresh-benefit .direct-menu{align-self:flex-start;font-size:calc(15.4px * .875);color:#1f3358;text-decoration:underline;text-underline-offset:3px;}
.fresh-benefit .direct-menu:hover{color:#a63a26;}
.fresh-benefit .compact-links{padding:calc(1.5rem * .75);border-radius:0.32rem;background:var(--surface-clear);color:var(--paint-inverse);font-size:calc(15.4px * .875);}
@media (min-width:720px){.fresh-benefit .site-block{flex-direction:row;flex-wrap:wrap;border-top:none;gap:var(--field-active);}.fresh-benefit .team-panel{flex:1 1 calc(860px / 2.4);min-width:0;padding:calc(1.5rem * .75);border:1px solid var(--tone-primary);border-radius:0.32rem;background:var(--surface-cool);color:var(--tone-soft);}.fresh-benefit .team-panel p{color:var(--paint-inverse);}
}
.content-flow{padding:calc(1.5rem * 2) 1.36rem;background:#f7f3ea;color:#1c2338;}
.content-flow .text-view{max-width:860px;margin:0 auto;display:grid;gap:calc(1.07rem * 1.5);}
.content-flow h2,.content-flow h3,.content-flow p{margin:0;}
.content-flow .content-view{display:grid;gap:calc(1.5rem * .75);}
.content-flow .content-view h2{font-size:calc(15.4px * 2);line-height:1.2;}
.content-flow .site-tile{font-size:15.4px;line-height:1.81;}
.content-flow .main-inner{display:flex;flex-wrap:wrap;gap:1.07rem;}
.content-flow .team-panel{flex:1 1 260px;display:grid;gap:.4rem;padding:calc(1.5rem * .75);background:var(--surface-cool);color:var(--tone-soft);border:1px solid var(--tone-primary);border-radius:0.54rem;box-shadow:0 1px 2px rgba(0,0,0,0.06);}
.content-flow .team-panel h3{font-size:calc(15.4px * 1.35);line-height:1.3;}
.content-flow .team-panel p{font-size:calc(15.4px * .875);line-height:1.81;}
.content-flow .service-wrap{display:inline-block;align-self:start;padding:.15rem .5rem;font-size:calc(15.4px * .875);background:#a63a26;color:#fdf6ee;border-radius:0.22rem;}
.content-flow .open-story{display:flex;flex-wrap:wrap;align-items:center;gap:1.07rem;padding-top:calc(1.5rem * .75);border-top:1px solid var(--tone-primary);}
.content-flow .open-story .compact-links{flex:1 1 320px;font-size:calc(15.4px * .875);}
.content-flow .open-story a{display:inline-flex;align-items:center;min-height:2.4rem;padding:0 .85rem;text-decoration:none;background:var(--tone-extra-11);color:#f7f3ea;border:1px solid rgba(166, 58, 38, 0.42);border-radius:0.22rem;font-size:calc(15.4px * .875);}
.content-flow .open-story a:hover{background:#16264a;color:var(--tone-soft);}
@media (max-width:680px){.content-flow .team-panel{flex:1 1 100%;}}
.site-surface{--field-active:calc(1.5rem * 1.06);padding:calc(1.5rem * 2.4) 1.36rem;background:#f7f3ea;color:#1c2338;}
.site-surface .steady-callout{max-width:860px;margin:0 auto;}
.site-surface h2,.site-surface h3,.site-surface p{margin:0;}
.site-surface h2{font-size:calc(15.4px * 2);line-height:1.12;}
.site-surface h3{font-size:calc(15.4px * 1.35);line-height:1.2;}
.site-surface p{font-size:15.4px;line-height:1.81;}
.site-surface .content-view{margin-top:1.5rem;}
.site-surface .main{display:flex;flex-direction:column;gap:var(--field-active);margin-top:var(--field-active);}
.site-surface .team-panel{min-width:0;padding-block-end:calc(var(--field-active) * .6);border-bottom:1px solid var(--tone-primary);}
.site-surface .team-panel:last-child{border-bottom:0;}
.site-surface .team-panel p{margin-top:calc(1.5rem / 3);color:var(--paint-inverse);}
.site-surface .team-panel a{display:inline-flex;margin-top:calc(1.5rem / 2);color:#1f3358;text-decoration:none;border-bottom:1px solid #1f3358;}
.site-surface .team-panel a:hover{color:#a63a26;border-bottom-color:#a63a26;}
.site-surface .compact-links{margin-top:var(--field-active);color:var(--paint-inverse);}
.site-surface .compact-links a{color:#1f3358;text-decoration:none;border-bottom:1px solid #1f3358;}
.site-surface .compact-links a:hover{color:#a63a26;border-bottom-color:#a63a26;}
.offer-list{padding:calc(1.5rem * 2.4) 1.36rem;background:#a63a26;color:#fdf6ee}
.offer-list .steady-callout{max-width:860px;margin:0 auto}
.offer-list .fresh-visual{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1.07rem;margin-bottom:calc(1.07rem * 1.5)}
.offer-list .fresh-visual p{flex:1 1 22rem;margin:0;font-size:calc(15.4px * 1.125);line-height:1.81}
.offer-list h2{flex:0 1 15ch;margin:0;font-size:calc(15.4px * 2);line-height:1.05;text-align:right}
.offer-list .fresh-quote{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.07rem 1.5rem}
.offer-list [data-cluster]{flex:1 1 20rem;max-width:34rem;padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(253,246,238,0.28)}
.offer-list h3{margin:0;font-size:calc(15.4px * 1.35);line-height:1.25}
.offer-list [data-cluster] p{margin:calc(1.5rem * .75) 0 0;line-height:1.81}
@media(max-width:680px){.offer-list .fresh-visual{display:block}.offer-list h2{margin-top:1.5rem;text-align:left;flex:1 1 auto}.offer-list [data-cluster]{max-width:none}}
.direct-callout{
        padding: calc(1.5rem * 2.4) 1.36rem;
        background: var(--surface-clear);
        color: var(--paint-inverse)
    }
.direct-callout .steady-callout{max-width: 860px;
        margin: 0 auto}
.direct-callout .open-figure{display: flex;
        flex-direction: column;
        gap: calc(1.07rem * 1.5);
        align-items: flex-start}
.direct-callout h2{min-width: 0;
        margin: 0;
        font-size: calc(15.4px * 2);
        line-height: 1.12}
.direct-callout .media-list{min-width: 0;
        width: 100%}
.direct-callout .media-list p{margin: 0;
        font-size: calc(15.4px * 1.125);
        line-height: 1.81}
.direct-callout .content-rail{display: flex;
        flex-wrap: wrap;
        gap: 1.07rem;
        margin-top: 1.5rem}
.direct-callout .content-rail span{
        border-radius: 0.22rem;
        background: var(--surface-cool);
        color: var(--tone-soft);
        border: 1px solid var(--tone-primary);
        padding: calc(calc(1.5rem * .75) * .6) calc(1.5rem * .75);
        font-size: calc(15.4px * .875);
        line-height: 1.4
    }
@media (max-width: 760px) {.direct-callout .open-figure{
            display: block
        }.direct-callout .media-list{
            margin-top: 1.5rem
        }
    }
.compact-contact{
        padding: calc(1.5rem * 2.4) 1.36rem;
        background: var(--surface-clear);
        color: var(--paint-inverse)
    }
.compact-contact .steady-callout{max-width: 860px;
        margin: 0 auto}
.compact-contact .open-figure{display: flex;
        flex-direction: column;
        gap: calc(1.07rem * 1.5)}
.compact-contact .content-view h2{margin: 0 0 calc(1.5rem * .75);
        font-size: calc(15.4px * 2);
        line-height: 1.12}
.compact-contact .content-view p{margin: 0;
        font-size: calc(15.4px * 1.125);
        line-height: 1.81}
.compact-contact .media-list{display: flex;
        flex-direction: column;
        gap: calc(1.07rem * 1.5)}
.compact-contact .quiet-benefit{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid var(--tone-primary)}
.compact-contact .team-panel{flex: 1 1 320px;
        min-width: 0;
        margin: 0;
        font-size: 15.4px;
        line-height: 1.81}
.compact-contact .team-panel strong{display: block;
        margin-bottom: calc(calc(1.5rem * .75) * .35);
        font-size: 15.4px}
.compact-contact .compact-links{
        margin: 0;
        padding: calc(1.5rem * .75);
        border-radius: 0.32rem;
        background: var(--surface-cool);
        color: var(--tone-soft);
        border: 1px solid var(--tone-primary);
        font-size: calc(15.4px * .875);
        line-height: 1.81
    }
.compact-contact .compact-links a{color: #1f3358}
.compact-contact .compact-links a:hover{color: #a63a26}
.compact-contact .content-rail{display: flex;
        flex-wrap: wrap;
        gap: calc(1.07rem * .6)}
.compact-contact .content-rail span{
        border-radius: 0.22rem;
        background: #a63a26;
        color: #fdf6ee;
        padding: calc(calc(1.5rem * .75) * .45) calc(1.5rem * .75);
        font-size: calc(15.4px * .875);
        line-height: 1.4
    }
@media (max-width: 760px) {.compact-contact .quiet-benefit{
            flex-direction: column
        }.compact-contact .team-panel{
            flex: 1 1 auto
        }
    }
.primary-details{--field-active:calc(1.5rem * 1.35);--axis-local:calc(860px / 2.80);padding:calc(1.5rem * 2.4) 1.36rem;background:var(--tone-extra-11);color:#f7f3ea;}
.primary-details .steady-callout{max-width:860px;margin:0 auto;}
.primary-details h2,.primary-details h3,.primary-details p{margin:0;}
.primary-details h2{font-size:calc(15.4px * 2);line-height:1.12;}
.primary-details h3{font-size:calc(15.4px * 1.35);line-height:1.2;}
.primary-details p{font-size:15.4px;line-height:1.81;color:color-mix(in srgb, currentColor 78%, transparent);}
.primary-details .compact-links{font-size:calc(15.4px * .875);letter-spacing:.02em;text-transform:uppercase;color:color-mix(in srgb, currentColor 66%, transparent);}
.primary-details .content-view{margin-top:calc(1.5rem / 1.6);}
.primary-details .site-block{display:flex;flex-direction:column;gap:var(--field-active);margin-top:var(--field-active);}
.primary-details .team-panel{padding:calc(calc(1.5rem * .75) * .9) 0;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.primary-details .team-panel:first-child{border-top:0;padding-top:0;}
.primary-details .team-panel p{margin-top:calc(1.5rem / 3);}
@media (min-width:760px){.primary-details .site-block{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--field-active) calc(1.07rem * 1.6);}.primary-details .team-panel{padding:calc(calc(1.5rem * .75) * .9);border-top:0;border-left:1px solid color-mix(in srgb, currentColor 22%, transparent);}.primary-details .team-panel:first-child{padding-top:calc(calc(1.5rem * .75) * .9);border-left:0;}
}
.wide-summary{--field-active:calc(1.5rem * 1.05);--state-strong:calc(860px / 2.45);padding:calc(1.5rem * 2.4) 1.36rem;background:#f7f3ea;color:#1c2338;}
.wide-summary .steady-callout{max-width:860px;margin:0 auto;}
.wide-summary h2,.wide-summary h3,.wide-summary p{margin:0;}
.wide-summary h2{font-size:calc(15.4px * 2);line-height:1.14;}
.wide-summary h3{font-size:calc(15.4px * 1.35);line-height:1.22;}
.wide-summary p{font-size:15.4px;line-height:1.81;}
.wide-summary .content-view{margin-top:1.5rem;color:var(--paint-inverse);}
.wide-summary .plain-fields{display:flex;align-items:flex-start;gap:1.07rem;}
.wide-summary .plain-fields>.site-tile{flex:1 1 var(--state-strong);min-width:0;}
.wide-summary .plain-fields>.site-block{flex:2 1 var(--state-strong);min-width:0;display:flex;flex-direction:column;gap:var(--field-active);border-left:1px solid var(--tone-primary);padding-left:1.5rem;}
.wide-summary .team-panel{min-width:0;position:relative;}
.wide-summary .team-panel h3{color:#1c2338;}
.wide-summary .team-panel p{margin-top:calc(1.5rem / 3.5);color:var(--paint-inverse);}
@media(max-width:760px){.wide-summary .plain-fields{flex-direction:column;}.wide-summary .plain-fields>.site-block{border-left:0;padding-left:0;margin-top:var(--field-active);}
}
.content-benefit{--field-active:calc(1.5rem * 1.18);--state-strong:calc(860px / 3.05);padding:calc(1.5rem * 2.4) 1.36rem;background:var(--tone-extra-11);color:#f7f3ea;}
.content-benefit .steady-callout{max-width:860px;margin:0 auto;}
.content-benefit h2,.content-benefit h3,.content-benefit p{margin:0;}
.content-benefit h2{font-size:calc(15.4px * 2);line-height:1.14;}
.content-benefit h3{font-size:calc(15.4px * 1.35);line-height:1.24;}
.content-benefit p{font-size:15.4px;line-height:1.81;color:color-mix(in srgb, currentColor 76%, transparent);}
.content-benefit a{color:inherit;text-decoration:none;}
.content-benefit .compact-links{margin:0;font-size:calc(15.4px * .875);letter-spacing:0.08em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.content-benefit .quiet-figure{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.22rem;background:#f7f3ea;color:var(--tone-extra-11);transition:background 280ms var(--motion-nav),color 280ms var(--motion-nav);}
.content-benefit .quiet-figure:hover{background:#a63a26;color:#fdf6ee;}
.content-benefit .text-brand{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.07rem;}
.content-benefit .text-brand>.site-tile{flex:1 1 auto;min-width:0;}
.content-benefit .text-brand>.quiet-figure{flex:0 0 auto;}
.content-benefit .text-brand>.site-block{flex:1 1 100%;}
.content-benefit .site-tile h2{margin-top:calc(1.5rem / 2.4);}
.content-benefit .site-block{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.07rem;margin-top:var(--field-active);}
.content-benefit .team-panel{flex:1 1 var(--state-strong);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.content-benefit .team-panel h3{margin-bottom:calc(1.5rem / 3.2);}
@media (max-width:640px){.content-benefit .text-brand{align-items:flex-start;}.content-benefit .team-panel{flex:1 1 100%;}
}
.narrow-brand{padding:calc(1.5rem * 2.4) 1.36rem;background:#f7f3ea;color:#1c2338}
.narrow-brand .steady-callout{width:min(100%,calc(860px*.72));margin:0 auto}
.narrow-brand .top-intro{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:var(--paint-inverse);font-size:calc(15.4px * .875);letter-spacing:.02em}
.narrow-brand .top-intro>*{min-width:0;flex:1 1 14rem}
.narrow-brand h1{margin:0;font-size:calc(15.4px * 2.65);line-height:1.08;font-family:"Playfair Display", sans-serif}
.narrow-brand .content-view{margin:1.5rem 0 calc(1.07rem * 1.5);color:var(--paint-inverse);font-size:calc(15.4px * 1.125);line-height:1.81;font-style:italic}
.narrow-brand .media-list{border-top:1px solid var(--tone-primary);padding-top:1.5rem}
.narrow-brand .media-list p{margin:0 0 1.5rem;line-height:1.81;font-size:15.4px}
.narrow-brand .media-list p:last-child{margin-bottom:0}
.narrow-brand .media-list a{color:#1f3358;text-decoration:underline;text-underline-offset:.18em;transition:color 280ms var(--motion-nav)}
.narrow-brand .media-list a:hover{color:#a63a26}
@media (max-width:640px){.narrow-brand .steady-callout{width:100%}.narrow-brand h1{font-size:calc(15.4px * 2)}
}
.wide-surface{
  background: #f7f3ea;
  color: #1c2338;
  padding: calc(1.5rem * 2.4) 1.36rem;
}
.wide-surface .steady-callout{width: min(100%, 860px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.07rem * 1.5);}
.wide-surface h2,
.wide-surface h3,
.wide-surface p{margin: 0;}
.wide-surface h2{font-size: calc(15.4px * 2);
  line-height: 1.12;}
.wide-surface h3{font-size: calc(15.4px * 1.35);
  line-height: 1.2;}
.wide-surface p{font-size: 15.4px;
  line-height: 1.81;}
.wide-surface .active-callout{
  display: grid;
  gap: 1.5rem;
  padding: calc(1.07rem * 1.5);
  border-radius: 0.54rem;
  background: #1f3358;
  color: #f7f3ea;
  border-left: 3px solid #a63a26;
}
.wide-surface .soft-summary{display: grid;
  gap: calc(1.5rem * .75);}
.wide-surface .content-grid{
  display: grid;
  grid-template-columns: 1.1rem minmax(0, 1fr);
  column-gap: 1.07rem;
  row-gap: calc(1.07rem * .5);
  align-items: start;
  padding: 1.5rem;
  border-radius: 0.32rem;
  background: var(--surface-cool);
  color: var(--tone-soft);
  border: 1px solid var(--tone-primary);
  box-shadow: 0 1px 2px rgba(0,0,0,0.06);
  animation: peopleTimelineIn calc(280ms * 2) var(--motion-nav) both;
  animation-delay: var(--speed-nav, 0ms);
}
.wide-surface .content-grid i{
  grid-row: 1 / span 3;
  width: .55rem;
  height: .55rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: #a63a26;color:#fdf6ee;}
.wide-surface .content-grid span{font-size: calc(15.4px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.wide-surface .content-grid h3{margin: 0;}
.wide-surface .content-grid p{grid-column: 2;}
@keyframes peopleTimelineIn {from{ opacity: .25; transform: translateY(calc(calc(1.07rem * 2) * .14)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 720px) {.wide-surface .content-grid{
    grid-template-columns: 1fr;
  }.wide-surface .content-grid i{
    grid-row: auto;
    margin-top: 0;
  }.wide-surface .content-grid p{
    grid-column: 1;
  }
}
.featured-body{padding:calc(1.5rem * 2.4) 1.36rem;background:#1f3358;color:#f7f3ea}
.featured-body .page-shell{max-width:860px;margin:0 auto}
.featured-body h2{max-width:19ch;margin:0;font-size:calc(15.4px * 2);line-height:1.1}
.featured-body .site-content{margin:1.5rem 0 calc(1.07rem * 1.5);font-size:calc(15.4px * 1.125);line-height:1.81;opacity:.86}
.featured-body .secondary-copy{display:flex;flex-direction:column;gap:calc(1.07rem * 1.5);margin:0;padding:0;list-style:none;counter-reset:nota}
.featured-body .secondary-copy>li{position:relative;margin:0;padding-left:calc(calc(1.07rem * 1.5) + 1.4rem);counter-increment:nota}
.featured-body .secondary-copy>li::before{content:counter(nota,decimal-leading-zero);position:absolute;left:0;top:.15em;font-size:calc(15.4px * .875);letter-spacing:.08em;opacity:.7}
.featured-body h3{margin:0;font-size:calc(15.4px * 1.35);line-height:1.2}
.featured-body .secondary-copy p{margin:calc(1.5rem * .75) 0 0;line-height:1.81;opacity:.86}
@media(max-width:680px){.featured-body .secondary-copy>li{padding-left:0}.featured-body .secondary-copy>li::before{position:static;display:block;margin-bottom:calc(1.5rem * .75)}}
.active-inner{padding:calc(1.5rem * 2.4) 1.36rem;background:#a63a26;color:#fdf6ee}
.active-inner .steady-callout{max-width:860px;margin:0 auto}
.active-inner .plain-fields{display:flex;gap:calc(1.07rem * 1.5);align-items:flex-start}
.active-inner .content-view{flex:1 1 34rem;min-width:0}
.active-inner h2{margin:0;font-size:calc(15.4px * 2);line-height:1.08}
.active-inner .content-view p{margin:1.5rem 0 0;font-size:15.4px;line-height:1.81}
.active-inner .steady-section{flex:0 1 34rem;min-width:0;background:#1f3358;color:#f7f3ea;border-radius:0.54rem;padding:calc(1.5rem * .75);box-shadow:0 5px 16px rgba(0,0,0,0.07)}
.active-inner .steady-section>p{margin:0 0 calc(1.5rem * .75);line-height:1.81}
.active-inner .steady-section>p:last-of-type{margin-bottom:0}
.active-inner .steady-section a{text-decoration:underline}
.active-inner .featured-brand{display:flex;flex-wrap:wrap;gap:1.07rem;margin-top:1.5rem}
.active-inner .featured-brand a{border-radius:0.22rem;background:var(--tone-extra-11);color:#f7f3ea;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(15.4px * .875)}
.active-inner .featured-brand a:hover{background:#16264a;color:var(--tone-soft);}
@media(max-width:780px){.active-inner .plain-fields{display:block}.active-inner .steady-section{margin-top:calc(1.07rem * 1.5);padding:1.5rem}.active-inner h2{font-size:calc(15.4px * 1.35)}}
.direct-copy{padding:calc(1.5rem * 2.4) 1.36rem;background:#f7f3ea;color:#1c2338}
.direct-copy .steady-callout{width:min(100%,calc(860px*.68));margin:0 auto}
.direct-copy .top-intro{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:var(--paint-inverse);font-size:calc(15.4px * .875)}
.direct-copy .top-intro>*{min-width:0;flex:1 1 16rem}
.direct-copy h1{margin:0;font-size:calc(15.4px * 2.65);line-height:1.08}
.direct-copy .content-view{margin:1.5rem 0 calc(1.07rem * 1.5);color:var(--paint-inverse);font-size:calc(15.4px * 1.125);line-height:1.81}
.direct-copy .media-list{border-top:1px solid var(--tone-primary);padding-top:1.5rem}
.direct-copy .media-list p{margin:0 0 1.5rem;line-height:1.81}
.direct-copy .media-list p:last-child{margin-bottom:0}
.direct-copy .media-list a{color:#1f3358;text-decoration:underline;text-underline-offset:3px}
.direct-copy .media-list a:hover{color:#a63a26}
.primary-service{
  background: #f7f3ea;
  color: #1c2338;
  padding: calc(1.5rem * 2.4) 1.36rem;
}
.primary-service .steady-callout{width: min(100%, 860px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 1.07rem;}
.primary-service h2,
.primary-service h3,
.primary-service p{margin: 0;}
.primary-service h2{font-size: calc(15.4px * 2); line-height: 1.1;}
.primary-service h3{font-size: calc(15.4px * 1.35); line-height: 1.18;}
.primary-service p{font-size: 15.4px; line-height: 1.81;}
.primary-service .active-callout{
  display: grid;
  gap: calc(1.07rem * 1.5);
  align-content: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.54rem;
  background: #1f3358;
  color: #f7f3ea;
  border-left: 3px solid #a63a26;
}
.primary-service .soft-summary{display: grid;
  gap: calc(1.5rem * .75);}
.primary-service .content-grid{
  display: grid;
  grid-template-columns: 0.9rem minmax(6rem, .22fr) minmax(9rem, .34fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 0.32rem;
  background: var(--surface-cool);
  color: var(--tone-soft);
  border: 1px solid var(--tone-primary);
  animation: peopleTimelineIn calc(280ms * 2) var(--motion-nav) both;
  animation-delay: var(--speed-nav, 0ms);
}
.primary-service i{
  width: .55rem;
  height: .55rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: #a63a26;color:#fdf6ee;}
.primary-service .content-grid span{font-size: calc(15.4px * .875);
  line-height: 1.5;}
@keyframes peopleTimelineIn {from{ opacity: .25; transform: translateX(calc(calc(1.07rem * 2) * .14)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.primary-service .steady-callout,
  .primary-service .content-grid{ grid-template-columns: 1fr; }.primary-service .content-grid i{ margin-top: 0; }
}
.secondary-area{padding:calc(1.5rem * 2.4) 1.36rem;background:#f7f3ea;color:#1c2338}
.secondary-area .steady-callout{max-width:min(860px,54rem);margin:0 auto}
.secondary-area .bottom-items{display:block}
.secondary-area h2{margin:0;font-size:calc(15.4px * 2);line-height:1.12}
.secondary-area .bottom-items p{margin:1.5rem 0 0;color:var(--paint-inverse);line-height:1.81}
.secondary-area .page-summary{margin-top:calc(1.07rem * 1.5);border-top:1px solid var(--tone-primary)}
.secondary-area details{padding:1.5rem 0;border-bottom:1px solid var(--tone-primary)}
.secondary-area summary{cursor:pointer;font-size:calc(15.4px * 1.35);line-height:1.2;list-style:none}
.secondary-area summary::-webkit-details-marker{display:none}
.secondary-area summary::after{content:"+";float:right;color:#a63a26;font-weight:600}
.secondary-area details[open] summary::after{content:"–"}
.secondary-area details p{margin:1.5rem 0 0;color:var(--paint-inverse);line-height:1.81}
@media(max-width:720px){.secondary-area .page-summary{margin-top:calc(1.07rem * 1.5)}.secondary-area summary{font-size:15.4px}
}
.contact-flow{padding:calc(1.5rem * 2.4) 1.36rem;background:var(--surface-clear);color:var(--paint-inverse)}
.contact-flow .steady-callout{max-width:860px;margin:0 auto}
.contact-flow .quiet-stack{display:flex;flex-wrap:wrap;gap:calc(1.07rem * 1.5);align-items:flex-start}
.contact-flow h2{flex:1 1 20rem;min-width:0;margin:0;font-size:calc(15.4px * 2);line-height:1.15}
.contact-flow .steady-section{flex:1 1 30rem;min-width:0}
.contact-flow .steady-section p{margin:0 0 calc(1.5rem * .75);font-size:15.4px;line-height:1.81}
.contact-flow .steady-section p:last-of-type{margin-bottom:0}
.contact-flow ul{list-style:none;margin:calc(1.07rem * 1.5) 0 0;padding:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.contact-flow li{min-width:0}
.contact-flow li a{display:inline-flex;border-radius:0.32rem;background:var(--surface-cool);color:var(--tone-soft);border:1px solid var(--tone-primary);padding:calc(calc(1.5rem * .75)*.6) calc(1.5rem * .75);text-decoration:none;font-size:calc(15.4px * .875);transition:background 280ms var(--motion-nav),color 280ms var(--motion-nav)}
.contact-flow li a:hover{background:#a63a26;color:#fdf6ee;border-color:#a63a26}
@media(max-width:760px){.contact-flow .quiet-stack{display:block}.contact-flow .steady-section{margin-top:calc(1.07rem * 1.5)}.contact-flow h2{font-size:calc(15.4px * 1.35)}}
.top-content{padding:calc(1.5rem * 2.4) 1.36rem;background:#f7f3ea;color:#1c2338}
.top-content .steady-callout{width:min(100%,calc(860px*.62));margin:0 auto}
.top-content .top-intro{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-bottom:1.5rem;color:var(--paint-inverse);font-size:calc(15.4px * .875)}
.top-content .top-intro>*{min-width:0;flex:1 1 18rem}
.top-content h1{margin:0;font-size:calc(15.4px * 2.65);line-height:1.02}
.top-content .content-view{margin:1.5rem 0 calc(1.07rem * 1.5);color:var(--paint-inverse);font-size:calc(15.4px * 1.125);line-height:1.81}
.top-content .media-list{border-top:1px solid var(--tone-primary);padding-top:1.5rem}
.top-content .media-list p{margin:0 0 1.5rem;line-height:1.81}
.top-content .media-list p:last-child{margin-bottom:0}
.top-content .media-list a{color:#1f3358;text-decoration:underline;text-underline-offset:2px}
.top-content .media-list a:hover{color:#a63a26}
.text-menu{
  background: #f7f3ea;
  color: #1c2338;
  padding: calc(1.5rem * 2.4) 1.36rem;
}
.text-menu .steady-callout{width: min(100%, 860px);
  margin: 0 auto;
  display: grid;
  gap: calc(1.07rem * 1.5);}
.text-menu h2,
.text-menu h3,
.text-menu p{margin: 0;}
.text-menu h2{font-size: calc(15.4px * 2);
  line-height: 1.12;}
.text-menu h3{font-size: calc(15.4px * 1.35);
  line-height: 1.2;}
.text-menu p{font-size: 15.4px;
  line-height: 1.81;}
.text-menu .active-callout{
  display: grid;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.54rem;
  background: #1f3358;
  color: #f7f3ea;
  border-left: 4px solid #a63a26;
}
.text-menu .active-callout p{color:inherit;
  opacity: .92;}
.text-menu .soft-summary{display: grid;
  gap: calc(1.5rem * .75);}
.text-menu .content-grid{
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.32rem;
  background: var(--surface-cool);
  color: var(--tone-soft);
  border: 1px solid var(--tone-primary);
  border-left: 3px solid var(--tone-extra-11);
  animation: peopleTimelineIn calc(280ms * 2) var(--motion-nav) both;
  animation-delay: var(--speed-nav, 0ms);
}
.text-menu .content-grid i{display: none;}
.text-menu .content-grid span{font-size: calc(15.4px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.text-menu .content-grid p{}
@keyframes peopleTimelineIn {from{ opacity: .25; transform: translateY(calc(calc(1.07rem * 2) * .12)); }to{ opacity: 1; transform: translateY(0); }
}
@media (min-width: 760px) {.text-menu .content-grid{
    grid-template-columns: minmax(9rem, .28fr) minmax(0, 1fr);
    align-items: start;
  }.text-menu .content-grid span{
    grid-column: 1;
  }.text-menu .content-grid h3{
    grid-column: 2;
    grid-row: 1;
  }.text-menu .content-grid p{
    grid-column: 2;
    grid-row: 2;
  }
}
.active-benefit{padding:calc(1.5rem * 2.4) 1.36rem;background:#f7f3ea;color:#1c2338}
.active-benefit .steady-callout{max-width:min(860px,54rem);margin:0 auto}
.active-benefit .bottom-items{display:flex;flex-direction:column;gap:1.5rem}
.active-benefit h2{margin:0;font-size:calc(15.4px * 2);line-height:1.08}
.active-benefit .bottom-items p{margin:0;color:var(--paint-inverse);line-height:1.81}
.active-benefit .page-summary{margin-top:calc(1.07rem * 1.5);border-top:1px solid var(--tone-primary)}
.active-benefit details{padding:1.5rem 0;border-bottom:1px solid var(--tone-primary)}
.active-benefit summary{cursor:pointer;font-size:calc(15.4px * 1.35);line-height:1.2;list-style:none}
.active-benefit summary::-webkit-details-marker{display:none}
.active-benefit summary::after{content:"+";float:right;color:#a63a26;font-weight:600}
.active-benefit details[open] summary::after{content:"–"}
.active-benefit details p{margin:1.5rem 0 0;color:var(--paint-inverse);line-height:1.81}
@media(max-width:720px){.active-benefit .page-summary{margin-top:calc(1.07rem * 1.5)}}
.public-flow{padding:calc(1.5rem * 2.4) 1.36rem;background:#a63a26;color:#fdf6ee}
.public-flow .steady-callout{max-width:860px;margin:0 auto}
.public-flow .plain-fields{display:flex;gap:calc(1.07rem * 1.5);align-items:flex-start}
.public-flow .content-view{flex:1 1 34rem;min-width:0}
.public-flow h2{margin:0;max-width:16ch;font-size:calc(15.4px * 2);line-height:1.1}
.public-flow .content-view p{margin:1.5rem 0 0;font-size:15.4px;line-height:1.81}
.public-flow .steady-section{flex:0 1 30rem;min-width:0;background:#1f3358;color:#f7f3ea;border-radius:0.32rem;padding:calc(1.5rem * .75);box-shadow:0 1px 2px rgba(0,0,0,0.06)}
.public-flow .steady-section>p{margin:0;line-height:1.81}
.public-flow .featured-brand{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75)*.6);margin-top:1.5rem}
.public-flow .featured-brand a{border-radius:0.22rem;background:var(--tone-extra-11);color:#f7f3ea;padding:calc(calc(1.5rem * .75)*.6) calc(1.5rem * .75);text-decoration:none;font-size:calc(15.4px * .875);line-height:1.4}
.public-flow .featured-brand a:hover{background:#16264a;color:var(--tone-soft);}
@media(max-width:780px){.public-flow .plain-fields{display:block}.public-flow .steady-section{margin-top:calc(1.07rem * 1.5);padding:1.5rem}.public-flow h2{font-size:calc(15.4px * 1.35)}}
.public-fields{
  padding: calc(1.5rem * 2.4) 1.36rem;
  background: var(--surface-clear);
  color: var(--paint-inverse);
}
.public-fields .steady-callout{max-width: 860px;
  margin: 0 auto;}
.public-fields .site-content{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 1.07rem;
  align-items: end;
  margin-bottom: calc(1.07rem * 1.5);}
.public-fields h2{margin: 0;
  font-size: calc(15.4px * 2);
  line-height: 1.1;}
.public-fields .site-content p{margin: 0;
  line-height: 1.81;}
.public-fields .content-frame{margin: 0;
  padding: 0;
  border-top: 1px solid var(--tone-primary);
  list-style: none;}
.public-fields .quiet-benefit{display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1.07rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--tone-primary);}
.public-fields .quiet-benefit p{margin: 0;
  font-size: calc(15.4px * 1.125);
  line-height: 1.81;
  white-space: pre-line;}
.public-fields .quiet-benefit span{color: var(--paint-inverse);
  font-size: calc(15.4px * .875);
  opacity: .72;}
.public-fields .primary-list{padding-left: calc(1.07rem * .6);}
.public-fields .open-headline{justify-content: flex-start;
  flex-wrap: wrap;}
.public-fields .open-headline a{flex: 1 1 14rem;
  color: #1f3358;
  font-size: calc(15.4px * 1.35);
  overflow-wrap: anywhere;
  text-underline-offset: .22em;}
.public-fields .open-headline a:hover{color: #a63a26;}
.public-fields .page-inner{display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1.07rem;
  padding-top: 1.5rem;}
.public-fields .page-inner a{
  display: block;
  padding: calc(1.5rem * .75);
  background: var(--surface-cool);
  color: var(--tone-soft);
  border: 1px solid var(--tone-primary);
  border-radius: 0.32rem;
  text-decoration: none;
  line-height: 1.81;
  overflow-wrap: anywhere;
}
.public-fields .page-inner a span{display: block;
  margin-bottom: calc(calc(1.5rem * .75) * .35);
  color: #a63a26;
  font-size: calc(15.4px * .875);}
.public-fields .page-inner a:hover{border-color: #a63a26;}
.public-fields .compact-links{margin: calc(1.07rem * 1.5) 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--tone-primary);
  font-size: calc(15.4px * .875);
  line-height: 1.81;}
@media (max-width: 660px) {.public-fields .site-content{
    grid-template-columns: 1fr;
    align-items: start;
  }.public-fields .quiet-benefit{
    display: block;
  }.public-fields .quiet-benefit span,
  .public-fields .quiet-benefit p,
  .public-fields .open-headline a{
    display: block;
    margin-top: calc(1.5rem * .75);
  }.public-fields .primary-list{
    padding-left: 0;
  }
}
.active-story{padding:calc(1.5rem * 2.4) 1.36rem;background:#f7f3ea;color:#1c2338}
.active-story .steady-callout{max-width:860px;margin:0 auto}
.active-story .strong-links{display:flex;flex-wrap:wrap;gap:calc(1.07rem * 1.5);background:var(--surface-cool);color:var(--tone-soft);border:1px solid var(--tone-primary);border-radius:0.68rem;padding:1.5rem}
.active-story .bottom-items{flex:1 1 20rem;min-width:0}
.active-story .bottom-items h2{margin:0 0 calc(1.5rem * .75);font-size:calc(15.4px * 2);line-height:1.15}
.active-story .bottom-items p{margin:0;font-size:15.4px;line-height:1.81}
.active-story form{flex:1 1 24rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.active-story .bottom-note{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.active-story label{flex:1 1 12rem;min-width:0;display:block}
.active-story label span{display:block;margin-bottom:calc(calc(1.5rem * .75)*.5);font-size:calc(15.4px * .875)}
.active-story input{width:100%;max-width:100%;border:1px solid var(--tone-primary);border-radius:0.32rem;background:#f7f3ea;color:#1c2338;font:inherit;padding:calc(1.5rem * .75);outline:none}
.active-story input::placeholder{}
.active-story input:focus{border-color:#a63a26;box-shadow:0 0 0 3px rgba(166, 58, 38, 0.42)}
.active-story .compact-links{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);align-items:center;justify-content:space-between}
.active-story .compact-links p{flex:1 1 16rem;min-width:0;margin:0;font-size:calc(15.4px * .875);line-height:1.81}
.active-story button{border:0;border-radius:0.32rem;background:#a63a26;color:#fdf6ee;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;white-space:nowrap}
.active-story button:hover{background:#8c2f1e;color:var(--tone-soft);}
.active-story .soft-story{display:flex;flex-wrap:wrap;gap:1.07rem;align-items:flex-start;margin-top:1.5rem}
.active-story .site-tile{flex:1 1 28rem;min-width:0}
.active-story .site-tile p{margin:0;font-size:15.4px;line-height:1.81}
.active-story .site-tile a{text-decoration:underline}
.active-story .site-tile a:hover{}
.active-story .featured-brand{flex:1 1 18rem;min-width:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);justify-content:flex-end}
.active-story .featured-brand a{border-radius:0.32rem;background:var(--tone-extra-11);color:#f7f3ea;padding:calc(calc(1.5rem * .75)*.75) calc(1.5rem * .75);text-decoration:none;font-size:calc(15.4px * .875)}
.active-story .featured-brand a:hover{background:#16264a;color:var(--tone-soft);}
@media(max-width:860px){.active-story .strong-links{display:block;padding:1.5rem}.active-story form{margin-top:calc(1.07rem * 1.5)}.active-story .featured-brand{justify-content:flex-start}
}
.bottom-details{padding:calc(1.5rem * 2.4) 1.36rem;background:#1f3358;color:#f7f3ea}
.bottom-details .fresh-intro{max-width:860px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.5fr) minmax(0,.5fr);gap:1.07rem}
.bottom-details .content-view{align-self:start}
.bottom-details h2{margin:0;font-size:calc(15.4px * 2);line-height:1.1}
.bottom-details .content-view p{margin:calc(1.07rem * 1.5) 0 0;font-size:15.4px;opacity:.86}
.bottom-details .direct-region{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.5rem * .75);align-content:start}
.bottom-details .clear-plan{padding:calc(1.5rem * .75);border-radius:0.54rem;background:var(--surface-cool);color:var(--tone-soft);border:1px solid var(--tone-primary)}
.bottom-details .clear-plan span{display:block;font-size:calc(15.4px * .875);color:inherit;}
.bottom-details .clear-plan strong{display:block;margin-top:calc(1.5rem * .75);font-size:15.4px;line-height:1.5}
.bottom-details .clear-plan a{color:inherit;text-decoration:none;border-bottom:1px solid var(--tone-primary)}
.bottom-details .clear-plan a:hover{color:inherit;}
.bottom-details .compact-links{grid-column:1/-1;padding:calc(1.07rem * 1.5) 0 0;border-top:1px solid var(--tone-primary)}
.bottom-details .compact-links p{margin:0;font-size:calc(15.4px * .875);opacity:.82}
.bottom-details .compact-links a{text-decoration:underline}
.bottom-details .direct-unit{grid-column:1/-1;height:clamp(20rem,38vw,30rem);border-radius:0.68rem;overflow:hidden;border:1px solid var(--tone-primary)}
.bottom-details iframe{display:block;width:100%;height:100%;border:0}
@media (max-width:780px){.bottom-details .fresh-intro,.bottom-details .direct-region{grid-template-columns:1fr}.bottom-details .direct-unit{height:20rem}}
.open-entries{
  padding: calc(1.5rem * 2.4) 1.36rem;
  background: #f7f3ea;
  color: #1c2338;
}
.open-entries .direct-lead{width: min(100%, calc(860px * .68));
  margin: 0 auto;}
.open-entries h2{margin: 0;
  font-size: calc(15.4px * 2);
  line-height: 1.1;}
.open-entries .content-view{margin: 1.5rem 0 calc(1.07rem * 1.5);
  font-size: calc(15.4px * 1.125);
  line-height: 1.81;}
.open-entries .public-links{display: flex;
  flex-wrap: wrap;
  gap: 1.07rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--tone-primary);
  border-bottom: 1px solid var(--tone-primary);}
.open-entries .public-links p{flex: 1 1 16rem;
  margin: 0;
  min-width: 0;}
.open-entries .public-links span{display: block;
  margin-bottom: calc(1.5rem * .75);
  color: var(--paint-inverse);
  font-size: calc(15.4px * .875);}
.open-entries .public-links a{color: #1f3358;
  font-size: calc(15.4px * 1.35);
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;}
.open-entries .public-links a:hover{color: #a63a26;}
.open-entries .direct-panel{display: flex;
  gap: 1.07rem;
  padding: 1.5rem 0;}
.open-entries .direct-panel > div{flex: 1 1 0;
  min-width: 0;}
.open-entries .direct-panel strong{font-size: calc(15.4px * .875);
  letter-spacing: .02em;}
.open-entries .direct-panel p{margin: calc(1.5rem * .75) 0 0;
  color: var(--paint-inverse);
  line-height: 1.81;
  white-space: pre-line;}
.open-entries ul{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 0;
  padding: 1.5rem 0 0;
  border-top: 1px solid var(--tone-primary);
  list-style: none;}
.open-entries li{flex: 1 1 18rem;
  min-width: 0;}
.open-entries li a{color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.open-entries li span{display: block;
  margin-top: calc(1.5rem * .75);
  color: var(--paint-inverse);
  font-size: calc(15.4px * .875);}
.open-entries li a:hover{color: #a63a26;}
@media (max-width: 560px) {.open-entries .direct-panel{
    display: block;
  }.open-entries .direct-panel > div + div{
    margin-top: 1.5rem;
  }
}
.main-items{padding:calc(1.5rem * 2.4) 1.36rem;background:var(--tone-extra-11);color:#f7f3ea}
.main-items .page-shell{max-width:min(860px,62rem);margin:0 auto}
.main-items h2{margin:0;font-size:calc(15.4px * 2.65);line-height:1.08}
.main-items .site-content{margin:1.5rem 0 calc(1.07rem * 1.5);font-size:calc(15.4px * 1.125);line-height:1.81}
.main-items .direct-panel{display:flex;flex-direction:column;border-top:1px solid color-mix(in srgb,currentColor 34%,transparent)}
.main-items .compact-links{padding:1.07rem 0 calc(1.5rem * .75)}
.main-items .compact-links + .compact-links{border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.main-items h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.4px * 1.35);line-height:1.24}
.main-items .compact-links p{margin:0;font-size:15.4px}
@media (min-width:768px){.main-items .direct-panel{display:grid;grid-template-columns:1fr 1fr;column-gap:1.36rem;border-top:1px solid color-mix(in srgb,currentColor 34%,transparent)}.main-items .compact-links{padding:calc(1.07rem * 1.5) 0}.main-items .compact-links + .compact-links{border-top:0}.main-items .compact-links:nth-child(n+3){border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
}
.bottom-inner{
  padding: calc(1.5rem * 2.4) 1.36rem;
  background: #1f3358;
  color: #f7f3ea;
}
.bottom-inner .steady-callout{max-width: min(860px, 58rem);
  margin: 0 auto;}
.bottom-inner h2{margin: 0;
  font-size: calc(15.4px * 2);
  line-height: 1.12;}
.bottom-inner .bottom-items{margin: calc(1.5rem * .75) 0 calc(1.07rem * 1.5);
  font-size: calc(15.4px * 1.125);
  opacity: .82;}
.bottom-inner .direct-lead{display: flex;
  flex-direction: column;
  gap: calc(1.07rem * 1.5);}
.bottom-inner .team-panel{
  padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.1);
  border-left: 2px solid #a63a26;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0.22rem;
}
.bottom-inner h3{margin: 0;
  font-size: calc(15.4px * 1.35);
  line-height: 1.25;}
.bottom-inner .team-panel p{margin: calc(calc(1.5rem * .75) * .55) 0 0;
  opacity: .86;
  font-size: 15.4px;
  line-height: 1.81;}
@media (min-width: 720px) {.bottom-inner .direct-lead{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(1.07rem * 1.5) 1.07rem;
  }
}
.team-contact{
  padding: calc(1.5rem * 2.4) 1.36rem;
  background: #1f3358;
  color: #f7f3ea;
}
.team-contact .steady-callout{max-width: min(860px, 78rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(17rem, .85fr);
  gap: calc(1.07rem * 1.5);
  align-items: start;}
.team-contact h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(15.4px * 2);
  line-height: 1.12;}
.team-contact .site-tile p{margin: 0 0 calc(1.5rem * .75);
  font-size: 15.4px;
  line-height: 1.81;}
.team-contact .site-tile p:last-child{margin-bottom: 0;}
.team-contact .open-story{padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(247, 243, 234, 0.22);}
.team-contact .open-story a{text-decoration: underline;
  text-underline-offset: 3px;}
.team-contact .open-story a:hover{}
.team-contact .main-inner{
  padding: calc(1.5rem * .75);
  border-radius: 0.54rem;
  background: var(--surface-cool);
  color: var(--tone-soft);
  border: 1px solid var(--tone-primary);
}
.team-contact .main-inner strong{display: block;
  font-size: calc(15.4px * 1.35);
  margin-bottom: calc(1.5rem * .75);}
.team-contact .visual-list{margin: 0 0 calc(1.5rem * .75);
  padding-left: 1.15rem;
  display: grid;
  gap: 0.55rem;
  font-size: calc(15.4px * .875);
  line-height: 1.55;}
.team-contact .content-fields{padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--tone-primary);}
.team-contact .content-fields .quiet-note{display: block;
  font-size: calc(15.4px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;color:inherit;
  margin-bottom: 0.35rem;}
.team-contact .content-fields p{margin: 0 0 0.5rem;
  font-size: calc(15.4px * .875);
  line-height: 1.55;}
.team-contact .content-fields a{color:inherit;
  text-decoration: none;}
.team-contact .content-fields a:hover{color:inherit;
  text-decoration: underline;}
.team-contact .compact-links{margin: calc(1.5rem * .75) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--tone-primary);
  font-size: calc(15.4px * .875);color:inherit;}
.team-contact .compact-links a{color:inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
.team-contact .compact-links a:hover{color:inherit;}
@media (max-width: 760px) {.team-contact .steady-callout{
    grid-template-columns: 1fr;
  }
}
.team-copy{--field-active:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.36rem;background:#a63a26;color:#fdf6ee;}
.team-copy .steady-callout{max-width:860px;margin:0 auto;}
.team-copy h2,.team-copy p{margin:0;}
.team-copy h2{font-size:calc(15.4px * 2);line-height:1.14;}
.team-copy p{font-size:15.4px;line-height:1.81;}
.team-copy .content-view{margin-top:calc(1.07rem * 1.5);}
.team-copy .compact-links{margin-top:calc(1.5rem * .75);font-size:calc(15.4px * .875);opacity:.86;}
.team-copy .open-story{display:flex;flex-wrap:wrap;align-items:center;gap:1.07rem;margin-top:var(--field-active);}
.team-copy a{color:inherit;text-decoration:none;}
.team-copy .quiet-figure{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.22rem;background:#fdf6ee;color:#a63a26;font-size:15.4px;}
.team-copy .team-stack{padding-bottom:2px;border-bottom:1px solid currentColor;font-size:calc(15.4px * .875);}
.team-copy .team-stack:hover{opacity:.82;}
@media (max-width:640px){.team-copy .open-story{flex-direction:column;align-items:flex-start;}
}
.page-steps{padding:calc(1.5rem * 2.4) 1.36rem;background:#f7f3ea;color:#1c2338}
.page-steps .steady-callout{max-width:860px;margin:0 auto}
.page-steps .media-items{display:flex;flex-wrap:wrap;gap:calc(1.07rem * 1.5);align-items:flex-start}
.page-steps .content-view{flex:1 1 22rem;min-width:0}
.page-steps .content-view p{margin:0 0 1.5rem;font-size:calc(15.4px * .875);line-height:1.81;color:var(--paint-inverse);letter-spacing:0.02em;text-transform:uppercase}
.page-steps h2{margin:0;font-size:calc(15.4px * 2);line-height:1.12}
.page-steps .bottom-flow{flex:1 1 26rem;min-width:0;padding-top:calc(1.5rem * .75)}
.page-steps .media-benefit{margin:0;font-size:15.4px;line-height:1.81}
.page-steps .bottom-flow>a{display:inline-flex;margin-top:1.5rem;border-radius:0.32rem;background:#a63a26;color:#fdf6ee;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:background 280ms var(--motion-nav)}
.page-steps .bottom-flow>a:hover{background:#8c2f1e;color:var(--tone-soft);}
.page-steps ul.route{list-style:none;margin:calc(1.07rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.page-steps ul.route li a{display:block;padding:calc(1.5rem * .75) 0;border-bottom:1px solid var(--tone-primary);color:#1f3358;text-decoration:none;transition:color 280ms var(--motion-nav)}
.page-steps ul.route li a:hover{color:#a63a26}
@media(max-width:760px){.page-steps .media-items{display:block}.page-steps h2{font-size:calc(15.4px * 1.35)}.page-steps .bottom-flow{margin-top:calc(1.07rem * 1.5);padding-top:0}}
