html{box-sizing:border-box;}
*,*::before,*::after{box-sizing:inherit;}
body{margin:0;padding:0;font-family:var(--label-quiet);}
.strong-track {
    width: 100%;
    background: var(--paint-panel);
    color: var(--paint-muted);
    border-bottom: 1px solid var(--tone-card);
  }
:root {
  --tone-main: #c4553f;
  --line-base: #c4553f;
  --paint-muted: #22301f;
  --label-quiet: "Sora", sans-serif;
  --gutter-list: 1.5rem;
  --copy-quiet: var(--type-body);
  --line-muted: #eaf0e2;
  --stack-wide: calc(var(--measure-footer) * 1.5);
  --measure-footer: 0.79rem;
  --motion-base: 520ms;
  --line-soft: #f3f6ee;
  --surface-dark: #f6faf3;
  --ease-entry: ease-in-out;
  --copy-lead: calc(var(--type-body) * .875);
  --tone-card: #d8e0cd;
  --space-tight: var(--gap-medium);
  --copy-body: calc(var(--type-body) * 1.125);
  --shadow-image: 0 10px 30px rgba(0,0,0,0.09);
  --paint-warm: #3a4a37;
  --gutter-nav: calc(var(--gutter-list) * 2.4);
  --stack-block: 1100px;
  --type-body: 14.2px;
  --axis-public: #8fb98a;
  --font-base: calc(var(--type-body) * 1.35);
  --corner-image: 0.33rem;
  --tone-extra-28: #5c8a5e;
  --surface-clear: #fdf6f2;
  --tone-extra-5: #ffffff;
  --tone-dark: #22301f;
  --paint-panel: #f7f9f2;
  --corner-round: 0.63rem;
  --paint-secondary: #22301f;
  --copy-strong: 1.93;
  --gap-medium: 1.83rem;
  --tone-extra-36: calc(var(--gutter-list) * .75);
  --tone-secondary: #4a7450;
}
.media-headline {
    max-width: var(--stack-block);
    margin: 0 auto;
    padding: var(--gutter-list) var(--gap-medium);
    display: flex;
    align-items: center;
    gap: var(--measure-footer);
  }
.strong-copy {
    font-size: var(--copy-body);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: var(--paint-muted);
    text-decoration: none;
    flex-shrink: 0;
  }
.strong-copy:hover {
    color: var(--tone-main);
  }
.narrow-fields {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
  }
.open-proof {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(var(--measure-footer) * 1.5);
  }
.steady-frame {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: var(--copy-quiet);
    color: var(--paint-muted);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color var(--motion-base) var(--ease-entry), border-color var(--motion-base) var(--ease-entry);
  }
.steady-frame:hover {
    color: var(--tone-main);
    border-bottom-color: var(--line-base);
  }
.narrow-inner {
    flex-shrink: 0;
  }
.offer-body {
    display: inline-block;
    padding: 0.6rem 1.1rem;
    background: var(--tone-extra-28);
    color: var(--surface-dark);
    font-size: var(--copy-lead);
    font-weight: 600;
    text-decoration: none;
    border-radius: var(--corner-round);
    transition: background var(--motion-base) var(--ease-entry);
  }
.offer-body:hover{
    background: var(--tone-secondary);color:var(--tone-dark);}
