:root {
  --gutter-small: 1.51rem;
  --space-card: calc(1.5rem * 2.4);
  --font-body: calc(var(--type-button) * .875);
  --lift-button: 0 12px 20px rgba(0,0,0,0.06);
  --line-page: #2A2118;
  --paint-base: #E4D6BF;
  --surface-dark: #FFF7EE;
  --tone-inverse: #F4F1E8;
  --space-block: var(--gutter-small);
  --paint-clear: #FFFBF3;
  --font-large: calc(var(--type-button) * 1.35);
  --surface-base: #FBF4E7;
  --delay-soft: cubic-bezier(0.4,0,0.2,1);
  --tone-accent: #C05A32;
  --surface-inverse: calc(1.5rem * .75);
  --type-extra-15: var(--type-button);
  --type-button: 17.2px;
  --tone-page: #2A2118;
  --copy-quiet: calc(var(--type-button) * 1.125);
  --radius-card: 0.26rem;
  --type-strong: "Lora", sans-serif;
  --gap-wide: 0.87rem;
  --space-list: calc(var(--gap-wide) * 1.5);
  --delay-panel: 420ms;
  --surface-light: #2E3A78;
  --gap-footer: 1040px;
  --ink-muted: #2E3A78;
  --font-quiet: 1.74;
  --surface-warm: #2E3A78;
  --tone-deep: #3E3226;
  --surface-secondary: #F3E7D3;
}
body{margin:0;padding:0;font-family:var(--type-strong);box-sizing:border-box;}
*,*::before,*::after{box-sizing:border-box;}
.fresh-menu {
    width: 100%;
    background: var(--surface-base);
    color: var(--line-page);
    border-bottom: 1px solid var(--paint-base);
  }
.visual-group {
    max-width: var(--gap-footer);
    margin: 0 auto;
    padding: var(--space-list) var(--gutter-small);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--gap-wide);
  }
.main-note {
    font-size: var(--copy-quiet);
    font-weight: 700;
    letter-spacing: 0.01em;
    color: inherit;
    text-decoration: none;
    line-height: 1.1;
    white-space: nowrap;
  }
.main-note:hover {
    color: var(--surface-light);
  }
.top-content {
    display: flex;
    align-items: center;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: calc(var(--gap-wide) * 1.5);
  }
.nav-link {
    display: inline-block;
    padding: 0.35rem 0;
    font-size: var(--type-extra-15);
    color: var(--tone-deep);
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color var(--delay-panel) var(--delay-soft),
                border-color var(--delay-panel) var(--delay-soft);
  }
.nav-link:hover {
    color: var(--line-page);
  }
.nav-link.is-active {
    color: var(--line-page);
    border-bottom-color: var(--ink-muted);
  }
.primary-track {
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 1px solid var(--paint-base);
    border-radius: var(--radius-card);
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
.featured-media{
    display: block;
    width: 18px;
    height: 2px;
    background: var(--line-page);
    border-radius: 1px;
    transition: transform var(--delay-panel) var(--delay-soft),
                opacity var(--delay-panel) var(--delay-soft);color:var(--tone-page);}
.primary-track[aria-expanded="true"] .featured-media:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
.primary-track[aria-expanded="true"] .featured-media:nth-child(2) {
    opacity: 0;
  }
.primary-track[aria-expanded="true"] .featured-media:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
@media (max-width: 767px) {
    .visual-group {
      flex-wrap: wrap;
      padding: var(--space-list) var(--gutter-small);
    }

    .primary-track {
      display: flex;
    }

    .top-content {
      display: none;
      width: 100%;
      flex-basis: 100%;
      padding-top: var(--space-list);
      border-top: 1px solid var(--paint-base);
      margin-top: var(--space-list);
    }

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

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

    .nav-list li {
      width: 100%;
    }

    .nav-link {
      display: block;
      width: 100%;
      padding: 0.75rem 0;
      font-size: var(--type-extra-15);
      border-bottom: 1px solid var(--paint-base);
    }

    .nav-link.is-active {
      border-bottom-color: var(--ink-muted);
    }
  }
.simple-unit{padding:var(--space-card) var(--space-block);font-family:var(--type-strong);font-size:var(--type-button);line-height:var(--font-quiet);background:var(--surface-warm);color:var(--tone-inverse);}
.direct-stack{max-width:var(--gap-footer);margin:0 auto;display:grid;grid-template-columns:1fr;gap:var(--space-list)}
.direct-story{display:grid;gap:var(--surface-inverse);max-width:60ch}
.text-fields{font-size:var(--font-large);font-weight:700;letter-spacing:0.01em;margin:0}
.fresh-header{margin:0;font-size:var(--type-extra-15)}
.local-summary{margin:0;font-size:var(--font-body);opacity:0.85}
.team-footer{display:grid;grid-template-columns:1fr;gap:var(--gap-wide)}
.direct-figure{font-size:var(--font-body);text-transform:uppercase;letter-spacing:0.08em;margin:0 0 var(--surface-inverse) 0;font-weight:700}
.visual-copy{list-style:none;padding:0;margin:0;display:grid;gap:0.5rem}
.visual-copy a,
  .simple-callout a,
  .visual-area a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color var(--delay-panel) var(--delay-soft)}
.visual-copy a:hover,
  .simple-callout a:hover,
  .visual-area a:hover{border-bottom-color:currentColor;color:inherit}
.content-media{display:grid;gap:var(--surface-inverse)}
.simple-callout{font-style:normal;display:grid;gap:0.35rem;margin:0}
.simple-callout p{margin:0}
.featured-track{display:grid;gap:var(--surface-inverse);padding-top:var(--space-list);border-top:1px solid currentColor}
.visual-area{margin:0;font-size:var(--font-body)}
.frame{margin:0;font-size:var(--font-body);max-width:75ch}
.content-header{margin:0;font-size:var(--font-body)}
@media (min-width: 720px) {.team-footer{grid-template-columns:repeat(3, minmax(0, 1fr))}
  }
