:root {
  --motion-soft: ease;
}
body{margin:0;padding:0;font-family:"Nunito", sans-serif;box-sizing:border-box;}
*{box-sizing:border-box;}
.service-track {
    width: 100%;
    background: #FBF7EE;
    color: #241F1A;
    border-bottom: 1px solid #E0D5C0;
  }
.simple-grid {
    max-width: 1060px;
    margin: 0 auto;
    padding: calc(1.09rem * 1.5) 1.51rem;
    display: flex;
    flex-direction: column;
    gap: 1.09rem;
  }
.team-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.09rem;
  }
.clear-proof {
    font-size: calc(16.3px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #241F1A;
    text-decoration: none;
    line-height: 1.2;
  }
.clear-proof:hover {
    color: #1B3A6B;
  }
.direct-region {
    display: block;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.09rem;
  }
.nav-link {
    display: inline-block;
    padding: 0.35rem 0.1rem;
    font-size: 16.3px;
    color: #2A231C;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 510ms var(--motion-soft),
                border-color 510ms var(--motion-soft);
  }
.nav-link:hover {
    color: #241F1A;
    border-bottom-color: #E0D5C0;
  }
.nav-link.is-active {
    color: #241F1A;
    border-bottom-color: #1B3A6B;
    font-weight: 600;
  }
.active-frame {
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    background: #FFFDF7;
    color: #241F1A;
    border: 1px solid #E0D5C0;
    border-radius: 0.27rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
.main-team{
    display: block;
    width: 18px;
    height: 2px;
    background: #241F1A;
    border-radius: 1px;color:#241F1A;}
@media (min-width: 768px) {
    .simple-grid {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: calc(1.09rem * 1.5);
    }

    .team-summary {
      flex: 0 0 auto;
    }

    .direct-region {
      flex: 1 1 auto;
      display: flex;
      justify-content: flex-end;
    }
  }
@media (max-width: 767px) {
    .active-frame {
      display: flex;
    }

    .direct-region {
      display: none;
    }

    .direct-region.is-open {
      display: block;
    }

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

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

    .nav-link {
      display: block;
      padding: 0.65rem 0;
      border-bottom: 1px solid #E0D5C0;
      font-size: 16.3px;
    }

    .nav-link.is-active {
      border-bottom-color: #1B3A6B;
    }
  }
.active-items{font-family:"Nunito", sans-serif;font-size:calc(16.3px * .875);line-height:1.73;padding:calc(1.5rem * 2.4) 1.51rem;margin-top:calc(1.5rem * 2.4);background:#241F1A;color:#FBF7EE;}
.main-panel{max-width:1060px;margin:0 auto;display:grid;grid-template-columns:minmax(220px, 1.2fr) minmax(0, 2.4fr) minmax(220px, 1fr);gap:calc(1.09rem * 1.5);align-items:start}
.page-links{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.offer-footer{color:inherit;text-decoration:none;font-size:calc(16.3px * 1.125);font-weight:700;letter-spacing:0.02em}
.offer-footer:hover{color:inherit;text-decoration:underline}
.public-list{margin:0;max-width:34ch;opacity:0.85}
.contact-figure{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(1.09rem * 1.5)}
.visual-menu{margin:0 0 calc(1.5rem * .75);font-size:16.3px;font-weight:600;letter-spacing:0.04em;text-transform:uppercase;opacity:0.9}
.public-region{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.4rem}
.public-region a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 510ms var(--motion-soft), opacity 510ms var(--motion-soft)}
.public-region a:hover{border-bottom-color:currentColor;color:inherit}
.featured-footer{display:flex;flex-direction:column;gap:0.35rem}
.narrow-list{margin:0}
.visual-surface{font-weight:600;margin-right:0.35rem}
.featured-footer a{color:inherit;text-decoration:none;border-bottom:1px solid transparent}
.featured-footer a:hover{border-bottom-color:currentColor;color:inherit}
.primary-team{max-width:1060px;margin:calc(1.09rem * 1.5) auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255, 255, 255, 0.18);display:flex;flex-direction:column;gap:0.5rem}
.wide-story{margin:0;font-size:calc(16.3px * .875);opacity:0.85}
.simple-plan{margin:0;font-size:calc(16.3px * .875);opacity:0.75}
@media (max-width: 960px) {.main-panel{grid-template-columns:1fr 1fr}.contact-figure{grid-column:1 / -1;order:3}.featured-footer{order:2}
  }
@media (max-width: 640px) {.main-panel{grid-template-columns:1fr}.contact-figure{grid-template-columns:1fr 1fr}
  }
@media (max-width: 420px) {.contact-figure{grid-template-columns:1fr}
  }
.cookies{position:fixed;right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .focused-track{width:min(24rem,calc(100vw - 28px));padding:14px 16px;border:1px solid #E0D5C0;border-radius:20px;background:#F1E9D9;color:#2A231C;box-shadow:0 10px 24px rgba(0,0,0,0.13)}
.cookies strong{display:block;font-size:calc(16.3px * 1.35)}
.cookies p{margin:6px 0 0;line-height:1.73}
.cookies .contact-rail{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}
.cookies .contact-rail button{border:1px solid #E0D5C0;background:#FFFDF7;color:#241F1A;border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .contact-rail button.cookie-accept{background:#1B3A6B;color:#FBF7EE;border-color:transparent}
.steady-brand{--layer-main:calc(1.5rem * 1.2);--state-static:calc(1060px / 3.1);padding:calc(1.5rem * 2.4) 1.51rem;background:#FBF7EE;color:#241F1A;}
.steady-brand .strong-media{max-width:1060px;margin:0 auto;}
.steady-brand h1,.steady-brand p,.steady-brand ul,.steady-brand li{margin:0;}
.steady-brand h1{font-size:calc(16.3px * 2.65);line-height:1.1;}
.steady-brand p,.steady-brand li{font-size:16.3px;line-height:1.73;}
.steady-brand .narrow-note{font-size:calc(16.3px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#2A231C;}
.steady-brand .layer{margin-top:calc(1.09rem * 1.5);max-width:52ch;}
.steady-brand .focused-view{display:flex;align-items:flex-start;gap:calc(1.09rem * 1.6);}
.steady-brand .offer-list{flex:1 1 auto;min-width:0;}
.steady-brand .offer-list h1{margin-top:calc(1.5rem / 2);}
.steady-brand .featured-area{flex:0 1 var(--state-static);padding:calc(1.5rem * .75);border:1px solid #E0D5C0;border-radius:0.51rem;background:#FFFDF7;color:#241F1A;}
.steady-brand .focused-fields{font-size:calc(16.3px * .875);text-transform:uppercase;letter-spacing:0.05em;color:#2A231C;margin-bottom:calc(1.09rem * 1.5);}
.steady-brand .local-tile{list-style:none;padding:0;display:flex;flex-direction:column;gap:calc(1.09rem * 0.7);}
.steady-brand .local-tile li{padding-left:1rem;position:relative;}
.steady-brand .local-tile li::before{content:"";position:absolute;left:0;top:0.7em;width:6px;height:6px;border-radius:50%;background:#6E1F3A;color:#FBF7EE;}
.steady-brand .page-brand{margin-top:calc(1.09rem * 1.5);font-size:calc(16.3px * .875);color:#2A231C;}
.steady-brand .wide-section{display:flex;flex-wrap:wrap;align-items:center;gap:1.09rem;margin-top:calc(1.09rem * 1.5);}
.steady-brand .content-section{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.27rem;background:#6E1F3A;color:#FBF7EE;text-decoration:none;}
.steady-brand .content-section:hover{background:#571730;color:#241F1A;}
.steady-brand .text-plan{font-size:calc(16.3px * .875);color:#6E1F3A;text-decoration:none;border-bottom:1px solid transparent;}
.steady-brand .text-plan:hover{color:#1B3A6B;border-bottom-color:#1B3A6B;}
@media(max-width:760px){.steady-brand .focused-view{flex-direction:column;}}
.open-fields{--layer-main:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 1.51rem;background:#F1E9D9;color:#2A231C;}
.open-fields .strong-media{max-width:1060px;margin:0 auto;}
.open-fields h2,.open-fields h3,.open-fields p{margin:0;}
.open-fields h2{font-size:calc(16.3px * 2);line-height:1.14;}
.open-fields h3{font-size:calc(16.3px * 1.35);line-height:1.22;}
.open-fields p{font-size:16.3px;line-height:1.73;}
.open-fields a{text-decoration:none;}
.open-fields a:hover{}
.open-fields .top-steps{max-width:calc(1060px * .62);}
.open-fields .narrow-note{margin-bottom:calc(1.5rem / 2.4);font-size:calc(16.3px * .875);letter-spacing:.04em;text-transform:uppercase;}
.open-fields .layer{margin-top:1.5rem;}
.open-fields .local-tile{display:flex;flex-direction:column;gap:var(--layer-main);margin-top:calc(var(--layer-main) * 1.1);}
.open-fields .secondary-rail{min-width:0;padding-top:calc(1.09rem * 1.5);border-top:1px solid #E0D5C0;}
.open-fields .secondary-rail .offer-list{margin-top:calc(1.5rem / 3);max-width:calc(1060px * .68);}
.open-fields .content-flow{display:inline-block;margin-top:calc(1.5rem / 2.2);font-size:calc(16.3px * .875);border-bottom:1px solid currentColor;padding-bottom:2px;}
.open-fields .text-plan{margin-top:calc(var(--layer-main) * 1.2);font-size:calc(16.3px * .875);}
@media (min-width:760px){.open-fields .local-tile{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.09rem;}.open-fields .secondary-rail{padding-top:calc(1.09rem * 1.5);}
}
.direct-copy{
  --layer-main:calc(1.5rem * 1.05);
  --mark-static:calc(1060px / 3.1);
  padding:calc(1.5rem * 2.4) 1.51rem;
  background:#FBF7EE;
  color:#241F1A;
}
.direct-copy .strong-media{max-width:1060px;
  margin:0 auto;}
.direct-copy h2,
.direct-copy h3,
.direct-copy p{margin:0;}
.direct-copy h2{font-size:calc(16.3px * 2);
  line-height:1.15;}
.direct-copy h3{font-size:calc(16.3px * 1.35);
  line-height:1.25;}
.direct-copy p{font-size:16.3px;
  line-height:1.73;}
.direct-copy .top-steps{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:1.09rem;
  padding-bottom:calc(1.09rem * 1.5);
  border-bottom:1px solid #E0D5C0;}
.direct-copy .top-steps>h2{flex:1 1 calc(1060px / 3);
  min-width:0;}
.direct-copy .top-steps>.layer{flex:1 1 calc(1060px / 2);
  min-width:0;
  color:#2A231C;}
.direct-copy .local-tile{display:flex;
  flex-wrap:wrap;
  gap:var(--layer-main);
  margin-top:var(--layer-main);}
.direct-copy .secondary-rail{flex:1 1 var(--mark-static);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * .9) 0;
  border-top:1px solid #E0D5C0;}
.direct-copy .secondary-rail h3{margin-bottom:calc(1.5rem / 3);}
.direct-copy .secondary-rail p{color:#2A231C;}
.direct-copy .text-plan{margin-top:calc(var(--layer-main) * 1.2);
  padding-top:calc(1.09rem * 1.5);
  border-top:1px solid #E0D5C0;}
.direct-copy .text-plan p{font-size:calc(16.3px * .875);
  color:#2A231C;}
.direct-copy .text-plan a{color:#6E1F3A;
  text-decoration:underline;
  text-underline-offset:3px;}
.direct-copy .text-plan a:hover{color:#1B3A6B;}
@media (max-width:720px){.direct-copy .top-steps>h2,
  .direct-copy .top-steps>.layer{
    flex:1 1 100%;
  }.direct-copy .secondary-rail{
    flex:1 1 100%;
  }
}
.public-view{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.51rem;
    background:#FBF7EE;
    color:#241F1A;
  }
.public-view .main-steps{max-width:min(1060px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(1.09rem * 1.5));}
.public-view h1{margin:0;
    max-width:24ch;
    font-size:clamp(1.95rem,4.6vw,calc(16.3px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:-0.005em;}
.public-view .layer{max-width:44rem;
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #E0D5C0;}
.public-view p{margin:0;
    font-size:clamp(1rem,1.22vw,16.3px);
    line-height:1.74;}
@media (max-width:640px){.public-view h1{max-width:100%;}.public-view{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}
  }
.content-steps{--layer-main:calc(1.5rem * 1.2);--layer-local:calc(1060px / 2.1);padding:calc(1.5rem * 2.4) 1.51rem;background:#6E1F3A;color:#FBF7EE;}
.content-steps .strong-media{max-width:1060px;margin:0 auto;}
.content-steps h1,.content-steps h2,.content-steps h3,.content-steps p{margin:0;}
.content-steps h2{font-size:calc(16.3px * 2);line-height:1.14;}
.content-steps h3{font-size:calc(16.3px * 1.35);line-height:1.22;}
.content-steps p{font-size:16.3px;line-height:1.73;color:color-mix(in srgb, currentColor 76%, transparent);}
.content-steps a{color:inherit;text-decoration:none;}
.content-steps .direct-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.09rem;}
.content-steps .direct-note>.offer-list{flex:1 1 62%;min-width:0;max-width:var(--layer-local);}
.content-steps .direct-note>.content-section{flex:0 0 auto;margin-left:auto;}
.content-steps .direct-note>.local-tile{flex:1 1 100%;}
.content-steps .narrow-note{font-size:calc(16.3px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.content-steps .offer-list h2{margin-top:calc(1.5rem / 2.4);}
.content-steps .layer{margin-top:calc(1.5rem * .75);}
.content-steps .content-section{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.9) 1.5rem;border-radius:0.27rem;background:#FBF7EE;color:#6E1F3A;font-size:calc(16.3px * .875);}
.content-steps .local-tile{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--layer-main) 1.09rem;margin-top:var(--layer-main);}
.content-steps .secondary-rail{flex:1 1 calc(1060px / 3.4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.content-steps .secondary-rail p{margin-top:calc(1.5rem / 3.2);}
@media (max-width:720px){.content-steps .direct-note>.offer-list{flex:1 1 100%;max-width:none;}.content-steps .direct-note>.content-section{margin-left:0;}.content-steps .secondary-rail{flex:1 1 100%;}
}
.media-items{--layer-main:calc(1.5rem * 1.15);--layer-local:calc(1060px / 2.20);padding:calc(1.5rem * 2.4) 1.51rem;background:#FBF7EE;color:#241F1A;}
.media-items .strong-media{max-width:1060px;margin:0 auto;}
.media-items h1,.media-items h2,.media-items h3,.media-items p{margin:0;}
.media-items h2{font-size:calc(16.3px * 2);line-height:1.12;}
.media-items h3{font-size:calc(16.3px * 1.35);line-height:1.2;}
.media-items p{font-size:16.3px;line-height:1.73;}
.media-items .layer{font-size:calc(16.3px * 1.125);}
.media-items .narrow-note{font-size:calc(16.3px * .875);color:#2A231C;}
.media-items .local-tile{display:flex;flex-direction:column;gap:var(--layer-main);margin-top:var(--layer-main);}
.media-items .secondary-rail{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #E0D5C0;}
.media-items .secondary-rail p{margin-top:calc(1.5rem / 3);}
.media-items .contact-team{display:flex;align-items:flex-start;gap:1.09rem;}
.media-items .contact-team>.offer-list{flex:1 1 calc(1060px / 3);min-width:0;}
.media-items .contact-team>.local-tile{flex:2 1 calc(1060px / 2);margin-top:0;}
.media-items .offer-list .layer{margin-top:1.5rem;}
.media-items .offer-list .narrow-note{margin-top:calc(1.09rem * 1.5);}
@media(max-width:760px){.media-items .contact-team{flex-direction:column;}.media-items .contact-team>.local-tile{margin-top:var(--layer-main);}}
.headline{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.51rem;
    background:#FBF7EE;
    color:#241F1A;
  }
.headline .main-steps{max-width:min(1060px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(.9rem,1.8vw,calc(1.09rem * 1.5));}
.headline h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(16.3px * 2.65));
    line-height:1.1;
    font-weight:680;
    letter-spacing:-0.005em;}
.headline .layer{max-width:42rem;
    padding-top:clamp(.7rem,1.4vw,1.5rem);
    border-top:1px solid #E0D5C0;}
.headline p{margin:0;
    font-size:clamp(1rem,1.2vw,16.3px);
    line-height:1.72;
    color:#2A231C;}
@media (max-width:640px){.headline{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.headline h1{
      font-size:clamp(1.6rem,7vw,2.1rem);
    }
  }
.direct-details{
  --layer-main:calc(1.5rem * 1.35);
  --layer-local:calc(1060px / 1.9);
  padding:calc(1.5rem * 2.4) 1.51rem;
  background:#FBF7EE;
  color:#241F1A;
}
.direct-details .strong-media{max-width:1060px;
  margin:0 auto;}
.direct-details h2,
.direct-details h3,
.direct-details p{margin:0;}
.direct-details h2{font-size:calc(16.3px * 2);
  line-height:1.14;}
.direct-details h3{font-size:calc(16.3px * 1.35);
  line-height:1.22;}
.direct-details p{font-size:16.3px;
  line-height:1.73;}
.direct-details a{color:inherit;
  text-decoration:none;}
.direct-details .top-steps{max-width:var(--layer-local);}
.direct-details .layer{margin-top:calc(1.5rem / 2);}
.direct-details .local-tile{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:var(--layer-main);
  border-top:1px solid #E0D5C0;}
.direct-details .secondary-rail{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  justify-content:space-between;
  gap:1.09rem;
  padding:calc(1.09rem * 1.5) 0;
  border-bottom:1px solid #E0D5C0;}
.direct-details .offer-list{flex:1 1 22rem;
  min-width:0;}
.direct-details .offer-list p{margin-top:calc(1.5rem / 3);}
.direct-details .open-team{font-size:calc(16.3px * .875);}
.direct-details .content-section{flex:0 0 auto;
  padding-top:calc(1.5rem / 4);}
.direct-details .content-section a{
  display:inline-block;
  padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;
  border:1px solid #E0D5C0;
  border-radius:0.27rem;
  background:#FFFDF7;
  color:#241F1A;
  font-size:calc(16.3px * .875);
  transition:background 510ms var(--motion-soft), color 510ms var(--motion-soft), border-color 510ms var(--motion-soft);
}
.direct-details .content-section a:hover{
  background:#6E1F3A;
  color:#FBF7EE;
  border-color:#6E1F3A;
}
@media (max-width:640px){.direct-details .secondary-rail{
    flex-direction:column;
  }.direct-details .content-section{
    padding-top:0;
  }
}
.plain-shell{padding:calc(1.5rem * 2.4) 1.51rem;background:#FBF7EE;color:#241F1A}
.plain-shell .direct-lead{max-width:1060px;margin:0 auto}
.plain-shell h2{max-width:20ch;margin:0;font-size:calc(16.3px * 2);line-height:1.1}
.plain-shell .steady-menu{max-width:44rem;margin:1.5rem 0 calc(1.09rem * 1.5);color:#2A231C;font-size:calc(16.3px * 1.125);line-height:1.73}
.plain-shell .site-story{margin:0;padding:0;list-style:none;border-top:1px solid #E0D5C0}
.plain-shell .site-story>li{padding:calc(1.09rem * 1.5) 0;border-bottom:1px solid #E0D5C0}
.plain-shell h3{margin:0;font-size:calc(16.3px * 1.35);line-height:1.2}
.plain-shell .site-story p{margin:calc(1.5rem * .75) 0 0;max-width:58rem;color:#2A231C;line-height:1.73}
@media(max-width:680px){.plain-shell h2{max-width:none}.plain-shell .steady-menu{margin-bottom:1.5rem}.plain-shell .site-story>li{padding:calc(1.5rem * .75) 0}
}
.secondary-figure{--layer-main:calc(1.5rem * 1.35);--layer-local:calc(1060px / 2.80);padding:calc(1.5rem * 2.4) 1.51rem;background:#6E1F3A;color:#FBF7EE;}
.secondary-figure .strong-media{max-width:1060px;margin:0 auto;}
.secondary-figure h2,.secondary-figure h3,.secondary-figure p{margin:0;}
.secondary-figure h2{font-size:calc(16.3px * 2);line-height:1.12;max-width:var(--layer-local);}
.secondary-figure h3{font-size:calc(16.3px * 1.35);line-height:1.2;}
.secondary-figure p{font-size:16.3px;line-height:1.73;color:color-mix(in srgb, currentColor 78%, transparent);}
.secondary-figure .narrow-note{max-width:var(--layer-local);font-size:calc(16.3px * 1.125);line-height:1.5;color:color-mix(in srgb, currentColor 88%, transparent);}
.secondary-figure .local-tile{display:flex;flex-wrap:wrap;gap:var(--layer-main);margin-top:var(--layer-main);}
.secondary-figure .secondary-rail{flex:1 1 calc(1060px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.36rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.secondary-figure .secondary-rail p{margin-top:calc(1.5rem / 3);}
.secondary-figure .clear-details>h2{margin-top:var(--layer-main);}
.primary-figure{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.51rem;
    background:#FBF7EE;
    color:#241F1A;
  }
.primary-figure .main-steps{max-width:min(1060px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(1.09rem * 1.5));}
.primary-figure h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(16.3px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:-0.005em;
    max-width:22ch;}
.primary-figure .offer-list{max-width:44rem;
    padding-top:clamp(.8rem,1.5vw,1.5rem);
    border-top:1px solid #E0D5C0;}
.primary-figure p{margin:0;
    font-size:clamp(1rem,1.25vw,16.3px);
    line-height:1.74;
    color:#2A231C;}
@media (max-width:640px){.primary-figure h1{max-width:100%;}.primary-figure{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.media-frame{--layer-main:calc(1.5rem * 1.15);--layer-local:calc(1060px / 2.4);padding:calc(1.5rem * 2.4) 1.51rem;background:#1B3A6B;color:#FBF7EE;}
.media-frame .strong-media{max-width:1060px;margin:0 auto;}
.media-frame h2,.media-frame h3,.media-frame p{margin:0;}
.media-frame h2{font-size:calc(16.3px * 2);line-height:1.14;}
.media-frame p{font-size:16.3px;line-height:1.73;}
.media-frame a{color:inherit;text-decoration:none;}
.media-frame .top-footer{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-start;}
.media-frame .offer-list{flex:1 1 var(--layer-local);min-width:min(100%,18rem);}
.media-frame .offer-list .layer{margin-top:calc(1.09rem * 1.5);max-width:var(--layer-local);opacity:0.86;}
.media-frame .featured-area{flex:0 1 calc(1060px / 2.9);min-width:min(100%,16rem);padding:calc(1.5rem * .75);border-radius:0.36rem;background:#FFFDF7;color:#241F1A;border:1px solid #E0D5C0;}
.media-frame .featured-area .narrow-note{font-size:calc(16.3px * .875);line-height:1.6;}
.media-frame .content-section{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:calc(1.09rem * 1.5);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.27rem;background:#6E1F3A;color:#FBF7EE;font-weight:600;}
.media-frame .content-section:hover{background:#571730;color:#241F1A;}
.media-frame .text-plan{display:flex;flex-wrap:wrap;gap:1.09rem;margin-top:var(--layer-main);padding-top:calc(1.09rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);font-size:calc(16.3px * .875);}
.media-frame .text-plan a{text-decoration:underline;text-underline-offset:3px;opacity:0.88;}
.media-frame .text-plan a:hover{opacity:1;}
@media (max-width:640px){.media-frame .top-footer{flex-direction:column;}.media-frame .featured-area{flex:1 1 auto;width:100%;}
}
.team-menu{
  padding: calc(1.5rem * 2.4) 1.51rem;
  background: #241F1A;
  color: #FBF7EE;
}
.team-menu .strong-media{max-width: min(1060px, 68rem);
  margin: 0 auto;}
.team-menu .service-headline{max-width: 46rem;
  margin-bottom: calc(1.09rem * 1.5);}
.team-menu h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.3px * 2);
  line-height: 1.12;}
.team-menu .layer{margin: 0;
  font-size: calc(16.3px * 1.125);
  color: #D9CFBC;}
.team-menu .text-links{display: flex;
  flex-wrap: wrap;
  gap: 1.09rem;
  margin-bottom: calc(1.09rem * 1.5);}
.team-menu .secondary-rail{
  flex: 1 1 min(100%, 20rem);
  padding: calc(1.5rem * .75);
  background: #FFFDF7;
  color: #241F1A;
  border: 1px solid #E0D5C0;
  border-radius: 0.51rem;
  box-shadow: 0 1px 1px rgba(0,0,0,0.08);
}
.team-menu .team-copy{margin: 0 0 calc(1.5rem * .75);
  font-size: 16.3px;
  line-height: 1.6;}
.team-menu .secondary-team{margin: 0;
  font-weight: 700;
  font-size: 16.3px;}
.team-menu .featured-fields{margin: 0.2rem 0 0;
  font-size: calc(16.3px * .875);color:inherit;}
.team-menu .public-menu{padding-top: calc(1.5rem * .75);
  border-top: 1px solid #332C24;}
.team-menu .strong-feature{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.3px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #D9CFBC;}
.team-menu .open-frame{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.09rem;}
.team-menu .open-frame li{
  flex: 1 1 auto;
  padding: 0.4rem 0.9rem;
  background: #1B3A6B;
  color: #FBF7EE;
  border-radius: 0.27rem;
  font-size: calc(16.3px * .875);
}
.team-menu .narrow-note{margin: calc(1.09rem * 1.5) 0 0;
  font-size: calc(16.3px * .875);
  color: #D9CFBC;}
.team-menu .narrow-note a{text-decoration: underline;}
.team-menu .narrow-note a:hover{}
@media (max-width: 700px) {.team-menu .text-links{
    display: block;
  }.team-menu .secondary-rail + .secondary-rail{
    margin-top: 1.09rem;
  }
}
.clear-items{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.51rem;
    background:#FBF7EE;
    color:#241F1A;
  }
.clear-items .main-steps{max-width:min(1060px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.09rem * 1.5);}
.clear-items h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(16.3px * 2.65));
    line-height:1.1;
    font-weight:680;
    letter-spacing:-0.005em;}
.clear-items .layer{max-width:40rem;
    padding-top:1.5rem;
    border-top:1px solid #E0D5C0;}
.clear-items .layer p{margin:0;
    font-size:clamp(1rem,1.22vw,16.3px);
    line-height:1.72;
    color:#2A231C;}
@media (max-width:640px){.clear-items{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.clear-items .layer{
      max-width:100%;
    }
  }
.service-region{--layer-main:calc(1.5rem * 1.05);--layer-local:calc(1060px / 2.6);padding:calc(1.5rem * 2.4) 1.51rem;background:#FBF7EE;color:#241F1A;}
.service-region .strong-media{max-width:1060px;margin:0 auto;}
.service-region h2,.service-region h3,.service-region p,.service-region ol,.service-region li{margin:0;}
.service-region h2{font-size:calc(16.3px * 2);line-height:1.14;max-width:var(--layer-local);}
.service-region h3{font-size:calc(16.3px * 1.35);line-height:1.22;}
.service-region p{font-size:16.3px;line-height:1.73;}
.service-region .top-steps{display:flex;flex-direction:column;gap:calc(1.09rem * 1.5);}
.service-region .layer{max-width:var(--layer-local);}
.service-region .text-links{list-style:none;padding:0;margin-top:var(--layer-main);display:flex;flex-direction:column;gap:0;border-top:1px solid #E0D5C0;}
.service-region .text-list{display:flex;gap:1.09rem;align-items:flex-start;padding:calc(calc(1.5rem * .75) * 1.1) 0;border-bottom:1px solid #E0D5C0;}
.service-region .content-note{flex:0 0 auto;font-size:calc(16.3px * .875);letter-spacing:0.08em;padding-top:0.35rem;}
.service-region .top-grid{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.service-region .top-grid p{}
.service-region .featured-area{margin-top:var(--layer-main);display:flex;flex-wrap:wrap;gap:1.09rem;align-items:flex-start;justify-content:space-between;}
.service-region .narrow-note{flex:1 1 calc(1060px / 2.2);min-width:0;font-size:calc(16.3px * .875);}
.service-region .text-plan{flex:0 1 auto;display:flex;flex-wrap:wrap;gap:1.09rem;}
.service-region .text-plan a{text-decoration:none;font-size:calc(16.3px * .875);border-bottom:1px solid currentColor;padding-bottom:1px;}
.service-region .text-plan a:hover{}
@media (max-width:640px){.service-region .text-list{flex-direction:column;gap:calc(1.09rem / 2);}.service-region .featured-area{flex-direction:column;}
}
.active-track{
  --layer-main:calc(1.5rem * 1.02);
  --layer-local:calc(1060px / 2.55);
  padding:calc(1.5rem * 2.4) 1.51rem;
  background:#FBF7EE;
  color:#241F1A;
}
.active-track .strong-media{max-width:1060px;
  margin:0 auto;}
.active-track h2,
.active-track h3,
.active-track p{margin:0;}
.active-track h2{font-size:calc(16.3px * 2);
  line-height:1.12;}
.active-track h3{font-size:calc(16.3px * 1.35);
  line-height:1.2;}
.active-track p{font-size:16.3px;
  line-height:1.73;
  color:#2A231C;}
.active-track .service-headline{max-width:var(--layer-local);}
.active-track .service-headline .layer{margin-top:1.5rem;}
.active-track .soft-quote{display:flex;
  flex-direction:column;
  gap:var(--layer-main);
  margin-top:calc(var(--layer-main) * 1.1);}
.active-track .secondary-rail{padding:calc(calc(1.5rem * .75) * .9) 0;
  border-top:1px solid #E0D5C0;}
.active-track .secondary-rail:last-child{border-bottom:1px solid #E0D5C0;}
.active-track .secondary-rail h3{margin-bottom:calc(1.5rem / 3);}
.active-track .text-plan{margin-top:calc(var(--layer-main) * 1.1);
  font-size:calc(16.3px * .875);}
.active-track .text-plan a{color:#6E1F3A;
  text-decoration:none;
  border-bottom:1px solid currentColor;}
.active-track .text-plan a:hover{color:#1B3A6B;}
.direct-media{--layer-main:calc(1.5rem * 1.15);--field-public:1px solid #E0D5C0;padding:calc(1.5rem * 2.4) 1.51rem;background:#FBF7EE;color:#241F1A;}
.direct-media .strong-media{max-width:1060px;margin:0 auto;}
.direct-media h2,.direct-media h3,.direct-media p,.direct-media ol,.direct-media li{margin:0;}
.direct-media h2{font-size:calc(16.3px * 2);line-height:1.14;}
.direct-media h3{font-size:calc(16.3px * 1.35);line-height:1.22;}
.direct-media .layer{max-width:calc(1060px * .72);margin-top:calc(1.09rem * 1.5);font-size:16.3px;line-height:1.73;}
.direct-media .text-links{list-style:none;padding:0;margin-top:var(--layer-main);display:flex;flex-direction:column;border-top:var(--field-public);}
.direct-media .secondary-rail{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem / 3);padding:calc(1.09rem * 1.5) 0;border-bottom:var(--field-public);}
.direct-media .content-note{font-size:calc(16.3px * .875);letter-spacing:.08em;text-transform:uppercase;}
.direct-media .secondary-rail p{font-size:16.3px;line-height:1.73;}
.direct-media .narrow-note{margin-top:var(--layer-main);padding-top:calc(1.09rem * 1.5);border-top:var(--field-public);font-size:calc(16.3px * .875);line-height:1.73;}
@media (min-width:760px){.direct-media .secondary-rail{grid-template-columns:calc(1060px / 5.4) minmax(0,1fr);column-gap:1.09rem;align-items:start;}.direct-media .content-note{padding-top:.35em;}
}
.wide-figure{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.51rem;
    background:#FBF7EE;
    color:#241F1A;
  }
.wide-figure .main-steps{max-width:min(1060px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(.9rem,1.8vw,calc(1.09rem * 1.5));}
.wide-figure h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(16.3px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.wide-figure .layer{max-width:44rem;
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #E0D5C0;}
.wide-figure p{margin:0;
    font-size:clamp(1rem,1.24vw,16.3px);
    line-height:1.74;
    color:#2A231C;}
@media (max-width:640px){.wide-figure{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.wide-figure h1{font-size:clamp(1.7rem,7vw,2.3rem);}
  }
.narrow-footer{
  --layer-main:calc(1.5rem * 1.05);
  --layer-local:calc(1060px / 1.9);
  padding:calc(1.5rem * 2.4) 1.51rem;
  background:#FBF7EE;
  color:#241F1A;
}
.narrow-footer .strong-media{max-width:1060px;
  margin:0 auto;}
.narrow-footer h2,
.narrow-footer h3,
.narrow-footer p{margin:0;}
.narrow-footer h2{font-size:calc(16.3px * 2);
  line-height:1.14;}
.narrow-footer h3{font-size:calc(16.3px * 1.35);
  line-height:1.24;}
.narrow-footer p{font-size:16.3px;
  line-height:1.73;}
.narrow-footer .top-steps{max-width:var(--layer-local);}
.narrow-footer .layer{margin-top:calc(1.09rem * 1.5);
  color:#2A231C;}
.narrow-footer .soft-quote{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:calc(calc(1.09rem * 1.5) * 1.4);
  border-top:1px solid #E0D5C0;}
.narrow-footer .secondary-rail{padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid #E0D5C0;}
.narrow-footer .secondary-rail p{margin-top:calc(1.5rem / 2.4);
  max-width:calc(var(--layer-local) * 1.35);}
.narrow-footer .text-plan{margin-top:calc(1.09rem * 1.5);
  font-size:calc(16.3px * .875);}
.narrow-footer .text-plan a{color:#6E1F3A;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 510ms var(--motion-soft), border-color 510ms var(--motion-soft);}
.narrow-footer .text-plan a:hover{color:#1B3A6B;
  border-bottom-color:#1B3A6B;}
.narrow-footer .text-plan .primary-header{margin:0 calc(1.51rem / 2.5);
  color:#2A231C;}
@media (max-width:720px){.narrow-footer .top-steps{
    max-width:none;
  }.narrow-footer .secondary-rail p{
    max-width:none;
  }
}
.direct-header{
  padding: calc(1.5rem * 2.4) 1.51rem;
  background: #6E1F3A;
  color: #FBF7EE;
}
.direct-header .strong-media{max-width: 1060px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: calc(1.09rem * 1.5);
  align-items: start;}
.direct-header .content-section{
  padding: calc(1.5rem * .75);
  border-radius: 0.63rem;
  background: #FBF7EE;
  color: #241F1A;
}
.direct-header .main-story{display: inline-block;
  font-size: calc(16.3px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.direct-header h2{margin: calc(1.5rem * .75) 0 calc(calc(1.5rem * .75) * 0.6);
  font-size: calc(16.3px * 2);
  line-height: 1.12;}
.direct-header .layer{margin: 0 0 calc(1.5rem * .75);
  font-size: 16.3px;
  line-height: 1.73;}
.direct-header a{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * 0.8) calc(1.5rem * .75);
  border-radius: 0.36rem;
  background: #6E1F3A;
  color: #FBF7EE;
  text-decoration: none;
  font-size: 16.3px;
}
.direct-header a:hover{
  background: #571730;color:#241F1A;}
.direct-header .main-items{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.direct-header .main-items > p{margin: 0 0 calc(calc(1.5rem * .75) * 0.4);
  font-size: calc(16.3px * 1.125);
  line-height: 1.3;}
.direct-header .text-list{
  padding: calc(1.5rem * .75);
  border-radius: 0.36rem;
  background: #241F1A;
  color: #FBF7EE;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.35);
}
.direct-header .text-list strong{font-size: 16.3px;}
.direct-header .text-list span{font-size: calc(16.3px * .875);
  line-height: 1.73;}
@media (max-width: 760px) {.direct-header .strong-media{
    grid-template-columns: 1fr;
  }
}
.site-lead{padding:calc(1.5rem * 2.4) 1.51rem;background:#241F1A;color:#FBF7EE}
.site-lead .direct-lead{max-width:1060px;margin:0 auto}
.site-lead h2{margin:0;font-size:calc(16.3px * 2);line-height:1.1}
.site-lead .steady-menu{max-width:44rem;margin:1.5rem 0 calc(1.09rem * 1.5);font-size:calc(16.3px * 1.125);line-height:1.73;opacity:.82}
.site-lead .top-grid{display:flex;flex-wrap:wrap;gap:calc(1.09rem * 1.5)}
.site-lead .layer{flex:1 1 18rem;min-width:0}
.site-lead .layer p{margin:0 0 calc(1.5rem * .75);line-height:1.73;opacity:.86}
.site-lead .layer a{text-decoration:underline;text-underline-offset:3px}
.site-lead .local-tile{flex:1 1 26rem;min-width:0;margin:0;padding:0;list-style:none;counter-reset:nota}
.site-lead .secondary-rail{position:relative;padding-left:2.2rem;counter-increment:nota}
.site-lead .secondary-rail+.secondary-rail{margin-top:calc(1.5rem * .75)}
.site-lead .secondary-rail::before{content:counter(nota,decimal-leading-zero);position:absolute;left:0;top:.15rem;font-size:calc(16.3px * .875);letter-spacing:.08em;opacity:.55}
.site-lead h3{margin:0;font-size:calc(16.3px * 1.35);line-height:1.2}
.site-lead .secondary-rail p{margin:.35rem 0 0;line-height:1.73;opacity:.82}
@media(max-width:680px){.site-lead .top-grid{display:block}.site-lead .local-tile{margin-top:calc(1.09rem * 1.5)}}
.plain-view{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.51rem;
    background:#FBF7EE;
    color:#241F1A;
  }
.plain-view .main-steps{max-width:min(1060px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(1.09rem * 1.5));}
.plain-view h1{margin:0;
    font-size:clamp(1.85rem,4.6vw,calc(16.3px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.plain-view .layer{max-width:42rem;
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #E0D5C0;}
.plain-view p{margin:0;
    font-size:clamp(1rem,1.25vw,16.3px);
    line-height:1.74;
    color:#2A231C;}
@media (max-width:640px){.plain-view{
      padding-top:calc(calc(1.5rem * 2.4)*.54);
      padding-bottom:calc(calc(1.5rem * 2.4)*.54);
    }
  }
.secondary-plan{
  --layer-main:calc(1.5rem * 1.25);
  padding:calc(1.5rem * 2.4) 1.51rem;
  background:#F1E9D9;
  color:#2A231C;
}
.secondary-plan .strong-media{max-width:1060px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--layer-main);}
.secondary-plan h2,
.secondary-plan h3,
.secondary-plan p{margin:0;}
.secondary-plan h2{font-size:calc(16.3px * 2);
  line-height:1.14;}
.secondary-plan h3{font-size:calc(16.3px * 1.35);
  line-height:1.22;}
.secondary-plan p{font-size:16.3px;
  line-height:1.73;}
.secondary-plan .top-steps{display:flex;
  flex-wrap:wrap;
  gap:1.09rem;
  align-items:baseline;}
.secondary-plan .top-steps h2{flex:1 1 calc(1060px / 2.6);
  min-width:0;}
.secondary-plan .top-steps .layer{flex:1 1 calc(1060px / 3);
  min-width:0;
  font-size:calc(16.3px * .875);}
.secondary-plan .local-tile{display:flex;
  flex-wrap:wrap;
  gap:1.09rem;}
.secondary-plan .secondary-rail{
  flex:1 1 calc(1060px / 3.4);
  min-width:0;
  padding:calc(1.5rem * .75);
  border:1px solid #E0D5C0;
  border-radius:0.36rem;
  background:#FFFDF7;
  color:#241F1A;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);
}
.secondary-plan .secondary-rail p{font-size:calc(16.3px * .875);}
.secondary-plan .content-flow{margin-top:auto;
  align-self:flex-start;
  font-size:calc(16.3px * .875);
  color:#6E1F3A;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:1px;}
.secondary-plan .content-flow:hover{color:#1B3A6B;}
.secondary-plan .narrow-note{font-size:calc(16.3px * .875);
  padding-top:calc(1.5rem / 2);
  border-top:1px solid #E0D5C0;}
.secondary-plan .narrow-note a{color:#6E1F3A;
  text-decoration:none;
  border-bottom:1px solid currentColor;}
.secondary-plan .narrow-note a:hover{color:#1B3A6B;}
@media (max-width:720px){.secondary-plan .top-steps h2,
  .secondary-plan .top-steps .layer,
  .secondary-plan .secondary-rail{
    flex:1 1 100%;
  }
}
.compact-callout{--layer-main:calc(1.5rem * 1.28);--layer-local:calc(1060px / 2.20);padding:calc(1.5rem * 2.4) 1.51rem;background:#1B3A6B;color:#FBF7EE;}
.compact-callout .strong-media{max-width:1060px;margin:0 auto;}
.compact-callout h2,.compact-callout h3,.compact-callout p{margin:0;}
.compact-callout h2{font-size:calc(16.3px * 2);line-height:1.14;}
.compact-callout h3{font-size:calc(16.3px * 1.35);line-height:1.22;}
.compact-callout p{font-size:16.3px;line-height:1.73;color:color-mix(in srgb, currentColor 76%, transparent);}
.compact-callout .top-steps{max-width:var(--layer-local);}
.compact-callout .narrow-note{margin-bottom:calc(1.5rem / 2.4);font-size:calc(16.3px * .875);letter-spacing:.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.compact-callout .layer{margin-top:1.5rem;}
.compact-callout .local-tile{display:flex;flex-direction:column;gap:0;margin-top:var(--layer-main);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.compact-callout .secondary-rail{padding:calc(1.09rem * 1.5) 0;border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.compact-callout .secondary-rail p{margin-top:calc(1.5rem / 3.2);max-width:calc(1060px * .78);}
.compact-callout .text-plan{margin-top:var(--layer-main);font-size:calc(16.3px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
.compact-callout .text-plan a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.compact-callout .text-plan a:hover{text-decoration-thickness:2px;}
@media (min-width:760px){.compact-callout .local-tile{flex-direction:row;flex-wrap:wrap;gap:0 1.09rem;border-top:0;}.compact-callout .secondary-rail{flex:1 1 calc(50% - 1.09rem);padding:calc(1.09rem * 1.5) 0;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
}
.focused-contact{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.51rem;
    background:#FBF7EE;
    color:#241F1A;
  }
.focused-contact .main-steps{max-width:min(1060px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(1.09rem * 1.5));}
.focused-contact h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(16.3px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:-0.005em;}
.focused-contact .layer{max-width:44rem;
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #E0D5C0;}
.focused-contact p{margin:0;
    font-size:clamp(1rem,1.22vw,16.3px);
    line-height:1.74;
    color:#2A231C;}
@media (max-width:640px){.focused-contact{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.focused-contact .layer{max-width:100%;}
  }
.steady-entries{
  padding:calc(1.5rem * 2.4) 1.51rem;
  background:#F1E9D9;
  color:#2A231C;
}
.steady-entries .strong-media{max-width:1060px;
  margin:0 auto;
  width:min(100%,52rem);}
.steady-entries .service-headline{max-width:38rem;
  margin-bottom:calc(1.09rem * 1.5);}
.steady-entries h2{margin:0;
  font-size:calc(16.3px * 2);
  line-height:1.1;}
.steady-entries .service-headline p{margin:1.5rem 0 0;
  line-height:1.73;}
.steady-entries .local-tile{display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid #E0D5C0;}
.steady-entries details{border-bottom:1px solid #E0D5C0;
  padding:1.5rem 0;}
.steady-entries summary{display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:1.09rem;
  cursor:pointer;
  list-style:none;}
.steady-entries summary::-webkit-details-marker{display:none;}
.steady-entries strong{font-size:calc(16.3px * 1.35);
  line-height:1.15;
  font-weight:600;}
.steady-entries summary span{font-size:calc(16.3px * .875);
  opacity:0.75;
  text-align:right;
  flex-shrink:0;}
.steady-entries details p{margin:calc(1.5rem * .75) 0 0;
  line-height:1.73;
  max-width:44rem;}
.steady-entries .text-plan{margin:calc(1.09rem * 1.5) 0 0;
  font-size:calc(16.3px * .875);
  line-height:1.73;}
.steady-entries .text-plan a{color:#6E1F3A;
  text-decoration:underline;
  text-underline-offset:2px;}
.steady-entries .text-plan a:hover{color:#1B3A6B;}
@media(max-width:680px){.steady-entries summary{
    display:block;
  }.steady-entries summary span{
    display:block;
    margin-top:calc(1.5rem * .75);
    text-align:left;
  }
}
.public-headline{--layer-main:calc(1.5rem * 1.09);--layer-local:calc(1060px / 2.95);padding:calc(1.5rem * 2.4) 1.51rem;background:#6E1F3A;color:#FBF7EE;}
.public-headline .strong-media{max-width:1060px;margin:0 auto;}
.public-headline h2,.public-headline h3,.public-headline p{margin:0;}
.public-headline h2{font-size:calc(16.3px * 2);line-height:1.12;}
.public-headline h3{font-size:calc(16.3px * 1.35);line-height:1.2;}
.public-headline p{font-size:16.3px;line-height:1.73;color:color-mix(in srgb, currentColor 76%, transparent);}
.public-headline .narrow-note{margin-bottom:calc(1.5rem / 2);font-size:calc(16.3px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.public-headline .layer{margin-top:1.5rem;max-width:var(--layer-local);}
.public-headline .local-tile{display:flex;flex-direction:column;gap:var(--layer-main);margin-top:var(--layer-main);}
.public-headline .secondary-rail{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid color-mix(in srgb, currentColor 30%, transparent);}
.public-headline .secondary-rail p{margin-top:calc(1.5rem / 3);}
.public-headline .text-plan{margin-top:var(--layer-main);max-width:var(--layer-local);font-size:calc(16.3px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
.public-headline .text-plan a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.public-headline .text-plan a:hover{}
@media (min-width:760px){.public-headline .local-tile{display:grid;grid-template-columns:1fr 1fr;gap:var(--layer-main) 1.5rem;}
}
.offer-section{
        padding: calc(1.5rem * 2.4) 1.51rem;
        background: #FBF7EE;
        color: #241F1A
    }
.offer-section .strong-media{max-width: 1060px;
        margin: 0 auto}
.offer-section .steady-story{display: flex;
        flex-direction: column;
        gap: calc(1.09rem * 1.5)}
.offer-section .top-steps{max-width: 44rem}
.offer-section h2{margin: 0;
        font-size: calc(16.3px * 2);
        line-height: 1.1}
.offer-section .top-steps p{margin: 1.5rem 0 0;
        font-size: calc(16.3px * 1.125);
        line-height: 1.73;
        color: #2A231C}
.offer-section ul{list-style: none;
        margin: 0;
        padding: 0;
        border-top: 1px solid #E0D5C0}
.offer-section li{display: flex;
        flex-wrap: wrap;
        gap: 1.09rem;
        align-items: baseline;
        padding: 1.5rem 0;
        border-bottom: 1px solid #E0D5C0}
.offer-section strong{flex: 0 1 17rem;
        min-width: 0;
        font-size: calc(16.3px * 1.35);
        line-height: 1.2}
.offer-section span{flex: 1 1 24rem;
        min-width: 0;
        line-height: 1.73;
        color: #2A231C}
@media (max-width: 760px) {.offer-section li{
            display: block
        }.offer-section span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.compact-frame{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.51rem;
    background:#FBF7EE;
    color:#241F1A;
  }
.compact-frame .main-steps{max-width:min(1060px,62rem);
    margin:0 auto;}
.compact-frame h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.9rem,4.6vw,calc(16.3px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.compact-frame .layer{max-width:40rem;
    margin-top:clamp(.9rem,1.8vw,calc(1.09rem * 1.5));
    padding-top:clamp(.8rem,1.5vw,1.5rem);
    border-top:1px solid #E0D5C0;}
.compact-frame p{margin:0;
    font-size:clamp(1rem,1.25vw,16.3px);
    line-height:1.74;
    color:#2A231C;}
@media (max-width:640px){.compact-frame h1{max-width:100%;}.compact-frame{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }
  }
.soft-note{
  --layer-main:calc(1.5rem * 1.05);
  --layer-local:calc(1060px / 2.2);
  padding:calc(1.5rem * 2.4) 1.51rem;
  background:#FBF7EE;
  color:#241F1A;
}
.soft-note .strong-media{max-width:1060px;
  margin:0 auto;}
.soft-note h2,
.soft-note h3,
.soft-note p{margin:0;}
.soft-note h2{font-size:calc(16.3px * 2);
  line-height:1.14;}
.soft-note h3{font-size:calc(16.3px * 1.35);
  line-height:1.22;}
.soft-note p{font-size:16.3px;
  line-height:1.73;}
.soft-note .service-headline{max-width:var(--layer-local);
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * 0.55);}
.soft-note .service-headline .layer{color:#2A231C;}
.soft-note .active-entries{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:var(--layer-main);
  border-top:1px solid #E0D5C0;}
.soft-note .top-footer{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:1.09rem;
  padding:calc(1.5rem * 0.85) 0;
  border-bottom:1px solid #E0D5C0;}
.soft-note .top-footer h3{flex:1 1 calc(1060px / 3.4);
  min-width:0;}
.soft-note .top-footer p{flex:1 1 calc(1060px / 3.4);
  min-width:0;}
.soft-note .top-footer .narrow-note{flex:1 1 100%;
  font-size:calc(16.3px * .875);
  color:#2A231C;
  padding-left:calc(calc(1.5rem * .75) * 0.9);
  border-left:2px solid #1B3A6B;}
.soft-note .text-plan{margin-top:var(--layer-main);
  padding-top:calc(1.5rem * 0.7);
  border-top:1px solid #E0D5C0;}
.soft-note .text-plan p{font-size:calc(16.3px * .875);
  color:#2A231C;}
.soft-note .text-plan a{color:#6E1F3A;
  text-decoration:underline;
  text-underline-offset:2px;}
.soft-note .text-plan a:hover{color:#1B3A6B;}
@media (max-width:720px){.soft-note .top-footer h3,
  .soft-note .top-footer p{
    flex:1 1 100%;
  }
}
.answer{padding:calc(1.5rem * 2.4) 1.51rem;background:linear-gradient(120deg, #6E1F3A 0%, #1B3A6B 100%);color:#FBF7EE}
.answer .strong-media{max-width:1060px;margin:0 auto}
.answer .media-headline{display:flex;flex-wrap:wrap;gap:calc(1.09rem * 1.5);align-items:flex-start}
.answer .top-steps{flex:1 1 320px;min-width:0;max-width:44ch}
.answer h2{margin:0;font-size:calc(16.3px * 2);line-height:1.1}
.answer .top-steps p{margin:1.5rem 0 0;font-size:16.3px;line-height:1.73}
.answer .visual-unit{flex:1 1 420px;min-width:0;display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb,#FBF7EE 28%,transparent)}
.answer .visual-unit a{display:block;padding:calc(1.5rem * .75) 0;border-bottom:1px solid color-mix(in srgb,#FBF7EE 28%,transparent);color:#FBF7EE;text-decoration:none}
.answer .visual-unit a:hover strong{text-decoration:underline}
.answer strong{display:block;font-size:calc(16.3px * 1.125);line-height:1.2}
.answer span{display:block;margin-top:calc(calc(1.5rem * .75) / 3);font-size:calc(16.3px * .875);opacity:.86}
@media(max-width:780px){.answer .media-headline{display:block}.answer .visual-unit{margin-top:calc(1.09rem * 1.5)}}
.soft-block{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.51rem;
    background:#FBF7EE;
    color:#241F1A;
  }
.soft-block .main-steps{max-width:min(1060px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2.4vw,calc(1.09rem * 1.5));}
.soft-block h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,4.6vw,calc(16.3px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.soft-block .layer{max-width:44rem;
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid #E0D5C0;}
.soft-block p{margin:0;
    font-size:clamp(1rem,1.26vw,16.3px);
    line-height:1.74;
    color:#2A231C;}
@media (max-width:640px){.soft-block h1{max-width:100%;}.soft-block{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}
  }
.direct-brand{
        padding:calc(1.5rem * 2.4) 1.51rem;
        background:linear-gradient(135deg, #FBF7EE 0%, #F1E9D9 55%, #E7D9C2 100%);
        color:#241F1A;
    }
.direct-brand .strong-media{max-width:1060px;
        margin:0 auto;}
.direct-brand .service-headline{max-width:74ch;
        margin-bottom:calc(1.09rem * 1.5);}
.direct-brand .service-headline span{
        display:inline-block;
        padding:4px 12px;
        border-radius:0.27rem;
        background:#1B3A6B;
        color:#FBF7EE;
        font-size:calc(16.3px * .875);
        letter-spacing:0.04em;
    }
.direct-brand .service-headline h2{margin:calc(1.09rem * 1.5) 0 calc(1.5rem * .75);
        font-size:calc(16.3px * 2);
        line-height:1.2;}
.direct-brand .service-headline p{margin:0;
        font-size:16.3px;
        line-height:1.73;}
.direct-brand .local-tile{display:flex;
        flex-direction:column;
        gap:1.09rem;}
.direct-brand .local-tile article{
        display:grid;
        grid-template-columns:56px 1fr;
        gap:calc(1.5rem * .75);
        padding:calc(1.5rem * .75) calc(1.09rem * 1.5);
        background:#FFFDF7;
        color:#241F1A;
        border:1px solid #E0D5C0;
        border-radius:0.51rem;
        box-shadow:0 1px 1px rgba(0,0,0,0.08);
    }
.direct-brand .local-tile b{
        align-self:start;
        display:grid;
        place-items:center;
        width:44px;
        height:44px;
        border-radius:0.36rem;
        background:#6E1F3A;
        color:#FBF7EE;
        font-size:calc(16.3px * .875);
        font-weight:700;
    }
.direct-brand .local-tile h3{margin:0;
        font-size:calc(16.3px * 1.35);
        line-height:1.3;}
.direct-brand .local-tile em{display:block;
        margin-top:6px;
        font-style:normal;
        font-size:calc(16.3px * .875);}
.direct-brand .local-tile p{margin:calc(1.5rem * .75) 0 0;
        font-size:16.3px;
        line-height:1.73;}
@media (max-width:640px){.direct-brand .local-tile article{
            grid-template-columns:1fr;
            padding:calc(1.09rem * 1.5);
        }
    }
.compact-fields{
  --layer-main:calc(1.5rem * 1.15);
  --layer-local:calc(1060px / 1.9);
  padding:calc(1.5rem * 2.4) 1.51rem;
  background:#FBF7EE;
  color:#241F1A;
}
.compact-fields .strong-media{max-width:1060px;
  margin:0 auto;}
.compact-fields h2,
.compact-fields h3,
.compact-fields p{margin:0;}
.compact-fields h2{font-size:calc(16.3px * 2);
  line-height:1.15;
  max-width:var(--layer-local);}
.compact-fields h3{font-size:calc(16.3px * 1.35);
  line-height:1.25;}
.compact-fields p{font-size:16.3px;
  line-height:1.73;}
.compact-fields a{color:#6E1F3A;
  text-decoration:underline;
  text-underline-offset:2px;}
.compact-fields a:hover{color:#1B3A6B;}
.compact-fields .top-steps{display:flex;
  flex-direction:column;
  gap:calc(1.09rem * 1.5);}
.compact-fields .layer{max-width:var(--layer-local);
  color:#2A231C;}
.compact-fields .local-tile{display:flex;
  flex-direction:column;
  margin-top:calc(calc(1.5rem * 2.4) / 1.4);
  border-top:1px solid #E0D5C0;}
.compact-fields .secondary-rail{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  justify-content:space-between;
  gap:1.09rem;
  padding:calc(1.09rem * 1.5) 0;
  border-bottom:1px solid #E0D5C0;}
.compact-fields .secondary-rail .offer-list{flex:1 1 60%;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 3);}
.compact-fields .secondary-rail .offer-list p{color:#2A231C;}
.compact-fields .service-brand{
  flex:0 0 auto;
  font-size:calc(16.3px * .875);
  padding:calc(1.5rem / 5) calc(1.5rem * .75);
  border-radius:0.27rem;
  background:#1B3A6B;
  color:#FBF7EE;
  white-space:nowrap;
}
.compact-fields .narrow-note{margin-top:calc(1.09rem * 1.5);
  max-width:var(--layer-local);
  font-size:calc(16.3px * .875);
  color:#2A231C;}
@media (max-width:640px){.compact-fields .secondary-rail{
    flex-direction:column;
    align-items:flex-start;
  }.compact-fields .service-brand{
    white-space:normal;
  }
}
.plain-summary{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.51rem;
    background:#FBF7EE;
    color:#241F1A;
  }
.plain-summary .main-steps{max-width:min(1060px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.09rem * 1.5);}
.plain-summary h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(16.3px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:-0.005em;}
.plain-summary .layer{max-width:44rem;
    padding-top:1.5rem;
    border-top:1px solid #E0D5C0;}
.plain-summary p{margin:0;
    font-size:clamp(1rem,1.25vw,16.3px);
    line-height:1.72;
    color:#2A231C;}
@media (max-width:640px){.plain-summary{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }.plain-summary h1{font-size:clamp(1.7rem,7vw,2.4rem);}
  }
.team-frame{
  padding: calc(1.5rem * 2.4) 1.51rem;
  background: #241F1A;
  color: #FBF7EE;
}
.team-frame .strong-media{max-width: min(1060px, 68rem);
  margin: 0 auto;}
.team-frame .service-headline{max-width: 46rem;
  margin-bottom: calc(1.09rem * 1.5);}
.team-frame h2{margin: 0;
  font-size: calc(16.3px * 2);
  line-height: 1.1;}
.team-frame .direct-area{margin: calc(1.5rem * .75) 0 0;
  font-size: 16.3px;
  line-height: 1.73;
  color: #F1E9D9;}
.team-frame .text-links{display: flex;
  flex-wrap: wrap;
  gap: 1.09rem;
  margin-bottom: calc(1.09rem * 1.5);}
.team-frame .secondary-rail{
  flex: 1 1 min(100%, 20rem);
  padding: calc(1.5rem * .75);
  background: #FFFDF7;
  color: #241F1A;
  border: 1px solid #E0D5C0;
  border-radius: 0.36rem;
}
.team-frame .secondary-rail .team-copy{margin: 0 0 calc(1.5rem * .75);
  font-size: 16.3px;
  line-height: 1.6;}
.team-frame .secondary-team{display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #E0D5C0;}
.team-frame .secondary-summary{font-weight: 700;
  font-size: calc(16.3px * .875);}
.team-frame .secondary-team small{font-size: calc(16.3px * .875);color:inherit;}
.team-frame .public-menu{padding: calc(1.5rem * .75) 0;
  border-top: 1px solid #332C24;
  border-bottom: 1px solid #332C24;}
.team-frame .top-flow{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.3px * .875);
  color: #F1E9D9;}
.team-frame .open-frame{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) calc(1.09rem * 1.5);}
.team-frame .open-frame li{font-size: calc(16.3px * .875);
  letter-spacing: 0.01em;}
.team-frame .narrow-note{margin: calc(1.09rem * 1.5) 0 0;
  font-size: calc(16.3px * .875);
  color: #F1E9D9;}
.team-frame .narrow-note a{text-decoration: underline;}
.team-frame .narrow-note a:hover{}
@media (max-width: 700px) {.team-frame .text-links{
    display: block;
  }.team-frame .secondary-rail + .secondary-rail{
    margin-top: 1.09rem;
  }
}
.service-steps{--layer-main:calc(1.5rem * 1.19);--layer-local:calc(1060px / 2.25);padding:calc(1.5rem * 2.4) 1.51rem;background:#6E1F3A;color:#FBF7EE;}
.service-steps .strong-media{max-width:1060px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.09rem * 1.5);}
.service-steps .featured-feature{max-width:var(--layer-local);display:flex;flex-direction:column;gap:calc(1.09rem * 1.5);}
.service-steps h1,.service-steps h2,.service-steps h3,.service-steps p{margin:0;}
.service-steps h2{font-size:calc(16.3px * 2);line-height:1.12;}
.service-steps p{font-size:16.3px;line-height:1.73;}
.service-steps .layer{color:color-mix(in srgb, currentColor 82%, transparent);}
.service-steps .narrow-note{font-size:calc(16.3px * .875);color:color-mix(in srgb, currentColor 72%, transparent);max-width:var(--layer-local);}
.service-steps a{color:inherit;text-decoration:none;}
.service-steps .wide-section{display:flex;flex-wrap:wrap;align-items:center;gap:1.09rem;margin-top:1.51rem;}
.service-steps .content-section{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.27rem;background:#FBF7EE;color:#6E1F3A;font-weight:600;}
.service-steps .wide-section .narrow-note{flex:1 1 16rem;}
.service-steps .text-plan{display:flex;flex-wrap:wrap;align-items:center;gap:1.51rem;padding-top:calc(1.09rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);font-size:calc(16.3px * .875);}
.service-steps .text-plan a{text-decoration:underline;text-underline-offset:3px;}
.service-steps .text-plan .primary-header{opacity:0.5;}
@media (max-width:640px){.service-steps .wide-section{flex-direction:column;align-items:flex-start;}.service-steps .wide-section .narrow-note{flex:1 1 auto;}
}
.clear-plan{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.51rem;
    background:#FBF7EE;
    color:#241F1A;
  }
.clear-plan .featured-feature{max-width:min(1060px,64rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.09rem * 1.5);}
.clear-plan .layer{padding-bottom:calc(1.09rem * 1.5);
    border-bottom:1px solid #E0D5C0;}
.clear-plan h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.95rem,4.6vw,calc(16.3px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:0;}
.clear-plan .offer-list{max-width:40rem;}
.clear-plan p{margin:0;
    font-size:clamp(1rem,1.22vw,16.3px);
    line-height:1.74;
    color:#2A231C;}
@media (max-width:640px){.clear-plan h1{max-width:100%;}.clear-plan{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}
  }
.strong-section{padding:calc(1.5rem * 2.4) 1.51rem;background:linear-gradient(135deg, #FBF7EE 0%, #F1E9D9 55%, #E7D9C2 100%);color:#241F1A}
.strong-section .strong-media{max-width:1060px;margin:0 auto}
.strong-section .quiet-brand{max-width:48rem;margin-bottom:calc(1.09rem * 1.5)}
.strong-section h2{margin:0;font-size:calc(16.3px * 2);line-height:1.08}
.strong-section .quiet-brand p{margin:1.5rem 0 0;font-size:16.3px;line-height:1.73}
.strong-section .simple-actions{display:flex;align-items:flex-start;gap:calc(1.09rem * 1.5)}
.strong-section .soft-quote{flex:0 1 17rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);border-left:2px solid #E0D5C0;padding-left:calc(1.5rem * .75)}
.strong-section button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;font-size:calc(16.3px * .875);text-align:left;cursor:pointer;opacity:.55;transition:opacity 510ms var(--motion-soft)}
.strong-section button:hover,.strong-section button.is-active{opacity:1}
.strong-section .featured-flow{flex:1 1 30rem;align-self:start}
.strong-section [data-response]{display:none}
.strong-section [data-response].is-active{display:block;animation:clarifyFocusIn calc(510ms*1.6) var(--motion-soft) both}
.strong-section h3{margin:0;font-size:calc(16.3px * 1.35);line-height:1.15}
.strong-section [data-response] p{max-width:46rem;margin:1.5rem 0 0;font-size:16.3px;line-height:1.73}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.09rem * 1)*.1))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.strong-section .simple-actions{display:block}.strong-section .soft-quote{margin-bottom:calc(1.09rem * 1.5);border-left:0;padding-left:0}}
@media(prefers-reduced-motion:reduce){.strong-section [data-response].is-active{animation:none}}
.steady-nav{--layer-main:calc(1.5rem * 1.19);--layer-local:calc(1060px / 2.50);padding:calc(1.5rem * 2.4) 1.51rem;background:#F1E9D9;color:#2A231C;}
.steady-nav .strong-media{max-width:1060px;margin:0 auto;}
.steady-nav h2,.steady-nav h3,.steady-nav p{margin:0;}
.steady-nav h2{font-size:calc(16.3px * 2);line-height:1.12;}
.steady-nav h3{font-size:calc(16.3px * 1.35);line-height:1.2;}
.steady-nav p{font-size:16.3px;line-height:1.73;}
.steady-nav a{color:#6E1F3A;text-decoration:none;}
.steady-nav a:hover{color:#1B3A6B;}
.steady-nav .media-section{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.09rem;}
.steady-nav .media-section>h2{flex:1 1 calc(1060px / 3);min-width:0;}
.steady-nav .media-section>.layer{flex:1 1 calc(1060px / 3);min-width:0;color:#2A231C;}
.steady-nav .local-tile{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--layer-main);margin-top:var(--layer-main);}
.steady-nav .secondary-rail{flex:1 1 calc(1060px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .95);border-radius:0.36rem;background:#FFFDF7;color:#241F1A;border:1px solid #E0D5C0;}
.steady-nav .secondary-rail p{margin-top:calc(1.5rem / 3);}
.steady-nav .secondary-rail a{display:inline-block;margin-top:calc(1.5rem / 2.4);font-size:calc(16.3px * .875);}
.steady-nav .narrow-note{flex:1 1 100%;margin-top:calc(1.5rem / 1.4);font-size:calc(16.3px * .875);}
.open-headline{padding:calc(1.5rem * 2.4) 0;color:#241F1A;background:#FBF7EE;}
.open-headline .featured-feature{max-width:1060px;margin:0 auto;padding:0 1.51rem;}
.open-headline .service-headline{max-width:760px;margin:0 auto calc(1.09rem * 1.5);}
.open-headline .plain-region{margin:0 0 0.6rem;font-size:calc(16.3px * .875);letter-spacing:0.06em;text-transform:uppercase;color:#2A231C;}
.open-headline h1{margin:0 0 0.8rem;font-size:calc(16.3px * 2.65);line-height:1.2;}
.open-headline .clear-panel{margin:0 0 0.9rem;font-size:calc(16.3px * 1.125);line-height:1.5;}
.open-headline .legal{margin:0;font-size:calc(16.3px * .875);color:#2A231C;}
.open-headline .soft-region{max-width:760px;margin:0 auto;}
.open-headline .layer{font-size:calc(16.3px * 1.125);line-height:1.73;margin:0 0 calc(1.09rem * 1.5);}
.open-headline h2{margin:calc(1.09rem * 1.5) 0 0.8rem;font-size:calc(16.3px * 2);line-height:1.25;}
.open-headline p{margin:0 0 1.2rem;}
.open-headline ul,.open-headline ol{margin:0 0 1.4rem 1.4rem;padding:0;}
.open-headline li{margin-bottom:0.5rem;line-height:1.65;}
.open-headline .text-footer{margin:calc(1.09rem * 1.5) 0;padding:calc(1.5rem * .75);background:#F1E9D9;color:#2A231C;border:1px solid #E0D5C0;border-radius:0.51rem;}
.open-headline .text-footer p{margin:0;}
.open-headline .text-plan{margin:calc(1.09rem * 1.5) 0 0;padding-top:calc(1.5rem * .75);border-top:1px solid #E0D5C0;display:flex;flex-direction:column;gap:0.5rem;}
.open-headline .wide-wrap{margin:0 0 0.3rem;font-size:calc(16.3px * .875);color:#2A231C;}
.open-headline .text-plan a{color:#6E1F3A;text-decoration:none;font-size:16.3px;border-bottom:1px solid transparent;transition:color 510ms var(--motion-soft),border-color 510ms var(--motion-soft);}
.open-headline .text-plan a:hover{color:#1B3A6B;border-bottom-color:#1B3A6B;}
.open-headline .contact-rail{margin-top:calc(1.09rem * 1.5);}
.open-headline .fresh-wrap{display:inline-block;padding:12px 28px;border-radius:0.36rem;font-weight:500;font-size:16.3px;background:#6E1F3A;color:#FBF7EE;border:1px solid #6E1F3A;text-decoration:none;transition:background 510ms var(--motion-soft),border-color 510ms var(--motion-soft),box-shadow 510ms var(--motion-soft);}
.open-headline .fresh-wrap:hover{background:#571730;border-color:#571730;color:#FBF7EE;box-shadow:0 2px 12px rgba(0,0,0,0.11);}
@media (max-width:640px){.open-headline h1{font-size:calc(16.3px * 2);}.open-headline .layer{font-size:16.3px;}
}
.clear-note{padding:calc(1.5rem * 2.4) 1.51rem;background:#FBF7EE;color:#241F1A;}
.clear-note .strong-media{max-width:1060px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.09rem * 1.5);}
.clear-note .service-headline{display:flex;flex-direction:column;gap:.5rem;max-width:60ch;}
.clear-note h2{margin:0;font-size:calc(16.3px * 2);line-height:1.15;}
.clear-note .layer{margin:0;font-size:16.3px;}
.clear-note .text-links{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.clear-note .secondary-rail{background:#FFFDF7;color:#241F1A;border:1px solid #E0D5C0;border-radius:0.51rem;padding:calc(1.5rem * .75);display:flex;flex-direction:column;gap:.55rem;box-shadow:0 1px 1px rgba(0,0,0,0.08);}
.clear-note .legal{display:flex;flex-wrap:wrap;gap:.75rem;font-size:calc(16.3px * .875);}
.clear-note .fresh-region{background:#1B3A6B;color:#FBF7EE;padding:.18rem .55rem;border-radius:0.27rem;font-weight:700;letter-spacing:.02em;}
.clear-note .site-note{align-self:center;}
.clear-note h3{margin:0;font-size:calc(16.3px * 1.35);line-height:1.25;}
.clear-note h3 a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 510ms var(--motion-soft);}
.clear-note h3 a:hover{border-bottom-color:#1B3A6B;}
.clear-note .clear-panel{margin:0;font-size:calc(16.3px * .875);font-style:italic;}
.clear-note .narrow-benefit{margin:0;font-size:16.3px;line-height:1.73;}
.clear-note .open{align-self:flex-start;margin-top:.25rem;font-weight:700;font-size:calc(16.3px * .875);text-decoration:none;border-bottom:1px solid #6E1F3A;padding-bottom:1px;transition:color 510ms var(--motion-soft),border-color 510ms var(--motion-soft);}
.clear-note .open:hover{border-bottom-color:#1B3A6B;}
.clear-note .foot{border-top:1px solid #E0D5C0;padding-top:calc(1.09rem * 1.5);}
.clear-note .foot p{margin:0;font-size:calc(16.3px * .875);max-width:70ch;}
.clear-note .foot a{text-decoration:none;border-bottom:1px solid #6E1F3A;}
.clear-note .foot a:hover{border-bottom-color:#1B3A6B;}
@media (min-width:760px){.clear-note .text-links{display:grid;grid-template-columns:1fr 1fr;gap:1.09rem;}.clear-note .secondary-rail:first-child{grid-column:1 / -1;}
}
.primary-brand{
    padding:calc(1.5rem * 2.4) 0;
    background:#FBF7EE;
    color:#241F1A;
}
.primary-brand .featured-feature{max-width:1060px;
    margin:0 auto;
    padding:0 1.51rem;}
.primary-brand .focused-details{max-width:760px;
    margin:0 auto;}
.primary-brand .narrow-team{padding-bottom:calc(1.09rem * 1.5);
    border-bottom:1px solid #E0D5C0;
    margin-bottom:calc(1.09rem * 1.5);}
.primary-brand .plain-region{margin:0 0 0.6rem;
    font-size:calc(16.3px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
    color:#2A231C;}
.primary-brand h1{margin:0 0 0.8rem;
    font-size:calc(16.3px * 2.65);
    line-height:1.2;}
.primary-brand .layer{margin:0 0 0.9rem;
    font-size:calc(16.3px * 1.125);
    color:#2A231C;}
.primary-brand .strip{margin:0;
    font-size:calc(16.3px * .875);
    color:#2A231C;}
.primary-brand .top-grid p{margin:0 0 calc(1.09rem * 1.5);
    line-height:1.73;}
.primary-brand .top-grid h2{margin:calc(calc(1.09rem * 1.5) * 1.4) 0 0.7rem;
    font-size:calc(16.3px * 2);
    line-height:1.25;}
.primary-brand .public-menu{margin:0 0 calc(1.09rem * 1.5);
    padding:0;
    list-style:none;}
.primary-brand .public-menu li{padding:0.55rem 0 0.55rem 1.1rem;
    border-bottom:1px solid #E0D5C0;
    position:relative;
    line-height:1.6;}
.primary-brand .public-menu li:first-child{border-top:1px solid #E0D5C0;}
.primary-brand .public-menu li::before{
    content:"";
    position:absolute;
    left:0;
    top:1.05rem;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#1B3A6B;color:#FBF7EE;}
.primary-brand .text-footer{
    margin:calc(1.09rem * 1.5) 0;
    padding:calc(1.5rem * .75);
    background:#F1E9D9;
    color:#2A231C;
    border-left:3px solid #6E1F3A;
    border-radius:0.36rem;
}
.primary-brand .text-footer p{margin:0;
    line-height:1.65;}
.primary-brand .foot{margin-top:calc(1.09rem * 1.5);
    padding-top:calc(1.09rem * 1.5);
    border-top:1px solid #E0D5C0;}
.primary-brand .narrow-note{margin:0 0 calc(1.5rem * .75);
    font-size:calc(16.3px * .875);
    color:#2A231C;
    line-height:1.6;}
.primary-brand .text-plan{display:flex;
    flex-wrap:wrap;
    gap:0.6rem 1.4rem;}
.primary-brand .text-plan a{font-size:calc(16.3px * .875);
    color:#6E1F3A;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 510ms var(--motion-soft), border-color 510ms var(--motion-soft);}
.primary-brand .text-plan a:hover{color:#1B3A6B;
    border-bottom-color:#1B3A6B;}
@media (max-width:640px){.primary-brand .layer{
        font-size:16.3px;
    }.primary-brand .text-plan{
        flex-direction:column;
        gap:0.5rem;
    }
}
.public-fields{
  padding:calc(1.5rem * 3) 1.51rem;
  background:#F1E9D9;
  color:#2A231C;
}
.public-fields .site-region{max-width:1060px;
  margin:0 auto;}
.public-fields .service-visual{max-width:56ch;
  margin-bottom:calc(1.09rem * 1.5);}
.public-fields h2{margin:0 0 .6rem;
  font-size:calc(16.3px * 2);
  line-height:1.12;}
.public-fields .layer{margin:0;
  font-size:16.3px;
  line-height:1.73;}
.public-fields .fresh-team{display:flex;
  flex-direction:column;
  gap:1.09rem;}
.public-fields .main-steps{
  background:#FFFDF7;
  color:#241F1A;
  border:1px solid #E0D5C0;
  border-radius:0.51rem;
  padding:calc(1.5rem * .75);
  box-shadow:0 1px 1px rgba(0,0,0,0.08);
}
.public-fields .wide-group{display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  align-items:baseline;
  margin-bottom:.5rem;
  font-size:calc(16.3px * .875);}
.public-fields .fresh-region{
  background:#1B3A6B;
  color:#FBF7EE;
  padding:.15rem .55rem;
  border-radius:0.27rem;
  font-weight:700;
  letter-spacing:.02em;
}
.public-fields .site-note{opacity:.75;}
.public-fields h3{margin:0 0 .35rem;
  font-size:calc(16.3px * 1.35);
  line-height:1.25;}
.public-fields h3 a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color 510ms var(--motion-soft);}
.public-fields h3 a:hover{border-bottom-color:#1B3A6B;}
.public-fields .clear-panel{margin:0 0 .6rem;
  font-size:calc(16.3px * .875);
  font-style:italic;
  opacity:.85;}
.public-fields p{margin:0 0 .8rem;
  line-height:1.73;}
.public-fields .open{display:inline-block;
  font-weight:700;
  text-decoration:none;}
.public-fields .open:hover{text-decoration:underline;}
.public-fields .top-media{margin-top:calc(1.09rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #E0D5C0;
  font-size:calc(16.3px * .875);
  max-width:64ch;}
.public-fields .top-media p{margin:0;}
.public-fields .top-media a{}
.public-fields .top-media a:hover{}
@media (min-width:720px){.public-fields .fresh-team{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }.public-fields .main-steps:first-child{
    grid-column:1 / -1;
  }
}
.person{
    padding:calc(1.5rem * 2.4) 0;
    background:#FBF7EE;
    color:#241F1A;
}
.person .featured-feature{max-width:1060px;
    margin:0 auto;
    padding:0 1.51rem;}
.person .soft-region{max-width:760px;
    margin:0 auto;}
.person .content-menu{margin-bottom:calc(1.09rem * 1.5);
    padding-bottom:calc(1.09rem * 1.5);
    border-bottom:1px solid #E0D5C0;}
.person .featured-plan{font-size:calc(16.3px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
    color:#2A231C;
    margin:0 0 0.75rem;}
.person h1{font-size:calc(16.3px * 2.65);
    line-height:1.2;
    margin:0 0 0.75rem;}
.person .steady-visual{font-size:calc(16.3px * 1.125);
    color:#2A231C;
    margin:0 0 0.75rem;}
.person .public-track{font-size:calc(16.3px * .875);
    color:#2A231C;
    margin:0;}
.person .layer{font-size:16.3px;
    line-height:1.73;
    margin-bottom:calc(1.09rem * 1.5);}
.person h2{font-size:calc(16.3px * 2);
    line-height:1.3;
    margin:calc(1.09rem * 1.5) 0 calc(1.5rem * .75);}
.person p{margin:0 0 calc(1.5rem * .75);
    line-height:1.73;}
.person ul{margin:0 0 calc(1.5rem * .75) 1.5rem;
    padding:0;}
.person li{margin-bottom:0.5rem;
    line-height:1.73;}
.person .text-footer{
    margin:calc(1.09rem * 1.5) 0;
    padding:calc(1.5rem * .75) calc(1.09rem * 1.5);
    background:#F1E9D9;
    color:#2A231C;
    border-left:3px solid #6E1F3A;
    border-radius:0.36rem;
}
.person .text-footer p{margin:0;}
.person .entry-foot{margin-top:calc(1.09rem * 1.5);
    padding-top:calc(1.09rem * 1.5);
    border-top:1px solid #E0D5C0;
    font-size:calc(16.3px * .875);}
.person .read-more{margin:0 0 0.5rem;
    color:#2A231C;}
.person .read-links{display:flex;
    flex-wrap:wrap;
    gap:1.09rem;
    margin:0 0 calc(1.5rem * .75);}
.person .read-links a{color:#6E1F3A;
    text-decoration:underline;
    text-underline-offset:3px;}
.person .read-links a:hover{color:#1B3A6B;}
.person .entry-contact{margin:0;
    color:#2A231C;}
.person .entry-contact a{color:#6E1F3A;
    text-decoration:underline;
    text-underline-offset:3px;}
.person .entry-contact a:hover{color:#1B3A6B;}
@media (max-width:640px){.person .read-links{
        flex-direction:column;
        gap:0.5rem;
    }
}
.public-group{
  padding:calc(1.5rem*3) 1.51rem;
  background:#FBF7EE;
  color:#241F1A;
}
.public-group .site-region{max-width:1060px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.09rem * 1.5);}
.public-group .text-links{display:flex;
  flex-direction:column;
  gap:calc(1.09rem * 1.5);
  max-width:760px;}
.public-group h2{margin:0;
  font-size:calc(16.3px * 2);
  line-height:1.15;}
.public-group .layer{
  margin:0;
  font-size:16.3px;
  color:#2A231C;
  background:#F1E9D9;
  padding:calc(1.5rem * .75);
  border-radius:0.36rem;
}
.public-group .fresh-team{display:flex;
  flex-direction:column;
  gap:1.09rem;}
.public-group .main-steps{
  border:1px solid #E0D5C0;
  background:#FFFDF7;
  color:#241F1A;
  border-radius:0.51rem;
  padding:calc(1.5rem * .75);
  display:flex;
  flex-direction:column;
  gap:.5rem;
}
.public-group .legal{display:flex;
  flex-wrap:wrap;
  gap:.6rem;
  font-size:calc(16.3px * .875);}
.public-group .service-brand{
  background:#1B3A6B;
  color:#FBF7EE;
  padding:.15rem .55rem;
  border-radius:0.27rem;
  font-weight:700;
}
.public-group .site-note{align-self:center;}
.public-group h3{margin:0;
  font-size:calc(16.3px * 1.35);
  line-height:1.25;}
.public-group h3 a{text-decoration:none;}
.public-group h3 a:hover{text-decoration:underline;}
.public-group .clear-panel{margin:0;
  font-size:calc(16.3px * .875);
  font-style:italic;}
.public-group p{margin:0;
  line-height:1.73;}
.public-group .open{align-self:flex-start;
  margin-top:.35rem;
  font-weight:700;
  text-decoration:none;
  border-bottom:1px solid #6E1F3A;
  padding-bottom:1px;}
.public-group .open:hover{border-bottom-color:#571730;}
.public-group .narrow-note{border-top:1px solid #E0D5C0;
  padding-top:calc(1.09rem * 1.5);
  font-size:calc(16.3px * .875);}
.public-group .narrow-note a{text-decoration:none;
  font-weight:700;}
.public-group .narrow-note a:hover{text-decoration:underline;}
@media (min-width:760px){.public-group .fresh-team{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:1.09rem;
  }.public-group .main-steps{
    height:100%;
  }
}
.offset-_flow-second-hero-block{padding:calc(calc(1.5rem * 2.4)*.72) 1.51rem;background:#FBF7EE;color:#241F1A;}
.offset-_flow-second-hero-block .main-steps{max-width:min(1060px,64rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(1.09rem * 1.5);}
.offset-_flow-second-hero-block h1{margin:0;font-size:clamp(1.95rem,4.6vw,calc(16.3px * 2.65));line-height:1.08;font-weight:680;letter-spacing:0;max-width:22ch;}
.offset-_flow-second-hero-block .layer{max-width:40rem;padding-left:1.51rem;border-left:2px solid #1B3A6B;}
.offset-_flow-second-hero-block .layer p{margin:0;font-size:16.3px;line-height:1.72;}
.offset-_flow-second-hero-block .text-plan{display:flex;flex-wrap:wrap;gap:1.09rem 1.5rem;padding-top:1.5rem;border-top:1px solid #E0D5C0;}
.offset-_flow-second-hero-block .main-unit{margin:0;font-size:calc(16.3px * .875);line-height:1.6;}
.offset-_flow-second-hero-block a{color:#6E1F3A;text-decoration:none;border-bottom:1px solid #E0D5C0;}
.offset-_flow-second-hero-block a:hover{color:#1B3A6B;border-bottom-color:#1B3A6B;}
@media (max-width:640px){.offset-_flow-second-hero-block{padding-top:calc(calc(1.5rem * 2.4)*.52);padding-bottom:calc(calc(1.5rem * 2.4)*.52);}.offset-_flow-second-hero-block h1{max-width:100%;}.offset-_flow-second-hero-block .layer{padding-left:1.51rem;}
  }
.secondary-feature{
  background:#1B3A6B;
  color:#FBF7EE;
  padding:calc(1.5rem * 2.4) 1.51rem;
}
.secondary-feature .strong-media{max-width:1060px;
  margin:0 auto;}
.secondary-feature .featured-area{display:flex;
  align-items:flex-start;
  gap:calc(1.09rem * 1.5);}
.secondary-feature .text-links{flex:0 1 24rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.09rem * 1.5);}
.secondary-feature h2{margin:0;
  font-size:clamp(calc(16.3px * 2),4.4vw,calc(16.3px * 2.65));
  line-height:1.1;
  letter-spacing:0;}
.secondary-feature .layer{margin:0;
  line-height:1.7;
  max-width:34rem;}
.secondary-feature ul{margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.secondary-feature li{padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb,currentColor 24%,transparent);
  font-size:calc(16.3px * .875);
  line-height:1.6;}
.secondary-feature .quiet-fields{
  flex:1 1 30rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:1.5rem;
  padding:calc(1.09rem * 1.5);
  border-radius:0.51rem;
  background:color-mix(in srgb,currentColor 9%,transparent);
}
.secondary-feature .quiet-fields p{margin:0;
  max-width:42rem;
  line-height:1.65;}
.secondary-feature label{display:flex;
  flex-direction:column;
  gap:calc(calc(1.5rem * .75) * .45);
  min-width:0;
  font-size:calc(16.3px * .875);}
.secondary-feature input{
  width:100%;
  min-width:0;
  border:1px solid color-mix(in srgb,currentColor 28%,transparent);
  border-radius:0.27rem;
  background:color-mix(in srgb,currentColor 8%,transparent);
  color:inherit;
  padding:calc(1.5rem * .75);
  font:inherit;
}
.secondary-feature input::placeholder{color:color-mix(in srgb,currentColor 58%,transparent);}
.secondary-feature button{
  align-self:flex-start;
  border:0;
  border-radius:0.36rem;
  background:#FBF7EE;
  color:#1B3A6B;
  padding:calc(1.5rem * .75) 1.09rem;
  font:inherit;
  font-weight:700;
  cursor:pointer;
}
.secondary-feature button:hover{
  background:#FBF7EE;color:#241F1A;}
@media (max-width:760px) {.secondary-feature .featured-area{ flex-direction:column; }.secondary-feature .quiet-fields{ padding:calc(1.5rem * .75); }
}
.soft-benefit{background:#FBF7EE;color:#241F1A;padding:calc(1.5rem * 2.4) 1.51rem}
.soft-benefit .strong-media{max-width:1060px;margin:0 auto}
.soft-benefit .steady-story{display:flex;align-items:flex-start;gap:calc(1.09rem * 1.5)}
.soft-benefit .top-steps{flex:0 1 30rem;min-width:0}
.soft-benefit h2{margin:0;font-size:clamp(calc(16.3px * 2),5vw,calc(16.3px * 2.65));line-height:1.08;letter-spacing:0}
.soft-benefit p{margin:1.5rem 0 0;color:#2A231C;font-size:calc(16.3px * 1.125);line-height:1.65}
.soft-benefit .narrow-note{margin-top:calc(1.5rem * .75);font-size:calc(16.3px * .875);color:#2A231C;border-left:2px solid #E0D5C0;padding-left:calc(1.5rem * .75)}
.soft-benefit .active-entries{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #E0D5C0}
.soft-benefit .top-footer{display:flex;gap:1.09rem;padding:1.5rem 0;border-bottom:1px solid #E0D5C0}
.soft-benefit strong{flex:0 1 13rem;min-width:0;font-weight:700}
.soft-benefit span{flex:1 1 20rem;min-width:0;color:#2A231C;line-height:1.6}
.soft-benefit span a{color:#6E1F3A;text-decoration:none;border-bottom:1px solid #E0D5C0}
.soft-benefit span a:hover{color:#1B3A6B;border-bottom-color:#1B3A6B}
@media(max-width:760px){.soft-benefit .steady-story{flex-direction:column}.soft-benefit .top-footer{flex-direction:column;gap:calc(calc(1.5rem * .75)*.5)}
}
.contact-surface{
        padding:calc(1.5rem * 2.4) 1.51rem;
        background:linear-gradient(135deg, #FBF7EE 0%, #F1E9D9 55%, #E7D9C2 100%);
        color:#241F1A;
    }
.contact-surface .strong-media{max-width:1060px;
        margin:0 auto;}
.contact-surface .service-headline{margin-bottom:calc(1.09rem * 1.5);}
.contact-surface .service-headline p{margin:0;
        font-size:calc(16.3px * .875);
        font-weight:700;
        letter-spacing:.02em;
        text-transform:uppercase;
        opacity:.85;}
.contact-surface .service-headline h2{margin:calc(1.51rem / 2) 0 0;
        font-size:calc(16.3px * 2);
        line-height:1.2;}
.contact-surface .layer{max-width:62ch;
        margin:0 0 calc(1.09rem * 1.5);
        font-size:16.3px;
        line-height:1.73;}
.contact-surface .text-links{display:flex;
        flex-wrap:wrap;
        gap:1.09rem;
        margin-bottom:calc(1.09rem * 1.5);}
.contact-surface .secondary-rail{
        flex:1 1 260px;
        min-width:240px;
        padding:calc(1.5rem * .75);
        border:1px solid #E0D5C0;
        border-radius:0.51rem;
        background:#FFFDF7;
        color:#241F1A;
        box-shadow:0 1px 1px rgba(0,0,0,0.08);
    }
.contact-surface .secondary-rail .service-brand{
        display:inline-block;
        padding:2px 8px;
        border-radius:0.27rem;
        background:#1B3A6B;
        color:#FBF7EE;
        font-size:calc(16.3px * .875);
        font-weight:700;
    }
.contact-surface .secondary-rail h3{margin:1.51rem 0 calc(1.51rem / 2);
        font-size:calc(16.3px * 1.35);
        line-height:1.3;}
.contact-surface .secondary-rail p{margin:0 0 calc(1.51rem / 2);
        font-size:16.3px;
        line-height:1.73;}
.contact-surface .secondary-rail p.addr{margin-bottom:0;
        font-weight:600;}
.contact-surface .secondary-rail a{display:inline-block;
        margin-top:calc(1.51rem / 2);
        font-weight:700;
        text-decoration:none;
        border-bottom:1px solid currentColor;}
.contact-surface .secondary-rail a:hover{}
.contact-surface .narrow-note{
        padding:calc(1.5rem * .75);
        border-radius:0.36rem;
        background:#F1E9D9;
        color:#2A231C;
    }
.contact-surface .contact-story{margin:0 0 1.51rem;
        font-size:16.3px;
        line-height:1.73;}
.contact-surface .text-plan{display:flex;
        flex-wrap:wrap;
        gap:1.09rem;
        margin:0;}
.contact-surface .text-plan a{font-weight:700;
        text-decoration:none;
        border-bottom:1px solid currentColor;}
.contact-surface .text-plan a:hover{}
@media (max-width:640px){.contact-surface .secondary-rail{
            flex:1 1 100%;
            min-width:0;
        }
    }
.narrow-rail{padding:calc(1.5rem * 2.4) 1.51rem;background:#241F1A;color:#FBF7EE}
.narrow-rail .offer-list{max-width:min(1060px,64rem);margin:0 auto}
.narrow-rail h2{margin:0;font-size:calc(16.3px * 2.65);line-height:1.08}
.narrow-rail .layer{margin:1.5rem 0 calc(1.09rem * 1.5);font-size:calc(16.3px * 1.125);line-height:1.5;color:color-mix(in srgb,currentColor 74%,transparent)}
.narrow-rail .top-grid{display:flex;flex-direction:column;gap:calc(1.09rem * 1.5)}
.narrow-rail .public-surface{padding:0 0 calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,currentColor 16%,transparent)}
.narrow-rail .public-surface:last-child{border-bottom:0;padding-bottom:0}
.narrow-rail h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.3px * 1.35);line-height:1.25}
.narrow-rail .public-surface p{margin:0;color:color-mix(in srgb,currentColor 78%,transparent)}
.narrow-rail a{text-decoration:underline;text-underline-offset:2px}
.narrow-rail a:hover{color:color-mix(in srgb,currentColor 78%,transparent)}
.narrow-rail .narrow-note{margin:calc(1.09rem * 1.5) 0 0;font-size:calc(16.3px * .875);color:color-mix(in srgb,currentColor 62%,transparent)}
@media (min-width:768px){.narrow-rail .top-grid{gap:1.5rem}
}
.simple-figure{padding:calc(1.5rem * 2.4) 1.51rem;background:linear-gradient(120deg, #6E1F3A 0%, #1B3A6B 100%);color:#FBF7EE}
.simple-figure .clear-copy{max-width:min(1060px,66rem);margin:0 auto}
.simple-figure .top-steps{margin-bottom:calc(1.09rem * 1.5)}
.simple-figure h2{margin:0 0 calc(1.5rem * .75);font-size:calc(16.3px * 2.65);line-height:1.08}
.simple-figure .layer{margin:0;font-size:calc(16.3px * 1.125);line-height:1.73;max-width:52rem}
.simple-figure .top-grid{display:flex;flex-direction:column;gap:calc(1.09rem * 1.5)}
.simple-figure .secondary-rail{padding:0 0 0 calc(1.5rem * .75);border-left:1px solid color-mix(in srgb,currentColor 34%,transparent)}
.simple-figure h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.3px * 1.35);line-height:1.22}
.simple-figure .secondary-rail p{margin:0;line-height:1.73}
.simple-figure .bottom-steps{margin-top:1.5rem;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 28%,transparent);font-size:calc(16.3px * .875)}
.simple-figure .bottom-steps .main-unit{margin:0 0 0.35rem}
.simple-figure .bottom-steps .main-unit:last-child{margin-bottom:0}
.simple-figure a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.simple-figure a:hover{color:inherit;opacity:0.82}
@media (max-width:640px){.simple-figure h2{font-size:calc(16.3px * 2)}.simple-figure .layer{font-size:16.3px}
}
.simple-shell{padding:calc(calc(1.5rem * 2.4)*1.6) 1.51rem;background:#FBF7EE;color:#241F1A;}
.simple-shell .main-steps{max-width:min(1060px,62rem);margin:0 auto;}
.simple-shell h1{margin:0;max-width:22ch;font-size:clamp(1.85rem,4.6vw,calc(16.3px * 2.65));line-height:1.12;font-weight:680;letter-spacing:0;}
.simple-shell .offer-list{max-width:40rem;margin-top:calc(1.09rem * 1.5);padding-top:1.5rem;border-top:1px solid #E0D5C0;}
.simple-shell p{margin:0;font-size:16.3px;line-height:1.73;}
.simple-shell .text-plan{display:flex;flex-wrap:wrap;gap:1.09rem;margin-top:calc(1.09rem * 1.5);}
.simple-shell .text-plan a{color:#6E1F3A;text-decoration:none;border-bottom:1px solid #E0D5C0;padding-bottom:2px;font-size:calc(16.3px * .875);}
.simple-shell .text-plan a:hover{color:#1B3A6B;border-bottom-color:#1B3A6B;}
@media (max-width:640px){.simple-shell h1{max-width:100%;}.simple-shell{padding-top:calc(calc(1.5rem * 2.4)*1.1);padding-bottom:calc(calc(1.5rem * 2.4)*1.1);}
  }
.contact-links{
  background:#1B3A6B;
  color:#FBF7EE;
  padding:calc(1.5rem * 2.4) 1.51rem;
}
.contact-links .strong-media{max-width:1060px;
  margin:0 auto;}
.contact-links .focused-lead{display:flex;
  flex-direction:column;
  gap:calc(1.09rem * 1.5);}
.contact-links .local-header{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  max-width:44rem;}
.contact-links h2{margin:0;
  font-size:clamp(calc(16.3px * 2),4.4vw,calc(16.3px * 2.65));
  line-height:1.08;
  letter-spacing:0;}
.contact-links .layer{margin:0;
  font-size:calc(16.3px * 1.125);
  line-height:1.65;}
.contact-links .main-items{display:flex;
  flex-wrap:wrap;
  gap:1.09rem;
  border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);
  padding-top:calc(1.09rem * 1.5);}
.contact-links .text-list{flex:1 1 15rem;
  min-width:0;
  display:flex;
  gap:calc(1.5rem * .75);}
.contact-links .content-details{font-size:calc(16.3px * .875);
  letter-spacing:0.08em;
  opacity:0.75;
  padding-top:0.2rem;}
.contact-links .team-note h3{margin:0 0 0.35rem;
  font-size:16.3px;
  line-height:1.3;}
.contact-links .team-note p{margin:0;
  font-size:calc(16.3px * .875);
  line-height:1.6;
  opacity:0.92;}
.contact-links .bottom-steps{display:flex;
  flex-wrap:wrap;
  gap:calc(1.09rem * 1.5);
  padding:calc(1.5rem * .75) 0;
  border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);
  border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent);}
.contact-links .steady-area{flex:1 1 20rem;
  min-width:0;}
.contact-links .steady-area h3{margin:0 0 0.4rem;
  font-size:16.3px;
  line-height:1.3;}
.contact-links .steady-area p{margin:0;
  font-size:calc(16.3px * .875);
  line-height:1.65;
  opacity:0.92;}
.contact-links .soft-body{flex:1 1 18rem;
  min-width:0;
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:0.55rem;}
.contact-links .soft-body li{display:flex;
  flex-wrap:wrap;
  gap:0.5rem;
  align-items:baseline;
  font-size:calc(16.3px * .875);}
.contact-links .public-benefit{min-width:5.5rem;
  opacity:0.72;
  letter-spacing:0.04em;}
.contact-links .soft-body a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.contact-links .soft-body a:hover{opacity:0.8;}
.contact-links .text-plan{display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75);}
.contact-links .text-plan a{
  padding:0.55rem 0.9rem;
  border-radius:0.27rem;
  background:color-mix(in srgb,currentColor 12%,transparent);
  color:inherit;
  text-decoration:none;
  font-size:calc(16.3px * .875);
  transition:background 510ms var(--motion-soft);
}
.contact-links .text-plan a:hover{
  background:color-mix(in srgb,currentColor 22%,transparent);
}
@media(max-width:760px){.contact-links .main-items{flex-direction:column}.contact-links .bottom-steps{flex-direction:column}
}
.service-entries{--layer-main:calc(1.5rem * 1.42);--layer-local:calc(1060px / 2.60);padding:calc(1.5rem * 2.4) 1.51rem;background:#FBF7EE;color:#241F1A;}
.service-entries .strong-media{max-width:1060px;margin:0 auto;}
.service-entries h1,.service-entries h2,.service-entries h3,.service-entries p{margin:0;}
.service-entries h2{font-size:calc(16.3px * 2);line-height:1.12;}
.service-entries p{font-size:16.3px;line-height:1.73;}
.service-entries a{color:inherit;text-decoration:none;}
.service-entries .focused-headline>h2,.service-entries .focused-headline>p,.service-entries .focused-headline>.text-plan{margin-top:1.5rem;}
.service-entries .layer{max-width:var(--layer-local);}
.service-entries .text-plan{display:flex;flex-wrap:wrap;align-items:center;gap:1.09rem;}
.service-entries .content-section{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.27rem;background:#6E1F3A;color:#FBF7EE;}
.service-entries .content-section:hover{background:#571730;color:#241F1A;}
.service-entries .featured-area{padding:calc(1.5rem * .75) calc(1.09rem * 1.5);border:1px solid #E0D5C0;border-radius:0.27rem;background:#FFFDF7;color:#241F1A;font-size:calc(16.3px * .875);}
.service-entries .featured-area:hover{border-color:#1B3A6B;color:#1B3A6B;}
.service-entries .narrow-note{max-width:var(--layer-local);font-size:calc(16.3px * .875);color:#2A231C;}
.service-entries .narrow-note a{color:#6E1F3A;text-decoration:underline;}
.service-entries .narrow-note a:hover{color:#1B3A6B;}
@media (max-width:640px){.service-entries .text-plan{flex-direction:column;align-items:stretch;}.service-entries .content-section,.service-entries .featured-area{width:100%;}
}
.page-menu{padding:calc(1.5rem * 2.4) 1.51rem;background:#FBF7EE;color:#241F1A}
.page-menu .strong-media{max-width:1060px;margin:0 auto}
.page-menu .visual-lead{display:flex;flex-wrap:wrap;gap:calc(1.09rem * 1.5);align-items:flex-start}
.page-menu .layer{flex:1 1 30rem;min-width:0}
.page-menu .narrow-note{margin:0 0 1.5rem;max-width:30rem;font-size:calc(16.3px * .875);line-height:1.73;color:#2A231C}
.page-menu h2{margin:0;font-size:calc(16.3px * 2.65);line-height:1.08}
.page-menu .secondary-actions{flex:1 1 26rem;min-width:0;padding-top:calc(1.5rem * .75)}
.page-menu .media-details{margin:0;line-height:1.73}
.page-menu .content-section{display:inline-flex;margin-top:1.5rem;border-radius:0.36rem;background:#6E1F3A;color:#FBF7EE;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.page-menu .content-section:hover{background:#571730;color:#241F1A;}
.page-menu .text-plan{list-style:none;margin:calc(1.09rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.page-menu .text-plan li a{display:block;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #E0D5C0;color:#6E1F3A;text-decoration:none}
.page-menu .text-plan li a:hover{color:#1B3A6B}
.page-menu .featured-area{margin:calc(1.09rem * 1.5) 0 0;font-size:calc(16.3px * .875);line-height:1.73;color:#2A231C}
.page-menu .featured-area a{color:#6E1F3A;text-decoration:underline}
.page-menu .featured-area a:hover{color:#1B3A6B}
@media(max-width:760px){.page-menu h2{font-size:calc(16.3px * 2)}.page-menu .secondary-actions{padding-top:0}}
