html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:"Sora", sans-serif;}
.plain-body {
    width: 100%;
    background: #E7E9EC;
    color: #15181C;
    border-bottom: 1px solid #3A4047;
  }
:root {
  --line-primary: #E7E9EC;
  --delay-panel: cubic-bezier(0.16,1,0.3,1);
  --surface-light: #E8641A;
  --surface-base: #C4C9CF;
  --paint-accent: #1E2227;
}
.simple-note {
    max-width: 1500px;
    margin: 0 auto;
    padding: calc(2.23rem * 1.5) 1.81rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.23rem;
  }
.compact-service {
    display: flex;
    align-items: center;
    gap: calc(2.23rem * 2);
    min-width: 0;
  }
.text-shell {
    font-size: calc(19.8px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #15181C;
    text-decoration: none;
    white-space: nowrap;
  }
.local-shell {
    display: block;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(2.23rem * 1.5);
  }
.nav-list a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: calc(19.8px * .875);
    color: #15181C;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 330ms var(--delay-panel), opacity 330ms var(--delay-panel);
  }
.nav-list a:hover,
  .nav-list a:focus-visible {
    border-bottom-color: #F07A24;
    opacity: 0.92;
  }
.clear-body {
    display: flex;
    align-items: center;
    gap: 2.23rem;
  }
.narrow-headline {
    display: inline-block;
    padding: 0.55rem 1.1rem;
    background: #F07A24;
    color: #0F1114;
    border-radius: 0.6rem;
    font-size: calc(19.8px * .875);
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    transition: background 330ms var(--delay-panel);
  }