@media (min-width: 1024px) {.direct-stack{grid-template-columns:1.2fr 2fr;grid-template-areas:"intro nav"
        "contact nav"
        "legal legal";column-gap:var(--space-block)}.direct-story{grid-area:intro}.team-footer{grid-area:nav}.content-media{grid-area:contact}.featured-track{grid-area:legal}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:clamp(14px,2vw,24px);right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .compact-unit{max-width:680px;margin:0 auto;padding:14px 16px;border:1px solid var(--paint-base);border-radius:24px;background:var(--paint-clear);color:var(--tone-page);box-shadow:var(--lift-button)}
.cookies strong{display:block;font-size:var(--font-large)}
.cookies p{margin:6px 0 0;line-height:var(--font-quiet)}
.cookies .wide-unit{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}
.cookies .wide-unit button{border:1px solid var(--paint-base);background:var(--surface-secondary);color:var(--tone-deep);border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .wide-unit button.cookie-accept{background:var(--tone-accent);color:var(--surface-dark)}
.soft-benefit{
  padding:var(--space-card) var(--space-block);
  background:var(--surface-base);
  color:var(--line-page);
}
.soft-benefit .primary-note{width:min(100%,var(--gap-footer));
  margin:0 auto;}
.soft-benefit .offer-copy{display:flex;
  flex-direction:column;
  gap:var(--space-list);}
.soft-benefit h1{margin:0;
  font-size:calc(17.2px * 2.65);
  line-height:1.08;
  letter-spacing:-0.01em;}
.soft-benefit .offer-copy p{margin:0;
  font-size:var(--copy-quiet);
  line-height:var(--font-quiet);}
.soft-benefit .focused-tile{font-size:var(--type-extra-15);
  color:var(--tone-deep);
  border-left:2px solid var(--ink-muted);
  padding-left:var(--surface-inverse);}
.soft-benefit .service-benefit{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:var(--gap-wide);
  margin-top:1.5rem;}
.soft-benefit .active-inner{
  display:inline-flex;
  align-items:center;
  background:var(--tone-accent);
  color:var(--surface-dark);
  text-decoration:none;
  padding:var(--surface-inverse) 1.5rem;
  border-radius:var(--radius-card);
  font-size:var(--type-extra-15);
  transition:background var(--delay-panel) var(--delay-soft);
}
.soft-benefit .active-inner:hover{
  background:#A6471F;color:var(--tone-page);}
.soft-benefit .page-nav{color:inherit;
  text-decoration:none;
  font-size:var(--font-body);
  border-bottom:1px solid transparent;
  transition:color var(--delay-panel) var(--delay-soft),border-color var(--delay-panel) var(--delay-soft);}
.soft-benefit .page-nav:hover{color:var(--surface-light);
  border-bottom-color:var(--surface-light);}
@media (max-width:640px){.soft-benefit .service-benefit{
    flex-direction:column;
    align-items:flex-start;
  }
}
.local-content{
        padding: var(--space-card) var(--space-block);
        background: linear-gradient(135deg, #FBF4E7 0%, #F3E2C8 55%, #E9D2B4 100%);
        color: #2A2118;
    }
.local-content .primary-note{max-width: var(--gap-footer);
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: var(--space-list);
        align-items: flex-start;}
.local-content .top-flow{flex: 1 1 20rem;
        position: sticky;
        top: 1.5rem;}
.local-content h2{margin: 0;
        font-size: calc(17.2px * 2);
        line-height: 1.1;}
.local-content .top-flow p:last-child{margin: var(--surface-inverse) 0 0;
        font-size: var(--copy-quiet);
        line-height: var(--font-quiet);}
.local-content .open-figure{flex: 1 1 26rem;
        display: flex;
        flex-direction: column;
        gap: var(--surface-inverse);}
.local-content .site-stack{
        padding: var(--surface-inverse);
        border: 1px solid var(--paint-base);
        border-radius: 0.45rem;
        background: var(--paint-clear);
        color: var(--tone-page);
        box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    }
.local-content .site-stack:nth-child(even){
        background: var(--surface-secondary);
        color: var(--tone-deep);
    }
.local-content .steady-media{font-size: var(--type-extra-15);
        line-height: var(--font-quiet);}
.local-content .wide-stack{margin-top: var(--surface-inverse);
        padding-top: var(--surface-inverse);
        border-top: 1px solid var(--paint-base);
        display: flex;
        flex-wrap: wrap;
        gap: var(--gap-wide);
        justify-content: space-between;
        align-items: baseline;}
.local-content .wide-stack strong{font-size: var(--font-body);}
.local-content .wide-stack span{font-size: var(--font-body);
        opacity: 0.85;}
@media (max-width: 760px) {.local-content .top-flow{
            position: static;
            flex: 1 1 100%;
        }.local-content .open-figure{
            flex: 1 1 100%;
        }.local-content .wide-stack{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.card---strong-points{
  --axis-control:calc(1.5rem * 1.4);
  --state-strong:1px solid var(--paint-base);
  padding:var(--space-card) var(--space-block);
  background:var(--surface-base);
  color:var(--line-page);
}
.card---strong-points .primary-note{max-width:var(--gap-footer);
  margin:0 auto;}
.card---strong-points h2,
.card---strong-points h3,
.card---strong-points p{margin:0;}
.card---strong-points h2{font-size:calc(17.2px * 2);
  line-height:1.14;}
.card---strong-points h3{font-size:var(--font-large);
  line-height:1.22;}
.card---strong-points p{font-size:var(--type-extra-15);
  line-height:var(--font-quiet);}
.card---strong-points .track{display:flex;
  flex-direction:column;
  gap:var(--space-list);
  padding-bottom:var(--axis-control);
  border-bottom:var(--state-strong);}
.card---strong-points .top-flow{font-size:var(--copy-quiet);
  color:var(--tone-deep);}
.card---strong-points .media-tile{display:flex;
  flex-direction:column;
  margin-top:var(--axis-control);}
.card---strong-points .text-content{min-width:0;
  padding:var(--space-list) 0;
  border-bottom:var(--state-strong);}
.card---strong-points .text-content:last-child{border-bottom:0;}
.card---strong-points .text-content p{margin-top:calc(1.5rem / 3);
  color:var(--tone-deep);}
.card---strong-points .focused-tile{
  margin-top:var(--axis-control);
  padding:var(--surface-inverse) var(--space-list);
  background:var(--surface-secondary);
  color:var(--tone-deep);
  border-radius:0.37rem;
}
.card---strong-points .focused-tile a{color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;}
.card---strong-points .focused-tile a:hover{color:var(--surface-light);}
@media (min-width:760px){.card---strong-points .media-tile{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    column-gap:calc(var(--gap-wide) * 3);
    row-gap:0;
  }.card---strong-points .text-content{
    padding:var(--space-list) 0;
  }.card---strong-points .text-content:nth-last-child(2){
    border-bottom:0;
  }
}
.top-brand{--axis-control:calc(1.5rem * 1.25);--axis-public:calc(var(--gap-footer) / 2.49);--type-extra-20:calc(var(--gap-footer) / 3.58);padding:var(--space-card) var(--space-block);background:var(--surface-base);color:var(--line-page);}
.top-brand .primary-note{max-width:var(--gap-footer);margin:0 auto;}
.top-brand h2,.top-brand h3,.top-brand p{margin:0;}
.top-brand h2{font-size:calc(17.2px * 2);line-height:1.12;}
.top-brand h3{font-size:var(--font-large);line-height:1.2;}
.top-brand p{font-size:var(--type-extra-15);line-height:var(--font-quiet);}
.top-brand a{text-decoration:none;}
.top-brand a:hover{}
.top-brand .open-callout{padding-inline-start:calc(var(--gutter-small) / 2);}
.top-brand .quiet-area{row-gap:calc(var(--axis-control) * 1.2);}
.top-brand .top-flow{margin-top:1.5rem;}
.top-brand .media-tile{display:flex;flex-wrap:wrap;gap:var(--axis-control);margin-top:var(--axis-control);}
.top-brand .text-content{flex:1 1 var(--type-extra-20);min-width:0;padding:calc(var(--axis-control) * .75);border-radius:0.37rem;background:var(--paint-clear);color:var(--tone-page);border:1px solid var(--paint-base);}
.top-brand .text-content p{margin-top:calc(1.5rem / 3);}
.top-brand .text-content a{display:inline-flex;margin-top:calc(1.5rem / 2);font-size:var(--font-body);}
.top-brand .focused-tile{margin-top:var(--axis-control);font-size:var(--font-body);}
.featured-body{padding:var(--space-card) var(--space-block);background:var(--surface-base);color:var(--line-page)}
.featured-body .primary-note{max-width:var(--gap-footer);margin:0 auto}
.featured-body .track{margin-bottom:var(--space-list)}
.featured-body h2{margin:0;font-size:calc(17.2px * 2);line-height:1.12}
.featured-body .track p{margin:1.5rem 0 0;color:var(--tone-deep);line-height:var(--font-quiet)}
.featured-body .visual-nav{display:flex;flex-wrap:wrap;gap:var(--space-list)}
.featured-body .focused-tile{flex:1 1 100%;padding:1.5rem 0;border-top:1px solid var(--paint-base);border-bottom:1px solid var(--paint-base);color:var(--tone-deep);line-height:var(--font-quiet)}
.featured-body .focused-tile p{margin:0}
.featured-body .bottom-group{flex:1 1 15rem;padding:1.5rem 0}
.featured-body .bottom-group strong{display:block;font-size:var(--font-large);line-height:1.2}
.featured-body .bottom-group p{margin:var(--surface-inverse) 0 0;color:var(--tone-deep);line-height:var(--font-quiet)}
.featured-body .service-benefit{margin-top:var(--space-list);padding-top:1.5rem;border-top:1px solid var(--paint-base)}
.featured-body .service-benefit p{margin:0;color:var(--tone-deep);line-height:var(--font-quiet)}
.featured-body .service-benefit a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.featured-body .service-benefit a:hover{color:var(--surface-light)}
@media (max-width:640px){.featured-body .bottom-group{flex:1 1 100%}
}
.site-story{--axis-control:calc(1.5rem * 1.1);--gutter-card:calc(1.5rem * 0.85);padding:var(--space-card) var(--space-block);background:var(--surface-base);color:var(--line-page);}
.site-story .primary-note{max-width:var(--gap-footer);margin:0 auto;}
.site-story h1,.site-story h2,.site-story h3,.site-story p{margin:0;}
.site-story h2{font-size:calc(17.2px * 2);line-height:1.14;}
.site-story h3{font-size:var(--font-large);line-height:1.22;}
.site-story p{font-size:var(--type-extra-15);line-height:var(--font-quiet);}
.site-story a{color:inherit;text-decoration:none;}
.site-story .focused-tile{font-size:var(--font-body);letter-spacing:0.08em;text-transform:uppercase;color:var(--tone-deep);}
.site-story .top-flow{margin-top:calc(1.5rem / 2);}
.site-story .local-area{display:flex;flex-wrap:wrap;align-items:flex-end;gap:var(--gap-wide);}
.site-story .local-area>.offer-copy{flex:1 1 60%;min-width:0;}
.site-story .local-area>.offer-copy h2{margin-top:calc(1.5rem / 3);}
.site-story .local-area>.active-inner{flex:0 0 auto;margin-left:auto;}
.site-story .active-inner{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--surface-inverse) 1.5rem;border-radius:var(--radius-card);background:var(--tone-accent);color:var(--surface-dark);transition:background var(--delay-panel) var(--delay-soft);}
.site-story .active-inner:hover{background:#A6471F;color:var(--tone-page);}
.site-story .media-tile{display:flex;flex-wrap:wrap;gap:var(--gutter-card) var(--gap-wide);margin-top:var(--axis-control);}
.site-story .text-content{flex:1 1 calc(var(--gap-footer) / 3.6);min-width:0;padding-top:var(--surface-inverse);border-top:1px solid var(--paint-base);}
.site-story .text-content .offer-copy p{margin-top:calc(1.5rem / 3);color:var(--tone-deep);}
@media (max-width:720px){.site-story .local-area>.active-inner{margin-left:0;}.site-story .text-content{flex:1 1 100%;}
}
.quiet-callout{--axis-control:calc(1.5rem * 1.35);padding:var(--space-card) var(--space-block);background:var(--surface-base);color:var(--line-page);}
.quiet-callout .primary-note{max-width:var(--gap-footer);margin:0 auto;}
.quiet-callout h2,.quiet-callout h3,.quiet-callout p{margin:0;}
.quiet-callout h2{font-size:calc(17.2px * 2);line-height:1.14;}
.quiet-callout h3{font-size:var(--font-large);line-height:1.24;}
.quiet-callout p{font-size:var(--type-extra-15);line-height:var(--font-quiet);}
.quiet-callout .top-flow{margin-top:var(--space-list);}
.quiet-callout a{text-decoration:underline;text-underline-offset:3px;}
.quiet-callout a:hover{}
.quiet-callout .media-tile{display:flex;flex-direction:column;gap:var(--axis-control);margin-top:var(--axis-control);border-top:1px solid var(--paint-base);padding-top:var(--axis-control);}
.quiet-callout .text-content{display:grid;grid-template-columns:minmax(0,7rem) minmax(0,1fr);gap:0.87rem;align-items:start;padding-bottom:var(--space-list);border-bottom:1px solid var(--paint-base);}
.quiet-callout .text-content:last-child{border-bottom:0;padding-bottom:0;}
.quiet-callout .contact-stack{font-size:var(--font-body);letter-spacing:0.06em;text-transform:uppercase;font-weight:600;}
.quiet-callout .text-content h3{margin-bottom:calc(1.5rem / 3);}
.quiet-callout .text-content p{}
.quiet-callout .focused-tile{margin-top:var(--axis-control);padding-top:var(--space-list);border-top:1px solid var(--paint-base);}
@media (max-width:640px){.quiet-callout .text-content{grid-template-columns:1fr;gap:calc(0.87rem / 2);}
}
.text-surface{
  padding: var(--space-card) var(--space-block);
  background: var(--surface-warm);
  color: var(--tone-inverse);
}
.text-surface .primary-note{max-width: min(var(--gap-footer), 74rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-list);
  align-items: flex-start;}
.text-surface .top-flow{flex: 1 1 22rem;
  min-width: 0;}
.text-surface h2{margin: 0;
  font-size: calc(17.2px * 2);
  line-height: 1.12;}
.text-surface .top-flow p{margin: var(--surface-inverse) 0 0;
  font-size: var(--type-extra-15);
  line-height: var(--font-quiet);
  opacity: 0.86;}
.text-surface .wide-note{flex: 1 1 26rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid var(--paint-base);}
.text-surface .wide-note a{display: block;
  padding: var(--surface-inverse) 0;
  border-bottom: 1px solid var(--paint-base);
  text-decoration: none;
  transition: opacity var(--delay-panel) var(--delay-soft);}
.text-surface .wide-note a:hover,
.text-surface .wide-note a:focus-visible{opacity: 0.78;}
.text-surface .wide-note span{display: block;
  font-size: var(--font-body);
  letter-spacing: 0.06em;
  text-transform: uppercase;color:inherit;
  margin-bottom: 0.35rem;}
.text-surface .wide-note strong{display: block;
  font-size: var(--copy-quiet);
  font-weight: 600;
  line-height: 1.28;}
.text-surface .wide-note em{display: block;
  margin-top: 0.4rem;
  font-style: normal;
  font-size: var(--font-body);
  line-height: var(--font-quiet);
  opacity: 0.82;}
@media (max-width: 760px) {.text-surface .primary-note{
    flex-direction: column;
  }
}
.bottom-actions{
  background:var(--surface-secondary);
  color:var(--tone-deep);
  padding:var(--space-card) var(--space-block);
}
.bottom-actions .primary-note{max-width:var(--gap-footer);
  margin:0 auto;}
.bottom-actions .clear-menu{display:grid;
  grid-template-columns:1.5fr 1fr 1fr;
  gap:var(--gap-wide);
  align-items:start;}
.bottom-actions .team-service{
  grid-row:span 2;
  min-width:0;
  padding:var(--surface-inverse);
  border-radius:0.66rem;
  background:var(--paint-clear);
  color:var(--tone-page);
  border:1px solid var(--paint-base);
}
.bottom-actions h2{margin:0;
  font-size:calc(17.2px * 2);
  line-height:1.1;
  letter-spacing:0;}
.bottom-actions .team-service p{margin:1.5rem 0 0;
  font-size:var(--copy-quiet);
  line-height:var(--font-quiet);}
.bottom-actions .compact-view{
  min-width:0;
  padding:1.5rem;
  border-radius:0.45rem;
  background:var(--paint-clear);
  color:var(--tone-page);
  border:1px solid var(--paint-base);
}
.bottom-actions .compact-view strong,
.bottom-actions .compact-view span{display:block;}
.bottom-actions .compact-view strong{font-size:var(--type-extra-15);}
.bottom-actions .compact-view span{margin-top:.45rem;
  font-size:var(--font-body);
  line-height:var(--font-quiet);}
@media (max-width:820px){.bottom-actions .clear-menu{
    grid-template-columns:1fr 1fr;
  }.bottom-actions .team-service{
    grid-column:1 / -1;
    grid-row:auto;
  }
}
@media (max-width:560px){.bottom-actions .clear-menu{display:block}.bottom-actions .compact-view{margin-top:var(--gap-wide)}
}
.featured-figure{--axis-control:calc(1.5rem * 1.15);padding:var(--space-card) var(--space-block);background:var(--surface-base);color:var(--line-page);}
.featured-figure .primary-note{max-width:var(--gap-footer);margin:0 auto;display:flex;flex-direction:column;gap:var(--axis-control);}
.featured-figure h2,.featured-figure h3,.featured-figure p{margin:0;}
.featured-figure h2{font-size:calc(17.2px * 2);line-height:1.14;}
.featured-figure h3{font-size:var(--font-large);line-height:1.22;}
.featured-figure p{font-size:var(--type-extra-15);line-height:var(--font-quiet);}
.featured-figure .track{display:flex;flex-wrap:wrap;gap:var(--gap-wide);align-items:flex-start;}
.featured-figure .track>h2{flex:1 1 calc(var(--gap-footer) / 2.6);min-width:0;}
.featured-figure .track>.top-flow{flex:1 1 calc(var(--gap-footer) / 2.6);min-width:0;color:var(--tone-deep);}
.featured-figure .simple-body{display:flex;flex-wrap:wrap;gap:var(--axis-control);}
.featured-figure .text-content{flex:1 1 calc(var(--gap-footer) / 3.4);min-width:0;padding-top:calc(var(--surface-inverse) * .9);border-top:1px solid var(--paint-base);display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.featured-figure .team-feature{font-size:var(--font-body);letter-spacing:.04em;text-transform:uppercase;color:var(--ink-muted);}
.featured-figure .focused-tile{font-size:var(--font-body);color:var(--tone-deep);}
.featured-figure a{color:inherit;text-decoration:none;border-bottom:1px solid #C05A32;}
.featured-figure a:hover{color:var(--surface-light);border-bottom-color:var(--surface-light);}
@media (max-width:720px){.featured-figure .track>h2,.featured-figure .track>.top-flow,.featured-figure .text-content{flex:1 1 100%;}
}
.steady-unit{padding:var(--space-card) var(--space-block);background:var(--surface-base);color:var(--line-page);}
.bottom-links{max-width:var(--gap-footer);margin:0 auto;}
.steady-unit h1{margin:0;font-size:calc(17.2px * 2.65);line-height:1.08;}
.featured-feature{--axis-control:calc(1.5rem * 1.2);--state-control:calc(var(--gap-footer) / 2.6);padding:var(--space-card) var(--space-block);background:var(--ink-muted);color:#F4F1E8;}
.featured-feature .primary-note{max-width:var(--gap-footer);margin:0 auto;}
.featured-feature h2,.featured-feature h3,.featured-feature p{margin:0;}
.featured-feature h2{font-size:calc(17.2px * 2);line-height:1.12;}
.featured-feature h3{font-size:var(--font-large);line-height:1.2;}
.featured-feature p{font-size:var(--type-extra-15);line-height:var(--font-quiet);color:color-mix(in srgb, currentColor 78%, transparent);}
.featured-feature .compact-region{display:flex;flex-wrap:wrap;gap:var(--gap-wide);align-items:flex-start;}
.featured-feature .wide-flow{flex:1 1 var(--state-control);min-width:0;}
.featured-feature .wide-flow .top-flow{margin-top:calc(1.5rem / 2);}
.featured-feature .media-tile{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--axis-control);margin-top:var(--axis-control);}
.featured-feature .text-content{flex:1 1 calc(var(--gap-footer) / 3.2);min-width:0;padding:calc(var(--surface-inverse) * .9);border-radius:0.37rem;background:color-mix(in srgb, currentColor 12%, transparent);}
.featured-feature .text-content .page-figure{margin-top:calc(1.5rem / 4);font-size:var(--font-body);letter-spacing:0.02em;text-transform:uppercase;color:color-mix(in srgb, currentColor 62%, transparent);}
.featured-feature .text-content p:not(.page-figure){margin-top:calc(1.5rem / 3);}
@media (max-width:640px){.featured-feature .text-content{flex:1 1 100%;}
}
.soft-brand{
  --axis-control:calc(1.5rem * 1.15);
  --type-extra-20:calc(var(--gap-footer) / 3.4);
  padding:var(--space-card) var(--space-block);
  background:var(--surface-base);
  color:var(--line-page);
}
.soft-brand .primary-note{max-width:var(--gap-footer);margin:0 auto;}
.soft-brand h2,
.soft-brand h3,
.soft-brand p,
.soft-brand ul{margin:0;}
.soft-brand h2{font-size:calc(17.2px * 2);line-height:1.14;}
.soft-brand h3{font-size:var(--font-large);line-height:1.22;}
.soft-brand p{font-size:var(--type-extra-15);line-height:var(--font-quiet);}
.soft-brand a{color:inherit;text-decoration:none;}
.soft-brand a:hover{color:var(--surface-light);}
.soft-brand .track{display:flex;flex-direction:column;gap:calc(1.5rem / 2);}
.soft-brand .top-flow{color:var(--tone-deep);}
.soft-brand .contact-copy{display:flex;
  flex-wrap:wrap;
  gap:var(--axis-control);
  margin-top:var(--axis-control);
  align-items:stretch;}
.soft-brand .text-content{
  flex:1 1 var(--type-extra-20);
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem / 2.5);
  padding:calc(var(--axis-control) * .8);
  border:1px solid var(--paint-base);
  border-radius:0.37rem;
  background:var(--paint-clear);
  color:var(--tone-page);
}
.soft-brand .media-tile{list-style:none;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(var(--gap-wide) / 2);
  font-size:var(--font-body);
  color:var(--tone-deep);}
.soft-brand .media-tile li{padding-inline-start:calc(var(--surface-inverse) / 1.4);
  position:relative;}
.soft-brand .media-tile li::before{
  content:"";
  position:absolute;
  inset-inline-start:0;
  top:.62em;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--tone-accent);color:var(--surface-dark);}
.soft-brand .active-inner{
  align-self:flex-start;
  margin-top:auto;
  display:inline-flex;
  align-items:center;
  padding:calc(var(--surface-inverse) / 1.3) 1.5rem;
  border-radius:var(--radius-card);
  background:var(--tone-accent);
  color:var(--surface-dark);
  font-size:var(--font-body);
}
.soft-brand .active-inner:hover{
  background:#A6471F;
  color:var(--surface-dark);
}
.soft-brand .focused-tile{margin-top:var(--axis-control);
  padding-top:calc(var(--axis-control) / 2);
  border-top:1px solid var(--paint-base);
  color:var(--tone-deep);
  font-size:var(--font-body);}
.soft-brand .service-benefit{border-bottom:1px solid currentColor;
  padding-bottom:1px;}
@media (max-width:720px){.soft-brand .text-content{flex:1 1 100%;}
}
.soft-inner{padding:var(--space-card) var(--space-block);background:var(--ink-muted);color:#F4F1E8}
.soft-inner .primary-note{max-width:var(--gap-footer);margin:0 auto}
.soft-inner .focused-method{display:flex;gap:var(--space-list);align-items:flex-start}
.soft-inner .top-flow{flex:0 1 30rem;min-width:0;position:sticky;top:1.5rem}
.soft-inner h2{margin:0;font-size:calc(17.2px * 2.65);line-height:1.06}
.soft-inner .top-flow p{margin:1.5rem 0 0;font-size:var(--copy-quiet);line-height:var(--font-quiet)}
.soft-inner .media-tile{flex:1 1 42rem;min-width:0;display:flex;flex-direction:column;gap:var(--surface-inverse)}
.soft-inner .text-content{border-top:1px solid color-mix(in srgb,#F4F1E8 28%,transparent);padding:var(--space-list) 0 0}
.soft-inner .text-content:first-child{border-top:0;padding-top:0}
.soft-inner strong{display:block;font-size:var(--font-large);line-height:1.2}
.soft-inner .text-content p{margin:var(--surface-inverse) 0 0;line-height:var(--font-quiet)}
@media(max-width:780px){.soft-inner .focused-method{display:block}.soft-inner .top-flow{position:static}.soft-inner .media-tile{margin-top:var(--space-list)}.soft-inner h2{font-size:calc(17.2px * 2)}}
.narrow-brand{--axis-control:calc(1.5rem * 0.95);padding:var(--space-card) var(--space-block);background:var(--surface-base);color:var(--line-page);}
.narrow-brand .primary-note{max-width:var(--gap-footer);margin:0 auto;}
.narrow-brand h2,.narrow-brand h3,.narrow-brand p{margin:0;}
.narrow-brand h2{font-size:calc(17.2px * 2);line-height:1.12;}
.narrow-brand h3{font-size:var(--font-large);line-height:1.2;}
.narrow-brand p{font-size:var(--type-extra-15);line-height:var(--font-quiet);}
.narrow-brand .track{display:flex;flex-wrap:wrap;gap:var(--gap-wide);align-items:flex-start;}
.narrow-brand .track>h2{flex:1 1 calc(var(--gap-footer) / 3);min-width:0;}
.narrow-brand .track>.top-flow{flex:1 1 calc(var(--gap-footer) / 3);min-width:0;color:var(--tone-deep);}
.narrow-brand .media-tile{display:flex;flex-wrap:wrap;gap:var(--axis-control);margin-top:var(--axis-control);}
.narrow-brand .text-content{flex:1 1 calc(var(--gap-footer) / 3.4);min-width:0;padding:calc(var(--surface-inverse) * .9);border-radius:0.37rem;background:var(--paint-clear);color:var(--tone-page);border:1px solid var(--paint-base);}
.narrow-brand .text-content p{margin-top:calc(1.5rem / 3);color:var(--tone-deep);}
.narrow-brand .service-benefit{margin-top:var(--axis-control);padding-top:calc(1.5rem / 2);border-top:1px solid var(--paint-base);}
.narrow-brand .service-benefit p{color:var(--tone-deep);}
.narrow-brand .service-benefit a{color:inherit;text-decoration:none;border-bottom:1px solid currentColor;}
.narrow-brand .service-benefit a:hover{color:var(--surface-light);}
.active-surface{
  background:var(--surface-base);
  color:var(--line-page);
  padding:var(--space-card) var(--space-block);
}
.active-surface .primary-note{max-width:var(--gap-footer);
  margin:0 auto;}
.active-surface .track{padding-bottom:var(--space-list);
  border-bottom:1px solid var(--paint-base);}
.active-surface h2{margin:0;
  font-size:calc(17.2px * 2);
  line-height:1.12;}
.active-surface .track p{margin:1.5rem 0 0;
  font-size:var(--copy-quiet);
  line-height:var(--font-quiet);}
.active-surface .media-nav{margin-top:var(--space-list);
  display:flex;
  flex-direction:column;
  gap:var(--surface-inverse);}
.active-surface .text-content{display:grid;
  grid-template-columns:minmax(0,15rem) minmax(0,1fr);
  gap:var(--gap-wide);
  align-items:baseline;
  padding-bottom:var(--surface-inverse);
  border-bottom:1px solid var(--paint-base);}
.active-surface .text-content:last-child{border-bottom:0;
  padding-bottom:0;}
.active-surface .text-content strong{font-size:var(--type-extra-15);
  line-height:1.3;}
.active-surface .text-content span{line-height:var(--font-quiet);}
.active-surface .service-benefit{margin:var(--space-list) 0 0;
  padding-top:1.5rem;
  border-top:1px solid var(--paint-base);
  font-size:var(--font-body);}
.active-surface .service-benefit a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.active-surface .service-benefit a:hover{color:var(--surface-light);}
@media (max-width:680px){.active-surface .text-content{
    grid-template-columns:1fr;
    gap:.35rem;
  }
}
.visual-menu{
  --axis-control:calc(1.5rem * 1.15);
  --axis-public:calc(var(--gap-footer) / 2.50);
  padding:var(--space-card) var(--space-block);
  background:var(--tone-accent);
  color:var(--surface-dark);
}
.visual-menu .primary-note{max-width:var(--gap-footer);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--space-list);}
.visual-menu h2{margin:0;
  font-size:calc(17.2px * 2);
  line-height:1.14;}
.visual-menu p{margin:0;
  font-size:var(--type-extra-15);
  line-height:var(--font-quiet);}
.visual-menu .top-flow{color:color-mix(in srgb, currentColor 82%, transparent);}
.visual-menu .focused-tile{color:color-mix(in srgb, currentColor 72%, transparent);
  font-size:var(--font-body);
  border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);
  padding-top:var(--surface-inverse);}
.visual-menu .service-benefit{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:var(--gap-wide);}
.visual-menu .active-inner{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:var(--surface-inverse) 1.5rem;
  border-radius:var(--radius-card);
  background:var(--surface-dark);
  color:var(--tone-accent);
  font-size:var(--type-extra-15);
  text-decoration:none;
  transition:background var(--delay-panel) var(--delay-soft), color var(--delay-panel) var(--delay-soft);
}
.visual-menu .active-inner:hover{
  background:var(--ink-muted);
  color:#F4F1E8;
}
.visual-menu .text-panel{color:inherit;
  text-decoration:underline;
  text-underline-offset:0.25em;
  font-size:var(--font-body);
  opacity:0.85;}
.visual-menu .text-panel:hover{opacity:1;}
@media (max-width:720px){.visual-menu .service-benefit{
    flex-direction:column;
    align-items:flex-start;
  }.visual-menu .active-inner{
    width:100%;
  }
}
.team-intro{
  --axis-control:calc(1.5rem * 1.2);
  --state-control:calc(var(--gap-footer) / 3.15);
  padding:var(--space-card) var(--space-block);
  background:var(--surface-base);
  color:var(--line-page);
}
.team-intro .primary-note{max-width:var(--gap-footer);
  margin:0 auto;}
.team-intro h2,
.team-intro h3,
.team-intro p{margin:0;}
.team-intro h2{font-size:calc(17.2px * 2);
  line-height:1.14;}
.team-intro h3{font-size:var(--font-large);
  line-height:1.22;}
.team-intro p{font-size:var(--type-extra-15);
  line-height:var(--font-quiet);}
.team-intro a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color var(--delay-panel) var(--delay-soft),border-color var(--delay-panel) var(--delay-soft);}
.team-intro a:hover{color:var(--surface-light);
  border-bottom-color:var(--surface-light);}
.team-intro .track{display:flex;
  flex-wrap:wrap;
  gap:var(--gap-wide);
  align-items:flex-start;}
.team-intro .track>h2{flex:1 1 var(--state-control);
  min-width:0;}
.team-intro .track>.top-flow{flex:1 1 var(--state-control);
  min-width:0;
  color:var(--tone-deep);}
.team-intro .media-tile{display:flex;
  flex-wrap:wrap;
  gap:var(--axis-control);
  margin-top:calc(var(--space-list) * 1.4);}
.team-intro .text-content{flex:1 1 var(--state-control);
  min-width:0;
  padding-top:calc(var(--surface-inverse) * .9);
  border-top:2px solid var(--paint-base);}
.team-intro .text-content p{margin-top:calc(1.5rem / 2.4);
  color:var(--tone-deep);}
.team-intro .text-content a{display:inline-block;
  margin-top:calc(1.5rem / 1.8);
  font-size:var(--font-body);}
.team-intro .focused-tile{margin-top:calc(var(--space-list) * 1.2);
  padding-top:calc(var(--surface-inverse) * .8);
  border-top:1px solid var(--paint-base);
  font-size:var(--font-body);
  color:var(--tone-deep);}
@media (max-width:640px){.team-intro .track>h2,
  .team-intro .track>.top-flow,
  .team-intro .text-content{
    flex:1 1 100%;
  }
}
.quiet-rail{
  --axis-control:calc(1.5rem * 1.15);
  padding:var(--space-card) var(--space-block);
  background:var(--surface-base);
  color:var(--line-page);
}
.quiet-rail .primary-note{max-width:var(--gap-footer);
  margin:0 auto;}
.quiet-rail h2,
.quiet-rail h3,
.quiet-rail p{margin:0;}
.quiet-rail h2{font-size:calc(17.2px * 2);
  line-height:1.14;}
.quiet-rail h3{font-size:var(--font-large);
  line-height:1.22;}
.quiet-rail p{font-size:var(--type-extra-15);
  line-height:var(--font-quiet);}
.quiet-rail .track{display:flex;
  flex-direction:column;
  gap:var(--space-list);
  padding-bottom:var(--space-list);
  border-bottom:1px solid var(--paint-base);}
.quiet-rail .top-flow{font-size:var(--copy-quiet);}
.quiet-rail .focused-flow{display:flex;
  flex-direction:column;
  gap:var(--axis-control);
  margin-top:var(--space-list);}
.quiet-rail .text-content{display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:calc(1.5rem / 2.5);
  padding:calc(var(--surface-inverse) * 1.1) 0;
  border-bottom:1px solid var(--paint-base);}
.quiet-rail .text-content:last-child{border-bottom:none;}
.quiet-rail .text-content h3{order:-1;}
.quiet-rail .focused-tile{
  margin-top:var(--space-list);
  padding:var(--surface-inverse) 1.5rem;
  border-radius:0.37rem;
  background:var(--surface-secondary);
  color:var(--tone-deep);
  font-size:var(--font-body);
}
.quiet-rail .focused-tile a{text-decoration:underline;
  text-underline-offset:2px;}
.quiet-rail .focused-tile a:hover{}
@media (min-width:720px){.quiet-rail .text-content{
    grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);
    gap:1.5rem;
    align-items:start;
  }.quiet-rail .text-content h3{
    order:0;
  }
}
.compact-tile{
    padding:clamp(50px,7vw,88px) clamp(16px,4vw,36px);
    background:var(--surface-secondary);
    color:var(--tone-deep);
}
.compact-tile .primary-note{max-width:var(--gap-footer);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:var(--space-list);}
.compact-tile .wide-flow h2{margin:0;
    font-size:calc(17.2px * 2);
    line-height:1.2;}
.compact-tile .wide-flow p{margin:calc(var(--gap-wide) * 0.6) 0 0;
    font-size:var(--type-extra-15);}
.compact-tile .track p{margin:0;
    font-size:var(--type-button);}
.compact-tile .media-visual{display:grid;
    gap:var(--gap-wide);
    grid-template-columns:repeat(var(--layer-local,3),minmax(0,1fr));}
.compact-tile .text-content{
    border:1px solid var(--paint-base);
    border-radius:0.37rem;
    background:var(--paint-clear);
    color:var(--tone-page);
    padding:var(--surface-inverse);
    display:flex;
    flex-direction:column;
    gap:calc(var(--gap-wide) * 0.5);
}
.compact-tile .text-content h3{margin:0;
    font-size:var(--font-large);}
.compact-tile .text-content p{margin:0;
    font-size:var(--font-body);
    line-height:var(--font-quiet);}
.compact-tile .text-content a{margin-top:auto;color:inherit;
    text-decoration:none;
    font-weight:600;
    font-size:var(--font-body);
    transition:color var(--delay-panel) var(--delay-soft);}
.compact-tile .text-content a:hover{color:var(--surface-light);}
.compact-tile .simple-body{display:flex;
    flex-direction:column;
    gap:calc(var(--gap-wide) * 0.9);
    border-top:1px solid var(--paint-base);
    padding-top:var(--space-list);}
.compact-tile .simple-body .steady-wrap{display:flex;
    flex-wrap:wrap;
    gap:calc(var(--gap-wide) * 0.8);
    align-items:baseline;}
.compact-tile .simple-body .service-entries{flex:0 0 auto;
    min-width:10rem;
    font-size:var(--font-body);
    font-weight:600;
    letter-spacing:0.02em;
    text-transform:uppercase;
    color:var(--ink-muted);}
.compact-tile .simple-body p{margin:0;
    flex:1 1 16rem;
    font-size:var(--type-button);}
.compact-tile .page-nav{display:flex;
    flex-wrap:wrap;
    gap:var(--gap-wide);
    align-items:center;
    justify-content:space-between;
    border-top:1px solid var(--paint-base);
    padding-top:var(--space-list);}
.compact-tile .page-nav p{margin:0;
    flex:1 1 20rem;
    font-size:var(--font-body);}
.compact-tile .service-benefit{display:flex;
    flex-wrap:wrap;
    gap:calc(var(--gap-wide) * 1.2);}
.compact-tile .service-benefit a{color:inherit;
    text-decoration:none;
    font-weight:600;
    font-size:var(--font-body);
    border-bottom:1px solid var(--paint-base);
    padding-bottom:2px;
    transition:color var(--delay-panel) var(--delay-soft), border-color var(--delay-panel) var(--delay-soft);}
.compact-tile .service-benefit a:hover{color:var(--surface-light);
    border-color:var(--surface-light);}
@media (max-width:900px){.compact-tile .media-visual{grid-template-columns:1fr 1fr;}.compact-tile .simple-body .service-entries{min-width:100%;}
}
@media (max-width:640px){.compact-tile .media-visual{grid-template-columns:1fr;}.compact-tile .page-nav{flex-direction:column;align-items:flex-start;}
}
.wide-area{--axis-control:calc(1.5rem * 0.95);padding:var(--space-card) var(--space-block);background:var(--surface-base);color:var(--line-page);}
.wide-area .primary-note{max-width:var(--gap-footer);margin:0 auto;}
.wide-area h1,.wide-area h2,.wide-area h3,.wide-area p{margin:0;}
.wide-area h2{font-size:calc(17.2px * 2);line-height:1.12;}
.wide-area h3{font-size:var(--font-large);line-height:1.2;}
.wide-area p{font-size:var(--type-extra-15);line-height:var(--font-quiet);}
.wide-area a{color:inherit;text-decoration:none;}
.wide-area a:hover{color:var(--surface-light);}
.wide-area .focused-tile{font-size:var(--font-body);letter-spacing:0.04em;text-transform:uppercase;color:var(--tone-deep);}
.wide-area .top-flow{margin-top:calc(1.5rem / 2);}
.wide-area .active-inner{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--surface-inverse) 1.5rem;border-radius:var(--radius-card);background:var(--tone-accent);color:var(--surface-dark);}
.wide-area .active-inner:hover{background:#A6471F;color:var(--surface-dark);}
.wide-area .media-tile{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gap-wide);margin-top:var(--axis-control);}
.wide-area .text-content{flex:1 1 calc(var(--gap-footer) / 3.6);min-width:0;padding:var(--surface-inverse);border:1px solid var(--paint-base);border-radius:0.37rem;background:var(--paint-clear);color:var(--tone-page);}
.wide-area .text-content p{margin-top:calc(1.5rem / 3);}
.wide-area .local-area{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gap-wide);}
.wide-area .local-area>.offer-copy{flex:1 1 auto;min-width:0;}
.wide-area .local-area>.active-inner{flex:0 0 auto;}
.wide-area .local-area>.media-tile{flex:1 1 100%;}
.wide-area .service-benefit{flex:1 1 100%;margin-top:var(--axis-control);font-size:var(--font-body);color:var(--tone-deep);}
.wide-area .offer-copy h2{margin-top:calc(1.5rem / 2);}
@media (max-width:720px){.wide-area .text-content{flex:1 1 100%;}}
.primary-quote{--axis-control:calc(1.5rem * 0.95);padding:var(--space-card) var(--space-block);background:var(--surface-base);color:var(--line-page);}
.primary-quote .primary-note{max-width:var(--gap-footer);margin:0 auto;}
.primary-quote h2,.primary-quote h3,.primary-quote p{margin:0;}
.primary-quote h2{font-size:calc(17.2px * 2);line-height:1.14;}
.primary-quote h3{font-size:var(--font-large);line-height:1.22;}
.primary-quote p{font-size:var(--type-extra-15);line-height:var(--font-quiet);color:color-mix(in srgb, currentColor 78%, transparent);}
.primary-quote .focused-method{display:flex;align-items:flex-start;gap:calc(var(--gap-wide) * 1.6);}
.primary-quote .offer-copy{flex:1 1 calc(var(--gap-footer) / 3);min-width:0;}
.primary-quote .offer-copy p{margin-top:1.5rem;}
.primary-quote .offer-summary{flex:2 1 calc(var(--gap-footer) / 2);display:flex;flex-direction:column;gap:var(--axis-control);min-width:0;}
.primary-quote .text-content{padding-inline-start:var(--surface-inverse);border-inline-start:2px solid var(--paint-base);}
.primary-quote .text-content p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.primary-quote .focused-method{flex-direction:column;gap:1.5rem;}}
.quiet-panel{padding:var(--space-card) var(--space-block);background:var(--surface-base);color:var(--line-page)}
.quiet-panel .primary-note{width:min(100%,calc(var(--gap-footer)*.82));margin:0 auto}
.quiet-panel .track h2{max-width:22ch;margin:0;font-size:calc(17.2px * 2);line-height:1.1}
.quiet-panel .track p{margin:1.5rem 0 var(--space-list);line-height:var(--font-quiet)}
.quiet-panel .quiet-actions{display:flex;flex-wrap:wrap;gap:var(--gap-wide)}
.quiet-panel .quiet-actions .text-content{min-width:0;flex:1 1 16rem;background:var(--paint-clear);color:var(--tone-page);border:1px solid var(--paint-base);border-radius:0.37rem;padding:var(--surface-inverse);box-shadow:0 1px 1px rgba(0,0,0,0.04);text-decoration:none;overflow-wrap:anywhere}
.quiet-panel .quiet-actions .text-content span{display:block;margin-bottom:var(--surface-inverse);color:var(--tone-deep);font-size:var(--font-body)}
.quiet-panel .quiet-actions .text-content strong{font-size:var(--font-large);line-height:1.2}
.quiet-panel .quiet-actions .text-content p{margin:0;line-height:var(--font-quiet)}
.quiet-panel .focused-tile{margin-top:var(--space-list);padding-top:var(--space-list);border-top:1px solid var(--paint-base)}
.quiet-panel .focused-tile p{margin:0;line-height:var(--font-quiet)}
@media(max-width:760px){.quiet-panel .quiet-actions{display:block}.quiet-panel .quiet-actions .text-content{display:block;margin-top:var(--gap-wide)}}
.media-header{
    padding:var(--space-card) var(--space-block);
    background:var(--surface-base);
    color:var(--line-page);
}
.media-header .primary-note{max-width:var(--gap-footer);
    margin:0 auto;}
.media-header .wide-flow{margin-bottom:var(--space-list);}
.media-header .wide-flow .top-flow{margin:0;
    font-size:var(--font-body);
    letter-spacing:.04em;
    text-transform:uppercase;}
.media-header .wide-flow h2{margin:calc(1.5rem / 3) 0 0;
    font-size:calc(17.2px * 2);
    line-height:1.2;}
.media-header .track{margin-bottom:var(--space-list);}
.media-header .track p{margin:0 0 1.5rem;}
.media-header .track p:last-child{margin-bottom:0;}
.media-header .top-entries{display:flex;
    flex-wrap:wrap;
    gap:var(--gap-wide);
    margin-bottom:var(--space-list);}
.media-header .service-benefit{
    flex:1 1 260px;
    padding:var(--surface-inverse);
    border:1px solid var(--paint-base);
    border-radius:0.45rem;
    background:var(--paint-clear);
    color:var(--tone-page);
    box-shadow:0 1px 1px rgba(0,0,0,0.04);
}
.media-header .service-benefit .service-entries{
    display:inline-block;
    font-size:var(--font-body);
    padding:2px 8px;
    border-radius:var(--radius-card);
    background:var(--ink-muted);
    color:#F4F1E8;
}
.media-header .service-benefit h3{margin:1.5rem 0 calc(1.5rem / 2);
    font-size:var(--font-large);}
.media-header .service-benefit p{margin:0;}
.media-header .service-benefit a{text-decoration:underline;}
.media-header .service-benefit a:hover{}
.media-header .focused-tile{
    padding:var(--surface-inverse);
    border-radius:0.45rem;
    background:var(--surface-secondary);
    color:var(--tone-deep);
    margin-bottom:var(--space-list);
}
.media-header .focused-tile h3{margin:0 0 1.5rem;
    font-size:var(--font-large);}
.media-header .focused-tile p{margin:0 0 1.5rem;}
.media-header .focused-tile p:last-child{margin-bottom:0;}
.media-header .text-panel{display:flex;
    flex-wrap:wrap;
    gap:var(--gap-wide);}
.media-header .text-panel a{
    display:inline-block;
    padding:calc(1.5rem / 2) var(--gutter-small);
    border-radius:0.37rem;
    background:var(--tone-accent);
    color:var(--surface-dark);
    text-decoration:none;
    font-size:var(--type-extra-15);
}
.media-header .text-panel a:hover{
    background:#A6471F;color:var(--tone-page);}
.media{
  padding: var(--space-card) var(--space-block);
  background: var(--surface-warm);
  color: var(--tone-inverse);
}
.media .primary-note{max-width: min(var(--gap-footer), 72rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-list);}
.media .top-flow{display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: var(--space-list);
  align-items: end;
  padding-bottom: var(--surface-inverse);
  border-bottom: 1px solid #3E3226;}
.media h2{margin: 0;
  font-size: calc(17.2px * 2);
  line-height: 1.1;}
.media .top-flow p{margin: 0;
  color: #D9CDBB;
  font-size: var(--type-extra-15);
  line-height: var(--font-quiet);}
.media .wide-note{display: flex;
  flex-direction: column;}
.media .wide-note a{display: grid;
  grid-template-columns: minmax(6rem, .22fr) minmax(0, .55fr) minmax(0, 1fr);
  gap: var(--surface-inverse);
  align-items: baseline;
  padding: var(--surface-inverse) 0;
  border-bottom: 1px solid #3E3226;
  text-decoration: none;
  transition: background var(--delay-panel) var(--delay-soft);}
.media .wide-note a:last-child{border-bottom: none;}
.media .wide-note a:hover{
  background: rgba(255, 255, 255, 0.04);
}
.media .wide-note span{color:inherit;
  font-size: var(--font-body);
  letter-spacing: 0.02em;}
.media .wide-note strong{font-weight: 600;
  font-size: var(--type-extra-15);}
.media .wide-note em{font-style: normal;
  color: #D9CDBB;
  font-size: var(--font-body);
  line-height: var(--font-quiet);}
@media (max-width: 760px) {.media .top-flow,
  .media .wide-note a{
    grid-template-columns: 1fr;
    gap: 0.87rem;
  }.media .top-flow{
    align-items: start;
  }
}
.menu{
  padding: var(--space-card) var(--space-block);
  background: var(--surface-warm);
  color: var(--tone-inverse);
}
.menu .primary-note{max-width: min(var(--gap-footer), 70rem);
  margin: 0 auto;}
.menu .track{display: flex;
  flex-direction: column;
  gap: var(--surface-inverse);
  margin-bottom: var(--space-list);}
.menu h2{margin: 0;
  font-size: calc(17.2px * 2);
  line-height: 1.1;}
.menu .top-flow{margin: 0;
  font-size: var(--copy-quiet);
  line-height: var(--font-quiet);
  color: var(--surface-secondary);}
.menu .media-tile{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-wide);}
.menu .text-content{
  flex: 1 1 min(100%, 22rem);
  margin: 0;
  padding: var(--surface-inverse);
  background: rgba(255, 255, 255, 0.06);
  border-left: 2px solid var(--tone-accent);
  border-radius: 0.37rem;
}
.menu .open-nav{display: block;
  font-weight: 700;
  font-size: var(--font-large);
  line-height: 1.25;}
.menu .text-content p{margin: calc(var(--surface-inverse) * 0.7) 0;
  color: var(--surface-secondary);
  line-height: var(--font-quiet);}
.menu .visual-quote{display: block;
  font-size: var(--font-body);color:inherit;}
.menu .focused-tile{margin: var(--space-list) 0 0;
  font-size: var(--type-extra-15);
  line-height: var(--font-quiet);
  color: var(--surface-secondary);}
.menu .focused-tile a{color:inherit;
  text-decoration: underline;}
.menu .focused-tile a:hover{}
@media (max-width: 700px) {.menu .media-tile{
    display: block;
  }.menu .text-content + .text-content{
    margin-top: var(--gap-wide);
  }
}
.site-menu{--axis-control:calc(1.5rem * 1.04);padding:var(--space-card) var(--space-block);background:var(--ink-muted);color:#F4F1E8;}
.site-menu .primary-note{max-width:var(--gap-footer);margin:0 auto;}
.site-menu h2,.site-menu h3,.site-menu p{margin:0;}
.site-menu h2{font-size:calc(17.2px * 2);line-height:1.14;}
.site-menu p{font-size:var(--type-extra-15);line-height:var(--font-quiet);}
.site-menu a{color:inherit;text-decoration:none;}
.site-menu .offer-unit{display:flex;flex-direction:column;gap:var(--axis-control);}
.site-menu .service-benefit{display:flex;flex-direction:column;gap:var(--space-list);}
.site-menu .clear-footer{font-size:var(--font-body);letter-spacing:0.06em;text-transform:uppercase;opacity:0.78;}
.site-menu .top-flow{font-size:var(--copy-quiet);}
.site-menu .offer-copy{opacity:0.9;}
.site-menu .page-team{display:flex;flex-wrap:wrap;align-items:center;gap:var(--surface-inverse);margin-top:var(--space-list);}
.site-menu .active-inner{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--surface-inverse) 1.5rem;border-radius:var(--radius-card);background:#F4F1E8;color:var(--ink-muted);transition:background var(--delay-panel) var(--delay-soft),color var(--delay-panel) var(--delay-soft);}
.site-menu .active-inner:hover{background:var(--tone-accent);color:var(--surface-dark);}
.site-menu .page-nav{font-size:var(--font-body);opacity:0.85;flex:1 1 16rem;}
.site-menu .page-nav a{text-decoration:underline;text-underline-offset:2px;}
.site-menu .page-nav a:hover{}
@media (max-width:640px){.site-menu .active-inner{width:100%;}
}
.main-entries{
  background: var(--surface-base);
  color: var(--line-page);
  padding: var(--space-card) var(--space-block);
}
.main-entries .primary-note{width: min(100%, var(--gap-footer));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .38fr) minmax(0, 1fr);
  gap: var(--gap-wide);
  align-items: start;}
.main-entries h2,
.main-entries h3,
.main-entries p{margin: 0;}
.main-entries h2{font-size: calc(17.2px * 2); line-height: 1.1;}
.main-entries h3{font-size: var(--font-large); line-height: 1.18;}
.main-entries p{font-size: var(--type-extra-15); line-height: var(--font-quiet);}
.main-entries .site-note{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: var(--space-list);
  border-radius: 0.45rem;
  background: var(--surface-secondary);
  color: var(--tone-deep);
  border: 1px solid var(--paint-base);
}
.main-entries .page-footer{display: grid;
  gap: var(--surface-inverse);}
.main-entries .top-links{
  display: grid;
  grid-template-columns: .55rem minmax(6rem, .22fr) minmax(0, 1fr);
  grid-template-areas:
    "dot role name"
    "dot role text";
  column-gap: 1.5rem;
  row-gap: .35rem;
  align-items: start;
  padding: 1.5rem var(--surface-inverse);
  border-radius: 0.37rem;
  background: var(--paint-clear);
  color: var(--tone-page);
  border: 1px solid var(--paint-base);
  box-shadow: 0 1px 1px rgba(0,0,0,0.04);
  animation: peopleTimelineIn calc(var(--delay-panel) * 2) var(--delay-soft) both;
  animation-delay: var(--ease-soft, 0ms);
}
.main-entries i{
  grid-area: dot;
  width: .55rem;
  height: .55rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: var(--tone-accent);color:var(--surface-dark);}
.main-entries .top-links span{grid-area: role;
  font-size: var(--font-body);
  letter-spacing: .04em;
  text-transform: uppercase;
  padding-top: .3rem;}
.main-entries .top-links h3{grid-area: name;}
.main-entries .top-links p{grid-area: text;}
@keyframes peopleTimelineIn {from{ opacity: .25; transform: translateY(calc(calc(0.87rem * 1) * .12)); }to{ opacity: 1; transform: translateY(0); }
}
@media (max-width: 860px) {.main-entries .primary-note{ grid-template-columns: 1fr; }.main-entries .top-links{
    grid-template-columns: .55rem minmax(0, 1fr);
    grid-template-areas:
      "dot name"
      "dot role"
      "dot text";
  }
}
.quiet-content{
        --axis-control: calc(1.5rem * 1.15);
        padding: var(--space-card) var(--space-block);
        background: var(--surface-base);
        color: var(--line-page);
    }
.quiet-content .primary-note{max-width: var(--gap-footer);
        margin: 0 auto;}
.quiet-content h2,
    .quiet-content h3,
    .quiet-content p{margin: 0;}
.quiet-content h2{font-size: calc(17.2px * 2);
        line-height: 1.14;}
.quiet-content h3{font-size: var(--font-large);
        line-height: 1.22;}
.quiet-content p{font-size: var(--type-extra-15);
        line-height: var(--font-quiet);}
.quiet-content .track{display: flex;
        flex-direction: column;
        gap: var(--space-list);}
.quiet-content .top-flow{color: var(--tone-deep);}
.quiet-content .simple-body{display: flex;
        flex-direction: column;
        gap: var(--axis-control);
        margin-top: calc(var(--axis-control) * 1.3);
        padding-left: var(--surface-inverse);
        border-left: 2px solid var(--paint-base);}
.quiet-content .text-content{min-width: 0;
        display: flex;
        flex-direction: column;
        gap: calc(var(--space-list) / 2);}
.quiet-content .main-contact{font-size: var(--font-body);
        letter-spacing: 0.06em;
        text-transform: uppercase;color:inherit;}
.quiet-content .text-content p{color: var(--tone-deep);}
.quiet-content .focused-tile{
        margin-top: calc(var(--axis-control) * 1.2);
        padding: var(--surface-inverse);
        background: var(--surface-secondary);
        color: var(--tone-deep);
        border-radius: 0.37rem;
        font-size: var(--font-body);
    }
@media (min-width: 760px) {.quiet-content .simple-body{
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            column-gap: calc(var(--gap-wide) * 1.4);
            row-gap: var(--axis-control);
        }.quiet-content .text-content:first-child{
            grid-column: 1 / -1;
        }
    }
.strong-content{--axis-control:calc(1.5rem * 0.95);--axis-public:calc(var(--gap-footer) / 2.19);padding:var(--space-card) var(--space-block);background:var(--tone-accent);color:var(--surface-dark);}
.strong-content .primary-note{max-width:var(--gap-footer);margin:0 auto;}
.strong-content h2,.strong-content h3,.strong-content p{margin:0;}
.strong-content h2{font-size:calc(17.2px * 2);line-height:1.12;}
.strong-content h3{font-size:var(--font-large);line-height:1.2;}
.strong-content p{font-size:var(--type-extra-15);line-height:var(--font-quiet);color:color-mix(in srgb, currentColor 78%, transparent);}
.strong-content .focused-method{display:flex;align-items:flex-start;gap:var(--gap-wide);}
.strong-content .offer-copy{flex:1 1 calc(var(--gap-footer) / 3);min-width:0;}
.strong-content .offer-copy p{margin-top:1.5rem;}
.strong-content .open-callout{padding-inline-start:calc(var(--gutter-small) / 2);}
.strong-content .quiet-area{row-gap:calc(var(--axis-control) * 1.2);}
.strong-content .offer-summary{flex:2 1 calc(var(--gap-footer) / 2);display:flex;flex-direction:column;gap:var(--axis-control);margin-top:0;}
.strong-content .text-content{min-width:0;padding-inline-start:var(--surface-inverse);border-inline-start:1px solid color-mix(in srgb, currentColor 24%, transparent);}
.strong-content .text-content p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.strong-content .focused-method{flex-direction:column;}.strong-content .offer-summary{margin-top:1.5rem;}.strong-content .text-content{padding-inline-start:var(--surface-inverse);}}
.public-note{
        background: var(--surface-base);
        color: var(--line-page);
        padding: var(--space-card) var(--space-block);
    }
.public-note .primary-note{width: min(100%, var(--gap-footer));
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--space-list);}
.public-note h2,
    .public-note h3,
    .public-note p{margin: 0;}
.public-note h2{font-size: calc(17.2px * 2);
        line-height: 1.1;}
.public-note .top-flow{font-size: var(--copy-quiet);
        line-height: var(--font-quiet);
        margin-top: var(--surface-inverse);}
.public-note .main-actions{display: flex;
        flex-direction: column;
        gap: 1.5rem;}
.public-note .main-actions p{line-height: var(--font-quiet);}
.public-note .simple-body{display: flex;
        flex-direction: column;
        gap: var(--surface-inverse);
        border-top: 1px solid var(--paint-base);
        padding-top: 1.5rem;}
.public-note .text-content{display: flex;
        flex-direction: column;
        gap: var(--surface-inverse);
        padding: 1.5rem 0;
        border-bottom: 1px solid var(--paint-base);}
.public-note .text-content:last-child{border-bottom: none;}
.public-note .service-entries{font-size: var(--font-body);
        letter-spacing: 0.04em;
        text-transform: uppercase;
        color: var(--tone-deep);}
.public-note h3{font-size: var(--font-large);
        line-height: 1.2;}
.public-note .text-content p{line-height: var(--font-quiet);
        margin-top: var(--surface-inverse);}
.public-note .focused-tile{
        background: var(--surface-secondary);
        color: var(--tone-deep);
        padding: 1.5rem;
        border-radius: 0.45rem;
        line-height: var(--font-quiet);
    }
@media (min-width: 720px) {.public-note .simple-body{
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem var(--space-list);
        }.public-note .text-content{
            border-bottom: none;
            border-left: 2px solid var(--paint-base);
            padding: 0 0 0 1.5rem;
        }
    }
.bottom-copy{
        padding: var(--space-card) var(--space-block);
        background: var(--surface-secondary);
        color: var(--tone-deep)
    }
.bottom-copy .primary-note{max-width: var(--gap-footer);
        margin: 0 auto}
.bottom-copy .open-figure{display: flex;
        flex-direction: column;
        gap: var(--space-list)}
.bottom-copy .track{display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: var(--surface-inverse)}
.bottom-copy h2{margin: 0;
        font-size: calc(17.2px * 2);
        line-height: 1.12}
.bottom-copy .track p{margin: 0;
        font-size: var(--copy-quiet);
        line-height: var(--font-quiet)}
.bottom-copy ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0}
.bottom-copy li{display: grid;
        grid-template-columns: minmax(0, 15rem) minmax(0, 1fr);
        gap: var(--gap-wide);
        padding: 1.5rem 0;
        align-items: start}
