*,*::before,*::after{box-sizing:border-box;}
body{margin:0;padding:0;font-family:"Libre Baskerville", sans-serif;}
a{color:inherit;}
.visual-headline {
    width: 100%;
    background: var(--ink-dark);
    color: var(--surface-warm);
    border-bottom: 1px solid var(--surface-light);
    padding: 1.5rem 0 0;
  }
.main-unit {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 1.09rem;
    display: flex;
    flex-direction: column;
    gap: calc(0.7rem * 1.5);
  }
.contact-method {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.35rem;
    padding-bottom: calc(0.7rem * 1.5);
  }
:root {
  --ink-dark: #fbfaf6;
  --surface-light: #d8ded3;
  --surface-warm: #16201a;
  --motion-slow: cubic-bezier(0.2,0.8,0.2,1);
}
.page-headline {
    display: inline-block;
    font-size: calc(16.5px * 2);
    line-height: 1.1;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: var(--surface-warm);
    text-decoration: none;
  }
.page-headline:hover {
    color: #b3261e;
  }
.secondary-headline {
    margin: 0;
    font-size: calc(16.5px * .875);
    color: #26332a;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
.quiet-form {
    width: 100%;
    border-top: 1px solid var(--surface-light);
  }
.strong-tile {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }
.strong-tile li {
    margin: 0;
  }
.strong-tile a {
    display: inline-block;
    padding: 0.85rem 1.1rem;
    font-size: 16.5px;
    color: var(--surface-warm);
    text-decoration: none;
    letter-spacing: 0.02em;
    border-bottom: 2px solid transparent;
    transition: color 490ms var(--motion-slow),
                border-color 490ms var(--motion-slow);
  }
.strong-tile a:hover,
  .strong-tile a:focus-visible {
    color: #b3261e;
    border-bottom-color: #b3261e;
    outline: none;
  }
.text-brand {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0.5rem auto;
    background: transparent;
    color: var(--surface-warm);
    border: 1px solid var(--surface-light);
    border-radius: 0.42rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.text-brand:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:#16201a;}
.offer-group {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
    transition: transform 490ms var(--motion-slow),
                opacity 490ms var(--motion-slow);
  }
.text-brand[aria-expanded="true"] .offer-group:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.text-brand[aria-expanded="true"] .offer-group:nth-child(2) {
    opacity: 0;
  }
.text-brand[aria-expanded="true"] .offer-group:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
@media (max-width: 767px) {
    .contact-method {
      padding-bottom: calc(1.5rem * .75);
    }

    .page-headline {
      font-size: calc(16.5px * 1.35);
    }

    .text-brand {
      display: flex;
    }

    .strong-tile {
      display: none;
      flex-direction: column;
      align-items: stretch;
      padding: calc(0.7rem * 1.5) 0;
      gap: 0;
    }

    .strong-tile.is-open {
      display: flex;
    }

    .strong-tile a {
      display: block;
      padding: 0.9rem 0.25rem;
      text-align: center;
      border-bottom: 1px solid var(--surface-light);
    }

    .strong-tile li:last-child a {
      border-bottom: none;
    }
  }
.bottom-copy{font-family:"Libre Baskerville", sans-serif;font-size:16.5px;line-height:1.62;padding:calc(1.5rem * 2.4) 1.09rem;margin-top:calc(1.5rem * 2.4);background:#0f3d2a;color:#f4f7f2;}
.open-service{max-width:960px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.7rem * 1.5)}
.content-frame{display:grid;grid-template-columns:1.4fr 2.2fr 1.2fr;gap:calc(1.5rem * .75);align-items:start}
.fresh-block{display:flex;flex-direction:column;gap:1.5rem}
.steady-area{font-size:calc(16.5px * 1.35);font-weight:700;letter-spacing:0.01em;margin:0}
.offer-details{margin:0;font-size:calc(16.5px * .875);opacity:0.82;max-width:34ch}
.local-headline{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:calc(1.5rem * .75)}
.content-items{display:flex;flex-direction:column;gap:1.5rem}
.open-visual{margin:0;font-size:calc(16.5px * .875);font-weight:700;text-transform:uppercase;letter-spacing:0.08em;opacity:0.72}
.main-entries{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.45rem}
.main-entries a,
.contact-team{color:inherit;text-decoration:none;font-size:calc(16.5px * .875);border-bottom:1px solid transparent;transition:border-color 490ms var(--motion-slow), opacity 490ms var(--motion-slow)}
.main-entries a:hover,
.contact-team:hover{border-bottom-color:currentColor;opacity:0.9;color:inherit}
.primary-inner{display:flex;flex-direction:column;gap:1.5rem}
.quiet-unit{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}
.quiet-unit li{display:flex;flex-direction:column;gap:0.2rem}
.service-region{font-size:calc(16.5px * .875);text-transform:uppercase;letter-spacing:0.08em;opacity:0.7}
.contact-entries{font-size:calc(16.5px * .875);line-height:1.5}
.top-flow{border-top:1px solid rgba(255, 255, 255, 0.18);padding-top:calc(0.7rem * 1.5);display:flex;flex-direction:column;gap:1.5rem}
.primary-copy{margin:0;font-size:calc(16.5px * .875);line-height:1.55;opacity:0.82;max-width:90ch}
.steady-shell{margin:0;font-size:calc(16.5px * .875);opacity:0.7}
@media (max-width: 980px) {.content-frame{grid-template-columns:1fr 1fr}.local-headline{grid-template-columns:repeat(3, minmax(0, 1fr))}.primary-inner{grid-column:1 / -1}
}
@media (max-width: 640px) {.bottom-copy{padding:calc(1.5rem * 2.4) 1.09rem;background:#0f3d2a;color:#f4f7f2;}.content-frame{grid-template-columns:1fr}.local-headline{grid-template-columns:1fr 1fr}
}
footer .steady-track{flex:1 1 100%;max-width:960px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(16.5px * .875);line-height:1.62;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;left:1.09rem;bottom:1.5rem;width:min(360px,calc(100vw - (1.09rem * 2)));z-index:1200;}
.cookies .simple-view{border:1px solid var(--surface-light);border-radius:0.5rem;background:#ffffff;color:#16201a;padding:1.5rem 1.09rem;box-shadow:0 1px 1px rgba(0,0,0,0.08);}
.cookies .simple-view h3{margin:0 0 6px;}
.cookies .simple-view p{margin:0;}
.cookies .site-wrap{margin-top:12px;display:flex;gap:8px;}
.cookies .site-wrap button{flex:1;border:1px solid var(--surface-light);border-radius:0.21rem;background:#ffffff;color:#16201a;padding:8px 10px;cursor:pointer;}
.cookies .site-wrap button.cookie-accept{background:#0f3d2a;border-color:#0f3d2a;color:#f4f7f2;}
.narrow-view{
  padding:calc(1.5rem*3) 1.09rem;
  background:var(--ink-dark);
  color:var(--surface-warm);
  border-bottom:1px solid var(--surface-light);
}
.narrow-view .featured-lead{max-width:960px;
  margin:0 auto;
  padding:1rem 0;}
.narrow-view .team-flow{display:flex;
  justify-content:space-between;
  gap:0.7rem;
  flex-wrap:wrap;
  font-size:calc(16.5px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#26332a;
  border-bottom:1px solid var(--surface-light);
  padding-bottom:.55rem;}
.narrow-view h1{margin:1.1rem 0 .9rem;
  font-size:clamp(2.1rem,5.4vw,4.6rem);
  line-height:1.02;
  letter-spacing:-0.01em;}
.narrow-view .direct-shell{margin:0 0 1.4rem;
  max-width:44rem;
  font-size:calc(16.5px * 1.125);
  color:#26332a;}
.narrow-view .secondary-footer{display:flex;
  justify-content:space-between;
  gap:0.7rem;
  align-items:flex-start;
  flex-wrap:wrap;}
.narrow-view .fresh-visual{max-width:34rem;}
.narrow-view .visual-surface{
  display:inline-block;
  background:#b3261e;
  color:#fff8f6;
  font-size:calc(16.5px * .875);
  letter-spacing:.06em;
  text-transform:uppercase;
  padding:.2rem .5rem;
  border-radius:0.21rem;
  margin-bottom:.5rem;
}
.narrow-view .fresh-visual p{margin:0;
  color:#26332a;}
.narrow-view .site-wrap{display:flex;
  gap:.5rem;
  flex-wrap:wrap;}
.narrow-view .site-wrap a{
  background:#0f3d2a;
  color:#f4f7f2;
  text-decoration:none;
  border-radius:0.21rem;
  padding:.68rem .95rem;
  font-size:16.5px;
  transition:background 490ms var(--motion-slow);
}
.narrow-view .site-wrap a:hover{
  background:#0a2c1e;color:#16201a;}
.narrow-view .site-wrap a+a{
  background:#eef1ea;
  color:#26332a;
}
.narrow-view .site-wrap a+a:hover{
  background:#ffffff;color:#16201a;}
.narrow-view .narrow-quote{margin-top:1.5rem;
  padding-top:.9rem;
  border-top:1px solid var(--surface-light);
  display:flex;
  gap:1.4rem;
  flex-wrap:wrap;
  font-size:calc(16.5px * .875);}
.narrow-view .narrow-quote a{color:#0f3d2a;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 490ms var(--motion-slow),border-color 490ms var(--motion-slow);}
.narrow-view .narrow-quote a:hover{color:#b3261e;
  border-bottom-color:#b3261e;}
@media (max-width:640px){
  .narrow-view .secondary-footer{
    flex-direction:column;
  }
  .narrow-view .narrow-quote{
    gap:.8rem;
  }
}
.simple-story{padding:calc(1.5rem * 2.4) 1.09rem;background:#eef1ea;color:#26332a}
.simple-story .featured-lead{max-width:960px;margin:0 auto}
.simple-story .top-section{display:flex;flex-wrap:wrap;gap:calc(0.7rem * 1.5);align-items:flex-start}
.simple-story .compact-inner{flex:1 1 22rem;min-width:0}
.simple-story h2{margin:0;font-size:calc(16.5px * 2);line-height:1.1}
.simple-story .compact-inner p{margin:1.5rem 0 0;font-size:16.5px;line-height:1.62}
.simple-story .compact-inner p:first-of-type{margin-top:calc(1.5rem * .75)}
.simple-story .steady-panel{flex:1 1 26rem;min-width:0;display:flex;flex-direction:column;border-top:1px solid var(--surface-light)}
.simple-story .steady-panel a{display:block;padding:1.5rem 0;border-bottom:1px solid var(--surface-light);text-decoration:none;color:inherit}
.simple-story .steady-panel a:hover strong{}
.simple-story strong{display:block;font-size:16.5px;line-height:1.25;transition:color 490ms var(--motion-slow)}
.simple-story span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(16.5px * .875);line-height:1.62}
@media(max-width:720px){.simple-story .top-section{display:block}.simple-story .steady-panel{margin-top:calc(0.7rem * 1.5)}.simple-story h2{font-size:calc(16.5px * 1.35)}}
.site-method{
  --axis-public:calc(1.5rem * 1.2);
  padding:calc(1.5rem * 2.4) 1.09rem;
  background:var(--ink-dark);
  color:var(--surface-warm);
}
.site-method .featured-lead{max-width:960px;margin:0 auto;}
.site-method h2,
.site-method h3,
.site-method p{margin:0;}
.site-method h2{font-size:calc(16.5px * 2);line-height:1.14;}
.site-method h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.site-method .compact-inner{display:flex;
  flex-wrap:wrap;
  gap:0.7rem;
  align-items:flex-end;
  padding-bottom:calc(0.7rem * 1.5);
  border-bottom:1px solid var(--surface-light);}
.site-method .compact-inner>h2{flex:1 1 40%;min-width:0;}
.site-method .compact-inner>.direct-shell{flex:1 1 50%;
  min-width:0;
  font-size:16.5px;
  line-height:1.62;
  color:#26332a;}
.site-method .strong-links{display:flex;
  flex-wrap:wrap;
  gap:var(--axis-public);
  margin-top:var(--axis-public);}
.site-method .page-surface{flex:1 1 calc(960px / 3.4);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.4);
  padding-top:calc(calc(1.5rem * .75) * .9);
  border-top:2px solid #0f3d2a;}
.site-method .text-summary{font-size:calc(16.5px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
  color:#b3261e;}
.site-method .direct-visual{font-size:16.5px;
  line-height:1.62;
  color:#26332a;}
.site-method .content-rail{
  margin-top:auto;
  align-self:flex-start;
  padding:calc(calc(1.5rem * .75) * .55) 1.5rem;
  border-radius:0.21rem;
  background:#0f3d2a;
  color:#f4f7f2;
  font-size:calc(16.5px * .875);
  text-decoration:none;
  transition:background 490ms var(--motion-slow);
}
.site-method .content-rail:hover{background:#0a2c1e;color:#16201a;}
.site-method .narrow-entries{margin-top:var(--axis-public);
  padding-top:calc(0.7rem * 1.5);
  border-top:1px solid var(--surface-light);
  font-size:calc(16.5px * .875);
  color:#26332a;}
.site-method .narrow-entries a{color:#0f3d2a;
  text-decoration:underline;
  text-underline-offset:3px;}
.site-method .narrow-entries a:hover{color:#b3261e;}
@media (max-width:720px){.site-method .compact-inner>h2,
  .site-method .compact-inner>.direct-shell{flex:1 1 100%;}.site-method .page-surface{flex:1 1 100%;}
}
.featured-panel{
  --axis-public:calc(1.5rem * 0.99);
  --layer-main:calc(960px / 3.10);
  padding:calc(1.5rem * 2.4) 1.09rem;
  background:#0f3d2a;
  color:#f4f7f2;
}
.featured-panel .featured-lead{max-width:960px;
  margin:0 auto;}
.featured-panel h2,
.featured-panel p{margin:0;}
.featured-panel h2{font-size:calc(16.5px * 2);
  line-height:1.12;}
.featured-panel p{font-size:16.5px;
  line-height:1.62;}
.featured-panel a{color:inherit;text-decoration:none;}
.featured-panel .public-form{
  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.21rem;
  background:#b3261e;
  color:#fff8f6;
  font-size:calc(16.5px * .875);
  letter-spacing:0.02em;
  transition:background 490ms var(--motion-slow);
}
.featured-panel .public-form:hover,
.featured-panel .public-form:focus-visible{
  background:#8f1d17;color:#16201a;}
.featured-panel .public-stack h2{margin-top:var(--axis-public);
  max-width:var(--layer-main);}
.featured-panel .direct-shell{margin-top:1.5rem;
  max-width:calc(960px * 0.78);
  color:color-mix(in srgb, currentColor 78%, transparent);}
.featured-panel .wide-plan{margin-top:calc(0.7rem * 1.5);
  font-size:calc(16.5px * .875);
  color:color-mix(in srgb, currentColor 66%, transparent);}
.featured-panel .wide-plan a{border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);
  padding-bottom:1px;}
.featured-panel .wide-plan a:hover,
.featured-panel .wide-plan a:focus-visible{border-bottom-color:currentColor;}
@media (max-width:640px){.featured-panel .public-form{width:100%;}.featured-panel .direct-shell,
  .featured-panel .public-stack h2{max-width:none;}
}
.legal{
    padding:calc(calc(1.5rem * 2.4)*.7) 1.09rem;
    background:var(--ink-dark);
    color:var(--surface-warm);
  }
.legal .visual-details{max-width:min(960px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.7rem * 1.5);}
.legal h1{margin:0;
    font-size:clamp(1.85rem,4.6vw,calc(16.5px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.005em;}
.legal .direct-shell{max-width:44rem;
    padding-top:1.5rem;
    border-top:1px solid var(--surface-light);}
.legal .direct-shell p{margin:0;
    font-size:clamp(1.02rem,1.3vw,calc(16.5px * 1.125));
    line-height:1.66;}
.legal .wide-plan{max-width:44rem;
    padding-left:1.09rem;
    border-left:2px solid #b3261e;}
.legal .wide-plan p{margin:0;
    font-size:calc(16.5px * .875);
    line-height:1.72;
    color:#26332a;}
@media (max-width:640px){.legal{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.legal .wide-plan{
      padding-left:calc(1.09rem*.75);
    }
  }
.strong-contact{--axis-public:calc(1.5rem * 1.35);--layer-main:calc(960px / 2.30);padding:calc(1.5rem * 2.4) 1.09rem;background:#eef1ea;color:#26332a;}
.strong-contact .featured-lead{max-width:960px;margin:0 auto;}
.strong-contact h2,.strong-contact h3,.strong-contact p{margin:0;}
.strong-contact h2{font-size:calc(16.5px * 2);line-height:1.14;}
.strong-contact h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.strong-contact p{font-size:16.5px;line-height:1.62;}
.strong-contact .direct-shell{opacity:.86;}
.strong-contact .site-feature{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.7rem;}
.strong-contact .site-feature>h2{flex:1 1 calc(960px / 3.1);min-width:0;}
.strong-contact .site-feature>.direct-shell{flex:1 1 calc(960px / 2.4);min-width:0;max-width:var(--layer-main);}
.strong-contact .strong-links{flex:1 1 100%;display:flex;flex-direction:column;gap:0;margin-top:var(--axis-public);border-top:1px solid var(--surface-light);}
.strong-contact .page-surface{display:flex;flex-wrap:wrap;gap:0.7rem;padding:calc(1.5rem * .95) 0;border-bottom:1px solid var(--surface-light);}
.strong-contact .page-surface .direct-visual{flex:1 1 calc(960px / 2.6);min-width:0;display:flex;flex-wrap:wrap;gap:0.7rem;align-items:baseline;}
.strong-contact .page-surface h3{flex:1 1 calc(960px / 4.2);min-width:0;}
.strong-contact .page-surface p{flex:1 1 calc(960px / 2.6);min-width:0;opacity:.88;}
@media (max-width:640px){.strong-contact .page-surface h3,.strong-contact .page-surface p{flex:1 1 100%;}
}
.primary-region{
    padding:calc(1.5rem * 2.4) 1.09rem;
    background:#eef1ea;
    color:#26332a;
}
.primary-region .featured-lead{max-width:960px;
    margin:0 auto;}
.primary-region .service-grid{max-width:44rem;
    margin:0 0 calc(0.7rem * 1.5);
    padding-bottom:1.5rem;
    border-bottom:1px solid var(--surface-light);}
.primary-region .service-grid p{margin:0;
    font-size:calc(16.5px * .875);
    letter-spacing:0.06em;
    text-transform:uppercase;}
.primary-region .service-grid h2{margin:0.5rem 0 0;
    font-size:calc(16.5px * 2);
    line-height:1.25;}
.primary-region .service-figure{display:flex;
    flex-direction:column;
    gap:calc(0.7rem * 1.5);}
.primary-region .direct-shell{margin:0;
    font-size:calc(16.5px * 1.125);
    line-height:1.55;
    max-width:52rem;}
.primary-region .strong-links{display:flex;
    flex-direction:column;
    gap:0;
    border-top:1px solid var(--surface-light);}
.primary-region .page-surface{display:grid;
    grid-template-columns:minmax(0,1fr);
    gap:0.35rem;
    padding:1.5rem 0;
    border-bottom:1px solid var(--surface-light);}
.primary-region .page-surface h3{margin:0;
    font-size:calc(16.5px * 1.35);}
.primary-region .page-surface strong{display:block;
    font-weight:600;
    font-size:16.5px;}
.primary-region .page-surface p{margin:0;
    max-width:48rem;}
.primary-region .page-surface blockquote{margin:0.4rem 0 0;
    padding:0.5rem 0 0.5rem 1.09rem;
    border-left:3px solid #0f3d2a;
    font-style:italic;
    font-size:calc(16.5px * .875);
    max-width:44rem;}
@media (min-width:720px){.primary-region .page-surface{
        grid-template-columns:14rem minmax(0,1fr);
        column-gap:0.7rem;
        align-items:start;
    }.primary-region .page-surface h3{
        grid-column:1;
        grid-row:1;
    }.primary-region .page-surface strong{
        grid-column:2;
        grid-row:1;
        margin-top:0.15rem;
    }.primary-region .page-surface p{
        grid-column:2;
        grid-row:2;
    }.primary-region .page-surface blockquote{
        grid-column:2;
        grid-row:3;
    }
}
.fresh-section{
  --axis-public:calc(1.5rem * 1.05);
  --layer-main:calc(960px * 0.72);
  padding:calc(1.5rem * 2.4) 1.09rem;
  background:var(--ink-dark);
  color:var(--surface-warm);
}
.fresh-section .featured-lead{max-width:960px;
  margin:0 auto;}
.fresh-section h2,
.fresh-section h3,
.fresh-section p{margin:0;}
.fresh-section h2{font-size:calc(16.5px * 2);
  line-height:1.14;}
.fresh-section h3{font-size:calc(16.5px * 1.35);
  line-height:1.24;}
.fresh-section p{font-size:16.5px;
  line-height:1.62;}
.fresh-section a{text-decoration:underline;
  text-underline-offset:2px;}
.fresh-section a:hover{}
.fresh-section .team-flow{max-width:var(--layer-main);
  padding-bottom:calc(0.7rem * 1.5);
  border-bottom:1px solid var(--surface-light);}
.fresh-section .direct-shell{margin-top:1.5rem;}
.fresh-section .direct-view{display:flex;
  flex-direction:column;
  margin-top:calc(0.7rem * 1.5);}
.fresh-section .page-surface{padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid var(--surface-light);}
.fresh-section .page-surface:last-child{border-bottom:0;}
.fresh-section .page-surface p{margin-top:calc(1.5rem * 0.55);
  max-width:var(--layer-main);}
.fresh-section .narrow-quote{margin-top:calc(0.7rem * 1.5);
  padding-top:calc(1.5rem * .75);
  border-top:1px solid var(--surface-light);
  font-size:calc(16.5px * .875);}
.fresh-section .narrow-quote p{font-size:calc(16.5px * .875);
  max-width:var(--layer-main);}
@media (max-width:640px){.fresh-section .team-flow,
  .fresh-section .page-surface p,
  .fresh-section .narrow-quote p{
    max-width:none;
  }
}
.compact-track{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.09rem calc(calc(1.5rem * 2.4)*.66);
    background:var(--ink-dark,#fbfaf6);color:var(--surface-warm);}
.compact-track .visual-details{max-width:min(960px,60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(1rem,2vw,calc(0.7rem * 1.5));}
.compact-track h1{margin:0;
    font-size:clamp(1.85rem,4.6vw,calc(16.5px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.005em;}
.compact-track .direct-shell{max-width:40rem;
    padding-top:clamp(.8rem,1.5vw,1.5rem);
    border-top:1px solid var(--surface-light,#d8ded3);}
.compact-track .direct-shell p{margin:0;
    font-size:clamp(1rem,1.22vw,16.5px);
    line-height:1.72;
    color:#26332a;}
@media (max-width:640px){.compact-track{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.compact-track h1{
      font-size:clamp(1.6rem,7vw,2.1rem);
    }
  }
.simple-region{--axis-public:calc(1.5rem * 1.2);--state-content:1px solid var(--surface-light);padding:calc(1.5rem * 2.4) 1.09rem;background:var(--ink-dark);color:var(--surface-warm);}
.simple-region .featured-lead{max-width:960px;margin:0 auto;}
.simple-region h2,.simple-region h3,.simple-region p{margin:0;}
.simple-region h2{font-size:calc(16.5px * 2);line-height:1.14;}
.simple-region h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.simple-region p{font-size:16.5px;line-height:1.62;}
.simple-region a{color:#0f3d2a;text-decoration:none;border-bottom:1px solid transparent;transition:border-color 490ms var(--motion-slow),color 490ms var(--motion-slow);}
.simple-region a:hover{color:#b3261e;border-bottom-color:#b3261e;}
.simple-region .active-figure{display:flex;flex-wrap:wrap;align-items:flex-end;gap:0.7rem;}
.simple-region .direct-visual{flex:1 1 60%;min-width:0;}
.simple-region .wide-plan{margin-bottom:calc(1.5rem / 2);font-size:calc(16.5px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#26332a;}
.simple-region .direct-shell{margin-top:calc(1.5rem / 2);max-width:52ch;}
.simple-region .public-form{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:calc(calc(1.5rem * .75) / 1.4) 1.5rem;border-radius:0.21rem;background:#0f3d2a;color:#f4f7f2;border-bottom:none;font-size:calc(16.5px * .875);}
.simple-region .public-form:hover{background:#0a2c1e;color:#f4f7f2;border-bottom-color:transparent;}
.simple-region .strong-links{flex:1 1 100%;display:flex;flex-wrap:wrap;align-items:stretch;gap:0.7rem;margin-top:var(--axis-public);}
.simple-region .page-surface{flex:1 1 calc(960px / 3.4);min-width:0;display:flex;flex-direction:column;padding:calc(1.5rem * .75);background:#ffffff;color:#16201a;border:var(--state-content);border-radius:0.42rem;}
.simple-region .page-surface h3{padding-bottom:calc(1.5rem / 3);border-bottom:var(--state-content);}
.simple-region .page-surface p{margin-top:calc(1.5rem / 2.5);}
.simple-region .page-surface .wide-grid{font-size:calc(16.5px * .875);color:#26332a;}
.simple-region .page-surface a{margin-top:auto;padding-top:calc(1.5rem / 2);font-size:calc(16.5px * .875);}
.simple-region .narrow-quote{flex:1 1 100%;margin-top:var(--axis-public);padding-top:calc(1.5rem / 2);border-top:var(--state-content);font-size:calc(16.5px * .875);color:#26332a;}
@media (max-width:720px){.simple-region .direct-visual{flex:1 1 100%;}.simple-region .public-form{flex:1 1 auto;}.simple-region .page-surface{flex:1 1 100%;}
}
.soft-tile{padding:calc(1.5rem * 2.4) 1.09rem;background:#eef1ea;color:#26332a;border-top:1px solid var(--surface-light);border-bottom:1px solid var(--surface-light)}
.soft-tile .featured-lead{max-width:960px;margin:0 auto}
.soft-tile .direct-shell{max-width:52rem;padding-bottom:calc(0.7rem * 1.5);border-bottom:1px solid var(--surface-light)}
.soft-tile h2{margin:0;font-size:calc(16.5px * 2);line-height:1.12}
.soft-tile .direct-shell p{margin:1.5rem 0 0;font-size:16.5px;line-height:1.62}
.soft-tile .strong-links{margin-top:calc(0.7rem * 1.5);display:flex;flex-direction:column;gap:0}
.soft-tile .page-surface{padding:1.5rem 0;border-bottom:1px solid var(--surface-light)}
.soft-tile .page-surface:last-child{border-bottom:0;padding-bottom:0}
.soft-tile strong{display:block;font-size:calc(16.5px * 1.35);line-height:1.2;font-weight:700}
.soft-tile .page-surface p{margin:calc(1.5rem * .75) 0 0;line-height:1.62;max-width:60rem}
@media(max-width:780px){.soft-tile h2{font-size:calc(16.5px * 1.35)}.soft-tile .direct-shell p{font-size:16.5px}
}
.featured-note{
        --axis-public: calc(1.5rem * 1.12);
        --label-nav: calc(960px / 3.44);
        padding: calc(1.5rem * 2.4) 1.09rem;
        background: #0f3d2a;
        color: #f4f7f2;
    }
.featured-note .featured-lead{max-width: 960px;
        margin: 0 auto;}
.featured-note h2,
    .featured-note h3,
    .featured-note p{margin: 0;}
.featured-note h2{font-size: calc(16.5px * 2);
        line-height: 1.12;}
.featured-note h3{font-size: calc(16.5px * 1.35);
        line-height: 1.2;}
.featured-note p{font-size: 16.5px;
        line-height: 1.62;}
.featured-note a{color: inherit;
        text-decoration: underline;
        text-underline-offset: 2px;}
.featured-note a:hover{}
.featured-note .media-items{row-gap: calc(var(--axis-public) * 1.2);
        display: flex;
        flex-direction: column;}
.featured-note .active-fields{padding-inline-end: calc(calc(1.5rem * .75) / 2);}
.featured-note .top-summary{padding-block: calc(var(--axis-public) / 2);}
.featured-note .direct-shell{margin-top: 1.5rem;
        max-width: calc(960px / 2);
        opacity: .88;}
.featured-note .strong-links{display: flex;
        flex-wrap: wrap;
        gap: var(--axis-public);
        margin-top: var(--axis-public);}
.featured-note .page-surface{
        flex: 1 1 var(--label-nav);
        min-width: 0;
        padding: calc(var(--axis-public) * .75);
        border-radius: 0.42rem;
        background: #ffffff;
        color: #16201a;
        border: 1px solid var(--surface-light);
    }
.featured-note .page-surface p{margin-top: calc(1.5rem / 3);color:inherit;
        opacity: .82;}
.featured-note .narrow-quote{margin-top: var(--axis-public);
        font-size: calc(16.5px * .875);
        opacity: .78;}
.narrow-track{
    padding:calc(calc(1.5rem * 2.4)*.78) 1.09rem calc(calc(1.5rem * 2.4)*.62);
    background:var(--ink-dark);
    color:var(--surface-warm);
  }
.narrow-track .visual-details{max-width:min(960px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.7rem * 1.5);}
.narrow-track h1{margin:0;
    font-size:clamp(1.85rem,4.6vw,calc(16.5px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.005em;}
.narrow-track .direct-shell{max-width:44rem;
    padding-top:1.5rem;
    border-top:1px solid var(--surface-light);}
.narrow-track p{margin:0;
    font-size:16.5px;
    line-height:1.7;
    color:#26332a;}
@media (max-width:640px){.narrow-track{
      padding-top:calc(calc(1.5rem * 2.4)*.56);
      padding-bottom:calc(calc(1.5rem * 2.4)*.46);
    }.narrow-track .visual-details{gap:1.5rem;}
  }
.opening{
        background: var(--ink-dark);
        color: var(--surface-warm);
        padding: calc(1.5rem * 2.4) 1.09rem;
    }
.opening .featured-lead{max-width: 960px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        gap: calc(0.7rem * 1.5);
        align-items: start;}
.opening .secondary-links{min-width: 0;
        border-top: 3px solid #b3261e;
        padding-top: 1.5rem;}
.opening h2{margin: 0 0 calc(0.7rem * 1.5);
        font-size: calc(16.5px * 2);
        line-height: 1.15;
        letter-spacing: 0;}
.opening .direct-shell{margin: 0 0 calc(0.7rem * 1.5);
        font-size: 16.5px;
        line-height: 1.62;
        color: #26332a;}
.opening .secondary-links a{
        display: inline-block;
        color: #f4f7f2;
        background: #0f3d2a;
        text-decoration: none;
        border-radius: 0.21rem;
        padding: .7rem 1.05rem;
        font-size: calc(16.5px * .875);
        letter-spacing: .02em;
    }
.opening .secondary-links a:hover{
        background: #0a2c1e;color:#16201a;}
.opening .open-grid{min-width: 0;}
.opening .open-grid > p{margin: 0 0 calc(0.7rem * 1.5);
        font-size: 16.5px;
        line-height: 1.62;}
.opening .page-surface{padding: 1.5rem 0;
        border-top: 1px solid var(--surface-light);}
.opening .page-surface:last-of-type{border-bottom: 1px solid var(--surface-light);}
.opening .page-surface strong{display: block;
        font-size: 16.5px;
        margin-bottom: .3rem;}
.opening .page-surface span{display: block;
        color: #26332a;
        font-size: calc(16.5px * .875);
        line-height: 1.62;}
.opening .wide-plan{margin: calc(0.7rem * 1.5) 0 0;
        font-size: calc(16.5px * .875);
        color: #26332a;
        line-height: 1.62;}
.opening .wide-plan a{color: #0f3d2a;
        text-decoration: underline;
        text-underline-offset: 3px;}
.opening .wide-plan a:hover{color: #b3261e;}
@media (max-width: 760px) {.opening .featured-lead{
            grid-template-columns: 1fr;
        }
    }
.bottom-headline{
  --axis-public:calc(1.5rem * 1.15);
  --layer-main:calc(960px / 2.50);
  padding:calc(1.5rem * 2.4) 1.09rem;
  background:#0f3d2a;
  color:#f4f7f2;
}
.bottom-headline .featured-lead{max-width:960px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.7rem * 1.5);}
.bottom-headline h2{font-size:calc(16.5px * 2);
  line-height:1.14;
  margin:0;
  max-width:var(--layer-main);}
.bottom-headline p{margin:0;
  font-size:16.5px;
  line-height:1.62;}
.bottom-headline .service-figure{display:flex;
  flex-direction:column;
  gap:1.5rem;}
.bottom-headline .direct-shell{max-width:calc(960px * 0.72);
  color:color-mix(in srgb, currentColor 82%, transparent);}
.bottom-headline .primary-benefit{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.5rem;
  padding-top:1.5rem;
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.bottom-headline .public-form{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.21rem;
  background:#b3261e;
  color:#fff8f6;
  font-size:16.5px;
  text-decoration:none;
  transition:background 490ms var(--motion-slow);
}
.bottom-headline .public-form:hover,
.bottom-headline .public-form:focus-visible{
  background:#8f1d17;color:#16201a;}
.bottom-headline .wide-plan{flex:1 1 18rem;
  font-size:calc(16.5px * .875);
  color:color-mix(in srgb, currentColor 72%, transparent);}
.bottom-headline .narrow-quote{display:flex;
  flex-wrap:wrap;
  gap:0.7rem 1.5rem;
  padding-top:1.5rem;
  border-top:1px solid color-mix(in srgb, currentColor 16%, transparent);}
.bottom-headline .narrow-quote a{color:inherit;
  font-size:calc(16.5px * .875);
  text-decoration:underline;
  text-underline-offset:0.22em;
  text-decoration-thickness:1px;}
.bottom-headline .narrow-quote a:hover,
.bottom-headline .narrow-quote a:focus-visible{text-decoration-color:#fff8f6;}
@media (max-width:640px){.bottom-headline h2{max-width:none;}.bottom-headline .direct-shell{max-width:none;}.bottom-headline .public-form{width:100%;}
}
.offer-team{
  padding: calc(1.5rem * 2.4) 1.09rem;
  background: #0f3d2a;
  color: #f4f7f2;
}
.offer-team .featured-lead{max-width: min(960px, 68rem);
  margin: 0 auto;}
.offer-team .service-grid{max-width: 46rem;
  margin-bottom: calc(0.7rem * 1.5);}
.offer-team h2{margin: 0;
  font-size: calc(16.5px * 2);
  line-height: 1.1;
  letter-spacing: -0.01em;}
.offer-team .direct-shell{margin: calc(1.5rem * .75) 0 0;
  font-size: 16.5px;
  line-height: 1.6;
  color: #c9d2c8;}
.offer-team .fresh-visual{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  border-top: 1px solid #26332a;
  padding-top: calc(0.7rem * 1.5);}
.offer-team .page-surface{display: grid;
  grid-template-columns: 1fr;
  gap: 0.35rem;
  padding: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid #26332a;}
.offer-team .page-surface:last-child{border-bottom: 0;
  padding-bottom: 0;}
.offer-team .open-panel{margin: 0;
  font-size: 16.5px;
  line-height: 1.62;
  color: #c9d2c8;}
.offer-team .strong-plan{margin: 0;
  font-weight: 700;
  font-size: 16.5px;}
.offer-team .main-team{margin: 0;
  font-size: calc(16.5px * .875);color:inherit;}
.offer-team .wide-plan{margin-top: calc(0.7rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #26332a;
  font-size: calc(16.5px * .875);
  color: #c9d2c8;
  max-width: 42rem;}
.offer-team .wide-plan p{margin: 0 0 0.4rem;}
.offer-team .featured-story{margin: 0;}
.offer-team .featured-story a{text-decoration: underline;
  text-underline-offset: 3px;}
.offer-team .featured-story a:hover{color:inherit;}
.offer-team .public-menu{margin: 0 0.5rem;color:inherit;}
@media (min-width: 720px) {.offer-team .fresh-visual{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(1.5rem * .75) calc(0.7rem * 1.5);
  }.offer-team .page-surface{
    padding-bottom: calc(1.5rem * .75);
  }
}
.local-group{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.09rem;
    background:var(--ink-dark,#fbfaf6);
    color:var(--surface-warm,#16201a);
  }
.local-group .visual-details{max-width:min(960px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(.9rem,1.8vw,calc(0.7rem * 1.5));}
.local-group h1{margin:0;
    font-size:clamp(1.85rem,4.6vw,calc(16.5px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:-0.005em;}
.local-group .direct-shell{max-width:44rem;
    padding-top:clamp(.75rem,1.4vw,1.5rem);
    border-top:1px solid var(--surface-light,#d8ded3);}
.local-group .direct-shell p{margin:0;
    font-size:clamp(1rem,1.22vw,16.5px);
    line-height:1.72;
    color:#26332a;}
@media (max-width:640px){.local-group{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.local-group .direct-shell{max-width:100%;}
  }
.grid-_process{--axis-public:calc(1.5rem * 1.1);--layer-main:calc(960px / 2.6);padding:calc(1.5rem * 2.4) 1.09rem;background:var(--ink-dark);color:var(--surface-warm);}
.grid-_process .featured-lead{max-width:960px;margin:0 auto;}
.grid-_process h1,.grid-_process h2,.grid-_process h3,.grid-_process p{margin:0;}
.grid-_process h2{font-size:calc(16.5px * 2);line-height:1.14;}
.grid-_process h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.grid-_process p{font-size:16.5px;line-height:1.62;}
.grid-_process a{color:#0f3d2a;text-decoration:none;border-bottom:1px solid var(--surface-light);}
.grid-_process a:hover{color:#b3261e;border-bottom-color:#b3261e;}
.grid-_process .active-figure{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.7rem;}
.grid-_process .active-figure>.direct-visual{flex:1 1 60%;min-width:0;max-width:var(--layer-main);}
.grid-_process .active-figure>.public-form{flex:0 0 auto;margin-left:auto;}
.grid-_process .wide-plan{font-size:calc(16.5px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#26332a;}
.grid-_process .direct-visual h2{margin-top:calc(1.5rem / 2);}
.grid-_process .direct-shell{margin-top:calc(0.7rem * 1.5);color:#26332a;}
.grid-_process .public-form{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.21rem;background:#0f3d2a;color:#f4f7f2;border-bottom:none;}
.grid-_process .public-form:hover{background:#0a2c1e;color:#f4f7f2;}
.grid-_process .strong-links{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.7rem;margin-top:var(--axis-public);}
.grid-_process .page-surface{flex:1 1 calc(960px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid var(--surface-light);}
.grid-_process .page-surface p{margin-top:calc(1.5rem / 3);color:#26332a;}
.grid-_process .narrow-quote{flex:1 1 100%;margin-top:var(--axis-public);padding-top:calc(1.5rem * .75);border-top:1px solid var(--surface-light);font-size:calc(16.5px * .875);color:#26332a;}
@media (max-width:720px){.grid-_process .active-figure>.public-form{margin-left:0;}.grid-_process .page-surface{flex:1 1 100%;}
}
.content-stack{padding:calc(1.5rem * 2.4) 1.09rem;background:linear-gradient(135deg, #0f3d2a 0%, #14503a 55%, #1c6349 100%);color:#f4f7f2;}
.content-stack .featured-lead{max-width:960px;margin:0 auto;}
.content-stack .service-grid{margin-bottom:calc(0.7rem * 1.5);border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);padding-bottom:1.09rem;}
.content-stack .service-grid p{margin:0;font-size:calc(16.5px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.85;}
.content-stack .service-grid h2{margin:calc(1.09rem * .6) 0 0;font-size:calc(16.5px * 2);line-height:1.2;}
.content-stack .compact-inner{margin:0 0 calc(0.7rem * 1.5);max-width:62ch;}
.content-stack .compact-inner p{margin:0;font-size:16.5px;opacity:.94;}
.content-stack .strong-links{display:flex;flex-direction:column;gap:0;}
.content-stack .page-surface{padding:1.5rem 0;border-bottom:1px solid color-mix(in srgb, currentColor 16%, transparent);}
.content-stack .page-surface:first-child{padding-top:0;}
.content-stack .page-surface h3{margin:0 0 calc(1.09rem * .5);font-size:calc(16.5px * 1.125);}
.content-stack .page-surface p{margin:0;max-width:70ch;opacity:.93;}
.content-stack .page-surface a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.content-stack .page-surface a:hover{}
.content-stack .direct-details{margin-top:calc(0.7rem * 1.5);padding-top:1.5rem;border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);display:flex;flex-wrap:wrap;align-items:baseline;gap:0.7rem;}
.content-stack .direct-details p{margin:0;font-size:calc(16.5px * .875);opacity:.85;}
.content-stack .direct-details a{color:inherit;font-weight:700;text-decoration:none;border-bottom:2px solid #b3261e;padding-bottom:2px;}
.content-stack .direct-details a:hover{border-bottom-color:currentColor;}
@media (max-width:640px){.content-stack .direct-details{flex-direction:column;align-items:flex-start;}
    }
.strong-intro{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.09rem;
    background:var(--ink-dark,#fbfaf6);
    color:var(--surface-warm,#16201a);
  }
.strong-intro .visual-brand{max-width:min(960px,60rem);
    margin:0 auto;}
.strong-intro .service-grid{padding-bottom:calc(0.7rem * 1.5);
    border-bottom:1px solid var(--surface-light,#d8ded3);}
.strong-intro h1{margin:0;
    font-size:clamp(1.85rem,4.4vw,calc(16.5px * 2.65));
    line-height:1.1;
    font-weight:680;
    letter-spacing:-0.005em;}
.strong-intro .direct-shell{max-width:44rem;
    margin-top:1.5rem;}
.strong-intro .direct-shell p{margin:0;
    font-size:16.5px;
    line-height:1.7;
    color:#26332a;}
.strong-intro .narrow-quote{list-style:none;
    margin:calc(0.7rem * 1.5) 0 0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:0.7rem;}
.strong-intro .public-header{display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:0.4rem 1rem;
    padding:0.7rem 0;
    border-bottom:1px dashed var(--surface-light,#d8ded3);}
.strong-intro .public-header:last-child{border-bottom:0;}
.strong-intro .page-entries{flex:0 0 auto;
    min-width:14rem;
    font-weight:640;
    font-size:16.5px;}
.strong-intro .narrow-frame{flex:1 1 18rem;
    font-size:calc(16.5px * .875);
    line-height:1.6;
    color:#26332a;}
@media (max-width:640px){.strong-intro{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.strong-intro .page-entries{
      min-width:0;
    }
  }
.local-steps{
        padding:calc(1.5rem * 2.4) 1.09rem;
        background:linear-gradient(135deg, #0f3d2a 0%, #14503a 55%, #1c6349 100%);
        color:#f4f7f2;
    }
.local-steps .featured-lead{max-width:960px;
        margin:0 auto;}
.local-steps .service-grid{border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);
        padding-bottom:calc(0.7rem * 1.5);
        margin-bottom:calc(0.7rem * 1.5);}
.local-steps .service-grid p{margin:0;
        font-size:calc(16.5px * .875);
        letter-spacing:.04em;
        text-transform:uppercase;
        opacity:.85;}
.local-steps .service-grid h2{margin:1.09rem 0 0;
        font-size:calc(16.5px * 2);
        line-height:1.2;}
.local-steps .compact-inner{max-width:62ch;
        margin-bottom:calc(0.7rem * 1.5);}
.local-steps .compact-inner p{margin:0;
        font-size:16.5px;
        line-height:1.62;
        opacity:.94;}
.local-steps .strong-links{display:flex;
        flex-direction:column;
        gap:0.7rem;}
.local-steps .page-surface{display:flex;
        flex-wrap:wrap;
        align-items:baseline;
        gap:0.7rem;
        padding:calc(1.5rem * .75) 0;
        border-top:1px solid color-mix(in srgb, currentColor 16%, transparent);}
.local-steps .page-surface:last-child{border-bottom:1px solid color-mix(in srgb, currentColor 16%, transparent);}
.local-steps .visual-surface{flex:0 0 130px;
        font-size:calc(16.5px * .875);
        text-transform:uppercase;
        letter-spacing:.05em;
        opacity:.8;}
.local-steps .page-surface h3{flex:1 1 220px;
        margin:0;
        font-size:calc(16.5px * 1.125);
        line-height:1.3;}
.local-steps .page-surface p{flex:1 1 100%;
        margin:0;
        font-size:16.5px;
        line-height:1.62;
        opacity:.92;}
.local-steps .fresh-visual{
        display:flex;
        flex-wrap:wrap;
        gap:calc(0.7rem * 1.5);
        margin-top:calc(0.7rem * 1.5);
        padding:calc(1.5rem * .75);
        border-radius:0.5rem;
        background:color-mix(in srgb, currentColor 14%, transparent);
    }
.local-steps .simple-quote{flex:1 1 200px;}
.local-steps .simple-quote .bottom-content{display:block;
        font-size:calc(16.5px * .875);
        text-transform:uppercase;
        letter-spacing:.05em;
        opacity:.78;
        margin-bottom:4px;}
.local-steps .simple-quote a,
    .local-steps .simple-quote p{margin:0;
        font-size:16.5px;
        line-height:1.62;}
.local-steps .simple-quote a{color:inherit;
        text-decoration:underline;
        text-underline-offset:3px;}
.local-steps .simple-quote a:hover{opacity:.82;}
.local-steps .public-form{margin-top:calc(0.7rem * 1.5);
        padding-top:calc(0.7rem * 1.5);
        border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.local-steps .public-form p{margin:0 0 1.09rem;
        font-size:16.5px;
        line-height:1.62;
        opacity:.92;}
.local-steps .narrow-quote{display:flex;
        flex-wrap:wrap;
        gap:0.7rem;
        margin:0;}
.local-steps .narrow-quote a{
        display:inline-block;
        padding:8px 14px;
        border-radius:0.42rem;
        background:#b3261e;
        color:#fff8f6;
        text-decoration:none;
        font-size:calc(16.5px * .875);
        transition:background 490ms var(--motion-slow);
    }
.local-steps .narrow-quote a:hover{
        background:#8f1d17;color:#16201a;}
@media (max-width:640px){.local-steps .visual-surface{
            flex:0 0 100%;
        }
    }
.scene{--axis-public:calc(1.5rem * 1.1);padding:calc(1.5rem * 2.4) 1.09rem;background:var(--ink-dark);color:var(--surface-warm);}
.scene .featured-lead{max-width:960px;margin:0 auto;}
.scene h2,.scene h3,.scene p{margin:0;}
.scene h2{font-size:calc(16.5px * 2);line-height:1.14;letter-spacing:-0.01em;}
.scene h3{font-size:calc(16.5px * 1.35);line-height:1.25;}
.scene p{font-size:16.5px;line-height:1.62;}
.scene .fresh-frame{max-width:calc(960px * 0.78);padding-bottom:calc(0.7rem * 1.5);border-bottom:1px solid var(--surface-light);}
.scene .direct-shell{margin-top:calc(0.7rem * 1.5);color:#26332a;}
.scene .direct-view{display:flex;flex-direction:column;margin-top:var(--axis-public);}
.scene .page-surface{padding:calc(0.7rem * 1.5) 0;border-bottom:1px solid var(--surface-light);}
.scene .page-surface:last-child{border-bottom:0;}
.scene .page-surface p{margin-top:calc(1.5rem / 2.4);color:#26332a;}
.scene .narrow-quote{margin-top:calc(0.7rem * 1.5);padding-top:calc(0.7rem * 1.5);border-top:1px solid var(--surface-light);}
.scene .wide-plan{font-size:calc(16.5px * .875);color:#26332a;}
.scene a{color:#0f3d2a;text-decoration:underline;text-underline-offset:2px;}
.scene a:hover{color:#b3261e;}
@media (max-width:640px){.scene .fresh-frame{max-width:none;}.scene .page-surface{padding:calc(1.5rem * .75) 0;}
}
.open-inner{
  position: relative;
  padding: calc(1.5rem * 2.4) 1.09rem;
  background: var(--ink-dark);
  color: var(--surface-warm);
}
.open-inner .featured-lead{display: flex;
  flex-direction: column;
  max-width: 960px;
  margin: 0 auto;}
.open-inner .clear-section{padding-bottom: 1.5rem;
  border-bottom: 2px solid var(--surface-warm);}
.open-inner h2{margin: 0;
  font-size: calc(16.5px * 2);
  line-height: 1.1;}
.open-inner .clear-section p{max-width: 46rem;
  margin: 1.5rem 0 0;
  font-size: 16.5px;
  line-height: 1.62;}
.open-inner .steady-actions{display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--surface-light);}
.open-inner .strong-footer{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  flex: 1 1 22rem;}
.open-inner .strong-footer p{max-width: 22rem;
  margin: 0;
  font-size: calc(16.5px * .875);
  line-height: 1.62;}
.open-inner .site-wrap{display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: calc(1.5rem * .75);
  flex: 0 0 auto;}
.open-inner .site-wrap a{font-size: calc(16.5px * 1.125);
  overflow-wrap: anywhere;
  text-underline-offset: .22em;}
.open-inner .site-wrap a:hover{}
.open-inner .featured-grid{display: flex;
  flex-direction: column;
  padding-top: 1.5rem;}
.open-inner .featured-grid a{display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.7rem;
  padding: calc(1.5rem * .75) 0;
  text-decoration: none;
  border-bottom: 1px solid var(--surface-light);
  font-size: 16.5px;}
.open-inner .featured-grid a:last-child{border-bottom: none;}
.open-inner .featured-grid a:hover{}
.open-inner .featured-grid span{font-size: calc(16.5px * .875);}
@media (max-width: 720px) {.open-inner .steady-actions{
    flex-direction: column;
  }.open-inner .strong-footer{
    flex-direction: column;
    gap: calc(1.5rem * .75);
  }.open-inner .site-wrap{
    align-items: flex-start;
  }
}
.bottom-section{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.09rem;
    background:var(--ink-dark,#fbfaf6);
    color:var(--surface-warm,#16201a);
  }
.bottom-section .visual-details{max-width:min(960px,62rem);
    margin:0 auto;}
.bottom-section h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(16.5px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:-0.005em;}
.bottom-section .direct-shell{max-width:44rem;
    margin-top:clamp(.9rem,1.8vw,1.5rem);
    padding-top:clamp(.8rem,1.5vw,calc(0.7rem * 1.5));
    border-top:1px solid var(--surface-light,#d8ded3);}
.bottom-section p{margin:0;
    font-size:clamp(1rem,1.22vw,16.5px);
    line-height:1.72;
    color:#26332a;}
@media (max-width:640px){.bottom-section{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.5);
    }.bottom-section h1{font-size:clamp(1.6rem,7vw,2.1rem);}
  }
.offer-quote{
  --axis-public:calc(1.5rem * 1.35);
  --layer-main:calc(960px / 1.9);
  padding:calc(1.5rem * 2.4) 1.09rem;
  background:var(--ink-dark);
  color:var(--surface-warm);
}
.offer-quote .featured-lead{max-width:960px;
  margin:0 auto;}
.offer-quote h2,
.offer-quote h3,
.offer-quote p{margin:0;}
.offer-quote h2{font-size:calc(16.5px * 2);
  line-height:1.14;
  letter-spacing:-0.005em;}
.offer-quote h3{font-size:calc(16.5px * 1.35);
  line-height:1.22;
  margin-bottom:calc(1.5rem / 3);}
.offer-quote p{font-size:16.5px;
  line-height:1.62;}
.offer-quote .compact-inner{max-width:var(--layer-main);
  padding-bottom:calc(0.7rem * 1.5);
  border-bottom:1px solid var(--surface-light);}
.offer-quote .direct-shell{margin-top:calc(1.5rem / 2);
  color:#26332a;}
.offer-quote .strong-links{display:flex;
  flex-direction:column;
  gap:0;
  margin-top:var(--axis-public);}
.offer-quote .page-surface{min-width:0;
  padding:calc(0.7rem * 1.5) 0;
  border-bottom:1px solid var(--surface-light);}
.offer-quote .page-surface:first-child{padding-top:0;}
.offer-quote .page-surface:last-child{border-bottom:0;
  padding-bottom:0;}
.offer-quote .wide-plan{margin-top:var(--axis-public);
  padding-top:calc(0.7rem * 1.5);
  border-top:1px solid var(--surface-light);
  font-size:calc(16.5px * .875);
  color:#26332a;}
.offer-quote a{color:#0f3d2a;
  text-decoration:underline;
  text-underline-offset:2px;}
.offer-quote a:hover{color:#b3261e;}
@media (min-width:720px){.offer-quote .strong-links{
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:calc(0.7rem * 3);
    row-gap:0;
  }.offer-quote .page-surface{
    padding:calc(0.7rem * 1.5) 0;
  }.offer-quote .page-surface:nth-child(odd){
    padding-right:calc(0.7rem * 1.5);
  }.offer-quote .page-surface:nth-child(even){
    padding-left:calc(0.7rem * 1.5);
    border-left:1px solid var(--surface-light);
  }.offer-quote .page-surface:nth-last-child(-n+2){
    border-bottom:0;
  }
}
.main-visual{--axis-public:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.09rem;background:#0f3d2a;color:#f4f7f2;}
.main-visual .featured-lead{max-width:960px;margin:0 auto;}
.main-visual h2,.main-visual h3,.main-visual p{margin:0;}
.main-visual h2{font-size:calc(16.5px * 2);line-height:1.12;}
.main-visual h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.main-visual p{font-size:16.5px;line-height:1.62;}
.main-visual a{color:inherit;text-decoration:none;}
.main-visual .team-flow{max-width:calc(960px * .78);}
.main-visual .wide-plan{margin-bottom:calc(1.5rem / 2);font-size:calc(16.5px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.78;}
.main-visual .direct-shell{margin-top:1.5rem;opacity:.86;}
.main-visual .strong-links{display:flex;flex-direction:column;gap:0;margin-top:var(--axis-public);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.main-visual .page-surface{padding:calc(0.7rem * 1.5) 0;border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.main-visual .text-summary{margin-bottom:calc(1.5rem / 3);font-size:calc(16.5px * .875);letter-spacing:.06em;text-transform:uppercase;opacity:.7;}
.main-visual .direct-visual{margin-top:calc(1.5rem / 2.5);max-width:calc(960px * .82);opacity:.82;}
.main-visual .content-rail{display:inline-block;margin-top:calc(1.5rem / 1.6);padding-bottom:2px;border-bottom:1px solid currentColor;font-size:calc(16.5px * .875);letter-spacing:.03em;}
.main-visual .content-rail:hover{opacity:.72;}
.main-visual .fresh-visual{margin-top:var(--axis-public);display:flex;flex-wrap:wrap;align-items:baseline;gap:0.7rem;}
.main-visual .public-header{font-size:calc(16.5px * .875);opacity:.78;max-width:calc(960px * .62);}
.main-visual .narrow-entries{font-size:calc(16.5px * .875);padding-bottom:2px;border-bottom:1px solid currentColor;}
.main-visual .narrow-entries:hover{opacity:.72;}
@media (max-width:640px){.main-visual .team-flow{max-width:100%;}.main-visual .direct-visual{max-width:100%;}.main-visual .public-header{max-width:100%;}
}
.page-rail{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.09rem;
    background:var(--ink-dark,#fbfaf6);
    color:var(--surface-warm,#16201a);
  }
.page-rail .visual-details{max-width:min(960px,60rem);
    margin:0 auto;}
.page-rail h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(16.5px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:-0.005em;}
.page-rail .direct-shell{max-width:40rem;
    margin-top:clamp(1rem,2vw,calc(0.7rem * 1.5));
    padding-top:clamp(.8rem,1.5vw,1.5rem);
    border-top:1px solid var(--surface-light,#d8ded3);}
.page-rail .direct-shell p{margin:0;
    font-size:clamp(1rem,1.22vw,16.5px);
    line-height:1.72;}
.page-rail .narrow-quote{max-width:40rem;
    margin-top:calc(0.7rem * 1.5);
    padding-left:calc(1.5rem * .75);
    border-left:3px solid #0f3d2a;}
.page-rail .narrow-quote p{margin:0;
    font-size:calc(16.5px * .875);
    line-height:1.66;
    color:#26332a;}
@media (max-width:640px){.page-rail{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.page-rail h1{
      font-size:clamp(1.6rem,7vw,2.1rem);
    }
  }
.visual-header{
    padding:calc(1.5rem * 2.4) 1.09rem;
    background:linear-gradient(135deg, #0f3d2a 0%, #14503a 55%, #1c6349 100%);
    color:#f4f7f2;
}
.visual-header .featured-lead{max-width:960px;
    margin:0 auto;}
.visual-header .service-grid{margin-bottom:calc(0.7rem * 1.5);
    border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);
    padding-bottom:calc(0.7rem * 1.5);}
.visual-header .service-grid p{margin:0;
    font-size:calc(16.5px * .875);
    letter-spacing:.06em;
    text-transform:uppercase;
    opacity:.85;}
.visual-header .service-grid h2{margin:1.09rem 0 0;
    font-size:calc(16.5px * 2);
    line-height:1.2;}
.visual-header .direct-shell{margin:0 0 calc(0.7rem * 1.5);
    max-width:62ch;
    font-size:16.5px;
    opacity:.92;}
.visual-header .fresh-visual{display:flex;
    flex-wrap:wrap;
    gap:0.7rem;
    margin-bottom:calc(0.7rem * 1.5);}
.visual-header .page-surface{
    flex:1 1 260px;
    min-width:0;
    padding:calc(1.5rem * .75);
    border-radius:0.42rem;
    background:color-mix(in srgb, currentColor 14%, transparent);
    border:1px solid color-mix(in srgb, currentColor 20%, transparent);
}
.visual-header .page-surface .visual-surface{display:inline-block;
    font-size:calc(16.5px * .875);
    font-weight:700;
    letter-spacing:.04em;
    text-transform:uppercase;
    opacity:.8;}
.visual-header .page-surface h3{margin:1.09rem 0 1.5rem;
    font-size:calc(16.5px * 1.125);
    line-height:1.3;}
.visual-header .page-surface p{margin:0;
    font-size:calc(16.5px * .875);
    opacity:.92;}
.visual-header .public-header{display:flex;
    flex-wrap:wrap;
    gap:calc(0.7rem * 1.5);
    padding-top:calc(0.7rem * 1.5);
    border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.visual-header .plain-fields,
.visual-header .plain-headline{flex:1 1 280px;
    min-width:0;}
.visual-header .bottom-content{margin:0 0 1.5rem;
    font-size:calc(16.5px * .875);
    font-weight:700;
    letter-spacing:.05em;
    text-transform:uppercase;
    opacity:.85;}
.visual-header .plain-fields p,
.visual-header .plain-headline p{margin:0 0 1.5rem;
    font-size:calc(16.5px * .875);}
.visual-header .plain-fields p:last-child,
.visual-header .plain-headline p:last-child{margin-bottom:0;}
.visual-header .soft-brand{font-style:normal;
    opacity:.9;}
.visual-header a{color:inherit;
    text-decoration:underline;
    text-underline-offset:3px;
    transition:opacity 490ms var(--motion-slow);}
.visual-header a:hover{opacity:.72;}
.visual-header .narrow-quote{margin:calc(0.7rem * 1.5) 0 0;
    padding-top:calc(0.7rem * 1.5);
    border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);
    font-size:calc(16.5px * .875);
    opacity:.9;}
@media (max-width:640px){.visual-header .page-surface{
        flex:1 1 100%;
    }
}
.content-plan{
  padding: calc(1.5rem * 2.4) 1.09rem;
  background: #0f3d2a;
  color: #f4f7f2;
}
.content-plan .featured-lead{max-width: min(960px, 72rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr) minmax(0, .7fr);
  gap: calc(0.7rem * 1.5);
  align-items: start;}
.content-plan h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.5px * 2);
  line-height: 1.1;}
.content-plan .direct-shell p{margin: 0 0 calc(1.5rem * .75);
  font-size: 16.5px;
  line-height: 1.62;}
.content-plan .direct-shell .wide-plan{color: #c9d2c8;
  font-size: calc(16.5px * .875);
  border-left: 2px solid #b3261e;
  padding-left: calc(1.5rem * .75);}
.content-plan .simple-inner{display: flex;
  flex-direction: column;
  gap: 0.7rem;}
.content-plan .compact-headline{display: flex;
  flex-direction: column;
  gap: 0.3rem;}
.content-plan .compact-headline label{font-size: calc(16.5px * .875);
  color: #c9d2c8;}
.content-plan .compact-headline input,
.content-plan .compact-headline select,
.content-plan .compact-headline textarea{
  font: inherit;
  padding: 0.55rem 0.7rem;
  border-radius: 0.21rem;
  border: 1px solid #26332a;
  background: #ffffff;
  color: #16201a;
}
.content-plan .compact-headline input::placeholder,
.content-plan .compact-headline textarea::placeholder{color: rgba(255,255,255,0.55);}
.content-plan .public-form{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7rem;
  margin-top: calc(1.5rem * .75);}
.content-plan .public-form button{
  font: inherit;
  cursor: pointer;
  padding: 0.6rem 1.1rem;
  border: 0;
  border-radius: 0.42rem;
  background: #b3261e;
  color: #fff8f6;
  transition: background 490ms var(--motion-slow);
}
.content-plan .public-form button:hover{
  background: #8f1d17;color:#16201a;}
.content-plan .public-form .plain-area{flex: 1 1 14rem;
  font-size: calc(16.5px * .875);
  color: #c9d2c8;}
.content-plan .fresh-visual{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-left: calc(1.5rem * .75);
  border-left: 1px solid #26332a;}
.content-plan .fresh-visual .public-header{display: flex;
  flex-direction: column;
  gap: 0.2rem;}
.content-plan .fresh-visual .public-header span{font-size: calc(16.5px * .875);
  color: #c9d2c8;
  text-transform: uppercase;
  letter-spacing: 0.04em;}
.content-plan .fresh-visual .public-header a,
.content-plan .fresh-visual .public-header address{font-style: normal;
  text-decoration: none;
  font-size: 16.5px;}
.content-plan .fresh-visual .public-header a:hover{color:inherit;}
.content-plan .fresh-visual .public-header p{margin: 0;
  font-size: calc(16.5px * .875);
  color: #c9d2c8;}
.content-plan .fresh-visual .public-header p a{text-decoration: underline;}
@media (max-width: 900px) {.content-plan .featured-lead{
    grid-template-columns: 1fr 1fr;
  }.content-plan .fresh-visual{
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid #26332a;
    padding-left: 0;
    padding-top: calc(1.5rem * .75);
    flex-direction: row;
    flex-wrap: wrap;
    gap: calc(0.7rem * 1.5);
  }.content-plan .fresh-visual .public-header{
    flex: 1 1 12rem;
  }
}
@media (max-width: 640px) {.content-plan .featured-lead{
    grid-template-columns: 1fr;
  }
}
.wide-stack{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.09rem;
    background:var(--ink-dark,#fbfaf6);
    color:var(--surface-warm,#16201a);
  }
.wide-stack .visual-details{max-width:min(960px,60rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.7rem * 1.5);}
.wide-stack h1{margin:0;
    font-size:clamp(1.85rem,4.6vw,calc(16.5px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:-0.01em;}
.wide-stack .direct-shell{max-width:44rem;
    padding-top:1.5rem;
    border-top:1px solid var(--surface-light,#d8ded3);}
.wide-stack p{margin:0;
    font-size:clamp(1rem,1.25vw,16.5px);
    line-height:1.7;
    color:#26332a;}
@media (max-width:640px){.wide-stack{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.wide-stack .visual-details{gap:calc(1.5rem * .75);}
  }
.clear-region{
  padding: calc(1.5rem * 2.4) 1.09rem;
  background: #0f3d2a;
  color: #f4f7f2;
}
.clear-region .featured-lead{max-width: min(960px, 68rem);
  margin: 0 auto;}
.clear-region .service-grid{max-width: 44rem;
  margin-bottom: calc(0.7rem * 1.5);}
.clear-region h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.5px * 2);
  line-height: 1.1;}
.clear-region .direct-shell{margin: 0;
  font-size: calc(16.5px * 1.125);
  line-height: 1.62;
  color: #c9d2c8;}
.clear-region .fresh-visual{display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(0.7rem * 1.5);}
.clear-region .page-surface{
  flex: 1 1 min(100%, 20rem);
  padding: calc(1.5rem * .75);
  background: rgba(255, 255, 255, 0.04);
  border-left: 2px solid #b3261e;
  border-radius: 0.21rem;
}
.clear-region .open-panel{margin: 0 0 calc(1.5rem * .75);
  font-size: 16.5px;
  line-height: 1.55;}
.clear-region .strong-plan{margin: 0;
  font-weight: 700;
  font-size: calc(16.5px * .875);}
.clear-region .wide-grid{margin: calc(calc(1.5rem * .75) * 0.4) 0 0;
  font-size: calc(16.5px * .875);
  color: #c9d2c8;}
.clear-region .team-headline{padding-top: calc(1.5rem * .75);
  border-top: 1px solid #26332a;}
.clear-region .media-lead{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.5px * .875);
  color: #c9d2c8;}
.clear-region .offer-stack{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;}
.clear-region .offer-stack li{padding: 0.35rem 0.7rem;
  font-size: calc(16.5px * .875);
  border: 1px solid #26332a;
  border-radius: 0.21rem;
  color: #c9d2c8;}
@media (max-width: 700px) {.clear-region .fresh-visual{
    display: block;
  }.clear-region .page-surface + .page-surface{
    margin-top: 0.7rem;
  }
}
.primary-steps{--axis-public:calc(1.5rem * 0.95);--layer-main:calc(960px / 2.1);padding:calc(1.5rem * 2.4) 1.09rem;background:#0f3d2a;color:#f4f7f2;}
.primary-steps .featured-lead{max-width:960px;margin:0 auto;}
.primary-steps h2,.primary-steps h3,.primary-steps p{margin:0;}
.primary-steps h2{font-size:calc(16.5px * 2);line-height:1.14;}
.primary-steps h3{font-size:calc(16.5px * .875);line-height:1.35;font-weight:600;letter-spacing:0.01em;opacity:.82;margin-top:calc(1.5rem / 2.4);}
.primary-steps p{font-size:16.5px;line-height:1.62;color:color-mix(in srgb, currentColor 78%, transparent);}
.primary-steps .direct-shell{margin-top:1.5rem;max-width:var(--layer-main);}
.primary-steps .strong-links{display:flex;flex-direction:column;gap:0;margin-top:calc(var(--axis-public) * 1.1);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.primary-steps .page-surface{min-width:0;padding-block:var(--axis-public);border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.primary-steps .page-surface p{max-width:calc(960px * 0.78);}
@media (min-width:720px){.primary-steps .page-surface{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,calc(960px / 3.4));column-gap:calc(0.7rem * 1.6);align-items:start;}.primary-steps .page-surface h3{margin-top:0;text-align:right;}
}
.text-block{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.09rem calc(calc(1.5rem * 2.4)*.6);
    background:var(--ink-dark);
    color:var(--surface-warm);
  }
.text-block .visual-details{max-width:min(960px,58rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.7rem * 1.5);}
.text-block h1{margin:0;
    font-size:clamp(1.85rem,4.6vw,calc(16.5px * 2.65));
    line-height:1.08;
    font-weight:700;
    letter-spacing:-0.005em;}
.text-block .direct-shell{max-width:44rem;
    padding-top:1.5rem;
    border-top:1px solid var(--surface-light);}
.text-block p{margin:0;
    font-size:clamp(1rem,1.22vw,16.5px);
    line-height:1.72;
    color:#26332a;}
@media (max-width:640px){.text-block{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.46);
    }.text-block .direct-shell{
      max-width:100%;
    }
  }
.contact-body{--axis-public:calc(1.5rem * 1.18);--layer-main:calc(960px / 2.5);--label-nav:calc(960px / 2.9);padding:calc(1.5rem * 2.4) 1.09rem;background:#0f3d2a;color:#f4f7f2;}
.contact-body .featured-lead{max-width:960px;margin:0 auto;}
.contact-body h2,.contact-body h3,.contact-body p{margin:0;}
.contact-body h2{font-size:calc(16.5px * 2);line-height:1.14;}
.contact-body h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.contact-body p{font-size:16.5px;line-height:1.62;}
.contact-body .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.7rem;}
.contact-body .row-title h2{flex:1 1 calc(960px / 2.6);min-width:0;}
.contact-body .row-title>p{flex:1 1 calc(960px / 2.8);min-width:0;opacity:.86;}
.contact-body .strong-links{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--axis-public);margin-top:calc(var(--axis-public) * 1.1);}
.contact-body .page-surface{flex:1 1 var(--label-nav);min-width:0;padding-top:calc(calc(1.5rem * .75) / 1.4);border-top:1px solid rgba(244,247,242,0.18);}
.contact-body .page-surface p{margin-top:calc(1.5rem / 3.2);opacity:.88;}
.contact-body .site-view{padding-block-end:calc(var(--axis-public) / 3);}
.contact-body .wide-proof{row-gap:calc(var(--axis-public) * .6);}
.contact-body .page-body{column-gap:calc(0.7rem * .95);}
@media (max-width:720px){.contact-body .row-title h2,.contact-body .row-title>p{flex:1 1 100%;}.contact-body .page-surface{flex:1 1 100%;}
}
.open-summary{
        padding:calc(1.5rem * 2.4) 1.09rem;
        background:linear-gradient(135deg, #0f3d2a 0%, #14503a 55%, #1c6349 100%);
        color:#f4f7f2;
    }
.open-summary .featured-lead{max-width:960px;
        margin:0 auto;}
.open-summary .service-grid{max-width:68ch;
        margin:0 0 calc(0.7rem * 1.5);}
.open-summary .service-grid p{margin:0 0 0.7rem;
        font-size:calc(16.5px * .875);
        letter-spacing:.09em;
        text-transform:uppercase;
        opacity:.85;}
.open-summary .service-grid h2{margin:0 0 0.7rem;
        font-size:calc(16.5px * 2);
        line-height:1.18;}
.open-summary .service-grid span{display:block;
        font-size:16.5px;
        line-height:1.62;
        opacity:.94;}
.open-summary .top-copy{display:flex;
        flex-wrap:wrap;
        gap:0.7rem;}
.open-summary .top-copy article{
        flex:1 1 260px;
        min-width:0;
        padding:calc(1.5rem * .75) 1.09rem;
        border:1px solid color-mix(in srgb, currentColor 26%, transparent);
        border-radius:0.42rem;
        background:color-mix(in srgb, currentColor 10%, transparent);
    }
.open-summary .top-copy h3{margin:0 0 6px;
        font-size:calc(16.5px * 1.125);}
.open-summary .top-copy p{margin:0 0 0.7rem;
        font-size:16.5px;
        line-height:1.62;
        opacity:.95;}
.open-summary .top-copy small{display:block;
        font-size:calc(16.5px * .875);
        opacity:.82;}
@media (max-width:640px){.open-summary .service-grid{
            margin-bottom:1.5rem;
        }.open-summary .top-copy article{
            flex:1 1 100%;
        }
    }
.featured-intro{--axis-public:calc(1.5rem * 1.15);padding:calc(1.5rem * 2.4) 1.09rem;background:var(--ink-dark);color:var(--surface-warm);}
.featured-intro .featured-lead{max-width:960px;margin:0 auto;}
.featured-intro h2,.featured-intro h3,.featured-intro p{margin:0;}
.featured-intro h2{font-size:calc(16.5px * 2);line-height:1.14;}
.featured-intro h3{font-size:calc(16.5px * 1.35);line-height:1.22;font-weight:600;}
.featured-intro p{font-size:16.5px;line-height:1.62;}
.featured-intro .fresh-visual{display:flex;flex-direction:column;gap:calc(1.5rem / 2);padding-bottom:calc(0.7rem * 1.5);border-bottom:1px solid var(--surface-light);}
.featured-intro .direct-shell{max-width:calc(960px * 0.72);color:#26332a;}
.featured-intro .strong-links{list-style:none;margin:var(--axis-public) 0 0;padding:0;display:flex;flex-direction:column;}
.featured-intro .page-surface{padding:calc(0.7rem * 1.5) 0;border-bottom:1px solid var(--surface-light);}
.featured-intro .page-surface:first-child{padding-top:0;}
.featured-intro .page-surface:last-child{border-bottom:none;padding-bottom:0;}
.featured-intro .page-surface p{margin-top:calc(1.5rem / 3);color:#26332a;max-width:calc(960px * 0.82);}
.featured-intro .wide-plan{margin-top:var(--axis-public);padding-top:calc(0.7rem * 1.5);border-top:1px solid var(--surface-light);font-size:calc(16.5px * .875);color:#26332a;max-width:calc(960px * 0.78);}
@media (min-width:720px){.featured-intro .page-surface{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);gap:0.7rem;align-items:baseline;}.featured-intro .page-surface p{margin-top:0;}
}
.primary-flow{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.09rem;
    background:var(--ink-dark,#fbfaf6);
    color:var(--surface-warm,#16201a);
  }
.primary-flow .visual-details{max-width:min(960px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(.9rem,1.8vw,calc(0.7rem * 1.5));}
.primary-flow h1{margin:0;
    font-size:clamp(1.95rem,4.6vw,calc(16.5px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:-0.005em;}
.primary-flow .direct-shell{max-width:44rem;
    padding-top:clamp(.75rem,1.4vw,1.5rem);
    border-top:1px solid var(--surface-light,#d8ded3);}
.primary-flow .direct-shell p{margin:0;
    font-size:clamp(1rem,1.2vw,16.5px);
    line-height:1.72;
    color:#26332a;}
@media (max-width:640px){.primary-flow{
      padding-top:calc(calc(1.5rem * 2.4)*.52);
      padding-bottom:calc(calc(1.5rem * 2.4)*.52);
    }.primary-flow h1{
      font-size:clamp(1.7rem,7vw,2.4rem);
    }
  }
.visual-callout{
  --axis-public:calc(1.5rem * 1.05);
  --layer-main:calc(960px * 0.72);
  padding:calc(1.5rem * 2.4) 1.09rem;
  background:#0f3d2a;
  color:#f4f7f2;
}
.visual-callout .featured-lead{max-width:960px;
  margin:0 auto;}
.visual-callout h2,
.visual-callout h3,
.visual-callout p{margin:0;}
.visual-callout h2{font-size:calc(16.5px * 2);
  line-height:1.14;}
.visual-callout h3{font-size:calc(16.5px * 1.35);
  line-height:1.24;}
.visual-callout p{font-size:16.5px;
  line-height:1.62;}
.visual-callout .compact-inner{max-width:var(--layer-main);
  padding-bottom:calc(0.7rem * 1.5);
  border-bottom:1px solid color-mix(in srgb, currentColor 24%, transparent);}
.visual-callout .direct-shell{margin-top:calc(1.5rem * 0.6);
  color:color-mix(in srgb, currentColor 78%, transparent);}
.visual-callout .direct-view{display:flex;
  flex-direction:column;
  margin-top:var(--axis-public);}
.visual-callout .page-surface{padding:calc(1.5rem * .75) 0;
  border-bottom:1px solid color-mix(in srgb, currentColor 16%, transparent);}
.visual-callout .page-surface:last-child{border-bottom:none;}
.visual-callout .page-surface p{margin-top:calc(1.5rem * 0.42);
  max-width:var(--layer-main);
  color:color-mix(in srgb, currentColor 76%, transparent);}
.visual-callout .wide-plan{margin-top:var(--axis-public);
  padding-top:calc(0.7rem * 1.5);
  border-top:1px solid color-mix(in srgb, currentColor 24%, transparent);
  font-size:calc(16.5px * .875);
  color:color-mix(in srgb, currentColor 82%, transparent);}
.visual-callout .wide-plan a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;
  transition:color 490ms var(--motion-slow);}
.visual-callout .wide-plan a:hover{}
@media (min-width:720px){.visual-callout .direct-view{
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:calc(0.7rem * 3);
    row-gap:0;
  }.visual-callout .page-surface{
    padding:calc(1.5rem * .75) 0;
  }
}
.team-service{
  padding: calc(1.5rem * 2.4) 1.09rem;
  background: #0f3d2a;
  color: #f4f7f2;
}
.team-service .featured-lead{max-width: min(960px, 70rem);
  margin: 0 auto;}
.team-service .service-grid{max-width: 46rem;
  margin-bottom: calc(0.7rem * 1.5);}
.team-service h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(16.5px * 2);
  line-height: 1.1;}
.team-service .direct-shell{margin: 0;
  font-size: calc(16.5px * 1.125);
  line-height: 1.55;
  color: #c9d2c8;}
.team-service .fresh-visual{display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;}
.team-service .page-surface{
  flex: 1 1 min(100%, 20rem);
  margin: 0;
  padding: calc(1.5rem * .75) calc(1.5rem * .75) calc(1.5rem * .75) calc(calc(1.5rem * .75) * 1.1);
  border-left: 2px solid #b3261e;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 0.21rem;
}
.team-service .direct-visual{margin: 0 0 calc(1.5rem * .75);
  font-size: 16.5px;
  line-height: 1.6;}
.team-service .strong-plan{margin: 0;
  font-weight: 700;
  font-size: 16.5px;}
.team-service .main-team{margin: calc(calc(1.5rem * .75) * 0.25) 0 0;
  font-size: calc(16.5px * .875);
  color: #c9d2c8;}
.team-service .wide-plan{margin-top: calc(0.7rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #26332a;
  max-width: 52rem;}
.team-service .wide-plan p{margin: 0 0 calc(calc(1.5rem * .75) * 0.6);
  font-size: calc(16.5px * .875);
  line-height: 1.6;
  color: #c9d2c8;}
.team-service .wide-plan a{text-decoration: underline;}
.team-service .wide-plan a:hover{color:inherit;}
.team-service .narrow-quote{margin: 0;
  font-size: calc(16.5px * .875);}
@media (max-width: 700px) {.team-service .fresh-visual{
    display: block;
  }.team-service .page-surface + .page-surface{
    margin-top: 0.7rem;
  }
}
.focused-service{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.09rem calc(calc(1.5rem * 2.4)*.6);
    background:var(--ink-dark,#fbfaf6);
    color:var(--surface-warm,#16201a);
  }
.focused-service .visual-details{max-width:min(960px,62rem);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:clamp(.9rem,1.8vw,calc(0.7rem * 1.5));}
.focused-service h1{margin:0;
    font-size:clamp(1.9rem,4.6vw,calc(16.5px * 2.65));
    line-height:1.08;
    font-weight:640;
    letter-spacing:-0.005em;}
.focused-service .direct-shell{max-width:44rem;
    padding-top:clamp(.8rem,1.5vw,1.5rem);
    border-top:1px solid var(--surface-light,#d8ded3);}
.focused-service p{margin:0;
    font-size:clamp(1rem,1.22vw,16.5px);
    line-height:1.72;
    color:#26332a;}
@media (max-width:640px){.focused-service{
      padding-top:calc(calc(1.5rem * 2.4)*.5);
      padding-bottom:calc(calc(1.5rem * 2.4)*.44);
    }.focused-service .direct-shell{max-width:100%;}
  }
.quiet-body{padding:calc(1.5rem * 2.4) 1.09rem;background:linear-gradient(135deg, #0f3d2a 0%, #14503a 55%, #1c6349 100%);color:#f4f7f2}
.quiet-body .featured-lead{max-width:960px;margin:0 auto}
.quiet-body .header{max-width:52rem;margin-bottom:calc(0.7rem * 1.5)}
.quiet-body h2{margin:0;font-size:calc(16.5px * 2.65);line-height:1.05}
.quiet-body .header p{max-width:44rem;margin:1.5rem 0 0;font-size:calc(16.5px * 1.125);line-height:1.62}
.quiet-body .top-method{display:flex;align-items:flex-start;gap:calc(0.7rem * 1.5)}
.quiet-body .direct-view{flex:0 1 19rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);border-left:2px solid rgba(244,247,242,0.28);padding-left:calc(1.5rem * .75)}
.quiet-body button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.6;transition:opacity 490ms var(--motion-slow),transform 490ms var(--motion-slow)}
.quiet-body button:hover,.quiet-body button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.quiet-body .local-tile{flex:1 1 30rem;align-self:start}
.quiet-body [data-response]{display:none}
.quiet-body [data-response].is-active{display:block;animation:clarifyFocusIn calc(490ms*1.8) var(--motion-slow) both}
.quiet-body h3{margin:0;font-size:calc(16.5px * 2);line-height:1.1}
.quiet-body [data-response] p{max-width:48rem;margin:1.5rem 0 0;font-size:calc(16.5px * 1.125);line-height:1.62}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(0.7rem * 1)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.quiet-body .top-method{display:block}.quiet-body .direct-view{margin-bottom:calc(0.7rem * 1.5);border-left:0;padding-left:0}}
@media(prefers-reduced-motion:reduce){.quiet-body [data-response].is-active{animation:none}}
.visual-service{--axis-public:calc(1.5rem * 1.25);--layer-main:calc(960px / 2.35);padding:calc(1.5rem * 2.4) 1.09rem;background:var(--ink-dark);color:var(--surface-warm);}
.visual-service .featured-lead{max-width:960px;margin:0 auto;}
.visual-service h2,.visual-service h3,.visual-service p{margin:0;}
.visual-service h2{font-size:calc(16.5px * 2);line-height:1.14;}
.visual-service h3{font-size:calc(16.5px * 1.35);line-height:1.22;}
.visual-service p{font-size:16.5px;line-height:1.62;}
.visual-service .fresh-visual{display:flex;flex-wrap:wrap;gap:0.7rem;align-items:baseline;padding-bottom:calc(0.7rem * 1.5);border-bottom:1px solid var(--surface-light);}
.visual-service .fresh-visual>h2{flex:1 1 calc(960px / 3.2);min-width:0;}
.visual-service .fresh-visual>.direct-shell{flex:1 1 calc(960px / 2.6);min-width:0;max-width:var(--layer-main);color:#26332a;}
.visual-service .strong-links{display:flex;flex-wrap:wrap;gap:var(--axis-public);margin-top:var(--axis-public);}
.visual-service .page-surface{flex:1 1 calc(960px / 3.6);min-width:0;padding-top:calc(calc(1.5rem * .75) * .9);border-top:2px solid #0f3d2a;}
.visual-service .page-surface p{margin-top:calc(1.5rem / 2.6);}
.visual-service .page-surface .wide-plan{font-size:calc(16.5px * .875);color:#26332a;}
.visual-service .narrow-quote{margin-top:calc(var(--axis-public) * 1.1);padding-top:calc(0.7rem * 1.5);border-top:1px solid var(--surface-light);display:flex;flex-wrap:wrap;gap:0.7rem 1.5rem;align-items:baseline;}
.visual-service .narrow-quote .public-header{flex:1 1 100%;font-size:calc(16.5px * .875);color:#26332a;}
.visual-service .narrow-quote a{flex:0 1 auto;font-size:16.5px;color:#0f3d2a;text-decoration:none;border-bottom:1px solid var(--surface-light);padding-bottom:2px;transition:color 490ms var(--motion-slow),border-color 490ms var(--motion-slow);}
.visual-service .narrow-quote a:hover{color:#b3261e;border-color:#b3261e;}
@media (max-width:720px){.visual-service .fresh-visual>h2,.visual-service .fresh-visual>.direct-shell{flex:1 1 100%;}.visual-service .page-surface{flex:1 1 100%;}
}
.compact-service{
        padding: calc(1.5rem * 2.4) 1.09rem;
        background: var(--ink-dark);
        color: var(--surface-warm)
    }
.compact-service .featured-lead{width: min(100%, calc(960px * .82));
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(0.7rem * 1.5)}
.compact-service .fresh-frame{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding-bottom: 1.5rem;
        border-bottom: 1px solid var(--surface-light)}
.compact-service .text-summary{margin: 0;
        font-size: calc(16.5px * .875);
        letter-spacing: .08em;
        text-transform: uppercase;}
.compact-service h1{margin: 0;
        font-size: calc(16.5px * 2.65);
        line-height: 1.08;}
.compact-service .direct-shell{margin: 0;
        font-size: calc(16.5px * 1.125);
        line-height: 1.62;}
.compact-service .fresh-visual{display: flex;
        flex-wrap: wrap;
        gap: 0.7rem;
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid var(--surface-light);
        font-size: calc(16.5px * .875);}
.compact-service .fresh-visual span{display: inline-block}
.compact-service .offer-method{font-style: italic}
.compact-service .service-figure{display: flex;
        flex-direction: column;
        gap: 1.5rem}
.compact-service .service-figure p{margin: 0;
        line-height: 1.62}
.compact-service .service-block{
        margin: 0;
        padding: calc(1.5rem * .75) 0.7rem;
        background: #eef1ea;
        color: #26332a;
        border-left: 3px solid #b3261e;
        border-radius: 0.21rem
    }
.compact-service .service-block p{margin: 0;
        font-size: 16.5px}
.compact-service .narrow-quote{display: flex;
        flex-direction: column;
        gap: 0.7rem;
        margin-top: calc(1.5rem * .75);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid var(--surface-light)}
.compact-service .narrow-quote a{text-decoration: none;
        font-size: 16.5px;
        border-bottom: 1px solid transparent;
        transition: color 490ms var(--motion-slow), border-color 490ms var(--motion-slow)}
.compact-service .narrow-quote a:hover{border-bottom-color: #b3261e}
@media (max-width: 720px) {.compact-service .featured-lead{
            width: 100%
        }.compact-service .fresh-visual{
            flex-direction: column;
            gap: calc(1.5rem * .75)
        }
    }
.content-inner{padding:calc(1.5rem*2.6) 1.09rem;background:var(--ink-dark);color:var(--surface-warm);}
.content-inner .visual-inner{max-width:960px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr);gap:calc(0.7rem*2.4);}
.content-inner .main-form{align-self:start;border-top:2px solid #0f3d2a;padding-top:calc(0.7rem * 1.5);}
.content-inner .direct-plan{margin:0 0 .35rem;font-size:calc(16.5px * .875);letter-spacing:.08em;text-transform:uppercase;color:#26332a;}
.content-inner h2{margin:0;font-size:clamp(1.75rem,3.2vw,2.5rem);line-height:1.08;}
.content-inner .bottom-feature{margin:.7rem 0 0;font-size:16.5px;color:#26332a;}
.content-inner .narrow-brand{list-style:none;margin:calc(0.7rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:.55rem;font-size:calc(16.5px * .875);}
.content-inner .narrow-brand li{display:flex;flex-wrap:wrap;gap:.45rem;align-items:baseline;line-height:1.45;}
.content-inner .focused-shell{display:inline-block;padding:.12rem .5rem;border-radius:0.21rem;background:#b3261e;color:#fff8f6;font-size:.72rem;letter-spacing:.04em;text-transform:uppercase;}
.content-inner .active-surface{margin:calc(0.7rem * 1.5) 0 0;font-size:calc(16.5px * .875);color:#26332a;border-top:1px solid var(--surface-light);padding-top:.7rem;}
.content-inner .team-view{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.content-inner .page-surface{background:#ffffff;border:1px solid var(--surface-light);border-radius:0.42rem;padding:calc(1.5rem * .75);color:#16201a;}
.content-inner .contact-items{margin:0 0 .55rem;}
.content-inner .visual-items{margin:0 0 .3rem;font-size:calc(16.5px * .875);color:#26332a;letter-spacing:.03em;}
.content-inner h3{margin:0;font-size:calc(16.5px * 1.125);line-height:1.22;}
.content-inner h3 a{color:inherit;text-decoration:none;font-weight:700;}
.content-inner h3 a:hover{color:#b3261e;}
.content-inner .compact-media{margin:.4rem 0 0;font-size:calc(16.5px * .875);font-style:italic;color:#26332a;}
.content-inner .wide-visual{margin:.6rem 0 0;font-size:16.5px;line-height:1.62;}
.content-inner .simple-feature{margin:.7rem 0 0;}
.content-inner .media-flow{display:inline-block;font-size:calc(16.5px * .875);font-weight:700;text-decoration:none;color:#0f3d2a;border-bottom:1px solid #0f3d2a;padding-bottom:1px;}
.content-inner .media-flow:hover{color:#b3261e;border-bottom-color:#b3261e;}
@media (max-width:820px){
  .content-inner .visual-inner{grid-template-columns:1fr;gap:calc(0.7rem * 1.5);}
  .content-inner .main-form{border-top-width:2px;}
}
.media-method{
        padding: calc(1.5rem * 2.4) 1.09rem;
        background: var(--ink-dark);
        color: var(--surface-warm)
    }
.media-method .featured-lead{width: min(100%, calc(960px * .82));
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(0.7rem * 1.5)}
.media-method .fresh-visual{display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: calc(1.5rem * .75);
        padding-bottom: calc(1.5rem * .75);
        border-bottom: 2px solid #0f3d2a}
.media-method .fresh-visual span{font-size: calc(16.5px * .875);
        letter-spacing: .04em}
.media-method .public-unit{
        background: #b3261e;
        color: #fff8f6;
        padding: .18rem .55rem;
        border-radius: 0.21rem;
        text-transform: uppercase
    }
.media-method .clear-details,
    .media-method .strong-plan{}
.media-method .public-copy{max-width: 44rem}
.media-method h1{margin: 0 0 1.5rem;
        font-size: calc(16.5px * 2.65);
        line-height: 1.08}
.media-method .direct-shell{margin: 0 0 calc(0.7rem * 1.5);
        font-size: calc(16.5px * 1.125);
        line-height: 1.62;
        padding-left: calc(1.5rem * .75);
        border-left: 3px solid #b3261e}
.media-method .public-copy p:not(.direct-shell){margin: 0 0 1.5rem;
        line-height: 1.62}
.media-method .narrow-quote{margin-top: calc(0.7rem * 1.5);
        padding-top: calc(1.5rem * .75);
        border-top: 1px solid var(--surface-light);
        display: flex;
        flex-direction: column;
        gap: 0.7rem}
.media-method .top-team{font-size: calc(16.5px * .875);
        text-transform: uppercase;
        letter-spacing: .05em;}
.media-method .narrow-quote a{text-decoration: none;
        border-bottom: 1px solid color-mix(in srgb, #0f3d2a 35%, transparent);
        align-self: flex-start;
        transition: color 490ms var(--motion-slow), border-color 490ms var(--motion-slow)}
.media-method .narrow-quote a:hover{border-color: #b3261e}
@media (max-width: 720px) {.media-method .fresh-visual{
            gap: 0.7rem
        }.media-method .public-copy{
            max-width: none
        }
    }
.soft-unit{
  padding:calc(1.5rem*2.8) 1.09rem;
  background:#ffffff;
  color:#16201a;
}
.soft-unit .page-track{max-width:960px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.7rem * 1.5);}
.soft-unit .media-figure{display:flex;
  flex-direction:column;
  gap:0.7rem;
  padding-bottom:calc(0.7rem * 1.5);
  border-bottom:2px solid var(--surface-light);}
.soft-unit h2{margin:0;
  font-size:clamp(1.8rem,3.4vw,2.6rem);
  letter-spacing:-0.01em;}
.soft-unit .direct-shell{margin:0;
  max-width:60ch;
  font-size:16.5px;
  color:#26332a;}
.soft-unit .main-story{display:flex;
  flex-direction:column;
  gap:0;}
.soft-unit .page-surface{padding:calc(0.7rem * 1.5) 0;
  border-bottom:1px solid var(--surface-light);
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);
  gap:calc(1.5rem * .75);
  align-items:start;}
.soft-unit .page-surface:first-child{padding-top:0;}
.soft-unit .public-header{display:flex;
  flex-direction:column;
  gap:0.35rem;}
.soft-unit .visual-surface{
  display:inline-block;
  align-self:flex-start;
  padding:0.15rem 0.55rem;
  background:#b3261e;
  color:#fff8f6;
  border-radius:0.21rem;
  font-size:calc(16.5px * .875);
  letter-spacing:0.04em;
  text-transform:uppercase;
}
.soft-unit .soft-frame{font-size:calc(16.5px * .875);
  color:#26332a;}
.soft-unit h3{margin:0 0 0.5rem;
  font-size:calc(16.5px * 1.125);
  line-height:1.35;}
.soft-unit h3 a{text-decoration:none;
  color:inherit;
  border-bottom:1px solid transparent;
  transition:border-color 490ms var(--motion-slow);}
.soft-unit h3 a:hover{border-bottom-color:#b3261e;}
.soft-unit .direct-visual{margin:0 0 0.6rem;
  color:#16201a;}
.soft-unit .wide-plan{margin:0;
  font-size:calc(16.5px * .875);
  color:#26332a;
  font-style:italic;}
.soft-unit .public-form{
  margin-top:calc(0.7rem * 1.5);
  padding:calc(1.5rem * .75);
  background:#eef1ea;
  color:#26332a;
  border-radius:0.42rem;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:0.7rem;
}
.soft-unit .public-form p{margin:0;
  max-width:52ch;
  font-size:calc(16.5px * .875);}
.soft-unit .narrow-quote{
  display:inline-block;
  padding:0.55rem 1rem;
  background:#0f3d2a;
  color:#f4f7f2;
  border-radius:0.21rem;
  text-decoration:none;
  font-size:calc(16.5px * .875);
  transition:background 490ms var(--motion-slow);
}
.soft-unit .narrow-quote:hover{
  background:#0a2c1e;color:#16201a;}
@media (max-width:760px){
  .soft-unit .page-surface{
    grid-template-columns:1fr;
    gap:0.6rem;
  }
  .soft-unit .public-form{
    flex-direction:column;
    align-items:flex-start;
  }
}
.visual-shell{
        padding: calc(1.5rem * 2.4) 1.09rem;
        background: var(--ink-dark);
        color: var(--surface-warm)
    }
.visual-shell .featured-lead{width: min(100%, calc(960px * .82));
        margin: 0 auto;
        display: grid;
        grid-template-columns: 12rem 1fr;
        gap: calc(0.7rem * 1.5);
        align-items: start}
.visual-shell .fresh-visual{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);
        padding: 1.5rem 0 0;
        border-top: 2px solid #b3261e;
        position: sticky;
        top: 1.5rem}
.visual-shell .fresh-visual span{font-size: calc(16.5px * .875);
        line-height: 1.4}
.visual-shell .public-unit{font-weight: 700;
        letter-spacing: .02em}
.visual-shell .offer-method{}
.visual-shell .strong-footer{font-style: italic}
.visual-shell .public-copy{
        background: #ffffff;
        color: #16201a;
        border: 1px solid var(--surface-light);
        border-radius: 0.5rem;
        padding: calc(1.5rem * .75) calc(0.7rem * 1.5)
    }
.visual-shell h1{margin: 0;
        font-size: calc(16.5px * 2.65);
        line-height: 1.08}
.visual-shell .direct-shell{margin: 1.5rem 0 calc(0.7rem * 1.5);
        font-size: calc(16.5px * 1.125);
        line-height: 1.62;}
.visual-shell .public-copy p:not(.direct-shell):not(.narrow-quote){margin: 0 0 1.5rem;
        line-height: 1.62}
.visual-shell .narrow-quote{margin: calc(0.7rem * 1.5) 0 0;
        padding-top: 1.5rem;
        border-top: 1px solid var(--surface-light);
        font-size: calc(16.5px * .875)}
.visual-shell .narrow-quote a{text-decoration: underline;
        text-underline-offset: 3px}
.visual-shell .narrow-quote a:hover{}
@media (max-width: 720px) {.visual-shell .featured-lead{
            display: block
        }.visual-shell .fresh-visual{
            position: static;
            flex-direction: row;
            flex-wrap: wrap;
            gap: calc(1.5rem * .75);
            padding-top: 1.5rem;
            margin-bottom: calc(0.7rem * 1.5)
        }.visual-shell .public-copy{
            padding: calc(1.5rem * .75)
        }
    }
.main-callout{
  padding:calc(1.5rem * 2.4) 1.09rem;
  background:var(--ink-dark);
  color:var(--surface-warm);
}
.main-callout .featured-lead{width:min(100%,calc(960px*.78));
  margin:0 auto;}
.main-callout .fresh-visual{border-bottom:1px solid var(--surface-light);
  padding-bottom:calc(0.7rem * 1.5);
  margin-bottom:calc(0.7rem * 1.5);}
.main-callout h2{margin:0 0 calc(1.5rem * .75);
  font-size:calc(16.5px * 2);
  line-height:1.12;
  letter-spacing:-0.01em;}
.main-callout .direct-shell{margin:0;
  max-width:62ch;
  font-size:16.5px;
  line-height:1.62;
  color:#26332a;}
.main-callout .strong-links{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:1.5rem;
  counter-reset:pezzo;}
.main-callout .page-surface{position:relative;
  padding:1.5rem 0 1.5rem 1.09rem;
  border-left:2px solid #0f3d2a;
  counter-increment:pezzo;}
.main-callout .page-surface::before{content:"0" counter(pezzo);
  position:absolute;
  left:calc(1.09rem * -1 - 2px);
  top:1.5rem;
  transform:translateX(-100%);
  font-size:calc(16.5px * .875);
  color:#26332a;
  letter-spacing:0.08em;}
.main-callout .compact-headline{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:0.7rem;
  margin-bottom:calc(1.5rem * .75);}
.main-callout .visual-surface{
  display:inline-block;
  padding:0.15rem 0.55rem;
  background:#b3261e;
  color:#fff8f6;
  font-size:calc(16.5px * .875);
  border-radius:0.21rem;
  letter-spacing:0.04em;
  text-transform:uppercase;
}
.main-callout .soft-frame{font-size:calc(16.5px * .875);
  color:#26332a;}
.main-callout h3{margin:0 0 calc(1.5rem * .75);
  font-size:calc(16.5px * 1.35);
  line-height:1.2;}
.main-callout h3 a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color 490ms var(--motion-slow), color 490ms var(--motion-slow);}
.main-callout h3 a:hover,
.main-callout h3 a:focus-visible{color:#b3261e;
  border-bottom-color:#b3261e;}
.main-callout .offer-rail{margin:0 0 calc(1.5rem * .75);
  font-size:16.5px;
  font-style:italic;
  color:#26332a;
  line-height:1.4;}
.main-callout .direct-visual{margin:0 0 calc(1.5rem * .75);
  font-size:16.5px;
  line-height:1.62;
  max-width:70ch;}
.main-callout .narrow-entries{display:inline-block;
  font-size:calc(16.5px * .875);
  color:#0f3d2a;
  text-decoration:none;
  border-bottom:1px solid currentColor;
  padding-bottom:1px;}
.main-callout .narrow-entries:hover,
.main-callout .narrow-entries:focus-visible{color:#b3261e;}
.main-callout .wide-plan{margin:calc(0.7rem * 1.5) 0 0;
  padding-top:calc(1.5rem * .75);
  border-top:1px solid var(--surface-light);
  font-size:calc(16.5px * .875);
  color:#26332a;
  line-height:1.62;}
.main-callout .wide-plan a{color:#0f3d2a;
  text-decoration:none;
  border-bottom:1px solid currentColor;}
.main-callout .wide-plan a:hover{color:#b3261e;}
@media (max-width:640px){.main-callout .page-surface{
    padding-left:calc(1.5rem * .75);
  }.main-callout .page-surface::before{
    position:static;
    transform:none;
    display:block;
    margin-bottom:calc(1.5rem * .75);
  }
}
.offer-actions{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.09rem;
    background:var(--ink-dark,#fbfaf6);
    color:var(--surface-warm,#16201a);
  }
.offer-actions .visual-details{max-width:min(960px,58rem);
    margin:0 auto;}
.offer-actions h1{margin:0;
    max-width:22ch;
    font-size:clamp(1.9rem,4.6vw,calc(16.5px * 2.65));
    line-height:1.08;
    font-weight:680;
    letter-spacing:-0.005em;}
.offer-actions .direct-shell{max-width:44rem;
    margin-top:clamp(.9rem,1.8vw,calc(0.7rem * 1.5));}
.offer-actions .direct-shell p{margin:0;
    font-size:clamp(1rem,1.22vw,16.5px);
    line-height:1.72;
    color:#26332a;}
.offer-actions .narrow-quote{max-width:44rem;
    margin-top:clamp(1.1rem,2.2vw,1.5rem);
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid var(--surface-light,#d8ded3);
    display:flex;
    flex-direction:column;
    gap:.45rem;}
.offer-actions .public-header{margin:0;
    font-size:calc(16.5px * .875);
    line-height:1.6;}
.offer-actions .simple-quote{display:inline-block;
    min-width:5.6rem;
    font-weight:700;
    color:var(--surface-warm,#16201a);}
.offer-actions a{color:#0f3d2a;
    text-decoration:underline;
    text-underline-offset:2px;}
.offer-actions a:hover{color:#b3261e;}
.offer-actions .wide-plan{max-width:44rem;
    margin:clamp(1rem,2vw,1.5rem) 0 0;
    font-size:calc(16.5px * .875);
    line-height:1.68;
    color:#26332a;}
@media (max-width:640px){.offer-actions{padding-top:calc(calc(1.5rem * 2.4)*.5);padding-bottom:calc(calc(1.5rem * 2.4)*.5);}.offer-actions h1{max-width:100%;}.offer-actions .simple-quote{display:block;min-width:0;}
  }
.soft-media{background:var(--ink-dark);color:var(--surface-warm);padding:calc(1.5rem * 2.4) 1.09rem}
.soft-media .featured-lead{max-width:960px;margin:0 auto}
.soft-media .local-copy{display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(0.7rem * 1.5)}
.soft-media .compact-inner{flex:1 1 22rem;min-width:0;border-left:3px solid #b3261e;padding-left:1.09rem}
.soft-media h2{margin:0;font-size:calc(16.5px * 2);line-height:1.15;letter-spacing:0}
.soft-media p{margin:1.5rem 0 0;font-size:16.5px;line-height:1.62;color:#26332a}
.soft-media .primary-nav{flex:1 1 30rem;min-width:0;display:flex;flex-direction:column;background:#ffffff;color:#16201a;border:1px solid var(--surface-light);border-radius:0.5rem;overflow:hidden}
.soft-media .compact-headline{display:flex;flex-wrap:wrap;gap:0.7rem;padding:calc(1.5rem * .75);border-bottom:1px solid var(--surface-light);color:inherit;text-decoration:none;transition:background 490ms var(--motion-slow)}
.soft-media .compact-headline:last-child{border-bottom:0}
.soft-media a.row:hover{background:#eef1ea;color:#26332a;}
.soft-media strong{flex:0 1 11rem;min-width:0;font-size:calc(16.5px * .875);text-transform:uppercase;letter-spacing:0.04em;color:#0f3d2a}
.soft-media span{flex:1 1 18rem;min-width:0;font-size:calc(16.5px * .875);line-height:1.6;color:#16201a}
@media(max-width:760px){.soft-media .local-copy{flex-direction:column}.soft-media .compact-headline{flex-direction:column;gap:calc(calc(1.5rem * .75)*.4)}.soft-media strong{flex:1 1 auto}
}
.plain-lead{padding:calc(1.5rem * 2.4) 1.09rem;background:#0f3d2a;color:#f4f7f2}
.plain-lead .featured-lead{max-width:960px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(0.7rem * 1.5);align-items:flex-start}
.plain-lead .compact-inner{flex:1 1 22rem;min-width:0;padding:0.7rem 0}
.plain-lead h2{margin:0;font-size:calc(16.5px * 2);line-height:1.15}
.plain-lead .compact-inner p{max-width:40rem;margin:1.5rem 0 0;font-size:16.5px;line-height:1.62}
.plain-lead ul{list-style:none;margin:calc(0.7rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.plain-lead li{max-width:44rem;line-height:1.62;font-size:calc(16.5px * .875)}
.plain-lead li span{display:block;margin-bottom:0.15rem;font-weight:700;letter-spacing:0.02em;text-transform:uppercase;font-size:calc(16.5px * .875);opacity:0.85}
.plain-lead form{flex:1 1 20rem;min-width:0;background:#ffffff;color:#16201a;border:1px solid var(--surface-light);border-radius:0.5rem;padding:calc(1.5rem * .75);box-shadow:0 2px 12px rgba(0,0,0,0.1)}
.plain-lead .visual-plan{display:flex;flex-direction:column;gap:1.5rem}
.plain-lead label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(16.5px * .875);font-weight:700}
.plain-lead input{width:100%;box-sizing:border-box;border:1px solid var(--surface-light);border-radius:0.21rem;background:var(--ink-dark);color:var(--surface-warm);font:inherit;padding:calc(1.5rem * .75);outline:none}
.plain-lead input::placeholder{}
.plain-lead input:focus{border-color:#b3261e;box-shadow:0 0 0 2px #b3261e}
.plain-lead button{width:100%;margin-top:calc(0.7rem * 1.5);border:0;border-radius:0.42rem;background:#b3261e;color:#fff8f6;font:inherit;font-weight:700;padding:calc(1.5rem * .75);cursor:pointer;transition:background 490ms var(--motion-slow)}
.plain-lead button:hover{background:#8f1d17;color:#16201a;}
@media(max-width:780px){.plain-lead .featured-lead{display:block}.plain-lead form{margin-top:1.5rem}}
.direct-method{padding:calc(1.5rem * 2.4) 1.09rem;background:#0f3d2a;color:#f4f7f2}
.direct-method .visual-details{max-width:min(960px,56rem);margin:0 auto}
.direct-method .fresh-frame{border-bottom:1px solid rgba(244,247,242,0.22);padding-bottom:calc(0.7rem * 1.5);margin-bottom:calc(0.7rem * 1.5)}
.direct-method .focused-contact{margin:0 0 calc(1.5rem * .75);font-size:calc(16.5px * .875);letter-spacing:0.08em;text-transform:uppercase;color:rgba(244,247,242,0.72)}
.direct-method h2{margin:0;font-size:calc(16.5px * 2.65);line-height:1.08}
.direct-method .direct-shell{margin:1.5rem 0 0;font-size:calc(16.5px * 1.125);color:rgba(244,247,242,0.82)}
.direct-method .service-block{margin:calc(1.5rem * .75) 0 0;font-size:calc(16.5px * .875);color:rgba(244,247,242,0.6)}
.direct-method .service-surface{display:flex;flex-direction:column;gap:calc(0.7rem * 1.5)}
.direct-method .content-view{padding-left:calc(1.5rem * .75);border-left:2px solid rgba(244,247,242,0.18)}
.direct-method h3{margin:0 0 calc(1.5rem * .75);font-size:calc(16.5px * 1.35);line-height:1.24}
.direct-method .content-view p{margin:0;color:rgba(244,247,242,0.78)}
.direct-method .active-section{list-style:none;margin:calc(1.5rem * .75) 0 0;padding:0;display:flex;flex-direction:column;gap:0.7rem}
.direct-method .active-section li{display:flex;flex-wrap:wrap;gap:0.7rem;align-items:baseline;color:rgba(244,247,242,0.82)}
.direct-method .et{min-width:6.5rem;font-size:calc(16.5px * .875);letter-spacing:0.06em;text-transform:uppercase;color:rgba(244,247,242,0.6)}
.direct-method a{text-decoration:underline;text-underline-offset:3px}
.direct-method a:hover{}
@media (max-width:640px){.direct-method .content-view{padding-left:1.5rem}.direct-method .active-section li{flex-direction:column;gap:0.2rem}.direct-method .et{min-width:0}
}
.contact-unit{
  padding: calc(1.5rem * 2.4) 1.09rem;
  background: #0f3d2a;
  color: #f4f7f2;
}
.contact-unit .featured-lead{max-width: min(960px, 56rem);
  margin: 0 auto;}
.contact-unit .service-grid{padding-bottom: calc(0.7rem * 1.5);
  border-bottom: 1px solid rgba(244, 247, 242, 0.18);}
.contact-unit h2{margin: 0;
  font-size: calc(16.5px * 2);
  line-height: 1.1;}
.contact-unit .direct-shell{margin: calc(1.5rem * .75) 0 0;
  max-width: 42rem;
  font-size: calc(16.5px * 1.125);
  color: #c9d2c8;}
.contact-unit .service-figure{display: flex;
  flex-direction: column;
  gap: calc(0.7rem * 1.5);
  margin-top: calc(0.7rem * 1.5);}
.contact-unit .page-surface{display: grid;
  grid-template-columns: minmax(0, 14rem) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  align-items: start;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(244, 247, 242, 0.12);}
.contact-unit .page-surface:first-child{border-top: 0;
  padding-top: 0;}
.contact-unit h3{margin: 0;
  font-size: calc(16.5px * 1.35);
  line-height: 1.25;}
.contact-unit .page-surface p{margin: 0;
  color: #c9d2c8;}
.contact-unit .page-surface a{text-decoration: underline;
  text-underline-offset: 3px;}
.contact-unit .page-surface a:hover{}
.contact-unit .wide-plan{margin: calc(0.7rem * 1.5) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid rgba(244, 247, 242, 0.18);
  font-size: calc(16.5px * .875);
  color: #c9d2c8;}
@media (max-width: 720px) {.contact-unit .page-surface{
    grid-template-columns: 1fr;
    gap: calc(0.7rem * 0.6);
  }
}
.controls{
    padding:calc(calc(1.5rem * 2.4)*.72) 1.09rem;
    background:var(--ink-dark);
    color:var(--surface-warm);
  }
.controls .visual-details{max-width:min(960px,60rem);
    margin:0 auto;}
.controls h1{margin:0;
    font-size:clamp(1.85rem,4.6vw,calc(16.5px * 2.65));
    line-height:1.1;
    font-weight:680;
    letter-spacing:0;}
.controls .direct-visual{max-width:42rem;
    margin-top:clamp(1rem,2vw,calc(0.7rem * 1.5));
    padding-top:clamp(.85rem,1.6vw,1.5rem);
    border-top:1px solid var(--surface-light);}
.controls p{margin:0;
    font-size:clamp(1rem,1.25vw,16.5px);
    line-height:1.72;
    color:#26332a;}
@media (max-width:640px){.controls{
      padding-top:calc(calc(1.5rem * 2.4)*.54);
      padding-bottom:calc(calc(1.5rem * 2.4)*.54);
    }
  }
.primary-brand{
  --axis-public:calc(1.5rem * 1.05);
  --layer-main:calc(960px / 1.9);
  padding:calc(1.5rem * 2.4) 1.09rem;
  background:var(--ink-dark);
  color:var(--surface-warm);
}
.primary-brand .featured-lead{max-width:960px;margin:0 auto;}
.primary-brand .visual-brand{
  max-width:var(--layer-main);
  margin:0 auto;
  padding:calc(0.7rem * 1.5) calc(1.5rem * .75);
  background:#ffffff;
  color:#16201a;
  border:1px solid var(--surface-light);
  border-radius:0.5rem;
  box-shadow:0 1px 1px rgba(0,0,0,0.08);
}
.primary-brand h2,
.primary-brand p{margin:0;}
.primary-brand h2{font-size:calc(16.5px * 2);
  line-height:1.14;
  letter-spacing:-0.01em;}
.primary-brand .text-summary{font-size:calc(16.5px * .875);
  text-transform:uppercase;
  letter-spacing:0.12em;
  color:#26332a;
  margin-bottom:0.7rem;}
.primary-brand .direct-shell{margin-top:1.5rem;
  font-size:16.5px;
  line-height:1.62;}
.primary-brand .compact-headline{margin-top:calc(0.7rem * 1.5);
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:calc(1.5rem * .75);}
.primary-brand .public-form{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.21rem;
  background:#0f3d2a;
  color:#f4f7f2;
  font-size:16.5px;
  text-decoration:none;
  transition:background 490ms var(--motion-slow);
}
.primary-brand .public-form:hover,
.primary-brand .public-form:focus-visible{
  background:#0a2c1e;color:#16201a;}
.primary-brand .wide-plan{flex:1 1 16rem;
  font-size:calc(16.5px * .875);
  line-height:1.62;
  color:#26332a;}
.primary-brand .narrow-quote{margin-top:calc(0.7rem * 1.5);
  padding-top:0.7rem;
  border-top:1px solid var(--surface-light);
  font-size:calc(16.5px * .875);
  display:flex;
  flex-wrap:wrap;
  gap:0.7rem;
  align-items:center;}
.primary-brand .narrow-quote a{color:#0f3d2a;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 490ms var(--motion-slow), border-color 490ms var(--motion-slow);}
.primary-brand .narrow-quote a:hover,
.primary-brand .narrow-quote a:focus-visible{color:#b3261e;
  border-bottom-color:#b3261e;}
.primary-brand .narrow-quote span{color:#26332a;}
@media (max-width:640px){.primary-brand .visual-brand{padding:calc(0.7rem * 1.5) 1.5rem;}.primary-brand .compact-headline{flex-direction:column;}.primary-brand .public-form{width:100%;}
}
.open-rail{background:#b3261e;color:#fff8f6;padding:calc(1.5rem * 2.4) 1.09rem}
.open-rail .featured-lead{max-width:960px;margin:0 auto}
.open-rail .public-callout{display:flex;flex-direction:column;gap:calc(0.7rem * 1.5)}
.open-rail .service-grid{display:flex;flex-direction:column;gap:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent);padding-bottom:calc(0.7rem * 1.5)}
.open-rail h2{margin:0;font-size:clamp(calc(16.5px * 2),4.6vw,calc(16.5px * 2.65));line-height:1.08;letter-spacing:0}
.open-rail .direct-shell{margin:0;max-width:56ch;font-size:calc(16.5px * 1.125);line-height:1.65}
.open-rail .direct-section{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.open-rail .media-group{flex:1 1 15rem;min-width:0;display:flex;gap:calc(1.5rem * .75);align-items:flex-start}
.open-rail .media-group .offer-summary{flex:0 0 auto;width:1.9rem;height:1.9rem;display:inline-flex;align-items:center;justify-content:center;border-radius:0.21rem;background:color-mix(in srgb,currentColor 16%,transparent);font-size:calc(16.5px * .875);line-height:1}
.open-rail .media-group h3{margin:0 0 0.35rem;font-size:16.5px;line-height:1.3}
.open-rail .media-group p{margin:0;font-size:calc(16.5px * .875);line-height:1.6;opacity:0.92}
.open-rail .secondary-footer{display:flex;flex-wrap:wrap;gap:calc(0.7rem * 1.5);align-items:flex-start;justify-content:space-between}
.open-rail .direct-visual{flex:1 1 24rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.open-rail .direct-visual p{margin:0;font-size:16.5px;line-height:1.65}
.open-rail .content-service{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.35rem;font-size:calc(16.5px * .875)}
.open-rail .content-service .site-lead{display:inline-block;min-width:6.5rem;opacity:0.75}
.open-rail .content-service a{color:inherit;text-decoration:underline;text-underline-offset:2px}
.open-rail .content-service a:hover{opacity:0.82}
.open-rail .narrow-quote{flex:0 1 20rem;min-width:0;display:flex;flex-direction:column;gap:0.5rem}
.open-rail .narrow-quote a{padding:0.6rem 0.85rem;border-radius:0.21rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none;font-size:calc(16.5px * .875);line-height:1.35;transition:background 490ms var(--motion-slow)}
.open-rail .narrow-quote a:hover{background:color-mix(in srgb,currentColor 22%,transparent)}
.open-rail .narrow-quote a.primary{background:#0f3d2a;color:#f4f7f2;font-weight:600}
.open-rail .narrow-quote a.primary:hover{background:#0a2c1e;color:#16201a;}
@media(max-width:760px){.open-rail .secondary-footer{flex-direction:column}.open-rail .direct-visual,.open-rail .narrow-quote{flex-basis:auto;width:100%}.open-rail .content-service .site-lead{min-width:5.5rem}
}
.fresh-steps{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 1.09rem;background:#b3261e;color:#fff8f6}
.fresh-steps:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(90deg,transparent 0 18%,color-mix(in srgb,currentColor 6%,transparent) 18% 18.1%);animation:nfDrift calc(490ms*38) linear infinite alternate;pointer-events:none}
.fresh-steps .featured-lead{position:relative;z-index:1;max-width:960px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.7rem * 1.5)}
.fresh-steps .service-figure{display:flex;flex-direction:column;gap:1.5rem}
.fresh-steps .direct-shell{margin:0;font-size:calc(16.5px * 1.125);line-height:1.62;max-width:42rem}
.fresh-steps h1{margin:0;font-size:calc(16.5px * 2.65);line-height:1.05;letter-spacing:-0.01em}
.fresh-steps .direct-visual{margin:0;max-width:44rem;font-size:16.5px;line-height:1.62;opacity:.92}
.fresh-steps .narrow-quote{display:flex;flex-wrap:wrap;gap:0.7rem;align-items:center;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 28%,transparent)}
.fresh-steps .public-form{display:inline-block;padding:.55rem 1rem;border:1px solid color-mix(in srgb,currentColor 45%,transparent);border-radius:0.42rem;color:inherit;text-decoration:none;font-size:calc(16.5px * .875);transition:background 490ms var(--motion-slow),color 490ms var(--motion-slow)}
.fresh-steps .public-form:hover,.fresh-steps .public-form:focus-visible{background:#fff8f6;color:#b3261e;outline:none}
.fresh-steps .wide-plan{margin:0;font-size:calc(16.5px * .875);line-height:1.62;opacity:.85;max-width:46rem}
.fresh-steps .wide-plan a{color:inherit;text-decoration:underline;text-underline-offset:.22em}
.fresh-steps .wide-plan a:hover{text-decoration-thickness:2px}
@keyframes nfDrift{from{transform:translateX(-1.5%)}to{transform:translateX(1.5%)}}
@media(max-width:560px){.fresh-steps .narrow-quote{flex-direction:column;align-items:stretch}.fresh-steps .public-form{text-align:center}}
@media(prefers-reduced-motion:reduce){.fresh-steps:after{animation:none}}
