html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Rubik", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --surface-accent: #F2F4F6;
  --surface-card: #151A21;
  --speed-base: ease;
}
a{color:inherit;}
.primary-unit {
    width: 100%;
    background: var(--surface-card);
    color: var(--surface-accent);
    border-bottom: 1px solid #D7DCE2;
  }
.team-flow {
    max-width: 1360px;
    margin: 0 auto;
    padding: 1.5rem 1.87rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.95rem;
  }
.public-feature {
    display: flex;
    align-items: center;
    gap: calc(1.95rem * 2);
    min-width: 0;
    flex: 1 1 auto;
  }
.content-panel {
    font-size: calc(16.6px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: var(--surface-accent);
    text-decoration: none;
    white-space: nowrap;
  }
.content-panel:hover {
    color: #8E0E16;
  }
.grid {
    flex: 1 1 auto;
    min-width: 0;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(1.95rem * 1.5);
    flex-wrap: nowrap;
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 16.6px;
    color: var(--surface-accent);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 490ms var(--speed-base),
                border-color 490ms var(--speed-base);
    white-space: nowrap;
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    color: #8E0E16;
    border-bottom-color: #8E0E16;
    outline: none;
  }
.local-menu {
    display: flex;
    align-items: center;
    gap: 1.95rem;
    flex: 0 0 auto;
  }
.strong-summary {
    display: inline-block;
    padding: 0.65rem 1.25rem;
    background: #8E0E16;
    color: #FFFFFF;
    font-size: 16.6px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.61rem;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    transition: background 490ms var(--speed-base),
                box-shadow 490ms var(--speed-base);
    white-space: nowrap;
  }
.strong-summary:hover,
  .strong-summary:focus-visible{
    background: #B3121C;
    box-shadow: 0 12px 22px rgba(0,0,0,0.13);
    outline: none;color:#151A21;}
.answer {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    border: 1px solid var(--surface-accent);
    border-radius: 0.3rem;
    cursor: pointer;
  }
.answer span{
    display: block;
    width: 22px;
    height: 2px;
    background: var(--surface-accent);
    border-radius: 2px;
    transition: transform 490ms var(--speed-base),
                opacity 490ms var(--speed-base);color:#151A21;}
.answer.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.answer.is-open span:nth-child(2) {
    opacity: 0;
  }
.answer.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 991px) {
    .nav-list {
      gap: 1.95rem;
    }
    .nav-list a {
      font-size: calc(16.6px * .875);
    }
    .strong-summary {
      padding: 0.55rem 1rem;
      font-size: calc(16.6px * .875);
    }
  }
@media (max-width: 767px) {
    .team-flow {
      flex-wrap: wrap;
      align-items: center;
    }

    .public-feature {
      flex: 1 1 auto;
      justify-content: space-between;
    }

    .answer {
      display: flex;
    }

    .local-menu {
      order: 2;
    }

    .strong-summary {
      display: none;
    }

    .grid {
      order: 3;
      flex: 1 1 100%;
      display: none;
      width: 100%;
      margin-top: 1.5rem;
      padding-top: 1.5rem;
      border-top: 1px solid #D7DCE2;
    }

    .grid.is-open {
      display: block;
    }

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

    .nav-list li {
      width: 100%;
    }

    .nav-list a {
      display: block;
      width: 100%;
      padding: 0.75rem 0;
      font-size: 16.6px;
      border-bottom: 1px solid #D7DCE2;
    }

    .nav-list a:hover,
    .nav-list a:focus-visible {
      border-bottom-color: #8E0E16;
    }
  }
.main-rail{font-family:"Rubik", sans-serif;font-size:16.6px;line-height:1.68;padding:calc(1.5rem * 2.4) 1.87rem;background:var(--surface-card);color:var(--surface-accent);}
.contact-method{max-width:1360px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(1.95rem * 1.5)}
.offer-stack{display:flex;flex-direction:column;gap:1.5rem}
.featured-menu{font-size:calc(16.6px * 1.35);font-weight:600;margin:0;letter-spacing:0.01em}
.public-wrap{font-style:normal;display:flex;flex-direction:column;gap:0.35rem;font-size:16.6px}
.clear-entries{display:block}
.direct-fields{display:block}
.simple-copy{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 490ms var(--speed-base)}
.simple-copy:hover{border-bottom-color:currentColor}
.compact-entries{display:flex;flex-direction:column;gap:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255, 255, 255, 0.15)}
.primary-surface{font-size:calc(16.6px * 1.125);font-weight:700;margin:0;letter-spacing:0.02em}
.content-summary{margin:0;font-size:calc(16.6px * .875);max-width:42ch;opacity:0.85}
.secondary-shell{display:grid;grid-template-columns:1fr;gap:calc(1.95rem * 1.5);padding-top:1.5rem;border-top:1px solid rgba(255, 255, 255, 0.15)}
.site-content{display:flex;flex-direction:column;gap:1.5rem}
.fresh-quote{font-size:calc(16.6px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.06em;margin:0;opacity:0.7}
.soft-actions{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.4rem;font-size:calc(16.6px * .875)}
.contact-quote{display:flex;flex-direction:column;gap:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255, 255, 255, 0.15);font-size:calc(16.6px * .875)}
.compact-intro{margin:0;max-width:72ch;opacity:0.8}
.clear-content{margin:0;opacity:0.7}
@media (min-width: 640px) {.secondary-shell{grid-template-columns:repeat(3, 1fr)}
  }
@media (min-width: 960px) {.contact-method{grid-template-columns:1.2fr 1fr;grid-template-areas:"contact brand"
        "nav nav"
        "legal legal";column-gap:calc(1.95rem * 1.5);row-gap:calc(1.95rem * 1.5)}.offer-stack{grid-area:contact}.compact-entries{grid-area:brand;border-top:none;padding-top:0;align-items:flex-end;text-align:right}.secondary-shell{grid-area:nav}.contact-quote{grid-area:legal}
  }
.cookies{position:fixed;left:0;right:0;bottom:0;z-index:1200;}
.cookies .main-panel{max-width:1360px;margin:0 auto;padding:calc(1.5rem * .8) 1.87rem;background:#FFFFFF;border:1px solid #D7DCE2;border-radius:0.8rem 0.8rem 0 0;box-shadow:0 -8px 24px rgba(15, 23, 42,0.12);display:flex;flex-wrap:wrap;gap:12px 1.95rem;align-items:center;justify-content:space-between;color:#151A21;}
.cookies .open-shell{flex:1 1 420px;}
.cookies .open-shell strong{display:block;margin-bottom:4px;}
.cookies .open-shell p{margin:0;}
.cookies .local-form{display:flex;flex-wrap:wrap;gap:8px;}
.cookies .local-form button{border:1px solid #D7DCE2;background:#FFFFFF;color:#151A21;border-radius:0.3rem;padding:8px 12px;cursor:pointer;}
.cookies .local-form button.cookie-accept{background:#8E0E16;color:#FFFFFF;border-color:transparent;font-weight:700;}
.narrow-stack{
  --axis-static:calc(1360px / 2.55);
  --axis-control:calc(1360px / 3.4);
  padding:calc(1.5rem * 2.4) 1.87rem;
  background:#F6F7F9;
  color:#151A21;
}
.narrow-stack .text-body{max-width:1360px;margin:0 auto;}
.narrow-stack h1,.narrow-stack p{margin:0;}
.narrow-stack h1{font-size:calc(16.6px * 2.65);
  line-height:1.08;
  letter-spacing:-0.01em;}
.narrow-stack p{font-size:16.6px;
  line-height:1.68;}
.narrow-stack .service-section{display:flex;
  align-items:flex-start;
  gap:calc(1.95rem * 1.6);}
.narrow-stack .open-plan{flex:1 1 auto;
  min-width:0;
  max-width:var(--axis-static);}
.narrow-stack .service-summary{font-size:calc(16.6px * .875);
  text-transform:uppercase;
  letter-spacing:0.08em;
  color:#2A313B;
  margin-bottom:calc(1.95rem * 1.5);}
.narrow-stack .open-plan h1{margin-bottom:calc(1.95rem * 1.5);}
.narrow-stack .strong-fields{font-size:calc(16.6px * 1.125);
  line-height:1.55;
  color:#151A21;}
.narrow-stack .open-story{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:calc(1.95rem * 1.5) 1.95rem;
  margin-top:calc(calc(1.95rem * 1.5) * 1.6);}
.narrow-stack .local-list{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.3rem;
  background:#B3121C;
  color:#FFFFFF;
  font-size:16.6px;
  text-decoration:none;
  transition:background 490ms var(--speed-base);
}
.narrow-stack .local-list:hover{background:#8E0E16;color:#151A21;}
.narrow-stack .soft-body{font-size:16.6px;
  color:#B3121C;
  text-decoration:underline;
  text-underline-offset:3px;}
.narrow-stack .soft-body:hover{color:#8E0E16;}
.narrow-stack .plain-wrap{flex:0 1 var(--axis-control);
  padding-left:1.95rem;
  border-left:1px solid #D7DCE2;
  display:flex;
  flex-direction:column;
  gap:calc(1.95rem * 1.5);}
.narrow-stack .plain-wrap .main-headline{font-size:calc(16.6px * .875);
  line-height:1.6;
  color:#2A313B;}
@media(max-width:860px){.narrow-stack .service-section{flex-direction:column;gap:1.95rem;}.narrow-stack .open-plan{max-width:none;}.narrow-stack .plain-wrap{
    flex:1 1 auto;
    padding-left:0;
    padding-top:calc(1.95rem * 1.5);
    border-left:0;
    border-top:1px solid #D7DCE2;
  }
}
.wide-copy{
        padding: calc(1.5rem * 2.4) 1.87rem;
        background: linear-gradient(135deg, #151A21 0%, #2A313B 55%, #B3121C 100%);
        color: #F2F4F6;
    }
.wide-copy .text-body{max-width: 1360px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
        gap: calc(1.95rem * 1.5);
        align-items: start;}
.wide-copy .strong-fields{position: sticky;
        top: 1.5rem;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.wide-copy h2{margin: 0;
        font-size: calc(16.6px * 2);
        line-height: 1.1;}
.wide-copy .strong-fields p{margin: 0;
        font-size: 16.6px;
        line-height: 1.68;}
.wide-copy .team-nav{display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 0.5rem 0.75rem;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid rgba(242, 244, 246, 0.25);}
.wide-copy .team-nav .site-actions{font-size: calc(16.6px * 1.35);
        font-weight: 700;}
.wide-copy .team-nav .scene{font-size: calc(16.6px * .875);}
.wide-copy .team-nav .service-summary{flex-basis: 100%;
        font-size: calc(16.6px * .875);
        opacity: 0.85;}
.wide-copy .direct-entries{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.wide-copy .quiet-frame{
        padding: calc(1.5rem * .75);
        border: 1px solid #D7DCE2;
        border-radius: 0.8rem;
        background: #FFFFFF;
        color: #151A21;
        box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    }
.wide-copy .contact-media{margin: 0;
        font-size: 16.6px;
        line-height: 1.68;}
.wide-copy .service-quote{margin-top: calc(1.5rem * .75);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #D7DCE2;
        display: flex;
        flex-wrap: wrap;
        gap: 0.35rem 1rem;
        justify-content: space-between;
        align-items: baseline;}
.wide-copy .service-quote strong{font-size: calc(16.6px * .875);}
.wide-copy .service-quote span{font-size: calc(16.6px * .875);}
.wide-copy .narrow-surface{grid-column: 1 / -1;
        margin-top: calc(1.95rem * 1.5);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid rgba(242, 244, 246, 0.25);
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        align-items: baseline;}
.wide-copy .narrow-surface .team-body{font-size: calc(16.6px * .875);
        opacity: 0.85;}
.wide-copy .soft-group{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem 1.5rem;}
.wide-copy .soft-group li{font-size: calc(16.6px * .875);
        letter-spacing: 0.02em;
        text-transform: uppercase;}
@media (max-width: 900px) {.wide-copy .text-body{
            grid-template-columns: 1fr;
        }.wide-copy .strong-fields{
            position: static;
        }
    }
@media (max-width: 560px) {.wide-copy .service-quote{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.clear-steps{--layer-public:calc(1.5rem * 1.15);--axis-static:calc(1360px / 2.2);padding:calc(1.5rem * 2.4) 1.87rem;background:#F6F7F9;color:#151A21;}
.clear-steps .text-body{max-width:1360px;margin:0 auto;}
.clear-steps h2,.clear-steps h3,.clear-steps p{margin:0;}
.clear-steps h2{font-size:calc(16.6px * 2);line-height:1.14;max-width:var(--axis-static);}
.clear-steps h3{font-size:calc(16.6px * 1.35);line-height:1.22;}
.clear-steps p{font-size:16.6px;line-height:1.68;}
.clear-steps .service-summary{margin-bottom:calc(1.5rem / 2);font-size:calc(16.6px * .875);text-transform:uppercase;letter-spacing:0.08em;color:#2A313B;}
.clear-steps .strong-fields{margin-top:1.5rem;max-width:var(--axis-static);color:#2A313B;}
.clear-steps .compact-summary{display:flex;flex-direction:column;gap:0;margin-top:var(--layer-public);border-top:1px solid #D7DCE2;}
.clear-steps .bottom-shell{display:flex;gap:1.95rem;padding:calc(1.95rem * 1.5) 0;border-bottom:1px solid #D7DCE2;}
.clear-steps .bottom-shell .open-plan{max-width:calc(1360px / 1.6);}
.clear-steps .bottom-shell p{margin-top:calc(1.5rem / 3);color:#2A313B;}
.clear-steps .open-story{margin-top:var(--layer-public);font-size:calc(16.6px * .875);color:#2A313B;}
.clear-steps .open-story a{color:#B3121C;text-decoration:none;border-bottom:1px solid currentColor;}
.clear-steps .open-story a:hover{color:#8E0E16;}
@media (max-width:720px){.clear-steps .bottom-shell{flex-direction:column;gap:calc(1.5rem / 3);}
}
.clear-surface{--layer-public:calc(1.5rem * 0.9);--axis-static:calc(1360px / 2.2);padding:calc(1.5rem * 2.4) 1.87rem;background:#B3121C;color:#FFFFFF;}
.clear-surface .text-body{max-width:1360px;margin:0 auto;}
.clear-surface h1,.clear-surface h2,.clear-surface h3,.clear-surface p{margin:0;}
.clear-surface h2{font-size:calc(16.6px * 2);line-height:1.14;max-width:var(--axis-static);}
.clear-surface h3{font-size:calc(16.6px * 1.35);line-height:1.24;}
.clear-surface p{font-size:16.6px;line-height:1.68;}
.clear-surface a{color:inherit;text-decoration:none;}
.clear-surface .service-summary{font-size:calc(16.6px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.78;}
.clear-surface .strong-fields{margin-top:calc(1.5rem / 2);max-width:var(--axis-static);opacity:0.86;}
.clear-surface .local-list{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.3rem;background:#FFFFFF;color:#B3121C;font-size:calc(16.6px * .875);}
.clear-surface .compact-summary{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.95rem;margin-top:var(--layer-public);border-top:1px solid rgba(255,255,255,0.22);padding-top:var(--layer-public);}
.clear-surface .bottom-shell{flex:1 1 calc(1360px / 4);min-width:0;}
.clear-surface .bottom-shell p{margin-top:calc(1.5rem / 3);opacity:0.84;}
.clear-surface .primary-summary{display:inline-block;margin-top:calc(1.5rem / 2.4);font-size:calc(16.6px * .875);border-bottom:1px solid currentColor;padding-bottom:2px;}
.clear-surface .strong-nav{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.95rem;}
.clear-surface .strong-nav>.open-plan{flex:1 1 auto;min-width:0;}
.clear-surface .strong-nav>.local-list{flex:0 0 auto;margin-top:calc(1.5rem / 2);}
.clear-surface .strong-nav>.compact-summary{flex:1 1 100%;}
@media (max-width:720px){.clear-surface .strong-nav>.local-list{margin-top:0;}.clear-surface .bottom-shell{flex:1 1 100%;}
}
.text-track{--layer-public:calc(1.5rem * 1.35);--axis-static:calc(1360px / 2.4);padding:calc(1.5rem * 2.4) 1.87rem;background:#B3121C;color:#FFFFFF;}
.text-track .text-body{max-width:1360px;margin:0 auto;}
.text-track h2,.text-track h3,.text-track p{margin:0;}
.text-track h2{font-size:calc(16.6px * 2);line-height:1.12;}
.text-track h3{font-size:calc(16.6px * 1.35);line-height:1.22;}
.text-track p{font-size:16.6px;line-height:1.68;color:color-mix(in srgb, currentColor 76%, transparent);}
.text-track .direct-details{max-width:var(--axis-static);}
.text-track .direct-details .strong-fields{margin-top:calc(1.5rem / 2);}
.text-track .compact-summary{display:flex;flex-direction:column;gap:var(--layer-public);margin-top:calc(var(--layer-public) * 1.1);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);padding-top:var(--layer-public);}
.text-track .bottom-shell{display:grid;grid-template-columns:minmax(4.5rem,auto) 1fr;gap:1.95rem;align-items:start;padding-bottom:var(--layer-public);border-bottom:1px solid color-mix(in srgb, currentColor 16%, transparent);}
.text-track .bottom-shell:last-child{border-bottom:0;padding-bottom:0;}
.text-track .bottom-shell .main-list{font-size:calc(16.6px * .875);letter-spacing:.08em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);padding-top:.35em;}
.text-track .bottom-shell h3 + p{margin-top:calc(1.5rem / 3);}
.text-track .service-summary{margin-top:calc(var(--layer-public) * 1.1);max-width:var(--axis-static);font-size:calc(16.6px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
@media (max-width:640px){.text-track .bottom-shell{grid-template-columns:1fr;gap:calc(1.95rem / 3);}.text-track .bottom-shell .main-list{padding-top:0;}
}
.narrow-section{--layer-public:calc(1.5rem * 1.3);padding:calc(1.5rem * 2.4) 1.87rem;background:#F6F7F9;color:#151A21;}
.narrow-section .text-body{max-width:1360px;margin:0 auto;}
.narrow-section h2,.narrow-section h3,.narrow-section p{margin:0;}
.narrow-section h2{font-size:calc(16.6px * 2);line-height:1.12;}
.narrow-section h3{font-size:calc(16.6px * 1.35);line-height:1.25;}
.narrow-section p{font-size:16.6px;line-height:1.68;}
.narrow-section .service-summary{margin-bottom:calc(1.5rem / 2);font-size:calc(16.6px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#2A313B;}
.narrow-section .strong-fields{margin-top:1.5rem;max-width:calc(1360px / 1.9);}
.narrow-section .compact-summary{display:flex;flex-direction:column;gap:var(--layer-public);margin-top:calc(var(--layer-public) * 1.1);border-left:2px solid #D7DCE2;padding-left:calc(1.95rem * 1.5);}
.narrow-section .bottom-shell{position:relative;min-width:0;padding-left:calc(1.95rem * 1.5);}
.narrow-section .bottom-shell::before{content:"";position:absolute;left:calc(calc(1.95rem * 1.5) * -1 - 5px);top:0.55em;width:8px;height:8px;border-radius:50%;background:#B3121C;color:#FFFFFF;}
.narrow-section .bottom-shell .main-list{margin-bottom:calc(1.5rem / 3);font-size:calc(16.6px * .875);font-weight:600;color:#B3121C;letter-spacing:0.03em;}
.narrow-section .bottom-shell p:not(.main-list){margin-top:calc(1.5rem / 3);max-width:calc(1360px / 1.7);color:#2A313B;}
@media (max-width:720px){.narrow-section .compact-summary{padding-left:calc(1.5rem * .75);}.narrow-section .bottom-shell{padding-left:calc(1.5rem * .75);}.narrow-section .bottom-shell::before{left:calc(calc(1.5rem * .75) * -1 - 5px);}
}
.bottom-intro{
  background: linear-gradient(135deg, #151A21 0%, #2A313B 55%, #B3121C 100%);
  color: #F2F4F6;
  padding: calc(1.5rem * 2.4) 1.87rem;
}
.bottom-intro .text-body{width: min(100%, 1360px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.95rem;
  align-items: stretch;}
.bottom-intro h2,
.bottom-intro h3,
.bottom-intro p{margin: 0;}
.bottom-intro .wide-figure{flex: 1 1 22rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: calc(1.95rem * 1.5);
  padding-block: 1.5rem;}
.bottom-intro h2{font-size: calc(16.6px * 2.65);
  line-height: 1.02;}
.bottom-intro .wide-figure p{color: #F2F4F6;
  opacity: 0.86;
  font-size: calc(16.6px * 1.125);
  line-height: 1.68;
  max-width: 40rem;}
.bottom-intro .steady-summary{flex: 1 1 26rem;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.bottom-intro .bottom-menu{
  flex: 1 1 15rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: 1.5rem;
  border-radius: 0.8rem;
  border: 1px solid #D7DCE2;
  background: #FFFFFF;
  color: #151A21;
}
.bottom-intro .bottom-menu:nth-child(1),
.bottom-intro .bottom-menu:nth-child(4){flex: 1 1 20rem;}
.bottom-intro span{font-size: calc(16.6px * .875);
  letter-spacing: 0.02em;}
.bottom-intro h3{font-size: calc(16.6px * 1.35);
  line-height: 1.16;}
.bottom-intro .bottom-menu p{line-height: 1.68;
  font-size: 16.6px;}
@media (max-width: 880px) {.bottom-intro .wide-figure{
    justify-content: flex-start;
  }
}
.steady-content{--layer-public:calc(1.5rem * 0.95);--axis-static:calc(1360px / 2.85);padding:calc(1.5rem * 2.4) 1.87rem;background:#F6F7F9;color:#151A21;}
.steady-content .text-body{max-width:1360px;margin:0 auto;}
.steady-content h2,.steady-content p{margin:0;}
.steady-content h2{font-size:calc(16.6px * 2);line-height:1.12;}
.steady-content p{font-size:16.6px;line-height:1.68;}
.steady-content a{color:#B3121C;text-decoration:none;}
.steady-content a:hover{color:#8E0E16;text-decoration:underline;}
.steady-content .local-list{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.3rem;background:#B3121C;color:#FFFFFF;font-weight:600;}
.steady-content .local-list:hover{background:#8E0E16;color:#FFFFFF;text-decoration:none;}
.steady-content .strong-fields{max-width:var(--axis-static);margin-top:1.5rem;color:#2A313B;}
.steady-content .strong-tile{display:flex;flex-direction:column;gap:var(--layer-public);}
.steady-content details{padding:calc(calc(1.5rem * .75) * 0.9);border-radius:0.61rem;background:#FFFFFF;color:#151A21;border:1px solid #D7DCE2;}
.steady-content summary{cursor:pointer;font-weight:700;font-size:calc(16.6px * 1.125);line-height:1.3;}
.steady-content details p{margin-top:calc(1.5rem / 3);color:#2A313B;}
.steady-content .strong-nav{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.95rem;}
.steady-content .open-plan{flex:1 1 auto;min-width:0;}
.steady-content .strong-tile{flex:1 1 100%;}
@media (max-width:720px){.steady-content .local-list{width:100%;}
}
.open-figure{--layer-public:calc(1.5rem * 0.9);--layer-base:calc(1360px / 3.55);padding:calc(1.5rem * 2.4) 1.87rem;background:#F6F7F9;color:#151A21;}
.open-figure .text-body{max-width:1360px;margin:0 auto;}
.open-figure h2,.open-figure h3,.open-figure p{margin:0;}
.open-figure h2{font-size:calc(16.6px * 2);line-height:1.12;}
.open-figure h3{font-size:calc(16.6px * 1.35);line-height:1.22;}
.open-figure p{font-size:16.6px;line-height:1.68;}
.open-figure .direct-details{display:flex;flex-wrap:wrap;gap:1.95rem;align-items:flex-start;}
.open-figure .direct-details>h2{flex:1 1 calc(1360px / 3);min-width:0;}
.open-figure .direct-details>.strong-fields{flex:1 1 calc(1360px / 2.6);min-width:0;color:#2A313B;}
.open-figure .compact-summary{display:flex;flex-wrap:wrap;gap:var(--layer-public);margin-top:calc(calc(1.95rem * 1.5) * 1.1);}
.open-figure .bottom-shell{flex:1 1 var(--layer-base);min-width:0;padding:calc(calc(1.5rem * .75) * 0.9);border-radius:0.61rem;background:#FFFFFF;color:#151A21;border:1px solid #D7DCE2;}
.open-figure .bottom-shell p{margin-top:calc(1.5rem / 3.2);color:#2A313B;font-size:calc(16.6px * .875);}
.open-figure .open-story{margin-top:calc(calc(1.95rem * 1.5) * 1.2);padding-top:calc(calc(1.95rem * 1.5) * 0.8);border-top:1px solid #D7DCE2;}
.open-figure .open-story p{font-size:calc(16.6px * .875);color:#2A313B;}
.open-figure .open-story a{color:#B3121C;text-decoration:none;border-bottom:1px solid #B3121C;}
.open-figure .open-story a:hover{color:#8E0E16;border-bottom-color:#8E0E16;}
@media (max-width:760px){.open-figure .direct-details>h2,.open-figure .direct-details>.strong-fields{flex:1 1 100%;}.open-figure .bottom-shell{flex:1 1 100%;}
}
.bottom-footer{--layer-public:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.87rem;background:#F6F7F9;color:#151A21;}
.bottom-footer .text-body{max-width:1360px;margin:0 auto;display:flex;flex-direction:column;gap:var(--layer-public);}
.bottom-footer h2,.bottom-footer h3,.bottom-footer p{margin:0;}
.bottom-footer h2{font-size:calc(16.6px * 2);line-height:1.14;}
.bottom-footer h3{font-size:calc(16.6px * 1.35);line-height:1.22;}
.bottom-footer .media-lead{max-width:calc(1360px / 1.9);display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);}
.bottom-footer .strong-fields{font-size:16.6px;line-height:1.68;}
.bottom-footer .strong-tile{display:flex;flex-direction:column;}
.bottom-footer .bottom-shell{padding:calc(1.5rem * .75) 0;border-top:1px solid #D7DCE2;display:flex;flex-direction:column;gap:calc(1.5rem / 3.2);}
.bottom-footer .bottom-shell:last-child{border-bottom:1px solid #D7DCE2;}
.bottom-footer .bottom-shell p{font-size:16.6px;line-height:1.68;max-width:calc(1360px / 1.55);}
.bottom-footer .open-story{margin-top:calc(1.5rem / 2);font-size:calc(16.6px * .875);line-height:1.68;}
.bottom-footer .open-story a{text-decoration:underline;text-underline-offset:3px;}
.bottom-footer .open-story a:hover{}
@media (max-width:720px){.bottom-footer .media-lead{max-width:none;}.bottom-footer .bottom-shell p{max-width:none;}
}
.badge-_customer-notes{
  --layer-public:calc(1.5rem * 1.06);
  --axis-static:calc(1360px / 2.30);
  --copy-strong:calc(1360px / 3.37);
  padding:calc(1.5rem * 2.4) 1.87rem;
  background:var(--surface-card);
  color:var(--surface-accent);
}
.badge-_customer-notes .text-body{max-width:1360px;margin:0 auto;}
.badge-_customer-notes h1,.badge-_customer-notes h2,.badge-_customer-notes h3,.badge-_customer-notes p,.badge-_customer-notes ul{margin:0;}
.badge-_customer-notes h2{font-size:calc(16.6px * 2);line-height:1.12;}
.badge-_customer-notes h3{font-size:calc(16.6px * 1.35);line-height:1.2;}
.badge-_customer-notes p{font-size:16.6px;line-height:1.68;}
.badge-_customer-notes a{color:inherit;text-decoration:none;}
.badge-_customer-notes .secondary-plan{padding-inline-start:calc(1.87rem / 2);}
.badge-_customer-notes .bottom-feature{padding-block:calc(var(--layer-public) / 2);}
.badge-_customer-notes .steady-benefit{row-gap:calc(var(--layer-public) * .7);}
.badge-_customer-notes .strong-fields{margin-top:1.5rem;max-width:var(--axis-static);color:inherit;}
.badge-_customer-notes .compact-summary{display:flex;flex-wrap:wrap;gap:var(--layer-public);margin-top:var(--layer-public);}
.badge-_customer-notes .bottom-shell{
  flex:1 1 var(--copy-strong);
  min-width:0;
  padding:calc(var(--layer-public) * .75);
  border-radius:0.61rem;
  background:#E9ECEF;
  color:#2A313B;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);
}
.badge-_customer-notes .bottom-shell p{margin:0;color:inherit;}
.badge-_customer-notes .bottom-shell h3{margin:0;color:inherit;}
@media (max-width:720px){.badge-_customer-notes .secondary-plan{padding-inline-start:0;}.badge-_customer-notes .strong-fields{max-width:100%;}
}
.offer-details{--layer-public:calc(1.5rem * 1.20);--copy-strong:calc(1360px / 3.53);padding:calc(1.5rem * 2.4) 1.87rem;background:#8E0E16;color:#FFFFFF;}
.offer-details .text-body{max-width:1360px;margin:0 auto;}
.offer-details h2,.offer-details h3,.offer-details p{margin:0;}
.offer-details h2{font-size:calc(16.6px * 2);line-height:1.12;}
.offer-details h3{font-size:calc(16.6px * 1.35);line-height:1.2;}
.offer-details p{font-size:16.6px;line-height:1.68;color:color-mix(in srgb, currentColor 78%, transparent);}
.offer-details a{color:inherit;text-decoration:none;}
.offer-details .secondary-plan{padding-inline-start:calc(1.87rem / 2);}
.offer-details .bottom-feature{padding-block:calc(var(--layer-public) / 2);}
.offer-details .steady-benefit{row-gap:calc(var(--layer-public) * .7);}
.offer-details .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.95rem;}
.offer-details .row-title h2{flex:1 1 calc(1360px / 3);min-width:0;}
.offer-details .row-title>p{flex:1 1 calc(1360px / 3);min-width:0;}
.offer-details .clear-block{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--layer-public);margin-top:var(--layer-public);}
.offer-details .bottom-shell{flex:1 1 var(--copy-strong);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 32%, transparent);}
.offer-details .bottom-shell p{margin-top:calc(1.5rem / 3);}
.offer-details .bottom-shell a{display:inline-flex;margin-top:calc(1.5rem / 2);padding-bottom:2px;border-bottom:1px solid color-mix(in srgb, currentColor 55%, transparent);opacity:.92;}
.offer-details .bottom-shell a:hover{opacity:1;border-bottom-color:currentColor;}
.quiet-section{--layer-public:calc(1.5rem * 1.05);--axis-static:calc(1360px / 2.6);padding:calc(1.5rem * 2.4) 1.87rem;background:#F6F7F9;color:#151A21;}
.quiet-section .text-body{max-width:1360px;margin:0 auto;}
.quiet-section h2,.quiet-section h3,.quiet-section p{margin:0;}
.quiet-section h2{font-size:calc(16.6px * 2);line-height:1.14;}
.quiet-section h3{font-size:calc(16.6px * 1.35);line-height:1.25;}
.quiet-section p{font-size:16.6px;line-height:1.68;}
.quiet-section .team-service{display:flex;flex-wrap:wrap;gap:1.95rem;align-items:flex-end;margin-bottom:var(--layer-public);}
.quiet-section .team-service h2{flex:1 1 calc(1360px / 2.4);min-width:0;}
.quiet-section .team-service .strong-fields{flex:1 1 calc(1360px / 3.2);min-width:0;color:#2A313B;}
.quiet-section .compact-summary{display:flex;flex-wrap:wrap;gap:var(--layer-public);}
.quiet-section .bottom-shell{flex:1 1 calc(1360px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9) 0;border-top:1px solid #D7DCE2;}
.quiet-section .bottom-shell h3{margin-bottom:calc(1.5rem / 3);}
.quiet-section .bottom-shell p{color:#2A313B;}
.quiet-section .open-story{margin-top:var(--layer-public);font-size:calc(16.6px * .875);color:#2A313B;}
.quiet-section .open-story a{color:#B3121C;text-decoration:underline;text-underline-offset:3px;}
.quiet-section .open-story a:hover{color:#8E0E16;}
@media (max-width:720px){.quiet-section .team-service{align-items:flex-start;}.quiet-section .bottom-shell{flex:1 1 100%;}
}
.direct-panel{
  --layer-public:calc(1.5rem * 1.05);
  --axis-static:calc(1360px / 2.9);
  padding:calc(1.5rem * 2.4) 1.87rem;
  background:#8E0E16;
  color:#FFFFFF;
}
.direct-panel .text-body{max-width:1360px;
  margin:0 auto;}
.direct-panel h1,
.direct-panel h2,
.direct-panel h3,
.direct-panel p{margin:0;}
.direct-panel h2{font-size:calc(16.6px * 2);
  line-height:1.14;
  max-width:var(--axis-static);}
.direct-panel p{font-size:16.6px;
  line-height:1.68;}
.direct-panel .strong-fields{max-width:var(--axis-static);
  color:color-mix(in srgb, currentColor 82%, transparent);}
.direct-panel .service-summary{font-size:calc(16.6px * .875);
  color:color-mix(in srgb, currentColor 70%, transparent);
  max-width:var(--axis-static);}
.direct-panel a{color:inherit;
  text-decoration:none;}
.direct-panel .service-summary a{text-decoration:underline;
  text-underline-offset:3px;}
.direct-panel .local-list{
  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.3rem;
  background:#FFFFFF;
  color:#8E0E16;
  font-weight:600;
  transition:background 490ms var(--speed-base), color 490ms var(--speed-base);
}
.direct-panel .local-list:hover{
  background:#B3121C;
  color:#FFFFFF;
}
.direct-panel .visual-intro > h2,
.direct-panel .visual-intro > p,
.direct-panel .visual-intro > .local-list{margin-top:var(--layer-public);}
.direct-panel .visual-intro > h2:first-child{margin-top:0;}
.active-shell{padding:calc(1.5rem * 2.4) 1.87rem;background:#F6F7F9;color:#151A21}
.active-shell .text-body{max-width:min(1360px,56rem);margin:0 auto}
.active-shell .direct-details{max-width:44rem}
.active-shell h2{margin:0;font-size:calc(16.6px * 2);line-height:1.1}
.active-shell .direct-details p{margin:1.5rem 0 0;color:#2A313B;line-height:1.68}
.active-shell .public-track{margin-top:calc(1.95rem * 1.5);border-top:1px solid #D7DCE2}
.active-shell details{padding:1.5rem 0;border-bottom:1px solid #D7DCE2}
.active-shell summary{cursor:pointer;font-size:calc(16.6px * 1.35);line-height:1.2;list-style:none}
.active-shell summary::-webkit-details-marker{display:none}
.active-shell summary::after{content:"+";float:right;color:#2A313B;font-weight:400}
.active-shell details[open] summary::after{content:"–"}
.active-shell details p{max-width:48rem;margin:1.5rem 0 0;color:#2A313B;line-height:1.68}
@media(max-width:720px){.active-shell .public-track{margin-top:calc(1.95rem * 1.5)}.active-shell summary{font-size:16.6px}
}
.menu{padding:calc(1.5rem * 2.4) 1.87rem;background:linear-gradient(135deg, #151A21 0%, #2A313B 55%, #B3121C 100%);color:#F2F4F6}
.menu .text-body{max-width:1360px;margin:0 auto;display:flex;align-items:flex-start;gap:1.95rem;flex-wrap:wrap}
.menu .strong-fields{flex:0 0 min(24rem,34vw);position:sticky;top:1.5rem;padding-top:1.5rem}
.menu .strong-fields h2{margin:0;font-size:calc(16.6px * 2);line-height:1.08;letter-spacing:-0.01em}
.menu .strong-fields p{margin:1.5rem 0 0;font-size:calc(16.6px * 1.125);line-height:1.68}
.menu .strong-fields strong{display:block;margin-top:calc(1.95rem * 1.5);font-size:16.6px;line-height:1.35;font-weight:600;opacity:0.92}
.menu .soft-inner{flex:1 1 0;min-width:min(100%,28rem);display:flex;flex-direction:column}
.menu .active-unit{padding:1.5rem 0;border-top:1px solid rgba(242,244,246,0.18)}
.menu .active-unit:first-child{border-top:0;padding-top:0}
.menu .active-unit strong{display:block;font-size:calc(16.6px * 1.35);line-height:1.15;margin-bottom:calc(1.5rem * .75)}
.menu .active-unit p{margin:0;font-size:16.6px;line-height:1.68;opacity:0.9;max-width:52ch}
.menu .open-story{margin:calc(1.95rem * 1.5) 0 0;flex:1 1 100%;font-size:calc(16.6px * .875);line-height:1.68;opacity:0.88}
.menu .open-story a{color:#F2F4F6;text-decoration:underline;text-underline-offset:3px}
.menu .open-story a:hover{text-decoration-color:#FFFFFF}
@media(max-width:860px){.menu .text-body{display:block}.menu .strong-fields{position:static;max-width:34rem;padding-top:0;margin-bottom:calc(1.95rem * 1.5)}.menu .active-unit{padding:calc(1.5rem * .75) 0}
}
.direct-region{--layer-public:calc(1.5rem * 1.35);--axis-static:calc(1360px / 1.9);padding:calc(1.5rem * 2.4) 1.87rem;background:#F6F7F9;color:#151A21;}
.direct-region .text-body{max-width:1360px;margin:0 auto;}
.direct-region h1,.direct-region h2,.direct-region h3,.direct-region p{margin:0;}
.direct-region h2{font-size:calc(16.6px * 2);line-height:1.12;}
.direct-region h3{font-size:calc(16.6px * 1.35);line-height:1.22;}
.direct-region p{font-size:16.6px;line-height:1.68;}
.direct-region .direct-details{max-width:var(--axis-static);}
.direct-region .service-summary{margin-bottom:calc(1.5rem / 2);font-size:calc(16.6px * .875);letter-spacing:.04em;text-transform:uppercase;}
.direct-region .strong-fields{margin-top:1.5rem;}
.direct-region .compact-summary{display:flex;flex-direction:column;gap:0;margin-top:var(--layer-public);padding:0;list-style:none;border-top:1px solid #D7DCE2;}
.direct-region .bottom-shell{display:flex;gap:1.95rem;align-items:flex-start;padding:calc(1.95rem * 1.5) 0;border-bottom:1px solid #D7DCE2;}
.direct-region .primary-brand{flex:0 0 auto;min-width:6.5rem;font-size:calc(16.6px * .875);letter-spacing:.06em;text-transform:uppercase;padding-top:.35rem;}
.direct-region .open-plan{min-width:0;flex:1 1 auto;}
.direct-region .open-plan p{margin-top:calc(1.5rem / 3);}
.direct-region .steady-benefit{margin-top:var(--layer-public);max-width:var(--axis-static);font-size:calc(16.6px * .875);}
@media (max-width:720px){.direct-region .bottom-shell{flex-direction:column;gap:calc(1.5rem / 3);}.direct-region .primary-brand{min-width:0;padding-top:0;}
}
.public-team{
  background:#F6F7F9;
  color:#151A21;
  padding:calc(1.5rem * 2.4) 1.87rem;
}
.public-team .text-body{max-width:1360px;
  margin:0 auto;}
.public-team .direct-details{display:flex;
  gap:calc(1.95rem * 1.5);
  align-items:flex-start;
  flex-wrap:wrap;}
.public-team h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(16.6px * 2);
  line-height:1.1;}
.public-team .direct-details p{flex:0 1 22rem;
  min-width:0;
  margin:0;
  color:#2A313B;
  line-height:1.68;}
.public-team .service-group{margin-top:calc(1.95rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:1.95rem;}
.public-team .service-group a{flex:1 1 15rem;
  min-width:0;
  color:#151A21;
  text-decoration:none;
  padding:calc(1.5rem * .75) 0 0;
  border-top:2px solid #D7DCE2;
  transition:border-color 490ms var(--speed-base);}
.public-team .service-group a:hover{border-top-color:#B3121C;}
.public-team .service-group strong,
.public-team .service-group span{display:block;}
.public-team .service-group strong{font-size:16.6px;}
.public-team .service-group span{margin-top:.4rem;
  color:#2A313B;
  line-height:1.68;
  font-size:calc(16.6px * .875);}
.public-team .service-summary{margin-top:calc(1.95rem * 1.5);
  padding-top:1.5rem;
  border-top:1px solid #D7DCE2;
  display:flex;
  flex-wrap:wrap;
  gap:1.95rem;}
.public-team .service-summary p{flex:1 1 20rem;
  min-width:0;
  margin:0;
  color:#2A313B;
  line-height:1.68;}
.public-team .service-summary .open-story{flex:0 1 18rem;}
.public-team .service-summary a{color:#B3121C;
  text-decoration:underline;
  text-underline-offset:2px;}
.public-team .service-summary a:hover{color:#8E0E16;}
@media (max-width:680px){.public-team .direct-details{display:block}.public-team .direct-details p{margin-top:1.5rem}.public-team .service-group{display:block}.public-team .service-group a{display:block;margin-top:1.95rem}.public-team .service-summary{display:block}.public-team .service-summary .open-story{margin-top:1.5rem}
}
.media-team{--layer-public:calc(1.5rem * 0.91);--copy-strong:calc(1360px / 3.21);padding:calc(1.5rem * 2.4) 1.87rem;background:#B3121C;color:#FFFFFF;}
.media-team .text-body{max-width:1360px;margin:0 auto;}
.media-team h2,.media-team h3,.media-team p{margin:0;}
.media-team h2{font-size:calc(16.6px * 2);line-height:1.12;}
.media-team h3{font-size:calc(16.6px * 1.35);line-height:1.2;}
.media-team p{font-size:16.6px;line-height:1.68;color:color-mix(in srgb, currentColor 74%, transparent);}
.media-team a{color:inherit;text-decoration:none;}
.media-team .quiet-block{padding-block:calc(var(--layer-public) / 2);}
.media-team .soft-rail{row-gap:calc(var(--layer-public) * 1.2);}
.media-team .strong-fields{margin-top:1.5rem;max-width:calc(1360px / 2);}
.media-team .compact-summary{display:flex;flex-wrap:wrap;gap:var(--layer-public);margin-top:var(--layer-public);}
.media-team .bottom-shell{flex:1 1 var(--copy-strong);min-width:0;padding:calc(var(--layer-public) * .75);border-radius:0.61rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.media-team .bottom-shell p{margin-top:calc(1.5rem / 3);}
.media-team .open-story{margin-top:var(--layer-public);padding-top:calc(var(--layer-public) / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);font-size:calc(16.6px * .875);}
.media-team .open-story a{text-decoration:underline;text-underline-offset:3px;}
.local-brand{
  --layer-public:calc(1.5rem * 0.86);
  --axis-static:calc(1360px / 2.35);
  padding:calc(1.5rem * 2.4) 1.87rem;
  background:#F6F7F9;
  color:#151A21;
}
.local-brand .text-body{max-width:1360px;
  margin:0 auto;}
.local-brand h2,
.local-brand h3,
.local-brand p{margin:0;}
.local-brand h2{font-size:calc(16.6px * 2);
  line-height:1.14;}
.local-brand h3{font-size:calc(16.6px * 1.35);
  line-height:1.22;}
.local-brand p{font-size:16.6px;
  line-height:1.68;}
.local-brand .team-service{max-width:var(--axis-static);}
.local-brand .service-summary{font-size:calc(16.6px * .875);
  text-transform:uppercase;
  letter-spacing:0.06em;
  color:#2A313B;
  margin-bottom:calc(1.5rem / 3);}
.local-brand .strong-fields{margin-top:1.5rem;
  color:#2A313B;}
.local-brand .wide-form{list-style:none;
  margin:calc(var(--layer-public) * 1.4) 0 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid #D7DCE2;}
.local-brand .bottom-shell{display:grid;
  grid-template-columns:auto 1fr;
  gap:1.95rem;
  padding:var(--layer-public) 0;
  border-bottom:1px solid #D7DCE2;
  min-width:0;}
.local-brand .site-actions{font-size:calc(16.6px * 1.125);
  font-weight:600;
  color:#8E0E16;
  line-height:1.2;
  min-width:2.4rem;}
.local-brand .open-plan{min-width:0;}
.local-brand .open-plan p{margin-top:calc(1.5rem / 3);
  color:#2A313B;}
.local-brand .open-story{margin-top:calc(var(--layer-public) * 1.2);
  padding-top:var(--layer-public);
  border-top:1px solid #D7DCE2;
  font-size:calc(16.6px * .875);
  color:#2A313B;}
.local-brand .open-story a{color:#B3121C;
  text-decoration:underline;
  text-underline-offset:3px;}
.local-brand .open-story a:hover{color:#8E0E16;}
@media (max-width:640px){.local-brand .bottom-shell{
    grid-template-columns:1fr;
    gap:calc(1.5rem / 3);
  }.local-brand .site-actions{
    font-size:16.6px;
  }
}
.text-contact{padding:calc(1.5rem * 2.4) 1.87rem;background:linear-gradient(135deg, #151A21 0%, #2A313B 55%, #B3121C 100%);color:#F2F4F6;}
.text-contact .text-body{max-width:1360px;margin:0 auto;}
.text-contact .team-service{margin-bottom:calc(1.95rem * 1.5);}
.text-contact .team-service p{margin:0;font-size:calc(16.6px * .875);font-weight:700;letter-spacing:.04em;text-transform:uppercase;opacity:.85;}
.text-contact .team-service h2{margin:1.87rem 0 0;font-size:calc(16.6px * 2);line-height:1.15;}
.text-contact .strong-fields{max-width:70ch;margin:0 0 calc(1.95rem * 1.5);font-size:16.6px;opacity:.92;}
.text-contact .compact-stack{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.text-contact .page-shell{display:flex;flex-wrap:wrap;gap:1.95rem;align-items:flex-start;padding:calc(1.5rem * .75);border-radius:0.8rem;border:1px solid color-mix(in srgb, currentColor 14%, transparent);background:color-mix(in srgb, currentColor 22%, transparent);}
.text-contact .service-copy{flex:0 0 auto;min-width:96px;padding:.3rem .7rem;border-radius:0.3rem;background:#8E0E16;color:#FFFFFF;font-size:calc(16.6px * .875);font-weight:700;text-align:center;}
.text-contact .open-plan{flex:1 1 320px;}
.text-contact .open-plan h3{margin:0 0 1.87rem;font-size:calc(16.6px * 1.35);}
.text-contact .open-plan p{margin:0;opacity:.94;}
.text-contact .open-plan a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.text-contact .open-plan a:hover{color:#F2F4F6;opacity:.8;}
.text-contact .service-summary{margin-top:calc(1.95rem * 1.5);padding-top:calc(1.95rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.text-contact .service-summary p{margin:0 0 1.87rem;max-width:72ch;opacity:.9;}
.text-contact .clear-group{display:flex;flex-wrap:wrap;gap:1.95rem;}
.text-contact .clear-group a{display:inline-block;padding:.55rem 1.1rem;border-radius:0.61rem;background:#B3121C;color:#FFFFFF;font-weight:700;text-decoration:none;transition:background 490ms var(--speed-base);}
.text-contact .clear-group a:hover{background:#8E0E16;color:#151A21;}
.text-contact .clear-group a+a{background:transparent;color:inherit;border:1px solid color-mix(in srgb, currentColor 40%, transparent);}
.text-contact .clear-group a+a:hover{background:color-mix(in srgb, currentColor 12%, transparent);}
@media (max-width:640px){.text-contact .service-copy{min-width:0;}.text-contact .clear-group a{width:100%;text-align:center;}
    }
.primary-links{
  padding: calc(1.5rem * 2.4) 1.87rem;
  background: var(--surface-card);
  color: var(--surface-accent);
}
.primary-links .text-body{max-width: 1360px;
  margin: 0 auto;}
.primary-links .fresh-region{max-width: 52rem;
  margin-bottom: calc(1.95rem * 1.5);}
.primary-links h2{margin: 0;
  font-size: calc(16.6px * 2);
  line-height: 1.1;}
.primary-links .fresh-region p{margin: calc(1.5rem * .75) 0 0;
  color: #C7CDD4;
  font-size: calc(16.6px * 1.125);
  line-height: 1.68;}
.primary-links .content-plan{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.primary-links .local-track{
  flex: 1 1 20rem;
  min-width: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.8rem;
  border: 1px solid #2A313B;
  background: var(--surface-card);
  color: var(--surface-accent);
  text-decoration: none;
  transition: border-color 490ms var(--speed-base), transform 490ms var(--speed-base);
}
.primary-links .local-track.is-quiet{
  background: #FFFFFF;
  color: #151A21;
  border-color: #D7DCE2;
}
.primary-links .local-track:hover{transform: translateY(-2px);
  border-color: #8E0E16;}
.primary-links .local-track span{display: block;
  font-size: calc(16.6px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #C7CDD4;}
.primary-links .local-track.is-quiet span{color:inherit;}
.primary-links .local-track strong{display: block;
  margin: calc(1.5rem * .75) 0 calc(calc(1.5rem * .75) * 0.5);
  font-size: calc(16.6px * 1.35);
  line-height: 1.25;}
.primary-links .local-track small{display: block;
  font-size: calc(16.6px * .875);
  line-height: 1.68;
  color: #C7CDD4;}
.primary-links .local-track.is-quiet small{color:inherit;}
@media (max-width: 720px) {.primary-links .local-track{
    flex: 1 1 100%;
  }
}
.wide-tile{
  position: relative;
  padding: calc(1.5rem * 2.4) 1.87rem;
  background: linear-gradient(135deg, #151A21 0%, #2A313B 55%, #B3121C 100%);
  color: #F2F4F6;
}
.wide-tile .text-body{display: flex;
  flex-direction: column;
  max-width: 1360px;
  margin: 0 auto;}
.wide-tile .public-callout{max-width: 58rem;
  margin: 0 0 calc(1.95rem * 1.5);}
.wide-tile h2{margin: 0;
  font-size: calc(16.6px * 2);
  line-height: 1.15;}
.wide-tile .public-callout p{max-width: 44rem;
  margin: 1.5rem 0 0;
  font-size: 16.6px;
  line-height: 1.68;
  opacity: .88;}
.wide-tile .public-unit{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.95rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(242, 244, 246, 0.28);
  border-bottom: 1px solid rgba(242, 244, 246, 0.28);}
.wide-tile .quiet-grid{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  flex: 1 1 26rem;}
.wide-tile .quiet-grid p{max-width: 32rem;
  margin: 0;
  line-height: 1.68;}
.wide-tile .local-form{display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(1.5rem * .75);
  flex: 0 1 auto;}
.wide-tile .local-form a{color: inherit;
  font-size: calc(16.6px * 1.125);
  font-weight: 500;
  overflow-wrap: anywhere;
  text-underline-offset: .22em;}
.wide-tile .local-form a:hover{}
.wide-tile .active-callout{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1.95rem;
  padding-top: 1.5rem;}
.wide-tile .active-callout a{flex: 1 1 18rem;
  color: inherit;
  text-decoration: none;
  line-height: 1.68;
  overflow-wrap: anywhere;}
.wide-tile .active-callout a:hover{text-decoration: underline;
  text-underline-offset: .2em;}
.wide-tile .active-callout span{display: block;
  margin-top: .35rem;
  font-size: calc(16.6px * .875);
  opacity: .68;}
@media (max-width: 720px) {.wide-tile .public-unit{
    flex-direction: column;
  }.wide-tile .local-form{
    margin-top: calc(1.5rem * .75);
  }.wide-tile .active-callout a{
    flex: 1 1 100%;
  }
}
.plain-grid{padding:calc(1.5rem * 2) 1.87rem;background:linear-gradient(135deg, #151A21 0%, #2A313B 55%, #B3121C 100%);color:#F2F4F6;}
.plain-grid .soft-section{max-width:1360px;margin:0 auto;display:grid;gap:1.95rem;}
.plain-grid h2,.plain-grid h3,.plain-grid p{margin:0;}
.plain-grid .strong-fields{display:grid;gap:.6rem;max-width:52rem;}
.plain-grid .strong-fields h2{font-size:calc(16.6px * 2);line-height:1.2;}
.plain-grid .open-plan{font-size:16.6px;opacity:.88;}
.plain-grid .compact-summary{display:grid;gap:calc(1.95rem * 1.5);grid-template-columns:repeat(2,minmax(0,1fr));}
.plain-grid .bottom-shell{display:grid;gap:.45rem;padding:1.05rem 1.15rem;background:#FFFFFF;color:#151A21;border:1px solid #D7DCE2;border-radius:0.8rem;}
.plain-grid .bottom-shell h3{font-size:calc(16.6px * 1.35);line-height:1.3;}
.plain-grid .bottom-shell p{font-size:calc(16.6px * .875);line-height:1.6;}
.plain-grid .open-story{padding-top:.4rem;border-top:1px solid rgba(255,255,255,.18);}
.plain-grid .open-story p{font-size:calc(16.6px * .875);}
.plain-grid .open-story a{color:#F2F4F6;text-decoration:underline;text-underline-offset:3px;}
.plain-grid .open-story a:hover{}
@media (max-width:900px){.plain-grid .compact-summary{grid-template-columns:1fr;}}
.clear-intro{
        --layer-public: calc(1.5rem * 1.18);
        --copy-strong: calc(1360px / 3.4);
        padding: calc(1.5rem * 2.4) 1.87rem;
        background: var(--surface-card);
        color: var(--surface-accent);
    }
.clear-intro .text-body{max-width: 1360px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(var(--layer-public) * 1.1);}
.clear-intro h2,
    .clear-intro h3,
    .clear-intro p{margin: 0;}
.clear-intro h2{font-size: calc(16.6px * 2);
        line-height: 1.14;}
.clear-intro h3{font-size: calc(16.6px * 1.35);
        line-height: 1.22;}
.clear-intro p{font-size: 16.6px;
        line-height: 1.68;}
.clear-intro a{color: inherit;
        text-decoration: none;}
.clear-intro .direct-details{display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        gap: 1.95rem;}
.clear-intro .direct-details h2{flex: 1 1 calc(1360px / 2.6);
        min-width: 0;}
.clear-intro .strong-fields{flex: 1 1 calc(1360px / 3);
        min-width: 0;
        font-size: calc(16.6px * .875);
        opacity: .82;}
.clear-intro .compact-summary{display: flex;
        flex-wrap: wrap;
        gap: var(--layer-public);
        border-top: 1px solid rgba(242, 244, 246, 0.18);
        padding-top: var(--layer-public);}
.clear-intro .bottom-shell{flex: 1 1 var(--copy-strong);
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem / 3);}
.clear-intro .bottom-shell a{margin-top: auto;
        font-size: calc(16.6px * .875);
        text-decoration: underline;
        text-underline-offset: 3px;
        opacity: .88;}
.clear-intro .bottom-shell a:hover{opacity: 1;}
.clear-intro .open-story{font-size: calc(16.6px * .875);
        opacity: .82;
        border-top: 1px solid rgba(242, 244, 246, 0.18);
        padding-top: calc(1.5rem / 1.6);}
.clear-intro .open-story a{text-decoration: underline;
        text-underline-offset: 3px;}
@media (max-width: 720px) {.clear-intro .direct-details{
            align-items: flex-start;
        }
    }
.steady-region{--layer-public:calc(1.5rem * 1.04);--axis-static:calc(1360px / 2.28);padding:calc(1.5rem * 2.4) 1.87rem;background:#8E0E16;color:#FFFFFF;}
.steady-region .text-body{max-width:1360px;margin:0 auto;display:flex;flex-direction:column;row-gap:calc(var(--layer-public) * 1.2);}
.steady-region h2,.steady-region h3,.steady-region p{margin:0;}
.steady-region h2{font-size:calc(16.6px * 2);line-height:1.12;}
.steady-region h3{font-size:calc(16.6px * 1.35);line-height:1.2;}
.steady-region p{font-size:16.6px;line-height:1.68;color:color-mix(in srgb, currentColor 78%, transparent);}
.steady-region .strong-fields{max-width:calc(1360px / 2);}
.steady-region .soft-group{display:flex;flex-direction:column;gap:var(--layer-public);}
.steady-region .bottom-shell{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid color-mix(in srgb, currentColor 32%, transparent);}
.steady-region .bottom-shell p{margin-top:calc(1.5rem / 3);}
.steady-region .service-summary{padding-block-start:calc(1.95rem * 1.5);border-block-start:1px solid color-mix(in srgb, currentColor 22%, transparent);max-width:calc(1360px / 1.7);}
.steady-region a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.steady-region a:hover{opacity:.82;}
@media (max-width:720px){.steady-region .bottom-shell{padding-inline-start:1.87rem;}.steady-region .strong-fields,.steady-region .service-summary{max-width:none;}
}
.image{--layer-public:calc(1.5rem * 1.15);--axis-static:calc(1360px / 2.1);padding:calc(1.5rem * 2.4) 1.87rem;background:#E9ECEF;color:#2A313B;}
.image .text-body{max-width:1360px;margin:0 auto;}
.image h2,.image h3,.image p{margin:0;}
.image h2{font-size:calc(16.6px * 2);line-height:1.14;max-width:var(--axis-static);}
.image h3{font-size:calc(16.6px * 1.35);line-height:1.22;}
.image p{font-size:16.6px;line-height:1.68;}
.image .service-summary{margin-bottom:calc(1.5rem / 2.5);font-size:calc(16.6px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.72;}
.image .strong-fields{margin-top:1.5rem;max-width:var(--axis-static);}
.image .compact-summary{display:flex;flex-direction:column;gap:var(--layer-public);margin-top:calc(var(--layer-public) * 1.1);border-top:1px solid #D7DCE2;}
.image .bottom-shell{padding-top:var(--layer-public);border-bottom:1px solid #D7DCE2;padding-bottom:var(--layer-public);}
.image .bottom-shell:last-child{border-bottom:none;padding-bottom:0;}
.image .open-plan{display:flex;flex-direction:column;gap:calc(1.5rem / 3);max-width:calc(var(--axis-static) * 1.35);}
@media (min-width:900px){.image .bottom-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:1.95rem;align-items:start;}.image .open-plan{display:contents;}.image .bottom-shell h3{grid-column:1;}.image .bottom-shell p{grid-column:2;}
}
.public-quote{
        padding: calc(1.5rem * 2.4) 1.87rem;
        background: linear-gradient(135deg, #151A21 0%, #2A313B 55%, #B3121C 100%);
        color: #F2F4F6;
    }
.public-quote .text-body{max-width: 1360px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.95rem * 1.5);}
.public-quote .strong-fields{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        max-width: 52rem;}
.public-quote h2{margin: 0;
        font-size: calc(16.6px * 2);
        line-height: 1.15;}
.public-quote .strong-fields p{margin: 0;
        font-size: calc(16.6px * 1.125);
        line-height: 1.68;}
.public-quote .direct-entries{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.public-quote .quiet-frame{
        padding: calc(1.5rem * .75);
        border: 1px solid #D7DCE2;
        border-radius: 0.8rem;
        background: #FFFFFF;
        color: #151A21;
        box-shadow: 0 1px 5px rgba(0,0,0,0.1);
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
    }
.public-quote .contact-media{font-size: 16.6px;
        line-height: 1.68;
        margin: 0;}
.public-quote .service-quote{display: flex;
        flex-wrap: wrap;
        gap: 0.4rem calc(1.5rem * .75);
        align-items: baseline;
        border-top: 1px solid #D7DCE2;
        padding-top: calc(1.5rem * .75);}
.public-quote .service-quote strong{font-size: calc(16.6px * .875);}
.public-quote .service-quote span{font-size: calc(16.6px * .875);}
@media (min-width: 900px) {.public-quote .direct-entries{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 1.95rem;
        }
    }
@media (max-width: 600px) {.public-quote .service-quote{
            flex-direction: column;
            gap: 0.25rem;
        }
    }
.team-actions{--layer-public:calc(1.5rem * 1.4);--axis-static:calc(1360px / 2.4);padding:calc(1.5rem * 2.4) 1.87rem;background:var(--surface-card);color:var(--surface-accent);}
.team-actions .text-body{max-width:1360px;margin:0 auto;}
.team-actions h2,.team-actions h3,.team-actions p{margin:0;}
.team-actions h2{font-size:calc(16.6px * 2);line-height:1.12;}
.team-actions h3{font-size:calc(16.6px * 1.35);line-height:1.2;}
.team-actions p{font-size:16.6px;line-height:1.68;}
.team-actions .strong-fields{max-width:var(--axis-static);margin-top:calc(1.95rem * 1.5);color:color-mix(in srgb, currentColor 78%, transparent);}
.team-actions .compact-summary{display:flex;flex-direction:column;gap:var(--layer-public);margin-top:var(--layer-public);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.team-actions .bottom-shell{min-width:0;padding-top:calc(1.95rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 12%, transparent);}
.team-actions .bottom-shell:first-child{border-top:0;}
.team-actions .bottom-shell p:first-child{font-size:calc(16.6px * .875);letter-spacing:.06em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.team-actions .bottom-shell h3{margin-top:calc(1.5rem / 4);}
.team-actions .bottom-shell p + h3 + p{margin-top:calc(1.5rem / 3);color:color-mix(in srgb, currentColor 74%, transparent);}
.team-actions .service-summary{max-width:var(--axis-static);margin-top:var(--layer-public);font-size:calc(16.6px * .875);color:color-mix(in srgb, currentColor 62%, transparent);}
@media (min-width:760px){.team-actions .compact-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--layer-public) 1.95rem;}.team-actions .bottom-shell:first-child{border-top:1px solid color-mix(in srgb, currentColor 12%, transparent);}
}
.page-method{padding:calc(1.5rem * 2.4) 1.87rem;background:#F6F7F9;color:#151A21}
.page-method .text-body{max-width:min(1360px,58rem);margin:0 auto}
.page-method .direct-details{max-width:44rem}
.page-method h2{margin:0;font-size:calc(16.6px * 2);line-height:1.1}
.page-method .direct-details p{margin:1.5rem 0 0;color:#2A313B;line-height:1.68}
.page-method .public-track{margin-top:calc(1.95rem * 1.5);border-top:1px solid #D7DCE2}
.page-method details{padding:1.5rem 0;border-bottom:1px solid #D7DCE2}
.page-method summary{cursor:pointer;font-size:calc(16.6px * 1.125);line-height:1.24;font-weight:500}
.page-method summary::marker{color:#8E0E16}
.page-method details p{max-width:48rem;margin:1.5rem 0 0;color:#2A313B;line-height:1.68}
@media(max-width:720px){.page-method .public-track{margin-top:calc(1.5rem * .75)}.page-method summary{font-size:16.6px}
}
.compact-fields{--layer-public:calc(1.5rem * 1.15);--axis-static:calc(1360px / 2.2);padding:calc(1.5rem * 2.4) 1.87rem;background:#F6F7F9;color:#151A21;}
.compact-fields .text-body{max-width:1360px;margin:0 auto;}
.compact-fields h2,.compact-fields h3,.compact-fields p{margin:0;}
.compact-fields h2{font-size:calc(16.6px * 2);line-height:1.14;max-width:var(--axis-static);}
.compact-fields h3{font-size:calc(16.6px * 1.35);line-height:1.22;}
.compact-fields p{font-size:16.6px;line-height:1.68;}
.compact-fields .service-summary{margin-bottom:calc(1.5rem / 2);font-size:calc(16.6px * .875);letter-spacing:.04em;text-transform:uppercase;color:#2A313B;}
.compact-fields .strong-fields{margin-top:1.5rem;max-width:var(--axis-static);color:#2A313B;}
.compact-fields .compact-summary{display:flex;flex-direction:column;gap:0;margin-top:var(--layer-public);border-top:1px solid #D7DCE2;}
.compact-fields .bottom-shell{padding:calc(1.95rem * 1.5) 0;border-bottom:1px solid #D7DCE2;}
.compact-fields .bottom-shell .open-plan{max-width:calc(1360px / 1.55);}
.compact-fields .bottom-shell p{margin-top:calc(1.5rem / 3);color:#2A313B;}
.compact-fields .open-story{margin-top:var(--layer-public);font-size:calc(16.6px * .875);color:#2A313B;}
.compact-fields .open-story a{color:#B3121C;text-decoration:underline;text-underline-offset:3px;}
.compact-fields .open-story a:hover{color:#8E0E16;}
@media (max-width:720px){.compact-fields h2,.compact-fields .strong-fields,.compact-fields .bottom-shell .open-plan{max-width:none;}
}
.content-unit{--layer-public:calc(1.5rem * 1.12);--axis-static:calc(1360px / 3.00);padding:calc(1.5rem * 2.4) 1.87rem;background:#8E0E16;color:#FFFFFF;}
.content-unit .text-body{max-width:1360px;margin:0 auto;}
.content-unit h1,.content-unit h2,.content-unit h3,.content-unit p{margin:0;}
.content-unit h1{font-size:calc(16.6px * 2.65);line-height:1.08;}
.content-unit h2{font-size:calc(16.6px * 2);line-height:1.12;}
.content-unit h3{font-size:calc(16.6px * 1.35);line-height:1.2;}
.content-unit p{font-size:16.6px;line-height:1.68;color:color-mix(in srgb, currentColor 74%, transparent);}
.content-unit a{color:inherit;text-decoration:none;}
.content-unit .local-list{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.3rem;background:#FFFFFF;color:#8E0E16;}
.content-unit .strong-fields{color:color-mix(in srgb, currentColor 82%, transparent);}
.content-unit .service-summary{margin-top:var(--layer-public);font-size:calc(16.6px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
.content-unit .service-summary a{text-decoration:underline;text-underline-offset:3px;}
.content-unit .compact-summary{display:flex;flex-wrap:wrap;gap:var(--layer-public);margin-top:var(--layer-public);}
.content-unit .bottom-shell{flex:1 1 calc(1360px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.61rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.content-unit .bottom-shell>p:first-child{font-size:calc(16.6px * .875);letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 72%, transparent);}
.content-unit .bottom-shell h3{margin-top:calc(1.5rem / 4);}
.content-unit .bottom-shell p+p{margin-top:calc(1.5rem / 3);}
.content-unit .narrow-summary{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.95rem;}
.content-unit .narrow-summary>h2{flex:1 1 calc(1360px / 3);min-width:0;}
.content-unit .narrow-summary>.strong-fields{flex:1 1 calc(1360px / 3);min-width:0;}
.content-unit .narrow-summary>.compact-summary{flex:1 1 100%;}
.content-unit .narrow-summary>.service-summary{flex:1 1 100%;}
.narrow-links{--layer-public:calc(1.5rem * 1.22);--axis-static:calc(1360px / 2.55);padding:calc(1.5rem * 2.4) 1.87rem;background:var(--surface-card);color:var(--surface-accent);}
.narrow-links .text-body{max-width:1360px;margin:0 auto;}
.narrow-links h2,.narrow-links h3,.narrow-links p{margin:0;}
.narrow-links h2{font-size:calc(16.6px * 2);line-height:1.14;max-width:var(--axis-static);}
.narrow-links h3{font-size:calc(16.6px * 1.35);line-height:1.22;}
.narrow-links p{font-size:16.6px;line-height:1.68;}
.narrow-links .direct-details{display:flex;flex-wrap:wrap;gap:1.95rem;align-items:flex-end;}
.narrow-links .direct-details>h2{flex:1 1 calc(1360px / 3);min-width:0;}
.narrow-links .direct-details>.strong-fields{flex:1 1 calc(1360px / 2.6);min-width:0;color:color-mix(in srgb, currentColor 78%, transparent);}
.narrow-links .compact-summary{display:flex;flex-wrap:wrap;gap:var(--layer-public);margin-top:calc(var(--layer-public) * 1.1);}
.narrow-links .bottom-shell{flex:1 1 calc(1360px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9) 0;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.narrow-links .bottom-shell .open-plan{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.narrow-links .bottom-shell p{color:color-mix(in srgb, currentColor 74%, transparent);}
.narrow-links .service-summary{margin-top:calc(var(--layer-public) * 1.2);max-width:calc(1360px / 1.7);font-size:calc(16.6px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.narrow-links a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.narrow-links a:hover{}
@media (max-width:820px){.narrow-links .direct-details{align-items:flex-start;}.narrow-links .bottom-shell{flex:1 1 100%;}
}
.text-header{padding:calc(1.5rem * 2.4) 1.87rem;background:#F6F7F9;color:#151A21}
.text-header .text-body{max-width:min(1360px,58rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(1.95rem * 1.5)}
.text-header .direct-details{max-width:44rem}
.text-header h2{margin:0;font-size:calc(16.6px * 2);line-height:1.1}
.text-header .direct-details p{margin:1.5rem 0 0;color:#2A313B;line-height:1.68}
.text-header .public-track{border-top:1px solid #D7DCE2}
.text-header details{padding:1.5rem 0;border-bottom:1px solid #D7DCE2}
.text-header summary{cursor:pointer;font-size:calc(16.6px * 1.35);line-height:1.22;list-style:none;display:flex;justify-content:space-between;gap:1.95rem;align-items:baseline}
.text-header summary::-webkit-details-marker{display:none}
.text-header summary::after{content:"+";font-size:calc(16.6px * 1.125);color:#B3121C;flex:0 0 auto}
.text-header details[open] summary::after{content:"–"}
.text-header details p{margin:1.5rem 0 0;max-width:48rem;color:#2A313B;line-height:1.68}
@media(max-width:720px){.text-header .text-body{gap:calc(1.5rem * .75)}.text-header summary{font-size:16.6px}
}
.plain-brand{
        padding: calc(1.5rem * 2.4) 1.87rem;
        background: #F6F7F9;
        color: #151A21
    }
.plain-brand .text-body{max-width: 1360px;
        margin: 0 auto}
.plain-brand .direct-entries{display: flex;
        flex-wrap: wrap;
        gap: calc(1.95rem * 1.5);
        align-items: flex-start}
.plain-brand .direct-details{flex: 1 1 22rem;
        min-width: 0;
        position: sticky;
        top: 1.5rem}
.plain-brand h2{margin: 0;
        font-size: calc(16.6px * 2);
        line-height: 1.12}
.plain-brand .direct-details p{margin: 1.5rem 0 0;
        font-size: 16.6px;
        line-height: 1.68;
        color: #2A313B}
.plain-brand ul{flex: 1 1 34rem;
        min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75)}
.plain-brand li{
        background: #FFFFFF;
        color: #151A21;
        border: 1px solid #D7DCE2;
        border-radius: 0.8rem;
        padding: calc(1.5rem * .75) 1.87rem;
        box-shadow: 0 1px 5px rgba(0,0,0,0.1)
    }
.plain-brand strong{display: block;
        font-size: calc(16.6px * 1.35);
        line-height: 1.2;
        margin-bottom: calc(1.5rem * .75)}
.plain-brand span{display: block;
        line-height: 1.68;
        color: #2A313B}
@media (max-width: 860px) {.plain-brand .direct-details{
            position: static
        }
    }
.plain-tile{--layer-public:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 1.87rem;background:#8E0E16;color:#FFFFFF;}
.plain-tile .text-body{max-width:1360px;margin:0 auto;}
.plain-tile h2,.plain-tile h3,.plain-tile p,.plain-tile ul{margin:0;}
.plain-tile h2{font-size:calc(16.6px * 2);line-height:1.14;}
.plain-tile h3{font-size:calc(16.6px * 1.35);line-height:1.22;}
.plain-tile p{font-size:16.6px;line-height:1.68;}
.plain-tile .team-service{display:flex;flex-wrap:wrap;gap:1.95rem;align-items:flex-start;}
.plain-tile .team-service>h2{flex:1 1 calc(1360px / 3);min-width:0;}
.plain-tile .team-service>.strong-fields{flex:1 1 calc(1360px / 3);min-width:0;color:color-mix(in srgb, currentColor 82%, transparent);}
.plain-tile .compact-summary{display:flex;flex-wrap:wrap;gap:var(--layer-public);margin-top:var(--layer-public);}
.plain-tile .bottom-shell{flex:1 1 calc(1360px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .95);border-radius:0.61rem;background:color-mix(in srgb, currentColor 12%, transparent);display:flex;flex-direction:column;}
.plain-tile .bottom-shell .service-summary{margin-top:calc(1.5rem / 2.4);color:color-mix(in srgb, currentColor 84%, transparent);}
.plain-tile .focused-service{list-style:none;padding:0;margin-top:calc(1.5rem / 2);display:flex;flex-direction:column;gap:calc(1.5rem / 4);}
.plain-tile .focused-service li{font-size:calc(16.6px * .875);line-height:1.68;padding-left:calc(1.87rem / 2.4);position:relative;color:color-mix(in srgb, currentColor 88%, transparent);}
.plain-tile .focused-service li::before{content:"";position:absolute;left:0;top:.62em;width:.42rem;height:.42rem;border-radius:0.3rem;background:currentColor;opacity:.7;}
.plain-tile .local-list{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:auto;padding:calc(calc(1.5rem * .75) * .8) 1.5rem;border-radius:0.3rem;background:#FFFFFF;color:#8E0E16;text-decoration:none;font-size:calc(16.6px * .875);}
.plain-tile .local-list:hover{background:#8E0E16;color:#FFFFFF;}
.plain-tile .open-story{margin-top:var(--layer-public);font-size:calc(16.6px * .875);color:color-mix(in srgb, currentColor 80%, transparent);}
.plain-tile .open-story a{color:inherit;text-decoration:underline;text-underline-offset:.22em;}
.plain-tile .open-story a:hover{}
@media (max-width:720px){.plain-tile .team-service>h2,.plain-tile .team-service>.strong-fields{flex:1 1 100%;}.plain-tile .bottom-shell{flex:1 1 100%;}
}
.focused-form{
    background:#F6F7F9;
    color:#151A21;
    padding:calc(1.5rem * 2.4) 1.87rem;
}
.focused-form .c{max-width:1360px;
    margin:0 auto;
    display:grid;
    gap:calc(1.95rem * 1.5);}
@media (min-width: 1024px){.focused-form .c{
        grid-template-columns:minmax(0,1fr) 300px;
        align-items:start;
    }
}
.focused-form .quiet-links{margin-bottom:calc(1.95rem * 1.5);
    border-bottom:1px solid #D7DCE2;
    padding-bottom:calc(1.95rem * 1.5);}
.focused-form .featured-body{margin:0 0 0.6rem;
    font-size:calc(16.6px * .875);
    letter-spacing:0.06em;
    text-transform:uppercase;}
.focused-form h1{font-size:calc(16.6px * 2.65);
    line-height:1.2;
    margin:0 0 1rem;}
.focused-form .open-wrap{display:flex;
    flex-wrap:wrap;
    gap:1.2rem;
    font-size:calc(16.6px * .875);}
.focused-form .simple-links{line-height:1.68;
    font-size:16.6px;}
.focused-form .simple-links p{margin:0 0 1.2rem;}
.focused-form .simple-links h2{font-size:calc(16.6px * 1.35);
    margin:2rem 0 0.8rem;}
.focused-form .simple-links a{text-decoration:underline;}
.focused-form .simple-links a:hover{}
.focused-form .open-story{margin-top:calc(1.95rem * 1.5);
    padding-top:calc(1.95rem * 1.5);
    border-top:1px solid #D7DCE2;
    display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:0.6rem;
    font-size:16.6px;}
.focused-form .site-grid{font-size:calc(16.6px * .875);
    text-transform:uppercase;
    letter-spacing:0.05em;}
.focused-form .open-story a{text-decoration:none;
    font-weight:500;}
.focused-form .open-story a:hover{text-decoration:underline;}
.focused-form .visual-benefit{
    background:#FFFFFF;
    color:#151A21;
    border:1px solid #D7DCE2;
    border-radius:0.8rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 5px rgba(0,0,0,0.1);
}
.focused-form .visual-benefit h3{margin:0 0 1rem;
    font-size:calc(16.6px * 1.125);}
.focused-form .items{display:flex;
    flex-direction:column;
    gap:0.85rem;}
.focused-form .visual-benefit a{text-decoration:none;
    font-size:16.6px;
    line-height:1.4;}
.focused-form .visual-benefit a:hover{text-decoration:underline;}
.narrow-visual{
    background:#F6F7F9;
    color:#151A21;
    padding:calc(1.5rem * 2.4) 1.87rem;
}
.narrow-visual .c{max-width:1360px;
    margin:0 auto;
    display:grid;
    gap:1.87rem;}
@media (min-width:1024px){.narrow-visual .c{grid-template-columns:minmax(0,1fr) 320px;}
}
.narrow-visual .featured-group{
    background:#FFFFFF;
    color:#151A21;
    border:1px solid #D7DCE2;
    border-radius:0.8rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 5px rgba(0,0,0,0.1);
}
.narrow-visual .quiet-links{border-bottom:1px solid #D7DCE2;
    padding-bottom:calc(1.95rem * 1.5);
    margin-bottom:calc(1.95rem * 1.5);}
.narrow-visual h1{font-size:calc(16.6px * 2.65);
    line-height:1.2;
    margin:0 0 1rem;}
.narrow-visual .open-wrap{display:flex;
    flex-wrap:wrap;
    gap:1.25rem;
    font-size:calc(16.6px * .875);}
.narrow-visual .simple-links{line-height:1.68;
    font-size:16.6px;}
.narrow-visual .simple-links p{margin:0 0 1.1rem;}
.narrow-visual .simple-links h2{font-size:calc(16.6px * 1.35);
    margin:1.8rem 0 0.7rem;}
.narrow-visual .open-story{margin-top:calc(1.95rem * 1.5);
    padding-top:calc(1.95rem * 1.5);
    border-top:1px solid #D7DCE2;
    display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:0.9rem 1.4rem;
    font-size:calc(16.6px * .875);}
.narrow-visual .site-grid{text-transform:uppercase;
    letter-spacing:0.04em;
    font-size:0.78rem;}
.narrow-visual .open-story a{text-decoration:none;
    border-bottom:1px solid transparent;
    transition:border-color 490ms var(--speed-base), color 490ms var(--speed-base);}
.narrow-visual .open-story a:hover{border-bottom-color:#8E0E16;}
.narrow-visual .plain-wrap{
    background:#E9ECEF;
    color:#2A313B;
    border-radius:0.8rem;
    padding:calc(1.5rem * .75);
    align-self:start;
}
.narrow-visual .plain-wrap h3{font-size:16.6px;
    margin:0 0 1rem;}
.narrow-visual .compact-summary{display:flex;
    flex-direction:column;
    gap:1rem;}
.narrow-visual .bottom-shell{display:flex;
    flex-direction:column;
    gap:0.25rem;
    padding-bottom:0.9rem;
    border-bottom:1px solid #D7DCE2;}
.narrow-visual .bottom-shell:last-child{border-bottom:none;
    padding-bottom:0;}
.narrow-visual .bottom-shell a{text-decoration:none;
    font-weight:500;
    line-height:1.35;}
.narrow-visual .bottom-shell a:hover{text-decoration:underline;}
.narrow-visual .service-summary{font-size:calc(16.6px * .875);
    opacity:0.85;}
.simple-lead{
        background: #F6F7F9;
        color: #151A21;
        padding: calc(1.5rem * 2.4) 1.87rem;
    }
.simple-lead .c{max-width: 1360px;
        margin: 0 auto;
        display: grid;
        gap: 1.95rem;}
@media (min-width: 1024px) {.simple-lead .c{
            grid-template-columns: minmax(0, 1fr) 300px;
            align-items: start;
        }
    }
.simple-lead .quiet-links{margin-bottom: calc(1.95rem * 1.5);
        border-bottom: 1px solid #D7DCE2;
        padding-bottom: calc(1.95rem * 1.5);}
.simple-lead .featured-body{margin: 0 0 0.6rem;
        font-size: calc(16.6px * .875);
        letter-spacing: 0.06em;
        text-transform: uppercase;}
.simple-lead h1{font-size: calc(16.6px * 2.65);
        line-height: 1.15;
        margin: 0 0 1rem;}
.simple-lead .open-wrap{display: flex;
        flex-wrap: wrap;
        gap: 0.4rem 1.2rem;
        font-size: calc(16.6px * .875);}
.simple-lead .simple-links{line-height: 1.68;
        font-size: 16.6px;}
.simple-lead .simple-links p{margin: 0 0 1rem;}
.simple-lead .simple-links h2{font-size: calc(16.6px * 1.35);
        margin: 1.8rem 0 0.7rem;}
.simple-lead .open-story{margin-top: calc(1.95rem * 1.5);
        padding-top: calc(1.95rem * 1.5);
        border-top: 1px solid #D7DCE2;
        display: flex;
        flex-wrap: wrap;
        gap: 0.6rem 1.6rem;
        font-size: calc(16.6px * .875);}
.simple-lead .open-story a{text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: border-color 490ms var(--speed-base);}
.simple-lead .open-story a:hover{border-bottom-color: #8E0E16;}
.simple-lead .plain-wrap{
        background: #FFFFFF;
        color: #151A21;
        border: 1px solid #D7DCE2;
        border-radius: 0.8rem;
        padding: calc(1.5rem * .75);
        box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    }
.simple-lead .plain-wrap h3{margin: 0 0 1rem;
        font-size: 16.6px;}
.simple-lead .compact-summary{display: flex;
        flex-direction: column;
        gap: 0.75rem;}
.simple-lead .bottom-shell a{text-decoration: none;
        font-size: calc(16.6px * .875);
        line-height: 1.45;}
.simple-lead .bottom-shell a:hover{text-decoration: underline;}
.direct-items{padding:calc(1.5rem * 2.4) 1.87rem;background:var(--surface-card);color:var(--surface-accent)}
.direct-items .content-plan{max-width:1360px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.5fr) minmax(0,.5fr);gap:1.95rem}
.direct-items .strong-fields{align-self:start}
.direct-items h2{margin:0;font-size:calc(16.6px * 2);line-height:1.1}
.direct-items .strong-fields p{margin:1.5rem 0 0;font-size:16.6px;color:#C7CDD4}
.direct-items .open-story{list-style:none;margin:calc(1.95rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.direct-items .open-story li{padding-bottom:calc(1.5rem * .75);border-bottom:1px solid rgba(242,244,246,0.14)}
.direct-items .open-story li:last-child{border-bottom:0;padding-bottom:0}
.direct-items .open-story span{display:block;font-size:calc(16.6px * .875);color:#C7CDD4;text-transform:uppercase;letter-spacing:.04em}
.direct-items .open-story strong{display:block;margin-top:.35rem;font-size:16.6px;font-weight:500}
.direct-items .local-list{margin-top:calc(1.95rem * 1.5);display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.direct-items .local-list a{display:inline-block;padding:.7rem 1.2rem;border-radius:0.61rem;font-size:calc(16.6px * .875);text-decoration:none;background:#B3121C;color:#FFFFFF;transition:background 490ms var(--speed-base)}
.direct-items .local-list a:last-child{background:transparent;color:var(--surface-accent);border:1px solid rgba(242,244,246,0.35)}
.direct-items .local-list a:hover{background:#8E0E16;color:#151A21;}
.direct-items .local-list a:last-child:hover{background:rgba(242,244,246,0.1)}
.direct-items .plain-wrap{display:flex;flex-direction:column;gap:calc(1.95rem * 1.5);align-self:start}
.direct-items .main-headline{padding-left:calc(1.5rem * .75);border-left:2px solid #B3121C}
.direct-items .main-headline span{display:block;font-size:calc(16.6px * .875);color:#C7CDD4}
.direct-items .main-headline p{margin:.4rem 0 0;font-size:16.6px;line-height:1.6}
.direct-items .contact-section{grid-column:1/-1;height:clamp(20rem,38vw,30rem);border-radius:1.2rem;overflow:hidden;border:1px solid rgba(242,244,246,0.18)}
.direct-items iframe{display:block;width:100%;height:100%;border:0}
@media (max-width:820px){.direct-items .content-plan{grid-template-columns:1fr}.direct-items .contact-section{height:20rem}}
.strong-lead{padding:calc(1.5rem * 2.4) 1.87rem;background:var(--surface-card);color:var(--surface-accent)}
.strong-lead .text-body{max-width:1360px;margin:0 auto;display:flex;gap:calc(1.95rem * 1.5);align-items:flex-start}
.strong-lead .direct-details{flex:1 1 0;padding:1.95rem 0}
.strong-lead h2{margin:0;font-size:calc(16.6px * 2);line-height:1.15}
.strong-lead .direct-details p{max-width:44rem;margin:1.5rem 0 0;font-size:calc(16.6px * 1.125);line-height:1.68}
.strong-lead ul{list-style:none;margin:calc(1.95rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.strong-lead li{max-width:46rem;line-height:1.68}
.strong-lead li span{display:block;margin-bottom:calc(calc(1.5rem * .75) / 2);font-size:calc(16.6px * .875);font-weight:700;letter-spacing:.02em;text-transform:uppercase}
.strong-lead form{flex:0 1 calc(1360px*.38);background:#FFFFFF;color:#151A21;border:1px solid #D7DCE2;border-radius:1.2rem;padding:1.95rem;box-shadow:0 14px 52px rgba(0,0,0,0.15)}
.strong-lead .bottom-view{display:flex;flex-direction:column;gap:1.5rem}
.strong-lead label span{display:block;margin-bottom:calc(calc(1.5rem * .75) / 2);font-size:calc(16.6px * .875)}
.strong-lead input{width:100%;border:0;border-bottom:1px solid #D7DCE2;border-radius:0;background:transparent;color:inherit;font:inherit;padding:calc(1.5rem * .75) 0;outline:none}
.strong-lead input:focus{border-color:#B3121C}
.strong-lead input::placeholder{}
.strong-lead button{width:100%;margin-top:calc(1.95rem * 1.5);border:0;border-radius:0.61rem;background:#B3121C;color:#FFFFFF;font:inherit;font-weight:600;padding:calc(1.5rem * .75);cursor:pointer;transition:background 490ms var(--speed-base)}
.strong-lead button:hover{background:#8E0E16;color:#151A21;}
@media(max-width:820px){.strong-lead .text-body{display:block}.strong-lead form{margin-top:1.5rem}}
.offer-copy{background:#F6F7F9;color:#151A21;padding:calc(1.5rem * 2.4) 1.87rem}
.offer-copy .text-body{max-width:1360px;margin:0 auto}
.offer-copy .direct-entries{display:flex;align-items:flex-start;gap:calc(1.95rem * 1.5)}
.offer-copy .direct-details{flex:0 1 32rem;min-width:0}
.offer-copy h2{margin:0;font-size:clamp(calc(16.6px * 2),4.4vw,calc(16.6px * 2.65));line-height:1.08;letter-spacing:0}
.offer-copy p{margin:1.5rem 0 0;font-size:calc(16.6px * 1.125);line-height:1.65}
.offer-copy .service-summary{margin-top:calc(1.5rem * .75);padding:calc(1.5rem * .75);background:#E9ECEF;color:#2A313B;border-radius:0.61rem;font-size:calc(16.6px * .875);line-height:1.6}
.offer-copy .steady-section{flex:1 1 38rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #D7DCE2}
.offer-copy .page-shell{display:flex;gap:1.95rem;padding:1.5rem 0;border-bottom:1px solid #D7DCE2}
.offer-copy strong{flex:0 1 13rem;min-width:0;font-size:16.6px}
.offer-copy span{flex:1 1 22rem;min-width:0;color:#2A313B;line-height:1.6}
.offer-copy a{color:#B3121C;text-decoration:none;border-bottom:1px solid #B3121C}
.offer-copy a:hover{color:#8E0E16;border-bottom-color:#8E0E16}
@media(max-width:780px){.offer-copy .direct-entries,.offer-copy .page-shell{flex-direction:column}.offer-copy .page-shell{gap:calc(calc(1.5rem * .75)*.5)}}
.site-nav{padding:calc(1.5rem * 2.4) 1.87rem;background:#F6F7F9;color:#151A21}
.site-nav .top-list{max-width:min(1360px,58rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(1.95rem * 1.5)}
.site-nav .direct-details{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding-bottom:calc(1.95rem * 1.5);border-bottom:1px solid #D7DCE2}
.site-nav h2{margin:0;font-size:calc(16.6px * 2.65);line-height:1.08;letter-spacing:-0.01em}
.site-nav .site-items{margin:0;max-width:52rem;font-size:calc(16.6px * 1.125);line-height:1.68;color:#2A313B}
.site-nav .strong-area{display:flex;flex-direction:column;gap:calc(1.95rem * 1.5)}
.site-nav .media-frame{display:grid;grid-template-columns:minmax(0,14rem) minmax(0,1fr);gap:1.95rem;align-items:start;padding-bottom:calc(1.95rem * 1.5);border-bottom:1px solid #D7DCE2}
.site-nav .media-frame:last-child{border-bottom:0;padding-bottom:0}
.site-nav h3{margin:0;font-size:calc(16.6px * 1.35);line-height:1.25;font-weight:600}
.site-nav .media-frame p{margin:0;font-size:16.6px;line-height:1.68;color:#2A313B}
.site-nav .media-frame p + p{margin-top:calc(1.5rem * .75)}
.site-nav .media-frame a{color:#B3121C;text-decoration:underline;text-underline-offset:2px}
.site-nav .media-frame a:hover{color:#8E0E16}
.site-nav .clear-note p{color:#151A21}
.site-nav .bottom-grid{margin-top:calc(1.5rem * .75);font-size:calc(16.6px * .875);color:#2A313B}
@media (max-width:720px){.site-nav .media-frame{grid-template-columns:1fr;gap:calc(1.5rem * .75)}
}
.main-story{padding:calc(1.5rem * 2.4) 1.87rem;background:var(--surface-card);color:var(--surface-accent)}
.main-story .open-plan{max-width:min(1360px,58rem);margin:0 auto}
.main-story h2{margin:0;font-size:calc(16.6px * 2.65);line-height:1.08}
.main-story .direct-details{margin:1.5rem 0 calc(1.95rem * 1.5);font-size:calc(16.6px * 1.125);color:color-mix(in srgb,currentColor 74%,transparent)}
.main-story .clear-list{margin:0 0 1.95rem;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,currentColor 14%,transparent)}
.main-story .clear-list:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}
.main-story h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.6px * 1.35);line-height:1.25}
.main-story .clear-list p{margin:0;color:color-mix(in srgb,currentColor 74%,transparent)}
.site-lead{--layer-public:calc(1.5rem * 0.9);--axis-static:calc(1360px / 2.2);padding:calc(1.5rem * 2.4) 1.87rem;background:#B3121C;color:#FFFFFF;}
.site-lead .text-body{max-width:1360px;margin:0 auto;}
.site-lead h2,.site-lead p{margin:0;}
.site-lead h2{font-size:calc(16.6px * 2);line-height:1.14;}
.site-lead p{font-size:16.6px;line-height:1.68;color:color-mix(in srgb, currentColor 76%, transparent);}
.site-lead a{color:inherit;text-decoration:none;}
.site-lead .focused-menu{text-align:center;display:flex;flex-direction:column;align-items:center;}
.site-lead .soft-rail{row-gap:calc(var(--layer-public) * 1.15);}
.site-lead .bottom-feature{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.site-lead .focused-menu > p{max-width:var(--axis-static);}
.site-lead .local-list{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.3rem;background:#FFFFFF;color:#B3121C;font-weight:600;transition:background 490ms var(--speed-base);}
.site-lead .local-list:hover{background:#FFFFFF;color:#8E0E16;}
.site-lead .open-story{font-size:calc(16.6px * .875);max-width:var(--axis-static);}
.site-lead .open-story a{text-decoration:underline;text-underline-offset:3px;}
.site-lead .open-story a:hover{}
.direct-benefit{
  padding: calc(1.5rem * 2.4) 1.87rem;
  background: var(--surface-card);
  color: var(--surface-accent);
}
.direct-benefit .text-body{max-width: min(1360px, 74rem);
  margin: 0 auto;}
.direct-benefit .strong-fields{max-width: 46rem;
  margin-bottom: calc(1.95rem * 1.5);}
.direct-benefit h2{margin: 0;
  font-size: calc(16.6px * 2);
  line-height: 1.1;}
.direct-benefit .direct-details{margin: calc(1.5rem * .75) 0 0;
  color: #C7CDD4;
  font-size: calc(16.6px * 1.125);}
.direct-benefit .wide-form{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  border-top: 1px solid #2A313B;
  padding-top: calc(1.95rem * 1.5);}
.direct-benefit .fresh-tile{display: flex;
  gap: 1.95rem;
  align-items: flex-start;
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid #2A313B;}
.direct-benefit .fresh-tile:last-child{border-bottom: none;
  padding-bottom: 0;}
.direct-benefit .site-actions{flex: 0 0 auto;
  font-size: calc(16.6px * .875);
  letter-spacing: 0.08em;
  color: #C7CDD4;
  padding-top: 0.35rem;}
.direct-benefit .strong-area{flex: 1 1 auto;}
.direct-benefit .strong-area strong{display: block;
  font-size: calc(16.6px * 1.35);
  margin-bottom: 0.4rem;}
.direct-benefit .strong-area p{margin: 0;
  color: #C7CDD4;}
.direct-benefit .clear-note{display: flex;
  flex-wrap: wrap;
  gap: 1.95rem;
  margin-top: calc(1.95rem * 1.5);
  padding-top: calc(1.95rem * 1.5);
  border-top: 1px solid #2A313B;}
.direct-benefit .site-frame{flex: 1 1 14rem;
  min-width: 12rem;}
.direct-benefit .service-copy{display: block;
  font-size: calc(16.6px * .875);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #C7CDD4;
  margin-bottom: 0.35rem;}
.direct-benefit .site-frame a,
.direct-benefit .site-frame p{margin: 0;
  text-decoration: none;
  font-size: 16.6px;}
.direct-benefit .site-frame a{border-bottom: 1px solid #5A6472;
  padding-bottom: 1px;}
.direct-benefit .site-frame a:hover{border-bottom-color: #8E0E16;}
.direct-benefit .service-summary{margin: calc(1.95rem * 1.5) 0 0;
  color: #C7CDD4;
  font-size: calc(16.6px * .875);
  max-width: 52rem;}
.direct-benefit .service-summary a{text-decoration: underline;
  text-underline-offset: 3px;}
.direct-benefit .service-summary a:hover{color:inherit;}
@media (max-width: 640px) {.direct-benefit .fresh-tile{
    flex-direction: column;
    gap: 0.4rem;
  }.direct-benefit .clear-note{
    flex-direction: column;
  }
}
.content-service{padding:calc(1.5rem * 2.4) 1.87rem;background:#F6F7F9;color:#151A21}
.content-service .text-body{max-width:1360px;margin:0 auto}
.content-service .visual-shell{display:flex;flex-direction:column;gap:calc(1.95rem * 1.5)}
.content-service .main-headline{display:flex;flex-wrap:wrap;gap:1.95rem;align-items:flex-start}
.content-service h2{flex:1 1 26rem;min-width:0;margin:0;font-size:calc(16.6px * 2);line-height:1.1}
.content-service .main-headline p{flex:1 1 26rem;min-width:0;margin:0;font-size:calc(16.6px * 1.125);line-height:1.68;color:#2A313B}
.content-service .secondary-track{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-start;background:#FFFFFF;color:#151A21;border:1px solid #D7DCE2;border-radius:0.8rem;padding:1.95rem}
.content-service .secondary-track>p{flex:1 1 18rem;min-width:0;margin:0;line-height:1.68;color:#2A313B}
.content-service .open-story{flex:2 1 32rem;min-width:0;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.content-service .open-story a{flex:1 1 12rem;min-width:0;border-radius:0.61rem;background:#E9ECEF;color:#2A313B;padding:calc(1.5rem * .75);text-decoration:none;border:1px solid #D7DCE2;transition:background 490ms var(--speed-base)}
.content-service .open-story a:hover{background:#8E0E16;color:#FFFFFF;border-color:#8E0E16}
.content-service .open-story strong,.content-service .open-story span{display:block;min-width:0}
.content-service .open-story span{margin-top:calc(calc(1.5rem * .75)*.5);font-size:calc(16.6px * .875);opacity:.85}
.content-service .main-plan{border-radius:0.61rem;background:#B3121C;color:#FFFFFF;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;white-space:nowrap;transition:background 490ms var(--speed-base)}
.content-service .main-plan:hover{background:#8E0E16;color:#151A21;}
.content-service .service-summary{margin:0;font-size:calc(16.6px * .875);color:#2A313B}
.content-service .service-summary a{color:#B3121C;text-decoration:underline}
.content-service .service-summary a:hover{color:#8E0E16}
@media(max-width:760px){.content-service .secondary-track{display:block;padding:1.5rem}.content-service .open-story{margin-top:1.5rem}.content-service .main-plan{display:flex;justify-content:center;margin-top:1.5rem}}
