*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Manrope", sans-serif;}
a{color:inherit;}
.direct-wrap {
    width: 100%;
    background: #F7F8F9;
    color: #15171A;
    border-bottom: 1px solid #DDE0E3;
  }
.simple-track {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1.5rem 1.7rem;
    display: flex;
    align-items: center;
    gap: 1.56rem;
  }
.secondary-benefit {
    font-size: calc(19.3px * 1.125);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #15171A;
    text-decoration: none;
    white-space: nowrap;
    margin-right: calc(1.56rem * 1.5);
  }
:root {
  --line-panel: #F4F5F6;
  --surface-primary: #15171A;
  --speed-entry: cubic-bezier(0.22,1,0.36,1);
}
.secondary-benefit:hover {
    color: #2A2D31;
  }
.direct-intro {
    flex: 1 1 auto;
  }
.local-copy {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.56rem;
  }
.local-copy a {
    display: inline-block;
    padding: 0.5rem 0.25rem;
    font-size: 19.3px;
    color: #15171A;
    text-decoration: none;
    border-radius: 0.33rem;
    transition: color 460ms var(--speed-entry), background-color 460ms var(--speed-entry);
  }
.local-copy a:hover {
    color: #2A2D31;
    background: #ECEEF0;
  }
.direct-view {
    flex: 0 0 auto;
    margin-left: auto;
  }
.active-proof {
    display: inline-block;
    padding: 0.65rem 1.15rem;
    background: #B4232A;
    color: #FFFFFF;
    font-size: 19.3px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.58rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    transition: background-color 460ms var(--speed-entry), transform 460ms var(--speed-entry);
  }