.bottom-copy li + li{border-top: 1px solid var(--paint-base)}
.bottom-copy strong{font-size: var(--font-large);
        line-height: 1.2;
        font-weight: 600}
.bottom-copy span{line-height: var(--font-quiet)}
@media (max-width: 760px) {.bottom-copy li{
            grid-template-columns: minmax(0, 1fr);
            gap: var(--surface-inverse)
        }
    }
.text-story{--axis-control:calc(1.5rem * 1.15);--state-soft:2px;padding:var(--space-card) var(--space-block);background:var(--surface-base);color:var(--line-page);}
.text-story .primary-note{max-width:var(--gap-footer);margin:0 auto;}
.text-story h2,.text-story h3,.text-story p{margin:0;}
.text-story h2{font-size:calc(17.2px * 2);line-height:1.14;}
.text-story h3{font-size:var(--font-large);line-height:1.22;}
.text-story p{font-size:var(--type-extra-15);line-height:var(--font-quiet);}
.text-story .focused-tile{margin-bottom:calc(1.5rem / 2);font-size:var(--font-body);letter-spacing:.04em;text-transform:uppercase;}
.text-story .top-flow{margin-top:1.5rem;}
.text-story .media-tile{display:flex;flex-direction:column;gap:0;margin-top:var(--axis-control);border-top:1px solid var(--paint-base);}
.text-story .text-content{display:flex;gap:var(--gutter-small);padding:var(--space-list) 0;border-bottom:1px solid var(--paint-base);}
.text-story .text-content::before{content:"";flex:0 0 var(--state-soft);align-self:stretch;background:var(--ink-muted);border-radius:var(--radius-card);color:#F4F1E8;}
.text-story .offer-copy{min-width:0;flex:1 1 auto;}
.text-story .offer-copy p{margin-top:calc(1.5rem / 2.5);}
@media (max-width:640px){.text-story .text-content{flex-direction:column;gap:var(--surface-inverse);}.text-story .text-content::before{align-self:flex-start;width:2.5rem;height:var(--state-soft);}
}
.fresh-callout{--axis-control:calc(1.5rem * 1.05);padding:var(--space-card) var(--space-block);background:var(--surface-base);color:var(--line-page);}
.fresh-callout .primary-note{max-width:var(--gap-footer);margin:0 auto;display:flex;flex-direction:column;gap:var(--axis-control);}
.fresh-callout h2,.fresh-callout h3,.fresh-callout p{margin:0;}
.fresh-callout h2{font-size:calc(17.2px * 2);line-height:1.14;}
.fresh-callout h3{font-size:var(--font-large);line-height:1.22;}
.fresh-callout p{font-size:var(--type-extra-15);line-height:var(--font-quiet);}
.fresh-callout .track{display:flex;flex-wrap:wrap;gap:var(--gap-wide);align-items:baseline;}
.fresh-callout .track h2{flex:1 1 calc(var(--gap-footer) / 2.6);min-width:0;}
.fresh-callout .track .top-flow{flex:1 1 calc(var(--gap-footer) / 2.6);min-width:0;color:var(--tone-deep);}
.fresh-callout .media-tile{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--paint-base);}
.fresh-callout .text-content{display:flex;flex-wrap:wrap;gap:var(--gap-wide);padding:calc(var(--space-list) * .9) 0;border-bottom:1px solid var(--paint-base);}
.fresh-callout .text-content h3{flex:1 1 calc(var(--gap-footer) / 3.4);min-width:0;}
.fresh-callout .text-content p{flex:1 1 calc(var(--gap-footer) / 1.9);min-width:0;color:var(--tone-deep);}
.fresh-callout .service-benefit{margin-top:calc(1.5rem * .4);font-size:var(--font-body);color:var(--tone-deep);}
.fresh-callout .service-benefit a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.fresh-callout .service-benefit a:hover{color:var(--surface-light);}
@media (max-width:640px){.fresh-callout .text-content h3,.fresh-callout .text-content p{flex:1 1 100%;}
}
.featured-form{padding:calc(1.5rem * 2) var(--gutter-small);background:linear-gradient(135deg, #FBF4E7 0%, #F3E2C8 55%, #E9D2B4 100%);color:#2A2118;}
.featured-form .compact-unit{max-width:var(--gap-footer);margin:0 auto;display:grid;gap:calc(var(--gap-wide) * 1.6);}
.featured-form h2,.featured-form h3,.featured-form p{margin:0;}
.featured-form .top-flow{display:grid;gap:.6rem;}
.featured-form .top-flow h2{font-size:calc(17.2px * 2);line-height:1.25;}
.featured-form .top-flow p{font-size:var(--type-extra-15);line-height:var(--font-quiet);}
.featured-form .media-tile{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--paint-base);}
.featured-form .text-content{padding:calc(var(--gap-wide) * 1.1) 0;border-bottom:1px solid var(--paint-base);display:grid;gap:.35rem;}
.featured-form .text-content h3{font-size:var(--font-large);line-height:1.3;}
.featured-form .text-content p{font-size:var(--type-button);line-height:var(--font-quiet);}
.featured-form .service-benefit{padding-top:calc(var(--gap-wide) * .6);}
.featured-form .service-benefit p{font-size:var(--font-body);line-height:var(--font-quiet);}
.featured-form .service-benefit a{text-decoration:underline;text-underline-offset:2px;}
.featured-form .service-benefit a:hover{}
@media (max-width:680px){.featured-form{padding:calc(1.5rem * 1.4) var(--gutter-small);}.featured-form .text-content{padding:var(--gap-wide) 0;}
}
.visual-method{--axis-control:calc(1.5rem * 1.35);padding:var(--space-card) var(--space-block);background:var(--surface-base);color:var(--line-page);}
.visual-method .primary-note{max-width:var(--gap-footer);margin:0 auto;display:flex;flex-direction:column;gap:var(--axis-control);}
.visual-method h2,.visual-method p{margin:0;}
.visual-method h2{font-size:calc(17.2px * 2);line-height:1.14;}
.visual-method p{font-size:var(--type-extra-15);line-height:var(--font-quiet);}
.visual-method .track{display:flex;flex-direction:column;gap:calc(var(--space-list) * .7);}
.visual-method .top-flow{}
.visual-method .focused-flow{display:flex;flex-direction:column;gap:calc(var(--gap-wide) * .9);}
.visual-method details{padding:var(--surface-inverse) 1.5rem;border:1px solid var(--paint-base);border-radius:0.37rem;background:var(--paint-clear);color:var(--tone-page);}
.visual-method summary{cursor:pointer;font-weight:700;font-size:var(--type-extra-15);line-height:1.35;list-style:none;display:flex;justify-content:space-between;align-items:baseline;gap:var(--gap-wide);}
.visual-method summary::-webkit-details-marker{display:none;}
.visual-method summary::after{content:"+";font-weight:400;font-size:var(--copy-quiet);line-height:1;}
.visual-method details[open] summary::after{content:"–";}
.visual-method details p{margin-top:calc(1.5rem / 2.4);}
.visual-method .focused-tile{margin-top:calc(var(--space-list) * .4);padding-top:var(--space-list);border-top:1px solid var(--paint-base);font-size:var(--font-body);}
.visual-method .focused-tile a{text-decoration:none;border-bottom:1px solid currentColor;}
.visual-method .focused-tile a:hover{}
@media (max-width:640px){.visual-method summary{font-size:var(--type-button);}
}
.fresh-section{--axis-control:calc(1.5rem * 1.05);padding:var(--space-card) var(--space-block);background:var(--surface-base);color:var(--line-page);}
.fresh-section .primary-note{max-width:var(--gap-footer);margin:0 auto;}
.fresh-section h2,.fresh-section h3,.fresh-section p{margin:0;}
.fresh-section h2{font-size:calc(17.2px * 2);line-height:1.14;}
.fresh-section h3{font-size:var(--font-large);line-height:1.22;}
.fresh-section p{font-size:var(--type-extra-15);line-height:var(--font-quiet);}
.fresh-section .track{display:flex;flex-wrap:wrap;gap:var(--gap-wide);align-items:flex-start;}
.fresh-section .track>h2{flex:1 1 calc(var(--gap-footer) / 2.6);min-width:0;}
.fresh-section .track>.top-flow{flex:1 1 calc(var(--gap-footer) / 2.6);min-width:0;color:var(--tone-deep);}
.fresh-section .media-tile{display:flex;flex-wrap:wrap;gap:var(--axis-control);margin-top:var(--axis-control);}
.fresh-section .text-content{flex:1 1 calc(var(--gap-footer) / 3.2);min-width:0;padding:calc(var(--surface-inverse) * .9);border:1px solid var(--paint-base);border-radius:0.37rem;background:var(--paint-clear);color:var(--tone-page);}
.fresh-section .text-content p{margin-top:calc(1.5rem / 3);color:var(--tone-deep);}
.fresh-section .service-benefit{margin-top:var(--axis-control);padding-top:calc(1.5rem / 2);border-top:1px solid var(--paint-base);font-size:var(--font-body);color:var(--tone-deep);}
.fresh-section .service-benefit a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.fresh-section .service-benefit a:hover{color:var(--surface-light);}
.main-figure{--axis-control:calc(1.5rem * 1.1);padding:var(--space-card) var(--space-block);background:var(--surface-base);color:var(--line-page);}
.main-figure .primary-note{max-width:var(--gap-footer);margin:0 auto;}
.main-figure h1,.main-figure h2,.main-figure h3,.main-figure p{margin:0;}
.main-figure h2{font-size:calc(17.2px * 2);line-height:1.12;}
.main-figure p{font-size:var(--type-extra-15);line-height:var(--font-quiet);}
.main-figure a{color:inherit;text-decoration:none;}
.main-figure a:hover{color:var(--surface-light);}
.main-figure .active-inner{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--surface-inverse) 1.5rem;border-radius:var(--radius-card);background:var(--tone-accent);color:var(--surface-dark);}
.main-figure .active-inner:hover{background:#A6471F;color:var(--surface-dark);}
.main-figure .local-area{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gap-wide);}
.main-figure .offer-copy{flex:1 1 auto;min-width:0;}
.main-figure .offer-copy .top-flow{margin-top:1.5rem;color:var(--tone-deep);}
.main-figure .focused-flow{flex:1 1 100%;display:flex;flex-direction:column;gap:var(--axis-control);margin-top:var(--space-list);}
.main-figure details{padding:calc(var(--surface-inverse) * .95);border-radius:0.37rem;background:var(--paint-clear);color:var(--tone-page);border:1px solid var(--paint-base);}
.main-figure summary{cursor:pointer;font-weight:700;font-size:var(--copy-quiet);}
.main-figure details p{margin-top:calc(1.5rem / 3);color:var(--tone-deep);}
.main-figure .service-benefit{flex:1 1 100%;margin-top:var(--space-list);font-size:var(--font-body);color:var(--tone-deep);}
.bottom-inner{--axis-control:calc(1.5rem * 1.1);padding:var(--space-card) var(--space-block);background:var(--surface-base);color:var(--line-page);}
.bottom-inner .primary-note{max-width:var(--gap-footer);margin:0 auto;}
.bottom-inner h2,.bottom-inner h3,.bottom-inner p{margin:0;}
.bottom-inner h2{font-size:calc(17.2px * 2);line-height:1.14;}
.bottom-inner h3{font-size:var(--font-large);line-height:1.22;}
.bottom-inner p{font-size:var(--type-extra-15);line-height:var(--font-quiet);}
.bottom-inner a{text-decoration:none;}
.bottom-inner a:hover{}
.bottom-inner .focused-tile{margin:0 0 calc(1.5rem / 3);font-size:var(--font-body);letter-spacing:0.04em;text-transform:uppercase;}
.bottom-inner .top-flow{margin-top:calc(1.5rem / 2);}
.bottom-inner .active-inner{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--surface-inverse) 1.5rem;border-radius:var(--radius-card);background:var(--tone-accent);color:var(--surface-dark);}
.bottom-inner .active-inner:hover{background:#A6471F;color:var(--surface-dark);}
.bottom-inner .media-tile{display:flex;flex-direction:column;gap:0;margin-top:var(--axis-control);border-top:1px solid var(--paint-base);}
.bottom-inner .text-content{padding:var(--space-list) 0;border-bottom:1px solid var(--paint-base);}
.bottom-inner .text-content p{margin-top:calc(1.5rem / 3);}
.bottom-inner .local-area{display:flex;flex-wrap:wrap;align-items:flex-start;gap:var(--gap-wide);}
.bottom-inner .local-area>.offer-copy{flex:1 1 60%;min-width:0;}
.bottom-inner .local-area>.active-inner{flex:0 0 auto;margin-top:calc(1.5rem / 4);}
.bottom-inner .local-area>.media-tile{flex:1 1 100%;}
.bottom-inner .service-benefit{flex:1 1 100%;margin-top:var(--axis-control);font-size:var(--font-body);}
@media (min-width:720px){.bottom-inner .text-content{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:var(--gap-wide);align-items:baseline;}.bottom-inner .text-content p{margin-top:0;}
}
.primary-stack{
    background:var(--surface-base);
    color:var(--line-page);
    padding:var(--space-card) var(--space-block);
}
.primary-stack .c{max-width:var(--gap-footer);
    margin:0 auto;
    display:grid;
    gap:var(--space-list);}
@media (min-width:1024px){.primary-stack .c{
        grid-template-columns:minmax(0,1fr) 280px;
        align-items:start;
    }
}
.primary-stack .narrow-steps{padding-bottom:var(--space-list);
    border-bottom:1px solid var(--paint-base);
    margin-bottom:var(--space-list);}
.primary-stack .clear-footer{margin:0 0 0.6rem;
    font-size:var(--font-body);
    letter-spacing:0.08em;
    text-transform:uppercase;
    color:var(--tone-deep);}
.primary-stack h1{font-size:calc(17.2px * 2.65);
    line-height:1.2;
    margin:0 0 0.7rem;}
.primary-stack .compact-note{font-size:var(--copy-quiet);
    color:var(--tone-deep);
    margin:0 0 1.1rem;}
.primary-stack .visual-quote{display:flex;
    flex-wrap:wrap;
    gap:0.4rem 1.2rem;
    font-size:var(--font-body);
    color:var(--tone-deep);}
.primary-stack .open-proof{font-size:var(--type-button);
    line-height:var(--font-quiet);}
.primary-stack .open-proof p{margin:0 0 1.1rem;}
.primary-stack .open-proof h2{font-size:var(--font-large);
    margin:1.8rem 0 0.8rem;}
.primary-stack .open-proof a{color:inherit;
    text-decoration:underline;
    text-underline-offset:3px;}
.primary-stack .open-proof a:hover{color:var(--surface-light);}
.primary-stack .service-brand{margin-top:var(--space-list);
    padding-top:var(--space-list);
    border-top:1px solid var(--paint-base);}
.primary-stack .focused-tile{font-size:var(--font-body);
    color:var(--tone-deep);
    margin:0;}
.primary-stack .focused-tile a{color:inherit;
    text-decoration:underline;
    text-underline-offset:3px;}
.primary-stack .focused-tile a:hover{color:var(--surface-light);}
.primary-stack .service-plan{
    background:var(--paint-clear);
    color:var(--tone-page);
    border:1px solid var(--paint-base);
    border-radius:0.45rem;
    padding:var(--surface-inverse);
    box-shadow:0 1px 1px rgba(0,0,0,0.04);
}
.primary-stack .service-plan h3{font-size:var(--font-large);
    margin:0 0 1rem;}
.primary-stack .wide-steps{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:1rem;}
.primary-stack .wide-steps li{display:flex;
    flex-direction:column;
    gap:0.25rem;
    padding-bottom:0.9rem;
    border-bottom:1px solid var(--paint-base);}
.primary-stack .wide-steps li:last-child{border-bottom:0;
    padding-bottom:0;}
.primary-stack .wide-steps a{color:var(--tone-page);
    text-decoration:none;
    font-size:var(--type-extra-15);
    line-height:1.4;}
.primary-stack .wide-steps a:hover{color:var(--surface-light);
    text-decoration:underline;
    text-underline-offset:3px;}
.primary-stack .service-entries{font-size:var(--font-body);
    color:var(--tone-deep);}
.direct-media{padding:var(--space-card) var(--space-block);background:var(--tone-accent);color:var(--surface-dark)}
.direct-media .primary-note{max-width:var(--gap-footer);margin:0 auto}
.direct-media .simple-body{display:flex;gap:var(--space-list);align-items:flex-start}
.direct-media .team-service{flex:1 1 46rem;min-width:0}
.direct-media h2{margin:0;font-size:calc(17.2px * 2);line-height:1.08}
.direct-media .team-service>p{margin:1.5rem 0 0;font-size:var(--type-extra-15);line-height:var(--font-quiet)}
.direct-media .media-tile{margin-top:var(--space-list);display:flex;flex-direction:column;gap:1.5rem}
.direct-media .media-tile p{margin:0;display:flex;gap:1.5rem;align-items:flex-start}
.direct-media .media-tile strong{flex:0 0 11rem;min-width:0;font-size:var(--font-body);text-transform:uppercase;letter-spacing:0.04em}
.direct-media .media-tile span{flex:1 1 26rem;min-width:0;line-height:var(--font-quiet)}
.direct-media .media-tile a{text-decoration:underline;text-underline-offset:3px}
.direct-media .soft-surface{flex:0 1 19rem;min-width:0;border-left:1px solid color-mix(in srgb,var(--surface-dark) 30%,transparent);padding-left:1.5rem;display:flex;flex-direction:column;justify-content:space-between}
.direct-media .soft-surface p{margin:0;font-size:var(--font-body);line-height:var(--font-quiet)}
.direct-media .soft-surface a{display:inline-flex;align-self:flex-start;margin-top:1.5rem;border-radius:var(--radius-card);background:var(--ink-muted);color:#F4F1E8;padding:var(--surface-inverse) 1.5rem;text-decoration:none}
.direct-media .soft-surface a:hover{background:#232C5E;color:var(--tone-page);}
@media(max-width:760px){.direct-media .simple-body,.direct-media .media-tile p{display:block}.direct-media .soft-surface{border-left:0;padding-left:0;margin-top:var(--space-list)}.direct-media .media-tile span{display:block;margin-top:var(--surface-inverse)}.direct-media h2{font-size:var(--font-large)}}
.fresh-track{
        padding:var(--space-card) var(--space-block);
        background:var(--surface-secondary);
        color:var(--tone-deep);
    }
.fresh-track .primary-note{max-width:var(--gap-footer);
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:var(--space-list);}
.fresh-track .top-flow h2{margin:0 0 0.87rem;
        font-size:calc(17.2px * 2);
        line-height:1.25;}
.fresh-track .top-flow p{margin:0;
        font-size:var(--type-extra-15);}
.fresh-track .media-nav{display:flex;
        flex-wrap:wrap;
        gap:var(--surface-inverse);}
.fresh-track .text-content{
        flex:1 1 320px;
        min-width:0;
        padding:1.5rem var(--gutter-small);
        border:1px solid var(--paint-base);
        border-radius:0.45rem;
        background:var(--paint-clear);
        color:var(--tone-page);
        box-shadow:0 1px 1px rgba(0,0,0,0.04);
    }
.fresh-track .text-content h3{margin:0 0 0.87rem;
        font-size:var(--font-large);
        line-height:1.3;}
.fresh-track .text-content p{margin:0 0 0.87rem;}
.fresh-track .text-content p:last-child{margin-bottom:0;}
.fresh-track .text-content a{color:inherit;
        text-decoration:underline;
        text-underline-offset:2px;}
.fresh-track .text-content a:hover{color:var(--surface-light);}
.fresh-track .focused-tile{font-size:var(--font-body);
        color:var(--tone-deep);}
.fresh-track .service-benefit{font-size:var(--font-body);}
@media (max-width:700px){.fresh-track .text-content{
            flex:1 1 100%;
        }
    }
.bottom-surface{
  background: var(--surface-base);
  color: var(--line-page);
  padding: var(--space-card) var(--space-block);
}
.bottom-surface .primary-note{width: min(100%, var(--gap-footer));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: var(--space-list);}
.bottom-surface h2,
.bottom-surface h3,
.bottom-surface p{margin: 0;}
.bottom-surface h2{font-size: calc(17.2px * 2);
  line-height: 1.1;}
.bottom-surface h3{font-size: var(--font-large);
  line-height: 1.18;}
.bottom-surface p{font-size: var(--type-extra-15);
  line-height: var(--font-quiet);}
.bottom-surface .site-note{
  flex: 1 1 20rem;
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: var(--surface-inverse);
  border-radius: 0.45rem;
  background: var(--surface-secondary);
  color: var(--tone-deep);
  border: 1px solid var(--paint-base);
}
.bottom-surface .page-footer{flex: 2 1 30rem;
  display: grid;
  gap: 1.5rem;}
.bottom-surface .top-links{display: grid;
  grid-template-columns: 0.7rem minmax(7rem, 0.22fr) minmax(0, 1fr);
  grid-template-areas:
    "dot role name"
    "dot role text";
  column-gap: var(--gap-wide);
  row-gap: 0.35rem;
  align-items: start;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--paint-base);
  animation: peopleTimelineIn calc(var(--delay-panel) * 2) var(--delay-soft) both;
  animation-delay: var(--ease-soft, 0ms);}
.bottom-surface .top-links:last-child{border-bottom: none;}
.bottom-surface i{
  grid-area: dot;
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.55rem;
  border-radius: 50%;
  background: var(--tone-accent);color:var(--surface-dark);}
.bottom-surface .top-links span{grid-area: role;
  font-size: var(--font-body);
  letter-spacing: 0.02em;
  text-transform: uppercase;}
.bottom-surface .top-links h3{grid-area: name;}
.bottom-surface .top-links p{grid-area: text;}
@keyframes peopleTimelineIn {from{
    opacity: 0.25;
    transform: translateY(calc(calc(0.87rem * 1) * 0.14));
  }to{
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 760px) {.bottom-surface .top-links{
    grid-template-columns: 0.7rem minmax(0, 1fr);
    grid-template-areas:
      "dot role"
      "dot name"
      "dot text";
  }
}
.local-quote{padding:var(--space-card) var(--space-block);background:var(--surface-warm);color:var(--tone-inverse)}
.local-quote .view{max-width:var(--gap-footer);margin:0 auto}
.local-quote h2{max-width:22ch;margin:0;font-size:calc(17.2px * 2);line-height:1.12}
.local-quote .strong-plan{margin:1.5rem 0 var(--space-list);font-size:var(--copy-quiet);line-height:var(--font-quiet);opacity:.86}
.local-quote .simple-details{display:flex;flex-direction:column;gap:var(--space-list);margin:0;padding:0}
.local-quote .text-content{border-top:1px solid rgba(244,241,232,0.22);padding-top:var(--surface-inverse)}
.local-quote .text-content:first-child{border-top:0;padding-top:0}
.local-quote h3{margin:0;font-size:var(--font-large);line-height:1.2}
.local-quote .text-content p{margin:var(--surface-inverse) 0 0;line-height:var(--font-quiet);opacity:.86}
@media(min-width:760px){.local-quote .simple-details{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-list) var(--gutter-small)}.local-quote .text-content:nth-child(2){border-top:0;padding-top:0}
}
@media(max-width:759px){.local-quote h2{max-width:none}
}
.featured-actions{
    background:var(--surface-base);
    color:var(--line-page);
    padding:var(--space-card) var(--space-block);
}
.featured-actions .c{max-width:var(--gap-footer);
    margin:0 auto;
    display:grid;
    gap:var(--gutter-small);}
@media (min-width:1024px){.featured-actions .c{grid-template-columns:minmax(0,1fr) 280px;}
}
.featured-actions .narrow-steps{margin-bottom:1.5rem;}
.featured-actions h1{font-size:calc(17.2px * 2.65);
    line-height:1.2;
    margin:0 0 0.6rem;}
.featured-actions .compact-note{font-size:var(--copy-quiet);
    color:var(--tone-deep);
    margin:0 0 1rem;}
.featured-actions .visual-quote{display:flex;
    flex-wrap:wrap;
    gap:var(--gap-wide);
    font-size:var(--font-body);
    color:var(--tone-deep);}
.featured-actions .open-proof{line-height:var(--font-quiet);
    font-size:var(--type-button);}
.featured-actions .open-proof p{margin:0 0 1.1rem;}
.featured-actions .service-benefit{display:flex;
    flex-wrap:wrap;
    gap:var(--gap-wide);
    margin-top:var(--space-list);
    padding-top:var(--space-list);
    border-top:1px solid var(--paint-base);}
.featured-actions .service-benefit a{color:inherit;
    text-decoration:none;
    font-size:var(--font-body);
    border-bottom:1px solid transparent;
    transition:color var(--delay-panel) var(--delay-soft),border-color var(--delay-panel) var(--delay-soft);}
.featured-actions .service-benefit a:hover{color:var(--surface-light);
    border-bottom-color:var(--surface-light);}
.featured-actions .page-nav{
    background:var(--paint-clear);
    color:var(--tone-page);
    border:1px solid var(--paint-base);
    border-radius:0.45rem;
    padding:var(--surface-inverse);
    box-shadow:0 1px 1px rgba(0,0,0,0.04);
    align-self:start;
}
.featured-actions .page-nav h3{font-size:var(--font-large);
    margin:0 0 0.7rem;}
.featured-actions .page-nav .focused-tile{font-size:var(--font-body);
    margin:0 0 1rem;}
.featured-actions .page-nav .active-inner{
    display:inline-block;
    background:var(--tone-accent);
    color:var(--surface-dark);
    padding:0.55rem 1rem;
    border-radius:0.37rem;
    text-decoration:none;
    font-size:var(--font-body);
    transition:background var(--delay-panel) var(--delay-soft);
}
.featured-actions .page-nav .active-inner:hover{background:#A6471F;color:var(--tone-page);}
.compact-benefit{padding:var(--space-card) var(--space-block);background:var(--ink-muted);color:#F4F1E8}
.compact-benefit .primary-note{max-width:var(--gap-footer);margin:0 auto}
.compact-benefit .focused-method{display:flex;gap:var(--space-list);align-items:flex-start}
.compact-benefit .top-flow{flex:1 1 34rem;min-width:0}
.compact-benefit h2{margin:0;font-size:calc(17.2px * 2);line-height:1.1}
.compact-benefit .top-flow p{margin:1.5rem 0 0;font-size:var(--copy-quiet);line-height:var(--font-quiet)}
.compact-benefit .wide-form{flex:0 1 30rem;min-width:0;background:var(--paint-clear);color:var(--tone-page);border:1px solid var(--paint-base);border-radius:0.45rem;padding:var(--surface-inverse);box-shadow:0 1px 1px rgba(0,0,0,0.04)}
.compact-benefit .wide-form>p{margin:0;line-height:var(--font-quiet)}
.compact-benefit .open-menu{display:flex;flex-direction:column;gap:calc(var(--gap-wide)*.6);margin-top:1.5rem}
.compact-benefit .open-menu a{border-radius:var(--radius-card);background:var(--tone-accent);color:var(--surface-dark);padding:calc(var(--surface-inverse)*.6) var(--surface-inverse);text-decoration:none;font-size:var(--font-body);transition:background var(--delay-panel) var(--delay-soft)}
.compact-benefit .open-menu a:hover{background:#A6471F;color:var(--tone-page);}
@media(max-width:780px){.compact-benefit .focused-method{display:block}.compact-benefit .wide-form{margin-top:var(--space-list)}.compact-benefit h2{font-size:var(--font-large)}}
.answer{
    padding:var(--space-card) var(--space-block);
    background:var(--surface-secondary);
    color:var(--tone-deep);
}
.answer .primary-note{max-width:var(--gap-footer);
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:var(--space-list);}
.answer .top-flow h3{margin:0 0 8px;
    font-size:var(--font-large);}
.answer .top-flow p{margin:0;
    font-size:var(--type-extra-15);
    line-height:var(--font-quiet);}
.answer .media-nav{display:flex;
    flex-wrap:wrap;
    gap:var(--gap-wide);}
.answer .text-content{
    flex:1 1 240px;
    background:var(--paint-clear);
    color:var(--tone-page);
    border:1px solid var(--paint-base);
    border-radius:0.37rem;
    padding:var(--surface-inverse);
    box-shadow:0 1px 1px rgba(0,0,0,0.04);
}
.answer .text-content h3{margin:0 0 6px;
    font-size:var(--type-extra-15);}
.answer .text-content p{margin:0 0 8px;
    font-size:var(--font-body);
    line-height:var(--font-quiet);}
.answer .text-content p:last-child{margin-bottom:0;}
.answer .service-benefit a{color:inherit;
    text-decoration:underline;}
.answer .service-benefit a:hover{color:var(--surface-light);}
.answer a{color:inherit;}
.answer a:hover{color:var(--surface-light);}
@media (max-width:700px){.answer .text-content{
        flex:1 1 100%;
    }
}
.narrow-list{
  background: linear-gradient(135deg, #FBF4E7 0%, #F3E2C8 55%, #E9D2B4 100%);
  color: #2A2118;
  padding: var(--space-card) var(--space-block);
}
.narrow-list .primary-note{width: min(100%, var(--gap-footer));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .38fr) minmax(0, 1fr);
  gap: var(--gap-wide);}
.narrow-list h2,
.narrow-list h3,
.narrow-list p{margin: 0;}
.narrow-list h2{font-size: calc(17.2px * 2); line-height: 1.1;}
.narrow-list h3{font-size: var(--font-large); line-height: 1.18;}
.narrow-list p{font-size: var(--type-extra-15); line-height: var(--font-quiet);}
.narrow-list .site-note{
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: var(--space-list);
  border-radius: 0.66rem;
  background: linear-gradient(120deg, #C05A32 0%, #2E3A78 100%);
  color: #FFF7EE;
}
.narrow-list .page-footer{display: grid;
  gap: var(--surface-inverse);}
.narrow-list .top-links{
  display: grid;
  grid-template-columns: 1rem minmax(5rem, .18fr) minmax(9rem, .32fr) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 0.37rem;
  background: var(--paint-clear);
  color: var(--tone-page);
  border: 1px solid var(--paint-base);
  animation: peopleTimelineIn calc(var(--delay-panel) * 2.2) var(--delay-soft) both;
  animation-delay: var(--ease-soft, 0ms);
}
.narrow-list i{
  width: .6rem;
  height: .6rem;
  margin-top: .5rem;
  border-radius: 50%;
  background: var(--tone-accent);color:var(--surface-dark);}
.narrow-list .top-links span{}
@keyframes peopleTimelineIn {from{ opacity: .2; transform: translateX(calc(calc(0.87rem * 1) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.narrow-list .primary-note,
  .narrow-list .top-links{ grid-template-columns: 1fr; }
}
.soft-media{padding:var(--space-card) var(--space-block);background:var(--surface-base);color:var(--line-page)}
.soft-media .primary-note{max-width:min(var(--gap-footer),56rem);margin:0 auto}
.soft-media .track{display:block}
.soft-media h2{margin:0;font-size:calc(17.2px * 2);line-height:1.1}
.soft-media .track p{margin:1.5rem 0 0;color:var(--tone-deep);line-height:var(--font-quiet)}
.soft-media .media-body{margin-top:var(--space-list);border-top:1px solid var(--paint-base)}
.soft-media details{padding:1.5rem 0;border-bottom:1px solid var(--paint-base)}
.soft-media summary{cursor:pointer;font-size:var(--font-large);line-height:1.2;list-style:none}
.soft-media summary::-webkit-details-marker{display:none}
.soft-media summary::after{content:"+";float:right;color:inherit;font-size:var(--copy-quiet);line-height:1}
.soft-media details[open] summary::after{content:"–"}
.soft-media details p{margin:1.5rem 0 0;color:var(--tone-deep);line-height:var(--font-quiet)}
@media(max-width:720px){.soft-media .media-body{margin-top:var(--space-list)}.soft-media summary{font-size:var(--type-extra-15)}
}
.featured-group{
    background:var(--surface-base);
    color:var(--line-page);
    padding:var(--space-card) var(--space-block);
}
.featured-group .c{max-width:var(--gap-footer);
    margin:0 auto;
    display:grid;
    gap:var(--gutter-small);}
@media (min-width:1024px){.featured-group .c{grid-template-columns:minmax(0,1fr) 280px;}
}
.featured-group .team-wrap{display:flex;
    flex-direction:column;
    gap:var(--space-list);}
.featured-group .narrow-steps{display:flex;
    flex-direction:column;
    gap:0.5rem;
    border-bottom:1px solid var(--paint-base);
    padding-bottom:var(--space-list);}
.featured-group h1{font-size:calc(17.2px * 2.65);
    line-height:1.2;
    margin:0;}
.featured-group .page-copy{font-size:var(--copy-quiet);
    color:var(--tone-deep);
    margin:0;}
.featured-group .visual-quote{display:flex;
    flex-wrap:wrap;
    gap:1rem;
    font-size:var(--font-body);
    color:var(--tone-deep);}
.featured-group .open-proof{display:flex;
    flex-direction:column;
    gap:var(--space-list);
    line-height:var(--font-quiet);}
.featured-group .open-proof p{margin:0;}
.featured-group .service-benefit{display:flex;
    flex-wrap:wrap;
    gap:var(--gap-wide);
    padding-top:var(--space-list);
    border-top:1px solid var(--paint-base);}
.featured-group .service-benefit a{color:inherit;
    text-decoration:none;
    font-size:var(--font-body);
    border-bottom:1px solid transparent;
    transition:color var(--delay-panel) var(--delay-soft), border-color var(--delay-panel) var(--delay-soft);}
.featured-group .service-benefit a:hover{color:var(--surface-light);
    border-bottom-color:var(--surface-light);}
.featured-group .service-plan{
    background:var(--paint-clear);
    color:var(--tone-page);
    border:1px solid var(--paint-base);
    border-radius:0.45rem;
    padding:var(--surface-inverse);
    box-shadow:0 1px 1px rgba(0,0,0,0.04);
    align-self:start;
}
.featured-group .service-plan h3{margin:0 0 var(--space-list);
    font-size:var(--font-large);}
.featured-group .wide-steps{display:flex;
    flex-direction:column;
    gap:var(--gap-wide);}
.featured-group .service-plan .text-content{border-bottom:1px solid var(--paint-base);
    padding-bottom:var(--gap-wide);}
.featured-group .service-plan .text-content:last-child{border-bottom:none;
    padding-bottom:0;}
.featured-group .service-plan a{color:inherit;
    text-decoration:none;
    font-size:var(--font-body);
    line-height:1.5;}
.featured-group .service-plan a:hover{color:var(--surface-light);
    text-decoration:underline;}
.clear-figure{padding:var(--space-card) var(--space-block);background:var(--ink-muted);color:#F4F1E8}
.clear-figure .primary-note{max-width:var(--gap-footer);margin:0 auto}
.clear-figure .focused-method{display:flex;gap:var(--space-list);align-items:flex-start}
.clear-figure .top-flow{flex:1 1 34rem;min-width:0}
.clear-figure h2{margin:0;font-size:calc(17.2px * 2.65);line-height:1.05}
.clear-figure .top-flow p{margin:1.5rem 0 0;font-size:var(--copy-quiet);line-height:var(--font-quiet)}
.clear-figure .wide-form{flex:0 1 30rem;min-width:0;background:var(--paint-clear);color:var(--tone-page);border:1px solid var(--paint-base);border-radius:0.45rem;padding:var(--surface-inverse);box-shadow:0 1px 1px rgba(0,0,0,0.04)}
.clear-figure .wide-form>p{margin:0;line-height:var(--font-quiet)}
.clear-figure .open-menu{display:flex;flex-wrap:wrap;gap:var(--gap-wide);margin-top:1.5rem}
.clear-figure .open-menu a{border-radius:var(--radius-card);background:var(--tone-accent);color:var(--surface-dark);padding:calc(var(--surface-inverse)*.7) var(--surface-inverse);text-decoration:none;font-size:var(--font-body);transition:background var(--delay-panel) var(--delay-soft)}
.clear-figure .open-menu a:hover{background:#A6471F;color:var(--tone-page);}
@media(max-width:780px){.clear-figure .focused-method{display:block}.clear-figure .wide-form{margin-top:var(--space-list)}.clear-figure h2{font-size:calc(17.2px * 2)}}
.offset-assistance{padding:var(--space-card) var(--space-block);background:var(--surface-secondary);color:var(--tone-deep);}
.offset-assistance .primary-note{max-width:var(--gap-footer);margin:0 auto;display:flex;flex-direction:column;gap:var(--space-list);}
.offset-assistance .top-flow{display:flex;flex-direction:column;gap:var(--gap-wide);}
.offset-assistance .top-flow h2{margin:0;font-size:calc(17.2px * 2);}
.offset-assistance .top-flow p{margin:0;font-size:var(--type-extra-15);line-height:var(--font-quiet);}
.offset-assistance .top-entries{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--surface-inverse);}
.offset-assistance .service-benefit{background:var(--paint-clear);color:var(--tone-page);border:1px solid var(--paint-base);border-radius:0.45rem;padding:1.5rem var(--gutter-small);box-shadow:0 1px 1px rgba(0,0,0,0.04);}
.offset-assistance .service-benefit h3{margin:0 0 0.5rem;font-size:var(--font-large);}
.offset-assistance .service-benefit p{margin:0;font-size:var(--font-body);line-height:var(--font-quiet);}
.offset-assistance .service-benefit a{color:inherit;text-decoration:underline;text-underline-offset:2px;}
.offset-assistance .service-benefit a:hover{color:var(--surface-light);}
.offset-assistance .focused-tile{margin:0;padding-top:var(--space-list);border-top:1px solid var(--paint-base);font-size:var(--font-body);}
.offset-assistance .focused-tile a{color:inherit;text-decoration:underline;text-underline-offset:2px;}
.offset-assistance .focused-tile a:hover{color:var(--surface-light);}
@media (max-width:700px){.offset-assistance .top-entries{grid-template-columns:1fr;}
    }
.direct-inner{
  background: linear-gradient(135deg, #FBF4E7 0%, #F3E2C8 55%, #E9D2B4 100%);
  color: #2A2118;
  padding: var(--space-card) var(--space-block);
}
.direct-inner .primary-note{width: min(100%, var(--gap-footer));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-list);
  align-items: flex-start;}
.direct-inner h2,
.direct-inner h3,
.direct-inner p{margin: 0;}
.direct-inner h2{font-size: calc(17.2px * 2); line-height: 1.1;}
.direct-inner h3{font-size: var(--font-large); line-height: 1.18;}
.direct-inner p{font-size: var(--type-extra-15); line-height: var(--font-quiet);}
.direct-inner .site-note{
  flex: 1 1 20rem;
  display: grid;
  gap: 1.5rem;
  align-content: start;
  padding: var(--space-list);
  border-radius: 0.66rem;
  background: linear-gradient(120deg, #C05A32 0%, #2E3A78 100%);
  color: #FFF7EE;
}
.direct-inner .page-footer{flex: 1 1 30rem;
  display: grid;
  gap: var(--surface-inverse);}
.direct-inner .top-links{
  display: grid;
  grid-template-columns: .55rem minmax(0, 1fr);
  grid-template-areas:
    "dot role"
    "dot name"
    "dot text";
  column-gap: 1.5rem;
  row-gap: .35rem;
  align-items: start;
  padding: 1.5rem;
  border-radius: 0.37rem;
  background: var(--paint-clear);
  color: var(--tone-page);
  border: 1px solid var(--paint-base);
  animation: peopleTimelineIn calc(var(--delay-panel) * 2.2) var(--delay-soft) both;
  animation-delay: var(--ease-soft, 0ms);
}
.direct-inner i{
  grid-area: dot;
  width: .55rem;
  height: .55rem;
  margin-top: .55rem;
  border-radius: 50%;
  background: var(--tone-accent);color:var(--surface-dark);}
.direct-inner .top-links span{grid-area: role;
  font-size: var(--font-body);
  letter-spacing: .04em;
  text-transform: uppercase;}
.direct-inner .top-links h3{grid-area: name;}
.direct-inner .top-links p{grid-area: text;}
@keyframes peopleTimelineIn {from{ opacity: .2; transform: translateX(calc(calc(0.87rem * 1) * .16)); }to{ opacity: 1; transform: translateX(0); }
}
@media (max-width: 860px) {.direct-inner .primary-note{ flex-direction: column; }.direct-inner .site-note,
  .direct-inner .page-footer{ flex: 1 1 auto; width: 100%; }
}
.offer-body{padding:var(--space-card) var(--space-block);background:var(--surface-warm);color:var(--tone-inverse)}
.offer-body .view{max-width:var(--gap-footer);margin:0 auto}
.offer-body h2{max-width:20ch;margin:0;font-size:calc(17.2px * 2);line-height:1.1}
.offer-body .strong-plan{margin:1.5rem 0 var(--space-list);font-size:var(--copy-quiet);line-height:var(--font-quiet)}
.offer-body .simple-details{display:flex;flex-direction:column;gap:var(--space-list);margin:0;padding:0;list-style:none;counter-reset:nota}
.offer-body .simple-details>li{position:relative;margin:0;padding-left:var(--space-list);border-left:1px solid var(--paint-base)}
.offer-body h3{margin:0;font-size:var(--font-large);line-height:1.2}
.offer-body .simple-details p{margin:var(--surface-inverse) 0 0;line-height:var(--font-quiet)}
@media(max-width:680px){.offer-body .simple-details>li{padding-left:var(--surface-inverse)}.offer-body .strong-plan{font-size:var(--type-extra-15)}
}
.direct-form{
  padding: var(--space-card) var(--space-block);
  background: var(--ink-muted);
  color: #F4F1E8;
}
.direct-form .primary-note{display: flex;
  flex-wrap: wrap;
  gap: var(--space-list);
  max-width: var(--gap-footer);
  margin: 0 auto;
  align-items: flex-start;}
.direct-form .offer-copy{flex: 1 1 34%;
  min-width: 0;}
.direct-form h2{margin: 0;
  font-size: calc(17.2px * 2);
  line-height: 1.08;}
.direct-form .offer-copy > p{margin: 1.5rem 0 0;
  font-size: var(--type-extra-15);
  line-height: var(--font-quiet);}
.direct-form .featured-contact{display: flex;
  flex-direction: column;
  gap: var(--surface-inverse);
  margin-top: var(--space-list);}
.direct-form .featured-contact a{color: inherit;
  text-decoration: underline;
  text-underline-offset: .22em;
  font-size: var(--font-body);}
.direct-form .featured-contact a:hover{opacity: .82;}
.direct-form .top-entries{flex: 1 1 52%;
  min-width: 0;
  display: flex;
  flex-direction: column;}
.direct-form .service-benefit{display: flex;
  flex-wrap: wrap;
  gap: var(--gap-wide);
  padding: 1.5rem 0;
  color: inherit;
  text-decoration: none;
  border-top: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.direct-form .service-benefit:last-child{border-bottom: 1px solid color-mix(in srgb, currentColor 28%, transparent);}
.direct-form a.route:hover{opacity: .86;}
.direct-form .service-benefit span{flex: 0 0 34%;
  font-size: var(--font-body);
  opacity: .74;
  letter-spacing: .01em;}
.direct-form .service-benefit strong,
.direct-form .service-benefit p{flex: 1 1 0;
  min-width: 0;
  margin: 0;
  line-height: var(--font-quiet);
  overflow-wrap: anywhere;}
.direct-form .service-benefit strong{font-size: var(--copy-quiet);}
@media (max-width: 780px) {.direct-form .offer-copy,
  .direct-form .top-entries{
    flex: 1 1 100%;
  }
}
@media (max-width: 520px) {.direct-form .service-benefit span,
  .direct-form .service-benefit strong,
  .direct-form .service-benefit p{
    flex: 1 1 100%;
  }
}
.focused-shell{
  padding:var(--space-card) var(--space-block);
  background:var(--surface-base);
  color:var(--line-page);
}
.focused-shell .bottom-group{max-width:min(var(--gap-footer),62rem);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:var(--space-list);}
.focused-shell h2{margin:0;
  font-size:calc(17.2px * 2);
  line-height:1.15;}
.focused-shell .top-flow{margin:0;
  font-size:var(--copy-quiet);
  line-height:1.45;}
.focused-shell .service-benefit{
  display:flex;
  flex-direction:column;
  gap:var(--gap-wide);
  padding:var(--surface-inverse);
  background:var(--paint-clear);
  color:var(--tone-page);
  border:1px solid var(--paint-base);
  border-radius:0.45rem;
}
.focused-shell .service-benefit .steady-wrap{display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:var(--gap-wide);
  padding-bottom:var(--gap-wide);
  border-bottom:1px solid var(--paint-base);}
.focused-shell .service-benefit .steady-wrap:last-child{padding-bottom:0;
  border-bottom:0;}
.focused-shell .service-benefit .service-entries{flex:0 0 auto;
  min-width:6.5rem;
  font-size:var(--font-body);
  letter-spacing:0.02em;
  text-transform:uppercase;
  color:var(--tone-deep);}
.focused-shell .service-benefit p{margin:0;
  flex:1 1 14rem;}
.focused-shell .service-benefit a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid currentColor;}
.focused-shell .service-benefit a:hover{color:var(--surface-light);}
.focused-shell .focused-shell{
  height:clamp(20rem,42vw,30rem);
  border-radius:0.45rem;
  overflow:hidden;
  border:1px solid var(--paint-base);
  background:var(--surface-secondary);color:var(--tone-deep);}
.focused-shell .focused-shell iframe{display:block;
  width:100%;
  height:100%;
  border:0;}
.focused-shell .offer-copy{display:flex;
  flex-direction:column;
  gap:var(--gap-wide);}
.focused-shell .offer-copy p{margin:0;
  line-height:var(--font-quiet);}
@media (max-width:620px){.focused-shell .service-benefit .steady-wrap{
    flex-direction:column;
    align-items:flex-start;
    gap:0.35rem;
  }.focused-shell .service-benefit .service-entries{
    min-width:0;
  }.focused-shell .focused-shell{
    height:20rem;
  }
}
.narrow-benefit{padding:var(--space-card) var(--space-block);background:var(--surface-base);color:var(--line-page)}
.narrow-benefit .primary-note{max-width:var(--gap-footer);margin:0 auto;display:flex;flex-direction:column;gap:var(--space-list)}
.narrow-benefit .track h2{margin:0 0 var(--surface-inverse);font-size:calc(17.2px * 2);line-height:1.15}
.narrow-benefit .track .top-flow{margin:0;font-size:var(--type-extra-15);line-height:var(--font-quiet)}
.narrow-benefit .panel{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem;border:1px solid var(--paint-base);border-radius:0.45rem;background:var(--paint-clear);color:var(--tone-page)}
.narrow-benefit .strong-callout{display:flex;flex-direction:column;gap:var(--surface-inverse)}
.narrow-benefit .strong-callout.split{flex-direction:row;flex-wrap:wrap;gap:1.5rem}
.narrow-benefit .strong-callout.split .direct-feature{flex:1 1 220px;min-width:0}
.narrow-benefit .direct-feature{display:block}
.narrow-benefit .direct-feature span{display:block;margin-bottom:var(--surface-inverse);font-size:var(--font-body);}
.narrow-benefit input,
.narrow-benefit select,
.narrow-benefit textarea{width:100%;box-sizing:border-box;border:1px solid var(--paint-base);border-radius:0.37rem;background:var(--surface-base);color:var(--line-page);font:inherit;padding:var(--surface-inverse);outline:none;transition:box-shadow var(--delay-panel) var(--delay-soft)}
.narrow-benefit textarea{resize:vertical;min-height:6rem;line-height:var(--font-quiet)}
.narrow-benefit input:focus,
.narrow-benefit select:focus,
.narrow-benefit textarea:focus{box-shadow:0 0 0 2px #2E3A78}
.narrow-benefit .strong-callout.action{flex-direction:row;align-items:center;flex-wrap:wrap;gap:1.5rem;border-top:1px solid var(--paint-base);padding-top:1.5rem}
.narrow-benefit button{flex:0 0 auto;border:0;border-radius:0.37rem;background:var(--tone-accent);color:var(--surface-dark);font:inherit;padding:var(--surface-inverse) 1.5rem;cursor:pointer;transition:background var(--delay-panel) var(--delay-soft)}
.narrow-benefit button:hover{background:#A6471F;color:var(--tone-page);}
.narrow-benefit .focused-tile{flex:1 1 260px;margin:0;font-size:var(--font-body);line-height:var(--font-quiet)}
.narrow-benefit .page-nav{display:flex;flex-direction:column;gap:var(--surface-inverse);padding:1.5rem;border-radius:0.45rem;background:var(--surface-secondary);color:var(--tone-deep)}
.narrow-benefit .page-nav p{margin:0;font-size:var(--font-body);line-height:var(--font-quiet)}
.narrow-benefit .page-nav a{text-decoration:underline}
.narrow-benefit .page-nav a:hover{}
@media(max-width:720px){.narrow-benefit .strong-callout.split{flex-direction:column}.narrow-benefit .strong-callout.action{flex-direction:column;align-items:stretch}.narrow-benefit button{width:100%}
}
.featured-proof{
  padding: var(--space-card) var(--space-block);
  background: var(--surface-secondary);
  color: var(--tone-deep);
}
.featured-proof .primary-note{max-width: var(--gap-footer);
  margin: 0 auto;}
.featured-proof .strong-plan{display: flex;
  flex-wrap: wrap;
  gap: var(--gap-wide);
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: var(--space-list);}
.featured-proof h2{flex: 1 1 14ch;
  margin: 0;
  font-size: calc(17.2px * 2);
  line-height: 1.1;}
.featured-proof .strong-plan p{flex: 1 1 32rem;
  margin: 0;
  line-height: var(--font-quiet);}
.featured-proof .media-nav{margin: 0;
  padding: 0;
  border-top: 1px solid var(--paint-base);
  list-style: none;}
.featured-proof .strong-callout{display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--gap-wide);
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--paint-base);}
.featured-proof .strong-callout p{margin: 0;
  font-size: var(--copy-quiet);
  line-height: var(--font-quiet);}
.featured-proof .strong-callout span{flex: 0 0 auto;
  font-size: var(--font-body);
  opacity: .78;}
.featured-proof .active-panel{padding-left: calc(var(--gap-wide) * .65);}
.featured-proof .public-footer{justify-content: flex-start;
  flex-wrap: wrap;}
.featured-proof .public-footer a{flex: 1 1 18rem;color:inherit;
  font-size: var(--font-large);
  overflow-wrap: anywhere;
  text-underline-offset: .22em;}
.featured-proof .public-footer a:hover{color: var(--surface-light);}
.featured-proof .featured-contact{display: flex;
  flex-wrap: wrap;
  gap: var(--gap-wide);
  padding-top: 1.5rem;}
.featured-proof .featured-contact a{
  flex: 1 1 18rem;
  padding: var(--surface-inverse);
  background: var(--paint-clear);
  color: var(--tone-page);
  border: 1px solid var(--paint-base);
  border-radius: 0.37rem;
  text-decoration: none;
  line-height: var(--font-quiet);
  transition: border-color var(--delay-panel) var(--delay-soft);
}
.featured-proof .featured-contact a span{display: block;
  margin-bottom: calc(var(--gap-wide) * .35);
  font-size: var(--font-body);
  opacity: .78;}
.featured-proof .featured-contact a:hover{border-color: var(--surface-light);}
@media (max-width: 660px) {.featured-proof .strong-plan,
  .featured-proof .strong-callout{
    display: block;
  }.featured-proof .strong-plan p,
  .featured-proof .strong-callout span,
  .featured-proof .strong-callout p,
  .featured-proof .public-footer a{
    display: block;
    margin-top: var(--surface-inverse);
  }.featured-proof .active-panel{
    padding-left: 0;
  }
}
.strong-links{padding:var(--space-card) var(--space-block);background:var(--surface-base);color:var(--line-page)}
.strong-links .view{max-width:min(var(--gap-footer),62rem);margin:0 auto}
.strong-links h2{margin:0;font-size:calc(17.2px * 2);line-height:1.1}
.strong-links .strong-plan{margin:1.5rem 0 var(--space-list);font-size:var(--copy-quiet);line-height:1.6}
.strong-links .contact-service{display:flex;flex-direction:column;gap:var(--gap-wide)}
.strong-links .focused-tile{padding:var(--surface-inverse) var(--surface-inverse);background:var(--paint-clear);color:var(--tone-page);border:1px solid var(--paint-base);border-radius:0.45rem;box-shadow:0 1px 1px rgba(0,0,0,0.04)}
.strong-links h3{margin:0 0 var(--surface-inverse);font-size:var(--font-large);line-height:1.25}
.strong-links .focused-tile p{margin:0;line-height:1.65}
@media (min-width:768px){.strong-links .contact-service{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-list)}.strong-links .focused-tile:last-child{grid-column:1 / -1}
}
.featured-links{padding:var(--space-card) var(--space-block);background:var(--surface-base);color:var(--line-page)}
.featured-links .view{max-width:var(--gap-footer);margin:0 auto;display:flex;flex-direction:column;gap:var(--space-list)}
.featured-links h2{margin:0;font-size:calc(17.2px * 2);line-height:1.15;font-weight:600}
.featured-links .strong-plan{margin:0;font-size:var(--copy-quiet);line-height:var(--font-quiet)}
.featured-links .contact-service{display:flex;flex-direction:column;gap:0;border-top:1px solid var(--paint-base)}
.featured-links .focused-tile{padding:var(--surface-inverse) 0;border-bottom:1px solid var(--paint-base)}
.featured-links h3{margin:0 0 0.4rem;font-size:var(--font-large);line-height:1.25;font-weight:600}
.featured-links .focused-tile p{margin:0;font-size:var(--type-button);line-height:var(--font-quiet)}
@media (min-width:720px){.featured-links .focused-tile{display:grid;grid-template-columns:minmax(14rem,22rem) 1fr;gap:var(--gap-wide);align-items:start}.featured-links h3{margin:0}
}
.local-body{
  padding: var(--space-card) var(--space-block);
  background: var(--surface-warm);
  color: var(--tone-inverse);
}
.local-body .primary-note{max-width: min(var(--gap-footer), 68rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-list);}
.local-body .top-flow h2{margin: 0;
  font-size: calc(17.2px * 2);
  line-height: 1.12;}
.local-body .track{margin: var(--surface-inverse) 0 0;
  font-size: var(--copy-quiet);
  opacity: 0.86;}
.local-body .media-nav{display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(244, 241, 232, 0.22);}
.local-body .strong-callout{display: flex;
  flex-wrap: wrap;
  gap: var(--gap-wide);
  padding: var(--surface-inverse) 0;
  border-bottom: 1px solid rgba(244, 241, 232, 0.22);}
.local-body .strong-callout strong{flex: 0 0 14rem;
  font-size: var(--type-extra-15);}
.local-body .strong-callout p{flex: 1 1 20rem;
  margin: 0;
  opacity: 0.86;}
.local-body .page-nav{
  padding: var(--surface-inverse);
  border-radius: 0.45rem;
  background: var(--paint-clear);
  color: var(--tone-page);
  border: 1px solid var(--paint-base);
}
.local-body .page-nav .steady-wrap{margin: 0 0 var(--surface-inverse);
  font-size: var(--font-body);color:inherit;
  opacity: 0.75;}
.local-body .page-nav .direct-feature{margin: 0 0 0.4rem;
  font-size: var(--type-extra-15);}
.local-body .page-nav a{color:inherit;
  text-decoration: none;}
.local-body .page-nav a:hover{color:inherit;
  text-decoration: underline;}
.local-body .service-benefit{display: flex;
  flex-wrap: wrap;
  gap: var(--gap-wide);
  margin: var(--surface-inverse) 0 0;
  padding-top: var(--surface-inverse);
  border-top: 1px solid var(--paint-base);}
.local-body .service-benefit a{font-size: var(--font-body);
  letter-spacing: 0.01em;}
@media (max-width: 640px) {.local-body .strong-callout strong{
    flex: 1 1 100%;
  }
}
.plain-plan{--axis-control:calc(1.5rem * 1.25);--axis-public:calc(var(--gap-footer) / 2.65);padding:var(--space-card) var(--space-block);background:var(--ink-muted);color:#F4F1E8;}
.plain-plan .primary-note{max-width:var(--gap-footer);margin:0 auto;}
.plain-plan h1,.plain-plan h2,.plain-plan h3,.plain-plan p{margin:0;}
.plain-plan h1{font-size:calc(17.2px * 2.65);line-height:1.08;}
.plain-plan h2{font-size:calc(17.2px * 2);line-height:1.12;}
.plain-plan h3{font-size:var(--font-large);line-height:1.2;}
.plain-plan p{font-size:var(--type-extra-15);line-height:var(--font-quiet);color:color-mix(in srgb, currentColor 78%, transparent);}
.plain-plan a{color:inherit;text-decoration:none;}
.plain-plan .active-inner{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:var(--surface-inverse) 1.5rem;border-radius:var(--radius-card);background:#F4F1E8;color:var(--ink-muted);}
.plain-plan .clear-inner>h2,.plain-plan .clear-inner>p,.plain-plan .clear-inner>.active-inner{margin-top:1.5rem;}
.plain-plan .offer-copy{margin-top:var(--axis-control);}
.plain-plan .service-benefit{margin-top:var(--axis-control);font-size:var(--font-body);}
.plain-plan .service-benefit a{text-decoration:underline;text-underline-offset:3px;}
.plain-plan .service-benefit a:hover{opacity:.85;}
.clear-quote{
  background: var(--surface-base);
  color: var(--line-page);
  padding: var(--space-card) var(--space-block);
}
.clear-quote .primary-note{width: min(100%, var(--gap-footer));
  margin: 0 auto;}
.clear-quote .fresh-media{display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-list);}
.clear-quote .focused-tile{margin: 0;
  font-size: var(--font-body);
  line-height: 1.6;
  color: var(--tone-deep);
  letter-spacing: 0.02em;
  text-transform: uppercase;}
.clear-quote h1{margin: 0;
  font-size: clamp(calc(17.2px * 2), 6vw, calc(17.2px * 2.65));
  line-height: 1.08;
  letter-spacing: -0.01em;}
.clear-quote .top-quote{margin: 0;
  font-size: var(--copy-quiet);
  line-height: var(--font-quiet);}
.clear-quote .wide-unit{display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--gap-wide);
  width: 100%;}
.clear-quote a{text-decoration: none;
  overflow-wrap: anywhere;}
.clear-quote .offer-menu{
  padding: 0.85rem 1.4rem;
  border-radius: 0.37rem;
  background: var(--tone-accent);
  color: var(--surface-dark);
  font-weight: 600;
  transition: background var(--delay-panel) var(--delay-soft);
}
.clear-quote .offer-menu:hover{
  background: #A6471F;color:var(--tone-page);}
.clear-quote .wide-media{padding: 0.85rem 0;color:inherit;
  border-bottom: 1px solid var(--paint-base);
  transition: color var(--delay-panel) var(--delay-soft);}
.clear-quote .wide-media:hover{color: var(--surface-light);}
.clear-quote .service-benefit{margin: 0;
  padding-top: var(--surface-inverse);
  border-top: 1px solid var(--paint-base);
  font-size: var(--font-body);
  line-height: 1.7;
  color: var(--tone-deep);
  width: 100%;}
.clear-quote .service-benefit a{color:inherit;
  border-bottom: 1px solid var(--paint-base);}
.clear-quote .service-benefit a:hover{color: var(--surface-light);}
@media (max-width: 640px) {.clear-quote{ padding: var(--space-card) var(--space-block); }.clear-quote .wide-unit{ flex-direction: column; align-items: stretch; }.clear-quote .offer-menu{ text-align: center; }
}