.narrow-region {
    display: none;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: transparent;
    border: 1px solid var(--tone-card);
    border-radius: var(--corner-image);
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
.text-frame{
    display: block;
    height: 2px;
    width: 100%;
    background: var(--paint-muted);
    border-radius: 2px;color:var(--tone-dark);}
@media (max-width: 767px) {
    .media-headline {
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
    }

    .narrow-inner {
      display: none;
    }

    .narrow-region {
      display: flex;
    }

    .narrow-fields {
      display: none;
      flex: 1 1 100%;
      order: 3;
      justify-content: flex-start;
      margin-top: var(--gutter-list);
      border-top: 1px solid var(--tone-card);
      padding-top: var(--gutter-list);
    }

    .narrow-fields.is-open {
      display: block;
    }

    .open-proof {
      flex-direction: column;
      align-items: flex-start;
      gap: var(--gutter-list);
    }

    .steady-frame {
      font-size: var(--copy-quiet);
      padding: 0.3rem 0;
      border-bottom: none;
    }
  }
.clear-proof{font-family:var(--label-quiet);font-size:var(--type-body);line-height:var(--copy-strong);padding:var(--gutter-nav) var(--space-tight);background:var(--paint-secondary);color:var(--line-soft);}
.featured-rail{max-width:var(--stack-block);margin:0 auto;display:flex;flex-direction:column;gap:var(--stack-wide)}
.focused-note{display:flex;flex-direction:column;gap:var(--gutter-list);padding-bottom:var(--stack-wide);border-bottom:1px solid rgba(255, 255, 255, 0.18)}
.site-steps{font-size:var(--font-base);margin:0;font-weight:600;letter-spacing:0.01em}
.text-grid{margin:0;max-width:56ch;font-size:var(--copy-quiet);opacity:0.88}
.public-region{display:flex;flex-direction:column;gap:var(--gutter-list);max-width:520px}
.soft-copy{font-size:var(--copy-lead);opacity:0.85}
.service-proof{display:flex;gap:var(--measure-footer);flex-wrap:wrap}
.public-rail{flex:1 1 220px;min-width:0;padding:0.65rem 0.85rem;font-family:inherit;font-size:var(--type-body);color:var(--line-soft);background:rgba(255, 255, 255, 0.08);border:1px solid rgba(255, 255, 255, 0.28);border-radius:0;outline:none}
.public-rail::placeholder{opacity:0.7}
.public-rail:focus{border-color:var(--line-base);box-shadow:0 0 0 2px var(--axis-public)}
.site-method{padding:0.65rem 1.15rem;font-family:inherit;font-size:var(--type-body);font-weight:600;color:var(--surface-dark);background:var(--tone-extra-28);border:1px solid var(--tone-extra-28);border-radius:0;cursor:pointer;transition:background var(--motion-base) var(--ease-entry), color var(--motion-base) var(--ease-entry)}
.site-method:hover{background:var(--tone-secondary);border-color:var(--tone-secondary);color:var(--tone-dark);}
.quiet-note{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:var(--stack-wide)}
.site-brand{font-size:var(--copy-quiet);font-weight:600;margin:0 0 var(--gutter-list) 0;letter-spacing:0.02em;opacity:0.95}
.public-plan,
  .primary-panel{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.public-plan a,
  .primary-panel a,
  .team-callout a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color var(--motion-base) var(--ease-entry), opacity var(--motion-base) var(--ease-entry)}
.public-plan a:hover,
  .primary-panel a:hover,
  .team-callout a:hover{border-bottom-color:currentColor;opacity:0.9;color:inherit}
.team-callout{font-style:normal;display:flex;flex-direction:column;gap:0.4rem;font-size:var(--type-body)}
.media-visual{margin:0;line-height:var(--copy-strong)}
.featured-frame{display:flex;flex-direction:column;gap:var(--gutter-list);padding-top:var(--stack-wide);border-top:1px solid rgba(255, 255, 255, 0.18)}
.frame{margin:0;font-size:var(--copy-lead);opacity:0.85;max-width:72ch}
.media-tile{margin:0;font-size:var(--copy-lead);opacity:0.75}
@media (max-width: 760px) {.quiet-note{grid-template-columns:1fr;gap:var(--gutter-list)}.service-proof{flex-direction:column}.site-method{width:100%}
  }
footer,footer *{border-radius:0!important;}
footer .quiet-section{flex:1 1 100%;max-width:var(--stack-block);margin:var(--gutter-list) auto 0;padding-top:var(--tone-extra-36);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:var(--copy-lead);line-height:var(--copy-strong);opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .top-content{width:min(24rem,calc(100vw - 28px));padding:14px 16px;border:1px solid var(--tone-card);border-radius:20px;background:var(--line-muted);color:var(--paint-warm);box-shadow:var(--shadow-image)}
.cookies strong{display:block;font-size:var(--font-base)}
.cookies p{margin:6px 0 0;line-height:var(--copy-strong)}
.cookies .direct-tile{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}
.cookies .direct-tile button{border:1px solid var(--tone-card);background:var(--tone-extra-5);color:var(--tone-dark);border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .direct-tile button.cookie-accept{background:var(--line-base);color:var(--surface-clear);border-color:transparent}
.scene{--state-local:calc(var(--gutter-list) * 1.2);--state-soft:calc(var(--stack-block) / 2.75);padding:var(--gutter-nav) var(--space-tight);background:var(--paint-panel);color:var(--paint-muted);}
.scene .visual-team{max-width:var(--stack-block);margin:0 auto;}
.scene h1,.scene p{margin:0;}
.scene h1{font-size:calc(14.2px * 2.65);line-height:1.1;}
.scene p{font-size:var(--copy-quiet);line-height:var(--copy-strong);}
.scene .callout{font-size:var(--copy-lead);letter-spacing:0.04em;text-transform:uppercase;color:var(--paint-warm);}
.scene .content-steps{color:var(--paint-muted);}
.scene .direct-benefit{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:var(--stack-wide);padding:var(--tone-extra-36) var(--gutter-list);border-radius:var(--corner-round);background:var(--tone-extra-28);color:var(--surface-dark);text-decoration:none;transition:background var(--motion-base) var(--ease-entry);}
.scene .direct-benefit:hover{background:var(--tone-secondary);color:var(--tone-dark);}
.scene .wide-feature{display:flex;align-items:flex-start;gap:var(--measure-footer);}
.scene .top-quote{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;align-items:flex-start;}
.scene .top-quote h1{margin-top:calc(var(--gutter-list) / 2);}
.scene .wide-feature>.content-steps{flex:0 1 var(--state-soft);padding-top:calc(var(--gutter-list) / 2);}
@media(max-width:760px){.scene .wide-feature{flex-direction:column;}.scene .wide-feature>.content-steps{padding-top:0;}}
.secondary-callout{
  background:var(--line-muted);
  color:var(--paint-warm);
  padding:var(--gutter-nav) var(--space-tight);
}
.secondary-callout .visual-team{max-width:var(--stack-block);
  margin:0 auto;}
.secondary-callout .bottom-headline{display:grid;
  grid-template-columns:1.5fr 1fr 1fr;
  grid-auto-rows:minmax(0,auto);
  gap:var(--measure-footer);
  align-items:stretch;}
.secondary-callout .primary-service{
  grid-row:span 2;
  min-width:0;
  padding:var(--tone-extra-36);
  border-radius:1.4rem;
  background:var(--tone-extra-5);
  color:var(--tone-dark);
  border:1px solid var(--tone-card);
  box-shadow:0 1px 2px rgba(0,0,0,0.06);
}
.secondary-callout h2{margin:0;
  font-size:calc(14.2px * 2);
  line-height:1.15;
  letter-spacing:0;}
.secondary-callout .primary-service p{margin:var(--stack-wide) 0 0;
  font-size:var(--copy-quiet);
  line-height:var(--copy-strong);}
.secondary-callout .primary-surface{
  min-width:0;
  padding:var(--gutter-list) var(--tone-extra-36);
  border-radius:1rem;
  background:var(--tone-extra-5);
  color:var(--tone-dark);
  border:1px solid var(--tone-card);
}
.secondary-callout .primary-surface strong{display:block;
  font-size:var(--copy-quiet);
  line-height:1.3;}
.secondary-callout .primary-surface span{display:block;
  margin-top:.5rem;
  font-size:var(--copy-lead);
  line-height:var(--copy-strong);}
@media (max-width:820px){.secondary-callout .bottom-headline{
    grid-template-columns:1fr 1fr;
  }.secondary-callout .primary-service{
    grid-column:1 / -1;
    grid-row:auto;
  }
}
@media (max-width:560px){.secondary-callout .bottom-headline{
    grid-template-columns:1fr;
  }
}
.featured-content{
        --state-local: calc(var(--gutter-list) * 1.26);
        --font-body: calc(var(--stack-block) / 3.59);
        padding: var(--gutter-nav) var(--space-tight);
        background: var(--paint-secondary);
        color: var(--line-soft);
    }
.featured-content .visual-team{max-width: var(--stack-block);
        margin: 0 auto;}
.featured-content h1, .featured-content h2, .featured-content h3, .featured-content p, .featured-content ul{margin: 0;}
.featured-content h2{font-size: calc(14.2px * 2);
        line-height: 1.12;}
.featured-content h3{font-size: var(--font-base);
        line-height: 1.2;}
.featured-content p{font-size: var(--copy-quiet);
        line-height: var(--copy-strong);}
.featured-content a{color: inherit;
        text-decoration: none;}
.featured-content .text-tile{padding-block: calc(var(--state-local) / 2);}
.featured-content .plain-content{row-gap: calc(var(--state-local) * 1.2);}
.featured-content .row-title{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: var(--measure-footer);}
.featured-content .row-title h2{flex: 1 1 calc(var(--stack-block) / 3);
        min-width: 0;}
.featured-content .row-title > p{flex: 1 1 calc(var(--stack-block) / 3);
        min-width: 0;}
.featured-content .focused-menu{flex: 1 1 100%;
        display: flex;
        flex-wrap: wrap;
        gap: var(--state-local);
        margin-top: var(--state-local);}
.featured-content .open-block{flex: 1 1 var(--font-body);
        min-width: 0;}
.featured-content .open-block p{margin-top: calc(var(--gutter-list) / 3);}
.featured-content .open-block a{display: inline-flex;
        margin-top: calc(var(--gutter-list) / 2);
        opacity: .85;}
.public-details{padding:var(--gutter-nav) var(--space-tight);background:var(--line-muted);color:var(--paint-warm)}
.public-details .visual-team{max-width:var(--stack-block);margin:0 auto}
.public-details .clear-intro{display:flex;flex-wrap:wrap;gap:var(--stack-wide);align-items:flex-start}
.public-details .content-steps{flex:1 1 22rem;min-width:0}
.public-details h2{margin:0;font-size:calc(14.2px * 2);line-height:1.1}
.public-details .content-steps p{margin:var(--tone-extra-36) 0 0;font-size:var(--copy-quiet);line-height:var(--copy-strong)}
.public-details .content-steps a{display:inline-flex;margin-top:var(--gutter-list);border-radius:var(--corner-image);background:var(--tone-extra-28);color:var(--surface-dark);padding:var(--tone-extra-36) var(--gutter-list);text-decoration:none;font-size:var(--copy-lead)}
.public-details .content-steps a:hover{background:var(--tone-secondary);color:var(--tone-dark);}
.public-details .local-details{flex:1 1 34rem;min-width:0;display:flex;flex-direction:column;gap:var(--measure-footer)}
.public-details .local-details a{display:block;background:var(--tone-extra-5);color:var(--tone-dark);border:1px solid var(--tone-card);border-radius:var(--corner-round);padding:var(--tone-extra-36) var(--gutter-list);text-decoration:none;box-shadow:0 1px 2px rgba(0,0,0,0.06)}
.public-details .local-details a:hover{box-shadow:0 5px 16px rgba(0,0,0,0.07)}
.public-details .local-details span{display:block;margin-bottom:var(--tone-extra-36);font-size:var(--copy-lead);}
.public-details .local-details strong{display:block;font-size:var(--font-base);line-height:1.2}
.public-details .local-details p{margin:var(--tone-extra-36) 0 0;line-height:var(--copy-strong);font-size:var(--copy-lead)}
@media(max-width:820px){.public-details .clear-intro{display:block}.public-details .local-details{margin-top:var(--stack-wide)}.public-details h2{font-size:var(--font-base)}}
.bottom-fields{
    padding:var(--gutter-nav) var(--space-tight);
    background:var(--line-muted);
    color:var(--paint-warm);
}
.bottom-fields .visual-team{max-width:var(--stack-block);
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    gap:var(--stack-wide);
    align-items:flex-start;}
.bottom-fields .text-plan{flex:1 1 300px;
    min-width:260px;}
.bottom-fields .text-plan img{width:100%;
    height:auto;
    display:block;
    border-radius:1rem;
    border:1px solid var(--tone-card);
    box-shadow:0 1px 2px rgba(0,0,0,0.06);}
.bottom-fields .service-frame{flex:1 1 420px;
    min-width:280px;}
.bottom-fields .service-frame h2{margin:0 0 var(--stack-wide);
    font-size:calc(14.2px * 2);
    line-height:1.25;}
.bottom-fields .service-frame h3{margin:var(--stack-wide) 0 var(--tone-extra-36);
    font-size:var(--copy-body);
    font-weight:600;}
.bottom-fields .service-frame p{margin:0 0 var(--tone-extra-36);}
.bottom-fields .service-frame ul{margin:0;
    padding-left:1.1rem;
    display:flex;
    flex-direction:column;
    gap:var(--measure-footer);}
.bottom-fields .service-frame li{line-height:var(--copy-strong);}
@media (max-width:820px){.bottom-fields .visual-team{
        flex-direction:column;
    }.bottom-fields .text-plan,
    .bottom-fields .service-frame{
        flex:1 1 auto;
        width:100%;
    }
}
.strong-body{
  padding: var(--gutter-nav) var(--space-tight);
  background: var(--line-muted);
  color: var(--paint-warm);
}
.strong-body .visual-team{max-width: var(--stack-block);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: var(--stack-wide);
  align-items: flex-start;}
.strong-body .direct-benefit{
  flex: 1 1 320px;
  padding: var(--tone-extra-36);
  border-radius: 1.4rem;
  background: var(--tone-extra-5);
  color: var(--tone-dark);
  border: 1px solid var(--tone-card);
}
.strong-body .content-steps{margin: 0;
  font-size: var(--copy-lead);
  letter-spacing: 0.02em;}
.strong-body h2{margin: var(--tone-extra-36) 0;
  font-size: calc(14.2px * 2);
  line-height: 1.15;}
.strong-body .top-quote{margin: 0 0 var(--tone-extra-36);
  font-size: var(--copy-quiet);
  line-height: var(--copy-strong);}
.strong-body a{
  display: inline-flex;
  padding: calc(var(--tone-extra-36) * 0.7) var(--tone-extra-36);
  border-radius: var(--corner-round);
  background: var(--tone-extra-28);
  color: var(--surface-dark);
  text-decoration: none;
  font-size: var(--copy-quiet);
}
.strong-body a:hover{
  background: var(--tone-secondary);color:var(--tone-dark);}
.strong-body .steady-entries{flex: 1 1 360px;
  display: flex;
  flex-direction: column;
  gap: var(--measure-footer);}
.strong-body .steady-entries > p{margin: 0 0 var(--tone-extra-36);
  font-size: var(--copy-body);
  line-height: var(--copy-strong);}
.strong-body .focused-area{
  padding: calc(var(--tone-extra-36) * 0.85) var(--tone-extra-36);
  border-radius: var(--corner-round);
  background: var(--tone-extra-5);
  color: var(--tone-dark);
  border: 1px solid var(--tone-card);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--measure-footer);
}
.strong-body .focused-area strong{font-size: var(--copy-quiet);}
.strong-body .focused-area span{font-size: var(--copy-lead);
  flex: 1 1 200px;
  text-align: right;}
@media (max-width: 760px) {.strong-body .visual-team{
    flex-direction: column;
  }.strong-body .focused-area span{
    text-align: left;
  }
}
.local-wrap{
  background:var(--paint-panel);
  color:var(--paint-muted);
  padding:var(--gutter-nav) var(--space-tight);
}
.local-wrap .visual-team{max-width:var(--stack-block);
  margin:0 auto;}
.local-wrap .quiet-rail{display:flex;
  flex-wrap:wrap;
  gap:var(--stack-wide);
  align-items:flex-start;}
.local-wrap h2{flex:1 1 22rem;
  min-width:0;
  margin:0;
  font-size:calc(14.2px * 2);
  line-height:1.15;}
.local-wrap .quiet-rail p{flex:1 1 20rem;
  min-width:0;
  margin:0;
  color:var(--paint-warm);
  line-height:var(--copy-strong);}
.local-wrap .media-menu{margin-top:var(--stack-wide);
  display:flex;
  flex-wrap:wrap;
  gap:var(--measure-footer);}
.local-wrap .media-menu a{
  flex:1 1 17rem;
  min-width:0;
  display:block;
  background:var(--tone-extra-5);
  color:var(--tone-dark);
  border:1px solid var(--tone-card);
  border-radius:1rem;
  padding:var(--tone-extra-36);
  text-decoration:none;
  box-shadow:0 1px 2px rgba(0,0,0,0.06);
  transition:box-shadow var(--motion-base) var(--ease-entry);
}
.local-wrap .media-menu a:hover{box-shadow:0 5px 16px rgba(0,0,0,0.07);}
.local-wrap .media-menu strong{display:block;
  font-size:var(--copy-quiet);}
.local-wrap .media-menu span{display:block;
  margin-top:.4rem;
  color:var(--paint-warm);
  line-height:var(--copy-strong);}
.local-wrap .direct-benefit{
  display:inline-flex;
  margin-top:var(--stack-wide);
  background:var(--tone-extra-28);
  color:var(--surface-dark);
  text-decoration:none;
  border-radius:1.4rem;
  padding:.75rem 1.15rem;
  transition:background var(--motion-base) var(--ease-entry);
}
.local-wrap .direct-benefit:hover{
  background:var(--tone-secondary);color:var(--tone-dark);}
@media (max-width:680px){.local-wrap .quiet-rail{display:block}.local-wrap .quiet-rail p{margin-top:var(--gutter-list)}.local-wrap .media-menu{display:block}.local-wrap .media-menu a{margin-top:var(--measure-footer)}
}
.narrow-footer{--state-local:calc(var(--gutter-list) * 1.11);padding:var(--gutter-nav) var(--space-tight);background:var(--tone-extra-28);color:var(--surface-dark);}
.narrow-footer .visual-team{max-width:var(--stack-block);margin:0 auto;}
.narrow-footer h2,.narrow-footer h3,.narrow-footer p{margin:0;}
.narrow-footer h2{font-size:calc(14.2px * 2);line-height:1.12;}
.narrow-footer h3{font-size:var(--font-base);line-height:1.2;}
.narrow-footer p{font-size:var(--copy-quiet);line-height:var(--copy-strong);color:color-mix(in srgb, currentColor 78%, transparent);}
.narrow-footer .text-tile{padding-block:calc(var(--state-local) / 2);}
.narrow-footer .plain-content{row-gap:calc(var(--state-local) * 1.2);}
.narrow-footer .stack{padding-inline-end:calc(var(--tone-extra-36) / 2);}
.narrow-footer .clear-intro{display:flex;align-items:flex-start;gap:var(--measure-footer);}
.narrow-footer .top-quote{flex:1 1 calc(var(--stack-block) / 3);min-width:0;}
.narrow-footer .top-quote p{margin-top:var(--gutter-list);}
.narrow-footer .focused-menu{flex:2 1 calc(var(--stack-block) / 2);display:flex;flex-direction:column;gap:var(--state-local);}
.narrow-footer .open-block{min-width:0;padding-inline-start:var(--tone-extra-36);border-inline-start:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.narrow-footer .open-block p{margin-top:calc(var(--gutter-list) / 3);}
@media(max-width:760px){.narrow-footer .clear-intro{flex-direction:column;}.narrow-footer .focused-menu{margin-top:var(--gutter-list);}}
.bottom-callout{
  background:var(--paint-panel);
  color:var(--paint-muted);
  padding:var(--gutter-nav) var(--space-tight);
}
.bottom-callout .visual-team{max-width:var(--stack-block);
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  gap:var(--stack-wide);
  align-items:flex-start;}
.bottom-callout .top-quote{flex:1 1 20rem;
  min-width:0;}
.bottom-callout .top-quote p{margin:0 0 var(--gutter-list);
  color:var(--paint-warm);
  line-height:var(--copy-strong);
  font-size:var(--copy-lead);
  text-transform:uppercase;
  letter-spacing:0.04em;}
.bottom-callout h2{margin:0;
  font-size:calc(14.2px * 2);
  line-height:1.15;}
.bottom-callout .stack{flex:1 1 26rem;
  min-width:0;
  display:flex;
  flex-direction:column;}
.bottom-callout .stack p{margin:0;
  padding:var(--tone-extra-36) 0;
  color:var(--paint-warm);
  line-height:var(--copy-strong);}
.bottom-callout .stack p:first-child{padding-top:0;}
.bottom-callout .stack p + p{border-top:1px solid var(--tone-card);}
.bottom-callout .stack strong{display:block;
  color:var(--paint-muted);
  font-size:var(--copy-quiet);
  margin-bottom:0.35rem;}
@media (max-width:720px){.bottom-callout .visual-team{display:block}.bottom-callout .stack{margin-top:var(--stack-wide)}
}
.visual-contact{padding:var(--gutter-nav) var(--space-tight);background:var(--paint-panel);color:var(--paint-muted);}
.primary-content{max-width:var(--stack-block);margin:0 auto;}
.visual-contact h1{margin:0;font-size:calc(14.2px * 2.65);line-height:1.08;}
.strong-inner{padding:var(--gutter-nav) var(--space-tight);background:var(--line-muted);color:var(--paint-warm)}
.strong-inner .primary-steps{max-width:var(--stack-block);margin:0 auto}
.strong-inner h2{max-width:22ch;margin:0;font-size:calc(14.2px * 2);line-height:1.12}
.strong-inner .contact-callout{margin:var(--gutter-list) 0 var(--stack-wide);font-size:var(--copy-body);line-height:var(--copy-strong)}
.strong-inner .team-figure{margin:0;padding:0;list-style:none;border-top:1px solid var(--tone-card)}
.strong-inner .team-figure>li{display:flex;flex-wrap:wrap;gap:var(--measure-footer);padding:var(--tone-extra-36) 0;border-bottom:1px solid var(--tone-card)}
.strong-inner h3{flex:1 1 16rem;margin:0;font-size:var(--font-base);line-height:1.2}
.strong-inner .team-figure p{flex:2 1 22rem;margin:0;line-height:var(--copy-strong)}
@media(max-width:680px){.strong-inner .team-figure>li{display:block}.strong-inner .team-figure p{margin-top:var(--tone-extra-36)}}
.plain-callout{--state-local:calc(var(--gutter-list) * 0.91);--font-body:calc(var(--stack-block) / 3.21);padding:var(--gutter-nav) var(--space-tight);background:var(--tone-extra-28);color:var(--surface-dark);}
.plain-callout .visual-team{max-width:var(--stack-block);margin:0 auto;}
.plain-callout h2,.plain-callout h3,.plain-callout p{margin:0;}
.plain-callout h2{font-size:calc(14.2px * 2);line-height:1.12;}
.plain-callout h3{font-size:var(--font-base);line-height:1.2;}
.plain-callout p{font-size:var(--copy-quiet);line-height:var(--copy-strong);color:color-mix(in srgb, currentColor 78%, transparent);}
.plain-callout .text-tile{padding-block:calc(var(--state-local) / 2);}
.plain-callout .plain-content{row-gap:calc(var(--state-local) * 1.2);}
.plain-callout .content-steps{margin-top:var(--gutter-list);}
.plain-callout .focused-menu{display:flex;flex-wrap:wrap;gap:var(--state-local);margin-top:var(--state-local);}
.plain-callout .open-block{flex:1 1 var(--font-body);min-width:0;padding:calc(var(--state-local) * .75);border-radius:var(--corner-round);background:color-mix(in srgb, currentColor 10%, transparent);}
.plain-callout .open-block p{margin-top:calc(var(--gutter-list) / 3);}
.text-body{background:var(--paint-panel);color:var(--paint-muted);padding:var(--gutter-nav) var(--space-tight)}
.text-body .visual-team{max-width:var(--stack-block);margin:0 auto}
.text-body .site-links{display:flex;align-items:flex-start;gap:var(--stack-wide)}
.text-body .fresh-block{display:block;flex:0 1 18rem;min-width:12rem;width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;border-radius:1rem}
.text-body .top-quote{flex:1 1 34rem;min-width:0}
.text-body h2{margin:0;font-size:clamp(calc(14.2px * 2),5vw,calc(14.2px * 2.65));line-height:1.05;letter-spacing:0}
.text-body p{margin:var(--gutter-list) 0 0;color:var(--paint-warm);font-size:var(--copy-body);line-height:1.65}
.text-body .direct-tile{flex:0 1 22rem;min-width:0;display:flex;flex-direction:column;gap:var(--tone-extra-36)}
.text-body a{padding:var(--tone-extra-36);border-radius:var(--corner-image);background:var(--tone-extra-5);color:var(--tone-dark);text-decoration:none;border:1px solid var(--tone-card)}
.text-body a:hover{background:var(--line-muted);color:var(--paint-warm)}
.text-body .callout{margin:0;padding:var(--tone-extra-36);border-radius:var(--corner-image);background:var(--line-muted);color:var(--paint-warm);font-size:var(--copy-lead);line-height:1.6}
@media(max-width:760px){.text-body .site-links{flex-direction:column}.text-body .fresh-block{flex-basis:auto;min-width:0;aspect-ratio:16/9}.text-body .direct-tile{width:100%}}
.direct-links{
  background:var(--paint-panel);
  color:var(--paint-muted);
  padding:var(--gutter-nav) var(--space-tight);
}
.direct-links .visual-team{max-width:var(--stack-block);
  margin:0 auto;}
.direct-links .clear-flow{display:flex;
  align-items:flex-start;
  gap:var(--stack-wide);}
.direct-links .visual-entries{flex:0 1 24rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:var(--tone-extra-36);}
.direct-links h2{margin:0;
  font-size:clamp(calc(14.2px * 2),4.4vw,calc(14.2px * 2.65));
  line-height:1.15;
  letter-spacing:0;}
.direct-links .content-steps{margin:0;
  line-height:var(--copy-strong);}
.direct-links .focused-menu{margin:var(--tone-extra-36) 0 0;
  padding:0;
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:var(--measure-footer);}
.direct-links .focused-menu li{display:flex;
  flex-direction:column;
  gap:calc(var(--measure-footer) * .4);
  padding-top:var(--measure-footer);
  border-top:1px solid var(--tone-card);}
.direct-links .layer{font-weight:700;
  font-size:var(--copy-quiet);}
.direct-links .callout{margin:0;
  font-size:var(--copy-lead);
  line-height:1.6;}
.direct-links .wide-wrap{
  flex:1 1 32rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:var(--tone-extra-36);
  padding:var(--stack-wide);
  border-radius:1rem;
  background:var(--tone-extra-5);
  color:var(--tone-dark);
  border:1px solid var(--tone-card);
  box-shadow:0 1px 2px rgba(0,0,0,0.06);
}
.direct-links .top-quote{margin:0;
  line-height:var(--copy-strong);}
.direct-links label{display:flex;
  flex-direction:column;
  gap:calc(var(--measure-footer) * .4);
  min-width:0;
  font-size:var(--copy-lead);}
.direct-links input[type="email"],
.direct-links input[type="text"]{
  width:100%;
  min-width:0;
  border:1px solid var(--tone-card);
  border-radius:var(--corner-image);
  background:var(--line-muted);
  color:var(--paint-muted);
  padding:var(--tone-extra-36);
  font:inherit;
}
.direct-links input::placeholder{}
.direct-links .open-menu{flex-direction:row;
  align-items:flex-start;
  gap:var(--measure-footer);
  line-height:1.55;}
.direct-links .open-menu input{margin-top:0.3em;
  flex:0 0 auto;}
.direct-links button{
  align-self:flex-start;
  border:0;
  border-radius:var(--corner-round);
  background:var(--tone-extra-28);
  color:var(--surface-dark);
  padding:var(--tone-extra-36) var(--measure-footer);
  font:inherit;
  font-weight:700;
  cursor:pointer;
  transition:background var(--motion-base) var(--ease-entry);
}
.direct-links button:hover{
  background:var(--tone-secondary);color:var(--tone-dark);}
@media (max-width:760px) {.direct-links .clear-flow{ flex-direction:column; }.direct-links .wide-wrap{ padding:var(--tone-extra-36); }
}
.visual-region{--state-local:calc(var(--gutter-list) * 1.19);--state-soft:calc(var(--stack-block) / 3.10);--type-heading:calc(var(--stack-block) / 3.27);padding:var(--gutter-nav) var(--space-tight);background:var(--line-base);color:var(--surface-clear);}
.visual-region .visual-team{max-width:var(--stack-block);margin:0 auto;}
.visual-region h1,.visual-region h2,.visual-region h3,.visual-region p{margin:0;}
.visual-region h1{font-size:calc(14.2px * 2.65);line-height:1.08;}
.visual-region h2{font-size:calc(14.2px * 2);line-height:1.12;}
.visual-region h3{font-size:var(--font-base);line-height:1.2;}
.visual-region p{font-size:var(--copy-quiet);line-height:var(--copy-strong);color:color-mix(in srgb, currentColor 78%, transparent);}
.visual-region a{color:inherit;text-decoration:none;}
.visual-region img{display:block;width:100%;height:auto;border-radius:var(--corner-round);}
.visual-region .direct-benefit{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--tone-extra-36) var(--gutter-list);border-radius:var(--corner-image);background:var(--surface-clear);color:var(--line-base);}
.visual-region .content-steps,.visual-region .callout{}
.visual-region .focused-menu{display:flex;flex-direction:column;gap:var(--state-local);margin-top:var(--state-local);}
.visual-region .open-block{min-width:0;}
.visual-region .open-block p,.visual-region .open-block a{margin-top:calc(var(--gutter-list) / 3);}
.visual-region .open-block img{margin-bottom:calc(var(--gutter-list) / 2);max-width:calc(var(--type-heading) * .7);}
.visual-region .visual{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--measure-footer);}
.visual-region .visual>.top-quote{flex:1 1 calc(var(--stack-block) / 3);min-width:0;}
.visual-region .visual>.focused-menu{flex:2 1 calc(var(--stack-block) / 2);margin-top:0;}
.visual-region .visual>img{margin-left:auto;}
.visual-region .top-quote .content-steps{margin-top:var(--gutter-list);}
.team-quote{--state-local:calc(var(--gutter-list) * 1.06);--font-body:calc(var(--stack-block) / 3.37);padding:var(--gutter-nav) var(--space-tight);background:var(--paint-secondary);color:var(--line-soft);}
.team-quote .visual-team{max-width:var(--stack-block);margin:0 auto;}
.team-quote h2,.team-quote h3,.team-quote p{margin:0;}
.team-quote h2{font-size:calc(14.2px * 2);line-height:1.12;}
.team-quote h3{font-size:var(--font-base);line-height:1.2;}
.team-quote p{font-size:var(--copy-quiet);line-height:var(--copy-strong);}
.team-quote .compact-intro{padding-inline-start:calc(var(--gap-medium) / 2);}
.team-quote .text-tile{padding-block:calc(var(--state-local) / 2);}
.team-quote .wide-copy{row-gap:calc(var(--state-local) * .7);}
.team-quote .content-steps{margin-top:var(--gutter-list);}
.team-quote .focused-menu{display:flex;flex-wrap:wrap;gap:var(--state-local);margin-top:var(--state-local);}
.team-quote .open-block{flex:1 1 var(--font-body);min-width:0;padding:calc(var(--state-local) * .75);border-radius:var(--corner-round);background:var(--line-muted);color:var(--paint-warm);}
.team-quote .open-block p{margin-bottom:calc(var(--gutter-list) / 3);}
.team-quote .open-block h3{font-size:var(--copy-lead);opacity:.85;}
.top-actions{--state-local:calc(var(--gutter-list) * 0.9);padding:var(--gutter-nav) var(--space-tight);background:var(--tone-extra-28);color:var(--surface-dark);}
.top-actions .visual-team{max-width:var(--stack-block);margin:0 auto;}
.top-actions h2,.top-actions h3,.top-actions p{margin:0;}
.top-actions h2{font-size:calc(14.2px * 2);line-height:1.14;}
.top-actions h3{font-size:var(--font-base);line-height:1.22;}
.top-actions p{font-size:var(--copy-quiet);line-height:var(--copy-strong);color:color-mix(in srgb, currentColor 76%, transparent);}
.top-actions a{color:inherit;text-decoration:none;}
.top-actions .callout{font-size:var(--copy-lead);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.top-actions .content-steps{margin-top:calc(var(--gutter-list) / 2.4);}
.top-actions .direct-benefit{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(var(--tone-extra-36) * 0.85) var(--gutter-list);border-radius:var(--corner-image);background:var(--surface-dark);color:var(--tone-extra-28);font-size:var(--copy-lead);}
.top-actions .focused-menu{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--measure-footer) var(--gutter-list);margin-top:var(--state-local);}
.top-actions .open-block{flex:1 1 calc(var(--stack-block) / 3.4);min-width:0;padding-top:var(--tone-extra-36);border-top:1px solid color-mix(in srgb, currentColor 24%, transparent);}
.top-actions .open-block p{margin-top:calc(var(--gutter-list) / 3.2);}
.top-actions .local-list{display:flex;flex-wrap:wrap;align-items:flex-end;gap:var(--measure-footer);}
.top-actions .local-list>.top-quote{flex:1 1 60%;min-width:0;}
.top-actions .local-list>.direct-benefit{flex:0 0 auto;margin-left:auto;}
.top-actions .local-list>.focused-menu{flex:1 1 100%;}
.top-actions .top-quote h2{margin-top:calc(var(--gutter-list) / 2.6);}
@media (max-width:720px){.top-actions .local-list>.direct-benefit{margin-left:0;}.top-actions .open-block{flex:1 1 100%;}
}
.main-items{--state-local:calc(var(--gutter-list) * 1.2);padding:var(--gutter-nav) var(--space-tight);background:var(--paint-panel);color:var(--paint-muted);}
.main-items .visual-team{max-width:var(--stack-block);margin:0 auto;}
.main-items h2,.main-items h3,.main-items p{margin:0;}
.main-items h2{font-size:calc(14.2px * 2);line-height:1.14;}
.main-items h3{font-size:var(--font-base);line-height:1.24;}
.main-items p{font-size:var(--copy-quiet);line-height:var(--copy-strong);color:var(--paint-warm);}
.main-items a{color:inherit;text-decoration:none;}
.main-items .local-list{display:flex;flex-wrap:wrap;align-items:flex-end;gap:var(--measure-footer);}
.main-items .top-quote{flex:1 1 22rem;min-width:0;}
.main-items .top-quote .content-steps{margin-top:var(--stack-wide);}
.main-items .direct-benefit{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--tone-extra-36) var(--gutter-list);border-radius:var(--corner-image);background:var(--tone-extra-28);color:var(--surface-dark);font-size:var(--copy-lead);}
.main-items .direct-benefit:hover{background:var(--tone-secondary);color:var(--tone-dark);}
.main-items .offer{display:flex;flex-direction:column;gap:var(--state-local);margin-top:var(--gutter-nav);}
.main-items .open-block{padding:var(--tone-extra-36) var(--stack-wide);border-radius:var(--corner-round);background:var(--tone-extra-5);color:var(--tone-dark);border:1px solid var(--tone-card);}
.main-items .open-block p{margin-top:calc(var(--stack-wide) / 2);}
@media (max-width:720px){.main-items .local-list{align-items:flex-start;}.main-items .direct-benefit{width:100%;}
}
.bottom-media{padding:var(--gutter-nav) var(--space-tight);background:var(--paint-secondary);color:var(--line-soft)}
.bottom-media .top-quote{max-width:min(var(--stack-block),64rem);margin:0 auto}
.bottom-media h2{margin:0;font-size:calc(14.2px * 2.65);line-height:1.08}
.bottom-media .content-steps{margin:var(--gutter-list) 0 var(--stack-wide);font-size:var(--copy-body);line-height:var(--copy-strong)}
.bottom-media .content-details{display:flex;flex-direction:column;gap:var(--stack-wide)}
.bottom-media .strong-grid{padding:0 0 var(--stack-wide);border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.bottom-media .strong-grid:last-of-type{border-bottom:0;padding-bottom:0}
.bottom-media h3{margin:0 0 var(--tone-extra-36);font-size:var(--font-base);line-height:1.25}
.bottom-media .strong-grid p{margin:0;font-size:var(--copy-quiet);line-height:var(--copy-strong)}
.bottom-media .callout{margin:var(--stack-wide) 0 0;font-size:var(--copy-lead);line-height:var(--copy-strong);color:color-mix(in srgb,currentColor 70%,transparent)}
@media (max-width:640px){.bottom-media h2{font-size:calc(14.2px * 2)}.bottom-media .content-steps{font-size:var(--copy-quiet)}
}
.media-frame{padding:var(--gutter-nav) var(--space-tight);background:linear-gradient(120deg, #5c8a5e 0%, #c4553f 100%);color:#fdf6f2}
.media-frame .visual-team{max-width:var(--stack-block);margin:0 auto}
.media-frame .content-method{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--measure-footer);align-items:flex-end;margin-bottom:var(--stack-wide)}
.media-frame h2{max-width:18ch;margin:0;font-size:calc(14.2px * 2.65);line-height:1.05}
.media-frame .content-method p{margin:0;font-size:var(--copy-body);line-height:var(--copy-strong)}
.media-frame .plain-area{display:flex;flex-wrap:wrap;gap:var(--measure-footer)}
.media-frame .plain-area>*{min-width:0;flex:1 1 15rem}
.media-frame .open-block,.media-frame a{display:block;background:var(--line-base);color:var(--surface-clear);border-radius:1rem;padding:var(--gutter-list);text-decoration:none;overflow-wrap:anywhere}
.media-frame a:hover{background:#a8442f;color:var(--tone-dark);}
.media-frame span{display:block;margin-bottom:var(--tone-extra-36);font-size:var(--copy-lead);opacity:0.85}
.media-frame strong{font-size:var(--font-base);line-height:1.2;font-weight:600}
.media-frame .callout{margin:var(--stack-wide) 0 0;font-size:var(--copy-quiet);line-height:var(--copy-strong)}
@media(max-width:620px){.media-frame .content-method{display:block}.media-frame .content-method p{margin-top:var(--gutter-list)}.media-frame .plain-area{display:block}.media-frame .plain-area>*{margin-top:var(--gutter-list)}}
.primary-intro{
  padding: var(--gutter-nav) var(--space-tight);
  background: var(--paint-secondary);
  color: var(--line-soft);
}
.primary-intro .visual-team{max-width: min(var(--stack-block), 74rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: var(--stack-wide);
  align-items: start;}
.primary-intro .text-service{position: sticky;
  top: var(--stack-wide);}
.primary-intro h2{margin: 0;
  font-size: calc(14.2px * 2);
  line-height: 1.12;}
.primary-intro .text-service p{margin: var(--tone-extra-36) 0 0;
  color: #cfd8c6;
  font-size: var(--copy-quiet);
  line-height: var(--copy-strong);}
.primary-intro .wide-menu{display: flex;
  flex-direction: column;
  gap: var(--tone-extra-36);}
.primary-intro .open-block{
  border: 1px solid #3a4a37;
  border-radius: var(--corner-round);
  background: var(--paint-secondary);
  color: var(--line-soft);
  transition: border-color var(--motion-base) var(--ease-entry);
}
.primary-intro .open-block.is-open{border-color: var(--axis-public);}
.primary-intro button{
  width: 100%;
  border: 0;
  padding: var(--tone-extra-36);
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: var(--copy-body);
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--measure-footer);
}
.primary-intro button::after{content: "+";
  font-size: var(--copy-body);
  color: #cfd8c6;
  flex: 0 0 auto;}
.primary-intro .open-block.is-open button::after{content: "\2212";}
.primary-intro .open-block p{margin: 0;
  padding: 0 var(--tone-extra-36) var(--tone-extra-36);
  color: #cfd8c6;
  font-size: var(--copy-quiet);
  line-height: var(--copy-strong);}
.primary-intro .open-block:not(.is-open) p{display: none;}
@media (max-width: 760px) {.primary-intro .visual-team{
    grid-template-columns: 1fr;
  }.primary-intro .text-service{
    position: static;
  }
}
.featured-visual{
  padding: var(--gutter-nav) var(--space-tight);
  background: var(--paint-secondary);
  color: var(--line-soft);
}
.featured-visual .visual-team{max-width: min(var(--stack-block), 78rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: var(--stack-wide);
  align-items: flex-start;}
.featured-visual .top-quote{flex: 1 1 32rem;
  min-width: 0;}
.featured-visual h2{margin: 0;
  font-size: calc(14.2px * 2);
  line-height: 1.1;}
.featured-visual .top-quote p{margin: var(--tone-extra-36) 0 0;
  font-size: var(--copy-body);
  line-height: 1.7;
  opacity: .88;}
.featured-visual .visual-entries{
  flex: 1 1 20rem;
  min-width: 0;
  padding: var(--tone-extra-36);
  border-radius: 1rem;
  background: var(--tone-extra-5);
  color: var(--tone-dark);
  border: 1px solid var(--tone-card);
}
.featured-visual .visual-entries strong{display: block;
  font-size: var(--font-base);
  line-height: 1.25;}
.featured-visual .visual-entries > p{margin: var(--tone-extra-36) 0;color:inherit;}
.featured-visual .layer{display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.9rem;
  padding: 0.55rem 0;
  border-top: 1px solid var(--tone-card);}
.featured-visual .layer .active-fields{flex: 0 0 8.5rem;
  font-size: var(--copy-lead);color:inherit;}
.featured-visual .layer a,
.featured-visual .layer span:not(.active-fields){color:inherit;
  text-decoration: none;
  word-break: break-word;}
.featured-visual .layer a:hover{color:inherit;
  text-decoration: underline;}
.featured-visual .callout{margin: var(--tone-extra-36) 0 0;
  padding-top: var(--tone-extra-36);
  border-top: 1px solid var(--tone-card);
  font-size: var(--copy-lead);color:inherit;}
@media (max-width: 760px) {.featured-visual .visual-team{
    flex-direction: column;
  }.featured-visual .layer .active-fields{
    flex: 0 0 100%;
  }
}
.featured-inner{--state-local:calc(var(--gutter-list) * 1.32);--state-soft:calc(var(--stack-block) / 2.45);padding:var(--gutter-nav) var(--space-tight);background:var(--tone-extra-28);color:var(--surface-dark);}
.featured-inner .visual-team{max-width:var(--stack-block);margin:0 auto;}
.featured-inner h2,.featured-inner p{margin:0;}
.featured-inner h2{font-size:calc(14.2px * 2);line-height:1.12;}
.featured-inner p{font-size:var(--copy-quiet);line-height:var(--copy-strong);color:color-mix(in srgb, currentColor 78%, transparent);}
.featured-inner a{color:inherit;text-decoration:none;}
.featured-inner .callout{font-size:var(--copy-lead);letter-spacing:0.02em;text-transform:none;color:color-mix(in srgb, currentColor 66%, transparent);}
.featured-inner .direct-benefit{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--tone-extra-36) var(--gutter-list);border-radius:var(--corner-image);background:var(--surface-dark);color:var(--tone-extra-28);}
.featured-inner .simple-service>.callout{margin-top:0;}
.featured-inner .simple-service>h2{margin-top:var(--stack-wide);}
.featured-inner .simple-service>.content-steps{margin-top:var(--tone-extra-36);}
.featured-inner .simple-service>.direct-benefit{margin-top:var(--state-local);}
.local-header{padding:var(--gutter-nav) var(--space-tight);background:var(--paint-panel);color:var(--paint-muted)}
.local-header .visual-team{max-width:var(--stack-block);margin:0 auto}
.local-header .plain-region{display:flex;gap:var(--stack-wide);align-items:flex-start}
.local-header .content-steps{flex:1 1 36rem;min-width:0}
.local-header .content-steps p{margin:0 0 var(--gutter-list);font-size:var(--copy-lead);line-height:var(--copy-strong);color:var(--paint-warm)}
.local-header h2{margin:0;font-size:calc(14.2px * 2.65);line-height:1.06}
.local-header .site-feature{flex:0 1 32rem;min-width:0;padding-top:var(--tone-extra-36)}
.local-header .page-contact{margin:0;line-height:var(--copy-strong)}
.local-header .site-feature>a{display:inline-flex;margin-top:var(--gutter-list);border-radius:var(--corner-round);background:var(--tone-extra-28);color:var(--surface-dark);padding:var(--tone-extra-36) var(--gutter-list);text-decoration:none}
.local-header .site-feature>a:hover{background:var(--tone-secondary);color:var(--tone-dark);}
.local-header ul{list-style:none;margin:var(--stack-wide) 0 0;padding:0;display:flex;flex-direction:column;gap:var(--tone-extra-36)}
.local-header li a{display:block;padding:var(--tone-extra-36) 0;border-bottom:1px solid var(--tone-card);color:inherit;text-decoration:none}
.local-header li a:hover{color:inherit;}
@media(max-width:760px){.local-header .plain-region{display:block}.local-header h2{font-size:calc(14.2px * 2)}.local-header .site-feature{margin-top:var(--stack-wide);padding-top:0}}