.active-proof:hover{
    background: #8F1A20;
    transform: translateY(-1px);color:#15171A;}
.page-menu {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 0;
    background: #ECEEF0;
    color: #2A2D31;
    border: 1px solid #DDE0E3;
    border-radius: 0.58rem;
    cursor: pointer;
  }
.narrow-items{
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto;
    background: #2A2D31;
    border-radius: 2px;
    transition: transform 460ms var(--speed-entry), opacity 460ms var(--speed-entry);color:#15171A;}
.page-menu.is-open .narrow-items:nth-child(1){transform: translateY(7px) rotate(45deg);}
.page-menu.is-open .narrow-items:nth-child(2){opacity: 0;}
.page-menu.is-open .narrow-items:nth-child(3){transform: translateY(-7px) rotate(-45deg);}
@media (max-width: 767px) {
    .simple-track {
      flex-wrap: wrap;
      align-items: center;
      gap: calc(1.56rem * 1.5);
    }
    .secondary-benefit {
      margin-right: 0;
      flex: 1 1 auto;
    }
    .page-menu {
      display: flex;
      order: 3;
    }
    .direct-view {
      order: 4;
      width: 100%;
      margin-left: 0;
    }
    .active-proof {
      display: block;
      width: 100%;
      text-align: center;
    }
    .direct-intro {
      order: 5;
      flex: 1 1 100%;
      display: none;
      width: 100%;
    }
    .direct-intro.is-open {
      display: block;
    }
    .local-copy {
      flex-direction: column;
      align-items: stretch;
      gap: 0;
      padding: calc(1.56rem * 1.5) 0 0;
      border-top: 1px solid #DDE0E3;
    }
    .local-copy li {
      width: 100%;
    }
    .local-copy a {
      display: block;
      padding: 0.75rem 0.25rem;
      border-bottom: 1px solid #DDE0E3;
    }
  }
.top-benefit{padding:calc(1.5rem * 2.4) 1.7rem;font-family:"Manrope", sans-serif;font-size:19.3px;line-height:1.62;background:var(--surface-primary);color:var(--line-panel);}
.strong-rail{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:calc(1.56rem * 1.5)}
.public-entries,
  .quiet-panel{font-size:calc(19.3px * .875);font-weight:600;letter-spacing:0.04em;text-transform:uppercase;margin:0 0 1.5rem}
.offer-contact{font-style:normal;display:flex;flex-direction:column;gap:0.35rem}
.quiet-frame{display:block}
.visual-tile{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 460ms var(--speed-entry)}
.visual-tile:hover,
  .visual-tile:focus-visible{border-bottom-color:currentColor}
.media-method{font-size:calc(19.3px * 1.125);font-weight:700;margin:0 0 1.5rem}
.direct-steps{margin:0;max-width:34ch;font-size:calc(19.3px * .875)}
.top-shell{display:grid;grid-template-columns:1fr;gap:calc(1.56rem * 1.5)}
.primary-feature{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.active-visual{display:flex;flex-direction:column;gap:1.5rem}
.compact-headline{margin:0;font-size:calc(19.3px * .875);max-width:70ch}
.media-wrap{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.56rem}
.visual-fields{margin:0;font-size:calc(19.3px * .875)}
@media (min-width: 640px) {.top-shell{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (min-width: 960px) {.strong-rail{grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);grid-template-areas:"contact brand"
        "nav nav"
        "legal legal";gap:calc(1.5rem * 2.4) calc(1.56rem * 1.5)}.text-actions{grid-area:contact}.soft-footer{grid-area:brand}.top-shell{grid-area:nav;grid-template-columns:repeat(3, minmax(0, 1fr))}.active-visual{grid-area:legal}
  }
footer .media-quote{flex:1 1 100%;max-width:1280px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(19.3px * .875);line-height:1.62;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;left:1.7rem;right:1.7rem;bottom:1.5rem;z-index:1200;}
.cookies .page-method{max-width:920px;margin:0 auto;padding:calc(1.5rem * .9) 1.7rem;border-radius:1.32rem;background:linear-gradient(135deg,#2A2D31,#B4232A);color:#FFFFFF;box-shadow:0 16px 46px rgba(0,0,0,0.25);display:grid;grid-template-columns:1fr auto;gap:1.56rem;align-items:center;}
.cookies .offer-lead strong{display:block;margin-bottom:4px;}
.cookies .offer-lead p{margin:0;opacity:.95;}
.cookies .main-note{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;}
.cookies .main-note button{border:1px solid color-mix(in srgb, currentColor 35%, transparent);background:color-mix(in srgb, currentColor 18%, transparent);color:inherit;border-radius:0.33rem;padding:8px 12px;cursor:pointer;}
.cookies .main-note button.cookie-accept{background:#FFFFFF;border-color:transparent;font-weight:700;color:#B4232A;}
@media (max-width: 760px){.cookies .page-method{grid-template-columns:1fr;}
        .cookies .main-note{justify-content:flex-start;}
    }
.content-rail{
  padding:calc(1.5rem * 2.4) 1.7rem;
  background:#F7F8F9;
  color:#15171A;
}
.content-rail .page-method{max-width:1280px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:calc(1.56rem * 1.6);
  align-items:flex-end;
  justify-content:space-between;}
.content-rail .top-stack{flex:1 1 34rem;
  min-width:0;}
.content-rail .local-links{
  flex:0 1 20rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.56rem * 1.5);
  padding:calc(1.5rem * .75);
  background:#FFFFFF;
  color:#15171A;
  border:1px solid #DDE0E3;
  border-radius:0.94rem;
}
.content-rail h1,
.content-rail p{margin:0;}
.content-rail h1{font-size:calc(19.3px * 2.65);
  line-height:1.08;
  letter-spacing:-0.01em;}
.content-rail .wide-visual{margin-top:1.5rem;
  font-size:calc(19.3px * 1.125);
  line-height:1.62;
  max-width:44rem;}
.content-rail .quiet-inner{margin-top:calc(1.5rem / 2);
  font-size:19.3px;
  line-height:1.62;
  color:#2A2D31;
  max-width:40rem;}
.content-rail .text-fields{
  display:inline-block;
  padding:0.85rem 1.4rem;
  background:#B4232A;
  color:#FFFFFF;
  border-radius:0.58rem;
  font-size:19.3px;
  text-decoration:none;
  text-align:center;
  transition:background 460ms var(--speed-entry);
}
.content-rail .text-fields:hover{
  background:#8F1A20;color:#15171A;}
.content-rail .open-tile{font-size:calc(19.3px * .875);
  line-height:1.62;
  color:#2A2D31;}
.content-rail .open-tile a{color:#B4232A;
  text-decoration:underline;
  text-underline-offset:2px;}
.content-rail .open-tile a:hover{color:#2A2D31;}
@media (max-width:720px){.content-rail .page-method{
    align-items:stretch;
  }.content-rail .local-links{
    flex:1 1 100%;
  }
}
.service-media{--mark-control:calc(1.5rem * 1.35);--layer-control:calc(1280px / 2.2);padding:calc(1.5rem * 2.4) 1.7rem;background:#F7F8F9;color:#15171A;}
.service-media .page-method{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-control);}
.service-media h2,.service-media p{margin:0;}
.service-media h2{font-size:calc(19.3px * 2);line-height:1.14;}
.service-media p{font-size:19.3px;line-height:1.62;}
.service-media .top-stack{display:flex;flex-direction:column;gap:calc(1.5rem / 2);max-width:var(--layer-control);}
.service-media .wide-visual{}
.service-media .main-summary{display:flex;flex-direction:column;border-top:1px solid #DDE0E3;}
.service-media details{padding:calc(calc(1.5rem * .75) * 1.1) 0;border-bottom:1px solid #DDE0E3;}
.service-media summary{cursor:pointer;font-weight:700;font-size:calc(19.3px * 1.125);line-height:1.3;list-style:none;display:flex;justify-content:space-between;align-items:baseline;gap:1.56rem;}
.service-media summary::-webkit-details-marker{display:none;}
.service-media summary::after{content:"+";font-weight:400;flex:none;}
.service-media details[open] summary::after{content:"–";}
.service-media details p{margin-top:calc(1.5rem / 2.4);max-width:var(--layer-control);}
.service-media .quiet-inner{max-width:var(--layer-control);font-size:calc(19.3px * .875);}
.service-media a{text-decoration:none;border-bottom:1px solid currentColor;}
.service-media a:hover{}
@media (max-width:720px){.service-media summary{font-size:19.3px;}
}
.offer-form{--mark-control:calc(1.5rem * 1.15);--layer-control:calc(1280px / 2.2);padding:calc(1.5rem * 2.4) 1.7rem;background:#F7F8F9;color:#15171A;}
.offer-form .page-method{max-width:1280px;margin:0 auto;}
.offer-form h2,.offer-form h3,.offer-form p{margin:0;}
.offer-form h2{font-size:calc(19.3px * 2);line-height:1.12;max-width:var(--layer-control);}
.offer-form h3{font-size:calc(19.3px * 1.35);line-height:1.22;}
.offer-form p{font-size:19.3px;line-height:1.62;}
.offer-form .top-stack{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.offer-form .quiet-inner{font-size:calc(19.3px * .875);letter-spacing:.04em;text-transform:uppercase;color:#2A2D31;}
.offer-form .wide-visual{max-width:var(--layer-control);color:#2A2D31;}
.offer-form .fresh-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--mark-control) 1.56rem;margin-top:calc(var(--mark-control) * 1.2);}
.offer-form .featured-feature{min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #DDE0E3;}
.offer-form .featured-feature p{margin-top:calc(1.5rem / 3);color:#2A2D31;}
.offer-form .open-tile{margin-top:calc(var(--mark-control) * 1.2);font-size:calc(19.3px * .875);color:#2A2D31;}
.offer-form .open-tile a{color:#B4232A;text-decoration:underline;text-underline-offset:3px;}
.offer-form .open-tile a:hover{color:#2A2D31;}
@media (max-width:820px){.offer-form .fresh-form{grid-template-columns:1fr;}
}
.service-fields{
  padding:calc(1.5rem * 2.4) 1.7rem;
  background:#F7F8F9;
  color:#15171A;
  overflow:hidden;
}
.service-fields .page-method{max-width:1280px;
  margin:0 auto;}
.service-fields .offer-entries{max-width:46rem;
  margin:0 0 calc(1.56rem * 1.5);}
.service-fields h2{margin:0;
  font-size:calc(19.3px * 2);
  line-height:1.08;
  letter-spacing:-0.01em;}
.service-fields .wide-visual{margin:1.5rem 0 0;
  font-size:calc(19.3px * 1.125);
  line-height:1.62;}
.service-fields .main-wrap{display:grid;
  grid-template-columns:repeat(auto-fit,minmax(19rem,1fr));
  gap:1.56rem;
  border-top:1px solid #DDE0E3;
  padding-top:calc(1.56rem * 1.5);}
.service-fields .featured-feature{padding:0 0 calc(1.5rem * .75);
  border-bottom:1px solid #DDE0E3;}
.service-fields .strong-list{display:inline-block;
  font-size:calc(19.3px * .875);
  text-transform:uppercase;
  letter-spacing:0.08em;
  margin-bottom:calc(1.5rem * .75);}
.service-fields strong{display:block;
  font-size:calc(19.3px * 1.35);
  line-height:1.15;
  font-weight:600;}
.service-fields .featured-feature p{margin:calc(1.5rem * .75) 0 0;
  line-height:1.62;}
.service-fields .open-tile{display:flex;
  flex-wrap:wrap;
  gap:1.56rem;
  margin-top:calc(1.56rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #DDE0E3;}
.service-fields .open-tile a{font-size:19.3px;
  text-decoration:none;
  border-bottom:1px solid #B4232A;
  padding-bottom:2px;
  transition:color 460ms var(--speed-entry), border-color 460ms var(--speed-entry);}
.service-fields .open-tile a:hover{border-color:#2A2D31;}
@media (max-width:640px){.service-fields .main-wrap{grid-template-columns:1fr}
}
.service-area{padding:calc(1.5rem * 2.4) 1.7rem;background:#F7F8F9;color:#15171A}
.service-area .featured-rail{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.56rem * 1.5)}
.service-area .wide-flow{display:flex;flex-direction:column;gap:.6rem;max-width:62ch}
.service-area h2{margin:0;font-size:calc(19.3px * 2);line-height:1.08;font-weight:700}
.service-area .clear-track{margin:0;font-size:19.3px;line-height:1.62;color:#2A2D31}
.service-area .primary-view{display:flex;flex-wrap:wrap;gap:1.56rem}
.service-area .steady-unit{flex:1 1 300px;min-width:260px;display:flex;flex-direction:column;background:#FFFFFF;color:#15171A;border:1px solid #DDE0E3;border-radius:0.94rem;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.16);transition:box-shadow 460ms var(--speed-entry)}
.service-area .steady-unit:hover{box-shadow:0 12px 22px rgba(0,0,0,0.21)}
.service-area .steady-unit img{width:100%;height:210px;object-fit:cover;display:block}
.service-area .local-actions{display:flex;flex-direction:column;gap:.55rem;padding:calc(1.5rem * .75)}
.service-area h3{margin:0;font-size:calc(19.3px * 1.35);line-height:1.2;font-weight:700}
.service-area h3 a{color:#15171A;text-decoration:none}
.service-area h3 a:hover{color:#2A2D31}
.service-area .local-actions p{margin:0;font-size:calc(19.3px * .875);line-height:1.55;color:#2A2D31}
.service-area .quiet-team{margin-top:auto;padding-top:.4rem;color:#B4232A;text-decoration:none;font-weight:700;font-size:calc(19.3px * .875)}
.service-area .quiet-team:hover{color:#2A2D31}
.service-area .wide-stack{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.56rem;border-top:1px solid #DDE0E3;padding-top:calc(1.56rem * 1.5)}
.service-area .primary-plan{font-size:calc(19.3px * .875);color:#2A2D31}
.service-area .open-footer{display:inline-flex;align-items:center;padding:.7rem 1.3rem;border-radius:0.58rem;background:#B4232A;color:#FFFFFF;text-decoration:none;font-weight:700;font-size:calc(19.3px * .875);transition:background 460ms var(--speed-entry)}
.service-area .open-footer:hover{background:#8F1A20;color:#15171A;}
@media (max-width:640px){
  .service-area .steady-unit img{height:180px}
  .service-area .wide-stack{flex-direction:column;align-items:flex-start}
}
.site-team{--mark-control:calc(1.5rem * 1.18);--layer-control:calc(1280px / 2.55);padding:calc(1.5rem * 2.4) 1.7rem;background:#ECEEF0;color:#2A2D31;}
.site-team .page-method{max-width:1280px;margin:0 auto;}
.site-team h2,.site-team h3,.site-team p{margin:0;}
.site-team h2{font-size:calc(19.3px * 2);line-height:1.14;}
.site-team h3{font-size:calc(19.3px * 1.35);line-height:1.22;}
.site-team p{font-size:19.3px;line-height:1.62;}
.site-team .top-stack{display:flex;flex-direction:column;gap:calc(1.56rem * 1.5);}
.site-team .offer-entries{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.56rem;}
.site-team .offer-entries>h2{flex:1 1 calc(1280px / 2.6);min-width:0;}
.site-team .offer-entries>.wide-visual{flex:1 1 calc(1280px / 3.2);min-width:0;max-width:var(--layer-control);opacity:.82;}
.site-team .fresh-form{display:flex;flex-direction:column;gap:0;border-top:1px solid #DDE0E3;}
.site-team .featured-feature{display:flex;gap:1.56rem;padding:calc(1.56rem * 1.5) 0;border-bottom:1px solid #DDE0E3;}
.site-team .featured-feature .page-story{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.site-team .featured-feature h3{max-width:var(--layer-control);}
.site-team .featured-feature p{max-width:calc(var(--layer-control) * 1.35);}
@media (max-width:720px){.site-team .offer-entries{flex-direction:column;align-items:flex-start;}.site-team .featured-feature{padding:calc(1.5rem * .75) 0;}
}
.fresh-body{--mark-control:calc(1.5rem * 1.1);--layer-control:calc(1280px / 2.2);padding:calc(1.5rem * 2.4) 1.7rem;background:#ECEEF0;color:#2A2D31;}
.fresh-body .page-method{max-width:1280px;margin:0 auto;}
.fresh-body h2,.fresh-body p{margin:0;}
.fresh-body h2{font-size:calc(19.3px * 2);line-height:1.14;max-width:var(--layer-control);}
.fresh-body p{font-size:19.3px;line-height:1.62;}
.fresh-body .wide-visual{margin-top:calc(1.56rem * 1.5);max-width:var(--layer-control);}
.fresh-body .quiet-inner{margin-top:calc(1.56rem * 1.5);font-size:calc(19.3px * .875);}
.fresh-body .open-tile{display:flex;flex-wrap:wrap;align-items:center;gap:1.56rem;margin-top:var(--mark-control);}
.fresh-body .local-links{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.33rem;background:#B4232A;color:#FFFFFF;text-decoration:none;font-size:19.3px;transition:background 460ms var(--speed-entry);}
.fresh-body .local-links:hover{background:#8F1A20;color:#15171A;}
.fresh-body .narrow-wrap{color:#B4232A;text-decoration:none;font-size:19.3px;border-bottom:1px solid transparent;transition:border-color 460ms var(--speed-entry),color 460ms var(--speed-entry);}
.fresh-body .narrow-wrap:hover{color:#2A2D31;border-bottom-color:#2A2D31;}
.fresh-body .quiet-inner a{color:#B4232A;text-decoration:none;border-bottom:1px solid #DDE0E3;}
.fresh-body .quiet-inner a:hover{color:#2A2D31;border-bottom-color:#2A2D31;}
@media (max-width:640px){.fresh-body .open-tile{flex-direction:column;align-items:flex-start;}.fresh-body .local-links{width:100%;}
}
.strong-copy{
  --mark-control:calc(1.5rem * 1.05);
  --layer-control:calc(1280px / 2.7);
  padding:calc(1.5rem * 2.4) 1.7rem;
  background:#B4232A;
  color:#FFFFFF;
}
.strong-copy .page-method{max-width:1280px;margin:0 auto;}
.strong-copy h2,.strong-copy h3,.strong-copy p{margin:0;}
.strong-copy h2{font-size:calc(19.3px * 2);line-height:1.14;max-width:var(--layer-control);}
.strong-copy h3{font-size:calc(19.3px * 1.35);line-height:1.22;}
.strong-copy p{font-size:19.3px;line-height:1.62;color:color-mix(in srgb, currentColor 78%, transparent);}
.strong-copy .quiet-inner{font-size:calc(19.3px * .875);
  letter-spacing:.02em;
  text-transform:uppercase;
  color:color-mix(in srgb, currentColor 68%, transparent);
  max-width:var(--layer-control);}
.strong-copy .fresh-form{display:flex;
  flex-wrap:wrap;
  gap:var(--mark-control);
  margin-top:var(--mark-control);}
.strong-copy .featured-feature{flex:1 1 calc(1280px / 3.6);
  min-width:0;
  padding:calc(calc(1.5rem * .75) * .9) 0 0;
  border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.strong-copy .featured-feature p{margin-top:calc(1.5rem / 3);}
.strong-copy .top-flow>h2{margin-top:calc(var(--mark-control) * 1.15);}
@media (max-width:720px){.strong-copy .featured-feature{flex:1 1 100%;}
}
.opening{
  background:#F7F8F9;
  color:#15171A;
  padding:calc(1.5rem * 2.4) 1.7rem;
}
.opening .page-method{max-width:64rem;
  margin:0 auto;}
.opening .top-stack{display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:1.56rem;
  border-bottom:1px solid #DDE0E3;
  padding-bottom:calc(1.56rem * 1.5);}
.opening h2{margin:0;
  font-size:calc(19.3px * 2);
  line-height:1.14;}
.opening .top-stack a{flex:0 0 auto;
  color:#B4232A;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:.15rem;
  font-size:calc(19.3px * .875);
  transition:color 460ms var(--speed-entry);}
.opening .top-stack a:hover{color:#2A2D31;}
.opening .offer-lead{margin:calc(1.56rem * 1.5) 0 0;
  max-width:52rem;
  font-size:calc(19.3px * 1.125);
  line-height:1.62;}
.opening .compact-entries{margin-top:calc(1.56rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:.55rem;}
.opening .compact-entries span{
  background:#ECEEF0;
  color:#2A2D31;
  border-radius:0.58rem;
  padding:.5rem .8rem;
  font-size:calc(19.3px * .875);
}
@media (max-width:620px){.opening .top-stack{
    display:block;
  }.opening .top-stack a{
    display:inline-flex;
    margin-top:1.5rem;
  }
}
.simple-nav{
  background: #ECEEF0;
  color: #2A2D31;
  padding: calc(1.5rem * 2.4) 1.7rem;
}
.simple-nav .page-method{width: min(100%, 1280px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.56rem * 1.5);
  align-items: flex-start;}
.simple-nav .page-story{flex: 1 1 32rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.56rem * 1.5);}
.simple-nav h2{margin: 0;
  font-size: calc(19.3px * 2);
  line-height: 1.08;}
.simple-nav .wide-visual{margin: 0;
  font-size: calc(19.3px * 1.125);
  line-height: 1.62;
  max-width: 46rem;}
.simple-nav .steady-fields{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-top: 1px solid #DDE0E3;
  padding-top: calc(1.56rem * 1.5);}
.simple-nav .contact-feature{display: flex;
  flex-wrap: wrap;
  gap: 1.56rem;
  align-items: baseline;}
.simple-nav .contact-feature strong{flex: 0 0 15rem;
  font-size: 19.3px;
  line-height: 1.2;}
.simple-nav .contact-feature span{flex: 1 1 20rem;
  min-width: 0;
  line-height: 1.62;}
.simple-nav .narrow-wrap{flex: 1 1 20rem;
  min-width: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.simple-nav .site-entries{display: block;
  width: 100%;
  height: 100%;
  min-height: 28rem;
  object-fit: cover;
  border-radius: 0.94rem;}
.simple-nav figcaption{font-size: calc(19.3px * .875);
  line-height: 1.62;}
@media (max-width: 860px) {.simple-nav .site-entries{ min-height: 18rem; }.simple-nav .contact-feature strong{ flex-basis: auto; }
}
.top-fields{padding:calc(1.5rem * 2.4) 1.7rem;background:linear-gradient(135deg, #F7F8F9 0%, #ECEEF0 55%, #DDE0E3 100%);color:#15171A}
.top-fields .page-method{max-width:1280px;margin:0 auto}
.top-fields .soft-headline{display:flex;gap:calc(1.56rem * 1.5);align-items:flex-start}
.top-fields .secondary-wrap{flex:0 1 21rem;min-width:0;border-left:1px solid color-mix(in srgb,#15171A 24%,transparent);padding-left:1.5rem}
.top-fields .secondary-wrap p{margin:0;font-size:calc(19.3px * .875);line-height:1.62}
.top-fields .bottom-group{flex:1 1 46rem;min-width:0}
.top-fields h2{margin:0;font-size:calc(19.3px * 2);line-height:1.08}
.top-fields .content-quote{margin-top:calc(1.56rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.top-fields .content-quote p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,#15171A 14%,transparent)}
.top-fields .content-quote p:first-child{padding-top:0;border-top:0}
.top-fields strong{flex:0 1 13rem;min-width:0;font-size:calc(19.3px * .875);letter-spacing:0.01em}
.top-fields span{flex:1 1 30rem;min-width:0;line-height:1.62}
@media(max-width:820px){.top-fields .soft-headline{display:block}.top-fields .secondary-wrap{border-left:0;padding-left:0}.top-fields .bottom-group{margin-top:calc(1.56rem * 1.5)}.top-fields .content-quote p{display:block}.top-fields span{display:block;margin-top:calc(1.5rem * .75)}.top-fields h2{font-size:calc(19.3px * 1.35)}}
.bottom-surface{padding:calc(1.5rem * 2.4) 1.7rem;background:#F7F8F9;color:#15171A;}
.bottom-surface .page-method{max-width:1280px;margin:0 auto;}
.bottom-surface h2,.bottom-surface h3,.bottom-surface p{margin:0;}
.bottom-surface h2{font-size:calc(19.3px * 2);line-height:1.14;}
.bottom-surface h3{font-size:calc(19.3px * 1.35);line-height:1.22;}
.bottom-surface p{font-size:19.3px;line-height:1.62;}
.bottom-surface .top-stack{max-width:calc(1280px / 1.9);}
.bottom-surface .top-stack .wide-visual{margin-top:calc(1.56rem * 1.5);color:#2A2D31;}
.bottom-surface .page-team{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.56rem * 1.5);margin-top:calc(1.5rem * 2.4);}
.bottom-surface .page-story{flex:1 1 calc(1280px / 2.4);min-width:0;display:flex;flex-direction:column;gap:calc(1.56rem * 1.5);}
.bottom-surface .page-story p{color:#2A2D31;}
.bottom-surface .steady-panel{flex:1 1 calc(1280px / 3.2);min-width:0;margin:0;}
.bottom-surface .steady-panel img{display:block;width:100%;height:auto;border-radius:0.94rem;}
.bottom-surface .open-tile{display:flex;flex-wrap:wrap;gap:1.56rem;margin-top:calc(calc(1.56rem * 1.5) / 2);}
.bottom-surface .open-tile a{font-size:calc(19.3px * .875);color:#B4232A;text-decoration:none;border-bottom:1px solid #DDE0E3;padding-bottom:2px;}
.bottom-surface .open-tile a:hover{color:#2A2D31;border-bottom-color:#2A2D31;}
.bottom-surface .fresh-form{display:flex;flex-wrap:wrap;gap:1.56rem;margin-top:calc(1.5rem * 2.4);}
.bottom-surface .featured-feature{flex:1 1 calc(1280px / 4.2);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #DDE0E3;}
.bottom-surface .featured-feature p{margin-top:calc(calc(1.56rem * 1.5) / 2);color:#2A2D31;}
@media (max-width:760px){.bottom-surface .page-team{margin-top:calc(1.56rem * 1.5);}.bottom-surface .fresh-form{margin-top:calc(1.56rem * 1.5);}.bottom-surface .featured-feature{flex:1 1 100%;}
}
.public-quote{--mark-control:calc(1.5rem * 1.1);--layer-control:calc(1280px / 3.1);padding:calc(1.5rem * 2.4) 1.7rem;background:#2A2D31;color:#FFFFFF;}
.public-quote .page-method{max-width:1280px;margin:0 auto;}
.public-quote h1,.public-quote h2,.public-quote h3,.public-quote p{margin:0;}
.public-quote h2{font-size:calc(19.3px * 2);line-height:1.12;}
.public-quote h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.public-quote p{font-size:19.3px;line-height:1.62;color:color-mix(in srgb, currentColor 76%, transparent);}
.public-quote a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);}
.public-quote .offer-entries{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1.56rem;}
.public-quote .offer-entries>h2{flex:1 1 calc(1280px / 3);min-width:0;}
.public-quote .offer-entries>.wide-visual{flex:1 1 calc(1280px / 3);min-width:0;}
.public-quote .fresh-form{display:flex;flex-wrap:wrap;gap:var(--mark-control);margin-top:var(--mark-control);}
.public-quote .featured-feature{flex:1 1 calc(1280px / 3.4);min-width:0;padding-top:calc(calc(1.5rem * .75) * .9);border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);}
.public-quote .offer-wrap{display:block;font-size:calc(19.3px * .875);letter-spacing:.08em;color:color-mix(in srgb, currentColor 62%, transparent);margin-bottom:calc(1.5rem / 3);}
.public-quote .featured-feature p{margin-top:calc(1.5rem / 3);}
.public-quote .open-tile{flex:1 1 100%;margin-top:var(--mark-control);font-size:calc(19.3px * .875);color:color-mix(in srgb, currentColor 70%, transparent);}
.strong-area{
        --mark-control: calc(1.5rem * 1.12);
        --layer-control: calc(1280px / 2.36);
        --label-strong: calc(1280px / 3.44);
        padding: calc(1.5rem * 2.4) 1.7rem;
        background: var(--surface-primary);
        color: var(--line-panel);
    }
.strong-area .page-method{max-width: 1280px;
        margin: 0 auto;}
.strong-area h2,
    .strong-area h3,
    .strong-area p{margin: 0;}
.strong-area h2{font-size: calc(19.3px * 2);
        line-height: 1.12;}
.strong-area h3{font-size: calc(19.3px * 1.35);
        line-height: 1.2;}
.strong-area p{font-size: 19.3px;
        line-height: 1.62;}
.strong-area .wide-visual{margin-top: 1.5rem;
        max-width: calc(1280px / 2);color:inherit;}
.strong-area .plain-benefit{row-gap: calc(var(--mark-control) * 1.2);}
.strong-area .active-rail{padding-inline-end: calc(calc(1.5rem * .75) / 2);}
.strong-area .fresh-form{display: flex;
        flex-wrap: wrap;
        gap: var(--mark-control);
        margin-top: var(--mark-control);}
.strong-area .featured-feature{
        flex: 1 1 var(--label-strong);
        min-width: 0;
        padding: calc(var(--mark-control) * .75);
        border-radius: 0.58rem;
        background: #ECEEF0;
        color: #2A2D31;
    }
.strong-area .featured-feature p{margin-top: calc(1.5rem / 3);}
.strong-area .open-tile{margin-top: var(--mark-control);
        font-size: calc(19.3px * .875);color:inherit;}
.strong-area .open-tile a{color:inherit;
        text-decoration: none;
        border-bottom: 1px solid #B4232A;
        transition: color 460ms var(--speed-entry);}
.strong-area .open-tile a:hover{color:inherit;
        border-bottom-color: #2A2D31;}
.quiet-flow{
  background: #F7F8F9;
  color: #15171A;
  padding: calc(1.5rem * 2.4) 1.7rem;
}
.quiet-flow .page-method{width: min(100%, 1280px);
  margin: 0 auto;
  display: flex;
  gap: calc(1.56rem * 1.5);
  align-items: flex-start;}
.quiet-flow h2,
.quiet-flow p{margin: 0;}
.quiet-flow .top-stack{flex: 0 0 min(26rem, 34%);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: sticky;
  top: calc(1.56rem * 1.5);}
.quiet-flow h2{font-size: calc(19.3px * 2);
  line-height: 1.08;}
.quiet-flow .top-stack p,
.quiet-flow .site-body p{color: #2A2D31;
  line-height: 1.62;
  font-size: 19.3px;}
.quiet-flow .fresh-form{flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 0;}
.quiet-flow .site-body{display: grid;
  grid-template-columns: 11rem 1fr;
  gap: 1.5rem;
  align-items: start;
  padding: calc(1.5rem * .75) 0;
  border-top: 1px solid #DDE0E3;}
.quiet-flow .site-body:last-child{border-bottom: 1px solid #DDE0E3;}
.quiet-flow .site-entries{
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border-radius: 0.33rem;
  background: #ECEEF0;color:#2A2D31;}
.quiet-flow strong{display: block;
  font-size: calc(19.3px * 1.125);
  line-height: 1.2;}
.quiet-flow .site-body p{margin-top: calc(1.5rem * .75);}
@media (max-width: 900px) {.quiet-flow .page-method{ flex-direction: column; }.quiet-flow .top-stack{ position: static; flex-basis: auto; }
}
@media (max-width: 560px) {.quiet-flow .site-body{
    grid-template-columns: 1fr;
    gap: calc(1.5rem * .75);
  }.quiet-flow .site-entries{ aspect-ratio: 16 / 10; }
}
.text-team{--mark-control:calc(1.5rem * 0.99);--layer-control:calc(1280px / 3.10);padding:calc(1.5rem * 2.4) 1.7rem;background:#B4232A;color:#FFFFFF;}
.text-team .page-method{max-width:1280px;margin:0 auto;}
.text-team h1,.text-team h2,.text-team h3,.text-team p{margin:0;}
.text-team h2{font-size:calc(19.3px * 2);line-height:1.12;}
.text-team p{font-size:19.3px;line-height:1.62;}
.text-team a{color:inherit;text-decoration:none;}
.text-team .local-links{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.33rem;background:#FFFFFF;color:#B4232A;font-weight:600;}
.text-team .local-summary h2{margin-top:var(--mark-control);}
.text-team .wide-visual{margin-top:1.5rem;max-width:var(--layer-control);}
.text-team .open-tile{margin-top:calc(1.56rem * 1.5);font-size:calc(19.3px * .875);color:color-mix(in srgb, currentColor 78%, transparent);max-width:var(--layer-control);}
.text-team .open-tile a{text-decoration:underline;text-underline-offset:3px;}
.text-team .open-tile a:hover{}
.soft-tile{
  padding: calc(1.5rem * 2.4) 1.7rem;
  background: var(--surface-primary);
  color: var(--line-panel);
}
.soft-tile .page-method{max-width: min(1280px, 72rem);
  margin: 0 auto;}
.soft-tile .offer-entries{max-width: 46rem;
  margin-bottom: calc(1.56rem * 1.5);}
.soft-tile h2{margin: 0;
  font-size: calc(19.3px * 2);
  line-height: 1.1;}
.soft-tile .wide-visual{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.3px * 1.125);
  line-height: 1.62;
  color: #D5D8DB;}
.soft-tile .set{display: flex;
  flex-wrap: wrap;
  gap: 1.56rem;}
.soft-tile .media-panel{flex: 1 1 min(100%, 20rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;
  padding: calc(1.5rem * .75) 0 0;
  border-top: 2px solid #B4232A;}
.soft-tile .main-rail{margin: 0 0 calc(1.5rem * .75);
  font-size: 19.3px;
  line-height: 1.62;}
.soft-tile .strong-details{display: flex;
  flex-direction: column;
  gap: 0.2rem;}
.soft-tile .team-lead{font-weight: 700;
  font-size: 19.3px;}
.soft-tile .team-block{font-size: calc(19.3px * .875);
  color: #D5D8DB;}
.soft-tile .public-steps{margin-top: calc(1.56rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2A2D31;}
.soft-tile .plain-rail{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(19.3px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #D5D8DB;}
.soft-tile .focused-block{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) 1.56rem;}
.soft-tile .focused-block li{font-size: calc(19.3px * .875);
  color: #D5D8DB;
  padding-left: calc(1.5rem * .75);
  border-left: 1px solid #2A2D31;}
@media (max-width: 720px) {.soft-tile .set{
    display: block;
  }.soft-tile .media-panel + .media-panel{
    margin-top: 1.56rem;
  }.soft-tile .focused-block li{
    border-left: 0;
    padding-left: 0;
  }
}
.wide-shell{--mark-control:calc(1.5rem * 1.2);--state-active:calc(1280px / 4.6);padding:calc(1.5rem * 2.4) 1.7rem;background:#F7F8F9;color:#15171A;}
.wide-shell .page-method{max-width:1280px;margin:0 auto;}
.wide-shell h2,.wide-shell h3,.wide-shell p{margin:0;}
.wide-shell h2{font-size:calc(19.3px * 2);line-height:1.12;}
.wide-shell h3{font-size:calc(19.3px * 1.35);line-height:1.22;}
.wide-shell p{font-size:19.3px;line-height:1.62;}
.wide-shell a{text-decoration:none;}
.wide-shell a:hover{}
.wide-shell img{display:block;width:100%;height:auto;border-radius:0.58rem;}
.wide-shell .top-stack{max-width:calc(1280px / 1.75);}
.wide-shell .quiet-inner{margin-bottom:calc(1.5rem / 2);font-size:calc(19.3px * .875);letter-spacing:.04em;text-transform:uppercase;}
.wide-shell .wide-visual{margin-top:1.5rem;}
.wide-shell .fresh-form{display:flex;flex-direction:column;gap:var(--mark-control);margin-top:var(--mark-control);}
.wide-shell .featured-feature{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.56rem;padding-top:calc(1.56rem * 1.5);border-top:1px solid #DDE0E3;}
.wide-shell .featured-feature:first-child{border-top:0;padding-top:0;}
.wide-shell .compact-content{flex:1 1 22rem;min-width:0;}
.wide-shell .compact-content p{margin-top:calc(1.5rem / 2.4);color:color-mix(in srgb, currentColor 78%, transparent);}
.wide-shell .open-tile{display:inline-block;margin-top:calc(1.5rem / 2);font-size:calc(19.3px * .875);border-bottom:1px solid currentColor;padding-bottom:2px;}
.wide-shell .steady-panel{flex:0 1 var(--state-active);min-width:0;margin:0;}
.wide-shell .local-team{margin-top:var(--mark-control);font-size:calc(19.3px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
@media (max-width:720px){.wide-shell .featured-feature{flex-direction:column-reverse;}.wide-shell .steady-panel{flex:1 1 auto;width:100%;}
}
.quiet-shell{padding:calc(1.5rem * 2.4) 1.7rem;background:linear-gradient(135deg, #F7F8F9 0%, #ECEEF0 55%, #DDE0E3 100%);color:#15171A;}
.quiet-shell .page-method{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.56rem * 1.5);}
.quiet-shell .offer-entries{max-width:760px;}
.quiet-shell .offer-entries h2{margin:0;font-size:calc(19.3px * 2);line-height:1.2;}
.quiet-shell .offer-entries p{margin:calc(1.5rem * .75) 0 0;font-size:19.3px;opacity:.92;}
.quiet-shell .soft-headline{display:flex;flex-wrap:wrap;gap:1.56rem;}
.quiet-shell .open-tile{flex:1 1 320px;min-width:280px;padding:calc(1.5rem * .75);border:1px solid #DDE0E3;border-radius:0.94rem;background:#FFFFFF;color:#15171A;}
.quiet-shell .strong-list{display:inline-block;font-size:calc(19.3px * .875);letter-spacing:.08em;text-transform:uppercase;}
.quiet-shell .site-body{list-style:none;margin:calc(1.5rem * .75) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.quiet-shell .site-body li{display:flex;flex-direction:column;gap:4px;}
.quiet-shell .site-body strong{font-size:19.3px;}
.quiet-shell .site-body a{text-decoration:none;font-weight:600;}
.quiet-shell .site-body a:hover{}
.quiet-shell .quiet-inner{font-size:calc(19.3px * .875);line-height:1.62;}
.quiet-shell .fresh-form{display:flex;flex-direction:column;gap:10px;}
.quiet-shell .featured-feature{border:1px solid #DDE0E3;border-radius:0.58rem;background:#FFFFFF;color:#15171A;overflow:hidden;}
.quiet-shell .featured-feature button{width:100%;border:0;background:transparent;color:inherit;text-align:left;font:inherit;font-weight:700;padding:14px 16px;cursor:pointer;}
.quiet-shell .featured-feature button:focus-visible{outline:2px solid rgba(180, 35, 42, 0.35);outline-offset:-2px;}
.quiet-shell .featured-feature p{margin:0;max-height:0;overflow:hidden;padding:0 16px;font-size:calc(19.3px * .875);transition:max-height 460ms var(--speed-entry),padding 460ms var(--speed-entry);}
.quiet-shell .featured-feature.is-open p{max-height:260px;padding:0 16px 16px;}
.quiet-shell .narrow-wrap{margin:0;font-size:calc(19.3px * .875);}
.quiet-shell .narrow-wrap a{text-decoration:none;font-weight:600;}
.quiet-shell .narrow-wrap a:hover{}
@media (max-width:640px){.quiet-shell .open-tile{flex:1 1 100%;}
    }
.narrow-figure{
        padding: calc(1.5rem * 2.4) 1.7rem;
        background: #F7F8F9;
        color: #15171A;
    }
.narrow-figure .page-method{max-width: 1280px;
        margin: 0 auto;}
.narrow-figure .strong-footer{display: flex;
        flex-direction: column;
        gap: calc(1.56rem * 1.5);}
.narrow-figure .top-stack{max-width: 62rem;}
.narrow-figure h2{margin: 0;
        font-size: calc(19.3px * 2);
        line-height: 1.1;}
.narrow-figure .top-stack p{margin: 1.5rem 0 0;
        font-size: calc(19.3px * 1.125);
        line-height: 1.62;
        color: #2A2D31;}
.narrow-figure ul{list-style: none;
        margin: 0;
        padding: 0;
        border-top: 1px solid #DDE0E3;}
.narrow-figure li{display: flex;
        flex-wrap: wrap;
        gap: 1.56rem;
        align-items: baseline;
        padding: 1.5rem 0;
        border-bottom: 1px solid #DDE0E3;}
.narrow-figure strong{flex: 0 0 20rem;
        min-width: 0;
        font-size: calc(19.3px * 1.35);
        line-height: 1.2;}
.narrow-figure span{flex: 1 1 28rem;
        min-width: 0;
        line-height: 1.62;
        color: #2A2D31;}
@media (max-width: 780px) {.narrow-figure li{
            display: block;
        }.narrow-figure strong{
            display: block;
        }.narrow-figure span{
            display: block;
            margin-top: calc(1.5rem * .75);
        }
    }
.steady-view{--mark-control:calc(1.5rem * 1.12);--layer-control:calc(1280px / 2.15);padding:calc(1.5rem * 2.4) 1.7rem;background:#B4232A;color:#FFFFFF;}
.steady-view .page-method{max-width:1280px;margin:0 auto;}
.steady-view h1,.steady-view h2,.steady-view h3,.steady-view p{margin:0;}
.steady-view h1{font-size:calc(19.3px * 2.65);line-height:1.08;}
.steady-view h2{font-size:calc(19.3px * 2);line-height:1.12;}
.steady-view h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.steady-view p{font-size:19.3px;line-height:1.62;color:color-mix(in srgb, currentColor 74%, transparent);}
.steady-view a{color:inherit;text-decoration:none;}
.steady-view .local-links{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.33rem;background:#FFFFFF;color:#B4232A;}
.steady-view .wide-visual{max-width:var(--layer-control);margin-top:calc(1.5rem / 2);}
.steady-view .fresh-form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.56rem;margin-top:var(--mark-control);}
.steady-view .featured-feature{flex:1 1 calc(1280px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.steady-view .featured-feature h3{margin-top:calc(1.5rem / 3);}
.steady-view .featured-feature p{margin-top:calc(1.5rem / 3);}
.steady-view .public-fields{font-size:calc(19.3px * .875);letter-spacing:0.06em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.steady-view .local-area{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.56rem;}
.steady-view .local-area>.page-story{flex:1 1 auto;min-width:0;}
.steady-view .local-area>.local-links{flex:0 0 auto;}
.steady-view .local-area>.fresh-form{flex:1 1 100%;}
.steady-view .page-story h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.steady-view .featured-feature{flex:1 1 100%;}
}
.bottom-area{padding:calc(1.5rem * 2.4) 1.7rem;background:linear-gradient(135deg, #F7F8F9 0%, #ECEEF0 55%, #DDE0E3 100%);color:#15171A;}
.bottom-area .page-method{max-width:1280px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.56rem * 1.5);}
.bottom-area .top-stack{max-width:60ch;}
.bottom-area .top-stack h1{margin:0;font-size:calc(19.3px * 2.65);line-height:1.15;}
.bottom-area .top-stack .wide-visual{margin:1.7rem 0 0;font-size:calc(19.3px * 1.125);}
.bottom-area .soft-headline{display:flex;flex-wrap:wrap;gap:1.56rem;}
.bottom-area .featured-feature{flex:1 1 280px;display:flex;flex-direction:column;gap:1.7rem;padding:calc(1.5rem * .75);border-radius:0.94rem;background:#FFFFFF;color:#15171A;border:1px solid #DDE0E3;box-shadow:0 2px 8px rgba(0,0,0,0.16);}
.bottom-area .featured-feature h3{margin:0;font-size:calc(19.3px * 1.35);}
.bottom-area .featured-feature p{margin:0;}
.bottom-area .featured-feature .site-body{font-size:calc(19.3px * .875);}
.bottom-area .featured-feature a{text-decoration:none;font-weight:600;word-break:break-word;}
.bottom-area .featured-feature a:hover{}
.bottom-area .featured-feature address{margin:0;font-style:normal;font-size:calc(19.3px * .875);}
.bottom-area .quiet-inner{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:1.7rem;padding-top:1.7rem;border-top:1px solid #DDE0E3;}
.bottom-area .quiet-inner p{margin:0;max-width:62ch;}
.bottom-area .open-tile{display:flex;flex-wrap:wrap;gap:1.56rem;}
.bottom-area .open-tile a{text-decoration:none;font-weight:600;}
.bottom-area .open-tile a:hover{}
@media (max-width:640px){.bottom-area .quiet-inner{flex-direction:column;align-items:flex-start;}
    }
.main-form{background:#F7F8F9;color:#15171A;padding:calc(1.5rem * 2.4) 1.7rem}
.main-form .page-method{max-width:1280px;margin:0 auto}
.main-form .strong-footer{display:flex;align-items:flex-start;gap:calc(1.56rem * 1.5)}
.main-form .top-stack{flex:0 1 30rem;min-width:0}
.main-form h2{margin:0;font-size:clamp(calc(19.3px * 2),5vw,calc(19.3px * 2.65));line-height:1.08;letter-spacing:0}
.main-form p{margin:1.5rem 0 0;color:#2A2D31;font-size:calc(19.3px * 1.125);line-height:1.65}
.main-form .content-quote{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #DDE0E3}
.main-form .contact-feature{display:flex;gap:1.56rem;padding:1.5rem 0;border-bottom:1px solid #DDE0E3;color:inherit;text-decoration:none}
.main-form .contact-feature:hover strong{color:#2A2D31}
.main-form strong{flex:0 1 14rem;min-width:0;transition:color 460ms var(--speed-entry)}
.main-form span{flex:1 1 20rem;min-width:0;color:#2A2D31;line-height:1.55}
@media(max-width:760px){.main-form .strong-footer,.main-form .contact-feature{flex-direction:column}.main-form .contact-feature{gap:calc(calc(1.5rem * .75)*.5)}}
.team-menu{
  padding: calc(1.5rem * 2.4) 1.7rem;
  background: #B4232A;
  color: #FFFFFF;
}
.team-menu .page-method{max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: calc(1.56rem * 1.5);
  align-items: start;}
.team-menu .local-links{
  padding: calc(1.5rem * .75);
  border-radius: 1.32rem;
  background: #F7F8F9;
  color: #15171A;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
}
.team-menu .local-links .focused-steps{font-size: calc(19.3px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.team-menu h2{margin: 0;
  font-size: calc(19.3px * 2);
  line-height: 1.1;}
.team-menu .wide-visual{margin: 0;
  font-size: 19.3px;
  line-height: 1.62;}
.team-menu .local-links a{
  align-self: flex-start;
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * 0.75) calc(1.5rem * .75);
  border-radius: 0.58rem;
  background: #B4232A;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 19.3px;
  transition: background 460ms var(--speed-entry);
}
.team-menu .local-links a:hover{
  background: #8F1A20;color:#15171A;}
.team-menu .site-region{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.team-menu .site-region .top-stack{margin: 0 0 calc(calc(1.5rem * .75) * 0.4);
  font-size: calc(19.3px * 1.125);
  line-height: 1.4;}
.team-menu .active-region{
  padding: calc(1.5rem * .75);
  border-radius: 0.58rem;
  background: var(--surface-primary);
  color: var(--line-panel);
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(0, 1.4fr);
  gap: calc(1.5rem * .75);
  align-items: baseline;
}
.team-menu .active-region strong{font-size: 19.3px;
  font-weight: 600;}
.team-menu .active-region span{font-size: calc(19.3px * .875);
  line-height: 1.55;}
@media (max-width: 860px) {.team-menu .page-method{
    grid-template-columns: 1fr;
  }.team-menu .active-region{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) * 0.4);
  }
}
.soft-intro{--mark-control:calc(1.5rem * 1.35);--layer-control:calc(1280px / 3.05);padding:calc(1.5rem * 2.4) 1.7rem;background:#F7F8F9;color:#15171A;}
.soft-intro .page-method{max-width:1280px;margin:0 auto;}
.soft-intro h2,.soft-intro h3,.soft-intro p{margin:0;}
.soft-intro h2{font-size:calc(19.3px * 2);line-height:1.12;}
.soft-intro h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.soft-intro p{font-size:19.3px;line-height:1.62;}
.soft-intro .offer-entries{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.56rem;}
.soft-intro .offer-entries>h2{flex:1 1 calc(1280px / 3);min-width:0;}
.soft-intro .offer-entries>.wide-visual{flex:1 1 calc(1280px / 3);min-width:0;color:#2A2D31;}
.soft-intro .fresh-form{display:flex;flex-wrap:wrap;gap:var(--mark-control);margin-top:var(--mark-control);}
.soft-intro .featured-feature{flex:1 1 calc(1280px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.58rem;background:#FFFFFF;color:#15171A;border:1px solid #DDE0E3;}
.soft-intro .featured-feature p{margin-top:calc(1.5rem / 3);color:#2A2D31;}
.soft-intro .featured-feature a{display:inline-block;margin-top:calc(1.5rem / 2.4);color:#B4232A;text-decoration:none;font-size:calc(19.3px * .875);}
.soft-intro .featured-feature a:hover{color:#2A2D31;}
.soft-intro .open-tile{margin-top:var(--mark-control);padding-top:calc(1.56rem * 1.5);border-top:1px solid #DDE0E3;}
.soft-intro .open-tile p{color:#2A2D31;font-size:calc(19.3px * .875);}
.soft-intro .open-tile a{color:#B4232A;text-decoration:none;}
.soft-intro .open-tile a:hover{color:#2A2D31;}
@media (max-width:720px){.soft-intro .offer-entries>h2,.soft-intro .offer-entries>.wide-visual,.soft-intro .featured-feature{flex:1 1 100%;}
}
.contact-shell{padding:calc(1.5rem * 2.4) 1.7rem;background:linear-gradient(135deg, #F7F8F9 0%, #ECEEF0 55%, #DDE0E3 100%);color:#15171A}
.contact-shell .page-method{max-width:1280px;margin:0 auto}
.contact-shell .featured-service{max-width:54rem;margin-bottom:calc(1.56rem * 1.5)}
.contact-shell h2{margin:0;font-size:calc(19.3px * 2.65);line-height:1.05}
.contact-shell .featured-service p{margin:1.5rem 0 0;font-size:calc(19.3px * 1.125);line-height:1.62}
.contact-shell .fresh-plan{display:flex;align-items:flex-start;gap:calc(1.56rem * 1.5)}
.contact-shell .main-summary{flex:0 1 19rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);border-top:1px solid #DDE0E3;padding-top:calc(1.5rem * .75)}
.contact-shell button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 460ms var(--speed-entry),transform 460ms var(--speed-entry)}
.contact-shell button:hover,.contact-shell button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.4))}
.contact-shell .strong-content{flex:1 1 30rem;align-self:start;border-left:1px solid #DDE0E3;padding-left:calc(1.56rem * 1.5)}
.contact-shell [data-response]{display:none}
.contact-shell [data-response].is-active{display:block;animation:clarifyFocusIn calc(460ms*1.8) var(--speed-entry) both}
.contact-shell h3{margin:0;font-size:calc(19.3px * 2);line-height:1.1}
.contact-shell [data-response] p{margin:1.5rem 0 0;font-size:calc(19.3px * 1.125);line-height:1.62}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.56rem * 1)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:760px){.contact-shell .fresh-plan{display:block}.contact-shell .main-summary{margin-bottom:calc(1.56rem * 1.5)}.contact-shell .strong-content{border-left:0;padding-left:0;border-top:1px solid #DDE0E3;padding-top:calc(1.5rem * .75)}}
@media(prefers-reduced-motion:reduce){.contact-shell [data-response].is-active{animation:none}}
.plain-plan{--mark-control:calc(1.5rem * 1.02);--layer-control:calc(1280px / 2.55);--label-large:calc(1280px / 3.94);padding:calc(1.5rem * 2.4) 1.7rem;background:#F7F8F9;color:#15171A;}
.plain-plan .page-method{max-width:1280px;margin:0 auto;}
.plain-plan h2,.plain-plan h3,.plain-plan p{margin:0;}
.plain-plan h2{font-size:calc(19.3px * 2);line-height:1.12;}
.plain-plan h3{font-size:calc(19.3px * 1.35);line-height:1.2;}
.plain-plan p{font-size:19.3px;line-height:1.62;}
.plain-plan a{color:#B4232A;text-decoration:none;}
.plain-plan a:hover{color:#2A2D31;}
.plain-plan img{display:block;width:100%;height:auto;border-radius:0.58rem;}
.plain-plan .wide-visual{margin-top:1.5rem;max-width:var(--layer-control);}
.plain-plan .fresh-form{display:flex;flex-direction:column;gap:var(--mark-control);margin-top:var(--mark-control);}
.plain-plan .featured-feature{min-width:0;padding-bottom:calc(1.56rem * 1.5);border-bottom:1px solid #DDE0E3;}
.plain-plan .featured-feature:last-child{border-bottom:0;padding-bottom:0;}
.plain-plan .featured-feature p{margin-top:calc(1.5rem / 3);}
.plain-plan .soft-form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.56rem;}
.plain-plan .soft-form>.page-story{flex:1 1 calc(1280px / 3);min-width:0;}
.plain-plan .soft-form>.fresh-form{flex:2 1 calc(1280px / 2);margin-top:0;}
.plain-plan .soft-form>img{margin-left:auto;max-width:var(--label-large);}
.plain-plan .open-tile{margin-top:calc(1.56rem * 1.5);font-size:calc(19.3px * .875);max-width:var(--layer-control);}
@media (max-width:900px){.plain-plan .soft-form>img{margin-left:0;max-width:100%;}
}
.top-headline{--mark-control:calc(1.5rem * 1.15);--layer-control:calc(1280px / 2.5);--label-strong:calc(1280px / 3.4);padding:calc(1.5rem * 2.4) 1.7rem;background:#F7F8F9;color:#15171A;}
.top-headline .page-method{max-width:1280px;margin:0 auto;}
.top-headline h2,.top-headline h3,.top-headline p{margin:0;}
.top-headline h2{font-size:calc(19.3px * 2);line-height:1.14;}
.top-headline h3{font-size:calc(19.3px * 1.35);line-height:1.22;}
.top-headline p{font-size:19.3px;line-height:1.62;}
.top-headline a{text-decoration:none;border-bottom:1px solid #DDE0E3;padding-bottom:2px;transition:color 460ms var(--speed-entry),border-color 460ms var(--speed-entry);}
.top-headline a:hover{border-color:#2A2D31;}
.top-headline .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.56rem;}
.top-headline .row-title h2{flex:1 1 calc(1280px / 3);min-width:0;}
.top-headline .row-title>p{flex:1 1 calc(1280px / 2.6);min-width:0;max-width:var(--layer-control);}
.top-headline .soft-quote{padding-inline-start:calc(1.7rem / 2);}
.top-headline .quiet-track{row-gap:calc(var(--mark-control) * .65);}
.top-headline .service-inner{padding-block:calc(var(--mark-control) / 2);}
.top-headline .mission{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-control);margin-top:var(--mark-control);}
.top-headline .featured-feature{flex:1 1 var(--label-strong);min-width:0;display:flex;flex-direction:column;padding-top:calc(1.5rem * .75);border-top:1px solid #DDE0E3;}
.top-headline .featured-feature p{margin-top:calc(1.5rem / 3);}
.top-headline .featured-feature a{display:inline-flex;margin-top:auto;padding-top:calc(1.5rem / 2);font-size:calc(19.3px * .875);}
@media (max-width:720px){.top-headline .row-title>p{max-width:none;}.top-headline .featured-feature{flex:1 1 100%;}
}
.featured-frame{--mark-control:calc(1.5rem * 1.05);--layer-control:calc(1280px / 2.30);--label-large:calc(1280px / 3.60);padding:calc(1.5rem * 2.4) 1.7rem;background:#F7F8F9;color:#15171A;}
.featured-frame .page-method{max-width:1280px;margin:0 auto;}
.featured-frame h1,.featured-frame h2,.featured-frame h3,.featured-frame p{margin:0;}
.featured-frame h1{font-size:calc(19.3px * 2.65);line-height:1.08;}
.featured-frame h2{font-size:calc(19.3px * 2);line-height:1.14;}
.featured-frame h3{font-size:calc(19.3px * 1.35);line-height:1.22;}
.featured-frame p{font-size:19.3px;line-height:1.62;}
.featured-frame .wide-visual{max-width:var(--layer-control);margin-top:1.5rem;}
.featured-frame .quiet-inner{margin-top:var(--mark-control);font-size:calc(19.3px * .875);}
.featured-frame a{text-decoration:none;border-bottom:1px solid #DDE0E3;}
.featured-frame a:hover{border-bottom-color:#2A2D31;}
.featured-frame img{display:block;width:100%;max-width:var(--label-large);height:auto;margin-top:var(--mark-control);border-radius:0.58rem;}
.featured-frame .fresh-form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.56rem;margin-top:var(--mark-control);}
.featured-frame .featured-feature{flex:1 1 calc(1280px / 3.40);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #DDE0E3;}
.featured-frame .featured-feature p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.featured-frame .featured-feature{flex:1 1 100%;}.featured-frame img{max-width:100%;}
}
.fresh-content{--mark-control:calc(1.5rem * 1.22);--layer-control:calc(1280px / 2.4);padding:calc(1.5rem * 2.4) 1.7rem;background:#F7F8F9;color:#15171A;}
.fresh-content .page-method{max-width:1280px;margin:0 auto;}
.fresh-content h1,.fresh-content h2,.fresh-content h3,.fresh-content p{margin:0;}
.fresh-content h1{font-size:calc(19.3px * 2.65);line-height:1.08;}
.fresh-content h2{font-size:calc(19.3px * 2);line-height:1.14;}
.fresh-content h3{font-size:calc(19.3px * 1.35);line-height:1.24;}
.fresh-content p{font-size:19.3px;line-height:1.62;}
.fresh-content a{color:#B4232A;text-decoration:none;}
.fresh-content a:hover{color:#2A2D31;}
.fresh-content .local-links{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.33rem;background:#B4232A;color:#FFFFFF;font-size:calc(19.3px * .875);}
.fresh-content .local-links:hover{background:#8F1A20;color:#FFFFFF;}
.fresh-content .local-area{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.56rem;}
.fresh-content .page-story{flex:1 1 22rem;min-width:0;max-width:var(--layer-control);}
.fresh-content .page-story .wide-visual{margin-top:calc(1.56rem * 1.5);color:#2A2D31;}
.fresh-content .main-summary{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--mark-control);margin-top:calc(1.56rem * 1.5);}
.fresh-content .featured-feature{padding:calc(1.5rem * .75) 0;border-top:1px solid #DDE0E3;}
.fresh-content .featured-feature:last-of-type{border-bottom:1px solid #DDE0E3;}
.fresh-content .featured-feature p{margin-top:calc(1.5rem / 3);max-width:calc(1280px * .72);}
.fresh-content .open-tile{margin-top:calc(1.56rem * 1.5);font-size:calc(19.3px * .875);color:#2A2D31;}
@media (max-width:720px){.fresh-content .page-story{flex:1 1 100%;max-width:none;}.fresh-content .local-links{width:100%;}
}
.service-footer{
  --mark-control:calc(1.5rem * 1.05);
  --layer-static:calc(1280px / 3.2);
  padding:calc(1.5rem * 2.4) 1.7rem;
  background:#F7F8F9;
  color:#15171A;
}
.service-footer .page-method{max-width:1280px;margin:0 auto;}
.service-footer h2,.service-footer h3,.service-footer p{margin:0;}
.service-footer h2{font-size:calc(19.3px * 2);line-height:1.14;max-width:calc(1280px * 0.62);}
.service-footer h3{font-size:calc(19.3px * 1.35);line-height:1.22;}
.service-footer p{font-size:19.3px;line-height:1.62;}
.service-footer .top-stack .wide-visual{margin-top:calc(1.56rem * 1.5);max-width:calc(1280px * 0.66);}
.service-footer .fresh-form{display:flex;
  flex-wrap:wrap;
  gap:calc(1.56rem * 1.5) 1.56rem;
  margin-top:var(--mark-control);}
.service-footer .featured-feature{flex:1 1 var(--layer-static);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #DDE0E3;}
.service-footer .featured-feature p{margin-top:calc(1.5rem / 2.4);}
.service-footer .open-tile{margin-top:var(--mark-control);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #DDE0E3;}
.service-footer .open-tile p{font-size:calc(19.3px * .875);}
.service-footer .open-tile a{text-decoration:none;border-bottom:1px solid currentColor;}
.service-footer .open-tile a:hover{}
@media (max-width:720px){.service-footer h2{max-width:none;}.service-footer .top-stack .wide-visual{max-width:none;}.service-footer .featured-feature{flex:1 1 100%;}
}
.contact-region{--mark-control:calc(1.5rem * 1.2);--layer-control:calc(1280px / 2.6);padding:calc(1.5rem * 2.4) 1.7rem;background:#F7F8F9;color:#15171A;}
.contact-region .page-method{max-width:1280px;margin:0 auto;}
.contact-region h2,.contact-region h3,.contact-region p{margin:0;}
.contact-region h2{font-size:calc(19.3px * 2);line-height:1.14;}
.contact-region h3{font-size:calc(19.3px * 1.35);line-height:1.22;}
.contact-region p{font-size:19.3px;line-height:1.62;}
.contact-region a{color:#B4232A;text-decoration:none;}
.contact-region a:hover{color:#2A2D31;}
.contact-region .offer-entries{display:flex;flex-direction:column;gap:var(--mark-control);}
.contact-region .top-stack{display:flex;flex-wrap:wrap;gap:1.56rem;align-items:flex-end;}
.contact-region .top-stack h2{flex:1 1 calc(1280px / 2.9);min-width:0;}
.contact-region .top-stack .wide-visual{flex:1 1 calc(1280px / 2.9);min-width:0;max-width:var(--layer-control);color:#2A2D31;}
.contact-region .fresh-form{display:flex;flex-wrap:wrap;gap:1.56rem;}
.contact-region .featured-feature{flex:1 1 calc(1280px / 4.4);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(calc(1.5rem * .75) * .9) 0 0;border-top:1px solid #DDE0E3;}
.contact-region .featured-feature .strong-list{font-size:calc(19.3px * .875);letter-spacing:.04em;text-transform:uppercase;color:#2A2D31;}
.contact-region .featured-feature p{color:#2A2D31;}
.contact-region .featured-feature a{margin-top:auto;font-size:calc(19.3px * .875);}
.contact-region .quiet-inner{max-width:var(--layer-control);color:#2A2D31;font-size:calc(19.3px * .875);}
.contact-region .quiet-inner a{font-weight:600;}
@media (max-width:760px){.contact-region .featured-feature{flex:1 1 100%;}.contact-region .top-stack h2,.contact-region .top-stack .wide-visual{flex:1 1 100%;}
}
.team-service{
  padding: calc(1.5rem * 2.4) 1.7rem;
  background: var(--surface-primary);
  color: var(--line-panel);
}
.team-service .page-method{max-width: 1280px;
  margin: 0 auto;}
.team-service .top-stack{max-width: 46rem;
  margin-bottom: calc(1.56rem * 1.5);}
.team-service .top-stack h2{margin: 0;
  font-size: calc(19.3px * 2);
  line-height: 1.1;}
.team-service .top-stack p{margin: calc(1.5rem * .75) 0 0;
  color: #D5D8DB;
  font-size: calc(19.3px * 1.125);}
.team-service .text-details{display: flex;
  flex-wrap: wrap;
  gap: 1.56rem;
  margin-bottom: calc(1.56rem * 1.5);}
.team-service .open-tile{
  flex: 1 1 15rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.94rem;
  border: 1px solid #2A2D31;
  background: var(--surface-primary);
  color: var(--line-panel);
  text-decoration: none;
  display: block;
  transition: border-color 460ms var(--speed-entry), transform 460ms var(--speed-entry);
}
.team-service .open-tile:hover{border-color: #2A2D31;
  transform: translateY(calc(calc(1.5rem * .75) * -.15));}
.team-service .open-tile .strong-list{display: block;
  font-size: calc(19.3px * .875);
  color: #D5D8DB;
  letter-spacing: 0.04em;
  text-transform: uppercase;}
.team-service .open-tile strong{display: block;
  margin: calc(1.5rem * .75) 0 calc(calc(1.5rem * .75) * .5);
  font-size: calc(19.3px * 1.35);
  line-height: 1.25;}
.team-service .open-tile small{display: block;
  font-size: calc(19.3px * .875);
  color: #D5D8DB;
  line-height: 1.55;}
.team-service .focused-visual{display: flex;
  flex-wrap: wrap;
  gap: calc(1.56rem * 1.5);
  align-items: flex-start;}
.team-service .wide-visual{flex: 1 1 20rem;}
.team-service .wide-visual h3{margin: 0;
  font-size: calc(19.3px * 1.35);
  line-height: 1.2;}
.team-service .wide-visual p{margin: calc(1.5rem * .75) 0 0;
  color: #D5D8DB;}
.team-service .team-section{margin: calc(1.5rem * .75) 0 0;
  padding: 0;
  list-style: none;}
.team-service .team-section li{position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.5rem;
  font-size: calc(19.3px * .875);
  color: #D5D8DB;}
.team-service .team-section li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  background: #2A2D31;
  border-radius: 50%;color:#FFFFFF;}
.team-service .visual-entries{
  flex: 1 1 22rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.94rem;
  border: 1px solid #2A2D31;
  background: var(--surface-primary);
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);color:var(--line-panel);}
.team-service .compact-menu{display: block;}
.team-service .compact-menu span{display: block;
  font-size: calc(19.3px * .875);
  color: #D5D8DB;
  margin-bottom: 0.4rem;}
.team-service .compact-menu input,
.team-service .compact-menu textarea{
  width: 100%;
  padding: 0.7rem 0.85rem;
  border-radius: 0.58rem;
  border: 1px solid #2A2D31;
  background: #F7F8F9;
  color: #15171A;
  font-family: inherit;
  font-size: 19.3px;
  line-height: 1.62;
  box-sizing: border-box;
}
.team-service .compact-menu input::placeholder,
.team-service .compact-menu textarea::placeholder{color: rgba(255,255,255,0.55);}
.team-service .compact-menu input:focus,
.team-service .compact-menu textarea:focus{outline: none;
  border-color: #2A2D31;
  box-shadow: 0 0 0 3px rgba(180, 35, 42, 0.35);}
.team-service .local-links{
  align-self: flex-start;
  padding: 0.75rem 1.4rem;
  border: none;
  border-radius: 0.58rem;
  background: #B4232A;
  color: #FFFFFF;
  font-family: inherit;
  font-size: 19.3px;
  cursor: pointer;
  transition: background 460ms var(--speed-entry);
}
.team-service .local-links:hover{
  background: #8F1A20;color:#15171A;}
.team-service .contact-items{margin: 0;
  font-size: calc(19.3px * .875);
  color: #D5D8DB;}
.team-service .contact-items a{text-decoration: underline;}
.team-service .contact-items a:hover{color:inherit;}
@media (max-width: 780px) {.team-service .text-details{
    flex-direction: column;
  }.team-service .focused-visual{
    flex-direction: column;
  }
}
.top-lead{
        padding: calc(1.5rem * 2.4) 1.7rem;
        background: linear-gradient(135deg, #F7F8F9 0%, #ECEEF0 55%, #DDE0E3 100%);
        color: #15171A;
    }
.top-lead .page-method{max-width: 1280px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(1.56rem * 1.5);}
.top-lead .top-stack{max-width: 720px;}
.top-lead .top-stack h2{margin: 0;
        font-size: calc(19.3px * 2);
        line-height: 1.2;}
.top-lead .top-stack p{margin: 0.7rem 0 0;
        font-size: 19.3px;
        line-height: 1.62;}
.top-lead .soft-headline{display: flex;
        flex-direction: column;
        border-top: 1px solid #DDE0E3;}
.top-lead .contact-feature{display: flex;
        gap: 1.56rem;
        padding: calc(1.5rem * .75) 0;
        border-bottom: 1px solid #DDE0E3;
        align-items: flex-start;}
.top-lead .strong-list{flex: 0 0 110px;
        font-size: calc(19.3px * .875);
        letter-spacing: 0.04em;
        text-transform: uppercase;
        padding-top: 0.25rem;
        opacity: 0.72;}
.top-lead .compact-content{display: flex;
        flex-direction: column;
        gap: 0.45rem;}
.top-lead .site-body{margin: 0;
        font-size: 19.3px;}
.top-lead .quiet-inner{margin: 0;
        font-size: calc(19.3px * .875);
        opacity: 0.78;}
.top-lead .open-tile{align-self: flex-start;
        margin-top: 0.2rem;
        text-decoration: none;
        border-bottom: 1px solid currentColor;
        font-size: calc(19.3px * .875);
        transition: color 460ms var(--speed-entry);}
.top-lead .open-tile:hover{}
.top-lead .soft-nav h3{margin: 0 0 calc(1.5rem * .75);
        font-size: calc(19.3px * 1.35);}
.top-lead .fresh-form{display: flex;
        flex-direction: column;
        gap: 0.6rem;}
.top-lead .featured-feature{
        border: 1px solid #DDE0E3;
        border-radius: 0.58rem;
        background: #FFFFFF;
        color: #15171A;
        overflow: hidden;
    }
.top-lead .featured-feature button{
        width: 100%;
        border: 0;
        background: transparent;
        color: inherit;
        text-align: left;
        font: inherit;
        font-weight: 600;
        padding: 0.85rem 1rem;
        cursor: pointer;
    }
.top-lead .featured-feature p{margin: 0;
        max-height: 0;
        overflow: hidden;
        padding: 0 1rem;
        font-size: calc(19.3px * .875);
        line-height: 1.62;
        transition: max-height 460ms var(--speed-entry), padding 460ms var(--speed-entry);}
.top-lead .featured-feature.is-open p{max-height: 260px;
        padding: 0 1rem 1rem;}
.top-lead .local-team{margin: 0;
        font-size: calc(19.3px * .875);
        opacity: 0.85;}
.top-lead .local-team a{text-decoration: none;
        border-bottom: 1px solid currentColor;
        transition: color 460ms var(--speed-entry);}
.top-lead .local-team a:hover{}
@media (max-width: 640px) {.top-lead .contact-feature{
            flex-direction: column;
            gap: 0.5rem;
        }.top-lead .strong-list{
            flex: none;
        }
    }
.secondary-steps{background:#F7F8F9;color:#15171A;padding:calc(1.5rem * 2.4) 1.7rem}
.secondary-steps .page-method{max-width:1280px;margin:0 auto}
.secondary-steps .strong-footer{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(1.56rem * 1.5)}
.secondary-steps .top-stack{flex:1 1 24rem;min-width:0;max-width:34rem}
.secondary-steps h2{margin:0;font-size:calc(19.3px * 2);line-height:1.15;letter-spacing:0}
.secondary-steps .top-stack p{margin:1.5rem 0 0;font-size:19.3px;line-height:1.62}
.secondary-steps .quiet-inner{margin-top:calc(1.5rem * .75);padding-left:calc(1.5rem * .75);border-left:2px solid #DDE0E3;font-size:calc(19.3px * .875);color:#2A2D31}
.secondary-steps .content-quote{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #DDE0E3}
.secondary-steps .contact-feature{display:flex;flex-wrap:wrap;gap:1.56rem;padding:1.5rem 0;border-bottom:1px solid #DDE0E3}
.secondary-steps .contact-feature strong{flex:0 1 13rem;min-width:0;font-size:19.3px}
.secondary-steps .contact-feature span{flex:1 1 18rem;min-width:0;font-size:calc(19.3px * .875);line-height:1.6;color:#2A2D31}
.secondary-steps .contact-feature a{color:#B4232A;text-decoration:none}
.secondary-steps .contact-feature a:hover{color:#2A2D31}
@media(max-width:760px){.secondary-steps .contact-feature{flex-direction:column;gap:calc(calc(1.5rem * .75) * .5)}}
.open-block{
    color: #15171A;
    background: #F7F8F9;
    padding: calc(1.5rem * 2.4) 1.7rem;
}
.open-block .c{max-width: 1280px;
    margin: 0 auto;}
.open-block .content-details{
    background: #FFFFFF;
    color: #15171A;
    padding: calc(1.5rem * .75);
    border-radius: 0.94rem;
    border: 1px solid #DDE0E3;
    box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    max-width: 780px;
    margin: 0 auto;
}
.open-block .local-content{margin-bottom: calc(1.56rem * 1.5);}
.open-block .active-benefit{display: flex;
    gap: 1.56rem;
    align-items: flex-start;}
.open-block .service-entries{
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border-radius: 50%;
    background: #2A2D31;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 19.3px;
    letter-spacing: 0.02em;
}
.open-block h1{font-size: calc(19.3px * 2);
    line-height: 1.2;
    margin: 0 0 0.4rem;}
.open-block .plain-flow{font-size: calc(19.3px * .875);
    margin-bottom: 0.3rem;}
.open-block .active-body{font-size: calc(19.3px * .875);
    font-weight: 600;}
.open-block .offer-media{line-height: 1.62;
    margin-bottom: calc(1.56rem * 1.5);}
.open-block .offer-media p{margin: 0 0 calc(1.56rem * 1.5);}
.open-block .offer-media p:last-child{margin-bottom: 0;}
.open-block .offer-media a{text-decoration: underline;
    text-underline-offset: 3px;}
.open-block .offer-media a:hover{}
.open-block .strong-shell{padding-top: calc(1.56rem * 1.5);
    border-top: 1px solid #DDE0E3;
    font-size: calc(19.3px * .875);}
.open-block .open-tile{display: flex;
    flex-wrap: wrap;
    gap: 1.56rem;
    margin-top: calc(1.56rem * 1.5);}
.open-block .open-tile a{font-size: calc(19.3px * .875);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 460ms var(--speed-entry), color 460ms var(--speed-entry);}
.open-block .open-tile a:hover{border-bottom-color: #2A2D31;}
@media (max-width: 640px) {.open-block .active-benefit{
        flex-direction: column;
        gap: 0.9rem;
    }.open-block .content-details{
        padding: calc(1.56rem * 1.5);
    }
}
.media-track{
    color:#15171A;
    background:#F7F8F9;
    padding:calc(1.5rem * 2.4) 1.7rem;
  }
.media-track .c{max-width:1280px;
    margin:0 auto;}
.media-track .content-details{
    background:#FFFFFF;
    color:#15171A;
    border:1px solid #DDE0E3;
    border-radius:0.94rem;
    box-shadow:0 2px 8px rgba(0,0,0,0.16);
    padding:calc(1.5rem * .75);
    display:flex;
    flex-direction:column;
    gap:calc(1.56rem * 1.5);
  }
.media-track .active-benefit{display:flex;
    align-items:flex-start;
    gap:1.56rem;}
.media-track .service-entries{
    flex:0 0 auto;
    width:56px;
    height:56px;
    border-radius:0.58rem;
    background:#2A2D31;
    color:#FFFFFF;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:19.3px;
    font-weight:700;
    letter-spacing:0.02em;
  }
.media-track h1{font-size:calc(19.3px * 2);
    line-height:1.2;
    margin:0 0 0.4rem;}
.media-track .plain-flow{font-size:calc(19.3px * .875);
    margin-bottom:0.3rem;}
.media-track .active-body{font-size:calc(19.3px * .875);
    font-weight:600;}
.media-track .offer-media{display:flex;
    flex-direction:column;
    gap:calc(1.56rem * 1.5);
    font-size:19.3px;
    line-height:1.62;}
.media-track .offer-media p{margin:0;}
.media-track .strong-shell{padding-top:calc(1.56rem * 1.5);
    border-top:1px solid #DDE0E3;
    font-size:calc(19.3px * .875);}
.media-track .open-tile{display:flex;
    flex-wrap:wrap;
    gap:1.56rem;
    padding-top:calc(1.56rem * 1.5);
    border-top:1px solid #DDE0E3;}
.media-track .open-tile a{font-size:calc(19.3px * .875);
    font-weight:600;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 460ms var(--speed-entry),
               border-color 460ms var(--speed-entry);}
.media-track .open-tile a:hover{border-bottom-color:#2A2D31;}
@media (max-width:640px){.media-track .active-benefit{
      flex-direction:column;
      gap:calc(1.56rem * 1.5);
    }
  }
.narrow-intro{
    background: #F7F8F9;
    color: #15171A;
    padding: calc(1.5rem * 2.4) 1.7rem;
  }
.narrow-intro .c{max-width: 1280px;
    margin: 0 auto;}
.narrow-intro .content-details{
    background: #FFFFFF;
    color: #15171A;
    border: 1px solid #DDE0E3;
    border-radius: 0.94rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    padding: calc(1.5rem * .75);
    display: flex;
    flex-direction: column;
    gap: calc(1.56rem * 1.5);
  }
.narrow-intro .active-benefit{display: flex;
    gap: 1.56rem;
    align-items: flex-start;}
.narrow-intro .service-entries{
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    border-radius: 0.58rem;
    background: #2A2D31;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 19.3px;
    letter-spacing: 0.04em;
  }
.narrow-intro .process h1{font-size: calc(19.3px * 2);
    line-height: 1.2;
    margin: 0 0 0.35rem;}
.narrow-intro .plain-flow{margin: 0 0 0.4rem;
    font-size: calc(19.3px * .875);}
.narrow-intro .active-body{font-size: calc(19.3px * .875);
    font-weight: 600;
    letter-spacing: 0.06em;}
.narrow-intro .offer-media{display: flex;
    flex-direction: column;
    gap: calc(1.56rem * 1.5);
    font-size: 19.3px;
    line-height: 1.62;}
.narrow-intro .offer-media p{margin: 0;}
.narrow-intro .strong-shell{border-top: 1px solid #DDE0E3;
    padding-top: calc(1.56rem * 1.5);
    display: flex;
    flex-wrap: wrap;
    gap: 1.56rem;
    align-items: baseline;
    justify-content: space-between;
    font-size: calc(19.3px * .875);}
.narrow-intro .service-stack{}
.narrow-intro .open-tile{margin: 0;}
.narrow-intro .open-tile a{text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color 460ms var(--speed-entry),
                border-color 460ms var(--speed-entry);}
.narrow-intro .open-tile a:hover{border-bottom-color: #2A2D31;}
@media (max-width: 640px) {.narrow-intro .active-benefit{
      flex-direction: column;
      gap: calc(1.56rem * 1.5);
    }.narrow-intro .strong-shell{
      flex-direction: column;
      align-items: flex-start;
    }
  }
.soft-story{padding:calc(1.5rem * 2.4) 1.7rem;background:var(--surface-primary);color:var(--line-panel)}
.soft-story .page-method{max-width:1280px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(1.56rem * 1.5)}
.soft-story .top-stack{flex:1 1 22rem;min-width:18rem}
.soft-story h2{margin:0;font-size:calc(19.3px * 2);line-height:1.1}
.soft-story .top-stack p{margin:1.5rem 0 0;line-height:1.62;opacity:.82}
.soft-story .top-stack .quiet-inner{margin-top:calc(1.5rem * .75);font-size:calc(19.3px * .875);opacity:.62}
.soft-story form{flex:2 1 34rem;min-width:20rem}
.soft-story fieldset{display:flex;flex-wrap:wrap;gap:1.56rem;margin:0;padding:0;border:0}
.soft-story legend{padding:0 0 calc(1.5rem * .75);font-size:calc(19.3px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.6}
.soft-story fieldset label{flex:1 1 14rem;min-width:12rem}
.soft-story label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(19.3px * .875);opacity:.78}
.soft-story input,.soft-story select,.soft-story textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid #DDE0E3;border-radius:0.33rem;background:#FFFFFF;color:#15171A;font:inherit}
.soft-story select{appearance:none}
.soft-story .secondary-view{display:block;margin-top:1.5rem}
.soft-story textarea{resize:vertical}
.soft-story .primary-menu{margin:1.5rem 0;font-size:calc(19.3px * .875);opacity:.62}
.soft-story button{padding:calc(1.5rem * .75) 1.5rem;border:1px solid #B4232A;border-radius:0.33rem;background:#B4232A;color:#FFFFFF;font:inherit;cursor:pointer;transition:background 460ms var(--speed-entry)}
.soft-story button:hover{background:#8F1A20;color:#15171A;}
.soft-story input:focus-visible,.soft-story select:focus-visible,.soft-story textarea:focus-visible{outline:2px solid rgba(180, 35, 42, 0.35);outline-offset:2px}
@media(max-width:760px){.soft-story .page-method{display:block}.soft-story form{margin-top:calc(1.56rem * 1.5)}}
.media-actions{padding:calc(1.5rem * 2.4) 1.7rem;background:linear-gradient(135deg, #F7F8F9 0%, #ECEEF0 55%, #DDE0E3 100%);color:#15171A}
.media-actions .page-method{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.46fr) minmax(0,1fr);gap:calc(1.56rem * 1.5);align-items:stretch}
.media-actions .page-story{display:flex;flex-direction:column;gap:1.56rem;padding:1.56rem;border-radius:1.32rem;background:#2A2D31;color:#FFFFFF}
.media-actions h2{margin:0;font-size:calc(19.3px * 2);line-height:1.1}
.media-actions .page-story>p{margin:0;font-size:19.3px;line-height:1.62}
.media-actions .primary-surface{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-top:1.5rem}
.media-actions .text-benefit{padding:calc(1.5rem * .75);border-radius:0.58rem;background:#FFFFFF;color:#15171A;border:1px solid #DDE0E3}
.media-actions .text-benefit span{display:block;font-size:calc(19.3px * .875);letter-spacing:.02em}
.media-actions .text-benefit strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-size:19.3px;font-weight:600;line-height:1.45}
.media-actions .text-benefit a{text-decoration:none;border-bottom:1px solid #B4232A}
.media-actions .text-benefit a:hover{border-bottom-color:#2A2D31}
.media-actions .quiet-inner{margin:0;font-size:calc(19.3px * .875);opacity:.85}
.media-actions .compact-nav{min-height:clamp(22rem,46vw,36rem);border-radius:1.32rem;overflow:hidden;border:1px solid #DDE0E3;box-shadow:0 12px 22px rgba(0,0,0,0.21);background:#FFFFFF;color:#15171A;}
.media-actions iframe{display:block;width:100%;height:100%;border:0}
@media (max-width: 900px){.media-actions .page-method{grid-template-columns:1fr}.media-actions .compact-nav{min-height:22rem}
}
.local-unit{background:#F7F8F9;color:#15171A;padding:calc(1.5rem * 2.4) 1.7rem}
.local-unit .page-method{max-width:1280px;margin:0 auto}
.local-unit .strong-footer{display:flex;align-items:flex-start;gap:calc(1.56rem * 1.5)}
.local-unit .top-stack{flex:0 1 30rem;min-width:0}
.local-unit h2{margin:0;font-size:clamp(calc(19.3px * 2),5vw,calc(19.3px * 2.65));line-height:1.08;letter-spacing:0}
.local-unit p{margin:1.5rem 0 0;color:#2A2D31;font-size:calc(19.3px * 1.125);line-height:1.65}
.local-unit .content-quote{flex:1 1 36rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #DDE0E3}
.local-unit .contact-feature{display:flex;gap:1.56rem;padding:1.5rem 0;border-bottom:1px solid #DDE0E3;color:inherit}
.local-unit strong{flex:0 1 14rem;min-width:0;font-weight:600}
.local-unit span{flex:1 1 20rem;min-width:0;color:#2A2D31;line-height:1.58}
.local-unit a{color:#B4232A;text-decoration:none}
.local-unit a:hover{color:#2A2D31;text-decoration:underline}
@media(max-width:760px){.local-unit .strong-footer,.local-unit .contact-feature{flex-direction:column}.local-unit .contact-feature{gap:calc(calc(1.5rem * .75)*.5)}
}
.quiet-quote{
  padding: calc(1.5rem * 2.4) 1.7rem;
  background: linear-gradient(135deg, #F7F8F9 0%, #ECEEF0 55%, #DDE0E3 100%);
  color: #15171A;
}
.quiet-quote .service-headline{
  max-width: 1280px;
  margin: 0 auto;
  border-radius: 1.32rem;
  overflow: hidden;
  background: #FFFFFF;
  color: #15171A;
  border: 1px solid #DDE0E3;
}
.quiet-quote .content-group{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75) calc(1.56rem * 1.5);
  border-bottom: 1px solid #DDE0E3;
  background: #ECEEF0;color:#2A2D31;}
.quiet-quote .content-group span,
.quiet-quote .content-group strong{font-size: calc(19.3px * .875);
  font-weight: 600;}
.quiet-quote .compact-content{display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
  gap: 1.56rem;
  padding: calc(1.56rem * 1.5);}
.quiet-quote h2{margin: 0;
  font-size: calc(19.3px * 2);
  line-height: 1.08;}
.quiet-quote .page-story p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.3px * 1.125);}
.quiet-quote .fresh-form{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.quiet-quote .site-body{
  display: grid;
  grid-template-columns: minmax(2.4rem, .12fr) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 0.58rem;
  background: #ECEEF0;
  color: #15171A;
}
.quiet-quote .site-body span{font-size: calc(19.3px * .875);
  font-weight: 600;}
.quiet-quote h3{margin: 0;
  font-size: calc(19.3px * 1.35);}
.quiet-quote .site-body p{margin: calc(calc(1.5rem * .75) * .5) 0 0;}
.quiet-quote .site-body a{text-decoration: underline;}
.quiet-quote .site-body a:hover{}
@media (max-width: 800px) {.quiet-quote .compact-content,
  .quiet-quote .site-body{
    grid-template-columns: 1fr;
    padding: calc(1.5rem * .75);
  }
}
.top-method{
  padding: calc(1.5rem * 2.4) 1.7rem;
  background: var(--surface-primary);
  color: var(--line-panel);
}
.top-method .page-method{max-width: min(1280px, 60rem);
  margin: 0 auto;}
.top-method .offer-entries{max-width: 46rem;
  margin-bottom: calc(1.56rem * 1.5);}
.top-method h2{margin: 0;
  font-size: calc(19.3px * 2);
  line-height: 1.1;}
.top-method .wide-visual{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.3px * 1.125);
  line-height: 1.62;
  color: #D5D8DB;}
.top-method .media-group{display: flex;
  flex-direction: column;
  gap: calc(1.56rem * 1.5);}
.top-method .featured-feature{padding-top: calc(1.5rem * .75);
  border-top: 1px solid #2A2D31;}
.top-method .featured-feature:first-child{padding-top: 0;
  border-top: 0;}
.top-method h3{margin: 0;
  font-size: calc(19.3px * 1.35);
  line-height: 1.25;}
.top-method .featured-feature p{margin: calc(calc(1.5rem * .75) * .7) 0 0;
  color: #D5D8DB;
  font-size: 19.3px;}
.top-method a{text-decoration: underline;
  text-underline-offset: 3px;}
.top-method a:hover{color: #D5D8DB;}
@media (min-width: 780px) {.top-method .media-group{
    gap: calc(calc(1.56rem * 1.5) * 1.1);
  }
}
.plain-form{
  background:#2A2D31;
  color:#FFFFFF;
  padding:calc(1.5rem * 2.4) 1.7rem;
}
.plain-form .page-method{max-width:1280px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.56rem * 1.5);}
.plain-form .offer-entries{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);
  max-width:60rem;}
.plain-form h2{margin:0;
  font-size:clamp(calc(19.3px * 2),4.4vw,calc(19.3px * 2.65));
  line-height:1.08;
  letter-spacing:0;}
.plain-form .wide-visual{margin:0;
  font-size:calc(19.3px * 1.125);
  line-height:1.62;
  opacity:.92;}
.plain-form .compact-content{display:flex;
  flex-wrap:wrap;
  gap:calc(1.56rem * 1.5);
  align-items:flex-start;}
.plain-form .open-tile{flex:1 1 26rem;
  min-width:0;
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.plain-form .open-tile li{display:flex;
  gap:calc(1.5rem * .75);
  align-items:baseline;
  padding-bottom:calc(1.5rem * .75);
  border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent);}
.plain-form .open-tile li:last-child{border-bottom:0;
  padding-bottom:0;}
.plain-form .active-region{flex:0 0 auto;
  font-size:calc(19.3px * .875);
  text-transform:uppercase;
  letter-spacing:.08em;
  opacity:.72;}
.plain-form .open-tile p{margin:0;
  min-width:0;
  font-size:19.3px;
  line-height:1.6;}
.plain-form .narrow-wrap{
  flex:0 1 24rem;
  min-width:0;
  padding:calc(1.5rem * .75);
  border-radius:0.58rem;
  background:color-mix(in srgb,currentColor 12%,transparent);
}
.plain-form .narrow-wrap h3{margin:0 0 calc(1.5rem * .75);
  font-size:calc(19.3px * 1.35);
  line-height:1.2;}
.plain-form .narrow-wrap .site-body{margin:0 0 calc(1.5rem * .75);
  font-size:calc(19.3px * .875);
  line-height:1.6;
  opacity:.9;}
.plain-form .top-proof{margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.plain-form .top-proof li{display:flex;
  flex-direction:column;
  gap:.2rem;
  font-size:calc(19.3px * .875);
  line-height:1.55;}
.plain-form .compact-menu{text-transform:uppercase;
  letter-spacing:.08em;
  font-size:calc(19.3px * .875);
  opacity:.7;}
.plain-form .top-proof a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.plain-form .top-proof a:hover{opacity:.8;}
.plain-form .local-links{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:calc(1.5rem * .75);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);}
.plain-form .local-shell{
  display:inline-block;
  padding:.85rem 1.4rem;
  border-radius:0.33rem;
  background:#FFFFFF;
  color:#2A2D31;
  text-decoration:none;
  font-size:19.3px;
  transition:opacity 460ms var(--speed-entry);
}
.plain-form .local-shell:hover{opacity:.86;}
.plain-form .local-team{display:flex;
  flex-wrap:wrap;
  gap:calc(1.5rem * .75);}
.plain-form .local-team a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;
  font-size:calc(19.3px * .875);}
.plain-form .local-team a:hover{opacity:.8;}
@media(max-width:760px){.plain-form .compact-content{flex-direction:column}.plain-form .open-tile,
  .plain-form .narrow-wrap{flex-basis:auto;width:100%}
}
.strong-tile{
  --mark-control:calc(1.5rem * 0.9);
  --layer-control:calc(1280px / 2.6);
  padding:calc(1.5rem * 2.4) 1.7rem;
  background:#F7F8F9;
  color:#15171A;
}
.strong-tile .page-method{max-width:1280px;
  margin:0 auto;}
.strong-tile h1,.strong-tile h2,.strong-tile h3,.strong-tile p{margin:0;}
.strong-tile h2{font-size:calc(19.3px * 2);
  line-height:1.14;}
.strong-tile p{font-size:19.3px;
  line-height:1.62;}
.strong-tile .wide-visual{max-width:var(--layer-control);
  color:#2A2D31;}
.strong-tile .quiet-inner{max-width:var(--layer-control);
  font-size:calc(19.3px * .875);
  color:#2A2D31;}
.strong-tile a{color:inherit;
  text-decoration:none;}
.strong-tile .local-links{
  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.33rem;
  background:#B4232A;
  color:#FFFFFF;
  font-size:19.3px;
  transition:background 460ms var(--speed-entry);
}
.strong-tile .local-links:hover{
  background:#8F1A20;color:#15171A;}
.strong-tile .open-tile{display:flex;
  flex-wrap:wrap;
  gap:1.56rem;
  font-size:calc(19.3px * .875);}
.strong-tile .open-tile a{color:#B4232A;
  border-bottom:1px solid #DDE0E3;
  padding-bottom:2px;}
.strong-tile .open-tile a:hover{color:#2A2D31;}
.strong-tile .active-grid>h2,
.strong-tile .active-grid>p,
.strong-tile .active-grid>.local-links{margin-top:calc(1.56rem * 1.5);}
.strong-tile .active-grid>.open-tile{margin-top:var(--mark-control);}
@media (max-width:640px){.strong-tile .open-tile{
    gap:calc(1.5rem * .75);
  }
}
.page-summary{padding:calc(1.5rem * 2.4) 1.7rem;background:#2A2D31;color:#FFFFFF}
.page-summary .page-method{max-width:1280px;margin:0 auto}
.page-summary .page-team{display:flex;gap:calc(1.56rem * 1.5);align-items:flex-end}
.page-summary .page-story{flex:1 1 34rem;min-width:0}
.page-summary h2{margin:0;font-size:calc(19.3px * 2.65);line-height:1.04}
.page-summary .page-story p{margin:1.5rem 0 0;max-width:44rem;font-size:calc(19.3px * 1.125);line-height:1.62}
.page-summary .active-contact{flex:0 1 34rem;min-width:0;background:var(--surface-primary);color:var(--line-panel);border-radius:0.94rem;padding:1.56rem;box-shadow:0 12px 22px rgba(0,0,0,0.21)}
.page-summary .active-contact>p{margin:0;line-height:1.62}
.page-summary .main-note{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.page-summary a{display:inline-flex;align-items:center;max-width:100%;min-width:0;border-radius:0.33rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none}
.page-summary .main-note a{border:1px solid color-mix(in srgb,var(--line-panel) 22%,transparent)}
.page-summary .main-note .focused-links{background:#B4232A;color:#FFFFFF;border-color:#B4232A}
.page-summary .open-tile{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.page-summary .open-tile a{background:color-mix(in srgb,var(--line-panel) 8%,transparent);color:var(--line-panel);font-size:calc(19.3px * .875);padding:calc(calc(1.5rem * .75)*.75) calc(1.5rem * .75)}
@media(max-width:780px){.page-summary .page-team{display:block}.page-summary .active-contact{margin-top:calc(1.56rem * 1.5);padding:1.5rem}.page-summary h2{font-size:calc(19.3px * 2)}}
