body{margin:0;padding:0;font-family:"Lora", sans-serif;}
a{color:inherit;}
*,*::before,*::after{box-sizing:border-box;}
.secondary-block {
    width: 100%;
    background: #FBF7EE;
    color: #232019;
    border-bottom: 1px solid var(--ink-muted);
  }
:root {
  --speed-entry: ease;
  --tone-inverse: #232019;
  --ink-muted: #E2DAC8;
  --line-page: #33302A;
  --surface-primary: #C0392B;
  --paint-muted: #FFFFFF;
  --line-light: #1F3A93;
}
.wide-panel {
    max-width: 860px;
    margin: 0 auto;
    padding: 1.5rem 1.02rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.95rem;
    flex-wrap: wrap;
  }
.secondary-footer {
    font-size: calc(15.2px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #232019;
    text-decoration: none;
    line-height: 1.1;
  }
.secondary-footer:hover,
  .secondary-footer:focus-visible {
    color: #C0392B;
  }
.content-links {
    display: flex;
    align-items: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.95rem;
  }
.nav-link {
    display: inline-block;
    padding: 0.35rem 0.15rem;
    font-size: 15.2px;
    color: #232019;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 330ms var(--speed-entry),
                border-color 330ms var(--speed-entry);
  }
.nav-link:hover,
  .nav-link:focus-visible {
    color: #C0392B;
    border-bottom-color: #C0392B;
  }
.nav-link.is-active {
    color: #232019;
    border-bottom-color: var(--surface-primary);
    font-weight: 600;
  }
.site-panel {
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
    background: transparent;
    color: #232019;
    border: 1px solid var(--ink-muted);
    border-radius: 0.18rem;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.3rem;
  }
.site-panel:hover,
  .site-panel:focus-visible{
    background: color-mix(in srgb, currentColor 10%, transparent);color:var(--tone-inverse);}
.content-footer{
    display: block;
    width: 1.25rem;
    height: 2px;
    background: #232019;
    border-radius: 1px;color:var(--tone-inverse);}
@media (max-width: 767px) {
    .wide-panel {
      flex-wrap: nowrap;
    }

    .site-panel {
      display: flex;
    }

    .content-links {
      display: none;
      width: 100%;
      order: 3;
      flex-basis: 100%;
      margin-top: calc(0.95rem * 1.5);
      border-top: 1px solid var(--ink-muted);
      padding-top: calc(0.95rem * 1.5);
    }

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

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: 0.25rem;
    }

    .nav-link {
      display: block;
      width: 100%;
      padding: 0.6rem 0;
      font-size: 15.2px;
      border-bottom: 1px solid var(--ink-muted);
    }

    .nav-link.is-active {
      border-bottom-color: var(--surface-primary);
    }
  }
