html{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Source Serif 4", sans-serif;}
*,*::before,*::after{box-sizing:inherit;}
:root {
  --ink-warm: #33291B;
  --line-main: #1F3A5F;
  --delay-hover: cubic-bezier(0.4,0,0.2,1);
  --ink-soft: #EFE5CE;
}
a{color:inherit;}
.wide-benefit {
    width: 100%;
    background: #F6EFDE;
    color: #241C12;
    border-bottom: 1px solid #D9CDB2;
  }
.local-section {
    max-width: 820px;
    margin: 0 auto;
    padding: 1.5rem 1.37rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.76rem;
    flex-wrap: wrap;
  }
.featured-track {
    font-size: calc(16.2px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #241C12;
    text-decoration: none;
    line-height: 1.2;
    padding: 0.25rem 0;
  }
.featured-track:hover {
    color: #A8842F;
  }
.open-footer {
    display: block;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(0.76rem * 1.5);
    flex-wrap: wrap;
  }
.nav-link {
    display: inline-block;
    padding: 0.35rem 0.15rem;
    font-size: 16.2px;
    color: #241C12;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 360ms var(--delay-hover),
                border-color 360ms var(--delay-hover);
  }
.nav-link:hover {
    color: #A8842F;
    border-bottom-color: #A8842F;
  }
.nav-link.is-active {
    color: #241C12;
    border-bottom-color: #A8842F;
    font-weight: 600;
  }
.fresh-shell {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    background: transparent;
    color: #241C12;
    border: 1px solid #D9CDB2;
    border-radius: 0.37rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.fresh-shell:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#241C12;}
.text-feature{
    display: block;
    width: 22px;
    height: 2px;
    background: #241C12;
    border-radius: 0.2rem;color:#241C12;}
@media (max-width: 767px) {
    .local-section {
      flex-wrap: nowrap;
      align-items: center;
    }

    .fresh-shell {
      display: flex;
      margin-left: auto;
    }

    .open-footer {
      display: none;
      width: 100%;
      flex-basis: 100%;
      order: 3;
      margin-top: calc(0.76rem * 1.5);
      padding-top: calc(0.76rem * 1.5);
      border-top: 1px solid #D9CDB2;
    }

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

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

    .nav-link {
      display: block;
      padding: 0.75rem 0.25rem;
      border-bottom: 1px solid #D9CDB2;
      border-left: 3px solid transparent;
    }

    .nav-link:hover {
      border-bottom-color: #D9CDB2;
      border-left-color: #A8842F;
    }

    .nav-link.is-active {
      border-bottom-color: #D9CDB2;
      border-left-color: #A8842F;
    }
  }
.simple-service{font-family:"Source Serif 4", sans-serif;font-size:16.2px;line-height:1.83;padding:calc(1.5rem * 2.4) 1.37rem;width:100%;background:#1F3A5F;color:#F6EFDE;}
.fresh-story{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.76rem * 1.5)}
.main-content{display:flex;flex-direction:column;gap:calc(1.5rem / 2);padding-bottom:calc(0.76rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.15)}
.content-tile{font-size:calc(16.2px * 1.35);font-weight:700;letter-spacing:0.02em;margin:0;color:inherit}
.site-copy{margin:0;font-size:calc(16.2px * .875);max-width:60ch;color:inherit;opacity:0.85}
.media-plan{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:0.76rem}
.primary-plan{display:flex;flex-direction:column;gap:calc(1.5rem / 2);min-width:0}
.clear-plan{font-size:16.2px;font-weight:600;margin:0 0 calc(1.5rem / 3) 0;letter-spacing:0.04em;text-transform:uppercase;color:inherit}
.steady-group{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3)}
.steady-group a{color:inherit;text-decoration:none;font-size:calc(16.2px * .875);transition:opacity 360ms var(--delay-hover)}
.steady-group a:hover,
  .steady-group a:focus-visible{opacity:0.75;text-decoration:underline;color:inherit}
.focused-area li{display:flex;flex-direction:column;gap:2px}
.active-method{font-size:calc(16.2px * .875);font-weight:600;letter-spacing:0.03em;text-transform:uppercase;opacity:0.7;color:inherit}
.clear-view{font-size:calc(16.2px * .875);color:inherit;text-decoration:none;word-break:break-word}
a.footer-value:hover,
  a.footer-value:focus-visible{text-decoration:underline;opacity:0.85;color:inherit}
.media-shell{margin:0;padding-top:calc(0.76rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.15);font-size:calc(16.2px * .875);line-height:1.83;color:inherit;opacity:0.85;max-width:90ch}
.steady-feature{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:calc(1.5rem / 2);padding-top:calc(calc(0.76rem * 1.5) / 2);border-top:1px solid rgba(255, 255, 255, 0.15)}
.simple-proof{margin:0;font-size:calc(16.2px * .875);color:inherit;opacity:0.8}
.focused-service{list-style:none;margin:0;padding:0;display:flex;gap:0.76rem}
.focused-service a{color:inherit;text-decoration:none;font-size:calc(16.2px * .875)}
.focused-service a:hover,
  .focused-service a:focus-visible{text-decoration:underline;opacity:0.85;color:inherit}
@media (max-width: 960px) {.media-plan{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 560px) {.media-plan{grid-template-columns:1fr}.steady-feature{flex-direction:column;align-items:flex-start}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;right:clamp(14px,2vw,24px);top:clamp(14px,2vw,24px);z-index:1200}
.cookies .local-feature{width:min(20rem,calc(100vw - 28px));padding:14px;border:1px solid #D9CDB2;border-radius:20px;background:#FBF6E7;color:#241C12;box-shadow:0 10px 22px rgba(0,0,0,0.06)}
.cookies .strong-proof{display:flex;justify-content:space-between;gap:10px;align-items:center}
.cookies strong{font-size:calc(16.2px * 1.35)}
.cookies .strong-proof button{border:0;background:none;color:inherit;text-decoration:underline;cursor:pointer;font-weight:700}
.cookies p{margin:10px 0 0;line-height:1.83}
.cookies .media-block{margin-top:12px;display:flex;gap:8px}
.cookies .media-block button{flex:1;border:1px solid #D9CDB2;background:var(--ink-soft);color:var(--ink-warm);border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .media-block button.cookie-accept{background:#A8842F;color:#FBF6E7;border-color:transparent}
.compact-media{--mark-content:calc(1.5rem * 1.12);--mark-main:calc(820px / 2.70);--copy-heading:calc(820px / 3.05);padding:calc(1.5rem * 2.4) 1.37rem;background:#F6EFDE;color:#241C12;}
.compact-media .soft-brand{max-width:820px;margin:0 auto;}
.compact-media h1,.compact-media h2,.compact-media h3,.compact-media p{margin:0;}
.compact-media h1{font-size:calc(16.2px * 2.65);line-height:1.08;}
.compact-media h2{font-size:calc(16.2px * 2);line-height:1.12;}
.compact-media h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.compact-media p{font-size:16.2px;line-height:1.83;}
.compact-media a{color:#1F3A5F;text-decoration:none;}
.compact-media a:hover{color:inherit;}
.compact-media img{display:block;width:100%;height:auto;border-radius:0.37rem;box-shadow:0 1px 2px rgba(0,0,0,0.04);}
.compact-media .active-tile{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.2rem;background:var(--line-main);color:#F6EFDE;}
.compact-media .active-tile:hover{background:#162B47;color:#F6EFDE;}
.compact-media .focused-form{font-size:calc(16.2px * 1.125);line-height:1.6;color:var(--ink-warm);}
.compact-media .page-callout{margin-top:calc(0.76rem * 1.5);}
.compact-media .service-headline{margin-top:calc(0.76rem * 1.5);font-size:calc(16.2px * .875);color:var(--ink-warm);}
.compact-media .bottom-tile{display:flex;align-items:center;gap:0.76rem;}
.compact-media .bottom-tile>img{flex:0 1 min(var(--copy-heading),36vw);width:min(var(--copy-heading),100%);}
.compact-media .strong-nav{flex:1 1 auto;min-width:0;}
.compact-media .strong-nav h1,.compact-media .active-tile{margin-top:1.5rem;}
@media(max-width:760px){.compact-media .bottom-tile{align-items:flex-start;flex-direction:column;}.compact-media .bottom-tile>img{flex:1 1 auto;width:100%;}}
.wide-body{--mark-content:calc(1.5rem * 1.09);--mark-main:calc(820px / 2.33);--copy-button:calc(820px / 3.41);padding:calc(1.5rem * 2.4) 1.37rem;background:var(--line-main);color:#F6EFDE;}
.wide-body .soft-brand{max-width:820px;margin:0 auto;}
.wide-body h2,.wide-body p,.wide-body summary{margin:0;}
.wide-body h2{font-size:calc(16.2px * 2);line-height:1.12;}
.wide-body p{font-size:16.2px;line-height:1.83;color:color-mix(in srgb, currentColor 78%, transparent);}
.wide-body a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.wide-body a:hover{}
.wide-body .open-visual>p{margin-top:1.5rem;}
.wide-body .primary-fields{display:flex;flex-direction:column;gap:calc(1.5rem / 2);margin-top:1.5rem;}
.wide-body details{padding:calc(1.5rem * .75) 0;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.wide-body details:last-child{border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.wide-body summary{cursor:pointer;font-weight:700;font-size:calc(16.2px * 1.125);line-height:1.35;list-style:none;display:flex;justify-content:space-between;align-items:baseline;gap:0.76rem;}
.wide-body summary::-webkit-details-marker{display:none;}
.wide-body summary::after{content:"+";font-weight:400;font-size:calc(16.2px * 1.125);opacity:.7;}
.wide-body details[open] summary::after{content:"–";}
.wide-body details p{margin-top:calc(1.5rem / 3);}
@media (max-width:640px){.wide-body summary{font-size:16.2px;}
}
.public-note{--mark-content:calc(1.5rem * 1.45);--mark-main:calc(820px / 2.95);--copy-heading:calc(820px / 3.94);padding:calc(1.5rem * 2.4) 1.37rem;background:#F6EFDE;color:#241C12;}
.public-note .soft-brand{max-width:820px;margin:0 auto;}
.public-note h1,.public-note h2,.public-note h3,.public-note p{margin:0;}
.public-note h1{font-size:calc(16.2px * 2.65);line-height:1.08;}
.public-note h2{font-size:calc(16.2px * 2);line-height:1.12;}
.public-note h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.public-note p{font-size:16.2px;line-height:1.83;color:var(--ink-warm);}
.public-note a{color:inherit;text-decoration:none;}
.public-note img{display:block;width:100%;height:auto;border-radius:0.37rem;}
.public-note .active-tile{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.2rem;background:var(--line-main);color:#F6EFDE;}
.public-note .active-tile:hover{background:#162B47;color:#241C12;}
.public-note .page-callout{font-size:calc(16.2px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--ink-warm);}
.public-note .focused-form{margin-top:calc(1.5rem / 2);}
.public-note .clear-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.76rem;margin-top:var(--mark-content);}
.public-note .text-footer{flex:1 1 calc(820px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #D9CDB2;}
.public-note .text-footer p,.public-note .text-footer a{margin-top:calc(1.5rem / 3);}
.public-note .text-footer img{margin-bottom:calc(1.5rem / 2);}
.public-note .focused-items{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.76rem;}
.public-note .focused-items>.strong-nav{flex:1 1 auto;min-width:0;}
.public-note .focused-items>.active-tile{flex:0 0 auto;}
.public-note .focused-items>.clear-note{flex:1 1 100%;}
.public-note .strong-nav h2{margin-top:calc(1.5rem / 2);}
.offer-footer{padding:calc(1.5rem * 2.4) 1.37rem;background:linear-gradient(135deg, #1F3A5F 0%, #2C4E77 55%, #A8842F 100%);color:#F6EFDE;}
.offer-footer .soft-brand{max-width:820px;margin:0 auto;}
.offer-footer .compact-benefit{margin-bottom:calc(0.76rem * 1.5);}
.offer-footer .compact-benefit p{margin:0;font-size:calc(16.2px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.85;}
.offer-footer .compact-benefit h2{margin:1.37rem 0 0;font-size:calc(16.2px * 2);line-height:1.2;}
.offer-footer .focused-intro p{margin:0 0 calc(0.76rem * 1.5);font-size:16.2px;line-height:1.83;}
.offer-footer .soft-story{display:flex;flex-wrap:wrap;gap:0.76rem;margin-bottom:calc(0.76rem * 1.5);}
.offer-footer .narrow-unit{flex:1 1 240px;border-radius:0.5rem;border:1px solid color-mix(in srgb, currentColor 14%, transparent);background:color-mix(in srgb, currentColor 22%, transparent);padding:calc(1.5rem * .75);box-shadow:0 1px 2px rgba(0,0,0,0.04);}
.offer-footer .narrow-unit .text-copy{display:inline-block;font-size:calc(16.2px * .875);padding:2px 8px;border-radius:0.2rem;background:#A8842F;color:#FBF6E7;}
.offer-footer .narrow-unit h3{margin:1.37rem 0 1.5rem;font-size:calc(16.2px * 1.35);line-height:1.3;}
.offer-footer .narrow-unit p{margin:0;font-size:16.2px;line-height:1.83;}
.offer-footer .simple-form{border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);padding-top:calc(0.76rem * 1.5);margin-bottom:calc(0.76rem * 1.5);}
.offer-footer .simple-form .steady-stack{margin:0 0 1.5rem;font-size:calc(16.2px * 1.125);font-weight:600;}
.offer-footer .bottom-actions{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem;}
.offer-footer .bottom-actions li{font-size:16.2px;line-height:1.83;padding-left:1.37rem;border-left:2px solid #A8842F;}
.offer-footer .bottom-actions strong{font-weight:700;}
.offer-footer .clear-footer p{margin:0 0 1.5rem;font-size:16.2px;line-height:1.83;}
.offer-footer .service-headline{display:flex;flex-wrap:wrap;gap:0.76rem;margin:0;}
.offer-footer .service-headline a{color:#F6EFDE;text-decoration:underline;text-underline-offset:3px;font-weight:600;transition:color 360ms var(--delay-hover);}
.offer-footer .service-headline a:hover{}
@media (max-width:640px){.offer-footer .narrow-unit{flex:1 1 100%;}.offer-footer .compact-benefit h2{font-size:calc(16.2px * 1.35);}
}
.clear-intro{--mark-content:calc(1.5rem * 1.05);--mark-main:calc(820px / 2.35);padding:calc(1.5rem * 2.4) 1.37rem;background:#F6EFDE;color:#241C12;}
.clear-intro .soft-brand{max-width:820px;margin:0 auto;}
.clear-intro h1,.clear-intro h2,.clear-intro h3,.clear-intro p{margin:0;}
.clear-intro h2{font-size:calc(16.2px * 2);line-height:1.12;}
.clear-intro p{font-size:16.2px;line-height:1.83;}
.clear-intro .focused-form{font-size:calc(16.2px * 1.125);color:var(--ink-warm);}
.clear-intro .strong-nav{margin-top:calc(0.76rem * 1.5);}
.clear-intro a{color:#1F3A5F;text-decoration:none;}
.clear-intro a:hover{color:inherit;}
.clear-intro .active-tile{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:calc(0.76rem * 1.5);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.2rem;background:var(--line-main);color:#F6EFDE;transition:background 360ms var(--delay-hover);}
.clear-intro .active-tile:hover{background:#162B47;color:#F6EFDE;}
.clear-intro .service-headline{margin-top:calc(0.76rem * 1.5);font-size:calc(16.2px * .875);color:var(--ink-warm);}
.clear-intro .service-headline a{text-decoration:underline;text-underline-offset:2px;}
.clear-intro .content-stack>.focused-form,.clear-intro .content-stack>h2,.clear-intro .content-stack>.strong-nav,.clear-intro .content-stack>.active-tile,.clear-intro .content-stack>.service-headline{margin-top:1.5rem;}
.clear-intro .content-stack>.focused-form{margin-top:0;}
.top-rail{
  background: #F6EFDE;
  color: #241C12;
  padding: calc(1.5rem * 2.4) 1.37rem;
}
.top-rail .soft-brand{width: min(100%, 820px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.76rem * 1.5);}
.top-rail .compact-benefit{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid #D9CDB2;}
.top-rail h2{margin: 0;
  font-size: calc(16.2px * 2);
  line-height: 1.12;}
.top-rail .compact-benefit p{margin: 0;
  color: var(--ink-warm);
  line-height: 1.83;}
.top-rail .top-content{display: flex;
  flex-wrap: wrap;
  gap: 0.76rem;}
.top-rail .service-wrap{
  flex: 1 1 16rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: 1.5rem 1.37rem;
  border-radius: 0.5rem;
  background: #FBF6E7;
  color: #241C12;
  border: 1px solid #D9CDB2;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}
.top-rail .service-wrap strong{font-size: calc(16.2px * 1.35);
  line-height: 1.2;}
.top-rail .service-wrap span{color: var(--ink-warm);
  line-height: 1.83;}
@media (max-width: 820px) {.top-rail .compact-benefit{
    padding-bottom: 1.5rem;
  }.top-rail .service-wrap{
    flex: 1 1 100%;
  }
}
.page-section{--mark-content:calc(1.5rem * 1.1);--layer-strong:calc(820px / 3.4);padding:calc(1.5rem * 2.4) 1.37rem;background:#F6EFDE;color:#241C12;}
.page-section .soft-brand{max-width:820px;margin:0 auto;}
.page-section h2,.page-section h3,.page-section p{margin:0;}
.page-section h2{font-size:calc(16.2px * 2);line-height:1.14;}
.page-section h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.page-section p{font-size:16.2px;line-height:1.83;}
.page-section .page-callout{font-size:calc(16.2px * .875);}
.page-section .focused-form{margin-top:calc(0.76rem * 1.5);}
.page-section .narrow-unit{display:flex;flex-wrap:wrap;gap:0.76rem;margin-top:var(--mark-content);padding:calc(1.5rem * .75);border:1px solid #D9CDB2;border-radius:0.5rem;background:var(--ink-soft);color:var(--ink-warm);}
.page-section .strong-view{font-size:calc(16.2px * .875);padding:calc(calc(1.5rem * .75) / 2) calc(1.5rem * .75);border-radius:0.2rem;background:#FBF6E7;color:#241C12;border:1px solid #D9CDB2;}
.page-section .clear-note{display:flex;flex-direction:column;gap:var(--mark-content);margin-top:var(--mark-content);}
.page-section .text-footer{display:flex;flex-wrap:wrap;gap:calc(0.76rem * 1.5);align-items:flex-start;padding-bottom:var(--mark-content);border-bottom:1px solid #D9CDB2;}
.page-section .text-footer:last-child{border-bottom:0;padding-bottom:0;}
.page-section .text-footer img{display:block;width:100%;max-width:var(--layer-strong);height:auto;border-radius:0.37rem;box-shadow:0 1px 2px rgba(0,0,0,0.04);}
.page-section .strong-nav{flex:1 1 320px;min-width:0;}
.page-section .contact-fields{margin-top:calc(1.5rem / 3);font-size:calc(16.2px * .875);}
.page-section .strong-nav p{margin-top:calc(1.5rem / 2);}
.page-section .active-tile{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:calc(0.76rem * 1.5);padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;border-radius:0.2rem;background:var(--line-main);color:#F6EFDE;text-decoration:none;font-size:calc(16.2px * .875);transition:background 360ms var(--delay-hover);}
.page-section .active-tile:hover{background:#162B47;color:#241C12;}
.page-section .page-callout:last-child{margin-top:var(--mark-content);}
@media (max-width:640px){.page-section .text-footer img{max-width:100%;}
}
.compact-group{
        --mark-content: calc(1.5rem * 1.12);
        --copy-button: calc(820px / 3.44);
        padding: calc(1.5rem * 2.4) 1.37rem;
        background: #1F3A5F;
        color: #F6EFDE;
    }
.compact-group .soft-brand{max-width: 820px;
        margin: 0 auto;}
.compact-group h2,
    .compact-group h3,
    .compact-group p{margin: 0;}
.compact-group h2{font-size: calc(16.2px * 2);
        line-height: 1.12;}
.compact-group h3{font-size: calc(16.2px * 1.35);
        line-height: 1.2;}
.compact-group p{font-size: 16.2px;
        line-height: 1.83;}
.compact-group a{color: inherit;
        text-decoration: none;}
.compact-group .wide-tile{row-gap: calc(var(--mark-content) * 1.2);}
.compact-group .active-figure{padding-inline-end: calc(calc(1.5rem * .75) / 2);}
.compact-group .focused-form{margin-top: 1.5rem;}
.compact-group .clear-note{display: flex;
        flex-wrap: wrap;
        gap: var(--mark-content);
        margin-top: var(--mark-content);}
.compact-group .text-footer{
        flex: 1 1 var(--copy-button);
        min-width: 0;
        padding: calc(var(--mark-content) * .75);
        border-radius: 0.37rem;
        background: #FBF6E7;
        color: #241C12;
        border: 1px solid #D9CDB2;
    }
.compact-group .text-footer p{margin-top: calc(1.5rem / 3);color:inherit;}
.compact-group .service-headline{margin-top: var(--mark-content);}
.compact-group .service-headline a{text-decoration: underline;
        text-underline-offset: 3px;}
.compact-group .service-headline a:hover{}
.text-brand{padding:calc(1.5rem * 2.4) 1.37rem;background:var(--ink-soft);color:var(--ink-warm)}
.text-brand .soft-brand{max-width:820px;margin:0 auto}
.text-brand .strong-headline{display:flex;flex-direction:column;gap:calc(0.76rem * 1.5);align-items:flex-start}
.text-brand h2{margin:0;max-width:22ch;font-size:calc(16.2px * 2);line-height:1.1}
.text-brand .focused-form{margin:0;font-size:16.2px;line-height:1.7}
.text-brand .primary-fields{width:100%;display:flex;flex-direction:column;gap:0;border-top:1px solid #D9CDB2}
.text-brand .text-footer{display:flex;flex-wrap:wrap;gap:0.76rem;align-items:baseline;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #D9CDB2}
.text-brand .text-footer p{margin:0;flex:0 0 14rem;font-size:calc(16.2px * .875);letter-spacing:0.02em;text-transform:uppercase;}
.text-brand .text-footer strong{flex:1 1 22rem;min-width:0;font-weight:400;font-size:16.2px;line-height:1.6}
.text-brand .strong-headline>a{align-self:flex-start;border-radius:0.2rem;background:var(--line-main);color:#F6EFDE;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:calc(16.2px * .875)}
.text-brand .strong-headline>a:hover{background:#162B47;color:#241C12;}
@media(max-width:680px){.text-brand h2{font-size:calc(16.2px * 1.35)}.text-brand .text-footer p{flex:1 1 100%}}
.local-items{
        --mark-content: calc(1.5rem * 1.26);
        --copy-button: calc(820px / 3.59);
        padding: calc(1.5rem * 2.4) 1.37rem;
        background: #1F3A5F;
        color: #F6EFDE;
    }
.local-items .soft-brand{max-width: 820px;
        margin: 0 auto;}
.local-items h2,
    .local-items h3,
    .local-items p{margin: 0;}
.local-items h2{font-size: calc(16.2px * 2);
        line-height: 1.12;}
.local-items h3{font-size: calc(16.2px * 1.35);
        line-height: 1.2;}
.local-items p{font-size: 16.2px;
        line-height: 1.83;}
.local-items a{color: inherit;
        text-decoration: none;}
.local-items .start{padding-block: calc(var(--mark-content) / 2);}
.local-items .wide-tile{row-gap: calc(var(--mark-content) * 1.2);}
.local-items .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0.76rem;}
.local-items .row-title h2{flex: 1 1 calc(820px / 3);
        min-width: 0;}
.local-items .row-title > p{flex: 1 1 calc(820px / 3);
        min-width: 0;}
.local-items .clear-note{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--mark-content);
        margin-top: var(--mark-content);}
.local-items .text-footer{flex: 1 1 var(--copy-button);
        min-width: 0;
        padding-block-start: calc(1.5rem * .75);
        border-top: 1px solid color-mix(in srgb, #F6EFDE 28%, transparent);}
.local-items .text-footer p{margin-top: calc(1.5rem / 3);}
.local-items .text-footer a{display: inline-flex;
        margin-top: calc(1.5rem / 2);
        opacity: .85;}
.active-track{padding:calc(1.5rem * 2.4) 1.37rem;background:#F6EFDE;color:#241C12;}
.focused-brand{max-width:820px;margin:0 auto;}
.active-track h1{margin:0;font-size:calc(16.2px * 2.65);line-height:1.08;}
.media-body{
  background: #F6EFDE;
  color: #241C12;
  padding: calc(1.5rem * 2.4) 1.37rem;
}
.media-body .soft-brand{width: min(100%, 820px);
  margin: 0 auto;
  display: grid;
  gap: calc(0.76rem * 1.5);}
.media-body h2,
.media-body h3,
.media-body p{margin: 0;}
.media-body h2{font-size: calc(16.2px * 2);
  line-height: 1.12;}
.media-body h3{font-size: calc(16.2px * 1.35);
  line-height: 1.2;}
.media-body p{font-size: 16.2px;
  line-height: 1.83;}
.media-body .simple-items{
  display: grid;
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.5rem;
  background: #1F3A5F;
  color: #F6EFDE;
  border-left: 3px solid #A8842F;
}
.media-body .simple-items p{color:inherit;
  opacity: .92;}
.media-body .narrow-unit{display: grid;
  gap: 0.76rem;}
.media-body .top-callout{
  display: grid;
  grid-template-columns: 1.1rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.37rem;
  background: #FBF6E7;
  color: #241C12;
  border: 1px solid #D9CDB2;
  animation: checkoutRowIn calc(360ms * 2) var(--delay-hover) both;
  animation-delay: var(--ease-base, 0ms);
}
.media-body .main-entries{
  width: .55rem;
  height: .55rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: #A8842F;color:#FBF6E7;}
.media-body .bottom-contact{display: grid;
  gap: .35rem;}
.media-body .bottom-contact b{font-size: calc(16.2px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.media-body .top-media{
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  align-items: start;
  padding: calc(1.5rem * .75);
  border-radius: 0.5rem;
  background: var(--ink-soft);
  color: var(--ink-warm);
  border: 1px solid #D9CDB2;
}
.media-body .page-callout{display: grid;
  gap: .5rem;}
.media-body .page-callout strong{font-size: calc(16.2px * 1.125);}
.media-body .active-tile{display: grid;
  gap: .6rem;
  align-content: start;}
.media-body .active-tile a{
  display: inline-block;
  padding: .7rem 1rem;
  border-radius: 0.37rem;
  background: var(--line-main);
  color: #F6EFDE;
  text-decoration: none;
  font-size: calc(16.2px * .875);
  text-align: center;
  transition: background 360ms var(--delay-hover);
}
.media-body .active-tile a:hover{
  background: #162B47;color:#241C12;}
.media-body .active-tile a.ghost{
  background: transparent;
  color: #1F3A5F;
  border: 1px solid #D9CDB2;
}
.media-body .active-tile a.ghost:hover{border-color: #A8842F;}
@keyframes checkoutRowIn {from{ opacity: .25; transform: translateY(calc(calc(0.76rem * 1) * .25)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 820px) {.media-body .top-media{
    grid-template-columns: 1fr;
  }
}
.team-steps{--mark-content:calc(1.5rem * 1.1);--mark-main:calc(820px / 2.7);padding:calc(1.5rem * 2.4) 1.37rem;background:#F6EFDE;color:#241C12;}
.team-steps .soft-brand{max-width:820px;margin:0 auto;}
.team-steps h2,.team-steps h3,.team-steps p{margin:0;}
.team-steps h2{font-size:calc(16.2px * 2);line-height:1.14;}
.team-steps h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.team-steps p{font-size:16.2px;line-height:1.83;}
.team-steps .focused-intro{max-width:var(--mark-main);}
.team-steps .focused-intro .focused-form{margin-top:calc(1.5rem / 1.6);color:var(--ink-warm);}
.team-steps .clear-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.76rem;margin-top:var(--mark-content);}
.team-steps .text-footer{flex:1 1 calc(820px / 3.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #D9CDB2;}
.team-steps .text-footer p{margin-top:calc(1.5rem / 3);color:var(--ink-warm);}
.team-steps .service-headline{margin-top:var(--mark-content);padding-top:calc(1.5rem * .75);border-top:1px solid #D9CDB2;}
.team-steps .service-headline p{font-size:calc(16.2px * .875);color:var(--ink-warm);}
.team-steps .service-headline a{color:#1F3A5F;text-decoration:none;border-bottom:1px solid #D9CDB2;}
.team-steps .service-headline a:hover{color:inherit;}
@media (max-width:720px){.team-steps .text-footer{flex:1 1 100%;}
}
.focused-feature{
        background: var(--line-main);
        color: #F6EFDE;
        padding: calc(1.5rem * 2.4) 0;
    }
.focused-feature .plain-method{max-width: 820px;
        margin: 0 auto;
        padding: 0 1.37rem;}
.focused-feature h2{margin: 0;
        font-size: calc(16.2px * 2);
        line-height: 1.1;}
.focused-feature .plain-method p{margin: 1.5rem 0 0;
        font-size: 16.2px;
        line-height: 1.83;}
.focused-feature .content-media,
    .focused-feature .quiet-surface{
        background: #1F3A5F;
        color: #F6EFDE;
        border-radius: 0.5rem;
        max-width: 820px;
        margin: calc(0.76rem * 1.5) auto 0;
    }
.focused-feature .clear-headline{padding: calc(1.5rem * .75) 1.37rem;}
.focused-feature .content-media .clear-headline{display: flex;
        flex-wrap: wrap;
        gap: 0.76rem;}
.focused-feature .content-media a{flex: 1 1 14rem;
        min-width: 0;
        color: inherit;
        font-size: calc(16.2px * 1.125);
        line-height: 1.2;
        overflow-wrap: anywhere;
        text-decoration: none;
        border-left: 2px solid #A8842F;
        padding-left: calc(1.5rem * .75);
        transition: border-color 360ms var(--delay-hover);}
.focused-feature .content-media a:hover{border-color: #8E6E22;}
.focused-feature .content-media span{display: block;
        margin-bottom: calc(1.5rem * .75);
        font-size: calc(16.2px * .875);
        opacity: .68;}
.focused-feature .quiet-surface .clear-headline{display: flex;
        flex-direction: column;
        gap: 1.5rem;}
.focused-feature .quiet-surface p{margin: 0;
        line-height: 1.83;}
.focused-feature .quiet-surface .clear-headline > div{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75) 0.76rem;}
.focused-feature .quiet-surface a{color: inherit;
        text-underline-offset: .22em;}
@media (max-width: 680px) {.focused-feature .content-media .clear-headline{
            display: block;
        }.focused-feature .content-media a{
            display: block;
        }.focused-feature .content-media a + a{
            margin-top: 1.5rem;
        }
    }
.content-service{padding:calc(1.5rem * 2.4) 1.37rem;background:var(--ink-soft);color:var(--ink-warm)}
.content-service .soft-brand{max-width:820px;margin:0 auto;width:min(100%,48rem)}
.content-service .compact-benefit{margin-bottom:calc(0.76rem * 1.5)}
.content-service h2{margin:0;font-size:calc(16.2px * 2);line-height:1.12}
.content-service .compact-benefit p{margin:1.5rem 0 0;line-height:1.83}
.content-service .clear-note{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.content-service details{background:#FBF6E7;color:#241C12;border:1px solid #D9CDB2;border-radius:0.5rem;padding:calc(1.5rem * .75) 1.37rem;box-shadow:0 1px 2px rgba(0,0,0,0.04)}
.content-service summary{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:0.76rem;cursor:pointer;list-style:none}
.content-service summary::-webkit-details-marker{display:none}
.content-service strong{font-size:calc(16.2px * 1.35);line-height:1.2}
.content-service summary span{font-size:calc(16.2px * .875);opacity:.82}
.content-service details p{margin:1.5rem 0 0;line-height:1.83}
.content-service .service-headline{margin:calc(0.76rem * 1.5) 0 0;font-size:calc(16.2px * .875);line-height:1.83}
.content-service .service-headline a{color:#1F3A5F;text-decoration:underline;text-underline-offset:2px}
.content-service .service-headline a:hover{color:inherit;}
@media(max-width:680px){.content-service summary{display:block}.content-service summary span{display:block;margin-top:calc(1.5rem * .75)}}
.clear-feature{
    padding:calc(1.5rem * 2.4) 1.37rem;
    background:var(--ink-soft);
    color:var(--ink-warm);
}
.clear-feature .soft-brand{max-width:820px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.76rem * 1.5);}
.clear-feature .focused-intro h2{margin:0 0 calc(1.5rem * .75);
    font-size:calc(16.2px * 2);
    line-height:1.2;}
.clear-feature .focused-intro p{margin:0;
    font-size:16.2px;
    line-height:1.83;}
.clear-feature .service-items{display:flex;
    flex-wrap:wrap;
    gap:0.76rem;}
.clear-feature .service-headline{
    flex:1 1 240px;
    background:#FBF6E7;
    color:#241C12;
    border:1px solid #D9CDB2;
    border-radius:0.5rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 2px rgba(0,0,0,0.04);
}
.clear-feature .service-headline h3{margin:0 0 0.5rem;
    font-size:calc(16.2px * 1.125);
    line-height:1.3;}
.clear-feature .service-headline p{margin:0;
    font-size:calc(16.2px * .875);
    line-height:1.83;}
.clear-feature .service-headline a{text-decoration:underline;
    text-underline-offset:2px;}
.clear-feature .service-headline a:hover{}
.clear-feature .page-callout{
    border-left:3px solid #A8842F;
    padding:calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.2);
    background:#FBF6E7;
    color:#241C12;
    border-radius:0.37rem;
}
.clear-feature .page-callout p{margin:0 0 0.75rem;
    font-size:calc(16.2px * .875);
    line-height:1.83;}
.clear-feature .page-callout p:last-child{margin-bottom:0;}
.clear-feature .page-callout a{text-decoration:underline;
    text-underline-offset:2px;}
.clear-feature .page-callout a:hover{}
@media (max-width:760px){.clear-feature .service-items{
        flex-direction:column;
    }
}
.strong-group{
  background: var(--ink-soft);
  color: var(--ink-warm);
  padding: calc(1.5rem * 2.4) 1.37rem;
}
.strong-group .soft-brand{width: min(100%, 820px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: calc(1.5rem * .75);}
.strong-group h2,
.strong-group h3,
.strong-group p{margin: 0;}
.strong-group .local-benefit{
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  padding: 1.5rem;
  border-radius: 0.88rem;
  background: #A8842F;
  color: #FBF6E7;
}
.strong-group h2{font-size: calc(16.2px * 2);
  line-height: 1.1;}
.strong-group .local-benefit p{line-height: 1.83;}
.strong-group .content-list{display: block;
  grid-column: span 3;
  grid-row: span 2;
  width: 100%;
  height: 100%;
  min-height: 26rem;
  object-fit: cover;
  border-radius: 0.88rem;}
.strong-group .direct-benefit{
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.5rem;
  background: #FBF6E7;
  color: #241C12;
  border: 1px solid #D9CDB2;
}
.strong-group .direct-links{display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0.37rem;}
.strong-group h3{font-size: calc(16.2px * 1.125);
  line-height: 1.25;}
.strong-group .direct-benefit p{font-size: calc(16.2px * .875);
  line-height: 1.83;}
@media (max-width: 980px) {.strong-group .soft-brand{ grid-template-columns: 1fr 1fr; }.strong-group .local-benefit,
  .strong-group .content-list,
  .strong-group .direct-benefit{ grid-column: auto; }.strong-group .content-list{ grid-row: auto; min-height: 20rem; }
}
@media (max-width: 560px) {.strong-group .soft-brand{ grid-template-columns: 1fr; }.strong-group .content-list{ min-height: 16rem; }
}
.narrow-menu{--mark-content:calc(1.5rem * 1.28);--mark-base:1px solid #D9CDB2;padding:calc(1.5rem * 2.4) 1.37rem;background:#F6EFDE;color:#241C12;}
.narrow-menu .soft-brand{max-width:820px;margin:0 auto;}
.narrow-menu h2,.narrow-menu h3,.narrow-menu p{margin:0;}
.narrow-menu h2{font-size:calc(16.2px * 2);line-height:1.14;}
.narrow-menu h3{font-size:calc(16.2px * 1.35);line-height:1.24;}
.narrow-menu p{font-size:16.2px;line-height:1.83;}
.narrow-menu .focused-form{margin-top:1.5rem;color:var(--ink-warm);}
.narrow-menu .fresh-body{display:flex;align-items:flex-start;gap:calc(0.76rem * 1.6);}
.narrow-menu .fresh-body>.strong-nav{flex:1 1 34%;min-width:0;position:sticky;top:1.5rem;}
.narrow-menu .fresh-body>.clear-note{flex:1 1 62%;min-width:0;}
.narrow-menu .clear-note{display:flex;flex-direction:column;gap:0;}
.narrow-menu .text-footer{padding:calc(0.76rem * 1.5) 0;border-top:var(--mark-base);}
.narrow-menu .text-footer:first-child{border-top:0;padding-top:0;}
.narrow-menu .text-footer:last-child{padding-bottom:0;}
.narrow-menu .text-footer p{margin-top:calc(1.5rem / 2.4);color:var(--ink-warm);}
@media(max-width:760px){.narrow-menu .fresh-body{flex-direction:column;gap:var(--mark-content);}.narrow-menu .fresh-body>.strong-nav{position:static;}}
.plain-lead{--mark-content:calc(1.5rem * 1.21);--copy-button:calc(820px / 3.54);padding:calc(1.5rem * 2.4) 1.37rem;background:var(--line-main);color:#F6EFDE;}
.plain-lead .soft-brand{max-width:820px;margin:0 auto;}
.plain-lead h2,.plain-lead h3,.plain-lead p{margin:0;}
.plain-lead h2{font-size:calc(16.2px * 2);line-height:1.12;}
.plain-lead h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.plain-lead p{font-size:16.2px;line-height:1.83;color:color-mix(in srgb, currentColor 78%, transparent);}
.plain-lead .open{padding-block-start:var(--mark-content);}
.plain-lead .media-note{row-gap:calc(var(--mark-content) * .7);}
.plain-lead .focused-form{margin-top:1.5rem;}
.plain-lead .clear-note{display:flex;flex-wrap:wrap;gap:var(--mark-content);margin-top:var(--mark-content);}
.plain-lead .text-footer{flex:1 1 var(--copy-button);min-width:0;padding:calc(var(--mark-content) * .75);border-radius:0.37rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.plain-lead .text-footer p{margin-top:calc(1.5rem / 3);}
.text-contact{
  background:#F6EFDE;
  color:#241C12;
  padding:calc(1.5rem * 2.4) 1.37rem;
}
.text-contact .soft-brand{max-width:820px;
  margin:0 auto;}
.text-contact .bottom-method{display:flex;
  flex-direction:column;
  gap:1.5rem;}
.text-contact .active-figure{margin:0;
  color:var(--ink-warm);
  font-size:16.2px;
  line-height:1.83;}
.text-contact h2{margin:0;
  font-size:calc(16.2px * 2);
  line-height:1.14;
  letter-spacing:0;}
.text-contact .secondary-items{margin-top:calc(0.76rem * 1.5);
  display:flex;
  flex-direction:column;}
.text-contact .text-footer{display:grid;
  grid-template-columns:minmax(0,14rem) minmax(0,1fr);
  gap:0.76rem;
  align-items:start;
  padding:1.5rem 0;}
.text-contact .text-footer + .text-footer{border-top:1px solid #D9CDB2;}
.text-contact .text-footer strong{font-size:16.2px;
  line-height:1.35;}
.text-contact .text-footer span{min-width:0;
  color:var(--ink-warm);
  line-height:1.83;}
@media (max-width:720px){.text-contact .text-footer{
    grid-template-columns:1fr;
    gap:.4rem;
  }
}
.wide-menu{
  padding: calc(1.5rem * 2.4) 1.37rem;
  background: var(--line-main);
  color: #F6EFDE;
}
.wide-menu .soft-brand{max-width: 820px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: calc(0.76rem * 1.5);
  align-items: start;}
.wide-menu .active-tile{
  padding: calc(1.5rem * .75);
  border-radius: 0.88rem;
  background: #FBF6E7;
  color: #241C12;
  border: 1px solid #D9CDB2;
}
.wide-menu .active-tile span{display: inline-block;
  font-size: calc(16.2px * .875);
  letter-spacing: .02em;}
.wide-menu h2{margin: calc(1.5rem * .75) 0 calc(calc(1.5rem * .75) * .6);
  font-size: calc(16.2px * 2);
  line-height: 1.12;}
.wide-menu .focused-form{margin: 0 0 calc(1.5rem * .75);
  font-size: 16.2px;
  line-height: 1.83;}
.wide-menu a{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * .8) calc(1.5rem * .75);
  border-radius: 0.37rem;
  background: var(--line-main);
  color: #F6EFDE;
  text-decoration: none;
  transition: background 360ms var(--delay-hover);
}
.wide-menu a:hover{
  background: #162B47;color:#241C12;}
.wide-menu .top-menu{display: flex;
  flex-direction: column;
  gap: 0.76rem;}
.wide-menu .top-menu > p{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.2px * 1.125);
  line-height: 1.3;}
.wide-menu .soft-block{
  padding: calc(1.5rem * .75);
  border-radius: 0.37rem;
  background: #1F3A5F;
  color: #F6EFDE;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: calc(1.5rem * .75);
}
.wide-menu .soft-block span{color: #F6EFDE;
  opacity: .82;
  text-align: right;
  font-size: calc(16.2px * .875);
  line-height: 1.5;}
.wide-menu .page-callout{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(16.2px * .875);
  opacity: .85;}
@media (max-width: 760px) {.wide-menu .soft-brand{
    grid-template-columns: 1fr;
  }.wide-menu .soft-block{
    flex-direction: column;
    align-items: flex-start;
  }.wide-menu .soft-block span{
    text-align: left;
  }
}
.steady-links{--mark-content:calc(1.5rem * 1.05);--mark-main:calc(820px / 2.9);padding:calc(1.5rem * 2.4) 1.37rem;background:#F6EFDE;color:#241C12;}
.steady-links .soft-brand{max-width:820px;margin:0 auto;}
.steady-links h2,.steady-links h3,.steady-links p{margin:0;}
.steady-links h2{font-size:calc(16.2px * 2);line-height:1.14;}
.steady-links h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.steady-links p{font-size:16.2px;line-height:1.83;}
.steady-links .page-callout{font-size:calc(16.2px * .875);color:var(--ink-warm);background:var(--ink-soft);padding:calc(1.5rem * .75) 1.5rem;border-radius:0.37rem;}
.steady-links .clear-note{display:flex;flex-wrap:wrap;gap:var(--mark-content);margin-top:var(--mark-content);}
.steady-links .text-footer{flex:1 1 calc(820px / 3.3);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.5rem;background:#FBF6E7;color:#241C12;border:1px solid #D9CDB2;}
.steady-links .text-footer p{margin-top:calc(1.5rem / 3);}
.steady-links .text-footer a{display:inline-block;margin-top:calc(1.5rem / 2.4);font-size:calc(16.2px * .875);color:#1F3A5F;text-decoration:none;border-bottom:1px solid #D9CDB2;padding-bottom:2px;}
.steady-links .text-footer a:hover{color:inherit;}
.steady-links .service-headline{margin-top:var(--mark-content);font-size:calc(16.2px * .875);color:var(--ink-warm);}
.steady-links .service-headline a{color:#1F3A5F;text-decoration:none;border-bottom:1px solid #D9CDB2;}
.steady-links .service-headline a:hover{color:inherit;}
@media (max-width:720px){.steady-links .text-footer{flex:1 1 100%;}}
.steady-visual{--mark-content:calc(1.5rem * 1.05);--layer-local:calc(820px / 2.6);padding:calc(1.5rem * 2.4) 1.37rem;background:#F6EFDE;color:#241C12;}
.steady-visual .soft-brand{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-content);}
.steady-visual h2,.steady-visual h3,.steady-visual p{margin:0;}
.steady-visual h2{font-size:calc(16.2px * 2);line-height:1.14;}
.steady-visual h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.steady-visual p{font-size:16.2px;line-height:1.83;}
.steady-visual .focused-intro{display:flex;flex-direction:column;gap:0.76rem;}
.steady-visual .focused-form{}
.steady-visual .clear-note{display:flex;flex-wrap:wrap;gap:var(--mark-content);}
.steady-visual .text-footer{flex:1 1 var(--layer-local);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.37rem;background:#FBF6E7;color:#241C12;border:1px solid #D9CDB2;}
.steady-visual .text-footer .soft-block{margin-bottom:calc(1.5rem / 3);font-size:calc(16.2px * .875);letter-spacing:.04em;text-transform:uppercase;}
.steady-visual .text-footer h3{margin-bottom:calc(1.5rem / 3);}
.steady-visual .clear-links{display:flex;flex-direction:column;gap:0.76rem;padding-top:calc(1.5rem / 2);border-top:1px solid #D9CDB2;}
.steady-visual .service-headline{}
.steady-visual a{text-decoration:none;border-bottom:1px solid #1F3A5F;}
.steady-visual a:hover{border-bottom-color:#A8842F;}
@media (max-width:640px){.steady-visual .text-footer{flex:1 1 100%;}
}
.focused-details{--mark-content:calc(1.5rem * 1.1);--layer-local:calc(820px / 3.1);padding:calc(1.5rem * 2.4) 1.37rem;background:#F6EFDE;color:#241C12;}
.focused-details .soft-brand{max-width:820px;margin:0 auto;}
.focused-details h2,.focused-details h3,.focused-details p{margin:0;}
.focused-details h2{font-size:calc(16.2px * 2);line-height:1.14;}
.focused-details h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.focused-details p{font-size:16.2px;line-height:1.83;}
.focused-details a{color:#1F3A5F;text-decoration:none;border-bottom:1px solid #D9CDB2;}
.focused-details a:hover{color:inherit;}
.focused-details .focused-intro{display:flex;flex-direction:column;gap:1.5rem;}
.focused-details .focused-form{color:var(--ink-warm);}
.focused-details .clear-note{display:flex;flex-wrap:wrap;gap:calc(0.76rem * 1.5) 0.76rem;margin-top:var(--mark-content);}
.focused-details .text-footer{flex:1 1 var(--layer-local);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #D9CDB2;}
.focused-details .text-footer p{margin-top:calc(1.5rem / 2.4);color:var(--ink-warm);}
.focused-details .clear-links{margin-top:var(--mark-content);padding:calc(1.5rem * .75) 1.5rem;background:var(--ink-soft);color:var(--ink-warm);border-radius:0.37rem;}
.focused-details .page-callout{font-size:calc(16.2px * .875);line-height:1.83;}
@media (max-width:640px){.focused-details .text-footer{flex:1 1 100%;}
}
.narrow-steps{--mark-content:calc(1.5rem * 1.1);--copy-heading:calc(820px / 3.88);padding:calc(1.5rem * 2.4) 1.37rem;background:var(--line-main);color:#F6EFDE;}
.narrow-steps .soft-brand{max-width:820px;margin:0 auto;}
.narrow-steps h2,.narrow-steps h3,.narrow-steps p{margin:0;}
.narrow-steps h2{font-size:calc(16.2px * 2);line-height:1.14;}
.narrow-steps h3{font-size:calc(16.2px * 1.35);line-height:1.24;}
.narrow-steps p{font-size:16.2px;line-height:1.83;color:color-mix(in srgb, currentColor 76%, transparent);}
.narrow-steps a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.narrow-steps a:hover{}
.narrow-steps img{display:block;width:100%;height:auto;border-radius:0.37rem;margin-top:var(--mark-content);}
.narrow-steps .focused-form{margin-top:1.5rem;}
.narrow-steps .clear-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.76rem;margin-top:var(--mark-content);}
.narrow-steps .text-footer{flex:1 1 calc(820px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.narrow-steps .text-footer p{margin-top:calc(1.5rem / 3);}
.narrow-steps .service-headline{margin-top:var(--mark-content);font-size:calc(16.2px * .875);}
@media (max-width:640px){.narrow-steps .text-footer{flex:1 1 100%;}
}
.narrow-nav{padding:calc(1.5rem * 2.4) 1.37rem;background:#F6EFDE;color:#241C12}
.narrow-nav .soft-brand{max-width:820px;margin:0 auto}
.narrow-nav .page-callout{display:flex;gap:calc(0.76rem * 1.5);align-items:flex-start}
.narrow-nav .featured-area{flex:1 1 30rem;min-width:0;background:var(--ink-soft);color:var(--ink-warm);border-radius:0.5rem;padding:calc(1.5rem * .75)}
.narrow-nav h2{margin:0;font-size:calc(16.2px * 2);line-height:1.14}
.narrow-nav .featured-area p{margin:1.5rem 0 0;font-size:16.2px;line-height:1.83}
.narrow-nav .narrow-block{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.narrow-nav .text-footer{border-top:1px solid #D9CDB2;padding-top:1.5rem}
.narrow-nav .text-footer:first-child{border-top:0;padding-top:0}
.narrow-nav .text-footer strong{display:block;font-size:calc(16.2px * 1.35);line-height:1.2}
.narrow-nav .text-footer p{margin:calc(1.5rem * .75) 0 0;line-height:1.83}
@media(max-width:780px){.narrow-nav .page-callout{display:block}.narrow-nav .featured-area{padding:1.5rem}.narrow-nav .narrow-block{margin-top:calc(0.76rem * 1.5)}
}
.clear-wrap{--mark-content:calc(1.5rem * 1.55);--mark-base:1px solid #D9CDB2;padding:calc(1.5rem * 2.4) 1.37rem;background:#F6EFDE;color:#241C12;}
.clear-wrap .soft-brand{max-width:820px;margin:0 auto;}
.clear-wrap h2,.clear-wrap h3,.clear-wrap p{margin:0;}
.clear-wrap h2{font-size:calc(16.2px * 2);line-height:1.14;}
.clear-wrap h3{font-size:calc(16.2px * 1.35);line-height:1.24;}
.clear-wrap p{font-size:16.2px;line-height:1.83;}
.clear-wrap .page-callout{font-size:calc(16.2px * .875);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-warm);}
.clear-wrap .focused-form{margin-top:1.5rem;}
.clear-wrap .clear-note{display:flex;flex-direction:column;margin-top:var(--mark-content);border-top:var(--mark-base);}
.clear-wrap .text-footer{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(0.76rem / 2);padding:calc(0.76rem * 1.5) 0;border-bottom:var(--mark-base);}
.clear-wrap .narrow-actions{font-size:calc(16.2px * .875);letter-spacing:.06em;text-transform:uppercase;color:inherit;}
.clear-wrap .text-footer p:last-child{margin-top:calc(0.76rem / 2);}
@media (min-width:720px){.clear-wrap .text-footer{grid-template-columns:calc(820px / 5) minmax(0,1fr);gap:calc(0.76rem * 1.5);align-items:start;}.clear-wrap .text-footer h3{grid-column:2;}.clear-wrap .text-footer p:last-child{grid-column:2;}.clear-wrap .narrow-actions{grid-row:1 / span 2;padding-top:.35em;}
}
.benefit{--mark-content:calc(1.5rem * 1.42);--copy-heading:calc(820px / 3.77);padding:calc(1.5rem * 2.4) 1.37rem;background:#F6EFDE;color:#241C12;}
.benefit .soft-brand{max-width:820px;margin:0 auto;}
.benefit h1,.benefit h2,.benefit h3,.benefit p{margin:0;}
.benefit h1{font-size:calc(16.2px * 2.65);line-height:1.1;}
.benefit h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.benefit p{font-size:16.2px;line-height:1.83;}
.benefit a{text-decoration:none;border-bottom:1px solid #D9CDB2;}
.benefit a:hover{}
.benefit img{display:block;width:100%;height:auto;border-radius:0.37rem;margin-top:var(--mark-content);}
.benefit .focused-intro{max-width:100%;}
.benefit .focused-form{margin-top:1.5rem;}
.benefit .clear-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.76rem;margin-top:var(--mark-content);}
.benefit .text-footer{flex:1 1 calc(820px / 3.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #D9CDB2;}
.benefit .text-footer p{margin-top:calc(1.5rem / 3);}
.benefit .soft-block{display:block;font-size:calc(16.2px * .875);letter-spacing:0.04em;text-transform:uppercase;margin-bottom:calc(1.5rem / 4);}
.benefit .clear-links{margin-top:var(--mark-content);padding:calc(1.5rem * .75) 1.5rem;background:var(--ink-soft);color:var(--ink-warm);border-radius:0.37rem;}
.benefit .clear-links .page-callout{font-size:calc(16.2px * .875);}
.benefit .clear-links .service-headline{margin-top:calc(1.5rem / 2);font-size:calc(16.2px * .875);}
@media (max-width:720px){.benefit .text-footer{flex:1 1 100%;}
}
.simple-panel{padding:calc(1.5rem * 2.4) 1.37rem;background:linear-gradient(135deg, #1F3A5F 0%, #2C4E77 55%, #A8842F 100%);color:#F6EFDE;}
.simple-panel .soft-brand{max-width:820px;margin:0 auto;}
.simple-panel .compact-benefit{margin-bottom:calc(0.76rem * 1.5);}
.simple-panel .compact-benefit p{margin:0;font-size:calc(16.2px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.85;}
.simple-panel .compact-benefit h2{margin:1.37rem 0 0;font-size:calc(16.2px * 2);line-height:1.2;}
.simple-panel .bottom-contact{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:calc(0.76rem * 1.5);}
.simple-panel .bottom-contact .focused-form{margin:0;font-size:calc(16.2px * 1.125);line-height:1.83;}
.simple-panel .bottom-contact .strong-nav{margin:0;font-size:16.2px;line-height:1.83;opacity:.92;}
.simple-panel .clear-form{display:grid;gap:0.76rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));}
.simple-panel .clear-form article{border-radius:0.5rem;border:1px solid color-mix(in srgb, currentColor 14%, transparent);background:color-mix(in srgb, currentColor 22%, transparent);padding:calc(1.5rem * .75);box-shadow:0 1px 2px rgba(0,0,0,0.04);}
.simple-panel .clear-form .text-copy{display:inline-block;font-size:calc(16.2px * .875);letter-spacing:.03em;text-transform:uppercase;opacity:.85;}
.simple-panel .clear-form h3{margin:1.37rem 0;font-size:calc(16.2px * 1.35);line-height:1.3;}
.simple-panel .clear-form p{margin:0;font-size:16.2px;line-height:1.83;}
.simple-panel .active-tile{margin-top:calc(0.76rem * 1.5);padding-top:1.5rem;border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.simple-panel .active-tile .page-callout{margin:0;font-size:calc(16.2px * .875);line-height:1.83;}
.simple-panel .active-tile a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.simple-panel .active-tile a:hover{opacity:.85;}
.main-quote{background:#F6EFDE;color:#241C12;padding:calc(1.5rem * 2.4) 1.37rem}
.main-quote .soft-brand{max-width:min(820px,64rem);margin:0 auto}
.main-quote .bottom-method{display:flex;flex-direction:column;gap:calc(0.76rem * 1.5)}
.main-quote .page-callout{margin:0;font-size:calc(16.2px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--ink-warm)}
.main-quote h2{margin:0;font-size:clamp(calc(16.2px * 2),5vw,calc(16.2px * 2.65));line-height:1.1}
.main-quote .focused-form{margin:0;line-height:1.83}
.main-quote .local-panel{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.5rem;box-shadow:0 1px 2px rgba(0,0,0,0.04)}
.main-quote .narrow-unit{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:calc(1.5rem * .75);background:#FBF6E7;color:#241C12;border:1px solid #D9CDB2;border-radius:0.37rem}
.main-quote .top-callout{display:flex;flex-wrap:wrap;gap:0.76rem;align-items:baseline;border-bottom:1px solid #D9CDB2;padding-bottom:0.76rem}
.main-quote .top-callout:last-child{border-bottom:0;padding-bottom:0}
.main-quote .strong-view{flex:0 0 10rem;font-size:calc(16.2px * .875);letter-spacing:0.03em;text-transform:uppercase;color:var(--ink-warm)}
.main-quote .steady-entries{margin:0;flex:1 1 16rem;line-height:1.83}
.main-quote .steady-entries a{color:#1F3A5F;text-decoration:none;border-bottom:1px solid #D9CDB2}
.main-quote .steady-entries a:hover{color:inherit;}
.main-quote .clear-links{display:flex;flex-direction:column;gap:calc(0.76rem * 1.5);padding:calc(1.5rem * .75);background:var(--ink-soft);color:var(--ink-warm);border-radius:0.37rem}
.main-quote .clear-links .strong-nav{margin:0;line-height:1.83}
.main-quote .media-block{display:flex;flex-wrap:wrap;gap:0.76rem}
.main-quote .media-block a{padding:calc(1.5rem * .75);border-radius:0.2rem;background:#FBF6E7;color:#241C12;border:1px solid #D9CDB2;text-decoration:none;font-size:calc(16.2px * .875)}
.main-quote .media-block a:hover{background:var(--ink-soft);color:var(--ink-warm)}
.main-quote .media-block a:first-child{background:var(--line-main);color:#F6EFDE;border-color:var(--line-main)}
.main-quote .media-block a:first-child:hover{background:#162B47;color:#F6EFDE}
@media (max-width:640px){.main-quote .strong-view{flex:1 1 100%}
}
.plain-visual{--mark-content:calc(1.5rem * 1.15);--mark-base:1px solid #D9CDB2;padding:calc(1.5rem * 2.4) 1.37rem;background:#F6EFDE;color:#241C12;}
.plain-visual .soft-brand{max-width:820px;margin:0 auto;}
.plain-visual h2,.plain-visual h3,.plain-visual p{margin:0;}
.plain-visual h2{font-size:calc(16.2px * 2);line-height:1.14;}
.plain-visual h3{font-size:calc(16.2px * 1.35);line-height:1.24;}
.plain-visual p{font-size:16.2px;line-height:1.83;}
.plain-visual a{color:#1F3A5F;text-decoration:none;border-bottom:1px solid #D9CDB2;}
.plain-visual a:hover{color:inherit;border-bottom-color:#A8842F;}
.plain-visual .page-callout{margin-bottom:calc(1.5rem / 2);font-size:calc(16.2px * .875);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-warm);}
.plain-visual .focused-form{margin-top:1.5rem;}
.plain-visual .clear-note{display:flex;flex-direction:column;gap:var(--mark-content);margin-top:calc(var(--mark-content) * 1.1);}
.plain-visual .text-footer{min-width:0;padding-top:var(--mark-content);border-top:var(--mark-base);}
.plain-visual .text-footer:first-child{padding-top:0;border-top:0;}
.plain-visual .text-footer p{margin-top:calc(1.5rem / 3);}
.plain-visual .service-headline{margin-top:calc(var(--mark-content) * 1.2);padding-top:var(--mark-content);border-top:var(--mark-base);font-size:calc(16.2px * .875);color:var(--ink-warm);}
@media (max-width:640px){.plain-visual{--mark-content:1.5rem;}.plain-visual h2{font-size:calc(16.2px * 1.35);}
}
.service-view{--mark-content:calc(1.5rem * 1.42);--mark-main:calc(820px / 2.30);--copy-heading:calc(820px / 3.66);padding:calc(1.5rem * 2.4) 1.37rem;background:var(--line-main);color:#F6EFDE;}
.service-view .soft-brand{max-width:820px;margin:0 auto;}
.service-view h1,.service-view h2,.service-view h3,.service-view p{margin:0;}
.service-view h1{font-size:calc(16.2px * 2.65);line-height:1.08;}
.service-view h2{font-size:calc(16.2px * 2);line-height:1.12;}
.service-view h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.service-view p{font-size:16.2px;line-height:1.83;color:color-mix(in srgb, currentColor 78%, transparent);}
.service-view a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.service-view a:hover{}
.service-view img{display:block;width:100%;height:auto;border-radius:0.37rem;}
.service-view .page-callout{font-size:calc(16.2px * 1.125);line-height:1.55;color:color-mix(in srgb, currentColor 88%, transparent);}
.service-view .focused-form{margin-top:calc(1.5rem / 1.4);}
.service-view .service-headline{margin-top:calc(1.5rem / 1.2);font-size:calc(16.2px * .875);}
.service-view .clear-note{display:flex;flex-wrap:wrap;gap:var(--mark-content);margin-top:var(--mark-content);}
.service-view .text-footer{flex:1 1 calc(820px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.37rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.service-view .text-footer p{margin-top:calc(1.5rem / 3);}
.service-view .text-footer img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.service-view .wide-form>.clear-note{margin-top:var(--mark-content);}
.service-view .wide-form>h2{margin-top:var(--mark-content);}
.open-feature{--mark-content:calc(1.5rem * 1.32);--copy-heading:calc(820px / 3.61);padding:calc(1.5rem * 2.4) 1.37rem;background:#F6EFDE;color:#241C12;}
.open-feature .soft-brand{max-width:820px;margin:0 auto;}
.open-feature h1,.open-feature h2,.open-feature h3,.open-feature p{margin:0;}
.open-feature h2{font-size:calc(16.2px * 2);line-height:1.12;}
.open-feature h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.open-feature p{font-size:16.2px;line-height:1.83;color:var(--ink-warm);}
.open-feature img{display:block;width:100%;height:auto;border-radius:0.37rem;}
.open-feature .focused-form{margin-top:1.5rem;}
.open-feature .fresh-contact>img{margin-top:var(--mark-content);}
.open-feature .clear-note{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.76rem;margin-top:var(--mark-content);}
.open-feature .text-footer{flex:1 1 calc(820px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #D9CDB2;}
.open-feature .text-footer p{margin-top:calc(1.5rem / 3);}
.secondary-block{--mark-content:calc(1.5rem * 1.04);--mark-main:calc(820px / 2.28);padding:calc(1.5rem * 2.4) 1.37rem;background:#F6EFDE;color:#241C12;}
.secondary-block .soft-brand{max-width:820px;margin:0 auto;}
.secondary-block h2,.secondary-block h3,.secondary-block p{margin:0;}
.secondary-block h2{font-size:calc(16.2px * 2);line-height:1.12;}
.secondary-block h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.secondary-block p{font-size:16.2px;line-height:1.83;}
.secondary-block .active-figure{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.secondary-block .wide-tile{row-gap:calc(var(--mark-content) * 1.2);}
.secondary-block .focused-form{margin-top:1.5rem;}
.secondary-block .media-benefit{display:flex;flex-direction:column;gap:var(--mark-content);margin-top:var(--mark-content);}
.secondary-block .text-footer{min-width:0;padding-block-start:calc(1.5rem * .75);border-top:1px solid #D9CDB2;}
.secondary-block .text-footer p{margin-top:calc(1.5rem / 3);}
.bottom-note{--mark-content:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 1.37rem;background:#F6EFDE;color:#241C12;}
.bottom-note .soft-brand{max-width:820px;margin:0 auto;}
.bottom-note h2,.bottom-note h3,.bottom-note p{margin:0;}
.bottom-note h2{font-size:calc(16.2px * 2);line-height:1.14;}
.bottom-note p{font-size:16.2px;line-height:1.83;}
.bottom-note a{color:#1F3A5F;text-decoration:none;}
.bottom-note a:hover{color:inherit;}
.bottom-note .focused-items{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.76rem;}
.bottom-note .strong-nav{flex:1 1 auto;min-width:0;}
.bottom-note .strong-nav .focused-form{margin-top:1.5rem;color:var(--ink-warm);}
.bottom-note .active-tile{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.2rem;background:var(--line-main);color:#F6EFDE;font-size:calc(16.2px * .875);}
.bottom-note .active-tile:hover{background:#162B47;color:#F6EFDE;}
.bottom-note .primary-fields{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--mark-content);margin-top:calc(0.76rem * 1.5);}
.bottom-note details{padding:calc(calc(1.5rem * .75) * .95);border-radius:0.37rem;background:#FBF6E7;color:#241C12;border:1px solid #D9CDB2;}
.bottom-note summary{cursor:pointer;font-weight:700;font-size:calc(16.2px * 1.125);line-height:1.3;}
.bottom-note details p{margin-top:calc(1.5rem / 2.5);color:var(--ink-warm);}
.bottom-note .service-headline{flex:1 1 100%;margin-top:calc(0.76rem * 1.5);padding-top:1.5rem;border-top:1px solid #D9CDB2;font-size:calc(16.2px * .875);color:var(--ink-warm);}
.content-steps{padding:calc(1.5rem * 2.4) 1.37rem;background:var(--line-main);color:#F6EFDE;overflow:hidden}
.content-steps .soft-brand{max-width:820px;margin:0 auto}
.content-steps .secondary-form{max-width:40rem;margin:0 auto calc(0.76rem * 1.5);text-align:center}
.content-steps h2{margin:0;font-size:calc(16.2px * 2.65);line-height:1.05}
.content-steps .secondary-form p{margin:1.5rem 0 0;font-size:calc(16.2px * 1.125);line-height:1.83}
.content-steps .fresh-header{display:flex;gap:0.76rem;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x proximity}
.content-steps .text-footer{flex:0 0 min(23rem,82vw);padding:1.5rem calc(1.5rem * .75);background:#FBF6E7;color:#241C12;border:1px solid #D9CDB2;border-radius:0.5rem;scroll-snap-align:start;transform:translateY(var(--state-public,0))}
.content-steps .text-footer:nth-child(even){margin-top:calc(0.76rem * 1.5)}
.content-steps strong{display:block;font-size:calc(16.2px * 1.35);line-height:1.12}
.content-steps .text-footer p{margin:calc(1.5rem * .75) 0 0;line-height:1.83}
.content-steps .service-headline{margin:calc(0.76rem * 1.5) 0 0;font-size:calc(16.2px * .875);line-height:1.83}
.content-steps .service-headline a{text-decoration:underline;text-underline-offset:3px}
.content-steps .service-headline a:hover{}
@media (max-width:640px){.content-steps .text-footer:nth-child(even){margin-top:0}
}
.secondary-callout{padding:calc(1.5rem * 2.4) 1.37rem;background:#F6EFDE;color:#241C12}
.secondary-callout .soft-brand{max-width:820px;margin:0 auto}
.secondary-callout .page-callout{display:flex;gap:calc(0.76rem * 1.5);align-items:flex-start}
.secondary-callout .featured-area{flex:1 1 30rem;min-width:0;background:#FBF6E7;color:#241C12;border:1px solid #D9CDB2;border-radius:0.5rem;padding:calc(1.5rem * .75)}
.secondary-callout h2{margin:0;font-size:calc(16.2px * 2);line-height:1.12}
.secondary-callout .featured-area p{margin:1.5rem 0 0;font-size:calc(16.2px * 1.125);line-height:1.83}
.secondary-callout .narrow-block{flex:1 1 32rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.secondary-callout .text-footer{border-left:2px solid #A8842F;padding:0 0 0 calc(1.5rem * .75)}
.secondary-callout .text-footer strong{display:block;font-size:calc(16.2px * 1.35);line-height:1.2}
.secondary-callout .text-footer p{margin:calc(1.5rem * .75) 0 0;line-height:1.83}
@media(max-width:780px){.secondary-callout .page-callout{display:block}.secondary-callout .featured-area{padding:1.5rem}.secondary-callout .narrow-block{margin-top:calc(0.76rem * 1.5)}}
.quiet-shell{
  background: linear-gradient(120deg, #A8842F 0%, #C9A24A 100%);
  color: #FBF6E7;
  padding: calc(1.5rem * 2.4) 1.37rem;
}
.quiet-shell .soft-brand{width: min(100%, 820px);
  margin: 0 auto;}
.quiet-shell .wide-rail{display: block;
  width: 100%;
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: 0.88rem;
  margin-bottom: calc(0.76rem * 1.5);}
.quiet-shell h2,
.quiet-shell p{margin: 0;}
.quiet-shell .bottom-media{display: flex;
  flex-wrap: wrap;
  gap: calc(0.76rem * 1.5) 0.76rem;}
.quiet-shell h2{font-size: calc(16.2px * 2.65);
  line-height: 1.05;
  flex: 1 1 16rem;
  min-width: 0;}
.quiet-shell .fresh-benefit{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 0.76rem;
  flex: 2 1 22rem;
  min-width: 0;}
.quiet-shell .fresh-benefit p{flex: 1 1 min(100%, 17rem);
  line-height: 1.83;
  margin: 0;}
.quiet-shell strong{display: block;
  margin-bottom: calc(calc(1.5rem * .75) * .35);
  font-size: 16.2px;}
@media (max-width: 820px) {.quiet-shell .wide-rail{ aspect-ratio: 16 / 10; }.quiet-shell h2{ flex: 1 1 100%; }
}
.top-intro{--mark-content:calc(1.5rem * 1.15);--axis-base:calc(820px / 4.6);padding:calc(1.5rem * 2.4) 1.37rem;background:#F6EFDE;color:#241C12;}
.top-intro .soft-brand{max-width:820px;margin:0 auto;}
.top-intro h2,.top-intro h3,.top-intro p{margin:0;}
.top-intro h2{font-size:calc(16.2px * 2);line-height:1.14;}
.top-intro h3{font-size:calc(16.2px * 1.35);line-height:1.22;}
.top-intro p{font-size:16.2px;line-height:1.83;}
.top-intro .focused-intro{display:flex;flex-direction:column;gap:calc(0.76rem * 1.5);}
.top-intro .focused-form{color:var(--ink-warm);}
.top-intro .narrow-unit{display:flex;flex-direction:column;gap:var(--mark-content);margin-top:var(--mark-content);border-top:1px solid #D9CDB2;padding-top:var(--mark-content);}
.top-intro .top-callout{display:flex;flex-wrap:wrap;gap:0.76rem;align-items:flex-start;padding-bottom:var(--mark-content);border-bottom:1px solid #D9CDB2;}
.top-intro .top-callout:last-child{border-bottom:0;padding-bottom:0;}
.top-intro .text-copy{flex:0 0 auto;width:var(--axis-base);min-width:0;padding:calc(calc(1.5rem * .75) / 2) calc(1.5rem * .75);border-radius:0.2rem;background:#A8842F;color:#FBF6E7;font-size:calc(16.2px * .875);letter-spacing:.02em;text-align:center;}
.top-intro .bottom-contact{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.top-intro .page-callout{margin-top:var(--mark-content);padding-top:var(--mark-content);border-top:1px solid #D9CDB2;color:var(--ink-warm);}
.top-intro a{color:#1F3A5F;text-decoration:none;border-bottom:1px solid #D9CDB2;}
.top-intro a:hover{color:inherit;border-bottom-color:#A8842F;}
@media (max-width:640px){.top-intro .text-copy{width:100%;text-align:left;}
}
.clear-service{padding:calc(1.5rem*2.8) 1.37rem;background:#F6EFDE;color:#241C12}
.clear-service .bottom-benefit,.clear-service .offer-panel{max-width:820px;margin:0 auto}
.clear-service h1{margin:0;color:#241C12;font-size:clamp(2.2rem,5vw,4.2rem);line-height:1.04}
.clear-service .service-panel{display:flex;gap:.55rem;flex-wrap:wrap;margin:1rem 0;color:var(--ink-warm)}
.clear-service .service-panel span{background:#FBF6E7;color:#241C12;border:1px solid #D9CDB2;border-radius:999px;padding:.42rem .65rem;font-size:calc(16.2px * .875)}
.clear-service .active-body{display:block;width:min(100%,1180px);max-height:520px;object-fit:cover;border-radius:0.88rem;box-shadow:0 5px 10px rgba(0,0,0,0.05);margin:1.2rem auto}
.clear-service .offer-panel{background:#FBF6E7;color:#241C12;border:1px solid #D9CDB2;border-radius:0.88rem;padding:1.4rem}
.clear-service p{margin:.85rem 0 0;color:#241C12;opacity:.88;line-height:1.66}
.clear-service .offer-entries{font-size:calc(16.2px * 1.125);opacity:1}
.clear-service h2{margin:1.6rem 0 0;color:#241C12;font-size:clamp(1.4rem,3vw,2rem);line-height:1.16}
.clear-service .page-view:first-of-type h2{margin-top:1.1rem}
.clear-service a{color:#1F3A5F;text-decoration:underline;text-underline-offset:2px}
.clear-service a:hover{color:inherit;}
@media (max-width:640px){
.clear-service{padding:calc(1.5rem*1.8) 1.37rem}
.clear-service .offer-panel{padding:1.05rem}
}
.site-rail{
  background: linear-gradient(120deg, #A8842F 0%, #C9A24A 100%);
  color: #FBF6E7;
  padding: calc(1.5rem * 2.4) 1.37rem;
}
.site-rail .soft-brand{width: min(100%, 820px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0.76rem;
  align-items: flex-end;}
.site-rail h2,
.site-rail p{margin: 0;}
.site-rail .top-copy{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.site-rail h2{font-size: calc(16.2px * 2);
  line-height: 1.15;}
.site-rail .top-copy p{line-height: 1.83;}
.site-rail .wide-rail{display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  border-radius: 0.88rem;}
.site-rail .contact-team{flex-basis: 100%;
  display: flex;
  gap: calc(1.5rem * .75);
  align-items: stretch;
  overflow-x: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;}
.site-rail .offer-form{
  margin: 0;
  flex: 0 0 min(18rem, 72vw);
  display: flex;
  flex-direction: column;
  gap: calc(0.76rem * 1.5);
  background: #FBF6E7;
  color: #241C12;
  border: 1px solid #D9CDB2;
  border-radius: 0.5rem;
  padding: calc(1.5rem * .75);
}
.site-rail .clear-panel{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.37rem;
  transform: translateY(var(--state-public, 0));
  transition: transform 360ms var(--delay-hover);}
.site-rail .text-copy{font-size: calc(16.2px * .875);
  line-height: 1.83;}
.site-rail .page-callout{flex-basis: 100%;
  line-height: 1.83;
  font-size: 16.2px;
  border-top: 1px solid #D9CDB2;
  padding-top: calc(0.76rem * 1.5);}
.site-rail .soft-brand > *{min-width: 0; flex: 1 1 18rem;}
@media (max-width: 640px) {.site-rail .contact-team{ flex-wrap: nowrap; }
}
.primary-method{padding:calc(1.5rem * 2.4) 1.37rem;background:#F6EFDE;color:#241C12}
.primary-method .soft-brand{max-width:820px;margin:0 auto}
.primary-method .page-callout{display:flex;gap:calc(0.76rem * 1.5);align-items:flex-start}
.primary-method .featured-area{flex:1 1 30rem;min-width:0;background:var(--ink-soft);color:var(--ink-warm);border-radius:0.5rem;padding:calc(1.5rem * .75)}
.primary-method h2{margin:0;font-size:calc(16.2px * 2);line-height:1.12}
.primary-method .featured-area p{margin:1.5rem 0 0;font-size:calc(16.2px * 1.125);line-height:1.83}
.primary-method .narrow-block{flex:1 1 32rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.primary-method .text-footer{border-top:1px solid #D9CDB2;padding-top:1.5rem}
.primary-method .text-footer strong{display:block;font-size:calc(16.2px * 1.35);line-height:1.2}
.primary-method .text-footer p{margin:calc(1.5rem * .75) 0 0;line-height:1.83}
@media(max-width:780px){.primary-method .page-callout{display:block}.primary-method .featured-area{padding:1.5rem}.primary-method .narrow-block{margin-top:calc(0.76rem * 1.5)}
}
.wide-lead{
  background: linear-gradient(135deg, #1F3A5F 0%, #2C4E77 55%, #A8842F 100%);
  color: #F6EFDE;
  padding: calc(1.5rem * 2.4) 1.37rem;
}
.wide-lead .soft-brand{width: min(100%, 820px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 0.76rem;}
.wide-lead h2,
.wide-lead h3,
.wide-lead p{margin: 0;}
.wide-lead h2{font-size: calc(16.2px * 2); line-height: 1.1;}
.wide-lead h3{font-size: calc(16.2px * 1.35); line-height: 1.18;}
.wide-lead p{font-size: 16.2px; line-height: 1.83;}
.wide-lead .simple-items{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: calc(0.76rem * 1.5);
  border-radius: 0.88rem;
  background: linear-gradient(120deg, #A8842F 0%, #C9A24A 100%);
  color: #FBF6E7;
}
.wide-lead .simple-items p{font-size: calc(16.2px * .875);}
.wide-lead .soft-feature{display: grid;
  gap: calc(1.5rem * .75);}
.wide-lead .secondary-entries{
  display: grid;
  grid-template-columns: 1rem minmax(6rem, .2fr) minmax(9rem, .3fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 0.37rem;
  background: #FBF6E7;
  color: #241C12;
  border: 1px solid #D9CDB2;
  animation: peopleTimelineIn calc(360ms * 2.2) var(--delay-hover) both;
  animation-delay: var(--ease-base, 0ms);
}
.wide-lead i{
  width: .6rem;
  height: .6rem;
  margin-top: .5rem;
  border-radius: 50%;
  background: var(--line-main);color:#F6EFDE;}
.wide-lead .secondary-entries span{font-size: calc(16.2px * .875);
  line-height: 1.4;}
.wide-lead .secondary-entries p{font-size: calc(16.2px * .875);}
@keyframes peopleTimelineIn {from{ opacity: .2; transform: translateX(calc(calc(0.76rem * 1) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.wide-lead .soft-brand,
  .wide-lead .secondary-entries{ grid-template-columns: 1fr; }.wide-lead .secondary-entries i{ display: none; }
}
.compact-tile{padding:calc(1.5rem*2.8) 1.37rem;background:#F6EFDE;color:#241C12}
.compact-tile .bottom-benefit,.compact-tile .offer-panel{max-width:820px;margin:0 auto}
.compact-tile h1{margin:0;color:#241C12;font-size:clamp(2.2rem,5vw,4.2rem);line-height:1.02}
.compact-tile .service-panel{display:flex;gap:.55rem;flex-wrap:wrap;margin:1rem 0;color:var(--ink-warm)}
.compact-tile .service-panel span{background:#FBF6E7;color:#241C12;border:1px solid #D9CDB2;border-radius:999px;padding:.42rem .65rem}
.compact-tile .active-body{display:block;width:min(100%,1180px);max-height:520px;object-fit:cover;border-radius:0.88rem;box-shadow:0 5px 10px rgba(0,0,0,0.05);margin:1.2rem auto}
.compact-tile .offer-panel{background:#FBF6E7;color:#241C12;border:1px solid #D9CDB2;border-radius:0.88rem;padding:1.2rem}
.compact-tile p{margin:.85rem 0 0;color:#241C12;opacity:.86;line-height:1.6}
.compact-tile .offer-entries{font-size:calc(16.2px * 1.125);opacity:1}
.compact-tile h2{margin:1.4rem 0 0;color:#241C12;font-size:clamp(1.4rem,3vw,2rem);line-height:1.15}
.compact-tile .service-headline{margin-top:1rem;opacity:1}
.compact-tile .service-headline a{color:#1F3A5F;text-decoration:underline;text-underline-offset:2px}
.compact-tile .service-headline a:hover{color:inherit;}
.open-list{
  background: #F6EFDE;
  color: #241C12;
  padding: calc(1.5rem * 2.4) 1.37rem;
}
.open-list .soft-brand{width: min(100%, 820px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 11rem minmax(0, 1fr);
  grid-template-areas:
    "rail story"
    "rail entries";
  gap: calc(0.76rem * 1.5) 0.76rem;
  align-items: start;}
.open-list h2,
.open-list h3,
.open-list p{margin: 0;}
.open-list h2{font-size: calc(16.2px * 2); line-height: 1.14;}
.open-list h3{font-size: calc(16.2px * 1.35); line-height: 1.2;}
.open-list p{font-size: 16.2px; line-height: 1.83;}
.open-list .narrow-unit{grid-area: rail;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: calc(1.5rem * .75);
  border-top: 2px solid #A8842F;}
.open-list .narrow-unit a{text-decoration: none;
  font-size: calc(16.2px * .875);
  border-bottom: 1px solid #D9CDB2;
  padding-bottom: 0.2rem;
  width: fit-content;
  transition: color 360ms var(--delay-hover);}
.open-list .narrow-unit a:hover{}
.open-list .question{grid-area: story;
  display: grid;
  gap: 1.5rem;
  padding-bottom: calc(0.76rem * 1.5);
  border-bottom: 1px solid #D9CDB2;}
.open-list .plain-wrap{grid-area: entries;
  display: grid;
  gap: calc(1.5rem * .75);}
.open-list [data-block]{display: grid;
  grid-template-columns: minmax(5rem, .2fr) minmax(0, 1fr);
  grid-template-areas:
    "meta title"
    "meta text";
  gap: 0.35rem 1.5rem;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #D9CDB2;
  animation: galleryRailIn calc(360ms * 2) var(--delay-hover) both;
  animation-delay: var(--ease-base, 0ms);}
.open-list [data-block] span{grid-area: meta;
  font-size: calc(16.2px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;}
.open-list [data-block] h3{grid-area: title;}
.open-list [data-block] p{grid-area: text;}
@keyframes galleryRailIn {from{ opacity: .25; transform: translateY(calc(calc(0.76rem * 1) * .12)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 860px) {.open-list .soft-brand{
    grid-template-columns: 1fr;
    grid-template-areas:
      "rail"
      "story"
      "entries";
  }.open-list .narrow-unit{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.37rem;
  }.open-list [data-block]{
    grid-template-columns: 1fr;
    grid-template-areas:
      "meta"
      "title"
      "text";
  }
}
.media-nav{
        padding: calc(1.5rem * 2.4) 1.37rem;
        background: var(--ink-soft);
        color: var(--ink-warm)
    }
.media-nav .soft-brand{max-width: 820px;
        margin: 0 auto}
.media-nav .quiet-rail{display: flex;
        flex-direction: column;
        gap: calc(0.76rem * 1.5);
        align-items: flex-start}
.media-nav h2{min-width: 0;
        margin: 0;
        font-size: calc(16.2px * 2);
        line-height: 1.12}
.media-nav .quiet-note{min-width: 0}
.media-nav .quiet-note p{margin: 0 0 1.5rem;
        font-size: calc(16.2px * 1.125);
        line-height: 1.83}
.media-nav .quiet-note p:last-of-type{margin-bottom: 0}
.media-nav .main-shell{display: flex;
        flex-wrap: wrap;
        gap: 0.76rem;
        margin-top: calc(0.76rem * 1.5)}
.media-nav .main-shell span{
        border-radius: 0.2rem;
        background: #FBF6E7;
        color: #241C12;
        border: 1px solid #D9CDB2;
        padding: calc(calc(1.5rem * .75) * .7) calc(1.5rem * .75);
        font-size: calc(16.2px * .875)
    }
@media (max-width: 760px) {.media-nav .quiet-rail{
            display: block
        }.media-nav .quiet-note{
            margin-top: 1.5rem
        }
    }
.contact-intro{
  background: linear-gradient(135deg, #1F3A5F 0%, #2C4E77 55%, #A8842F 100%);
  color: #F6EFDE;
  padding: calc(1.5rem * 2.4) 1.37rem;
}
.contact-intro .soft-brand{width: min(100%, 820px);
  margin: 0 auto;
  display: grid;
  gap: calc(0.76rem * 1.5);}
.contact-intro h2,
.contact-intro h3,
.contact-intro p{margin: 0;}
.contact-intro h2{font-size: calc(16.2px * 2);
  line-height: 1.1;}
.contact-intro h3{font-size: calc(16.2px * 1.35);
  line-height: 1.18;}
.contact-intro p{font-size: 16.2px;
  line-height: 1.83;}
.contact-intro .simple-items{
  display: grid;
  gap: 1.5rem;
  padding: calc(0.76rem * 1.5);
  border-radius: 0.5rem;
  background: #FBF6E7;
  color: #241C12;
  border: 1px solid #D9CDB2;
}
.contact-intro .soft-feature{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.contact-intro .secondary-entries{
  display: grid;
  grid-template-columns: 0.75rem minmax(6rem, 0.22fr) minmax(9rem, 0.32fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem 1.37rem;
  border-radius: 0.37rem;
  background: var(--ink-soft);
  color: var(--ink-warm);
  border: 1px solid #D9CDB2;
  animation: peopleTimelineIn calc(360ms * 2) var(--delay-hover) both;
  animation-delay: var(--ease-base, 0ms);
}
.contact-intro i{
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.55rem;
  border-radius: 50%;
  background: #A8842F;color:#FBF6E7;}
.contact-intro .secondary-entries span{font-size: calc(16.2px * .875);
  letter-spacing: 0.02em;
  text-transform: uppercase;}
@keyframes peopleTimelineIn {from{ opacity: 0.25; transform: translateY(calc(calc(0.76rem * 1) * 0.12)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 860px) {.contact-intro .secondary-entries{
    grid-template-columns: 0.75rem minmax(0, 1fr);
  }.contact-intro .secondary-entries span,
  .contact-intro .secondary-entries h3,
  .contact-intro .secondary-entries p{
    grid-column: 2;
  }
}
.team-footer{padding:calc(1.5rem*2.8) 1.37rem;background:#F6EFDE;color:#241C12}
.team-footer .bottom-benefit,.team-footer .offer-panel{max-width:820px;margin:0 auto}
.team-footer h1{margin:0;color:#241C12;font-size:clamp(2.2rem,5vw,4.2rem);line-height:1.02}
.team-footer .service-panel{display:flex;gap:.55rem;flex-wrap:wrap;margin:1rem 0;color:#6B5F49}
.team-footer .service-panel span{background:#FBF6E7;color:#241C12;border:1px solid #D9CDB2;border-radius:999px;padding:.42rem .65rem}
.team-footer .active-body{display:block;width:min(100%,1180px);max-height:520px;object-fit:cover;border-radius:0.88rem;box-shadow:0 5px 10px rgba(0,0,0,0.05);margin:1.2rem auto}
.team-footer .offer-panel{background:#FBF6E7;color:#241C12;border:1px solid #D9CDB2;border-radius:0.88rem;padding:1.2rem}
.team-footer p{margin:.85rem 0 0;color:#241C12;opacity:.86;line-height:1.6}
.team-footer .offer-entries{font-size:calc(16.2px * 1.125);opacity:1}
.team-footer h2{margin:1.4rem 0 0;color:#241C12;font-size:clamp(1.4rem,3vw,2rem);line-height:1.15}
.team-footer .page-view{margin-top:calc(0.76rem * 1.5)}
.team-footer .service-headline{display:flex;flex-wrap:wrap;gap:0.76rem;margin-top:calc(0.76rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid #D9CDB2}
.team-footer .service-headline a{color:#1F3A5F;text-decoration:none;border-bottom:1px solid #D9CDB2;padding-bottom:2px}
.team-footer .service-headline a:hover{color:inherit;border-bottom-color:#A8842F}
.narrow-surface{
  background: #F6EFDE;
  color: #241C12;
  padding: calc(1.5rem * 2.4) 1.37rem;
}
.narrow-surface .page-steps{display: block;
  width: min(100%, 820px);
  margin: 0 auto calc(0.76rem * 1.5);
  aspect-ratio: 21 / 8;
  object-fit: cover;
  border-radius: 0.88rem;}
.narrow-surface .soft-brand{width: min(100%, 820px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(0.76rem * 1.5);}
.narrow-surface h2,
.narrow-surface h3,
.narrow-surface p{margin: 0;}
.narrow-surface h2{font-size: calc(16.2px * 2);
  line-height: 1.1;}
.narrow-surface .strong-nav{display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.narrow-surface .strong-nav p{line-height: 1.83;}
.narrow-surface .strong-nav .focused-form{}
.narrow-surface .strong-headline{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.narrow-surface .media-surface{
  flex: 1 1 15rem;
  min-width: 0;
  background: #FBF6E7;
  color: #241C12;
  border: 1px solid #D9CDB2;
  border-radius: 0.5rem;
  padding: calc(1.5rem * .75);
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .5);
}
.narrow-surface .direct-links{display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.37rem;
  margin-bottom: calc(calc(1.5rem * .75) * .4);}
.narrow-surface .media-surface span{display: block;
  font-size: calc(16.2px * .875);
  letter-spacing: .02em;}
.narrow-surface h3{font-size: calc(16.2px * 1.35);
  line-height: 1.18;}
.narrow-surface .media-surface p{font-size: calc(16.2px * .875);
  line-height: 1.83;}
.narrow-surface .active-tile{display: flex;
  flex-wrap: wrap;
  gap: 0.76rem;
  align-items: center;}
.narrow-surface .active-tile a{
  display: inline-block;
  padding: calc(1.5rem * .55) 1.37rem;
  border-radius: 0.37rem;
  text-decoration: none;
  font-size: calc(16.2px * .875);
  border: 1px solid #D9CDB2;
  background: #FBF6E7;
  color: #241C12;
  transition: background 360ms var(--delay-hover), color 360ms var(--delay-hover);
}
.narrow-surface .active-tile a:first-child{
  background: var(--line-main);
  color: #F6EFDE;
  border-color: var(--line-main);
}
.narrow-surface .active-tile a:first-child:hover{
  background: #162B47;
  border-color: #162B47;color:#241C12;}
.narrow-surface .active-tile a:hover{
  background: #A8842F;
  color: #FBF6E7;
  border-color: #A8842F;
}
@media (max-width: 820px) {.narrow-surface .page-steps{ aspect-ratio: 16 / 10; }
}
.local-service{padding:calc(1.5rem * 2.4) 1.37rem;background:#F6EFDE;color:#241C12}
.local-service .soft-brand{max-width:min(820px,54rem);margin:0 auto}
.local-service .focused-intro{align-self:start}
.local-service h2{margin:0;font-size:calc(16.2px * 2);line-height:1.08}
.local-service .focused-intro p{margin:1.5rem 0 0;color:var(--ink-warm);line-height:1.83}
.local-service .primary-stack{align-self:start;margin-top:calc(0.76rem * 1.5);border-top:1px solid #D9CDB2}
.local-service details{padding:1.5rem 0;border-bottom:1px solid #D9CDB2}
.local-service details+details{margin-top:0}
.local-service summary{cursor:pointer;font-size:calc(16.2px * 1.35);line-height:1.18;list-style:none}
.local-service summary::-webkit-details-marker{display:none}
.local-service summary::after{content:"+";float:right;color:inherit;font-size:calc(16.2px * 1.125);line-height:1}
.local-service details[open] summary::after{content:"–"}
.local-service details p{margin:1.5rem 0 0;color:var(--ink-warm);line-height:1.83}
@media(max-width:720px){.local-service .primary-stack{margin-top:calc(0.76rem * 1.5)}}
.public-rail{
  background: linear-gradient(135deg, #1F3A5F 0%, #2C4E77 55%, #A8842F 100%);
  color: #F6EFDE;
  padding: calc(1.5rem * 2.4) 1.37rem;
}
.public-rail .soft-brand{width: min(100%, 820px);
  margin: 0 auto;
  display: grid;
  gap: calc(0.76rem * 1.5);}
.public-rail h2,
.public-rail h3,
.public-rail p{margin: 0;}
.public-rail h2{font-size: calc(16.2px * 2); line-height: 1.1;}
.public-rail h3{font-size: calc(16.2px * 1.35); line-height: 1.18;}
.public-rail p{font-size: 16.2px; line-height: 1.83;}
.public-rail .simple-items{
  display: grid;
  gap: 1.5rem;
  padding: calc(0.76rem * 1.5);
  border-radius: 0.88rem;
  background: linear-gradient(120deg, #A8842F 0%, #C9A24A 100%);
  color: #FBF6E7;
}
.public-rail .soft-feature{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.public-rail .secondary-entries{
  display: grid;
  grid-template-columns: 1.1rem minmax(7rem, .22fr) minmax(0, 1fr);
  grid-template-areas:
    "dot role name"
    "dot role text";
  column-gap: 1.5rem;
  row-gap: calc(1.5rem * .35);
  align-items: start;
  padding: 1.5rem calc(1.5rem * .75);
  border-radius: 0.37rem;
  background: #FBF6E7;
  color: #241C12;
  border: 1px solid #D9CDB2;
  animation: peopleTimelineIn calc(360ms * 2.2) var(--delay-hover) both;
  animation-delay: var(--ease-base, 0ms);
}
.public-rail i{
  grid-area: dot;
  width: .6rem;
  height: .6rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: var(--line-main);color:#F6EFDE;}
.public-rail .secondary-entries span{grid-area: role;
  font-size: calc(16.2px * .875);
  line-height: 1.4;
  padding-top: .1rem;}
.public-rail .secondary-entries h3{grid-area: name;}
.public-rail .secondary-entries p{grid-area: text;}
@keyframes peopleTimelineIn {from{ opacity: .2; transform: translateX(calc(calc(0.76rem * 1) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.public-rail .secondary-entries{
    grid-template-columns: 1.1rem minmax(0, 1fr);
    grid-template-areas:
      "dot role"
      "dot name"
      "dot text";
  }
}
.team-callout{
  background: var(--line-main);
  color: #F6EFDE;
  padding: calc(1.5rem * 2.4) 1.37rem;
}
.team-callout .soft-brand{max-width: 820px;
  margin: 0 auto;}
.team-callout .fresh-body{display: flex;
  align-items: flex-start;
  gap: calc(0.76rem * 1.5);}
.team-callout .strong-nav{flex: 1 1 22rem;
  min-width: 0;}
.team-callout h2{margin: 0;
  font-size: clamp(calc(16.2px * 2), 6vw, calc(16.2px * 2.65));
  line-height: 1.06;
  letter-spacing: 0;}
.team-callout p{margin: 1.5rem 0 0;
  font-size: calc(16.2px * 1.125);
  line-height: 1.68;}
.team-callout .strong-nav > span{display: block;
  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.2px * .875);
  line-height: 1.6;}
.team-callout .local-copy{
  flex: 1 1 28rem;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.76rem;
  padding: calc(0.76rem * 1.5);
  border-radius: 0.5rem;
  background: color-mix(in srgb, #F6EFDE 12%, transparent);color:#241C12;}
.team-callout .strong-view{flex: 1 1 12rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.5);
  font-size: calc(16.2px * .875);}
.team-callout .fresh-visual{flex: 1 1 100%;}
.team-callout input{
  width: 100%;
  min-width: 0;
  border: 1px solid color-mix(in srgb, currentColor 32%, transparent);
  border-radius: 0.2rem;
  background: color-mix(in srgb, #F6EFDE 7%, transparent);
  color: inherit;
  padding: calc(1.5rem * .75);
  font: inherit;
}
.team-callout input::placeholder{color: color-mix(in srgb, currentColor 56%, transparent);}
.team-callout button{
  flex: 1 1 100%;
  border: 0;
  border-radius: 0.37rem;
  background: #A8842F;
  color: #FBF6E7;
  padding: calc(1.5rem * .75) 0.76rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 360ms var(--delay-hover);
}
.team-callout button:hover{
  background: #8E6E22;color:#241C12;}
@media (max-width: 760px) {.team-callout .fresh-body{ flex-direction: column; }.team-callout .local-copy{ padding: calc(1.5rem * .75); gap: 1.5rem; }
}
.media-flow{background:#F6EFDE;color:#241C12;padding:calc(1.5rem * 2.4) 1.37rem}
.media-flow .soft-brand{max-width:min(820px,64rem);margin:0 auto}
.media-flow .bottom-method{display:flex;flex-direction:column;gap:calc(0.76rem * 1.5)}
.media-flow .page-callout{margin:0;font-size:calc(16.2px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--ink-warm)}
.media-flow h2{margin:0;font-size:calc(16.2px * 2);line-height:1.15}
.media-flow .focused-form{margin:0;font-size:16.2px;line-height:1.83}
.media-flow .local-panel{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:0.5rem;box-shadow:0 1px 2px rgba(0,0,0,0.04)}
.media-flow .focused-view{display:flex;flex-direction:column;gap:0.76rem;border-top:1px solid #D9CDB2;border-bottom:1px solid #D9CDB2;padding:calc(0.76rem * 1.5) 0}
.media-flow .top-callout{display:flex;flex-wrap:wrap;gap:0.76rem;align-items:baseline}
.media-flow .strong-view{flex:0 0 12rem;font-size:calc(16.2px * .875);text-transform:uppercase;letter-spacing:0.05em;color:var(--ink-warm)}
.media-flow .steady-entries{flex:1 1 16rem;font-size:16.2px;line-height:1.83;color:#241C12;text-decoration:none}
.media-flow a.value:hover{color:inherit;text-decoration:underline}
.media-flow .strong-nav{margin:0;font-size:16.2px;line-height:1.83}
.media-flow .media-block{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.media-flow .media-block a{padding:calc(1.5rem * .75);border-radius:0.2rem;background:#FBF6E7;color:#241C12;border:1px solid #D9CDB2;text-decoration:none;font-size:calc(16.2px * .875)}
.media-flow .media-block a:first-child{background:var(--line-main);color:#F6EFDE;border-color:var(--line-main)}
.media-flow .media-block a:hover{background:#A8842F;color:#FBF6E7;border-color:#A8842F}
@media (max-width:640px){.media-flow .strong-view{flex:1 1 100%}
}
.secondary-actions{padding:calc(1.5rem * 2.4) 1.37rem;background:linear-gradient(135deg, #1F3A5F 0%, #2C4E77 55%, #A8842F 100%);color:#F6EFDE}
.secondary-actions .soft-brand{max-width:820px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.46fr) minmax(0,1fr);gap:calc(0.76rem * 1.5);align-items:start}
.secondary-actions .strong-nav{display:flex;flex-direction:column;gap:1.5rem;padding:calc(1.5rem * .75);border-radius:0.88rem;background:#A8842F;color:#FBF6E7}
.secondary-actions h2{margin:0;font-size:calc(16.2px * 2);line-height:1.15}
.secondary-actions .strong-nav>p{margin:0;font-size:16.2px;line-height:1.83}
.secondary-actions .service-grid{display:grid;gap:0.76rem}
.secondary-actions .plain-unit{padding:calc(1.5rem * .75);border-radius:0.37rem;background:#FBF6E7;color:#241C12;border:1px solid #D9CDB2}
.secondary-actions .plain-unit span{display:block;font-size:calc(16.2px * .875);}
.secondary-actions .plain-unit strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-size:16.2px;line-height:1.5;font-weight:600}
.secondary-actions .plain-unit a{text-decoration:none;border-bottom:1px solid #D9CDB2}
.secondary-actions .plain-unit a:hover{}
.secondary-actions .page-callout{margin:0;font-size:calc(16.2px * .875);line-height:1.83}
.secondary-actions .media-surface{min-height:clamp(22rem,44vw,34rem);border-radius:0.88rem;overflow:hidden;border:1px solid #D9CDB2;box-shadow:0 5px 10px rgba(0,0,0,0.05);background:#FBF6E7;color:#241C12;}
.secondary-actions iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 860px){.secondary-actions .soft-brand{grid-template-columns:1fr}.secondary-actions .media-surface{min-height:22rem}
}
.service-actions{
        background: var(--line-main);
        color: #F6EFDE;
    }
.service-actions .plain-method{max-width: 820px;
        margin: 0 auto;
        padding: calc(1.5rem * 2.4) 1.37rem calc(0.76rem * 1.5);}
.service-actions h2{max-width: 22ch;
        margin: 0;
        font-size: calc(16.2px * 2);
        line-height: 1.08;}
.service-actions .plain-method p{margin: 1.5rem 0 0;
        font-size: calc(16.2px * 1.125);
        line-height: 1.83;}
.service-actions .content-media{
        background: #1F3A5F;
        color: #F6EFDE;
    }
.service-actions .quiet-surface{
        background: var(--ink-soft);
        color: var(--ink-warm);
    }
.service-actions .clear-headline{max-width: 820px;
        margin: 0 auto;
        padding: calc(0.76rem * 1.5) 1.37rem;}
.service-actions .content-media .clear-headline{display: flex;
        flex-wrap: wrap;
        gap: 0.76rem;}
.service-actions .content-media a{flex: 1 1 16rem;
        min-width: 0;
        color: inherit;
        font-size: calc(16.2px * 1.35);
        line-height: 1.2;
        overflow-wrap: anywhere;
        text-decoration: none;
        border-left: 2px solid #A8842F;
        padding-left: calc(1.5rem * .75);
        transition: border-color 360ms var(--delay-hover);}
.service-actions .content-media a:hover{border-color: #8E6E22;}
.service-actions .content-media span{display: block;
        margin-bottom: calc(1.5rem * .75);
        font-size: calc(16.2px * .875);
        letter-spacing: .02em;
        opacity: .7;}
.service-actions .quiet-surface .clear-headline{display: flex;
        flex-direction: column;
        gap: calc(0.76rem * 1.5);}
.service-actions .steady-stack{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        align-items: baseline;
        border-top: 1px solid #D9CDB2;
        padding-top: calc(1.5rem * .75);}
.service-actions .steady-stack:first-child{border-top: 0;
        padding-top: 0;}
.service-actions .steady-stack .strong-callout{flex: 0 0 12rem;
        margin: 0;
        font-size: calc(16.2px * .875);
        text-transform: uppercase;
        letter-spacing: .06em;
        opacity: .7;}
.service-actions .steady-stack p{flex: 1 1 18rem;
        margin: 0;
        line-height: 1.83;}
.service-actions .service-items{flex: 1 1 18rem;
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75) 0.76rem;}
.service-actions .service-items a{text-underline-offset: .22em;}
.service-actions .service-items a:hover{}
@media (max-width: 680px) {.service-actions .content-media a{
            flex: 1 1 100%;
        }.service-actions .steady-stack .strong-callout{
            flex: 1 1 100%;
        }
    }
.direct-shell{padding:calc(1.5rem * 2.4) 1.37rem;background:#1F3A5F;color:#F6EFDE}
.direct-shell .text-shell{max-width:min(820px,56rem);margin:0 auto}
.direct-shell h2{margin:0;font-size:calc(16.2px * 2.65);line-height:1.08}
.direct-shell .focused-form{margin:1.5rem 0 calc(0.76rem * 1.5);font-size:calc(16.2px * 1.125);color:color-mix(in srgb,currentColor 76%,transparent)}
.direct-shell .public-contact{margin:0 0 0.76rem;padding-left:calc(1.5rem * .75);border-left:2px solid color-mix(in srgb,currentColor 22%,transparent)}
.direct-shell .public-contact:last-child{margin-bottom:0}
.direct-shell h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.2px * 1.35);line-height:1.24}
.direct-shell .public-contact p{margin:0;color:color-mix(in srgb,currentColor 78%,transparent)}
@media (max-width:640px){.direct-shell .public-contact{padding-left:1.5rem;border-left-width:1px}
}
.media-contact{padding:calc(1.5rem * 2.4) 1.37rem;background:#F6EFDE;color:#241C12}
.media-contact .strong-grid{max-width:min(820px,68rem);margin:0 auto}
.media-contact h2{margin:0;font-size:calc(16.2px * 2.65);line-height:1.08}
.media-contact .featured-area{margin:1.5rem 0 calc(0.76rem * 1.5);font-size:calc(16.2px * 1.125);line-height:1.83}
.media-contact .steady-view{padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);margin:0 0 0.76rem;border-left:2px solid #A8842F;background:#FBF6E7;color:#241C12;border-radius:0.2rem}
.media-contact .steady-view:last-child{margin-bottom:0}
.media-contact h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.2px * 1.35);line-height:1.25}
.media-contact .steady-view p{margin:0;line-height:1.83}
@media (max-width:640px){.media-contact .steady-view{padding-left:1.5rem}.media-contact h2{font-size:calc(16.2px * 2)}
}
.strong-stack{background:#A8842F;color:#FBF6E7;padding:calc(1.5rem * 2.4) 1.37rem}
.strong-stack .soft-brand{max-width:820px;margin:0 auto}
.strong-stack .direct-body{display:flex;flex-direction:column;gap:calc(0.76rem * 1.5)}
.strong-stack h2{margin:0;font-size:clamp(calc(16.2px * 2),4.4vw,calc(16.2px * 2.65));line-height:1.1;letter-spacing:0}
.strong-stack .team{display:flex;align-items:flex-start;justify-content:space-between;gap:calc(0.76rem * 1.5);flex-wrap:wrap}
.strong-stack .strong-nav{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.strong-stack .strong-nav p{margin:0;font-size:16.2px;line-height:1.7}
.strong-stack .service-headline{flex:1 1 18rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.strong-stack .service-headline a{padding:calc(1.5rem * .75);border-radius:0.2rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none;font-size:calc(16.2px * .875);line-height:1.5;transition:background 360ms var(--delay-hover)}
.strong-stack .service-headline a:hover{background:color-mix(in srgb,currentColor 22%,transparent)}
.strong-stack .page-callout{margin:0;font-size:calc(16.2px * .875);line-height:1.6;opacity:.85}
.strong-stack .steady-stack{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75) calc(0.76rem * 1.5);padding-top:calc(0.76rem * 1.5);border-top:1px solid color-mix(in srgb,currentColor 25%,transparent);font-size:calc(16.2px * .875);line-height:1.6}
.strong-stack .steady-stack a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.strong-stack .steady-stack a:hover{text-decoration:none}
@media(max-width:760px){.strong-stack .team{flex-direction:column}.strong-stack .strong-nav,.strong-stack .service-headline{flex-basis:auto}}
.local-media{--mark-content:calc(1.5rem * 1.05);--mark-main:calc(820px / 2.35);padding:calc(1.5rem * 2.4) 1.37rem;background:#F6EFDE;color:#241C12;}
.local-media .soft-brand{max-width:820px;margin:0 auto;}
.local-media h1,.local-media h2,.local-media h3,.local-media p{margin:0;}
.local-media h1{font-size:calc(16.2px * 2.65);line-height:1.08;}
.local-media h2{font-size:calc(16.2px * 2);line-height:1.12;}
.local-media h3{font-size:calc(16.2px * 1.35);line-height:1.2;}
.local-media p{font-size:16.2px;line-height:1.83;}
.local-media a{color:#1F3A5F;text-decoration:none;}
.local-media a:hover{color:inherit;}
.local-media .focused-form{font-size:calc(16.2px * 1.125);color:var(--ink-warm);}
.local-media .strong-nav{color:#241C12;}
.local-media .active-tile{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.2rem;background:var(--line-main);color:#F6EFDE;}
.local-media .active-tile:hover{background:#162B47;color:#F6EFDE;}
.local-media .service-headline{font-size:calc(16.2px * .875);color:var(--ink-warm);}
.local-media .content-stack>h1,.local-media .content-stack>h2,.local-media .content-stack>p,.local-media .content-stack>.active-tile,.local-media .content-stack>.service-headline{margin-top:1.5rem;}
.fresh-links{
  background:var(--ink-soft);
  color:var(--ink-warm);
  padding:calc(1.5rem * 2.4) 1.37rem;
}
.fresh-links .soft-brand{width:min(100%,820px);
  margin:0 auto;}
.fresh-links .strong-headline{display:flex;
  flex-direction:column;
  gap:calc(0.76rem * 1.5);}
.fresh-links .strong-proof{display:flex;
  flex-direction:column;
  gap:1.5rem;}
.fresh-links h1{margin:0;
  font-size:calc(16.2px * 2.65);
  line-height:1.08;
  letter-spacing:0;}
.fresh-links p{margin:0;
  font-size:calc(16.2px * 1.125);
  line-height:1.83;}
.fresh-links .secondary-steps{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.76rem calc(1.5rem * .75);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #D9CDB2;}
.fresh-links .secondary-steps > a{
  padding:0.7rem 1.1rem;
  border-radius:0.37rem;
  background:var(--line-main);
  color:#F6EFDE;
  text-decoration:none;
  font-weight:700;
  transition:background 360ms var(--delay-hover);
}
.fresh-links .secondary-steps > a:hover,
.fresh-links .secondary-steps > a:focus-visible{
  background:#162B47;color:#241C12;}
.fresh-links .service-headline{display:flex;
  flex-wrap:wrap;
  gap:0.4rem 1.2rem;
  margin:0;
  padding:0;
  list-style:none;}
.fresh-links .service-headline a{text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 360ms var(--delay-hover), border-color 360ms var(--delay-hover);}
.fresh-links .service-headline a:hover,
.fresh-links .service-headline a:focus-visible{border-bottom-color:#A8842F;}
@media (max-width:680px) {.fresh-links{ padding:calc(1.5rem * 2.4) 1.37rem; }.fresh-links h1{ font-size:calc(16.2px * 2); }.fresh-links .secondary-steps{ align-items:flex-start; flex-direction:column; }
}