.narrow-headline:hover,
  .narrow-headline:focus-visible{
    background: #FF8A33;color:var(--line-primary);}
.secondary-actions {
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 1px solid #15181C;
    border-radius: 0.31rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
.secondary-actions span{
    display: block;
    width: 20px;
    height: 2px;
    background: #15181C;
    border-radius: 1px;color:var(--line-primary);}
@media (max-width: 900px) {
    .nav-list {
      gap: 2.23rem;
    }
    .nav-list a {
      font-size: calc(19.8px * .875);
    }
  }
@media (max-width: 767px) {
    .simple-note {
      flex-wrap: wrap;
      padding: calc(2.23rem * 1.5) 1.81rem;
    }

    .compact-service {
      flex: 1 1 auto;
      gap: 2.23rem;
    }

    .local-shell {
      display: none;
      order: 3;
      width: 100%;
      flex-basis: 100%;
      margin-top: calc(2.23rem * 1.5);
      border-top: 1px solid #3A4047;
      padding-top: calc(2.23rem * 1.5);
    }

    .local-shell.is-open {
      display: block;
    }

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

    .nav-list a {
      display: block;
      width: 100%;
      padding: 0.6rem 0;
      font-size: 19.8px;
      border-bottom: 1px solid #3A4047;
    }

    .nav-list a:hover,
    .nav-list a:focus-visible {
      border-bottom-color: #F07A24;
    }

    .narrow-headline {
      display: none;
    }

    .secondary-actions {
      display: flex;
    }
  }
.page-footer{font-family:"Sora", sans-serif;font-size:calc(19.8px * .875);line-height:1.81;width:100%;padding:0;background:#E7E9EC;color:#15181C;}
.contact-brand{max-width:1500px;margin:0 auto;padding:calc(1.5rem * 2.4) 1.81rem;display:flex;flex-direction:column;gap:calc(2.23rem * 1.5)}
.primary-quote{display:grid;grid-template-columns:1fr 1fr;gap:calc(2.23rem * 1.5);padding-bottom:calc(2.23rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.18)}
.steady-note{font-size:19.8px;font-weight:600;margin:0 0 1.5rem;letter-spacing:0.02em}
.offer-intro{font-style:normal;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:2px}
.local-block{display:block}
.strong-view{margin:0 0 4px}
.clear-headline{display:flex;flex-direction:column;gap:1.5rem;justify-content:flex-start}
.offer-method{font-size:calc(19.8px * 1.35);font-weight:700;margin:0;letter-spacing:0.01em}
.open-actions{margin:0;max-width:42ch;opacity:0.85}
.bottom-details{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:calc(2.23rem * 1.5)}
.fresh-brand{font-size:calc(19.8px * .875);font-weight:600;text-transform:uppercase;letter-spacing:0.08em;margin:0 0 1.5rem;opacity:0.75}
.signal{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}
.focused-steps{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 330ms var(--delay-panel)}
.focused-steps:hover,
  .focused-steps:focus-visible{border-bottom-color:currentColor;outline:none}
.secondary-track{display:flex;flex-direction:column;gap:1.5rem;padding-top:calc(2.23rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18)}
.featured-brand{margin:0;max-width:90ch;opacity:0.85}
.media-figure{margin:0;opacity:0.7;font-size:calc(19.8px * .875)}
@media (max-width: 900px) {.primary-quote{grid-template-columns:1fr}.bottom-details{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 520px) {.bottom-details{grid-template-columns:1fr}.contact-brand{padding:calc(2.23rem * 1.5) 1.81rem}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:1.81rem;right:1.81rem;bottom:1.5rem;z-index:1200;}
.cookies .team-area{max-width:720px;margin:0 auto;background:#15181C;border:1px solid #3A4047;border-radius:1.01rem;box-shadow:0 14px 44px rgba(0,0,0,0.15);padding:1.5rem 1.81rem;color:#E7E9EC;}
.cookies .quiet-entries{display:flex;align-items:center;gap:8px;}
.cookies .text-area{width:10px;height:10px;border-radius:50%;background:#F07A24;box-shadow:0 0 0 4px color-mix(in srgb,#F07A24 20%,transparent);color:#0F1114;}
.cookies .team-area p{margin:8px 0 0;}
.cookies .visual-copy{margin-top:14px;display:flex;gap:8px;flex-wrap:wrap;}
.cookies .visual-copy button{border:1px solid #3A4047;background:#1E2227;color:var(--surface-base);border-radius:0.31rem;padding:8px 12px;cursor:pointer;}
.cookies .visual-copy button.cookie-accept{background:#F07A24;color:#0F1114;border-color:transparent;font-weight:700;}
.compact-plan{
  padding:calc(1.5rem * 2.4) 1.81rem;
  background:linear-gradient(135deg, #15181C 0%, #23272D 55%, #3A2A1E 100%);
  color:#E7E9EC;
}
.compact-plan .wide-copy{max-width:1500px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(0,1fr);
  gap:2.23rem;
  align-items:center;}
.compact-plan .offer-view{display:flex;flex-direction:column;gap:calc(2.23rem * 1.5);}
.compact-plan h1{margin:0;
  font-size:calc(19.8px * 2.65);
  line-height:1.08;
  letter-spacing:-0.01em;}
.compact-plan .strong-steps{margin:0;
  font-size:calc(19.8px * 1.125);
  line-height:1.81;
  color:var(--surface-base);}
.compact-plan .top-feature{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:calc(1.5rem * .75);}
.compact-plan .featured-contact{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.31rem;
  background:var(--surface-light);
  color:#0F1114;
  text-decoration:none;
  font-weight:600;
  transition:background 330ms var(--delay-panel);
}
.compact-plan .featured-contact:hover{background:#FF7A2A;color:var(--line-primary);}
.compact-plan .team-contact{color:#E8641A;
  text-decoration:none;
  border-bottom:1px solid transparent;
  padding-bottom:2px;
  transition:color 330ms var(--delay-panel),border-color 330ms var(--delay-panel);}
.compact-plan .team-contact:hover{color:#F07A24;border-color:#F07A24;}
.compact-plan .service-brand{margin:0;
  border-radius:0.87rem;
  overflow:hidden;
  border:1px solid #3A4047;
  box-shadow:0 10px 20px rgba(0,0,0,0.13);}
.compact-plan .service-brand img{display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  aspect-ratio:4/3;}
@media (max-width:900px){.compact-plan .wide-copy{grid-template-columns:1fr;}
}
.strong-stack{--mark-main:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 1.81rem;background:#15181C;color:#E7E9EC;}
.strong-stack .wide-copy{max-width:1500px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-main);}
.strong-stack h2,.strong-stack h3,.strong-stack p{margin:0;}
.strong-stack h2{font-size:calc(19.8px * 2);line-height:1.14;}
.strong-stack h3{font-size:calc(19.8px * 1.35);line-height:1.22;}
.strong-stack p{font-size:19.8px;line-height:1.81;}
.strong-stack .direct-frame{display:flex;flex-direction:column;gap:calc(calc(2.23rem * 1.5) / 2);}
.strong-stack .offer-view{}
.strong-stack .media-shell{display:flex;flex-direction:column;gap:calc(2.23rem * 1.5);}
.strong-stack .visual-service{padding:calc(1.5rem * .75) 1.5rem;border-left:3px solid #F07A24;background:var(--paint-accent);color:var(--line-primary);border-radius:0.31rem;display:flex;flex-direction:column;gap:calc(calc(2.23rem * 1.5) / 2.4);}
.strong-stack .visual-service p{}
.strong-stack .focused-copy{padding-top:calc(2.23rem * 1.5);border-top:1px solid #3A4047;}
.strong-stack .focused-copy a{text-decoration:none;border-bottom:1px solid #E8641A;}
.strong-stack .focused-copy a:hover{border-bottom-color:#F07A24;}
@media (min-width:900px){.strong-stack .media-shell{display:grid;grid-template-columns:1fr 1fr;gap:2.23rem;}
}
.site-details{--mark-main:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 1.81rem;background:#15181C;color:#E7E9EC;}
.site-details .wide-copy{max-width:1500px;margin:0 auto;}
.site-details h2,.site-details h3,.site-details p{margin:0;}
.site-details h2{font-size:calc(19.8px * 2);line-height:1.14;}
.site-details h3{font-size:calc(19.8px * 1.35);line-height:1.22;}
.site-details p{font-size:19.8px;line-height:1.81;color:var(--surface-base);}
.site-details .strong-steps{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.site-details .focused-copy{font-size:calc(19.8px * .875);letter-spacing:.04em;text-transform:uppercase;color:#F07A24;}
.site-details .offer-view{margin-top:calc(1.5rem / 3);}
.site-details .local-lead{display:flex;flex-direction:column;gap:var(--mark-main);margin-top:calc(var(--mark-main) * 1.2);border-top:1px solid #3A4047;padding-top:var(--mark-main);}
.site-details .visual-service{display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem / 3);padding-bottom:var(--mark-main);border-bottom:1px solid #3A4047;}
.site-details .visual-service:last-child{border-bottom:none;padding-bottom:0;}
.site-details .top-feature{margin-top:calc(var(--mark-main) * 1.1);font-size:calc(19.8px * .875);color:var(--surface-base);}
.site-details .top-feature a{color:#E8641A;text-decoration:none;border-bottom:1px solid #E8641A;}
.site-details .top-feature a:hover{color:#F07A24;border-bottom-color:#F07A24;}
@media (min-width:900px){.site-details .visual-service{grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:2.23rem;align-items:start;}
}
.soft-headline{--mark-main:calc(1.5rem * 1.19);--axis-content:calc(1500px / 2.25);padding:calc(1.5rem * 2.4) 1.81rem;background:var(--surface-light);color:#0F1114;}
.soft-headline .wide-copy{max-width:1500px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.23rem * 1.5);}
.soft-headline h1,.soft-headline h2,.soft-headline h3,.soft-headline p{margin:0;}
.soft-headline h2{font-size:calc(19.8px * 2);line-height:1.12;}
.soft-headline p{font-size:19.8px;line-height:1.81;color:color-mix(in srgb, currentColor 78%, transparent);}
.soft-headline a{color:inherit;text-decoration:none;}
.soft-headline .featured-menu{display:flex;flex-direction:column;gap:calc(2.23rem * 1.5);}
.soft-headline .offer-view{font-size:calc(19.8px * 1.125);color:color-mix(in srgb, currentColor 88%, transparent);}
.soft-headline .visual-frame{color:color-mix(in srgb, currentColor 72%, transparent);}
.soft-headline .quiet-block{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75) 1.5rem;}
.soft-headline .featured-contact{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.31rem;background:#0F1114;color:var(--surface-light);font-weight:600;transition:background 330ms var(--delay-panel),color 330ms var(--delay-panel);}
.soft-headline .featured-contact:hover{background:#E7E9EC;color:#15181C;}
.soft-headline .focused-copy{font-size:calc(19.8px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.soft-headline .top-feature{font-size:calc(19.8px * .875);color:color-mix(in srgb, currentColor 72%, transparent);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);padding-top:calc(2.23rem * 1.5);}
.soft-headline .top-feature a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.soft-headline .top-feature a:hover{}
@media (max-width:720px){.soft-headline .featured-contact{width:100%;}.soft-headline .quiet-block{gap:calc(1.5rem * .75);}
}
.media-area{
  background:#15181C;
  color:#E7E9EC;
  padding:calc(1.5rem * 2.4) 1.81rem;
}
.media-area .wide-copy{max-width:1500px;
  margin:0 auto;}
.media-area .strong-steps{display:flex;
  flex-wrap:wrap;
  gap:calc(2.23rem * 1.5);
  align-items:flex-start;
  padding-bottom:calc(2.23rem * 1.5);
  border-bottom:1px solid #3A4047;}
.media-area h2{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:calc(19.8px * 2);
  line-height:1.1;}
.media-area .strong-steps p{flex:1 1 22rem;
  min-width:0;
  margin:0;
  color:var(--surface-base);
  line-height:1.81;}
.media-area .clear-track{margin-top:calc(2.23rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.23rem;}
.media-area .visual-service{
  flex:1 1 18rem;
  min-width:0;
  padding:calc(1.5rem * .75);
  background:var(--paint-accent);
  color:var(--line-primary);
  border:1px solid #3A4047;
  border-radius:0.6rem;
}
.media-area .visual-service strong{display:block;
  font-size:19.8px;
  line-height:1.3;}
.media-area .visual-service span{display:block;
  margin-top:.4rem;
  color:var(--surface-base);
  font-size:calc(19.8px * .875);
  line-height:1.81;}
.media-area .top-feature{margin-top:calc(2.23rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.23rem;}
.media-area .top-feature a{color:#E8641A;
  text-decoration:none;
  border-bottom:1px solid #E8641A;
  padding-bottom:2px;
  font-size:calc(19.8px * .875);}
.media-area .top-feature a:hover{color:#F07A24;
  border-bottom-color:#F07A24;}
.media-area .featured-contact{
  display:inline-flex;
  margin-top:calc(2.23rem * 1.5);
  background:var(--surface-light);
  color:#0F1114;
  text-decoration:none;
  border-radius:1.01rem;
  padding:.8rem 1.2rem;
  font-size:calc(19.8px * .875);
  transition:background 330ms var(--delay-panel);
}
.media-area .featured-contact:hover{
  background:#FF7A2A;color:var(--line-primary);}
@media (max-width:680px){.media-area .strong-steps{display:block}.media-area .strong-steps p{margin-top:1.5rem}.media-area .clear-track{display:block}.media-area .visual-service{margin-top:2.23rem}
}
.compact-wrap{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.81rem;
    background:linear-gradient(135deg, #15181C 0%, #23272D 55%, #3A2A1E 100%);
    color:#E7E9EC;
  }
.compact-wrap .clear-track{max-width:min(1500px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.23rem * 1.5);}
.compact-wrap h1{margin:0;
    font-size:clamp(2.1rem,5.4vw,calc(19.8px * 2.65));
    line-height:1.04;
    font-weight:760;
    letter-spacing:-0.01em;}
.compact-wrap .offer-view{margin:0;
    font-size:clamp(1.05rem,1.5vw,calc(19.8px * 1.125));
    line-height:1.65;}
.compact-wrap .visual-frame{margin:0;
    font-size:19.8px;
    line-height:1.81;
    padding-top:calc(2.23rem * 1.5);
    border-top:1px solid #3A4047;}
@media (max-width:620px){.compact-wrap{padding-top:calc(calc(1.5rem * 2.4)*.6);padding-bottom:calc(calc(1.5rem * 2.4)*.6);}.compact-wrap h1{font-size:clamp(2rem,9.5vw,3.2rem);}
  }
.contact-body{padding:calc(1.5rem * 2.4) 1.81rem;background:linear-gradient(135deg, #15181C 0%, #23272D 55%, #3A2A1E 100%);color:#E7E9EC}
.contact-body .wide-copy{max-width:1500px;margin:0 auto}
.contact-body .start{display:flex;gap:calc(2.23rem * 1.5);align-items:flex-start}
.contact-body .compact-section{flex:0 1 22rem;min-width:0;border-left:1px solid #3A4047;padding-left:1.5rem}
.contact-body .compact-section p{margin:0;line-height:1.81;}
.contact-body .site-callout{flex:1 1 44rem;min-width:0}
.contact-body h2{margin:0;font-size:calc(19.8px * 2.65);line-height:1.05}
.contact-body .page-feature{margin-top:calc(2.23rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.contact-body .page-feature p{margin:0;display:flex;gap:1.5rem;align-items:flex-start;border-top:1px solid #3A4047;padding-top:calc(1.5rem * .75)}
.contact-body .page-feature p:first-child{border-top:0;padding-top:0}
.contact-body strong{flex:0 1 14rem;min-width:0;font-size:calc(19.8px * .875);text-transform:uppercase;letter-spacing:0.04em;}
.contact-body span{flex:1 1 28rem;min-width:0;line-height:1.81}
@media(max-width:760px){.contact-body .start{display:block}.contact-body .compact-section{border-left:0;padding-left:0}.contact-body .site-callout{margin-top:calc(2.23rem * 1.5)}.contact-body .page-feature p{display:block}.contact-body span{display:block;margin-top:calc(1.5rem * .75)}.contact-body h2{font-size:calc(19.8px * 2)}
}
.contact-grid{--mark-main:calc(1.5rem * 1.05);--mark-strong:calc(1500px / 5.2);padding:calc(1.5rem * 2.4) 1.81rem;background:#15181C;color:#E7E9EC;}
.contact-grid .wide-copy{max-width:1500px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-main);}
.contact-grid h2,.contact-grid h3,.contact-grid p{margin:0;}
.contact-grid h2{font-size:calc(19.8px * 2);line-height:1.12;}
.contact-grid h3{font-size:calc(19.8px * 1.35);line-height:1.22;}
.contact-grid p{font-size:19.8px;line-height:1.81;}
.contact-grid .strong-steps{display:flex;flex-direction:column;gap:calc(2.23rem * 1.5);}
.contact-grid .offer-view{color:var(--surface-base);}
.contact-grid .featured-feature{display:flex;flex-wrap:wrap;gap:calc(2.23rem / 2);}
.contact-grid .service-visual{padding:calc(calc(1.5rem * .75) / 2) calc(1.5rem * .75);border:1px solid #3A4047;border-radius:0.31rem;background:#1E2227;color:var(--surface-base);font-size:calc(19.8px * .875);}
.contact-grid .service-visual.is-active{background:#F07A24;color:#0F1114;border-color:#F07A24;}
.contact-grid .local-lead{display:flex;flex-direction:column;gap:var(--mark-main);}
.contact-grid .visual-service{display:flex;flex-wrap:wrap;gap:2.23rem;align-items:flex-start;padding-top:var(--mark-main);border-top:1px solid #3A4047;}
.contact-grid .visual-service:first-child{border-top:0;padding-top:0;}
.contact-grid .visual-service img{flex:0 0 var(--mark-strong);width:var(--mark-strong);height:auto;border-radius:0.6rem;object-fit:cover;}
.contact-grid .visual-service .featured-menu{flex:1 1 calc(1500px / 2.4);min-width:0;display:flex;flex-direction:column;gap:calc(calc(2.23rem * 1.5) / 2);}
.contact-grid .visual-service .team-summary{color:#F07A24;font-size:calc(19.8px * .875);}
.contact-grid .visual-service a{align-self:flex-start;margin-top:calc(calc(2.23rem * 1.5) / 2);padding:calc(calc(1.5rem * .75) / 1.6) calc(1.5rem * .75);border-radius:0.31rem;background:var(--surface-light);color:#0F1114;text-decoration:none;font-size:calc(19.8px * .875);transition:background 330ms var(--delay-panel);}
.contact-grid .visual-service a:hover{background:#FF7A2A;color:var(--line-primary);}
.contact-grid .focused-copy{padding:calc(1.5rem * .75);border-left:3px solid #F07A24;background:#1E2227;color:var(--surface-base);border-radius:0.31rem;}
@media (max-width:760px){.contact-grid .visual-service img{flex:1 1 100%;width:100%;}
}
.contact-content{--mark-main:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.81rem;background:#15181C;color:#E7E9EC;}
.contact-content .wide-copy{max-width:1500px;margin:0 auto;}
.contact-content h2,.contact-content h3,.contact-content p{margin:0;}
.contact-content h2{font-size:calc(19.8px * 2);line-height:1.14;}
.contact-content h3{font-size:calc(19.8px * 1.35);line-height:1.22;}
.contact-content p{font-size:19.8px;line-height:1.81;}
.contact-content .strong-steps{display:flex;flex-direction:column;gap:calc(2.23rem * 1.5);}
.contact-content .offer-view{}
.contact-content .local-lead{display:flex;flex-direction:column;gap:var(--mark-main);margin-top:calc(2.23rem * 1.5);border-top:1px solid #3A4047;}
.contact-content .visual-service{padding-top:calc(1.5rem * .75);border-bottom:1px solid #3A4047;padding-bottom:calc(1.5rem * .75);}
.contact-content .visual-service h3{margin-bottom:calc(1.5rem / 3);}
.contact-content .open-links{margin-top:calc(2.23rem * 1.5);display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.contact-content .focused-copy{}
.contact-content .top-feature{display:flex;flex-wrap:wrap;gap:2.23rem;}
.contact-content .top-feature a{text-decoration:none;font-size:19.8px;border-bottom:1px solid #E8641A;padding-bottom:2px;transition:color 330ms var(--delay-panel),border-color 330ms var(--delay-panel);}
.contact-content .top-feature a:hover{border-color:#F07A24;}
@media (min-width:900px){.contact-content .local-lead{display:grid;grid-template-columns:1fr 1fr;column-gap:2.23rem;}.contact-content .visual-service:nth-child(odd){padding-right:2.23rem;}
}
.main-lead{--mark-main:calc(1.5rem * 1.19);--axis-content:calc(1500px / 2.50);padding:calc(1.5rem * 2.4) 1.81rem;background:#15181C;color:#E7E9EC;}
.main-lead .wide-copy{max-width:1500px;margin:0 auto;}
.main-lead h1,.main-lead h2,.main-lead h3,.main-lead p{margin:0;}
.main-lead h2{font-size:calc(19.8px * 2);line-height:1.12;}
.main-lead h3{font-size:calc(19.8px * 1.35);line-height:1.2;}
.main-lead p{font-size:19.8px;line-height:1.81;color:var(--surface-base);}
.main-lead a{color:#E8641A;text-decoration:none;font-size:calc(19.8px * .875);}
.main-lead a:hover{color:#F07A24;}
.main-lead img{display:block;width:100%;height:auto;border-radius:0.6rem;}
.main-lead .offer-view{color:#E7E9EC;}
.main-lead .focused-copy{margin-top:var(--mark-main);padding-top:calc(2.23rem * 1.5);border-top:1px solid #3A4047;color:var(--surface-base);}
.main-lead .local-lead{display:flex;flex-wrap:wrap;gap:var(--mark-main);margin-top:var(--mark-main);}
.main-lead .visual-service{flex:1 1 calc(1500px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.6rem;background:var(--paint-accent);color:var(--line-primary);border:1px solid #3A4047;}
.main-lead .visual-service p{margin-top:calc(1.5rem / 3);}
.main-lead .visual-service a{display:inline-block;margin-top:calc(1.5rem / 3);}
.main-lead .visual-service img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.main-lead .public-lead{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.23rem;}
.main-lead .public-lead>h2{flex:1 1 calc(1500px / 3);min-width:0;}
.main-lead .public-lead>.offer-view{flex:1 1 calc(1500px / 3);min-width:0;}
.main-lead .public-lead>.local-lead{flex:1 1 100%;}
.main-lead .public-lead>.focused-copy{flex:1 1 100%;}
.simple-header{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.81rem;
    background:var(--ink-deep,linear-gradient(135deg,#15181C 0%,#23272D 55%,#3A2A1E 100%));
    color:#E7E9EC;
  }
.simple-header .clear-track{max-width:min(1500px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1.1rem,2.4vw,calc(2.23rem * 1.5));}
.simple-header .offer-view{margin:0;
    font-size:clamp(1rem,1.4vw,19.8px);
    line-height:1.78;}
.simple-header h1{margin:0;
    font-size:clamp(2.05rem,5.4vw,calc(19.8px * 2.65));
    line-height:1.04;
    font-weight:760;
    letter-spacing:-0.01em;}
@media (max-width:620px){.simple-header{
      padding-top:calc(calc(1.5rem * 2.4)*.58);
      padding-bottom:calc(calc(1.5rem * 2.4)*.58);
    }.simple-header h1{
      font-size:clamp(1.95rem,9.5vw,3.2rem);
    }
  }
.open-block{--mark-main:calc(1.5rem * 1.22);--type-nav:calc(1500px / 3.55);padding:calc(1.5rem * 2.4) 1.81rem;background:#E7E9EC;color:#15181C;}
.open-block .wide-copy{max-width:1500px;margin:0 auto;}
.open-block h2,.open-block h3,.open-block p{margin:0;}
.open-block h2{font-size:calc(19.8px * 2);line-height:1.12;}
.open-block h3{font-size:calc(19.8px * 1.35);line-height:1.2;}
.open-block p{font-size:19.8px;line-height:1.81;color:inherit;}
.open-block .bottom-method{padding-block-end:calc(var(--mark-main) / 3);}
.open-block .narrow-entries{row-gap:calc(var(--mark-main) * .7);}
.open-block .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.23rem;}
.open-block .row-title h2{flex:1 1 calc(1500px / 3);min-width:0;}
.open-block .row-title>p{flex:1 1 calc(1500px / 3);min-width:0;}
.open-block .local-lead{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-main);margin-top:var(--mark-main);}
.open-block .visual-service{flex:1 1 var(--type-nav);min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:1px solid #3A4047;}
.open-block .visual-service p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.open-block .row-title h2,.open-block .row-title>p{flex:1 1 100%;}.open-block .visual-service{flex:1 1 100%;}
}
.top-brand{--mark-main:calc(1.5rem * 0.95);--axis-content:calc(1500px / 2.75);padding:calc(1.5rem * 2.4) 1.81rem;background:var(--surface-light);color:#0F1114;}
.top-brand .wide-copy{max-width:1500px;margin:0 auto;}
.top-brand h1,.top-brand h2,.top-brand h3,.top-brand p{margin:0;}
.top-brand h1{font-size:calc(19.8px * 2.65);line-height:1.08;}
.top-brand h2{font-size:calc(19.8px * 2);line-height:1.12;}
.top-brand h3{font-size:calc(19.8px * 1.35);line-height:1.2;}
.top-brand p{font-size:19.8px;line-height:1.81;color:color-mix(in srgb, currentColor 74%, transparent);}
.top-brand a{color:inherit;text-decoration:none;}
.top-brand .featured-contact{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.31rem;background:#0F1114;color:var(--surface-light);}
.top-brand .local-lead{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.23rem;margin-top:var(--mark-main);}
.top-brand .visual-service{flex:1 1 calc(1500px / 4);min-width:0;border-top:1px solid color-mix(in srgb, currentColor 28%, transparent);padding-top:calc(1.5rem * .75);}
.top-brand .visual-service p{margin-top:calc(1.5rem / 3);}
.top-brand .bottom-list{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.23rem;}
.top-brand .bottom-list>.visual-frame{flex:1 1 auto;min-width:0;}
.top-brand .bottom-list>.featured-contact{flex:0 0 auto;}
.top-brand .bottom-list>.local-lead{flex:1 1 100%;}
.top-brand .visual-frame h2{margin-top:calc(1.5rem / 2);}
.contact-group{
        padding:calc(1.5rem * 2.4) 1.81rem;
        background:#1E2227;
        color:var(--surface-base);
    }
.contact-group .wide-copy{max-width:1500px;
        margin:0 auto;
        display:flex;
        flex-wrap:wrap;
        gap:2.23rem;
        align-items:flex-start;}
.contact-group .top-stack{flex:1 1 340px;
        min-width:280px;}
.contact-group .top-stack img{width:100%;
        height:auto;
        display:block;
        border-radius:0.87rem;
        border:1px solid #3A4047;
        box-shadow:0 10px 20px rgba(0,0,0,0.13);}
.contact-group .featured-menu{flex:1 1 460px;
        min-width:280px;}
.contact-group .featured-menu h2{margin:0 0 calc(2.23rem * 1.5);
        font-size:calc(19.8px * 2);
        line-height:1.2;}
.contact-group .featured-menu h3{margin:calc(2.23rem * 1.5) 0 0.6rem;
        font-size:calc(19.8px * 1.125);
        font-weight:600;}
.contact-group .featured-menu p{margin:0 0 calc(2.23rem * 1.5);
        font-size:19.8px;
        line-height:1.81;}
.contact-group .featured-menu ul{margin:0 0 calc(2.23rem * 1.5);
        padding-left:1.15rem;
        display:grid;
        gap:0.45rem;}
.contact-group .featured-menu li{font-size:19.8px;
        line-height:1.6;}
@media (max-width:820px){.contact-group .wide-copy{
            flex-direction:column;
        }
    }
.cluster{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.81rem calc(calc(1.5rem * 2.4)*.62);
    background:linear-gradient(135deg, #15181C 0%, #23272D 55%, #3A2A1E 100%);
    color:#E7E9EC;
    border-bottom:1px solid #3A4047;
  }
.cluster .clear-track{max-width:min(1500px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2.2vw,1.5rem);}
.cluster h1{margin:0;
    font-size:clamp(2rem,5.4vw,calc(19.8px * 2.65));
    line-height:1.04;
    font-weight:740;
    letter-spacing:-0.01em;
    max-width:22ch;}
.cluster .offer-view{margin:0;
    font-size:19.8px;
    line-height:1.81;
    max-width:62ch;}
@media (max-width:620px){.cluster{
      padding-top:calc(calc(1.5rem * 2.4)*.6);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.cluster h1{
      font-size:clamp(1.85rem,9vw,3rem);
      max-width:none;
    }
  }
.strong-figure{--mark-main:calc(1.5rem * 1.19);--axis-content:calc(1500px / 2.25);--font-heading:calc(1500px / 3.38);padding:calc(1.5rem * 2.4) 1.81rem;background:var(--paint-accent);color:var(--line-primary);}
.strong-figure .wide-copy{max-width:1500px;margin:0 auto;}
.strong-figure h2,.strong-figure h3,.strong-figure p{margin:0;}
.strong-figure h2{font-size:calc(19.8px * 2);line-height:1.12;}
.strong-figure h3{font-size:calc(19.8px * 1.35);line-height:1.2;}
.strong-figure p{font-size:19.8px;line-height:1.81;color:var(--surface-base);}
.strong-figure a{color:inherit;text-decoration:none;}
.strong-figure img{display:block;width:100%;height:auto;border-radius:0.6rem;}
.strong-figure .featured-contact{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.31rem;background:var(--surface-light);color:#0F1114;}
.strong-figure .focused-copy{font-size:calc(19.8px * .875);color:var(--surface-base);}
.strong-figure .local-lead{display:flex;flex-wrap:wrap;gap:var(--mark-main);margin-top:var(--mark-main);}
.strong-figure .visual-service{flex:1 1 calc(1500px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.6rem;background:#1E2227;border:1px solid #3A4047;color:var(--surface-base);}
.strong-figure .visual-service p,.strong-figure .visual-service a{margin-top:calc(1.5rem / 3);}
.strong-figure .visual-service h3{margin-top:calc(1.5rem / 2.4);}
.strong-figure .visual-service img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.strong-figure .mission>.local-lead{margin-top:var(--mark-main);}
.strong-figure .mission>h2{margin-top:var(--mark-main);}
.wide-block{
  --mark-main:calc(1.5rem * 1.05);
  --axis-content:calc(1500px / 2.60);
  padding:calc(1.5rem * 2.4) 1.81rem;
  background:#15181C;
  color:#E7E9EC;
}
.wide-block .wide-copy{max-width:1500px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(2.23rem * 1.5);}
.wide-block h2,
.wide-block h3,
.wide-block p{margin:0;}
.wide-block h2{font-size:calc(19.8px * 2);
  line-height:1.12;}
.wide-block p{font-size:19.8px;
  line-height:1.81;}
.wide-block .strong-steps{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.wide-block .offer-view{}
.wide-block .media-shell{display:flex;
  flex-direction:column;
  gap:calc(2.23rem * .5);}
.wide-block details{
  padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);
  border-radius:0.6rem;
  background:var(--paint-accent);
  color:var(--line-primary);
  border:1px solid #3A4047;
}
.wide-block summary{cursor:pointer;
  font-weight:700;
  font-size:19.8px;
  list-style:none;}
.wide-block summary::-webkit-details-marker{display:none;}
.wide-block summary::after{content:"+";
  float:right;
  font-weight:700;}
.wide-block details[open] summary::after{content:"–";}
.wide-block details p{margin-top:calc(1.5rem / 3);}
.wide-block a{text-decoration:none;
  border-bottom:1px solid #E8641A;}
.wide-block a:hover{border-bottom-color:#F07A24;}
.wide-block .top-feature{font-size:calc(19.8px * .875);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #3A4047;}
@media (max-width:720px){.wide-block details{
    padding:calc(1.5rem * .75) calc(calc(1.5rem * .75) * .8);
  }
}
.team-callout{--mark-main:calc(1.5rem * 1.19);--axis-content:calc(1500px / 3.10);--font-heading:calc(1500px / 3.27);padding:calc(1.5rem * 2.4) 1.81rem;background:#15181C;color:#E7E9EC;}
.team-callout .wide-copy{max-width:1500px;margin:0 auto;}
.team-callout h2,.team-callout h3,.team-callout p{margin:0;}
.team-callout h2{font-size:calc(19.8px * 2);line-height:1.12;}
.team-callout h3{font-size:calc(19.8px * 1.35);line-height:1.2;}
.team-callout p{font-size:19.8px;line-height:1.81;color:var(--surface-base);}
.team-callout a{color:#E8641A;text-decoration:none;}
.team-callout a:hover{color:#F07A24;}
.team-callout img{display:block;width:100%;height:auto;border-radius:0.6rem;}
.team-callout .offer-view{margin-top:1.5rem;color:#E7E9EC;}
.team-callout .focused-copy{margin-top:calc(1.5rem / 2);font-size:calc(19.8px * .875);}
.team-callout .local-lead{display:flex;flex-direction:column;gap:var(--mark-main);margin-top:var(--mark-main);}
.team-callout .visual-service{min-width:0;}
.team-callout .visual-service p{margin-top:calc(1.5rem / 3);}
.team-callout .visual-service img{margin-bottom:calc(1.5rem / 2);max-width:calc(var(--font-heading) * .7);}
.team-callout .main-fields{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.23rem;}
.team-callout .main-fields>.visual-frame{flex:1 1 calc(1500px / 3);min-width:0;}
.team-callout .main-fields>.local-lead{flex:2 1 calc(1500px / 2);margin-top:0;}
.team-callout .main-fields>img{margin-left:auto;}
.team-callout .top-feature{display:flex;flex-wrap:wrap;gap:2.23rem;margin-top:var(--mark-main);max-width:1500px;margin-left:auto;margin-right:auto;font-size:calc(19.8px * .875);}
.team-callout .top-feature a{border-bottom:1px solid #E8641A;padding-bottom:2px;}
@media (max-width:720px){.team-callout .main-fields>img{margin-left:0;}
}
.strong-wrap{padding:calc(calc(1.5rem * 2.4)*.78) 1.81rem calc(calc(1.5rem * 2.4)*.62);background:linear-gradient(135deg, #15181C 0%, #23272D 55%, #3A2A1E 100%);color:#E7E9EC;}
.strong-wrap .clear-track{max-width:min(1500px,68rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(2.23rem * 1.5);}
.strong-wrap p{margin:0;font-size:19.8px;line-height:1.81;}
.strong-wrap h1{margin:0;font-size:clamp(2.05rem,5.2vw,calc(19.8px * 2.65));line-height:1.04;font-weight:760;letter-spacing:-0.01em;}
@media (max-width:620px){.strong-wrap{padding-top:calc(calc(1.5rem * 2.4)*.58);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.strong-wrap h1{font-size:clamp(1.95rem,9vw,3.2rem);}
  }
.compact-inner{
  --mark-main:calc(1.5rem * 1.42);
  --axis-content:calc(1500px / 2.60);
  padding:calc(1.5rem * 2.4) 1.81rem;
  background:#15181C;
  color:#E7E9EC;
}
.compact-inner .wide-copy{max-width:1500px;margin:0 auto;}
.compact-inner h1,.compact-inner h2,.compact-inner h3,.compact-inner p{margin:0;}
.compact-inner h2{font-size:calc(19.8px * 2);line-height:1.12;}
.compact-inner p{font-size:19.8px;line-height:1.81;}
.compact-inner a{color:#E8641A;text-decoration:none;transition:color 330ms var(--delay-panel);}
.compact-inner a:hover{color:#F07A24;}
.compact-inner .wide-brand{display:flex;flex-direction:column;gap:calc(2.23rem * 1.5);}
.compact-inner .offer-view{color:var(--surface-base);}
.compact-inner .narrow-inner{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:2.23rem;
  margin-top:var(--mark-main);
  padding-top:calc(2.23rem * 1.5);
  border-top:1px solid #3A4047;}
.compact-inner .visual-frame{flex:1 1 22rem;
  min-width:0;
  color:var(--surface-base);}
.compact-inner .submit{flex:0 1 20rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.compact-inner .featured-contact{
  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.31rem;
  background:var(--surface-light);
  color:#0F1114;
  font-size:19.8px;
  font-weight:600;
}
.compact-inner .featured-contact:hover{background:#FF7A2A;color:#0F1114;}
.compact-inner .focused-copy{font-size:calc(19.8px * .875);
  color:var(--surface-base);}
.compact-inner .main-area{margin-top:var(--mark-main);
  font-size:calc(19.8px * .875);
  color:var(--surface-base);}
@media (max-width:720px){.compact-inner .narrow-inner{flex-direction:column;}.compact-inner .submit{flex:1 1 auto;width:100%;}.compact-inner .featured-contact{width:100%;}
}
.primary-stack{--mark-main:calc(1.5rem * 1.29);--axis-content:calc(1500px / 2.40);padding:calc(1.5rem * 2.4) 1.81rem;background:#15181C;color:#E7E9EC;}
.primary-stack .wide-copy{max-width:1500px;margin:0 auto;}
.primary-stack h1,.primary-stack h2,.primary-stack h3,.primary-stack p{margin:0;}
.primary-stack h2{font-size:calc(19.8px * 2);line-height:1.12;}
.primary-stack h3{font-size:calc(19.8px * 1.35);line-height:1.2;}
.primary-stack p{font-size:19.8px;line-height:1.81;}
.primary-stack .focused-copy{font-size:calc(19.8px * .875);letter-spacing:.04em;text-transform:uppercase;}
.primary-stack .offer-view{margin-top:calc(1.5rem / 2);}
.primary-stack .local-lead{display:flex;flex-wrap:wrap;gap:var(--mark-main);margin-top:var(--mark-main);}
.primary-stack .visual-service{flex:1 1 calc(1500px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .95);border-radius:0.6rem;background:var(--paint-accent);color:var(--line-primary);border:1px solid #3A4047;}
.primary-stack .visual-service p{margin-top:calc(1.5rem / 3);}
.primary-stack .top-feature{margin-top:var(--mark-main);font-size:calc(19.8px * .875);}
.primary-stack .top-feature a{text-decoration:none;border-bottom:1px solid #E8641A;}
.primary-stack .top-feature a:hover{border-bottom-color:#F07A24;}
.site-surface{
  background: #15181C;
  color: #E7E9EC;
  padding: calc(1.5rem * 2.4) 1.81rem;
}
.site-surface .wide-copy{width: min(100%, 1500px);
  margin: 0 auto;
  display: flex;
  gap: calc(2.23rem * 1.5);
  align-items: flex-start;}
.site-surface h2,
.site-surface p{margin: 0;}
.site-surface .strong-steps{flex: 0 0 min(30rem, 40%);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.site-surface h2{font-size: calc(19.8px * 2);
  line-height: 1.08;}
.site-surface .strong-steps p,
.site-surface .contact-proof p{color: var(--surface-base);
  line-height: 1.81;}
.site-surface .local-lead{flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.site-surface .contact-proof{display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: calc(1.5rem * .75) 0;
  border-top: 1px solid #3A4047;}
.site-surface .fresh-list{
  display: block;
  flex: 0 0 10rem;
  width: 10rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.6rem;
  background: #1E2227;color:var(--surface-base);}
.site-surface strong{font-size: calc(19.8px * 1.35);
  line-height: 1.16;}
.site-surface .contact-proof p{margin-top: calc(1.5rem * .75);}
@media (max-width: 820px) {.site-surface .wide-copy{ flex-direction: column; }.site-surface .strong-steps{ flex-basis: auto; }
}
@media (max-width: 560px) {.site-surface .contact-proof{ flex-direction: column; align-items: flex-start; }.site-surface .fresh-list{ width: 100%; flex-basis: auto; }
}
.team-footer{padding:calc(1.5rem * 2.4) 1.81rem;background:linear-gradient(135deg, #15181C 0%, #23272D 55%, #3A2A1E 100%);color:#E7E9EC}
.team-footer .wide-copy{max-width:1500px;margin:0 auto;display:flex;align-items:flex-start;gap:2.23rem}
.team-footer .offer-view{flex:0 0 min(23rem,34vw);position:sticky;top:1.5rem;padding-top:1.5rem}
.team-footer .offer-view h2{margin:0;font-size:calc(19.8px * 2);line-height:1.1}
.team-footer .offer-view p{margin:1.5rem 0 0;font-size:calc(19.8px * 1.125);line-height:1.81}
.team-footer .offer-view strong{display:block;margin-top:calc(2.23rem * 1.5);font-size:19.8px;line-height:1.35;}
.team-footer .plain-footer{flex:1 1 0;display:flex;flex-direction:column}
.team-footer .page-copy{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:1.5rem;padding:1.5rem 0;border-top:1px solid #3A4047}
.team-footer .page-copy:first-child{border-top:0;padding-top:0}
.team-footer .page-copy strong{font-size:calc(19.8px * 1.125);line-height:1.2}
.team-footer .page-copy p{margin:0;font-size:19.8px;line-height:1.81}
.team-footer .top-feature{margin:calc(2.23rem * 1.5) 0 0;font-size:calc(19.8px * .875);line-height:1.81}
.team-footer .top-feature a{text-decoration:underline;text-underline-offset:3px}
.team-footer .top-feature a:hover{}
@media(max-width:860px){.team-footer .wide-copy{display:block}.team-footer .offer-view{position:static;margin-bottom:calc(2.23rem * 1.5);padding-top:0}.team-footer .page-copy{grid-template-columns:1fr;gap:calc(1.5rem * .75)}
}
.public-track{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.81rem;
    background:var(--ink-deep,linear-gradient(135deg,#15181C 0%,#23272D 55%,#3A2A1E 100%));
    color:#E7E9EC;
  }
.public-track .clear-track{max-width:min(1500px,66rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.23rem * 1.5);}
.public-track h1{margin:0;
    font-size:clamp(2.05rem,4.6vw,calc(19.8px * 2.65));
    line-height:1.06;
    font-weight:740;
    letter-spacing:-0.01em;}
.public-track p{margin:0;
    font-size:clamp(1rem,1.3vw,19.8px);
    line-height:1.72;}
@media (max-width:620px){.public-track{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}.public-track h1{font-size:clamp(2rem,9.5vw,3.2rem);}
  }
.bar{
  background:#15181C;
  color:#E7E9EC;
  padding:calc(1.5rem * 2.4) 1.81rem;
}
.bar .wide-copy{max-width:1500px;
  margin:0 auto;}
.bar .strong-steps{display:flex;
  flex-wrap:wrap;
  gap:calc(2.23rem * 1.5);
  align-items:flex-start;}
.bar h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(19.8px * 2);
  line-height:1.12;}
.bar .strong-steps p{flex:1 1 20rem;
  min-width:0;
  margin:0;
  color:var(--surface-base);
  line-height:1.81;}
.bar .clear-track{margin-top:calc(2.23rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.23rem;}
.bar .clear-track a{
  flex:1 1 18rem;
  min-width:0;
  color:#E7E9EC;
  text-decoration:none;
  padding:calc(1.5rem * .75);
  background:var(--paint-accent);
  border:1px solid #3A4047;
  border-radius:0.6rem;
  transition:border-color 330ms var(--delay-panel), transform 330ms var(--delay-panel);
}
.bar .clear-track a:hover{border-color:#F07A24;
  transform:translateY(-2px);}
.bar .clear-track strong,
.bar .clear-track span{display:block;}
.bar .clear-track strong{font-size:19.8px;}
.bar .clear-track span{margin-top:.45rem;
  color:var(--surface-base);
  font-size:calc(19.8px * .875);
  line-height:1.81;}
.bar .focused-copy{margin:calc(2.23rem * 1.5) 0 0;
  padding-left:calc(1.5rem * .75);
  border-left:3px solid #F07A24;
  color:var(--surface-base);
  font-size:calc(19.8px * .875);
  line-height:1.81;}
.bar .top-feature{margin-top:calc(2.23rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  gap:2.23rem;}
.bar .top-feature a{color:#E8641A;
  text-decoration:none;
  font-size:calc(19.8px * .875);
  border-bottom:1px solid transparent;
  transition:color 330ms var(--delay-panel), border-color 330ms var(--delay-panel);}
.bar .top-feature a:hover{color:#F07A24;
  border-bottom-color:#F07A24;}
@media (max-width:680px){.bar .strong-steps{display:block}.bar .strong-steps p{margin-top:1.5rem}.bar .clear-track{display:block}.bar .clear-track a{display:block;margin-top:2.23rem}
}
.soft-block{--mark-main:calc(1.5rem * 1.05);--axis-content:calc(1500px / 2.6);padding:calc(1.5rem * 2.4) 1.81rem;background:#15181C;color:#E7E9EC;}
.soft-block .wide-copy{max-width:1500px;margin:0 auto;}
.soft-block h2,.soft-block h3,.soft-block p{margin:0;}
.soft-block h2{font-size:calc(19.8px * 2);line-height:1.12;}
.soft-block h3{font-size:calc(19.8px * 1.35);line-height:1.2;}
.soft-block p{font-size:19.8px;line-height:1.81;}
.soft-block a{text-decoration:none;border-bottom:1px solid color-mix(in srgb, #E8641A 45%, transparent);}
.soft-block a:hover{}
.soft-block .strong-steps{display:flex;flex-wrap:wrap;gap:2.23rem;align-items:flex-end;}
.soft-block .strong-steps>h2{flex:1 1 calc(1500px / 3);min-width:0;}
.soft-block .strong-steps>.offer-view{flex:1 1 calc(1500px / 3);min-width:0;}
.soft-block .top-feature{list-style:none;margin:var(--mark-main) 0 0;padding:0;display:flex;flex-direction:column;gap:0;border-top:1px solid #3A4047;}
.soft-block .service-grid{display:flex;flex-wrap:wrap;gap:2.23rem;padding:calc(calc(2.23rem * 1.5) * .9) 0;border-bottom:1px solid #3A4047;}
.soft-block .service-grid .simple-entries{flex:0 0 auto;font-size:calc(19.8px * 1.125);font-weight:600;letter-spacing:.04em;min-width:2.4rem;}
.soft-block .service-grid .featured-menu{flex:1 1 calc(1500px / 2.4);min-width:0;}
.soft-block .service-grid .featured-menu p{margin-top:calc(1.5rem / 3.4);}
.soft-block .focused-copy{margin-top:var(--mark-main);padding:calc(calc(1.5rem * .75) * .9);border-radius:0.6rem;background:#1E2227;color:var(--surface-base);}
.soft-block .focused-copy p{color:inherit;}
@media (max-width:640px){.soft-block .service-grid .simple-entries{min-width:1.8rem;font-size:19.8px;}
}
.featured-rail{
  padding: calc(1.5rem * 2.4) 1.81rem;
  background: #E7E9EC;
  color: #15181C;
}
.featured-rail .wide-copy{max-width: min(1500px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(2.23rem * 1.5);
  align-items: flex-start;}
.featured-rail .focused-copy{flex: 1 1 22rem;
  min-width: 0;}
.featured-rail .open-links{
  flex: 1 1 20rem;
  min-width: 0;
  padding: calc(1.5rem * .75);
  border-radius: 0.87rem;
  background: var(--paint-accent);
  color: var(--line-primary);
  border: 1px solid #3A4047;
}
.featured-rail h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(19.8px * 2);
  line-height: 1.1;}
.featured-rail .focused-copy p{margin: 0 0 calc(1.5rem * .75);
  font-size: 19.8px;
  line-height: 1.7;}
.featured-rail .focused-copy a{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * 0.75) calc(1.5rem * .75);
  border-radius: 0.6rem;
  background: var(--surface-light);
  color: #0F1114;
  text-decoration: none;
  font-weight: 600;
  transition: background 330ms var(--delay-panel);
}
.featured-rail .focused-copy a:hover{
  background: #FF7A2A;color:var(--line-primary);}
.featured-rail .open-links .offer-view{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(19.8px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;color:inherit;}
.featured-rail .local-lead{list-style: none;
  margin: 0;
  padding: 0;}
.featured-rail .local-lead li{padding: 0 0 calc(1.5rem * .75);
  margin: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid #3A4047;}
.featured-rail .local-lead li:last-child{padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;}
.featured-rail .local-lead strong,
.featured-rail .local-lead span{display: block;}
.featured-rail .local-lead strong{font-size: 19.8px;
  margin-bottom: calc(calc(1.5rem * .75) * 0.3);}
.featured-rail .local-lead span{color:inherit;
  font-size: calc(19.8px * .875);
  line-height: 1.6;}
.featured-rail .compact-method{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.8px * .875);color:inherit;
  line-height: 1.6;}
@media (max-width: 760px) {.featured-rail .wide-copy{
    flex-direction: column;
  }
}
.focused-details{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.81rem;
    background:var(--ink-deep,linear-gradient(135deg,#15181C 0%,#23272D 55%,#3A2A1E 100%));
    color:#E7E9EC;
  }
.focused-details .clear-track{max-width:min(1500px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.23rem * 1.5);}
.focused-details .offer-view{margin:0;
    font-size:clamp(1rem,1.3vw,19.8px);
    line-height:1.72;}
.focused-details h1{margin:0;
    font-size:clamp(2rem,5.4vw,calc(19.8px * 2.65));
    line-height:1.04;
    font-weight:760;
    letter-spacing:-0.01em;}
@media (max-width:620px){.focused-details{
      padding-top:calc(calc(1.5rem * 2.4)*.6);
      padding-bottom:calc(calc(1.5rem * 2.4)*.6);
    }.focused-details h1{
      font-size:clamp(1.95rem,9.5vw,3.2rem);
    }
  }
.simple-surface{padding:calc(1.5rem * 2.4) 1.81rem;background:linear-gradient(135deg, #15181C 0%, #23272D 55%, #3A2A1E 100%);color:#E7E9EC}
.simple-surface .wide-copy{max-width:1500px;margin:0 auto}
.simple-surface .open-figure{margin-bottom:calc(2.23rem * 1.5)}
.simple-surface h2{margin:0;font-size:calc(19.8px * 2.65);line-height:1.04}
.simple-surface .open-figure p{margin:1.5rem 0 0;font-size:calc(19.8px * 1.125);line-height:1.81}
.simple-surface .clear-contact{display:flex;align-items:flex-start;gap:calc(2.23rem * 1.5);border-top:1px solid #3A4047;padding-top:calc(2.23rem * 1.5)}
.simple-surface .media-shell{flex:0 1 19rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.simple-surface button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 330ms var(--delay-panel),transform 330ms var(--delay-panel)}
.simple-surface button:hover,.simple-surface button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.35))}
.simple-surface .secondary-headline{flex:1 1 30rem;align-self:start}
.simple-surface [data-response]{display:none}
.simple-surface [data-response].is-active{display:block;animation:clarifyFocusIn calc(330ms*1.8) var(--delay-panel) both}
.simple-surface h3{margin:0;font-size:calc(19.8px * 2);line-height:1.1}
.simple-surface [data-response] p{margin:1.5rem 0 0;font-size:calc(19.8px * 1.125);line-height:1.81}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(2.23rem * 2)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.simple-surface .clear-contact{display:block}.simple-surface .media-shell{margin-bottom:calc(2.23rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.simple-surface [data-response].is-active{animation:none}}
.main-wrap{--mark-main:calc(1.5rem * 1.12);padding:calc(1.5rem * 2.4) 1.81rem;background:#15181C;color:#E7E9EC;}
.main-wrap .wide-copy{max-width:1500px;margin:0 auto;}
.main-wrap h2,.main-wrap h3,.main-wrap p{margin:0;}
.main-wrap h2{font-size:calc(19.8px * 2);line-height:1.14;}
.main-wrap h3{font-size:calc(19.8px * 1.35);line-height:1.24;}
.main-wrap p{font-size:19.8px;line-height:1.81;color:var(--surface-base);}
.main-wrap a{color:#E8641A;text-decoration:none;}
.main-wrap a:hover{color:#F07A24;}
.main-wrap .bottom-list{display:flex;flex-wrap:wrap;align-items:flex-end;gap:2.23rem;}
.main-wrap .visual-frame{flex:1 1 60%;min-width:0;}
.main-wrap .visual-frame .offer-view{margin-top:calc(2.23rem * 1.5);}
.main-wrap .featured-contact{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * .85) 1.5rem;border-radius:0.31rem;background:var(--surface-light);color:#0F1114;font-size:calc(19.8px * .875);font-weight:600;letter-spacing:.02em;}
.main-wrap .featured-contact:hover{background:#FF7A2A;color:#0F1114;}
.main-wrap .media-shell{flex:1 1 100%;display:flex;flex-direction:column;gap:0;margin-top:calc(2.23rem * 1.5);border-top:1px solid #3A4047;}
.main-wrap .visual-service{padding:calc(2.23rem * 1.5) 0;border-bottom:1px solid #3A4047;}
.main-wrap .visual-service h3{color:#E7E9EC;}
.main-wrap .visual-service p{margin-top:calc(1.5rem / 2.6);}
@media (max-width:720px){.main-wrap .bottom-list{align-items:flex-start;}.main-wrap .visual-frame{flex:1 1 100%;}
}
.local-content{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.81rem;
  background: linear-gradient(135deg, #15181C 0%, #23272D 55%, #3A2A1E 100%);
  color: #E7E9EC;
}
.local-content .wide-copy{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1500px;
  margin: 0 auto;}
.local-content .main-items{margin: 0 0 calc(2.23rem * 1.5);
  padding: 1.5rem 0;}
.local-content h2{margin: 0;
  font-size: calc(19.8px * 2.65);
  line-height: 1.05;}
.local-content .main-items p{margin: 1.5rem 0 0;
  font-size: calc(19.8px * 1.125);
  line-height: 1.81;}
.local-content .simple-items{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.23rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.local-content .page-team{display: flex;
  flex-wrap: wrap;
  gap: 2.23rem;}
.local-content .page-team p{margin: 0;
  line-height: 1.81;}
.local-content .page-team strong{display: block;
  margin-bottom: .35rem;
  font-size: calc(19.8px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .7;}
.local-content .visual-copy{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.local-content .visual-copy a{color: inherit;
  font-size: calc(19.8px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.local-content .page-steps{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);}
.local-content .page-steps a{display: flex;
  flex-direction: column;
  gap: .25rem;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.local-content .page-steps a:hover{}
.local-content .page-steps span{font-size: calc(19.8px * .875);
  opacity: .65;}
@media (max-width: 720px) {.local-content .simple-items,
  .local-content .page-team{
    display: block;
  }.local-content .page-team p + p{
    margin-top: calc(1.5rem * .75);
  }.local-content .visual-copy{
    align-items: flex-start;
    margin-top: 1.5rem;
  }
}
.plain-callout{
    padding:calc(calc(1.5rem * 2.4)*.68) 1.81rem;
    background:var(--ink-deep,linear-gradient(135deg,#15181C 0%,#23272D 55%,#3A2A1E 100%));
    color:#E7E9EC;
  }
.plain-callout .clear-track{max-width:1500px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.23rem * 1.5);}
.plain-callout h1{margin:0;
    font-size:clamp(2.1rem,5.6vw,calc(19.8px * 2.65));
    line-height:1.04;
    font-weight:760;
    letter-spacing:0;}
.plain-callout .offer-view{margin:0;
    font-size:clamp(1rem,1.3vw,19.8px);
    line-height:1.72;}
@media (max-width:620px){.plain-callout{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.plain-callout h1{font-size:clamp(2rem,9.5vw,3.2rem);}
  }
.compact-view{
  --mark-main:calc(1.5rem * 1.1);
  --state-active:calc(1500px / 3.2);
  padding:calc(1.5rem * 2.4) 1.81rem;
  background:#15181C;
  color:#E7E9EC;
}
.compact-view .wide-copy{max-width:1500px;
  margin:0 auto;}
.compact-view h2,
.compact-view h3,
.compact-view p{margin:0;}
.compact-view h2{font-size:calc(19.8px * 2);
  line-height:1.14;}
.compact-view h3{font-size:calc(19.8px * 1.35);
  line-height:1.22;}
.compact-view p{font-size:19.8px;
  line-height:1.81;
  color:var(--surface-base);}
.compact-view .direct-frame{display:flex;
  flex-wrap:wrap;
  align-items:flex-end;
  gap:2.23rem;}
.compact-view .direct-frame h2{flex:1 1 calc(1500px / 2.6);
  min-width:0;}
.compact-view .direct-frame .offer-view{flex:1 1 calc(1500px / 3.4);
  min-width:0;}
.compact-view .local-figure{margin:var(--mark-main) 0 0;
  width:100%;
  max-width:var(--state-active);}
.compact-view .local-figure img{display:block;
  width:100%;
  height:auto;
  border-radius:0.87rem;
  box-shadow:0 10px 20px rgba(0,0,0,0.13);}
.compact-view .local-lead{display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:2.23rem;
  margin-top:var(--mark-main);}
.compact-view .visual-service{flex:1 1 calc(1500px / 4);
  min-width:0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #3A4047;}
.compact-view .visual-service p{margin-top:calc(1.5rem / 3);}
.compact-view .top-feature{margin-top:var(--mark-main);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid #3A4047;
  font-size:calc(19.8px * .875);}
.compact-view .top-feature a{color:#E8641A;
  text-decoration:none;
  border-bottom:1px solid #E8641A;
  transition:color 330ms var(--delay-panel);}
.compact-view .top-feature a:hover{color:#F07A24;
  border-bottom-color:#F07A24;}
@media (max-width:900px){.compact-view .local-figure{
    max-width:100%;
  }
}
.site-brand{
        padding: calc(1.5rem * 2.4) 1.81rem;
        background: linear-gradient(135deg, #15181C 0%, #23272D 55%, #3A2A1E 100%);
        color: #E7E9EC;
    }
.site-brand .wide-copy{max-width: 1500px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2.23rem * 1.5);}
.site-brand .offer-view{display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
        gap: 2.23rem;
        align-items: end;
        padding-bottom: calc(1.5rem * .75);
        border-bottom: 1px solid #3A4047;}
.site-brand h2{margin: 0;
        font-size: calc(19.8px * 2);
        line-height: 1.08;}
.site-brand .offer-view p{margin: 0;
        font-size: 19.8px;
        line-height: 1.81;}
.site-brand .local-details{display: flex;
        flex-direction: column;
        gap: 0;}
.site-brand .figure{display: grid;
        grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
        gap: 2.23rem;
        align-items: start;
        padding: calc(1.5rem * .75) 0;
        border-bottom: 1px solid #3A4047;}
.site-brand .figure:last-child{border-bottom: 0;}
.site-brand .quiet-area{margin: 0;
        font-size: calc(19.8px * 1.125);
        line-height: 1.81;}
.site-brand .primary-story{display: flex;
        flex-direction: column;
        gap: 0.35rem;
        padding-left: calc(1.5rem * .75);
        border-left: 2px solid #F07A24;}
.site-brand .primary-story strong{font-size: calc(19.8px * .875);
        letter-spacing: 0.02em;
        text-transform: uppercase;}
.site-brand .primary-story span{font-size: calc(19.8px * .875);}
@media (max-width: 860px) {.site-brand .offer-view{
            grid-template-columns: 1fr;
            align-items: start;
        }.site-brand .figure{
            grid-template-columns: 1fr;
            gap: calc(1.5rem * .75);
        }.site-brand .primary-story{
            padding-left: 0;
            padding-top: 0.5rem;
            border-left: 0;
            border-top: 2px solid #F07A24;
        }
    }
.team-items{
        --mark-main: calc(1.5rem * 1.26);
        --type-nav: calc(1500px / 3.59);
        padding: calc(1.5rem * 2.4) 1.81rem;
        background: #15181C;
        color: #E7E9EC;
    }
.team-items .wide-copy{max-width: 1500px;
        margin: 0 auto;}
.team-items h2,
    .team-items h3,
    .team-items p{margin: 0;}
.team-items h2{font-size: calc(19.8px * 2);
        line-height: 1.12;}
.team-items h3{font-size: calc(19.8px * 1.35);
        line-height: 1.2;}
.team-items p{font-size: 19.8px;
        line-height: 1.81;}
.team-items a{color: #E8641A;
        text-decoration: none;}
.team-items a:hover{color: #F07A24;}
.team-items .primary-lead{padding-block: calc(var(--mark-main) / 2);}
.team-items .visual-nav{row-gap: calc(var(--mark-main) * 1.2);}
.team-items .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 2.23rem;}
.team-items .row-title h2{flex: 1 1 calc(1500px / 3);
        min-width: 0;}
.team-items .row-title > p{flex: 1 1 calc(1500px / 3);
        min-width: 0;}
.team-items .local-lead{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--mark-main);
        margin-top: var(--mark-main);}
.team-items .visual-service{flex: 1 1 var(--type-nav);
        min-width: 0;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #3A4047;}
.team-items .visual-service p{margin-top: calc(1.5rem / 3);}
.team-items .visual-service a{display: inline-flex;
        margin-top: calc(1.5rem / 2);}
.team-items .top-feature{flex: 1 1 100%;
        margin-top: calc(var(--mark-main) / 2);
        font-size: calc(19.8px * .875);
        color: var(--surface-base);}
.plain-copy{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.81rem;
    background:var(--ink-deep,linear-gradient(135deg,#15181C 0%,#23272D 55%,#3A2A1E 100%));
    color:#E7E9EC;
  }
.plain-copy .focused-block{max-width:min(1500px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.23rem * 1.5);}
.plain-copy .offer-view{display:flex;
    flex-direction:column;
    gap:clamp(.9rem,1.6vw,1.5rem);}
.plain-copy h1{margin:0;
    font-size:clamp(2rem,4.8vw,calc(19.8px * 2.65));
    line-height:1.06;
    font-weight:740;
    letter-spacing:-0.01em;}
.plain-copy .visual-frame{margin:0;
    font-size:clamp(1rem,1.3vw,19.8px);
    line-height:1.72;}
.plain-copy .focused-copy{border-left:3px solid #F07A24;
    padding:0 0 0 clamp(.9rem,1.6vw,1.4rem);}
.plain-copy .focused-copy p{margin:0;
    font-size:calc(19.8px * .875);
    line-height:1.68;}
@media (max-width:620px){.plain-copy{padding-top:calc(calc(1.5rem * 2.4)*.54);padding-bottom:calc(calc(1.5rem * 2.4)*.54);}.plain-copy h1{font-size:clamp(1.9rem,8.5vw,2.9rem);}
  }
.fresh-view{--mark-main:calc(1.5rem * 0.99);--font-heading:calc(1500px / 3.88);padding:calc(1.5rem * 2.4) 1.81rem;background:var(--surface-light);color:#0F1114;}
.fresh-view .wide-copy{max-width:1500px;margin:0 auto;}
.fresh-view h1,.fresh-view h2,.fresh-view h3,.fresh-view p{margin:0;}
.fresh-view h1{font-size:calc(19.8px * 2.65);line-height:1.08;}
.fresh-view h2{font-size:calc(19.8px * 2);line-height:1.12;}
.fresh-view h3{font-size:calc(19.8px * 1.35);line-height:1.2;}
.fresh-view p{font-size:19.8px;line-height:1.81;color:color-mix(in srgb, currentColor 78%, transparent);}
.fresh-view a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;}
.fresh-view img{display:block;width:100%;height:auto;border-radius:0.6rem;}
.fresh-view .offer-view{margin-top:1.5rem;}
.fresh-view .focused-copy{margin-top:var(--mark-main);font-size:calc(19.8px * .875);}
.fresh-view .local-lead{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.23rem;margin-top:var(--mark-main);}
.fresh-view .visual-service{flex:1 1 calc(1500px / 4);min-width:0;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.fresh-view .narrow-block>img{margin-top:var(--mark-main);}
.top-proof{
  --mark-main:calc(1.5rem * 1.15);
  --field-base:1px solid #3A4047;
  padding:calc(1.5rem * 2.4) 1.81rem;
  background:#15181C;
  color:#E7E9EC;
}
.top-proof .wide-copy{max-width:1500px;
  margin:0 auto;}
.top-proof h2,
.top-proof h3,
.top-proof p{margin:0;}
.top-proof h2{font-size:calc(19.8px * 2);
  line-height:1.14;}
.top-proof h3{font-size:calc(19.8px * 1.35);
  line-height:1.22;}
.top-proof p{font-size:19.8px;
  line-height:1.81;
  color:var(--surface-base);}
.top-proof a{color:#E8641A;
  text-decoration:none;}
.top-proof a:hover{color:#F07A24;}
.top-proof .direct-frame{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.4);
  padding-bottom:calc(2.23rem * 1.5);
  border-bottom:var(--field-base);}
.top-proof .offer-view{font-size:calc(19.8px * 1.125);}
.top-proof .start{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:var(--mark-main);}
.top-proof .visual-service{display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.6);
  padding:calc(2.23rem * 1.5) 0;
  border-bottom:var(--field-base);}
.top-proof .visual-service:first-child{padding-top:0;}
.top-proof .visual-service:last-child{border-bottom:none;}
.top-proof .featured-contact{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;
  border-radius:0.31rem;
  background:var(--surface-light);
  color:#0F1114;
  font-size:calc(19.8px * .875);
  transition:background 330ms var(--delay-panel);
}
.top-proof .featured-contact:hover{
  background:#FF7A2A;
  color:#0F1114;
}
.top-proof .focused-copy{margin-top:var(--mark-main);
  padding-top:calc(2.23rem * 1.5);
  border-top:var(--field-base);
  font-size:calc(19.8px * .875);}
.top-proof .focused-copy a{color:#E8641A;}
@media (min-width:900px){.top-proof .start{
    flex-direction:row;
    gap:2.23rem;
    align-items:stretch;
  }.top-proof .visual-service{
    flex:1 1 0;
    padding:0 calc(1.5rem * .75) 0 0;
    border-bottom:none;
    border-right:var(--field-base);
  }.top-proof .visual-service:last-child{
    border-right:none;
    padding-right:0;
  }
}
.secondary-proof{--mark-main:calc(1.5rem * 1.15);--axis-content:calc(1500px / 2.90);padding:calc(1.5rem * 2.4) 1.81rem;background:#15181C;color:#E7E9EC;}
.secondary-proof .wide-copy{max-width:1500px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-main);}
.secondary-proof h2,.secondary-proof h3,.secondary-proof p{margin:0;}
.secondary-proof h2{font-size:calc(19.8px * 2);line-height:1.12;}
.secondary-proof p{font-size:19.8px;line-height:1.81;}
.secondary-proof .strong-steps{display:flex;flex-direction:column;gap:calc(2.23rem * 1.5);}
.secondary-proof .offer-view{}
.secondary-proof .media-shell{display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .8);}
.secondary-proof details{padding:calc(calc(1.5rem * .75) * .95) calc(1.5rem * .75);border-radius:0.6rem;background:var(--paint-accent);color:var(--line-primary);border:1px solid #3A4047;}
.secondary-proof summary{cursor:pointer;font-weight:700;font-size:19.8px;line-height:1.35;}
.secondary-proof summary::marker{}
.secondary-proof details p{margin-top:calc(1.5rem / 3);}
.secondary-proof .top-feature{font-size:calc(19.8px * .875);}
.secondary-proof .top-feature a{text-decoration:underline;text-underline-offset:3px;}
.secondary-proof .top-feature a:hover{}
@media (max-width:720px){.secondary-proof .wide-copy{gap:calc(2.23rem * 1.5);}.secondary-proof details{padding:calc(1.5rem * .75);}
}
.offer-block{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.81rem;
    background:var(--ink-deep,linear-gradient(135deg,#15181C 0%,#23272D 55%,#3A2A1E 100%));
    color:#E7E9EC;
  }
.offer-block .clear-track{max-width:min(1500px,72rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.23rem * 1.5);}
.offer-block .offer-view{margin:0;
    font-size:19.8px;
    line-height:1.65;
    padding-left:1rem;
    border-left:2px solid #F07A24;}
.offer-block h1{margin:0;
    font-size:clamp(2.1rem,5.4vw,calc(19.8px * 2.65));
    line-height:1.04;
    font-weight:760;
    letter-spacing:-0.01em;}
.offer-block .visual-frame{margin:0;
    font-size:19.8px;
    line-height:1.81;}
@media (max-width:620px){.offer-block{
      padding-top:calc(calc(1.5rem * 2.4)*.55);
      padding-bottom:calc(calc(1.5rem * 2.4)*.55);
    }.offer-block h1{
      font-size:clamp(1.95rem,9vw,3.1rem);
    }.offer-block .offer-view{
      padding-left:.75rem;
    }
  }
.clear-nav{padding:calc(1.5rem * 2.4) 1.81rem;background:linear-gradient(135deg, #15181C 0%, #23272D 55%, #3A2A1E 100%);color:#E7E9EC}
.clear-nav .wide-copy{max-width:1500px;margin:0 auto}
.clear-nav .strong-steps{margin-bottom:calc(2.23rem * 1.5)}
.clear-nav h2{margin:0;font-size:calc(19.8px * 2);line-height:1.08}
.clear-nav .strong-steps p{margin:1.5rem 0 0;font-size:calc(19.8px * 1.125);line-height:1.81}
.clear-nav .summary{display:flex;flex-wrap:wrap;gap:1.5rem 2.23rem}
.clear-nav .public-fields{flex:1 1 22rem;min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #3A4047}
.clear-nav .public-fields strong{display:block;font-size:calc(19.8px * 1.35);line-height:1.15}
.clear-nav .public-fields p{margin:calc(1.5rem * .75) 0 0;line-height:1.81;}
.clear-nav .top-feature{margin:calc(2.23rem * 1.5) 0 0;font-size:19.8px;line-height:1.81}
.clear-nav .top-feature a{text-decoration:underline;text-underline-offset:3px}
.clear-nav .top-feature a:hover{}
@media(max-width:760px){.clear-nav .summary{flex-direction:column}.clear-nav .public-fields{flex:1 1 auto}
}
.main-brand{--mark-main:calc(1.5rem * 1.11);--type-nav:calc(1500px / 3.43);padding:calc(1.5rem * 2.4) 1.81rem;background:#E7E9EC;color:#15181C;}
.main-brand .wide-copy{max-width:1500px;margin:0 auto;}
.main-brand h1,.main-brand h2,.main-brand h3,.main-brand p,.main-brand ul{margin:0;}
.main-brand h2{font-size:calc(19.8px * 2);line-height:1.12;}
.main-brand h3{font-size:calc(19.8px * 1.35);line-height:1.2;}
.main-brand p{font-size:19.8px;line-height:1.81;color:inherit;}
.main-brand .plain-surface{padding-inline-start:calc(1.5rem * .75);}
.main-brand .visual-nav{row-gap:calc(var(--mark-main) * 1.2);}
.main-brand .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.23rem;}
.main-brand .row-title h2{flex:1 1 calc(1500px / 3);min-width:0;}
.main-brand .row-title>p{flex:1 1 calc(1500px / 3);min-width:0;}
.main-brand .clear-frame{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-main);margin-top:var(--mark-main);}
.main-brand .visual-service{flex:1 1 var(--type-nav);min-width:0;padding-block-start:calc(1.5rem / 2);border-top:1px solid #3A4047;}
.main-brand .visual-service p{margin-top:calc(1.5rem / 3);}
.offer-area{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.81rem;
    background:var(--surface-light,#E8641A);
    color:#0F1114;
  }
.offer-area .clear-track{max-width:min(1500px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.23rem * 1.5);}
.offer-area h1{margin:0;
    font-size:clamp(2.1rem,5.8vw,calc(19.8px * 2.65));
    line-height:1.04;
    font-weight:760;
    letter-spacing:0;}
.offer-area p{margin:0;
    font-size:clamp(1rem,1.35vw,19.8px);
    line-height:1.7;
    opacity:.82;}
@media (max-width:620px){.offer-area{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }.offer-area h1{
      font-size:clamp(2.05rem,10vw,3.4rem);
    }
  }
.plain-quote{
  --mark-main:calc(1.5rem * 1.15);
  padding:calc(1.5rem * 2.4) 1.81rem;
  background:#15181C;
  color:#E7E9EC;
}
.plain-quote .wide-copy{max-width:1500px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--mark-main);}
.plain-quote h2,
.plain-quote h3,
.plain-quote p{margin:0;}
.plain-quote h2{font-size:calc(19.8px * 2);
  line-height:1.14;}
.plain-quote .offer-view{margin-top:calc(1.5rem / 2);
  font-size:19.8px;
  line-height:1.81;}
.plain-quote .strong-steps{padding-bottom:calc(2.23rem * 1.5);
  border-bottom:1px solid #3A4047;}
.plain-quote .media-shell{display:flex;
  flex-direction:column;
  gap:calc(2.23rem / 2);}
.plain-quote details{
  padding:calc(1.5rem * .75) 1.81rem;
  border-radius:0.6rem;
  background:var(--paint-accent);
  color:var(--line-primary);
  border:1px solid #3A4047;
}
.plain-quote summary{cursor:pointer;
  font-weight:700;
  font-size:calc(19.8px * 1.125);
  line-height:1.35;
  list-style:none;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:2.23rem;}
.plain-quote summary::-webkit-details-marker{display:none;}
.plain-quote summary::after{content:"+";
  flex:0 0 auto;
  font-weight:700;
  font-size:calc(19.8px * 1.125);
  line-height:1;}
.plain-quote details[open] summary::after{content:"-";}
.plain-quote details p{margin-top:calc(1.5rem / 2.4);
  font-size:19.8px;
  line-height:1.81;}
.plain-quote .top-feature{padding-top:calc(2.23rem * 1.5);
  border-top:1px solid #3A4047;}
.plain-quote .focused-copy{font-size:calc(19.8px * .875);
  line-height:1.81;}
.plain-quote .focused-copy a{text-decoration:underline;
  text-underline-offset:3px;}
.plain-quote .focused-copy a:hover{}
@media (max-width:720px){.plain-quote summary{font-size:19.8px;}.plain-quote details{padding:calc(1.5rem * .75) 1.5rem;}
}
.steady-visual{background:#15181C;color:#E7E9EC;padding:calc(1.5rem * 2.4) 1.81rem}
.steady-visual .wide-copy{max-width:1500px;margin:0 auto}
.steady-visual .local-details{display:flex;align-items:flex-start;gap:calc(2.23rem * 1.5)}
.steady-visual .strong-steps{flex:0 1 32rem;min-width:0}
.steady-visual h2{margin:0;font-size:clamp(calc(19.8px * 2),4.4vw,calc(19.8px * 2.65));line-height:1.08;letter-spacing:0}
.steady-visual p{margin:1.5rem 0 0;color:var(--surface-base);font-size:calc(19.8px * 1.125);line-height:1.7}
.steady-visual .page-feature{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #3A4047}
.steady-visual .local-wrap{display:flex;gap:2.23rem;padding:1.5rem 0;border-bottom:1px solid #3A4047;color:inherit;text-decoration:none;transition:background 330ms var(--delay-panel)}
.steady-visual a.row:hover{background:#1E2227;color:var(--surface-base);}
.steady-visual strong{flex:0 1 13rem;min-width:0;color:#F07A24;font-size:19.8px}
.steady-visual span{flex:1 1 20rem;min-width:0;color:var(--surface-base);line-height:1.6}
@media(max-width:760px){.steady-visual .local-details,.steady-visual .local-wrap{flex-direction:column}.steady-visual .local-wrap{gap:calc(calc(1.5rem * .75)*.5)}}
.soft-details{padding:calc(1.5rem * 2.4) 1.81rem;background:linear-gradient(135deg, #15181C 0%, #23272D 55%, #3A2A1E 100%);color:#E7E9EC}
.soft-details .wide-copy{max-width:1500px;margin:0 auto}
.soft-details .start{display:flex;gap:calc(2.23rem * 1.5);align-items:flex-start}
.soft-details .compact-section{flex:0 1 24rem;min-width:0;border-left:1px solid color-mix(in srgb,#E7E9EC 26%,transparent);padding-left:1.5rem}
.soft-details .compact-section p{margin:0;line-height:1.81;font-size:calc(19.8px * .875)}
.soft-details .site-callout{flex:1 1 44rem;min-width:0}
.soft-details h2{margin:0;font-size:calc(19.8px * 2);line-height:1.08}
.soft-details .page-feature{margin-top:calc(2.23rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.soft-details .page-feature p{margin:0;display:flex;gap:2.23rem;align-items:flex-start;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,#E7E9EC 14%,transparent)}
.soft-details .page-feature p:last-child{border-bottom:0;padding-bottom:0}
.soft-details strong{flex:0 1 13rem;min-width:0;font-size:calc(19.8px * .875);letter-spacing:0.01em}
.soft-details span{flex:1 1 28rem;min-width:0;line-height:1.81}
@media(max-width:760px){.soft-details .start,.soft-details .page-feature p{display:block}.soft-details .compact-section{border-left:0;padding-left:0}.soft-details .site-callout{margin-top:calc(2.23rem * 1.5)}.soft-details span{display:block;margin-top:calc(1.5rem * .75)}.soft-details h2{font-size:calc(19.8px * 1.35)}}
.steady-form{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.81rem;
    background:linear-gradient(135deg, #15181C 0%, #23272D 55%, #3A2A1E 100%);
    color:#E7E9EC;
  }
.steady-form .clear-track{max-width:min(1500px,70rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(2.23rem * 1.5);}
.steady-form h1{margin:0;
    font-size:clamp(2.05rem,4.6vw,calc(19.8px * 2.65));
    line-height:1.04;
    font-weight:740;
    letter-spacing:-0.01em;}
.steady-form p{margin:0;
    font-size:clamp(1rem,1.3vw,19.8px);
    line-height:1.72;}
@media (max-width:620px){.steady-form{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.56);
    }.steady-form h1{
      font-size:clamp(1.9rem,8.5vw,3.1rem);
    }
  }
.main-rail{padding:calc(1.5rem * 2.4) 1.81rem;background:linear-gradient(135deg, #E8641A 0%, #F0904A 100%);color:#0F1114}
.main-rail .wide-copy{max-width:1500px;margin:0 auto}
.main-rail .summary{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.3fr);gap:calc(2.23rem * 1.5);align-items:start}
.main-rail .strong-steps{min-width:0}
.main-rail h2{margin:0;font-size:calc(19.8px * 2);line-height:1.08}
.main-rail .strong-steps p{margin:1.5rem 0 0;font-size:19.8px;line-height:1.81}
.main-rail .text-story{display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.main-rail .text-story a{display:block;min-width:0;background:color-mix(in srgb,#0F1114 14%,transparent);color:#0F1114;border-left:3px solid #0F1114;border-radius:0.31rem;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;transition:background 330ms var(--delay-panel)}
.main-rail .text-story a:hover{background:color-mix(in srgb,#0F1114 22%,transparent);color:var(--line-primary);}
.main-rail strong{display:block;font-size:19.8px;line-height:1.2}
.main-rail span{display:block;margin-top:0.35rem;font-size:calc(19.8px * .875);line-height:1.5}
@media(max-width:780px){.main-rail .summary{display:block}.main-rail .text-story{margin-top:calc(2.23rem * 1.5)}.main-rail h2{font-size:calc(19.8px * 1.35)}}
.direct-stack{--mark-main:calc(1.5rem * 1.32);--font-heading:calc(1500px / 3.61);padding:calc(1.5rem * 2.4) 1.81rem;background:#15181C;color:#E7E9EC;}
.direct-stack .wide-copy{max-width:1500px;margin:0 auto;}
.direct-stack h2,.direct-stack h3,.direct-stack p{margin:0;}
.direct-stack h2{font-size:calc(19.8px * 2);line-height:1.12;}
.direct-stack h3{font-size:calc(19.8px * 1.35);line-height:1.2;}
.direct-stack p{font-size:19.8px;line-height:1.81;color:var(--surface-base);}
.direct-stack a{color:#E8641A;text-decoration:none;}
.direct-stack a:hover{color:#F07A24;}
.direct-stack img{display:block;width:100%;height:auto;border-radius:0.6rem;}
.direct-stack .offer-view{margin-top:1.5rem;}
.direct-stack .narrow-block>img{margin-top:var(--mark-main);}
.direct-stack .local-lead{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.23rem;margin-top:var(--mark-main);}
.direct-stack .visual-service{flex:1 1 calc(1500px / 4.6);min-width:0;padding:calc(1.5rem * .75);border:1px solid #3A4047;border-radius:0.87rem;background:var(--paint-accent);color:var(--line-primary);}
.direct-stack .visual-service p{margin-top:calc(1.5rem / 3);}
.direct-stack .visual-service a{display:inline-block;margin-top:calc(1.5rem / 2.4);font-size:calc(19.8px * .875);}
.direct-stack .focused-copy{margin-top:var(--mark-main);font-size:calc(19.8px * .875);}
.service{padding:calc(1.5rem*2.8) 1.81rem;background:#15181C;color:#E7E9EC}
.service .wide-details,.service .visual-entries{max-width:1500px;margin:0 auto}
.service h1{margin:0;color:#E7E9EC;font-size:clamp(2.2rem,5vw,4.2rem);line-height:1.02}
.service .content-team{display:flex;gap:.55rem;flex-wrap:wrap;margin:1rem 0;color:var(--surface-base)}
.service .content-team span{background:var(--paint-accent);color:var(--line-primary);border:1px solid #3A4047;border-radius:999px;padding:.42rem .65rem}
.service .soft-header{display:block;width:min(100%,1180px);max-height:520px;object-fit:cover;border-radius:1.01rem;box-shadow:0 10px 20px rgba(0,0,0,0.13);margin:1.2rem auto}
.service .visual-entries{background:var(--paint-accent);color:var(--line-primary);border:1px solid #3A4047;border-radius:1.01rem;padding:1.2rem}
.service p{margin:.85rem 0 0;color:var(--line-primary);opacity:.86;line-height:1.6}
.service .visual-lead{font-size:calc(19.8px * 1.125);opacity:1}
.service h2{margin:1.4rem 0 0;color:var(--line-primary);font-size:clamp(1.4rem,3vw,2rem);line-height:1.15}
.service .compact-team{margin-top:1.6rem}
.service .open-inner{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.8rem}
.service .fresh-stack{display:inline-block;padding:.7rem 1.15rem;border-radius:0.6rem;background:var(--surface-light);color:#0F1114;text-decoration:none;font-size:calc(19.8px * .875);transition:background 330ms var(--delay-panel)}
.service .fresh-stack:hover{background:#FF7A2A;color:var(--line-primary);}
.service .fresh-stack.ghost{background:transparent;color:var(--line-primary);border:1px solid #3A4047}
.service .fresh-stack.ghost:hover{background:color-mix(in srgb, currentColor 10%, transparent);color:var(--line-primary);}
@media (max-width:640px){.service{padding:calc(1.5rem*1.6) 1.81rem}.service .visual-entries{padding:1rem}
}
.featured-view{
  background: linear-gradient(135deg, #15181C 0%, #23272D 55%, #3A2A1E 100%);
  color: #E7E9EC;
  padding: calc(1.5rem * 2.4) 1.81rem;
}
.featured-view .wide-copy{width: min(100%, 1500px);
  margin: 0 auto;
  display: grid;
  gap: 2.23rem;}
.featured-view h2,
.featured-view h3,
.featured-view p{margin: 0;}
.featured-view h2{font-size: calc(19.8px * 2); line-height: 1.1;}
.featured-view h3{font-size: calc(19.8px * 1.35); line-height: 1.2;}
.featured-view p{font-size: 19.8px; line-height: 1.81;}
.featured-view .strong-note{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 2.23rem;
  align-items: end;
  padding: calc(2.23rem * 1.5);
  border-radius: 1.01rem;
  background: linear-gradient(135deg, #E8641A 0%, #F0904A 100%);
  color: #0F1114;
}
.featured-view .narrow-details{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.featured-view [data-block]{
  flex: 1 1 22rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.6rem;
  background: var(--paint-accent);
  color: var(--line-primary);
  border: 1px solid #3A4047;
  animation: peopleMemberIn calc(330ms * 2.2) var(--delay-panel) both;
  animation-delay: var(--delay-hover, 0ms);
}
.featured-view [data-block] div{display: flex;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  font-size: calc(19.8px * .875);}
.featured-view .site-list{border-top: 1px solid #3A4047;
  padding-top: calc(2.23rem * 1.5);}
@keyframes peopleMemberIn {from{ opacity: .2; transform: translateY(6px); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.featured-view .strong-note{ grid-template-columns: 1fr; }
}
.strong-tile{
        padding: calc(1.5rem * 2.4) 1.81rem;
        background: #15181C;
        color: #E7E9EC
    }
.strong-tile .wide-copy{max-width: 1500px;
        margin: 0 auto}
.strong-tile .local-details{display: flex;
        flex-direction: column;
        gap: calc(2.23rem * 1.5);
        align-items: flex-start}
.strong-tile .strong-steps{min-width: 0}
.strong-tile h2{margin: 0;
        font-size: calc(19.8px * 2);
        line-height: 1.12}
.strong-tile .strong-steps p{margin: 1.5rem 0 0;
        font-size: calc(19.8px * 1.125);
        line-height: 1.81;
        color: var(--surface-base)}
.strong-tile ul{flex: 1 1 44rem;
        min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0}
.strong-tile li{display: flex;
        gap: 2.23rem;
        align-items: flex-start;
        padding: 1.5rem 0}
.strong-tile li + li{border-top: 1px solid #3A4047}
.strong-tile strong{flex: 0 1 18rem;
        min-width: 0;
        font-size: calc(19.8px * 1.35);
        line-height: 1.18}
.strong-tile span{flex: 1 1 26rem;
        min-width: 0;
        line-height: 1.81;
        color: var(--surface-base)}
@media (max-width: 760px) {.strong-tile .local-details, .strong-tile li{
            display: block
        }.strong-tile ul{
            margin-top: calc(2.23rem * 1.5)
        }.strong-tile span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.wide-fields{padding:calc(1.5rem * 2.4) 1.81rem;background:linear-gradient(135deg, #15181C 0%, #23272D 55%, #3A2A1E 100%);color:#E7E9EC;}
.wide-fields .wide-copy{max-width:1500px;margin:0 auto;}
.wide-fields .direct-frame{margin-bottom:calc(2.23rem * 1.5);}
.wide-fields .direct-frame h2{margin:0;font-size:calc(19.8px * 2);line-height:1.2;}
.wide-fields .direct-frame p{margin:10px 0 0;font-size:19.8px;opacity:.92;}
.wide-fields .visual-block{display:flex;flex-wrap:wrap;gap:2.23rem;margin-bottom:calc(2.23rem * 1.5);}
.wide-fields .top-feature{flex:1 1 260px;padding:18px 20px;border:1px solid #3A4047;border-radius:0.87rem;background:var(--paint-accent);color:var(--line-primary);}
.wide-fields .top-feature .active-shell{display:inline-block;font-size:calc(19.8px * .875);font-weight:700;letter-spacing:.02em;padding:3px 9px;border-radius:0.31rem;background:#F07A24;color:#0F1114;margin-bottom:10px;}
.wide-fields .top-feature p{margin:0 0 12px;font-size:calc(19.8px * .875);line-height:1.7;}
.wide-fields .top-feature a{font-weight:600;text-decoration:none;font-size:calc(19.8px * .875);}
.wide-fields .top-feature a:hover{text-decoration:underline;}
.wide-fields .team-block{margin-bottom:calc(2.23rem * 1.5);padding:14px 18px;border-left:3px solid #F07A24;background:#1E2227;color:var(--surface-base);border-radius:0.31rem;}
.wide-fields .team-block p{margin:0;font-size:calc(19.8px * .875);}
.wide-fields .team-block a{font-weight:600;text-decoration:none;}
.wide-fields .team-block a:hover{}
.wide-fields .local-lead{display:grid;gap:10px;}
.wide-fields .visual-service{border:1px solid #3A4047;border-radius:0.6rem;background:var(--paint-accent);color:var(--line-primary);overflow:hidden;}
.wide-fields .visual-service button{width:100%;border:0;background:transparent;color:inherit;text-align:left;font:inherit;font-weight:700;padding:13px 16px;cursor:pointer;}
.wide-fields .visual-service p{margin:0;max-height:0;overflow:hidden;padding:0 16px;transition:max-height 330ms var(--delay-panel),padding 330ms var(--delay-panel);font-size:calc(19.8px * .875);line-height:1.7;opacity:.95;}
.wide-fields .visual-service.is-open p{max-height:280px;padding:0 16px 14px;}
.wide-fields .team-contact{display:flex;flex-wrap:wrap;gap:18px;margin-top:calc(2.23rem * 1.5);padding-top:16px;border-top:1px solid #3A4047;}
.wide-fields .team-contact a{font-size:calc(19.8px * .875);font-weight:600;text-decoration:none;}
.wide-fields .team-contact a:hover{text-decoration:underline;}
@media (max-width:640px){.wide-fields .visual-block{flex-direction:column;}
}
.steady-service{padding:calc(1.5rem*2.8) 1.81rem;background:#15181C;color:#E7E9EC}
.steady-service .wide-details,.steady-service .visual-entries{max-width:1500px;margin:0 auto}
.steady-service h1{margin:0;color:#E7E9EC;font-size:clamp(2.2rem,5vw,4.2rem);line-height:1.04}
.steady-service .content-team{display:flex;gap:.55rem;flex-wrap:wrap;margin:1rem 0;color:var(--surface-base)}
.steady-service .content-team span{background:var(--paint-accent);color:var(--line-primary);border:1px solid #3A4047;border-radius:999px;padding:.42rem .72rem;font-size:calc(19.8px * .875)}
.steady-service .soft-header{display:block;width:min(100%,1180px);max-height:520px;object-fit:cover;border-radius:1.01rem;box-shadow:0 10px 20px rgba(0,0,0,0.13);margin:1.2rem auto}
.steady-service .visual-entries{background:var(--paint-accent);color:var(--line-primary);border:1px solid #3A4047;border-radius:1.01rem;padding:1.4rem}
.steady-service p{margin:.85rem 0 0;color:var(--line-primary);opacity:.88;line-height:1.62}
.steady-service .visual-lead{font-size:calc(19.8px * 1.125);opacity:1}
.steady-service h2{margin:1.5rem 0 0;color:var(--line-primary);font-size:clamp(1.4rem,3vw,2rem);line-height:1.16}
.steady-service .compact-team+.compact-team{border-top:1px solid #3A4047;margin-top:1.4rem;padding-top:.4rem}
.steady-service a{color:#E8641A;text-decoration:underline;text-underline-offset:3px}
.steady-service a:hover{color:#F07A24}
@media (max-width:640px){.steady-service{padding:calc(1.5rem*1.8) 1.81rem}.steady-service .visual-entries{padding:1rem}
}
.steady-region{
  background: linear-gradient(135deg, #15181C 0%, #23272D 55%, #3A2A1E 100%);
  color: #E7E9EC;
  padding: calc(1.5rem * 2.4) 1.81rem;
}
.steady-region .wide-copy{width: min(100%, 1500px);
  margin: 0 auto;
  display: grid;
  gap: 2.23rem;}
.steady-region h2,
.steady-region h3,
.steady-region p{margin: 0;}
.steady-region h2{font-size: calc(19.8px * 2); line-height: 1.1;}
.steady-region h3{font-size: calc(19.8px * 1.35); line-height: 1.18;}
.steady-region p{font-size: 19.8px; line-height: 1.81;}
.steady-region .strong-note{
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 2.23rem;
  align-items: end;
  padding: calc(2.23rem * 1.5);
  border-radius: 1.01rem;
  background: linear-gradient(135deg, #E8641A 0%, #F0904A 100%);
  color: #0F1114;
}
.steady-region .strong-note p{color:inherit;}
.steady-region .narrow-details{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);}
.steady-region [data-block]{
  flex: 1 1 20rem;
  display: grid;
  gap: calc(1.5rem * .75);
  align-content: start;
  padding: 1.5rem;
  border-radius: 0.6rem;
  background: var(--paint-accent);
  color: var(--line-primary);
  border: 1px solid #3A4047;
  animation: peopleMemberIn calc(330ms * 2.2) var(--delay-panel) both;
  animation-delay: var(--delay-hover, 0ms);
}
.steady-region [data-block] div{display: flex;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
  font-size: calc(19.8px * .875);
  letter-spacing: 0.02em;}
.steady-region .site-list{padding-top: calc(2.23rem * 1.5);
  border-top: 1px solid #3A4047;}
@keyframes peopleMemberIn {from{ opacity: 0.2; transform: translateY(calc(2.23rem * 2)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 900px) {.steady-region .strong-note{ grid-template-columns: 1fr; }.steady-region [data-block]{ flex: 1 1 100%; }
}
.main-media{
        padding: calc(1.5rem * 2.4) 1.81rem;
        background: #15181C;
        color: #E7E9EC
    }
.main-media .wide-copy{max-width: 1500px;
        margin: 0 auto}
.main-media .local-details{display: flex;
        flex-direction: column;
        gap: calc(2.23rem * 1.5);
        align-items: flex-start}
.main-media .strong-steps{min-width: 0}
.main-media h2{margin: 0;
        font-size: calc(19.8px * 2);
        line-height: 1.1}
.main-media .strong-steps p{margin: 1.5rem 0 0;
        font-size: calc(19.8px * 1.125);
        line-height: 1.81;
        color: var(--surface-base)}
.main-media ul{flex: 1 1 44rem;
        min-width: 0;
        list-style: none;
        margin: 0;
        padding: 0}
.main-media li{display: flex;
        gap: 2.23rem;
        align-items: flex-start;
        padding: 1.5rem 0}
.main-media li + li{border-top: 1px solid #3A4047}
.main-media strong{flex: 0 1 18rem;
        min-width: 0;
        font-size: calc(19.8px * 1.35);
        line-height: 1.18}
.main-media span{flex: 1 1 26rem;
        min-width: 0;
        line-height: 1.81;
        color: var(--surface-base)}
@media (max-width: 760px) {.main-media .local-details, .main-media li{
            display: block
        }.main-media ul{
            margin-top: calc(2.23rem * 1.5)
        }.main-media span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.focused-entries{
        padding: calc(1.5rem * 2.4) 1.81rem;
        background: #1E2227;
        color: var(--surface-base);
    }
.focused-entries .wide-copy{max-width: 1500px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2.23rem * 1.5);}
.focused-entries .direct-frame h2{margin: 0;
        font-size: calc(19.8px * 2);
        line-height: 1.2;}
.focused-entries .direct-frame p{margin: 0.6rem 0 0;
        font-size: 19.8px;
        opacity: 0.92;}
.focused-entries .visual-block{display: flex;
        flex-wrap: wrap;
        gap: 2.23rem;}
.focused-entries .top-feature{flex: 1 1 260px;
        border-top: 2px solid #F07A24;
        padding-top: calc(1.5rem * .75);}
.focused-entries .top-feature .featured-form{display: block;
        font-size: calc(19.8px * .875);
        letter-spacing: 0.04em;
        text-transform: uppercase;
        margin-bottom: 0.4rem;}
.focused-entries .top-feature a{display: inline-block;
        font-size: calc(19.8px * 1.125);
        font-weight: 700;
        text-decoration: none;
        word-break: break-word;}
.focused-entries .top-feature a:hover{}
.focused-entries .top-feature p{margin: 0.5rem 0 0;
        font-size: calc(19.8px * .875);
        line-height: 1.81;}
.focused-entries .local-lead{display: flex;
        flex-direction: column;
        gap: 0.6rem;}
.focused-entries .visual-service{
        border: 1px solid #3A4047;
        border-radius: 0.6rem;
        background: var(--paint-accent);
        color: var(--line-primary);
        overflow: hidden;
    }
.focused-entries .visual-service button{
        width: 100%;
        border: 0;
        background: transparent;
        color: inherit;
        text-align: left;
        font: inherit;
        font-weight: 700;
        padding: 0.85rem 1rem;
        cursor: pointer;
    }
.focused-entries .visual-service button:hover{}
.focused-entries .visual-service p{margin: 0;
        max-height: 0;
        overflow: hidden;
        padding: 0 1rem;
        font-size: calc(19.8px * .875);
        line-height: 1.81;
        transition: max-height 330ms var(--delay-panel), padding 330ms var(--delay-panel);}
.focused-entries .visual-service.is-open p{max-height: 320px;
        padding: 0 1rem 1rem;}
.focused-entries .team-contact{display: flex;
        flex-wrap: wrap;
        gap: 2.23rem;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid #3A4047;}
.focused-entries .team-contact a{font-size: calc(19.8px * .875);
        font-weight: 700;
        text-decoration: none;}
.focused-entries .team-contact a:hover{}
@media (max-width: 640px) {.focused-entries .visual-block{
            flex-direction: column;
        }
    }
.media-stack{padding:calc(1.5rem*2.8) 1.81rem;background:#15181C;color:#E7E9EC}
.media-stack .wide-details,.media-stack .visual-entries{max-width:1500px;margin:0 auto}
.media-stack h1{margin:0;color:#E7E9EC;font-size:clamp(2.2rem,5vw,4.2rem);line-height:1.02}
.media-stack .content-team{display:flex;gap:.55rem;flex-wrap:wrap;margin:1rem 0;color:var(--surface-base)}
.media-stack .content-team span{background:var(--paint-accent);color:var(--line-primary);border:1px solid #3A4047;border-radius:999px;padding:.42rem .65rem}
.media-stack .soft-header{display:block;width:min(100%,1180px);max-height:520px;object-fit:cover;border-radius:1.01rem;box-shadow:0 10px 20px rgba(0,0,0,0.13);margin:1.2rem auto}
.media-stack .visual-entries{background:var(--paint-accent);color:var(--line-primary);border:1px solid #3A4047;border-radius:1.01rem;padding:1.2rem}
.media-stack p{margin:.85rem 0 0;color:var(--line-primary);opacity:.86;line-height:1.6}
.media-stack .visual-lead{font-size:calc(19.8px * 1.125);opacity:1}
.media-stack h2{margin:1.4rem 0 0;color:var(--line-primary);font-size:clamp(1.4rem,3vw,2rem);line-height:1.15}
.media-stack .public-form{margin-top:1.4rem;padding-top:1rem;border-top:1px solid #3A4047;font-size:calc(19.8px * .875);opacity:.9}
.media-stack .public-form a{color:#E8641A;text-decoration:underline;text-underline-offset:3px}
.media-stack .public-form a:hover{color:#F07A24}
.public-feature{
  background: linear-gradient(135deg, #15181C 0%, #23272D 55%, #3A2A1E 100%);
  color: #E7E9EC;
  padding: calc(1.5rem * 2.4) 1.81rem;
}
.public-feature .wide-copy{width: min(100%, 1500px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .42fr) minmax(0, 1fr);
  gap: 2.23rem;
  align-items: start;}
.public-feature h2,
.public-feature h3,
.public-feature p{margin: 0;}
.public-feature h2{font-size: calc(19.8px * 2); line-height: 1.1;}
.public-feature h3{font-size: calc(19.8px * 1.35); line-height: 1.18;}
.public-feature p{font-size: 19.8px; line-height: 1.81;}
.public-feature .compact-section{display: grid;
  gap: 1.5rem;
  align-content: start;
  padding-top: calc(2.23rem * 1.5);
  border-left: 2px solid #F07A24;
  padding-left: 1.81rem;}
.public-feature .page-form{display: grid;
  gap: calc(1.5rem * .75);}
.public-feature [data-block]{
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.87rem;
  background: var(--paint-accent);
  color: var(--line-primary);
  border: 1px solid #3A4047;
  animation: peopleCascadeIn calc(330ms * 2.2) var(--delay-panel) both;
  animation-delay: var(--delay-hover, 0ms);
}
.public-feature [data-block] > span{font-size: calc(19.8px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  align-self: start;
  padding-top: .2rem;}
.public-feature [data-block] > div{display: grid;
  gap: calc(1.5rem * .35);}
.public-feature [data-block]:nth-child(3n){margin-left: clamp(0rem, 5vw, calc(2.23rem * .7));}
@keyframes peopleCascadeIn {from{ opacity: .2; transform: translateY(calc(calc(2.23rem * 2) * .16)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 860px) {.public-feature .wide-copy,
  .public-feature [data-block]{ grid-template-columns: 1fr; }.public-feature .compact-section{ padding-top: 0; padding-left: 1.81rem; }.public-feature [data-block]:nth-child(3n){ margin-left: 0; }
}
.bottom-story{padding:calc(1.5rem * 2.4) 1.81rem;background:#15181C;color:#E7E9EC}
.bottom-story .wide-copy{max-width:min(1500px,58rem);margin:0 auto}
.bottom-story .strong-steps{max-width:44rem}
.bottom-story h2{margin:0;font-size:calc(19.8px * 2);line-height:1.1}
.bottom-story .strong-steps p{margin:1.5rem 0 0;color:var(--surface-base);line-height:1.81}
.bottom-story .steady-story{margin-top:calc(2.23rem * 1.5);border-top:1px solid #3A4047}
.bottom-story details{padding:1.5rem 0;border-bottom:1px solid #3A4047}
.bottom-story summary{cursor:pointer;font-size:calc(19.8px * 1.125);line-height:1.25;font-weight:600}
.bottom-story details p{margin:1.5rem 0 0;color:var(--surface-base);line-height:1.81}
@media(max-width:720px){.bottom-story .strong-steps{max-width:none}.bottom-story summary{font-size:19.8px}
}
.featured-block{
    padding:calc(1.5rem * 2.4) 1.81rem;
    background:linear-gradient(135deg, #15181C 0%, #23272D 55%, #3A2A1E 100%);
    color:#E7E9EC;
}
.featured-block .wide-copy{max-width:1500px;
    margin:0 auto;}
.featured-block .direct-frame{margin-bottom:calc(2.23rem * 1.5);}
.featured-block .direct-frame p{margin:0;
    font-size:calc(19.8px * .875);
    letter-spacing:.04em;
    text-transform:uppercase;
    opacity:.85;}
.featured-block .direct-frame h2{margin:8px 0 0;
    font-size:calc(19.8px * 2);
    line-height:1.15;}
.featured-block .strong-steps{display:flex;
    flex-direction:column;
    gap:calc(2.23rem * 1.5);
    margin-bottom:calc(2.23rem * 1.5);}
.featured-block .strong-steps p{margin:0;
    font-size:19.8px;
    line-height:1.81;
    opacity:.94;}
.featured-block .page-feature{display:flex;
    flex-direction:column;
    gap:0;
    border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.featured-block .local-wrap{display:grid;
    grid-template-columns:minmax(140px,180px) 1fr;
    gap:2.23rem;
    padding:calc(1.5rem * .75) 0;
    border-bottom:1px solid color-mix(in srgb, currentColor 14%, transparent);
    align-items:start;}
.featured-block .local-wrap .active-shell{font-size:calc(19.8px * .875);
    font-weight:700;
    letter-spacing:.03em;
    text-transform:uppercase;
    opacity:.8;
    padding-top:4px;}
.featured-block .local-wrap h3{margin:0 0 6px;
    font-size:calc(19.8px * 1.125);
    line-height:1.25;}
.featured-block .local-wrap p{margin:0;
    font-size:19.8px;
    line-height:1.81;
    opacity:.9;}
.featured-block .local-wrap a{display:inline-block;
    margin-top:10px;
    font-weight:600;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 330ms var(--delay-panel), border-color 330ms var(--delay-panel);}
.featured-block .local-wrap a:hover{border-bottom-color:#F07A24;}
.featured-block .focused-copy{margin:calc(2.23rem * 1.5) 0 0;
    font-size:calc(19.8px * .875);
    opacity:.82;}
.featured-block .focused-copy a{text-decoration:none;
    border-bottom:1px solid color-mix(in srgb, #E8641A 45%, transparent);}
.featured-block .focused-copy a:hover{border-bottom-color:#F07A24;}
@media (max-width:640px){.featured-block .local-wrap{
        grid-template-columns:1fr;
        gap:6px;
    }.featured-block .local-wrap .active-shell{
        padding-top:0;
    }
}
.local-stack{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.81rem;
    background:var(--ink-deep,linear-gradient(135deg,#15181C 0%,#23272D 55%,#3A2A1E 100%));
    color:#E7E9EC;
  }
.local-stack .clear-track{max-width:min(1500px,68rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2.2vw,calc(2.23rem * 1.5));}
.local-stack h1{margin:0;
    font-size:clamp(2rem,4.6vw,calc(19.8px * 2.65));
    line-height:1.04;
    font-weight:740;
    letter-spacing:-0.005em;}
.local-stack .offer-view{margin:0;
    font-size:clamp(1rem,1.3vw,calc(19.8px * 1.125));
    line-height:1.72;}
@media (max-width:640px){.local-stack{padding-top:calc(calc(1.5rem * 2.4)*.55);padding-bottom:calc(calc(1.5rem * 2.4)*.55);}.local-stack h1{font-size:clamp(1.9rem,8.6vw,3rem);}
  }
.local-grid{
  background: linear-gradient(135deg, #15181C 0%, #23272D 55%, #3A2A1E 100%);
  color: #E7E9EC;
  padding: calc(1.5rem * 2.4) 1.81rem;
}
.local-grid .wide-copy{max-width: 1500px;
  margin: 0 auto;}
.local-grid .clear-track{display: flex;
  flex-direction: column;
  gap: calc(2.23rem * 1.5);}
.local-grid .offer-view h2{margin: 0 0 calc(1.5rem * .75);
  font-size: clamp(calc(19.8px * 2), 4.4vw, calc(19.8px * 2.65));
  line-height: 1.08;
  letter-spacing: 0;}
.local-grid .offer-view .visual-frame{margin: 0;
  font-size: calc(19.8px * 1.125);
  line-height: 1.68;}
.local-grid .details{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-top: 1px solid color-mix(in srgb, currentColor 24%, transparent);
  border-bottom: 1px solid color-mix(in srgb, currentColor 24%, transparent);}
.local-grid .local-wrap{display: flex;
  flex-wrap: wrap;
  gap: 2.23rem;}
.local-grid .local-area{flex: 1 1 15rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .45);
  font-size: calc(19.8px * .875);}
.local-grid .text-block{flex: 1 1 100%;}
.local-grid input,
.local-grid textarea{
  width: 100%;
  min-width: 0;
  border: 1px solid color-mix(in srgb, currentColor 22%, transparent);
  border-radius: 0.31rem;
  background: color-mix(in srgb, currentColor 9%, transparent);
  color: inherit;
  padding: calc(1.5rem * .75);
  font: inherit;
  resize: vertical;
}
.local-grid input::placeholder,
.local-grid textarea::placeholder{color: color-mix(in srgb, currentColor 58%, transparent);}
.local-grid .featured-contact{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2.23rem;}
.local-grid button{
  flex: 0 0 auto;
  border: 0;
  border-radius: 0.6rem;
  background: var(--surface-light);
  color: #0F1114;
  padding: calc(1.5rem * .75) 2.23rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: background 330ms var(--delay-panel);
}
.local-grid button:hover{
  background: #FF7A2A;color:var(--line-primary);}
.local-grid .focused-copy{margin: 0;
  flex: 1 1 18rem;
  font-size: calc(19.8px * .875);
  line-height: 1.6;}
.local-grid .open-links{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .6);
  padding-top: calc(2.23rem * 1.5);
  border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);
  font-size: calc(19.8px * .875);
  line-height: 1.65;}
.local-grid .open-links .contact-proof{margin: 0;}
.local-grid .open-links a{text-decoration: none;}
.local-grid .open-links a:hover{text-decoration: underline;}
@media (max-width: 640px) {.local-grid .local-wrap{
    flex-direction: column;
  }.local-grid .featured-contact{
    flex-direction: column;
    align-items: stretch;
  }.local-grid button{
    width: 100%;
  }
}
.compact-summary{padding:calc(1.5rem * 2.4) 1.81rem;background:#E7E9EC;color:#15181C}
.compact-summary .media-region{max-width:min(1500px,72rem);margin:0 auto}
.compact-summary .bottom-proof{margin-bottom:calc(2.23rem * 1.5)}
.compact-summary h2{margin:0;font-size:calc(19.8px * 2);line-height:1.08}
.compact-summary .bottom-proof p{margin:1.5rem 0 0;font-size:calc(19.8px * 1.125);color:inherit;}
.compact-summary .offer-rail{display:grid;grid-template-columns:minmax(15rem,.42fr) minmax(0,1fr);gap:2.23rem;align-items:start}
.compact-summary .process{display:flex;flex-direction:column;border-top:1px solid #3A4047}
.compact-summary .secondary-region{padding:calc(1.5rem * .75) 0;border-bottom:1px solid #3A4047}
.compact-summary .secondary-region span{display:block;font-size:calc(19.8px * .875);letter-spacing:.02em;text-transform:uppercase;color:inherit;}
.compact-summary .secondary-region strong{display:block;margin-top:calc(calc(1.5rem * .75) * .4);font-weight:600;line-height:1.5}
.compact-summary .secondary-region a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:color 330ms var(--delay-panel),border-color 330ms var(--delay-panel)}
.compact-summary .secondary-region a:hover{color:inherit;border-bottom-color:#F07A24}
.compact-summary .open-grid{min-height:30rem;border-radius:0.87rem;overflow:hidden;border:1px solid #3A4047;background:#1E2227;color:var(--surface-base);}
.compact-summary iframe{display:block;width:100%;height:100%;border:0}
.compact-summary .focused-copy{margin:calc(2.23rem * 1.5) 0 0;padding-top:calc(1.5rem * .75);border-top:1px solid #3A4047;font-size:19.8px;color:inherit;}
@media (max-width:820px){.compact-summary .offer-rail{grid-template-columns:1fr}.compact-summary .open-grid{min-height:22rem}}
.main-body{
  position: relative;
  overflow: hidden;
  padding: calc(1.5rem * 2.4) 1.81rem;
  background: linear-gradient(135deg, #15181C 0%, #23272D 55%, #3A2A1E 100%);
  color: #E7E9EC;
}
.main-body .wide-copy{position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  max-width: 1500px;
  margin: 0 auto;}
.main-body .main-items{margin: 0 0 calc(2.23rem * 1.5);
  padding: 1.5rem 0;}
.main-body h2{margin: 0;
  font-size: calc(19.8px * 2.65);
  line-height: 1.05;}
.main-body .main-items p{margin: 1.5rem 0 0;
  font-size: calc(19.8px * 1.125);
  line-height: 1.81;}
.main-body .simple-items{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.23rem;
  padding-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 30%, transparent);}
.main-body .page-team{display: flex;
  flex-wrap: wrap;
  gap: 2.23rem;}
.main-body .page-team p{margin: 0;
  line-height: 1.81;}
.main-body .page-team strong{display: block;
  font-size: calc(19.8px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  opacity: .7;
  margin-bottom: .35rem;}
.main-body .visual-copy{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);}
.main-body .visual-copy a{color: inherit;
  font-size: calc(19.8px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .2em;}
.main-body .page-steps{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 18%, transparent);}
.main-body .page-steps a{display: flex;
  flex-direction: column;
  gap: .3rem;
  color: inherit;
  text-decoration: none;
  overflow-wrap: anywhere;}
.main-body .page-steps span{font-size: calc(19.8px * .875);
  opacity: .65;}
@media (max-width: 720px) {.main-body .simple-items,
  .main-body .page-team{
    display: block;
  }.main-body .page-team p + p{
    margin-top: calc(1.5rem * .75);
  }.main-body .visual-copy{
    align-items: flex-start;
    margin-top: 1.5rem;
  }
}
.team-feature{background:#15181C;color:#E7E9EC;padding:calc(1.5rem * 2.4) 1.81rem}
.team-feature .wide-copy{max-width:1500px;margin:0 auto}
.team-feature .local-details{display:flex;align-items:flex-start;gap:calc(2.23rem * 1.5);flex-wrap:wrap}
.team-feature .strong-steps{flex:1 1 24rem;min-width:0}
.team-feature h2{margin:0;font-size:clamp(calc(19.8px * 2),4.4vw,calc(19.8px * 2.65));line-height:1.12;letter-spacing:0}
.team-feature p{margin:1.5rem 0 0;color:var(--surface-base);font-size:calc(19.8px * 1.125);line-height:1.68}
.team-feature .page-feature{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid #3A4047}
.team-feature .local-wrap{display:flex;gap:2.23rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #3A4047;color:inherit;text-decoration:none;transition:border-color 330ms var(--delay-panel)}
.team-feature a.row:hover{border-bottom-color:#F07A24}
.team-feature a.row:hover strong{color:#F07A24}
.team-feature strong{flex:0 1 13rem;min-width:0;font-size:19.8px;line-height:1.4;transition:color 330ms var(--delay-panel)}
.team-feature span{flex:1 1 18rem;min-width:0;color:var(--surface-base);line-height:1.6;font-size:calc(19.8px * .875)}
@media(max-width:760px){.team-feature .local-details{flex-direction:column}.team-feature .local-wrap{flex-direction:column;gap:calc(calc(1.5rem * .75) * .4)}
}
.service-items{padding:calc(1.5rem * 2.4) 1.81rem;background:#15181C;color:#E7E9EC}
.service-items .contact-visual{max-width:min(1500px,64rem);margin:0 auto}
.service-items h2{margin:0;font-size:calc(19.8px * 2.65);line-height:1.08}
.service-items .stack{margin:1.5rem 0 calc(2.23rem * 1.5);font-size:calc(19.8px * 1.125);}
.service-items .secondary-grid{display:flex;flex-direction:column;gap:0;border-top:1px solid #3A4047}
.service-items .focused-copy{padding:calc(2.23rem * 1.5) 0;display:grid;grid-template-columns:minmax(0,1fr);gap:calc(1.5rem * .75)}
.service-items .focused-copy + .focused-copy{border-top:1px solid #3A4047}
.service-items h3{margin:0;font-size:calc(19.8px * 1.35);line-height:1.25}
.service-items .focused-copy p{margin:0;}
.service-items a{text-decoration:underline;text-underline-offset:3px}
.service-items a:hover{}
@media (min-width:900px){.service-items .focused-copy{grid-template-columns:minmax(0,20rem) minmax(0,1fr);gap:2.23rem;align-items:start}
}
.fresh-plan{padding:calc(1.5rem * 2.4) 1.81rem;background:#15181C;color:#E7E9EC;}
.direct-unit{max-width:1500px;margin:0 auto;}
.fresh-plan h1{margin:0;font-size:calc(19.8px * 2.65);line-height:1.08;}
.offer-list{padding:calc(1.5rem * 2.4) 1.81rem;background:#1E2227;color:var(--surface-base)}
.offer-list .compact-intro{max-width:min(1500px,62rem);margin:0 auto}
.offer-list h2{margin:0;font-size:calc(19.8px * 2.65);line-height:1.08}
.offer-list .strong-steps{margin:1.5rem 0 calc(2.23rem * 1.5);font-size:calc(19.8px * 1.125);line-height:1.81}
.offer-list .fresh-nav{display:flex;flex-direction:column;gap:2.23rem}
.offer-list .visual-service{padding-bottom:calc(1.5rem * .75);border-bottom:1px solid #3A4047}
.offer-list .visual-service:last-child{padding-bottom:0;border-bottom:0}
.offer-list h3{margin:0 0 calc(1.5rem * .75);font-size:calc(19.8px * 1.35);line-height:1.25}
.offer-list .visual-service p{margin:0;font-size:19.8px;line-height:1.81}
@media (max-width:640px){.offer-list h2{font-size:calc(19.8px * 2)}.offer-list .strong-steps{font-size:19.8px}
}
.narrow-items{padding:calc(calc(1.5rem * 2.4)*.72) 1.81rem;background:linear-gradient(135deg, #15181C 0%, #23272D 55%, #3A2A1E 100%);color:#E7E9EC;}
.narrow-items .clear-track{max-width:min(1500px,64rem);margin:0 auto;display:flex;flex-direction:column;gap:calc(2.23rem * 1.5);}
.narrow-items h1{margin:0;font-size:clamp(2.1rem,5.4vw,calc(19.8px * 2.65));line-height:1.04;font-weight:760;letter-spacing:-0.01em;}
.narrow-items .offer-view{margin:0;font-size:clamp(1rem,1.35vw,19.8px);line-height:1.72;color:inherit;opacity:.86;}
.narrow-items .focused-copy{margin:0;padding-top:calc(2.23rem * 1.5);border-top:1px solid #3A4047;}
.narrow-items .focused-copy p{margin:0;font-size:calc(19.8px * .875);line-height:1.7;color:inherit;opacity:.82;}
.narrow-items a{text-decoration:none;border-bottom:1px solid currentColor;}
.narrow-items a:hover{}
@media (max-width:620px){.narrow-items{padding-top:calc(calc(1.5rem * 2.4)*.56);padding-bottom:calc(calc(1.5rem * 2.4)*.56);}.narrow-items h1{font-size:clamp(2.05rem,9vw,3.2rem);}
  }
.badge-handoff{--mark-main:calc(1.5rem * 1.42);--axis-content:calc(1500px / 2.90);padding:calc(1.5rem * 2.4) 1.81rem;background:var(--surface-light);color:#0F1114;}
.badge-handoff .wide-copy{max-width:1500px;margin:0 auto;}
.badge-handoff h2,.badge-handoff p{margin:0;}
.badge-handoff h2{font-size:calc(19.8px * 2);line-height:1.12;}
.badge-handoff p{font-size:19.8px;line-height:1.81;color:color-mix(in srgb, currentColor 78%, transparent);}
.badge-handoff a{color:inherit;text-decoration:none;}
.badge-handoff .featured-contact{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.31rem;background:#0F1114;color:var(--surface-light);font-weight:600;transition:background 330ms var(--delay-panel),color 330ms var(--delay-panel);}
.badge-handoff .featured-contact:hover{background:#FF8A33;color:#0F1114;}
.badge-handoff .focused-copy{font-size:calc(19.8px * .875);letter-spacing:0.08em;text-transform:uppercase;color:color-mix(in srgb, currentColor 66%, transparent);}
.badge-handoff .top-feature{font-size:calc(19.8px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
.badge-handoff .top-feature a{text-decoration:underline;text-underline-offset:0.2em;}
.badge-handoff .top-feature a:hover{}
.badge-handoff .wide-lead>h2,.badge-handoff .wide-lead>p,.badge-handoff .wide-lead>.featured-contact{margin-top:1.5rem;}
.badge-handoff .wide-lead .top-feature{margin-top:var(--mark-main);}
@media (max-width:640px){.badge-handoff .featured-contact{width:100%;}
}
.offer-links{
  padding: calc(1.5rem * 2.4) 1.81rem;
  background: #E7E9EC;
  color: #15181C;
}
.offer-links .wide-copy{max-width: min(1500px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(2.23rem * 1.5);}
.offer-links .offer-view h2{margin: 0;
  font-size: calc(19.8px * 2);
  line-height: 1.1;}
.offer-links .strong-steps{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(19.8px * 1.125);color:inherit;}
.offer-links .start{display: flex;
  flex-direction: column;
  border-top: 1px solid #3A4047;}
.offer-links .visual-service{display: flex;
  flex-wrap: wrap;
  gap: 2.23rem;
  padding: calc(1.5rem * .75) 0;
  border-bottom: 1px solid #3A4047;}
.offer-links .visual-service strong{flex: 0 0 16rem;
  font-size: 19.8px;}
.offer-links .visual-service p{flex: 1 1 22rem;
  margin: 0;color:inherit;}
.offer-links .visual-service a{color:inherit;
  text-decoration: none;
  border-bottom: 1px solid #E8641A;}
.offer-links .visual-service a:hover{color:inherit;
  border-bottom-color: #F07A24;}
.offer-links .open-links{
  padding: calc(1.5rem * .75);
  border: 1px solid #3A4047;
  border-radius: 0.87rem;
  background: var(--paint-accent);
  color: var(--line-primary);
}
.offer-links .open-links p{margin: 0;}
.offer-links .top-feature{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  margin-top: calc(1.5rem * .75);}
.offer-links .top-feature a{color:inherit;
  text-decoration: none;
  font-size: calc(19.8px * .875);}
.offer-links .top-feature a:hover{color:inherit;}
@media (max-width: 640px) {.offer-links .visual-service strong{
    flex: 1 1 100%;
  }
}
.visual-details{
  background: #15181C;
  color: #E7E9EC;
  padding: calc(1.5rem * 2.4) 1.81rem;
}
.visual-details .wide-copy{width: min(100%, 1500px);
  margin: 0 auto;}
.visual-details .open-links{display: flex;
  align-items: flex-start;
  gap: calc(2.23rem * 1.5);}
.visual-details .compact-section{flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 6px;}
.visual-details .compact-section a{
  display: inline-flex;
  max-width: 100%;
  padding: 12px 18px;
  border-radius: 0.6rem;
  background: var(--surface-light);
  color: #0F1114;
  text-decoration: none;
  font-weight: 700;
  transition: background 330ms var(--delay-panel);
}
.visual-details .compact-section a:hover{
  background: #FF7A2A;color:var(--line-primary);}
.visual-details .focused-copy{margin: 0;
  font-size: calc(19.8px * .875);
  line-height: 1.6;
  color: var(--surface-base);}
.visual-details .focused-copy a{
  display: inline;
  padding: 0;
  background: none;
  color: #E8641A;
  font-weight: 600;
  text-decoration: underline;
}
.visual-details .focused-copy a:hover{
  background: none;
  color: #F07A24;
}
.visual-details .site-callout{flex: 1 1 auto;
  min-width: 0;}
.visual-details h1{margin: 0;
  font-size: clamp(calc(19.8px * 2), 6vw, calc(19.8px * 2.65));
  line-height: 1.08;
  letter-spacing: -0.01em;}
.visual-details p{margin: 1.5rem 0 0;
  font-size: 19.8px;
  line-height: 1.81;}
.visual-details .public-details{display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: calc(2.23rem * 1.5);}
.visual-details .public-details a{
  padding: 10px 16px;
  border-radius: 0.31rem;
  background: var(--paint-accent);
  color: var(--line-primary);
  border: 1px solid #3A4047;
  text-decoration: none;
  font-size: calc(19.8px * .875);
  transition: border-color 330ms var(--delay-panel), color 330ms var(--delay-panel);
}
.visual-details .public-details a:hover{border-color: #F07A24;
  color: #F07A24;}
@media (max-width: 720px) {.visual-details{ padding: calc(1.5rem * 2.4) 1.81rem; }.visual-details .open-links{ flex-direction: column; gap: calc(2.23rem * 1.5); }.visual-details .compact-section{ flex-basis: auto; padding-top: 0; }
}