.text-contact{font-family:"Lora", sans-serif;font-size:15.2px;line-height:1.65;padding:0;background:#1C1A16;color:#FBF7EE;}
.offer-view{max-width:860px;margin:0 auto;padding:calc(1.5rem * 2.4) 1.02rem;display:grid;grid-template-columns:1fr;gap:calc(0.95rem * 1.5)}
.open-list{display:grid;grid-template-columns:1fr;gap:calc(1.5rem * .75);padding-bottom:calc(0.95rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.18)}
.page-intro{font-size:calc(15.2px * 1.125);font-weight:700;letter-spacing:0.02em;margin:0 0 1.5rem}
.direct-nav{font-size:calc(15.2px * 1.35);font-weight:600;line-height:1.25;margin:0 0 1.5rem}
.steady-fields{font-size:15.2px;margin:0;max-width:60ch;opacity:0.9}
.simple-tile{display:grid;gap:1.5rem;max-width:520px}
.fresh-header{font-size:calc(15.2px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.85}
.team-entries{display:flex;flex-wrap:wrap;gap:0.95rem}
.simple-header{flex:1 1 220px;min-width:0;padding:0.75rem 1rem;font-family:inherit;font-size:15.2px;color:#FBF7EE;background:rgba(255, 255, 255, 0.08);border:1px solid rgba(255, 255, 255, 0.28);border-radius:0;outline:none}
.simple-header::placeholder{opacity:1}
.simple-header:focus{border-color:rgba(255, 255, 255, 0.6);box-shadow:rgba(31, 58, 147, 0.35)}
.plain-region{flex:0 0 auto;padding:0.75rem 1.25rem;font-family:inherit;font-size:15.2px;font-weight:600;color:#FBF7EE;background:var(--line-light);border:1px solid var(--line-light);border-radius:0;cursor:pointer;transition:background 330ms var(--speed-entry), color 330ms var(--speed-entry)}
.plain-region:hover{background:#172C74;border-color:#172C74;color:var(--tone-inverse);}
.wide-quote{font-size:calc(15.2px * .875);margin:0;opacity:0.75}
.simple-block{display:grid;grid-template-columns:1fr;gap:calc(1.5rem * .75)}
.bottom-summary{font-size:calc(15.2px * .875);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin:0 0 1.5rem;opacity:0.85}
.bottom-unit{list-style:none;padding:0;margin:0;display:grid;gap:0.5rem}
.bottom-unit a{color:inherit;text-decoration:none;font-size:15.2px;border-bottom:1px solid transparent;transition:border-color 330ms var(--speed-entry)}
.bottom-unit a:hover{border-bottom-color:currentColor;color:inherit}
.focused-note{padding-top:calc(0.95rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}
.media-method{font-size:calc(15.2px * .875);font-weight:600;letter-spacing:0.08em;text-transform:uppercase;margin:0 0 1.5rem;opacity:0.85}
.secondary-copy{font-style:normal;display:grid;gap:1.5rem;margin:0}
.clear-service{display:grid;gap:0.25rem;margin:0}
.main-steps{font-size:calc(15.2px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.7}
.main-method{font-size:15.2px}
.featured-actions{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;font-size:15.2px}
.featured-actions:hover{opacity:0.85}
.team-media{padding-top:calc(0.95rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18);display:grid;gap:1.5rem}
.contact-view{margin:0;font-size:calc(15.2px * .875)}
.contact-view a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor}
.contact-view a:hover{opacity:0.85;color:inherit}
.strong-team{margin:0;font-size:calc(15.2px * .875);line-height:1.5;opacity:0.85;max-width:80ch}
.compact-quote{margin:0;font-size:calc(15.2px * .875);opacity:0.75}
@media (min-width: 720px) {.open-list{grid-template-columns:1.1fr 1fr;align-items:start}.simple-block{grid-template-columns:repeat(3, 1fr)}
  }
@media (min-width: 1024px) {.offer-view{gap:calc(1.5rem * 2.4)}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:50%;bottom:1.5rem;transform:translateX(-50%);z-index:1200}
.cookies .main-feature{width:min(38rem,calc(100vw - 1.02rem*2));padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 14%,transparent);border-radius:0.81rem;background:#f7f7f7;color:#0a0f1a;box-shadow:0 14px 20px rgba(0,0,0,0.11)}
.cookies strong{font-size:calc(15.2px * 1.35);line-height:1.12}
.cookies p{margin:calc(1.5rem * .75) 0 0;color:#2a3040;line-height:1.65}
.cookies .media-quote{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.cookies .media-quote>*{min-width:0;flex:1 1 10rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 16%,transparent);border-radius:0.18rem;background:#fff;color:#0a0f1a;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.cookies button.cookie-accept{background:var(--line-light);color:#FBF7EE;border-color:var(--line-light)}
.simple-brand{--axis-base:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.02rem;background:#FBF7EE;color:#232019;}
.simple-brand .content-actions{max-width:860px;margin:0 auto;display:flex;flex-direction:column;row-gap:calc(var(--axis-base) * .9);}
.simple-brand h1,.simple-brand p{margin:0;}
.simple-brand h1{font-size:calc(15.2px * 2.65);line-height:1.08;letter-spacing:-0.01em;}
.simple-brand p{font-size:15.2px;line-height:1.65;}
.simple-brand .content-service p:first-child{font-size:calc(15.2px * .875);text-transform:uppercase;letter-spacing:0.08em;}
.simple-brand .wide-footer{font-size:calc(15.2px * 1.125);}
.simple-brand .featured-figure{display:flex;flex-wrap:wrap;align-items:center;column-gap:0.95rem;row-gap:calc(0.95rem * .6);padding-top:calc(var(--axis-base) * .3);border-top:1px solid var(--ink-muted);}
.simple-brand .simple-unit{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.18rem;background:var(--line-light);color:#FBF7EE;text-decoration:none;font-size:15.2px;transition:background 330ms var(--speed-entry);}
.simple-brand .simple-unit:hover{background:#172C74;color:var(--tone-inverse);}
.simple-brand .featured-story{text-decoration:none;font-size:15.2px;border-bottom:1px solid transparent;padding-bottom:2px;transition:color 330ms var(--speed-entry),border-color 330ms var(--speed-entry);}
.simple-brand .featured-story:hover{border-color:#C0392B;}
@media (max-width:640px){.simple-brand h1{font-size:calc(15.2px * 2);}.simple-brand .wide-footer{font-size:15.2px;}.simple-brand .featured-figure{flex-direction:column;align-items:flex-start;}
}
.active-surface{
        --axis-base: calc(1.5rem * 1.1);
        padding: calc(1.5rem * 2.4) 1.02rem;
        background: #F1EADB;
        color: var(--line-page);
    }
.active-surface .content-actions{max-width: 860px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--axis-base);}
.active-surface h2,
    .active-surface h3,
    .active-surface p{margin: 0;}
.active-surface h2{font-size: calc(15.2px * 2);
        line-height: 1.14;}
.active-surface h3{font-size: calc(15.2px * 1.35);
        line-height: 1.22;}
.active-surface p{font-size: 15.2px;
        line-height: 1.65;}
.active-surface .simple-media{display: flex;
        flex-direction: column;
        gap: calc(1.5rem / 2);}
.active-surface .wide-footer{font-size: calc(15.2px * 1.125);}
.active-surface .page-fields{display: flex;
        flex-direction: column;
        gap: calc(0.95rem * 1.5);}
.active-surface .narrow-section{min-width: 0;
        padding-block-end: calc(0.95rem * 1.5);
        border-bottom: 1px solid var(--ink-muted);}
.active-surface .narrow-section:last-child{border-bottom: 0;
        padding-block-end: 0;}
.active-surface .narrow-section p{margin-top: calc(1.5rem / 3);}
.active-surface .featured-figure{font-size: calc(15.2px * .875);
        padding-block-start: calc(0.95rem * 1.5);
        border-top: 1px solid var(--ink-muted);}
.active-surface .featured-figure a{color: #1F3A93;
        text-decoration: underline;
        text-underline-offset: 3px;}
.active-surface .featured-figure a:hover{color: #C0392B;}
@media (min-width: 720px) {.active-surface .page-fields{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            column-gap: 0.95rem;
            row-gap: calc(0.95rem * 1.5);
        }.active-surface .narrow-section{
            padding-block-end: 0;
            border-bottom: 0;
            padding-inline-start: calc(1.5rem * .75);
            border-inline-start: 2px solid var(--surface-primary);
        }
    }
.main-lead{padding:calc(1.5rem * 2.4) 1.02rem;background:#FBF7EE;color:#232019}
.main-lead .content-actions{max-width:860px;margin:0 auto}
.main-lead .plain-shell{display:flex;flex-direction:column;gap:calc(0.95rem * 1.5)}
.main-lead .wide-footer{border-left:3px solid var(--surface-primary);padding-left:1.02rem}
.main-lead h2{margin:0;font-size:calc(15.2px * 2);line-height:1.12}
.main-lead .wide-footer p{margin:calc(1.5rem * .75) 0 0;font-size:calc(15.2px * 1.125);line-height:1.65}
.main-lead .page-fields{display:flex;flex-direction:column;gap:0}
.main-lead .narrow-section{padding:1.5rem 0;border-top:1px solid var(--ink-muted)}
.main-lead .narrow-section:last-child{border-bottom:1px solid var(--ink-muted)}
.main-lead strong{display:block;font-size:calc(15.2px * 1.35);line-height:1.2;}
.main-lead .narrow-section p{margin:calc(1.5rem * .75) 0 0;line-height:1.65}
@media(max-width:780px){.main-lead h2{font-size:calc(15.2px * 1.35)}.main-lead .wide-footer p{font-size:15.2px}
}
.bottom-panel{
  --axis-base:calc(1.5rem * 1.05);
  --layer-active:1px solid var(--ink-muted);
  padding:calc(1.5rem * 2.4) 1.02rem;
  background:#FBF7EE;
  color:#232019;
}
.bottom-panel .content-actions{max-width:860px;
  margin:0 auto;}
.bottom-panel h1,
.bottom-panel h2,
.bottom-panel h3,
.bottom-panel p{margin:0;}
.bottom-panel h2{font-size:calc(15.2px * 2);
  line-height:1.14;}
.bottom-panel h3{font-size:calc(15.2px * 1.35);
  line-height:1.22;}
.bottom-panel p{font-size:15.2px;
  line-height:1.65;}
.bottom-panel .simple-shell{display:flex;
  flex-direction:column;
  gap:calc(calc(0.95rem * 1.5) * .6);
  padding-bottom:calc(0.95rem * 1.5);
  border-bottom:var(--layer-active);}
.bottom-panel .wide-footer{color:var(--line-page);
  font-size:calc(15.2px * 1.125);}
.bottom-panel .visual-surface{display:flex;
  flex-direction:column;
  margin-top:var(--axis-base);}
.bottom-panel .narrow-section{display:grid;
  grid-template-columns:1fr;
  gap:calc(calc(0.95rem * 1.5) * .45);
  padding:calc(0.95rem * 1.5) 0;
  border-bottom:var(--layer-active);}
.bottom-panel .narrow-section h3{position:relative;
  padding-left:calc(1.02rem * 1.15);}
.bottom-panel .narrow-section h3::before{
  content:"";
  position:absolute;
  left:0;
  top:.55em;
  width:.55rem;
  height:1px;
  background:var(--surface-primary);color:#FBF7EE;}
.bottom-panel .narrow-section p{color:var(--line-page);}
.bottom-panel .featured-figure{margin-top:var(--axis-base);
  padding-top:calc(0.95rem * 1.5);
  border-top:var(--layer-active);
  font-size:calc(15.2px * .875);
  color:var(--line-page);}
.bottom-panel .featured-figure a{color:#1F3A93;
  text-decoration:underline;
  text-underline-offset:3px;}
.bottom-panel .featured-figure a:hover{color:#C0392B;}
@media (min-width:720px){.bottom-panel .narrow-section{
    grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);
    gap:1.5rem;
    align-items:start;
  }.bottom-panel .narrow-section h3{
    padding-left:calc(1.02rem * 1.2);
  }
}
.visual-section{
  padding:calc(1.5rem*3) 1.02rem;
  background:#F1EADB;
  color:var(--line-page);
}
.visual-section .compact-proof{max-width:860px;
  margin:0 auto;}
.visual-section .active-headline{margin:0 0 calc(calc(0.95rem * 1.5)*1.4);
  padding-bottom:calc(0.95rem * 1.5);
  border-bottom:1px solid var(--ink-muted);}
.visual-section h2{margin:0 0 .6rem;
  font-size:calc(15.2px * 2);
  line-height:1.1;}
.visual-section .wide-footer{margin:0;
  font-size:15.2px;
  line-height:1.65;}
.visual-section .top-stack{display:flex;
  flex-direction:column;
  gap:calc(0.95rem * 1.5);}
.visual-section .secondary-service{
  padding:calc(1.5rem * .75);
  background:var(--paint-muted);
  color:var(--tone-inverse);
  border:1px solid var(--ink-muted);
  border-left:3px solid var(--surface-primary);
  border-radius:0.36rem;
}
.visual-section .quiet-entries{display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  align-items:baseline;
  margin:0 0 .5rem;
  font-size:calc(15.2px * .875);}
.visual-section .active-nav{
  padding:.15rem .55rem;
  background:var(--surface-primary);
  color:#FBF7EE;
  border-radius:0.18rem;
  letter-spacing:.02em;
}
.visual-section .featured-view{color:var(--line-page);}
.visual-section h3{margin:0 0 .35rem;
  font-size:calc(15.2px * 1.35);
  line-height:1.25;}
.visual-section h3 a{color:#1F3A93;
  text-decoration:none;}
.visual-section h3 a:hover{color:#C0392B;
  text-decoration:underline;}
.visual-section .contact-block{margin:0 0 .6rem;
  font-style:italic;
  color:var(--line-page);}
.visual-section .active-content{margin:0 0 .85rem;
  line-height:1.65;}
.visual-section .open{display:inline-block;
  font-weight:700;
  color:var(--line-light);
  text-decoration:none;
  border-bottom:1px solid var(--line-light);
  padding-bottom:1px;}
.visual-section .open:hover{color:#A32B1F;
  border-bottom-color:#A32B1F;}
.visual-section .strong-media{
  margin-top:calc(calc(0.95rem * 1.5)*1.6);
  padding:calc(1.5rem * .75);
  background:var(--paint-muted);
  color:var(--tone-inverse);
  border:1px dashed var(--ink-muted);
  border-radius:0.36rem;
}
.visual-section .strong-media p{margin:0;
  line-height:1.65;}
.visual-section .strong-media a{color:#1F3A93;
  text-decoration:underline;}
.visual-section .strong-media a:hover{color:#C0392B;}
@media (min-width:720px){
  .visual-section .top-stack{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:0.95rem;
  }
  .visual-section .secondary-service{
    display:flex;
    flex-direction:column;
  }
  .visual-section .secondary-service .open{
    margin-top:auto;
  }
}
.visual-quote{--axis-base:calc(1.5rem * 1.2);--layer-strong:calc(860px / 3.05);padding:calc(1.5rem * 2.4) 1.02rem;background:#FBF7EE;color:#232019;}
.visual-quote .content-actions{max-width:860px;margin:0 auto;}
.visual-quote h2,.visual-quote h3,.visual-quote p{margin:0;}
.visual-quote h2{font-size:calc(15.2px * 2);line-height:1.14;}
.visual-quote h3{font-size:calc(15.2px * 1.35);line-height:1.22;}
.visual-quote p{font-size:15.2px;line-height:1.65;}
.visual-quote a{color:#1F3A93;text-decoration:none;border-bottom:1px solid color-mix(in srgb, #1F3A93 35%, transparent);}
.visual-quote a:hover{color:#C0392B;border-bottom-color:#C0392B;}
.visual-quote .fresh-nav{display:flex;flex-wrap:wrap;align-items:flex-end;gap:0.95rem;padding-bottom:calc(0.95rem * 1.5);border-bottom:1px solid var(--ink-muted);}
.visual-quote .fresh-nav>h2{flex:1 1 calc(860px / 2.4);min-width:0;}
.visual-quote .fresh-nav>.wide-footer{flex:1 1 calc(860px / 2.4);min-width:0;color:var(--line-page);}
.visual-quote .page-fields{display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:var(--axis-base);}
.visual-quote .narrow-section{flex:1 1 calc(860px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9) 0 0;border-top:2px solid var(--surface-primary);}
.visual-quote .narrow-section .visual-plan{font-size:calc(15.2px * .875);text-transform:uppercase;letter-spacing:0.06em;color:var(--line-page);margin-bottom:calc(1.5rem / 3);}
.visual-quote .narrow-section h3{margin-bottom:calc(1.5rem / 3);}
.visual-quote .narrow-section p{color:var(--line-page);}
.visual-quote .narrow-section .service-fields{display:inline-block;margin-top:calc(1.5rem / 2.4);font-size:calc(15.2px * .875);}
.visual-quote .featured-figure{margin-top:var(--axis-base);padding-top:calc(0.95rem * 1.5);border-top:1px solid var(--ink-muted);font-size:calc(15.2px * .875);color:var(--line-page);}
@media (max-width:640px){.visual-quote .fresh-nav>h2,.visual-quote .fresh-nav>.wide-footer{flex:1 1 100%;}.visual-quote .narrow-section{flex:1 1 100%;}
}
.contact-footer{
  padding: calc(1.5rem * 2.4) 1.02rem;
  background: var(--surface-primary);
  color: #FBF7EE;
}
.contact-footer .soft-shell{
  max-width: 860px;
  margin: 0 auto;
  border-radius: 0.81rem;
  overflow: hidden;
  background: #FBF7EE;
  color: #232019;
  box-shadow: 0 14px 20px rgba(0,0,0,0.11);
}
.contact-footer .local-actions{display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(0.95rem * 1.5);
  border-bottom: 1px solid var(--ink-muted);}
.contact-footer .local-actions span{font-size: calc(15.2px * .875);
  letter-spacing: 0.02em;}
.contact-footer a{text-decoration: none;}
.contact-footer .local-actions a{font-size: calc(15.2px * .875);}
.contact-footer .local-actions a:hover{}
.contact-footer .simple-benefit{display: flex;
  flex-wrap: wrap;
  gap: calc(0.95rem * 1.5);
  padding: calc(0.95rem * 1.5);}
.contact-footer .wide-footer{flex: 1 1 260px;
  min-width: 0;}
.contact-footer h2{margin: 0;
  font-size: calc(15.2px * 2);
  line-height: 1.12;}
.contact-footer .wide-footer p{margin: calc(1.5rem * .75) 0 0;
  font-size: 15.2px;
  line-height: 1.65;}
.contact-footer .site-inner{flex: 1 1 340px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.contact-footer .site-inner a{
  display: block;
  padding: calc(1.5rem * .75) calc(0.95rem * 1.5);
  border: 1px solid var(--ink-muted);
  border-left: 3px solid var(--surface-primary);
  border-radius: 0.18rem;
  background: var(--paint-muted);
  color: var(--tone-inverse);
  transition: border-color 330ms var(--speed-entry), box-shadow 330ms var(--speed-entry);
}
.contact-footer .site-inner a:hover{border-left-color: var(--line-light);
  box-shadow: 0 0px 1px rgba(0,0,0,0.07);}
.contact-footer .site-inner span{display: block;
  font-size: calc(15.2px * .875);
  text-transform: uppercase;
  letter-spacing: 0.06em;}
.contact-footer .site-inner strong{display: block;
  margin: calc(calc(1.5rem * .75) * 0.4) 0;
  font-size: calc(15.2px * 1.35);
  line-height: 1.25;}
.contact-footer .site-inner small{display: block;
  font-size: calc(15.2px * .875);
  line-height: 1.65;}
@media (max-width: 780px) {.contact-footer .simple-benefit{
    padding: calc(1.5rem * .75);
  }.contact-footer .local-actions{
    flex-direction: column;
    align-items: flex-start;
    padding: calc(1.5rem * .75);
  }
}
.open-benefit{
        background: #FBF7EE;
        color: #232019;
        padding: calc(1.5rem * 2.4) 1.02rem;
    }
.open-benefit .content-actions{width: min(100%, 860px);
        margin: 0 auto;}
.open-benefit h2,
    .open-benefit h3,
    .open-benefit p{margin: 0;}
.open-benefit h2{font-size: calc(15.2px * 2);
        line-height: 1.1;}
.open-benefit .wide-footer{font-size: calc(15.2px * 1.125);
        line-height: 1.65;
        margin-top: 1.5rem;}
.open-benefit .narrow-surface{margin-top: calc(0.95rem * 1.5);
        display: flex;
        flex-direction: column;
        border-top: 1px solid var(--ink-muted);}
.open-benefit .narrow-section{display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: calc(1.5rem * .75) 1.5rem;
        padding: 1.5rem 0;
        border-bottom: 1px solid var(--ink-muted);}
.open-benefit .narrow-section span{flex: 0 0 8.5rem;
        font-size: calc(15.2px * .875);
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: var(--surface-primary);}
.open-benefit .narrow-section > div{flex: 1 1 18rem;
        min-width: 0;}
.open-benefit h3{font-size: calc(15.2px * 1.35);
        line-height: 1.2;}
.open-benefit .narrow-section p{line-height: 1.65;
        margin-top: calc(1.5rem * .75);}
@media (max-width: 640px) {.open-benefit .narrow-section span{
            flex: 1 1 100%;
        }
    }
.bottom-block{--axis-base:calc(1.5rem * 1.15);--field-soft:calc(860px / 4.6);padding:calc(1.5rem * 2.4) 1.02rem;background:#FBF7EE;color:#232019;}
.bottom-block .content-actions{max-width:860px;margin:0 auto;}
.bottom-block h2,.bottom-block h3,.bottom-block p{margin:0;}
.bottom-block h2{font-size:calc(15.2px * 2);line-height:1.14;}
.bottom-block h3{font-size:calc(15.2px * 1.35);line-height:1.22;}
.bottom-block p{font-size:15.2px;line-height:1.65;}
.bottom-block .visual-plan{margin-bottom:calc(1.5rem / 2);font-size:calc(15.2px * .875);letter-spacing:.04em;text-transform:uppercase;}
.bottom-block .wide-footer{margin-top:1.5rem;}
.bottom-block .page-fields{display:flex;flex-direction:column;gap:var(--axis-base);margin-top:calc(var(--axis-base) * 1.1);border-top:1px solid var(--ink-muted);padding-top:var(--axis-base);}
.bottom-block .narrow-section{display:grid;grid-template-columns:minmax(0,var(--field-soft)) minmax(0,1fr);gap:0.95rem;padding-bottom:var(--axis-base);border-bottom:1px solid var(--ink-muted);}
.bottom-block .narrow-section:last-child{border-bottom:0;padding-bottom:0;}
.bottom-block .active-content{min-width:0;}
.bottom-block .active-content p{margin-top:calc(1.5rem / 3);}
.bottom-block .narrow-section h3{}
@media (max-width:640px){.bottom-block .narrow-section{grid-template-columns:1fr;gap:calc(0.95rem / 2);}
}
.steady-headline{--axis-base:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.02rem;background:#FBF7EE;color:#232019;}
.steady-headline .content-actions{max-width:860px;margin:0 auto;}
.steady-headline h2,.steady-headline h3,.steady-headline p{margin:0;}
.steady-headline h2{font-size:calc(15.2px * 2);line-height:1.14;}
.steady-headline h3{font-size:calc(15.2px * 1.35);line-height:1.22;}
.steady-headline p{font-size:15.2px;line-height:1.65;}
.steady-headline .visual-plan{margin-bottom:calc(1.5rem / 2);font-size:calc(15.2px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--line-page);}
.steady-headline .wide-footer{margin-top:1.5rem;}
.steady-headline .page-fields{display:flex;flex-direction:column;gap:var(--axis-base);margin-top:var(--axis-base);border-top:1px solid var(--ink-muted);padding-top:var(--axis-base);}
.steady-headline .narrow-section{min-width:0;padding-bottom:var(--axis-base);border-bottom:1px solid var(--ink-muted);}
.steady-headline .narrow-section:last-child{border-bottom:0;padding-bottom:0;}
.steady-headline .active-content h3{margin-bottom:calc(1.5rem / 3);}
@media (min-width:720px){.steady-headline .narrow-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:0.95rem;align-items:baseline;}.steady-headline .active-content h3{margin-bottom:0;}
}
.local-unit{--axis-base:calc(1.5rem * 1.05);--layer-active:1px solid color-mix(in srgb, currentColor 18%, transparent);padding:calc(1.5rem * 2.4) 1.02rem;background:#FBF7EE;color:#232019;}
.local-unit .content-actions{max-width:860px;margin:0 auto;}
.local-unit h2,.local-unit h3,.local-unit p{margin:0;}
.local-unit h2{font-size:calc(15.2px * 2);line-height:1.14;letter-spacing:-0.01em;}
.local-unit h3{font-size:calc(15.2px * 1.35);line-height:1.22;}
.local-unit p{font-size:15.2px;line-height:1.65;color:color-mix(in srgb, currentColor 76%, transparent);}
.local-unit .local-rail{display:flex;align-items:flex-start;gap:calc(0.95rem * 1.6);}
.local-unit .active-content{flex:1 1 34%;min-width:0;padding-inline-end:calc(1.5rem * .75);border-inline-end:var(--layer-active);}
.local-unit .active-content p{margin-top:1.5rem;}
.local-unit .page-fields{flex:2 1 60%;display:flex;flex-direction:column;gap:0;min-width:0;}
.local-unit .narrow-section{padding-block:var(--axis-base);border-block-end:var(--layer-active);}
.local-unit .narrow-section:first-child{padding-block-start:0;}
.local-unit .narrow-section:last-child{border-block-end:0;padding-block-end:0;}
.local-unit .narrow-section p{margin-top:calc(1.5rem / 2.4);}
.local-unit .narrow-details{padding-block:calc(var(--axis-base) / 2);}
.local-unit .top-headline{row-gap:var(--axis-base);}
.local-unit .service-benefit{padding-inline-end:0;}
@media(max-width:760px){.local-unit .local-rail{flex-direction:column;gap:1.5rem;}.local-unit .active-content{flex:1 1 auto;padding-inline-end:0;border-inline-end:0;border-block-end:var(--layer-active);padding-block-end:1.5rem;}.local-unit .page-fields{flex:1 1 auto;}
}
.main-grid{padding:calc(1.5rem * 2) 1.02rem;background:linear-gradient(135deg, #FBF7EE 0%, #F1EADB 55%, #E7DFCE 100%);color:#232019;}
.main-grid .simple-inner{max-width:860px;margin:0 auto;display:grid;gap:calc(0.95rem * 1.5);}
.main-grid h2,.main-grid h3,.main-grid p{margin:0;}
.main-grid .wide-footer{display:grid;gap:.55rem;border-bottom:1px solid var(--ink-muted);padding-bottom:calc(1.5rem * .75);}
.main-grid .wide-footer h2{font-size:calc(15.2px * 2);line-height:1.25;}
.main-grid .wide-footer p{font-size:15.2px;line-height:1.65;}
.main-grid .featured-benefit{display:flex;flex-wrap:wrap;gap:0.95rem;}
.main-grid .narrow-section{flex:1 1 240px;display:grid;gap:.45rem;background:var(--paint-muted);color:var(--tone-inverse);border:1px solid var(--ink-muted);border-left:3px solid var(--surface-primary);border-radius:0.36rem;padding:calc(1.5rem * .75);}
.main-grid .narrow-section .direct-surface{font-size:calc(15.2px * .875);letter-spacing:.04em;text-transform:uppercase;}
.main-grid .narrow-section h3{font-size:calc(15.2px * 1.35);line-height:1.3;}
.main-grid .narrow-section p{font-size:calc(15.2px * .875);line-height:1.65;}
.main-grid .featured-story{padding-top:calc(0.95rem * 1.5);border-top:1px solid var(--ink-muted);}
.main-grid .featured-story p{font-size:calc(15.2px * .875);line-height:1.65;}
.main-grid .featured-story a{text-decoration:underline;text-underline-offset:2px;}
.main-grid .featured-story a:hover{}
@media (max-width: 680px){.main-grid .narrow-section{flex:1 1 100%;}
    }
.strong-actions{--axis-base:calc(1.5rem * 0.9);--field-static:calc(860px / 2.6);padding:calc(1.5rem * 2.4) 1.02rem;background:#FBF7EE;color:#232019;}
.strong-actions .content-actions{max-width:860px;margin:0 auto;}
.strong-actions h2,.strong-actions h3,.strong-actions p{margin:0;}
.strong-actions h2{font-size:calc(15.2px * 2);line-height:1.14;}
.strong-actions h3{font-size:calc(15.2px * 1.35);line-height:1.22;}
.strong-actions p{font-size:15.2px;line-height:1.65;}
.strong-actions a{color:#1F3A93;text-decoration:none;border-bottom:1px solid var(--ink-muted);}
.strong-actions a:hover{color:#C0392B;}
.strong-actions .visual-plan{margin:0 0 calc(1.5rem / 3);font-size:calc(15.2px * .875);letter-spacing:0.06em;text-transform:uppercase;color:var(--line-page);}
.strong-actions .page-unit{display:flex;flex-wrap:wrap;align-items:flex-end;gap:0.95rem;}
.strong-actions .page-unit>.active-content{flex:1 1 var(--field-static);min-width:0;}
.strong-actions .page-unit>.simple-unit{flex:0 0 auto;}
.strong-actions .simple-unit{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * 0.7) 1.5rem;border-radius:0.18rem;background:var(--line-light);color:#FBF7EE;border-bottom:none;font-size:calc(15.2px * .875);}
.strong-actions .simple-unit:hover{background:#172C74;color:#FBF7EE;}
.strong-actions .page-fields{display:flex;flex-direction:column;gap:0;margin-top:var(--axis-base);border-top:1px solid var(--ink-muted);}
.strong-actions .narrow-section{display:flex;flex-wrap:wrap;gap:0.95rem;padding:calc(1.5rem * 0.8) 0;border-bottom:1px solid var(--ink-muted);}
.strong-actions .narrow-section>.active-content{flex:1 1 var(--field-static);min-width:0;}
.strong-actions .narrow-section h3{margin-bottom:calc(1.5rem / 3);}
.strong-actions .narrow-section p{color:var(--line-page);}
@media (min-width:720px){.strong-actions .narrow-section>.active-content{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:0.95rem;align-items:start;}.strong-actions .narrow-section h3{margin-bottom:0;}
}
.direct-content{
  --axis-base:calc(1.5rem * 1.15);
  --layer-active:1px solid var(--ink-muted);
  padding:calc(1.5rem * 2.4) 1.02rem;
  background:#FBF7EE;
  color:#232019;
}
.direct-content .content-actions{max-width:860px;
  margin:0 auto;}
.direct-content h2,
.direct-content h3,
.direct-content p{margin:0;}
.direct-content h2{font-size:calc(15.2px * 2);
  line-height:1.14;}
.direct-content h3{font-size:calc(15.2px * 1.35);
  line-height:1.22;}
.direct-content p{font-size:15.2px;
  line-height:1.65;}
.direct-content a{text-decoration:none;
  border-bottom:1px solid #1F3A93;
  padding-bottom:1px;
  transition:color 330ms var(--speed-entry),border-color 330ms var(--speed-entry);}
.direct-content a:hover,
.direct-content a:focus-visible{border-color:#C0392B;}
.direct-content .visual-plan{font-size:calc(15.2px * .875);
  letter-spacing:0.06em;
  text-transform:uppercase;
  margin-bottom:calc(1.5rem / 3);}
.direct-content .wide-footer{margin-top:1.5rem;}
.direct-content .page-fields{display:flex;
  flex-direction:column;
  margin-top:var(--axis-base);
  border-top:var(--layer-active);}
.direct-content .narrow-section{min-width:0;
  padding:calc(0.95rem * 1.5) 0;
  border-bottom:var(--layer-active);}
.direct-content .active-content{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.5);}
.direct-content .active-content a{align-self:flex-start;
  font-size:calc(15.2px * .875);}
@media (min-width:720px){.direct-content .narrow-section{
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);
    gap:0.95rem;
    align-items:start;
  }.direct-content .active-content{
    gap:calc(1.5rem / 3);
  }
}
.bottom-team{
  padding:calc(1.5rem * 2.4) 1.02rem;
  background:#FBF7EE;
  color:#232019;
  overflow:hidden;
}
.bottom-team .content-actions{max-width:860px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.95rem * 1.5);}
.bottom-team .wide-footer{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  padding-bottom:calc(0.95rem * 1.5);
  border-bottom:1px solid var(--ink-muted);}
.bottom-team h2{margin:0;
  font-size:calc(15.2px * 2);
  line-height:1.12;}
.bottom-team .wide-footer p{margin:0;
  font-size:calc(15.2px * 1.125);
  line-height:1.65;}
.bottom-team .featured-benefit{display:flex;
  flex-direction:column;
  gap:calc(0.95rem * 1.5);}
.bottom-team .narrow-section{display:grid;
  grid-template-columns:1fr;
  gap:calc(1.5rem * .75);
  padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) 1.5rem;
  border-left:2px solid var(--surface-primary);}
.bottom-team .narrow-section strong{display:block;
  font-size:calc(15.2px * 1.35);
  line-height:1.18;}
.bottom-team .narrow-section p{margin:0;
  line-height:1.65;}
.bottom-team .featured-figure{padding-top:calc(0.95rem * 1.5);
  border-top:1px solid var(--ink-muted);}
.bottom-team .featured-figure p{margin:0;
  font-size:calc(15.2px * .875);
  line-height:1.65;}
.bottom-team .featured-figure a{text-decoration:underline;
  text-underline-offset:3px;}
.bottom-team .featured-figure a:hover{}
@media (min-width:720px){.bottom-team .featured-benefit{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:calc(0.95rem * 1.5) 1.5rem;
  }.bottom-team .narrow-section:nth-child(3){
    grid-column:1 / -1;
  }
}
.main-group{--axis-base:calc(1.5rem * 0.92);padding:calc(1.5rem * 2.4) 1.02rem;background:#F1EADB;color:var(--line-page);}
.main-group .content-actions{max-width:860px;margin:0 auto;}
.main-group h2,.main-group p{margin:0;}
.main-group h2{font-size:calc(15.2px * 2);line-height:1.12;}
.main-group p{font-size:15.2px;line-height:1.65;}
.main-group a{color:#1F3A93;text-decoration:none;}
.main-group a:hover{color:#C0392B;}
.main-group .main-fields>h2,.main-group .main-fields>p,.main-group .main-fields>.simple-unit{margin-top:calc(0.95rem * 1.5);}
.main-group .main-fields>h2{margin-top:0;}
.main-group .wide-footer{font-size:calc(15.2px * 1.125);}
.main-group .visual-plan{color:var(--line-page);opacity:0.85;}
.main-group .featured-figure{font-size:calc(15.2px * .875);}
.main-group .featured-figure a{text-decoration:underline;text-underline-offset:3px;}
.main-group .simple-unit{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.18rem;background:var(--line-light);color:#FBF7EE;}
.main-group .simple-unit:hover{background:#172C74;color:#FBF7EE;}
.tile{--axis-base:calc(1.5rem * 0.91);--copy-nav:calc(860px / 3.21);padding:calc(1.5rem * 2.4) 1.02rem;background:var(--line-light);color:#FBF7EE;}
.tile .content-actions{max-width:860px;margin:0 auto;}
.tile h2,.tile h3,.tile p{margin:0;}
.tile h2{font-size:calc(15.2px * 2);line-height:1.12;}
.tile h3{font-size:calc(15.2px * 1.35);line-height:1.2;}
.tile p{font-size:15.2px;line-height:1.65;color:color-mix(in srgb, currentColor 78%, transparent);}
.tile a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.tile .narrow-details{padding-block:calc(var(--axis-base) / 2);}
.tile .top-headline{row-gap:calc(var(--axis-base) * 1.2);}
.tile .wide-footer{margin-top:1.5rem;}
.tile .page-fields{display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:var(--axis-base);}
.tile .narrow-section{flex:1 1 var(--copy-nav);min-width:0;padding:calc(var(--axis-base) * .75);border-radius:0.36rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.tile .narrow-section p{margin-top:calc(1.5rem / 3);}
.tile .featured-figure{margin-top:var(--axis-base);font-size:calc(15.2px * .875);}
@media (max-width:640px){.tile .narrow-section{flex:1 1 100%;}
}
.public-menu{--axis-base:calc(1.5rem * 1.20);--copy-nav:calc(860px / 3.53);padding:calc(1.5rem * 2.4) 1.02rem;background:#FBF7EE;color:#232019;}
.public-menu .content-actions{max-width:860px;margin:0 auto;}
.public-menu h2,.public-menu h3,.public-menu p{margin:0;}
.public-menu h2{font-size:calc(15.2px * 2);line-height:1.14;}
.public-menu h3{font-size:calc(15.2px * 1.35);line-height:1.22;}
.public-menu p{font-size:15.2px;line-height:1.65;}
.public-menu .narrow-details{padding-block:calc(var(--axis-base) / 2);}
.public-menu .top-headline{row-gap:calc(var(--axis-base) * 1.15);}
.public-menu .service-benefit{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.public-menu .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.95rem;}
.public-menu .row-title h2{flex:1 1 calc(860px / 3);min-width:0;}
.public-menu .row-title>p{flex:1 1 calc(860px / 3);min-width:0;}
.public-menu .open-track{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:var(--axis-base);}
.public-menu .narrow-section{flex:1 1 var(--copy-nav);min-width:0;padding-top:calc(calc(1.5rem * .75) / 1.4);border-top:1px solid var(--ink-muted);}
.public-menu .narrow-section p{margin-top:calc(1.5rem / 3);}
.public-menu .featured-figure{flex:1 1 100%;margin-top:calc(var(--axis-base) * .9);padding-top:calc(calc(1.5rem * .75) / 1.2);border-top:1px solid var(--ink-muted);font-size:calc(15.2px * .875);}
.public-menu .featured-figure a{text-decoration:none;border-bottom:1px solid #1F3A93;}
.public-menu .featured-figure a:hover{border-bottom-color:#C0392B;}
.service-figure{
    padding:clamp(50px,7vw,88px) clamp(16px,4vw,36px);
    background:#F1EADB;
    color:var(--line-page);
}
.service-figure .content-actions{max-width:860px;
    margin:0 auto;}
.service-figure .simple-shell{margin-bottom:calc(0.95rem * 1.5);}
.service-figure .simple-shell h2{margin:0;
    font-size:calc(15.2px * 2);
    line-height:1.2;}
.service-figure .simple-shell p{margin:calc(1.5rem * .75) 0 0;
    font-size:15.2px;}
.service-figure .featured-benefit{display:flex;
    flex-direction:column;
    gap:0.95rem;
    border-top:1px solid var(--ink-muted);
    padding-top:calc(0.95rem * 1.5);}
.service-figure .fresh-plan{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:0.95rem;
    padding-bottom:calc(1.5rem * .75);
    border-bottom:1px solid var(--ink-muted);}
.service-figure .fresh-plan:last-child{border-bottom:0;
    padding-bottom:0;}
.service-figure .direct-surface{flex:0 0 auto;
    min-width:6.5rem;
    font-size:calc(15.2px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
    color:var(--surface-primary);
    font-weight:600;}
.service-figure .fresh-plan p{flex:1 1 18rem;
    margin:0;
    font-size:15.2px;}
.service-figure .fresh-plan p.plain{flex:1 1 100%;
    margin-top:0.35rem;
    color:var(--line-page);}
.service-figure .fresh-plan a{flex:0 0 auto;
    color:#1F3A93;
    text-decoration:none;
    font-weight:600;
    border-bottom:1px solid #1F3A93;
    padding-bottom:1px;
    transition:color 330ms var(--speed-entry), border-color 330ms var(--speed-entry);}
.service-figure .fresh-plan a:hover{color:#C0392B;
    border-color:#C0392B;}
.service-figure .visual-plan{
    margin-top:calc(0.95rem * 1.5);
    padding:calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) + 0.6rem);
    border-left:3px solid var(--surface-primary);
    background:var(--paint-muted);
    color:var(--tone-inverse);
    border-radius:0.18rem;
}
.service-figure .visual-plan h3{margin:0 0 calc(1.5rem * .75);
    font-size:calc(15.2px * 1.35);}
.service-figure .visual-plan p{margin:0 0 calc(1.5rem * .75);
    font-size:15.2px;}
.service-figure .visual-plan p:last-child{margin-bottom:0;}
.service-figure .narrow-rail{margin-top:calc(0.95rem * 1.5);
    font-size:calc(15.2px * .875);}
.service-figure .narrow-rail p{margin:0;}
.service-figure .narrow-rail a{color:#1F3A93;
    text-decoration:none;
    border-bottom:1px solid #1F3A93;}
.service-figure .narrow-rail a:hover{color:#C0392B;
    border-color:#C0392B;}
@media (max-width: 640px){.service-figure .fresh-plan{
        flex-direction:column;
        align-items:flex-start;
    }.service-figure .direct-surface{
        min-width:0;
    }
}
.main-track{
        padding: calc(1.5rem * 2.4) 1.02rem;
        background: #F1EADB;
        color: var(--line-page)
    }
.main-track .content-actions{max-width: 860px;
        margin: 0 auto}
.main-track .steady-footer{display: flex;
        flex-direction: column;
        gap: calc(0.95rem * 1.5);
        align-items: flex-start}
.main-track h2{min-width: 0;
        margin: 0;
        font-size: calc(15.2px * 2);
        line-height: 1.1;
        letter-spacing: -0.01em}
.main-track .contact-form{min-width: 0;
        display: flex;
        flex-direction: column;
        gap: calc(0.95rem * 1.5)}
.main-track .contact-form p{margin: 0;
        font-size: calc(15.2px * 1.125);
        line-height: 1.65}
.main-track .narrow-figure{display: flex;
        flex-direction: column;
        gap: 0;
        border-top: 1px solid var(--ink-muted)}
.main-track .narrow-figure span{display: block;
        padding: calc(calc(1.5rem * .75) * .7) 0;
        border-bottom: 1px solid var(--ink-muted);
        font-size: calc(15.2px * .875);
        line-height: 1.5}
@media (min-width: 760px) {.main-track .steady-footer{
            flex-direction: row;
            gap: calc(0.95rem * 1.5);
            align-items: flex-start
        }.main-track h2{
            flex: 0 0 34%;
            padding-right: calc(0.95rem * 1.5)
        }.main-track .contact-form{
            flex: 1 1 auto
        }
    }
.team-block{background:var(--line-light);color:#FBF7EE;padding:calc(1.5rem * 2.4) 1.02rem}
.team-block .content-actions{max-width:860px;margin:0 auto}
.team-block .featured-benefit{display:flex;align-items:flex-start;gap:calc(0.95rem * 1.5)}
.team-block .steady-footer{flex:0 1 30rem;min-width:0}
.team-block h2{margin:0;font-size:clamp(calc(15.2px * 2),5vw,calc(15.2px * 2.65));line-height:1.08;letter-spacing:0}
.team-block p{margin:1.5rem 0 0;font-size:calc(15.2px * 1.125);line-height:1.65}
.team-block p + p{margin-top:calc(1.5rem * .75)}
.team-block ul{flex:1 1 34rem;min-width:0;margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:0.95rem}
.team-block li{flex:1 1 16rem;min-width:0;padding:calc(1.5rem * .75);background:var(--paint-muted);color:var(--tone-inverse);border:1px solid var(--ink-muted);border-radius:0.36rem}
.team-block strong{display:block;font-size:15.2px;letter-spacing:.01em}
.team-block li span,.team-block li a{display:block;margin-top:calc(calc(1.5rem * .75)*.4);font-size:calc(15.2px * .875);line-height:1.55;white-space:pre-line}
.team-block li a{text-decoration:none;border-bottom:1px solid var(--ink-muted);padding-bottom:1px}
.team-block li a:hover{border-bottom-color:#C0392B}
@media(max-width:760px){.team-block .featured-benefit{flex-direction:column}.team-block .steady-footer{flex-basis:auto}.team-block li{flex-basis:100%}}
.clear-shell{padding:calc(1.5rem * 2.4) 1.02rem;background:#FBF7EE;color:#232019;}
.clear-shell .content-actions{max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.95rem * 1.5);}
.clear-shell h2,.clear-shell h3,.clear-shell p{margin:0;}
.clear-shell h2{font-size:calc(15.2px * 2);line-height:1.15;}
.clear-shell h3{font-size:calc(15.2px * 1.35);line-height:1.25;}
.clear-shell p{font-size:15.2px;line-height:1.65;}
.clear-shell .simple-media{display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-bottom:1px solid var(--ink-muted);padding-bottom:calc(0.95rem * 1.5);}
.clear-shell .wide-footer{color:var(--line-page);}
.clear-shell .visual-surface{display:flex;flex-direction:column;gap:0;}
.clear-shell .narrow-section{padding:calc(0.95rem * 1.5) 0;border-bottom:1px solid var(--ink-muted);display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .6);}
.clear-shell .narrow-section:last-child{border-bottom:0;}
.clear-shell .narrow-section p{color:var(--line-page);}
.clear-shell a{color:#1F3A93;text-decoration:underline;text-underline-offset:2px;}
.clear-shell a:hover{color:#C0392B;}
.clear-shell .featured-figure{font-size:calc(15.2px * .875);color:var(--line-page);padding-top:calc(1.5rem * .75);}
@media (min-width:720px){.clear-shell .narrow-section{flex-direction:row;gap:calc(0.95rem * 1.5);align-items:flex-start;}.clear-shell .narrow-section h3{flex:0 0 34%;}.clear-shell .narrow-section p{flex:1 1 auto;}
}
.text-unit{--axis-base:calc(1.5rem * 1.15);--field-static:calc(860px / 2.35);padding:calc(1.5rem * 2.4) 1.02rem;background:#FBF7EE;color:#232019;}
.text-unit .content-actions{max-width:860px;margin:0 auto;}
.text-unit h2,.text-unit h3,.text-unit p{margin:0;}
.text-unit h2{font-size:calc(15.2px * 2);line-height:1.14;}
.text-unit h3{font-size:calc(15.2px * 1.35);line-height:1.22;}
.text-unit p{font-size:15.2px;line-height:1.65;}
.text-unit .simple-media{display:flex;flex-wrap:wrap;gap:0.95rem;align-items:baseline;padding-bottom:calc(calc(0.95rem * 1.5) * .9);border-bottom:1px solid var(--ink-muted);}
.text-unit .simple-media>h2{flex:1 1 calc(860px / 3.2);min-width:0;}
.text-unit .simple-media>.wide-footer{flex:1 1 calc(860px / 3.2);min-width:0;color:var(--line-page);}
.text-unit .page-fields{display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:var(--axis-base);}
.text-unit .narrow-section{flex:1 1 var(--field-static);min-width:0;padding:calc(calc(1.5rem * .75) * .9) 0;border-top:1px solid var(--ink-muted);}
.text-unit .narrow-section h3{margin-bottom:calc(1.5rem / 3);}
.text-unit .narrow-section p+p{margin-top:calc(1.5rem / 3);}
.text-unit .visual-plan{font-size:calc(15.2px * .875);color:var(--line-page);}
.text-unit .featured-figure{margin-top:calc(var(--axis-base) * 1.1);padding-top:calc(calc(0.95rem * 1.5) * .8);border-top:1px solid var(--ink-muted);display:flex;flex-wrap:wrap;gap:0.95rem;align-items:baseline;}
.text-unit .featured-figure p{flex:1 1 100%;color:var(--line-page);}
.text-unit .featured-figure a{display:inline-flex;align-items:center;padding:calc(calc(1.5rem * .75) * .55) 1.5rem;border-radius:0.18rem;background:var(--line-light);color:#FBF7EE;text-decoration:none;font-size:calc(15.2px * .875);}
.text-unit .featured-figure a:hover{background:#172C74;color:var(--tone-inverse);}
@media (max-width:640px){.text-unit .simple-media>h2,.text-unit .simple-media>.wide-footer{flex:1 1 100%;}.text-unit .narrow-section{flex:1 1 100%;}
}
.site-nav{padding:calc(1.5rem * 2.4) 1.02rem;background:var(--surface-primary);color:#FBF7EE}
.site-nav .content-actions{max-width:860px;margin:0 auto}
.site-nav .service-entries{display:grid;grid-template-columns:1.4fr 1fr;gap:0.95rem;align-items:end;margin-bottom:calc(0.95rem * 1.5);border-bottom:1px solid rgba(251,247,238,0.28);padding-bottom:calc(1.5rem * .75)}
.site-nav .service-entries p{margin:0;font-size:calc(15.2px * 1.125);line-height:1.65}
.site-nav h2{margin:0;font-size:calc(15.2px * 2);line-height:1.1;text-align:right}
.site-nav .active-summary{display:flex;flex-wrap:wrap;gap:1.5rem 0.95rem}
.site-nav [data-cluster]{flex:1 1 20rem;max-width:34rem;padding-top:calc(1.5rem * .75);border-top:1px solid rgba(251,247,238,0.22)}
.site-nav [data-cluster]:first-child,
.site-nav [data-cluster]:nth-child(2){border-top:none;padding-top:0}
.site-nav h3{margin:0;font-size:calc(15.2px * 1.35);line-height:1.25}
.site-nav [data-cluster] p{margin:calc(1.5rem * .75) 0 0;line-height:1.65;font-size:15.2px}
@media(max-width:720px){.site-nav .service-entries{grid-template-columns:1fr}.site-nav h2{text-align:left;margin-top:calc(1.5rem * .75)}.site-nav [data-cluster]{flex:1 1 100%;max-width:none}.site-nav [data-cluster]:nth-child(2){border-top:1px solid rgba(251,247,238,0.22);padding-top:calc(1.5rem * .75)}
}
.text-wrap{
        --axis-base: calc(1.5rem * 1.12);
        --copy-nav: calc(860px / 3.44);
        padding: calc(1.5rem * 2.4) 1.02rem;
        background: #1C1A16;
        color: #FBF7EE;
    }
.text-wrap .content-actions{max-width: 860px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        row-gap: calc(var(--axis-base) * 1.2);}
.text-wrap h2,
    .text-wrap h3,
    .text-wrap p{margin: 0;}
.text-wrap h2{font-size: calc(15.2px * 2);
        line-height: 1.14;}
.text-wrap h3{font-size: calc(15.2px * 1.35);
        line-height: 1.22;}
.text-wrap p{font-size: 15.2px;
        line-height: 1.65;}
.text-wrap .wide-footer{font-size: calc(15.2px * 1.125);
        opacity: 0.88;}
.text-wrap .page-fields{display: flex;
        flex-wrap: wrap;
        gap: var(--axis-base);}
.text-wrap .narrow-section{
        flex: 1 1 var(--copy-nav);
        min-width: 0;
        padding: calc(var(--axis-base) * 0.7);
        border-radius: 0.36rem;
        background: #F1EADB;
        color: var(--line-page);
        border-inline-start: 3px solid var(--surface-primary);
    }
.text-wrap .narrow-section p{margin-top: calc(1.5rem / 3);color:inherit;}
.text-wrap .featured-figure{font-size: calc(15.2px * .875);
        opacity: 0.82;
        padding-block-start: calc(var(--axis-base) / 2);
        border-block-start: 1px solid var(--ink-muted);}
.text-wrap .featured-figure a{text-decoration: underline;
        text-underline-offset: 3px;}
.text-wrap .featured-figure a:hover{color:inherit;}
@media (max-width: 640px) {.text-wrap .narrow-section{
            flex: 1 1 100%;
        }
    }
.clear-shell{padding:calc(1.5rem * 2.4) 1.02rem;background:#F1EADB;color:var(--line-page)}
.clear-shell .content-actions{max-width:860px;margin:0 auto}
.clear-shell .plain-shell{display:flex;flex-direction:column;gap:calc(0.95rem * 1.5);align-items:flex-start}
.clear-shell h2{margin:0;font-size:calc(15.2px * 2);line-height:1.1;max-width:26ch}
.clear-shell .wide-footer{margin:0;font-size:15.2px;line-height:1.65}
.clear-shell .visual-surface{width:100%;display:flex;flex-direction:column;gap:0;border-top:1px solid var(--ink-muted)}
.clear-shell .narrow-section{display:flex;flex-direction:column;gap:calc(1.5rem * .75);padding:1.5rem 0;border-bottom:1px solid var(--ink-muted)}
.clear-shell .narrow-section p{margin:0;font-size:calc(15.2px * .875);letter-spacing:0.02em;text-transform:none;opacity:0.85}
.clear-shell .narrow-section strong{display:block;font-size:15.2px;line-height:1.45;font-weight:500}
.clear-shell .plain-shell>a{align-self:flex-start;border-radius:0.18rem;background:var(--line-light);color:#FBF7EE;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:calc(15.2px * .875)}
.clear-shell .plain-shell>a:hover{background:#172C74;color:var(--tone-inverse);}
@media(min-width:720px){.clear-shell .narrow-section{flex-direction:row;gap:1.5rem;align-items:baseline}.clear-shell .narrow-section p{flex:0 0 12rem}.clear-shell .narrow-section strong{flex:1 1 auto}
}
@media(max-width:680px){.clear-shell h2{font-size:calc(15.2px * 1.35)}
}
.quiet-summary{--axis-base:calc(1.5rem * 1.35);padding:calc(1.5rem * 2.4) 1.02rem;background:#FBF7EE;color:#232019;}
.quiet-summary .content-actions{max-width:860px;margin:0 auto;}
.quiet-summary h2,.quiet-summary p{margin:0;}
.quiet-summary h2{font-size:calc(15.2px * 2);line-height:1.14;}
.quiet-summary .wide-footer{margin-top:calc(1.5rem / 1.6);font-size:calc(15.2px * 1.125);line-height:1.65;}
.quiet-summary .visual-surface{display:flex;flex-direction:column;gap:0.95rem;margin-top:var(--axis-base);}
.quiet-summary details{padding:calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.1);border:1px solid var(--ink-muted);border-radius:0.36rem;background:var(--paint-muted);color:var(--tone-inverse);}
.quiet-summary summary{cursor:pointer;font-size:15.2px;font-weight:700;line-height:1.35;list-style:none;}
.quiet-summary summary::-webkit-details-marker{display:none;}
.quiet-summary summary::after{content:"+";float:right;margin-left:0.95rem;font-weight:700;}
.quiet-summary details[open] summary::after{content:"–";}
.quiet-summary details p{margin-top:calc(1.5rem / 2.6);font-size:15.2px;line-height:1.65;}
.quiet-summary .visual-plan{margin-top:var(--axis-base);padding-top:calc(0.95rem * 1.5);border-top:1px solid var(--ink-muted);font-size:calc(15.2px * .875);line-height:1.65;}
.quiet-summary .visual-plan a{text-decoration:underline;text-underline-offset:2px;}
.quiet-summary .visual-plan a:hover{}
@media (max-width:640px){.quiet-summary .wide-footer{font-size:15.2px;}.quiet-summary details{padding:calc(0.95rem * 1.5);}
}
.plain-unit{
        padding:calc(1.5rem * 2.4) 1.02rem;
        background:#F1EADB;
        color:var(--line-page);
    }
.plain-unit .content-actions{max-width:860px;
        margin:0 auto;}
.plain-unit .simple-shell{margin-bottom:calc(0.95rem * 1.5);}
.plain-unit .simple-shell h2{margin:0;
        font-size:calc(15.2px * 2);
        line-height:1.2;}
.plain-unit .simple-shell p{margin:0.95rem 0 0;
        font-size:15.2px;
        line-height:1.65;}
.plain-unit .featured-benefit{display:flex;
        flex-direction:column;
        gap:calc(1.5rem * .75);}
.plain-unit .narrow-section{border-top:1px solid var(--ink-muted);
        padding-top:calc(1.5rem * .75);}
.plain-unit .narrow-section:last-child{border-bottom:1px solid var(--ink-muted);
        padding-bottom:calc(1.5rem * .75);}
.plain-unit .narrow-section h3{margin:0 0 0.4rem;
        font-size:calc(15.2px * 1.35);
        line-height:1.3;}
.plain-unit .narrow-section p{margin:0 0 0.5rem;
        font-size:15.2px;
        line-height:1.65;}
.plain-unit .narrow-section p:last-child{margin-bottom:0;}
.plain-unit .narrow-section .visual-plan{font-size:calc(15.2px * .875);
        color:var(--line-page);
        opacity:0.85;}
.plain-unit .narrow-section a{color:#1F3A93;
        text-decoration:underline;
        text-underline-offset:2px;}
.plain-unit .narrow-section a:hover{color:#C0392B;}
.plain-unit .featured-figure{margin-top:calc(0.95rem * 1.5);
        padding-top:calc(0.95rem * 1.5);
        border-top:1px dashed var(--ink-muted);
        display:flex;
        flex-direction:column;
        gap:0.95rem;
        font-size:15.2px;
        line-height:1.65;}
.plain-unit .featured-figure p{margin:0;}
.plain-unit .featured-figure a{color:#1F3A93;
        text-decoration:underline;
        text-underline-offset:2px;
        font-weight:600;}
.plain-unit .featured-figure a:hover{color:#C0392B;}
@media (min-width:760px){.plain-unit .featured-benefit{
            display:grid;
            grid-template-columns:1fr 1fr;
            gap:calc(0.95rem * 1.5) calc(1.5rem * .75);
        }.plain-unit .narrow-section{
            padding-top:calc(1.5rem * .75);
        }.plain-unit .narrow-section:last-child{
            border-bottom:1px solid var(--ink-muted);
        }
    }
.main-tile{--axis-base:calc(1.5rem * 1.15);--copy-nav:calc(860px / 2.6);padding:calc(1.5rem * 2.4) 1.02rem;background:#FBF7EE;color:#232019;}
.main-tile .content-actions{max-width:860px;margin:0 auto;}
.main-tile h2,.main-tile h3,.main-tile p{margin:0;}
.main-tile h2{font-size:calc(15.2px * 2);line-height:1.14;}
.main-tile h3{font-size:calc(15.2px * 1.35);line-height:1.22;}
.main-tile p{font-size:15.2px;line-height:1.65;color:color-mix(in srgb, currentColor 78%, transparent);}
.main-tile a{text-decoration:none;border-bottom:1px solid color-mix(in srgb, #1F3A93 40%, transparent);}
.main-tile a:hover{border-bottom-color:#C0392B;}
.main-tile .narrow-details{padding-block:calc(var(--axis-base) / 2);}
.main-tile .top-headline{row-gap:calc(var(--axis-base) * 1.1);}
.main-tile .service-benefit{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
.main-tile .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.95rem;}
.main-tile .row-title h2{flex:1 1 calc(860px / 3);min-width:0;}
.main-tile .row-title>p{flex:1 1 calc(860px / 3);min-width:0;}
.main-tile .open-track{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--axis-base);margin-top:var(--axis-base);}
.main-tile .narrow-section{flex:1 1 var(--copy-nav);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--ink-muted);}
.main-tile .narrow-section p{margin-top:calc(1.5rem / 3);}
.main-tile .featured-figure{flex:1 1 100%;margin-top:calc(var(--axis-base) / 2);font-size:calc(15.2px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
.local-contact{padding:calc(1.5rem * 2.4) 1.02rem;background:#FBF7EE;color:#232019;overflow:hidden}
.local-contact .content-actions{max-width:860px;margin:0 auto}
.local-contact .wide-footer{margin:0 0 calc(0.95rem * 1.5);border-bottom:1px solid var(--ink-muted);padding-bottom:1.5rem}
.local-contact h2{margin:0;font-size:calc(15.2px * 2);line-height:1.15}
.local-contact .wide-footer p{margin:calc(1.5rem * .75) 0 0;font-size:calc(15.2px * 1.125);line-height:1.65}
.local-contact .featured-benefit{display:flex;flex-wrap:wrap;gap:0.95rem}
.local-contact .narrow-section{flex:1 1 20rem;min-width:0;padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);border-left:2px solid var(--surface-primary)}
.local-contact .narrow-section:nth-child(3n+2){border-left-color:var(--line-light)}
.local-contact .narrow-section:nth-child(3n){border-left-color:var(--ink-muted)}
.local-contact h3{margin:0;font-size:calc(15.2px * 1.35);line-height:1.2}
.local-contact .narrow-section p{margin:calc(1.5rem * .75) 0 0;line-height:1.65}
.local-contact .featured-figure{margin-top:calc(0.95rem * 1.5);padding-top:1.5rem;border-top:1px solid var(--ink-muted)}
.local-contact .featured-figure p{margin:0;font-size:calc(15.2px * .875);line-height:1.65}
.local-contact .featured-figure a{text-decoration:underline;text-underline-offset:3px}
.local-contact .featured-figure a:hover{}
@media (max-width:640px){.local-contact .narrow-section{flex:1 1 100%;padding-left:1.5rem}
}
.public-brand{--axis-base:calc(1.5rem * 1.05);--field-soft:calc(860px / 2.6);padding:calc(1.5rem * 2.4) 1.02rem;background:#FBF7EE;color:#232019;}
.public-brand .content-actions{max-width:860px;margin:0 auto;}
.public-brand h1,.public-brand h2,.public-brand h3,.public-brand p{margin:0;}
.public-brand h2{font-size:calc(15.2px * 2);line-height:1.14;}
.public-brand h3{font-size:calc(15.2px * 1.35);line-height:1.22;}
.public-brand p{font-size:15.2px;line-height:1.65;}
.public-brand a{color:inherit;text-decoration:none;}
.public-brand .visual-plan{font-size:calc(15.2px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--line-page);background:#F1EADB;display:inline-block;padding:calc(calc(1.5rem * .75) / 3) calc(1.5rem * .75);border-radius:0.18rem;}
.public-brand .active-content h2{margin-top:calc(1.5rem / 2);}
.public-brand .wide-footer{margin-top:calc(0.95rem * 1.5);}
.public-brand .simple-unit{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.18rem;background:var(--line-light);color:#FBF7EE;font-size:calc(15.2px * .875);}
.public-brand .simple-unit:hover{background:#172C74;color:var(--tone-inverse);}
.public-brand .page-fields{display:flex;flex-direction:column;gap:0;margin-top:var(--axis-base);border-top:1px solid var(--ink-muted);}
.public-brand .narrow-section{display:flex;flex-wrap:wrap;align-items:baseline;gap:0.95rem;padding:calc(0.95rem * 1.5) 0;border-bottom:1px solid var(--ink-muted);}
.public-brand .narrow-section h3{flex:0 0 var(--field-soft);min-width:0;}
.public-brand .narrow-section p{flex:1 1 0;min-width:0;color:var(--line-page);}
.public-brand .page-unit{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.95rem;}
.public-brand .page-unit>.active-content{flex:1 1 auto;min-width:0;}
.public-brand .page-unit>.simple-unit{flex:0 0 auto;margin-top:calc(1.5rem / 2);}
.public-brand .page-unit>.page-fields{flex:1 1 100%;}
@media (max-width:640px){.public-brand .narrow-section h3{flex:1 1 100%;}.public-brand .narrow-section p{flex:1 1 100%;}
}
.media-figure{
        padding: calc(1.5rem * 2.4) 1.02rem;
        background: #FBF7EE;
        color: #232019
    }
.media-figure .content-actions{width: min(100%, 860px);
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(0.95rem * 1.5)}
.media-figure .featured-benefit{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid var(--ink-muted)}
.media-figure .featured-benefit span{font-size: calc(15.2px * .875);
        letter-spacing: 0.02em}
.media-figure .narrow-links{display: flex;
        flex-direction: column;
        gap: 1.5rem}
.media-figure h1{margin: 0;
        font-size: calc(15.2px * 2.65);
        line-height: 1.08}
.media-figure .wide-footer{margin: 0;
        font-size: calc(15.2px * 1.125);
        line-height: 1.65;}
.media-figure .narrow-links p{margin: 0;
        line-height: 1.65}
.media-figure .visual-plan{
        padding: calc(1.5rem * .75) 0.95rem;
        background: #F1EADB;
        color: var(--line-page);
        border-left: 3px solid var(--surface-primary);
        border-radius: 0.18rem
    }
.media-figure .visual-plan a{text-decoration: underline;
        text-underline-offset: 2px}
.media-figure .visual-plan a:hover{}
@media (max-width: 720px) {.media-figure .featured-benefit{
            flex-direction: column;
            gap: 0.35rem
        }
    }
.public-callout{padding:calc(1.5rem * 2.4) 1.02rem;background:#F1EADB;color:var(--line-page);}
.public-callout .simple-rail{max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.95rem * 1.5);}
.public-callout .visual-items{display:flex;flex-wrap:wrap;align-items:baseline;gap:0.95rem;}
.public-callout .contact-media{margin:0;font-size:calc(15.2px * 1.35);line-height:1.25;}
.public-callout .contact-grid{margin:0;font-size:calc(15.2px * .875);}
.public-callout .contact-note{margin:0;font-size:15.2px;line-height:1.65;}
.public-callout .narrow-fields{margin:0;font-size:calc(15.2px * .875);}
.public-callout .narrow-fields a{color:#1F3A93;text-decoration:none;border-bottom:1px solid var(--ink-muted);}
.public-callout .narrow-fields a:hover{color:#C0392B;border-bottom-color:#C0392B;}
.public-callout .strong-shell{margin:0;font-size:calc(15.2px * .875);}
@media (max-width:640px){.public-callout .visual-items{flex-direction:column;gap:0.25rem;}
}
.focused-fields{
        padding: calc(1.5rem * 2.4) 1.02rem;
        background: #FBF7EE;
        color: #232019
    }
.focused-fields .content-actions{width: min(100%, calc(860px * .82));
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: calc(0.95rem * 1.5)}
.focused-fields .featured-benefit{display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        padding-bottom: 1.5rem;
        border-bottom: 1px solid var(--ink-muted)}
.focused-fields .direct-benefit{
        font-size: calc(15.2px * .875);
        color: var(--line-page);
        background: #F1EADB;
        padding: 0.28rem 0.6rem;
        border-radius: 0.18rem;
        letter-spacing: 0.01em
    }
.focused-fields .narrow-links{
        background: var(--paint-muted);
        color: var(--tone-inverse);
        border: 1px solid var(--ink-muted);
        border-radius: 0.54rem;
        padding: calc(0.95rem * 1.5)
    }
.focused-fields h1{margin: 0 0 1.5rem;
        font-size: calc(15.2px * 2.65);
        line-height: 1.08;
        letter-spacing: -0.01em}
.focused-fields .wide-footer{margin: 0 0 calc(0.95rem * 1.5);
        font-size: calc(15.2px * 1.125);
        line-height: 1.65;}
.focused-fields .narrow-links p{margin: 0 0 1.5rem;
        line-height: 1.65}
.focused-fields .narrow-links p:last-child{margin-bottom: 0}
.focused-fields .visual-plan{
        background: #F1EADB;
        color: var(--line-page);
        border-left: 3px solid var(--surface-primary);
        border-radius: 0.36rem;
        padding: 0.95rem
    }
.focused-fields .visual-plan a{text-decoration: underline;
        text-underline-offset: 2px}
.focused-fields .visual-plan a:hover{}
@media (min-width: 860px) {.focused-fields .content-actions{
            grid-template-columns: 12rem minmax(0, 1fr);
            align-items: start
        }.focused-fields .featured-benefit{
            flex-direction: column;
            flex-wrap: nowrap;
            border-bottom: 0;
            border-right: 1px solid var(--ink-muted);
            padding-bottom: 0;
            padding-right: 1.5rem;
            position: sticky;
            top: 1.5rem
        }
    }
.featured-visual{
    padding:calc(1.5rem * 2.4) 1.02rem;
    background:#FBF7EE;
    color:#232019;
}
.featured-visual .simple-rail{max-width:860px;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:calc(0.95rem * 1.5);
    align-items:flex-start;}
.featured-visual .featured-benefit{flex:0 0 220px;
    padding-right:0.95rem;
    border-right:1px solid var(--ink-muted);}
.featured-visual .active-content{flex:1 1 320px;
    min-width:0;}
.featured-visual .contact-media{margin:0 0 0.35rem;
    font-size:calc(15.2px * 1.35);
    line-height:1.25;}
.featured-visual .contact-grid{margin:0;
    font-size:calc(15.2px * .875);
    color:var(--line-page);}
.featured-visual .contact-note{margin:0 0 calc(0.95rem * 1.5);
    font-size:15.2px;
    line-height:1.65;}
.featured-visual .fresh-plan{list-style:none;
    margin:0 0 calc(0.95rem * 1.5);
    padding:0;
    display:flex;
    flex-direction:column;
    gap:0.4rem;}
.featured-visual .narrow-section{position:relative;
    padding-left:1rem;
    font-size:calc(15.2px * .875);
    line-height:1.5;}
.featured-visual .narrow-section::before{
    content:"";
    position:absolute;
    left:0;
    top:0.55em;
    width:6px;
    height:6px;
    background:var(--surface-primary);
    border-radius:0.18rem;color:#FBF7EE;}
.featured-visual .visual-plan{margin:0 0 0.35rem;
    font-size:calc(15.2px * .875);}
.featured-visual .visual-plan a{color:#1F3A93;
    text-decoration:none;
    border-bottom:1px solid var(--ink-muted);}
.featured-visual .visual-plan a:hover{color:#C0392B;
    border-bottom-color:#C0392B;}
.featured-visual .featured-figure{margin:0;
    font-size:calc(15.2px * .875);
    color:var(--line-page);}
@media (max-width:640px){.featured-visual .featured-benefit{
        flex:1 1 100%;
        padding-right:0;
        padding-bottom:0.95rem;
        border-right:0;
        border-bottom:1px solid var(--ink-muted);
    }
}
.soft-story{
        padding: calc(1.5rem * 2.4) 1.02rem;
        background: #FBF7EE;
        color: #232019
    }
.soft-story .content-actions{width: min(100%, calc(860px * .82));
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(0.95rem * 1.5)}
.soft-story .featured-benefit{display: flex;
        flex-wrap: wrap;
        gap: 1.02rem;
        padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid var(--ink-muted)}
.soft-story .featured-benefit span{font-size: calc(15.2px * .875);
        letter-spacing: .02em}
.soft-story .narrow-links{
        background: var(--paint-muted);
        color: var(--tone-inverse);
        border: 1px solid var(--ink-muted);
        border-radius: 0.54rem;
        padding: calc(1.5rem * .75)
    }
.soft-story h1{margin: 0;
        font-size: calc(15.2px * 2.65);
        line-height: 1.08}
.soft-story .wide-footer{margin: 1.5rem 0 calc(0.95rem * 1.5);
        font-size: calc(15.2px * 1.125);
        line-height: 1.65;}
.soft-story .narrow-links p:not(.wide-footer):not(.featured-figure){margin: 0 0 1.5rem;
        line-height: 1.65}
.soft-story .featured-figure{margin: calc(0.95rem * 1.5) 0 0;
        padding-top: calc(1.5rem * .75);
        border-top: 1px dashed var(--ink-muted);
        font-size: calc(15.2px * .875);
        line-height: 1.65}
.soft-story .featured-figure a{text-decoration: underline;
        text-underline-offset: 3px}
.soft-story .featured-figure a:hover{}
@media (max-width: 720px) {.soft-story .content-actions{
            width: 100%
        }.soft-story .narrow-links{
            padding: 0.95rem
        }
    }
.page-figure{padding:calc(1.5rem * 2.4) 1.02rem;background:#FBF7EE;color:#232019;}
.page-figure .simple-rail{max-width:860px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(0.95rem * 1.5);align-items:flex-start;}
.page-figure .featured-benefit{flex:0 0 160px;display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-left:2px solid var(--surface-primary);padding-left:calc(1.5rem * .75);}
.page-figure .fresh-plan{margin:0;font-size:calc(15.2px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--line-page);}
.page-figure .visual-plan{margin:0;font-size:calc(15.2px * .875);color:var(--line-page);}
.page-figure .simple-benefit{flex:1 1 320px;display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.page-figure .contact-media{margin:0;font-size:calc(15.2px * 1.35);line-height:1.65;}
.page-figure .contact-grid{margin:0;font-size:15.2px;color:var(--line-page);}
.page-figure .contact-note{margin:0;font-size:15.2px;line-height:1.65;}
.page-figure .featured-figure{display:flex;flex-wrap:wrap;gap:0.95rem;}
.page-figure .simple-unit{display:inline-block;padding:0.5rem 0.9rem;border-radius:0.36rem;background:var(--line-light);color:#FBF7EE;text-decoration:none;font-size:calc(15.2px * .875);border:1px solid var(--line-light);}
.page-figure .simple-unit:hover{background:#172C74;border-color:#172C74;color:var(--tone-inverse);}
.page-figure .simple-unit.ghost{background:transparent;color:#232019;border:1px solid var(--ink-muted);}
.page-figure .simple-unit.ghost:hover{background:color-mix(in srgb, currentColor 10%, transparent);color:var(--tone-inverse);}
.page-figure .active-content{margin:0;font-size:calc(15.2px * .875);color:var(--line-page);line-height:1.65;}
.page-figure .active-content a{color:#1F3A93;text-decoration:none;}
.page-figure .active-content a:hover{color:#C0392B;}
@media (max-width:640px){.page-figure .featured-benefit{flex:1 1 100%;border-left:none;border-top:2px solid var(--surface-primary);padding-left:0;padding-top:calc(1.5rem * .75);}
}
.direct-rail{
  padding: calc(1.5rem * 2.4) 1.02rem;
  background: #1C1A16;
  color: #FBF7EE;
}
.direct-rail .focused-callout{width: min(100%, calc(860px * .58));
  margin: 0 auto;}
.direct-rail h2{margin: 0;
  font-size: calc(15.2px * 2);
  line-height: 1.1;}
.direct-rail .simple-view{margin: 1.5rem 0 calc(0.95rem * 1.5);
  font-size: calc(15.2px * 1.125);
  line-height: 1.65;}
.direct-rail .narrow-fields{padding: 1.5rem 0;
  border-top: 1px solid var(--ink-muted);}
.direct-rail .narrow-fields span{display: block;
  margin-bottom: calc(1.5rem * .75);
  color: #D9D2C2;
  font-size: calc(15.2px * .875);
  letter-spacing: .02em;
  text-transform: uppercase;}
.direct-rail .narrow-fields a{display: inline-block;color:inherit;
  font-size: calc(15.2px * 1.35);
  overflow-wrap: anywhere;
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;}
.direct-rail .narrow-fields .visual-plan{margin: calc(1.5rem * .75) 0 0;
  color: #D9D2C2;
  font-size: calc(15.2px * .875);
  line-height: 1.65;}
.direct-rail .soft-steps{display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  padding: 1.5rem 0;
  border-top: 1px solid var(--ink-muted);}
.direct-rail .soft-steps p{flex: 1 1 220px;
  margin: 0;
  color: #D9D2C2;
  line-height: 1.65;}
.direct-rail .offer-details{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--ink-muted);}
.direct-rail .offer-details a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 330ms var(--speed-entry), border-color 330ms var(--speed-entry);}
.direct-rail .offer-details a:hover{color:inherit;
  border-bottom-color: #C0392B;}
@media (max-width: 520px) {.direct-rail .soft-steps{
    display: block;
  }.direct-rail .soft-steps p + p{
    margin-top: 1.5rem;
  }
}
.secondary-group{padding:calc(1.5rem * 2.4) 1.02rem;background:var(--surface-primary);color:#FBF7EE}
.secondary-group .bottom-media{max-width:860px;margin:0 auto;display:flex;flex-wrap:wrap;gap:0.95rem;align-items:stretch}
.secondary-group .service-view{flex:1 1 18rem;padding:calc(1.5rem * .75);border-radius:0.81rem;background:#FBF7EE;color:#232019;display:flex;flex-direction:column;justify-content:center}
.secondary-group .service-view span{font-size:calc(15.2px * .875);}
.secondary-group h2{margin:calc(1.5rem * .75) 0;font-size:calc(15.2px * 2);line-height:1.15}
.secondary-group .service-view p{margin:0;font-size:15.2px;}
.secondary-group .soft-shell{flex:2 1 28rem;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.secondary-group .active-media{min-height:22rem;border-radius:0.54rem;overflow:hidden;border:1px solid var(--ink-muted);background:var(--paint-muted);color:var(--tone-inverse);}
.secondary-group iframe{display:block;width:100%;height:100%;min-height:22rem;border:0}
.secondary-group .page-fields{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.secondary-group .narrow-section{padding:calc(1.5rem * .75);border-radius:0.36rem;background:#F1EADB;color:var(--line-page);border:1px solid var(--ink-muted)}
.secondary-group .narrow-section span{font-size:calc(15.2px * .875);display:block}
.secondary-group .narrow-section strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-weight:600;line-height:1.5}
.secondary-group .narrow-section a{text-decoration:none;border-bottom:1px solid #1F3A93}
.secondary-group .narrow-section a:hover{border-bottom-color:#C0392B}
@media (max-width: 900px){.secondary-group .bottom-media{flex-direction:column}.secondary-group .active-media,.secondary-group iframe{min-height:18rem}}
.secondary-proof{
  background: #FBF7EE;
  color: #232019;
  padding: calc(1.5rem * 2.4) 1.02rem;
}
.secondary-proof .content-actions{max-width: min(860px, 54rem);
  margin: 0 auto;}
.secondary-proof .secondary-service{display: flex;
  flex-direction: column;
  gap: calc(0.95rem * 1.5);}
.secondary-proof h2{margin: 0;
  font-size: clamp(calc(15.2px * 2), 5vw, calc(15.2px * 2.65));
  line-height: 1.1;}
.secondary-proof p{margin: 0;
  font-size: calc(15.2px * 1.125);
  line-height: 1.65;}
.secondary-proof .focused-callout{display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 0.95rem;}
.secondary-proof .narrow-media{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .5);
  min-width: 0;}
.secondary-proof .strong-nav{grid-column: 1 / -1;}
.secondary-proof label{font-size: calc(15.2px * .875);
  color: var(--line-page);
  letter-spacing: 0.01em;}
.secondary-proof input,
.secondary-proof select,
.secondary-proof textarea{
  width: 100%;
  min-width: 0;
  border: 1px solid var(--ink-muted);
  border-radius: 0.18rem;
  background: var(--paint-muted);
  color: var(--tone-inverse);
  padding: calc(1.5rem * .75);
  font: inherit;
  line-height: 1.65;
}
.secondary-proof textarea{resize: vertical;}
.secondary-proof input::placeholder,
.secondary-proof textarea::placeholder{color: rgba(255,255,255,0.55);}
.secondary-proof input:focus,
.secondary-proof select:focus,
.secondary-proof textarea:focus{outline: none;
  border-color: var(--line-light);
  box-shadow: 0 0 0 3px rgba(31, 58, 147, 0.35);}
.secondary-proof .offer-summary{grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.95rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--ink-muted);}
.secondary-proof .offer-summary span{flex: 1 1 20rem;
  min-width: 0;
  font-size: calc(15.2px * .875);
  line-height: 1.65;
  color: var(--line-page);}
.secondary-proof button{
  border: 0;
  border-radius: 0.36rem;
  background: var(--surface-primary);
  color: #FBF7EE;
  padding: calc(1.5rem * .75) 0.95rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 330ms var(--speed-entry);
}
.secondary-proof button:hover{
  background: #A32B1F;color:var(--tone-inverse);}
.secondary-proof .visual-plan{
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .6);
  padding: calc(1.5rem * .75) 0.95rem;
  background: #F1EADB;
  color: var(--line-page);
  border-left: 3px solid var(--line-light);
  border-radius: 0.18rem;
}
.secondary-proof .visual-plan p{margin: 0;
  font-size: calc(15.2px * .875);
  line-height: 1.65;}
@media (max-width: 640px) {.secondary-proof .focused-callout{
    grid-template-columns: 1fr;
  }.secondary-proof .offer-summary{
    flex-direction: column;
    align-items: stretch;
  }
}
.visual-wrap{padding:calc(1.5rem * 2.4) 1.02rem;background:#FBF7EE;color:#232019}
.visual-wrap .direct-track{max-width:min(860px,58rem);margin:0 auto}
.visual-wrap h2{margin:0;font-size:calc(15.2px * 2);line-height:1.15}
.visual-wrap .focused-wrap{margin:1.5rem 0 calc(0.95rem * 1.5);font-size:calc(15.2px * 1.125);}
.visual-wrap .media-headline{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.visual-wrap .visual-plan{padding:calc(1.5rem * .75) 1.02rem;background:var(--paint-muted);color:var(--tone-inverse);border:1px solid var(--ink-muted);border-radius:0.36rem;border-left:3px solid var(--surface-primary)}
.visual-wrap h3{margin:0 0 calc(1.5rem * .75);font-size:calc(15.2px * 1.35);line-height:1.25}
.visual-wrap .visual-plan p{margin:0}
.visual-wrap .simple-team{margin:calc(0.95rem * 1.5) 0 0;font-size:calc(15.2px * .875);}
@media (max-width:640px){.visual-wrap .visual-plan{padding:calc(1.5rem * .75) 0.95rem}
}
.content-rail{
  padding: calc(1.5rem * 2.4) 1.02rem;
  background: #1C1A16;
  color: #FBF7EE;
}
.content-rail .content-actions{max-width: min(860px, 58rem);
  margin: 0 auto;}
.content-rail h2{margin: 0;
  font-size: calc(15.2px * 2);
  line-height: 1.1;}
.content-rail .simple-media{margin: calc(1.5rem * .75) 0 calc(0.95rem * 1.5);
  color: #D9D2C2;
  font-size: calc(15.2px * 1.125);
  line-height: 1.65;}
.content-rail .clear-note{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.content-rail .narrow-section{padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid #33302A;}
.content-rail .narrow-section:first-child{padding-top: 0;
  border-top: 0;}
.content-rail h3{margin: 0;
  font-size: calc(15.2px * 1.35);
  line-height: 1.2;}
.content-rail .narrow-section p{margin: calc(calc(1.5rem * .75) * .6) 0 0;
  color: #D9D2C2;
  font-size: 15.2px;
  line-height: 1.65;}
@media (min-width: 720px) {.content-rail .clear-note{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: calc(0.95rem * 1.5);
    row-gap: calc(1.5rem * .75);
  }.content-rail .narrow-section{
    padding: 0 0 0 calc(1.5rem * .75);
    border-top: 0;
    border-left: 1px solid #33302A;
  }.content-rail .narrow-section:first-child{
    padding-left: calc(1.5rem * .75);
  }
}
.soft-figure{--axis-base:calc(1.5rem * 0.99);padding:calc(1.5rem * 2.4) 1.02rem;background:var(--line-light);color:#FBF7EE;}
.soft-figure .content-actions{max-width:860px;margin:0 auto;}
.soft-figure h1,.soft-figure h2,.soft-figure h3,.soft-figure p{margin:0;}
.soft-figure h2{font-size:calc(15.2px * 2);line-height:1.12;}
.soft-figure p{font-size:15.2px;line-height:1.65;}
.soft-figure a{color:inherit;text-decoration:none;}
.soft-figure .wide-footer{margin-top:1.5rem;}
.soft-figure .visual-plan{margin-top:calc(0.95rem * 1.5);font-size:calc(15.2px * .875);opacity:0.78;}
.soft-figure .featured-figure{display:flex;flex-wrap:wrap;align-items:center;gap:0.95rem;margin-top:1.5rem;}
.soft-figure .simple-unit{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.18rem;background:#FBF7EE;color:var(--line-light);font-size:15.2px;transition:background 330ms var(--speed-entry),color 330ms var(--speed-entry);}
.soft-figure .simple-unit:hover{background:var(--surface-primary);color:#FBF7EE;}
.soft-figure .featured-story{display:inline-flex;align-items:center;padding:calc(1.5rem * .75) 0;border-bottom:1px solid currentColor;font-size:calc(15.2px * .875);opacity:0.85;transition:opacity 330ms var(--speed-entry);}
.soft-figure .featured-story:hover{opacity:1;}
@media (max-width:640px){.soft-figure .featured-figure{flex-direction:column;align-items:flex-start;}.soft-figure .simple-unit{width:100%;}
}
.top-footer{
  padding: calc(1.5rem * 2.4) 1.02rem;
  background: #1C1A16;
  color: #FBF7EE;
}
.top-footer .content-actions{max-width: min(860px, 78rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(18rem, .85fr);
  gap: calc(0.95rem * 1.5);
  align-items: start;}
.top-footer h2{margin: 0;
  font-size: calc(15.2px * 2);
  line-height: 1.1;}
.top-footer .active-content p{margin: calc(1.5rem * .75) 0 0;
  font-size: 15.2px;
  color: #D9D2C2;}
.top-footer .active-content p + p{margin-top: 0.95rem;}
.top-footer .featured-figure{display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  margin-top: calc(0.95rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(251, 247, 238, 0.18);}
.top-footer .featured-figure a{text-decoration: underline;
  text-underline-offset: 3px;
  font-size: calc(15.2px * .875);}
.top-footer .featured-figure a:hover{color:inherit;}
.top-footer .featured-benefit{
  padding: calc(1.5rem * .75);
  border-radius: 0.54rem;
  background: var(--paint-muted);
  color: var(--tone-inverse);
  border: 1px solid var(--ink-muted);
}
.top-footer .featured-benefit strong{display: block;
  font-size: calc(15.2px * 1.35);
  margin-bottom: calc(1.5rem * .75);}
.top-footer .open-track{margin: 0;
  padding-left: 1.1rem;
  display: grid;
  gap: 0.95rem;
  font-size: calc(15.2px * .875);}
.top-footer .open-track li{line-height: 1.65;}
.top-footer .visual-plan{margin: calc(1.5rem * .75) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid var(--ink-muted);
  font-size: calc(15.2px * .875);color:inherit;}
.top-footer .visual-plan a{color:inherit;}
.top-footer .visual-plan a:hover{color:inherit;}
.top-footer .fresh-plan{margin: 0.95rem 0 0;
  font-size: calc(15.2px * .875);color:inherit;}
.top-footer .narrow-rail{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(15.2px * .875);}
.top-footer .narrow-rail a{color:inherit;
  text-decoration: underline;
  text-underline-offset: 3px;}
.top-footer .narrow-rail a:hover{color:inherit;}
@media (max-width: 760px) {.top-footer .content-actions{
    grid-template-columns: 1fr;
  }
}
.service-method{padding:calc(1.5rem * 2.4) 1.02rem;background:#FBF7EE;color:#232019}
.service-method .content-actions{max-width:860px;margin:0 auto}
.service-method .narrow-headline{display:flex;flex-wrap:wrap;gap:calc(0.95rem * 1.5);align-items:flex-start}
.service-method .wide-footer{flex:1 1 22rem;min-width:0}
.service-method .wide-footer .visual-plan{margin:0 0 calc(1.5rem * .75);font-size:calc(15.2px * .875);line-height:1.65;letter-spacing:0.04em;text-transform:uppercase;color:var(--line-page)}
.service-method h1{margin:0;font-size:calc(15.2px * 2.65);line-height:1.08}
.service-method .bottom-frame{flex:1 1 20rem;min-width:0;padding-top:calc(1.5rem * .75)}
.service-method .simple-view{margin:0;font-size:15.2px;line-height:1.65}
.service-method .featured-figure{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(0.95rem * 1.5)}
.service-method .featured-figure a{display:inline-flex;align-items:center;padding:calc(calc(1.5rem * .75) * 0.7) 1.5rem;border-radius:0.36rem;border:1px solid var(--ink-muted);background:var(--paint-muted);color:var(--tone-inverse);text-decoration:none;font-size:calc(15.2px * .875);transition:background 330ms var(--speed-entry),color 330ms var(--speed-entry)}
.service-method .featured-figure a:hover{background:#F1EADB;color:var(--line-page)}
.service-method .featured-figure a.go{background:var(--line-light);color:#FBF7EE;border-color:var(--line-light)}
.service-method .featured-figure a.go:hover{background:#172C74;color:#FBF7EE}
.service-method .featured-story{list-style:none;margin:calc(0.95rem * 1.5) 0 0;padding:calc(1.5rem * .75) 0 0;border-top:1px solid var(--ink-muted);display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * 0.6)}
.service-method .featured-story a{color:#1F3A93;text-decoration:none;font-size:calc(15.2px * .875);border-bottom:1px solid transparent;transition:color 330ms var(--speed-entry),border-color 330ms var(--speed-entry)}
.service-method .featured-story a:hover{color:#C0392B;border-color:#C0392B}
@media(max-width:760px){.service-method h1{font-size:calc(15.2px * 2)}.service-method .bottom-frame{padding-top:0}}
