:root {
  --tone-panel: #E7E4DE;
  --motion-nav: ease;
  --surface-inverse: #3B3F42;
}
body{margin:0;padding:0;font-family:"Source Sans 3", sans-serif;}
*{box-sizing:border-box;}
.fresh-headline {
    width: 100%;
    background: #FFFFFF;
    color: #1B1C1E;
    border-bottom: 1px solid #D6D3CD;
  }
.simple-panel {
    max-width: 1660px;
    margin: 0 auto;
    padding: calc(2.15rem * 1.5) 1.64rem;
    display: flex;
    align-items: center;
    gap: 2.15rem;
  }
.narrow-flow {
    font-size: calc(19.2px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #1B1C1E;
    text-decoration: none;
    white-space: nowrap;
  }
.nav-desktop {
    flex: 1 1 auto;
    margin-left: calc(2.15rem * 1.5);
  }
.nav-desktop ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 2.15rem;
    flex-wrap: wrap;
  }
.nav-desktop a {
    display: inline-block;
    padding: 0.4rem 0.2rem;
    font-size: 19.2px;
    color: #1B1C1E;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 310ms var(--motion-nav),
                color 310ms var(--motion-nav);
  }
.nav-desktop a:hover,
  .nav-desktop a:focus-visible {
    border-bottom-color: #3B3F42;
    color: #B07A4A;
  }
.soft-quote {
    flex: 0 0 auto;
    margin-left: auto;
  }
.page-frame {
    display: inline-block;
    padding: 0.65rem 1.15rem;
    background: #3B3F42;
    color: #F4F2EE;
    font-size: calc(19.2px * .875);
    font-weight: 600;
    text-decoration: none;
    border-radius: 0.55rem;
    border: 1px solid #3B3F42;
    transition: background 310ms var(--motion-nav),
                border-color 310ms var(--motion-nav);
  }
.page-frame:hover,
  .page-frame:focus-visible{
    background: #2C2F31;
    border-color: #2C2F31;color:#1B1C1E;}
.focused-wrap {
    display: none;
    margin-left: auto;
    width: 42px;
    height: 42px;
    padding: 0;
    background: var(--tone-panel);
    color: var(--surface-inverse);
    border: 1px solid #D6D3CD;
    border-radius: 0.24rem;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
  }
.focused-wrap span {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
  }
.nav-mobile {
    display: none;
    background: #FFFFFF;
    color: #1B1C1E;
    border-top: 1px solid #D6D3CD;
  }
.nav-mobile ul{list-style: none;
    margin: 0;
    padding: calc(2.15rem * 1.5) 1.64rem;
    display: flex;
    flex-direction: column;
    gap: calc(1.5rem * .75);}
.nav-mobile a{display: block;
    padding: 0.5rem 0;
    font-size: 19.2px;
    color: #1B1C1E;
    text-decoration: none;}
.nav-mobile a.cta-link {
    display: inline-block;
    padding: 0.65rem 1.15rem;
    background: #3B3F42;
    color: #F4F2EE;
    border-radius: 0.55rem;
    font-weight: 600;
    text-align: center;
  }
@media (max-width: 767px) {
    .nav-desktop,
    .soft-quote {
      display: none;
    }

    .focused-wrap {
      display: flex;
    }

    .nav-mobile.is-open {
      display: block;
    }
  }
.wide-entries{font-family:"Source Sans 3", sans-serif;font-size:19.2px;line-height:1.83;padding:calc(1.5rem * 2.4) 1.64rem;margin-top:calc(1.5rem * 2.4);background:#2C2F31;color:#F4F2EE;}
.focused-flow{max-width:1660px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.15rem * 1.5)}
.content-details{display:grid;grid-template-columns:minmax(0, 1.2fr) minmax(0, 1fr);gap:2.15rem;padding-bottom:calc(2.15rem * 1.5);border-bottom:1px solid rgba(255, 255, 255, 0.14)}
.media-headline,
  .main-benefit{font-size:calc(19.2px * .875);font-weight:600;letter-spacing:0.06em;text-transform:uppercase;margin:0 0 1.5rem;opacity:0.72}
.primary-frame{font-style:normal;display:flex;flex-direction:column;gap:0.35rem;font-size:19.2px}
.media-flow{display:block}
.team-content{font-size:calc(19.2px * 1.35);font-weight:700;letter-spacing:0.01em;margin:0 0 1.5rem}
.page-feature{margin:0;max-width:42ch;font-size:calc(19.2px * .875);opacity:0.78}
.content-menu{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:2.15rem}
.compact-wrap{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.4rem}
.direct-story{color:inherit;text-decoration:none;font-size:calc(19.2px * .875);border-bottom:1px solid transparent;transition:border-color 310ms var(--motion-nav), opacity 310ms var(--motion-nav)}
.direct-story:hover,
  .direct-story:focus-visible{border-bottom-color:currentColor;opacity:0.85}
.direct-story:focus-visible{outline:2px solid #B07A4A;outline-offset:3px}
.media-section{display:flex;flex-direction:column;gap:1.5rem;padding-top:calc(2.15rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.14)}
.narrow-section{margin:0;font-size:calc(19.2px * .875);max-width:78ch;opacity:0.78}
.compact-body{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:1.64rem}
.main-note{margin:0;font-size:calc(19.2px * .875);opacity:0.7}
@media (max-width: 900px) {.content-details{grid-template-columns:1fr}.content-menu{grid-template-columns:repeat(2, minmax(0, 1fr))}
  }
@media (max-width: 560px) {.content-menu{grid-template-columns:1fr}.compact-body{flex-direction:column;gap:0.4rem}
  }
.cookies {
    position: fixed;
    left: 1.64rem;
    right: 1.64rem;
    bottom: 1.5rem;
    z-index: 1200;
}
.cookies .media-links {
    margin-left: auto;
    max-width: 440px;
    border-radius: 1.28rem;
    padding: 1.5rem 1.64rem;
    background: #3B3F42;
    color: #F4F2EE;
    box-shadow: 0 18px 40px rgba(0,0,0,0.18);
    border: 1px solid rgba(148, 163, 184, .35);
}
.cookies .visual-entries {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.cookies .visual-entries strong {
    font-size: 16px;
}
.cookies .visual-entries button {
    border: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-size: 13px;
    cursor: pointer;
}
.cookies p {
    margin: 10px 0 0;
}
.cookies .simple-header {
    margin-top: 14px;
    display: flex;
    gap: 8px;
}
.cookies .simple-header button {
    flex: 1;
    border-radius: 0.24rem;
    border: 1px solid rgba(148, 163, 184, .45);
    padding: 9px 12px;
    color: #FFFFFF;
    background: rgba(51, 65, 85, .65);
    cursor: pointer;
}
.cookies .simple-header button.cookie-accept {
    color: #F4F2EE;
    border-color: transparent;
    color: #1B1C1E;
    font-weight: 700;
}
@media (max-width: 760px) {
    .cookies .media-links {
        max-width: none;
    }
}
.quiet-visual{
  --state-static:calc(1.5rem * 1.2);
  --state-active:calc(1660px / 3.1);
  --font-base:calc(1660px / 3.2);
  padding:calc(1.5rem * 2.4) 1.64rem;
  background:#F4F2EE;
  color:#1B1C1E;
}
.quiet-visual .soft-header{max-width:1660px;
  margin:0 auto;}
.quiet-visual h1,
.quiet-visual p{margin:0;}
.quiet-visual h1{font-size:calc(19.2px * 2.65);
  line-height:1.1;
  letter-spacing:-0.01em;}
.quiet-visual p{font-size:19.2px;
  line-height:1.83;}
.quiet-visual a{text-decoration:none;}
.quiet-visual img{display:block;
  width:100%;
  height:auto;
  border-radius:0.83rem;
  box-shadow:0 10px 16px rgba(0,0,0,0.14);}
.quiet-visual .secondary-figure{text-align:center;}
.quiet-visual .secondary-figure img{width:56%;
  margin:0 auto var(--state-static);}
.quiet-visual .secondary-figure .strong-proof{max-width:var(--state-active);
  margin:1.5rem auto 0;
  color:var(--surface-inverse);}
.quiet-visual .narrow-stack{display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:2.15rem;
  margin-top:calc(2.15rem * 1.5);}
.quiet-visual .clear-area{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.24rem;
  background:#3B3F42;
  color:#F4F2EE;
  font-size:calc(19.2px * .875);
  transition:background 310ms var(--motion-nav);
}
.quiet-visual .clear-area:hover{
  background:#2C2F31;color:#1B1C1E;}
.quiet-visual .offer-region{font-size:calc(19.2px * .875);
  color:#3B3F42;
  border-bottom:1px solid #D6D3CD;
  padding-bottom:2px;
  transition:color 310ms var(--motion-nav),border-color 310ms var(--motion-nav);}
.quiet-visual .offer-region:hover{color:inherit;
  border-color:#B07A4A;}
@media (max-width:900px){.quiet-visual .secondary-figure img{
    width:100%;
  }.quiet-visual .narrow-stack{
    gap:calc(1.5rem * .75);
  }
}
.primary-details{--state-static:calc(1.5rem * 1.15);--state-active:calc(1660px / 2.55);padding:calc(1.5rem * 2.4) 1.64rem;background:#B07A4A;color:#1B1C1E;}
.primary-details .soft-header{max-width:1660px;margin:0 auto;}
.primary-details h1,.primary-details h2,.primary-details h3,.primary-details p{margin:0;}
.primary-details h2{font-size:calc(19.2px * 2);line-height:1.12;max-width:var(--state-active);}
.primary-details h3{font-size:calc(19.2px * 1.35);line-height:1.2;}
.primary-details p{font-size:19.2px;line-height:1.83;color:color-mix(in srgb, currentColor 76%, transparent);}
.primary-details a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 45%, transparent);padding-bottom:2px;transition:border-color 310ms var(--motion-nav);}
.primary-details a:hover{border-color:currentColor;}
.primary-details .featured-intro{max-width:var(--state-active);font-size:calc(19.2px * .875);letter-spacing:.01em;}
.primary-details .steady-figure{display:flex;flex-wrap:wrap;gap:var(--state-static);margin-top:var(--state-static);}
.primary-details .team-callout{flex:1 1 calc(1660px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.55rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.primary-details .team-callout p{margin-top:calc(1.5rem / 3.2);}
.primary-details .text-brand>h2{margin-top:calc(var(--state-static) * 1.1);}
.primary-details .narrow-stack{display:flex;flex-wrap:wrap;gap:2.15rem;margin-top:calc(var(--state-static) * .9);font-size:calc(19.2px * .875);}
@media (max-width:720px){.primary-details .team-callout{flex:1 1 100%;}
}
.local-quote{--state-static:calc(1.5rem * 0.9);--state-active:calc(1660px / 2.6);padding:calc(1.5rem * 2.4) 1.64rem;background:#F4F2EE;color:#1B1C1E;}
.local-quote .soft-header{max-width:1660px;margin:0 auto;}
.local-quote h2,.local-quote h3,.local-quote p{margin:0;}
.local-quote h2{font-size:calc(19.2px * 2);line-height:1.12;}
.local-quote h3{font-size:calc(19.2px * 1.35);line-height:1.2;}
.local-quote p{font-size:19.2px;line-height:1.83;}
.local-quote a{color:#3B3F42;text-decoration:none;}
.local-quote a:hover{color:inherit;}
.local-quote .featured-intro{margin:0;font-size:calc(19.2px * .875);letter-spacing:0.06em;text-transform:uppercase;color:var(--surface-inverse);}
.local-quote .strong-proof{margin-top:calc(1.5rem / 2.5);max-width:var(--state-active);color:var(--surface-inverse);}
.local-quote .clear-area{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:#3B3F42;color:#F4F2EE;transition:background 310ms var(--motion-nav);}
.local-quote .clear-area:hover{background:#2C2F31;color:#F4F2EE;}
.local-quote .steady-figure{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.15rem;margin-top:var(--state-static);}
.local-quote .team-callout{flex:1 1 calc(1660px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid #D6D3CD;}
.local-quote .team-callout p{margin-top:calc(1.5rem / 3);color:var(--surface-inverse);}
.local-quote .compact-headline{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.15rem;}
.local-quote .compact-headline>.clear-headline{flex:1 1 auto;min-width:0;}
.local-quote .compact-headline>.clear-area{flex:0 0 auto;}
.local-quote .compact-headline>.steady-figure{flex:1 1 100%;}
.local-quote .clear-headline h2{margin-top:calc(1.5rem / 3);}
.local-quote .narrow-stack{flex:1 1 100%;margin-top:var(--state-static);font-size:calc(19.2px * .875);color:var(--surface-inverse);}
.local-quote .narrow-stack a{text-decoration:underline;text-underline-offset:3px;}
.steady-grid{--state-static:calc(1.5rem * 1.1);--state-active:calc(1660px / 2.6);padding:calc(1.5rem * 2.4) 1.64rem;background:#F4F2EE;color:#1B1C1E;}
.steady-grid .soft-header{max-width:1660px;margin:0 auto;display:flex;flex-direction:column;gap:var(--state-static);}
.steady-grid h2,.steady-grid p{margin:0;}
.steady-grid h2{font-size:calc(19.2px * 2);line-height:1.14;}
.steady-grid .text-shell{display:flex;flex-direction:column;gap:calc(1.5rem / 2.4);max-width:var(--state-active);}
.steady-grid .strong-proof{font-size:calc(19.2px * 1.125);line-height:1.83;}
.steady-grid .quiet-actions{display:flex;flex-direction:column;gap:calc(calc(2.15rem * 1.5) / 1.4);border-top:1px solid #D6D3CD;}
.steady-grid details{padding:calc(2.15rem * 1.5) 0;border-bottom:1px solid #D6D3CD;}
.steady-grid summary{cursor:pointer;font-size:19.2px;font-weight:700;line-height:1.35;list-style:none;display:flex;justify-content:space-between;align-items:baseline;gap:2.15rem;}
.steady-grid summary::-webkit-details-marker{display:none;}
.steady-grid summary::after{content:"+";font-weight:400;font-size:calc(19.2px * 1.125);flex:0 0 auto;}
.steady-grid details[open] summary::after{content:"–";}
.steady-grid details p{margin-top:calc(1.5rem / 2.2);font-size:19.2px;line-height:1.83;max-width:var(--state-active);}
.steady-grid .featured-intro{font-size:calc(19.2px * .875);line-height:1.83;padding-top:calc(2.15rem * 1.5);border-top:1px solid #D6D3CD;}
.steady-grid a{text-decoration:underline;text-underline-offset:3px;}
.steady-grid a:hover{}
@media (max-width:720px){.steady-grid summary{font-size:19.2px;}.steady-grid .strong-proof{font-size:19.2px;}
}
.clear-menu{
        padding: calc(calc(1.5rem * 2.4) * .68) 1.64rem calc(calc(1.5rem * 2.4) * .6);
        background: #F4F2EE;
        color: #1B1C1E;
    }
.clear-menu .clear-footer{max-width: 1660px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2.15rem * 1.5);}
.clear-menu h1{margin: 0;
        max-width: 46rem;
        font-size: clamp(1.95rem, 5vw, calc(19.2px * 2.65));
        line-height: 1.06;
        font-weight: 700;
        letter-spacing: -0.005em;}
.clear-menu .visual-proof{max-width: 40rem;
        padding-left: calc(1.5rem * .75);
        border-left: 2px solid #B07A4A;}
.clear-menu p{margin: 0;
        font-size: clamp(1rem, 1.25vw, 19.2px);
        line-height: 1.72;
        color: var(--surface-inverse);}
@media (max-width: 680px) {.clear-menu{
            padding-top: calc(calc(1.5rem * 2.4) * .5);
            padding-bottom: calc(calc(1.5rem * 2.4) * .46);
        }.clear-menu .visual-proof{
            padding-left: 1.64rem;
        }
    }
.primary-feature{--state-static:calc(1.5rem * 0.92);--state-active:calc(1660px / 3.00);--font-base:calc(1660px / 3.99);padding:calc(1.5rem * 2.4) 1.64rem;background:#3B3F42;color:#F4F2EE;}
.primary-feature .soft-header{max-width:1660px;margin:0 auto;}
.primary-feature h2,.primary-feature h3,.primary-feature p{margin:0;}
.primary-feature h2{font-size:calc(19.2px * 2);line-height:1.12;}
.primary-feature h3{font-size:calc(19.2px * 1.35);line-height:1.2;}
.primary-feature p{font-size:19.2px;line-height:1.83;color:color-mix(in srgb, currentColor 74%, transparent);}
.primary-feature a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 40%, transparent);padding-bottom:2px;}
.primary-feature img{display:block;width:100%;height:auto;border-radius:0.55rem;}
.primary-feature .strong-proof{max-width:var(--state-active);}
.primary-feature .steady-figure{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.15rem;margin-top:var(--state-static);}
.primary-feature .team-callout{flex:1 1 calc(1660px / 4);min-width:0;display:flex;flex-direction:column;}
.primary-feature .team-callout p{margin-bottom:calc(1.5rem / 3);}
.primary-feature .team-callout h3{margin-bottom:calc(1.5rem / 4);}
.primary-feature .team-callout a{width:max-content;max-width:100%;font-size:calc(19.2px * .875);}
.primary-feature .focused-headline>img{margin-top:var(--state-static);max-width:var(--font-base);}
.primary-feature .focused-headline>.strong-proof{margin-top:1.5rem;}
@media (max-width:900px){.primary-feature .team-callout{flex:1 1 100%;}.primary-feature .focused-headline>img{max-width:100%;}
}
.primary-service{
  --state-static:calc(1.5rem * 1.18);
  --state-active:calc(1660px / 2.10);
  padding:calc(1.5rem * 2.4) 1.64rem;
  background:var(--tone-panel);
  color:var(--surface-inverse);
}
.primary-service .soft-header{max-width:1660px;
  margin:0 auto;}
.primary-service h1,
.primary-service h2,
.primary-service h3,
.primary-service p{margin:0;}
.primary-service h2{font-size:calc(19.2px * 2);
  line-height:1.14;
  max-width:var(--state-active);}
.primary-service p{font-size:19.2px;
  line-height:1.83;}
.primary-service a{color:inherit;
  text-decoration:none;}
.primary-service .steady-shell{display:flex;
  flex-direction:column;
  align-items:flex-start;}
.primary-service .steady-shell>.strong-proof{max-width:var(--state-active);}
.primary-service .steady-shell>.featured-intro{max-width:var(--state-active);
  margin-top:calc(2.15rem * 1.5);}
.primary-service .steady-shell>h2{margin-top:calc(2.15rem * 1.5);}
.primary-service .clear-area{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:var(--state-static);
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.24rem;
  background:#3B3F42;
  color:#F4F2EE;
  font-size:19.2px;
  transition:background 310ms var(--motion-nav);
}
.primary-service .clear-area:hover{
  background:#2C2F31;color:#1B1C1E;}
.primary-service .narrow-stack{margin-top:calc(2.15rem * 1.5);
  font-size:calc(19.2px * .875);
  line-height:1.83;
  max-width:var(--state-active);}
.primary-service .narrow-stack a{color:#3B3F42;
  border-bottom:1px solid #D6D3CD;
  transition:color 310ms var(--motion-nav),border-color 310ms var(--motion-nav);}
.primary-service .narrow-stack a:hover{color:inherit;
  border-color:#B07A4A;}
@media (min-width:900px){.primary-service .steady-shell{
    display:grid;
    grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);
    column-gap:2.15rem;
    row-gap:calc(2.15rem * 1.5);
    align-items:start;
  }.primary-service .steady-shell>.strong-proof{
    grid-column:1;
    grid-row:1;
  }.primary-service .steady-shell>h2{
    grid-column:2;
    grid-row:1 / span 2;
    margin-top:0;
  }.primary-service .steady-shell>.featured-intro{
    grid-column:1;
    grid-row:2;
    margin-top:0;
  }.primary-service .steady-shell>.clear-area{
    grid-column:1;
    grid-row:3;
    margin-top:calc(2.15rem * 1.5);
  }.primary-service .steady-shell>.narrow-stack{
    grid-column:2;
    grid-row:3;
    margin-top:calc(2.15rem * 1.5);
  }
}
.offer-grid{--state-static:calc(1.5rem * 1.05);--state-active:calc(1660px / 2.4);--label-large:calc(1660px / 3.6);padding:calc(1.5rem * 2.4) 1.64rem;background:#3B3F42;color:#F4F2EE;}
.offer-grid .soft-header{max-width:1660px;margin:0 auto;}
.offer-grid h2,.offer-grid h3,.offer-grid p{margin:0;}
.offer-grid h2{font-size:calc(19.2px * 2);line-height:1.14;}
.offer-grid h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.offer-grid p{font-size:19.2px;line-height:1.83;color:color-mix(in srgb, currentColor 76%, transparent);}
.offer-grid a{color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;}
.offer-grid a:hover{}
.offer-grid .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.15rem;}
.offer-grid .row-title h2{flex:1 1 calc(1660px / 3);min-width:0;}
.offer-grid .strong-proof{flex:1 1 calc(1660px / 2.6);min-width:0;max-width:var(--state-active);}
.offer-grid .steady-figure{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--state-static) 2.15rem;margin-top:calc(var(--state-static) * .6);padding-top:var(--state-static);border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);}
.offer-grid .team-callout{flex:1 1 var(--label-large);min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:1px solid color-mix(in srgb, currentColor 14%, transparent);}
.offer-grid .team-callout p{margin-top:calc(1.5rem / 3);}
.offer-grid .narrow-stack{flex:1 1 100%;margin-top:calc(var(--state-static) * .5);font-size:calc(19.2px * .875);color:color-mix(in srgb, currentColor 68%, transparent);}
.offer-grid .content-fields{row-gap:var(--state-static);}
@media (max-width:720px){.offer-grid .team-callout{flex:1 1 100%;padding-inline-start:calc(1.5rem * .75);}.offer-grid .strong-proof{max-width:none;}
}
.local-section{
        padding: calc(calc(1.5rem * 2.4) * .7) 1.64rem;
        background: #F4F2EE;
        color: #1B1C1E;
    }
.local-section .clear-footer{max-width: 1660px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: calc(2.15rem * 1.5);}
.local-section h1{margin: 0;
        max-width: 46rem;
        font-size: clamp(2rem, 5vw, calc(19.2px * 2.65));
        line-height: 1.06;
        font-weight: 700;
        text-align: center;
        text-wrap: balance;}
.local-section .visual-proof{max-width: 40rem;
        margin: 0 auto;
        padding-top: calc(2.15rem * 1.5);
        border-top: 1px solid #D6D3CD;}
.local-section p{margin: 0;
        font-size: clamp(1rem, 1.25vw, 19.2px);
        line-height: 1.78;
        text-align: center;}
@media (max-width: 680px) {.local-section{
            padding-top: calc(calc(1.5rem * 2.4) * .5);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }.local-section h1{
            max-width: 100%;
        }.local-section .visual-proof{
            max-width: 100%;
        }
    }
.quiet-body{
  background: #F4F2EE;
  color: #1B1C1E;
  padding: calc(1.5rem * 2.4) 1.64rem;
}
.quiet-body .soft-header{width: min(100%, 1660px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .32fr) minmax(0, 1fr);
  gap: 2.15rem;
  align-items: start;}
.quiet-body h2,
.quiet-body h3,
.quiet-body p{margin: 0;}
.quiet-body h2{font-size: calc(19.2px * 2); line-height: 1.12;}
.quiet-body h3{font-size: calc(19.2px * 1.35); line-height: 1.18;}
.quiet-body p{font-size: 19.2px; line-height: 1.83;}
.quiet-body .main-fields{
  display: grid;
  gap: calc(2.15rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 0.83rem;
  background: var(--tone-panel);
  color: var(--surface-inverse);
}
.quiet-body .main-fields .strong-proof{font-size: 19.2px;}
.quiet-body .main-fields .featured-intro{font-size: calc(19.2px * .875);
  padding-top: calc(2.15rem * 1.5);
  border-top: 1px solid #D6D3CD;}
.quiet-body .service-details{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.quiet-body .team-callout{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 1.5rem;
  padding: calc(1.5rem * .75);
  border: 1px solid #D6D3CD;
  border-radius: 0.83rem;
  background: #FFFFFF;
  color: #1B1C1E;
  align-items: center;
}
.quiet-body .public-rail{display: flex;
  align-items: center;
  gap: calc(2.15rem * 1.5);}
.quiet-body .public-rail img{width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 0.55rem;
  flex-shrink: 0;}
.quiet-body .id{display: grid; gap: 0.35rem;}
.quiet-body .id b{font-size: calc(19.2px * .875);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;color:inherit;}
.quiet-body .team-callout p{font-size: 19.2px;}
.quiet-body .primary-headline{
  grid-column: 1 / -1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.15rem;
  padding: 1.5rem;
  border-radius: 0.83rem;
  background: #2C2F31;
  color: #F4F2EE;
}
.quiet-body .primary-headline p{max-width: 62ch;}
.quiet-body .primary-headline a{color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;
  font-size: 19.2px;}
.quiet-body .primary-headline a:hover{color:inherit;}
@media (max-width: 900px) {.quiet-body .soft-header{ grid-template-columns: 1fr; }.quiet-body .team-callout{ grid-template-columns: 1fr; }.quiet-body .primary-headline{ flex-direction: column; align-items: flex-start; }
}
@media (max-width: 520px) {.quiet-body .public-rail{ flex-direction: column; align-items: flex-start; }.quiet-body .public-rail img{ width: 100%; height: 180px; }
}
.content-unit{padding:calc(1.5rem * 2.4) 1.64rem;background:#B07A4A;color:#1B1C1E}
.content-unit .soft-header{max-width:1660px;margin:0 auto}
.content-unit .text-shell{max-width:44rem;margin:0;font-size:calc(19.2px * 1.125);line-height:1.83}
.content-unit h2{max-width:18ch;margin:1.5rem 0 calc(2.15rem * 1.5);font-size:calc(19.2px * 2.65);line-height:1.05}
.content-unit .media-panel{display:flex;flex-direction:column;border-top:1px solid rgba(27,28,30,0.18)}
.content-unit [data-voice]{width:min(100%,46rem);padding:1.5rem 0;border-bottom:1px solid rgba(27,28,30,0.18);align-self:var(--axis-soft,flex-start);text-align:var(--line-light,left)}
.content-unit h3{margin:0;font-size:calc(19.2px * 1.35);line-height:1.2}
.content-unit [data-voice] p{margin:calc(1.5rem * .75) 0 0;line-height:1.83;opacity:.92}
@media(max-width:620px){.content-unit [data-voice]{align-self:flex-start!important;text-align:left!important;width:100%}.content-unit h2{max-width:none}
}
.direct-shell{
        padding: calc(calc(1.5rem * 2.4) * .68) 1.64rem;
        background: #F4F2EE;
        color: #1B1C1E;
    }
.direct-shell .clear-footer{max-width: 1660px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: calc(2.15rem * 1.5);}
.direct-shell h1{margin: 0;
        font-size: clamp(1.9rem, 4.4vw, calc(19.2px * 2.65));
        line-height: 1.06;
        font-weight: 700;
        letter-spacing: -0.01em;
        max-width: 44rem;}
.direct-shell .visual-proof{max-width: 40rem;
        padding-left: 1.1rem;
        border-left: 2px solid #B07A4A;}
.direct-shell p{margin: 0;
        font-size: clamp(1rem, 1.25vw, 19.2px);
        line-height: 1.75;
        color: var(--surface-inverse, #3B3F42);}
@media (max-width: 680px) {.direct-shell{
            padding-top: calc(calc(1.5rem * 2.4) * .5);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }.direct-shell .visual-proof{
            padding-left: 0.85rem;
        }
    }
.page-service{
  padding: calc(1.5rem * 2.4) 1.64rem;
  background: #2C2F31;
  color: #F4F2EE;
}
.page-service .soft-header{max-width: min(1660px, 68rem);
  margin: 0 auto;}
.page-service .text-shell{max-width: 46rem;
  margin-bottom: calc(2.15rem * 1.5);}
.page-service h2{margin: 0;
  font-size: calc(19.2px * 2);
  line-height: 1.1;}
.page-service .team-body{margin: calc(1.5rem * .75) 0 0;
  font-size: 19.2px;
  line-height: 1.83;
  color: #D6D3CD;}
.page-service .media-panel{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2.15rem;}
.page-service .team-callout{flex: 1 1 min(100%, 20rem);
  margin: 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3B3F42;}
.page-service .contact-copy{margin: 0 0 calc(1.5rem * .75);
  font-size: 19.2px;
  line-height: 1.7;
  color: #D6D3CD;}
.page-service .public-rail{display: flex;
  flex-direction: column;
  gap: 0.2rem;}
.page-service .primary-team{font-weight: 700;
  font-size: 19.2px;}
.page-service .public-rail small{font-size: calc(19.2px * .875);color:inherit;}
.page-service .compact-rail{margin-top: calc(2.15rem * 1.5);
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3B3F42;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: calc(1.5rem * .75);}
.page-service .clear-stack{margin: 0;
  max-width: 42rem;
  font-size: calc(19.2px * .875);
  color: #D6D3CD;}
.page-service .narrow-stack{font-size: calc(19.2px * .875);
  font-weight: 700;color:inherit;
  text-decoration: none;
  border-bottom: 1px solid #B07A4A;
  padding-bottom: 0.15rem;}
.page-service .narrow-stack:hover{border-bottom-color: #F4F2EE;}
@media (max-width: 700px) {.page-service .media-panel{
    display: block;
  }.page-service .team-callout + .team-callout{
    margin-top: 2.15rem;
  }.page-service .compact-rail{
    display: block;
  }.page-service .narrow-stack{
    display: inline-block;
    margin-top: calc(1.5rem * .75);
  }
}
.clear-figure{padding:calc(1.5rem * 2.4) 1.64rem;background:linear-gradient(135deg, #2C2F31 0%, #3B3F42 55%, #4A4E51 100%);color:#F4F2EE}
.clear-figure .soft-header{max-width:1660px;margin:0 auto}
.clear-figure .strong-service{max-width:54rem;margin-bottom:calc(2.15rem * 1.5)}
.clear-figure h2{margin:0;font-size:calc(19.2px * 2.65);line-height:1.04}
.clear-figure .strong-service p{max-width:42rem;margin:1.5rem 0 0;font-size:calc(19.2px * 1.125);line-height:1.83}
.clear-figure .direct-media{display:flex;align-items:flex-start;gap:calc(2.15rem * 1.5)}
.clear-figure .quiet-actions{flex:0 1 19rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75);border-left:1px solid rgba(244,242,238,0.18);padding-left:calc(1.5rem * .75)}
.clear-figure button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 310ms var(--motion-nav),transform 310ms var(--motion-nav)}
.clear-figure button:hover,.clear-figure button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.3))}
.clear-figure .team-list{flex:1 1 30rem;align-self:start}
.clear-figure [data-response]{display:none}
.clear-figure [data-response].is-active{display:block;animation:clarifyFocusIn calc(310ms*1.8) var(--motion-nav) both}
.clear-figure h3{margin:0;font-size:calc(19.2px * 2);line-height:1.1}
.clear-figure [data-response] p{max-width:50rem;margin:1.5rem 0 0;font-size:calc(19.2px * 1.125);line-height:1.83}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(2.15rem * 2)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.clear-figure .direct-media{display:block}.clear-figure .quiet-actions{margin-bottom:calc(2.15rem * 1.5);border-left:0;padding-left:0}}
@media(prefers-reduced-motion:reduce){.clear-figure [data-response].is-active{animation:none}}
.site-proof{
  --state-static:calc(1.5rem * 1.18);
  --layer-main:calc(1660px / 5.6);
  padding:calc(1.5rem * 2.4) 1.64rem;
  background:#F4F2EE;
  color:#1B1C1E;
}
.site-proof .soft-header{max-width:1660px;
  margin:0 auto;}
.site-proof h2,
.site-proof h3,
.site-proof p{margin:0;}
.site-proof h2{font-size:calc(19.2px * 2);
  line-height:1.14;}
.site-proof h3{font-size:calc(19.2px * 1.35);
  line-height:1.22;}
.site-proof p{font-size:19.2px;
  line-height:1.83;}
.site-proof .text-shell{max-width:calc(1660px / 1.85);}
.site-proof .strong-proof{margin-top:calc(2.15rem * 1.5);
  color:var(--surface-inverse);}
.site-proof .compact-rail{display:flex;
  flex-wrap:wrap;
  align-items:stretch;
  gap:2.15rem;
  margin-top:var(--state-static);}
.site-proof .team-callout{
  flex:1 1 calc(1660px / 4.2);
  min-width:0;
  display:flex;
  flex-direction:column;
  background:#FFFFFF;
  color:#1B1C1E;
  border:1px solid #D6D3CD;
  border-radius:0.83rem;
  overflow:hidden;
}
.site-proof .wide-list{
  width:100%;
  height:var(--layer-main);
  background:var(--tone-panel);color:var(--surface-inverse);}
.site-proof .wide-list img{display:block;
  width:100%;
  height:100%;
  object-fit:cover;}
.site-proof .top-entries{display:flex;
  flex-direction:column;
  gap:calc(calc(2.15rem * 1.5) / 1.4);
  padding:calc(1.5rem * .75);
  flex:1 1 auto;}
.site-proof .featured-intro{font-size:calc(19.2px * .875);
  color:var(--surface-inverse);}
.site-proof .clear-area{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  margin-top:auto;
  padding:calc(calc(1.5rem * .75) / 1.6) 1.5rem;
  border-radius:0.24rem;
  background:#3B3F42;
  color:#F4F2EE;
  font-size:calc(19.2px * .875);
  text-decoration:none;
  transition:background 310ms var(--motion-nav);
}
.site-proof .clear-area:hover{
  background:#2C2F31;color:#1B1C1E;}
.site-proof .narrow-stack{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:2.15rem;
  margin-top:var(--state-static);
  padding-top:calc(2.15rem * 1.5);
  border-top:1px solid #D6D3CD;
  font-size:calc(19.2px * .875);}
.site-proof .narrow-stack span{color:var(--surface-inverse);}
.site-proof .narrow-stack a{color:#3B3F42;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 310ms var(--motion-nav), border-color 310ms var(--motion-nav);}
.site-proof .narrow-stack a:hover{color:inherit;
  border-bottom-color:#B07A4A;}
@media (max-width:900px){.site-proof .team-callout{
    flex:1 1 100%;
  }.site-proof .wide-list{
    height:calc(1660px / 3.4);
  }
}
.secondary-plan{
        padding: calc(calc(1.5rem * 2.4) * .68) 1.64rem;
        background: var(--tone-panel, #E7E4DE);
        color: var(--surface-inverse, #3B3F42);
    }
.secondary-plan .clear-footer{max-width: 1660px;
        margin: 0 auto;}
.secondary-plan .strong-proof{max-width: 60rem;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(2.15rem * 1.5);}
.secondary-plan h1{margin: 0;
        font-size: clamp(1.9rem, 4.6vw, calc(19.2px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.01em;
        text-align: left;}
.secondary-plan p{margin: 0;
        max-width: 46rem;
        font-size: clamp(1rem, 1.25vw, 19.2px);
        line-height: 1.74;}
@media (max-width: 680px) {.secondary-plan{
            padding-top: calc(calc(1.5rem * 2.4) * .5);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }.secondary-plan .strong-proof{
            gap: calc(1.5rem * .75);
        }
    }
.page-quote{
  background: #F4F2EE;
  color: #1B1C1E;
  padding: calc(1.5rem * 2.4) 1.64rem;
}
.page-quote .soft-header{width: min(100%, 1660px);
  margin: 0 auto;
  display: flex;
  gap: calc(2.15rem * 1.5);
  align-items: flex-start;}
.page-quote h2,
.page-quote p{margin: 0;}
.page-quote .text-shell{flex: 0 0 min(26rem, 34%);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: sticky;
  top: 1.5rem;}
.page-quote h2{font-size: calc(19.2px * 2);
  line-height: 1.08;
  letter-spacing: -0.01em;}
.page-quote .text-shell p,
.page-quote .main-proof p{color: var(--surface-inverse);
  line-height: 1.83;}
.page-quote .steady-figure{flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.page-quote .main-proof{display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: calc(1.5rem * .75) 0;
  border-top: 1px solid #D6D3CD;}
.page-quote .main-proof:last-child{border-bottom: 1px solid #D6D3CD;}
.page-quote .media-footer{
  display: block;
  flex: 0 0 11rem;
  width: 11rem;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.55rem;
  background: var(--tone-panel);color:var(--surface-inverse);}
.page-quote strong{font-size: calc(19.2px * 1.35);
  line-height: 1.16;
  display: block;}
.page-quote .main-proof p{margin-top: calc(1.5rem * .75);}
@media (max-width: 960px) {.page-quote .soft-header{ flex-direction: column; }.page-quote .text-shell{
    position: static;
    flex: 1 1 auto;
  }
}
@media (max-width: 560px) {.page-quote .main-proof{ flex-direction: column; align-items: flex-start; }.page-quote .media-footer{ width: 100%; flex-basis: auto; }
}
.public-grid{padding:calc(1.5rem * 2.4) 1.64rem;background:var(--tone-panel);color:var(--surface-inverse)}
.public-grid .soft-header{max-width:1660px;margin:0 auto}
.public-grid .text-shell{max-width:44rem;margin-bottom:calc(2.15rem * 1.5)}
.public-grid h2{margin:0;font-size:calc(19.2px * 2);line-height:1.12}
.public-grid .text-shell p{margin:1.5rem 0 0;font-size:calc(19.2px * 1.125);line-height:1.83}
.public-grid .compact-rail{display:flex;flex-wrap:wrap;gap:2.15rem;border-top:1px solid #D6D3CD;padding-top:1.5rem}
.public-grid .team-callout{flex:1 1 18rem;min-width:16rem;padding:0 0 calc(1.5rem * .75)}
.public-grid .team-callout h3{margin:0;font-size:calc(19.2px * 1.35);line-height:1.2}
.public-grid .team-callout p{margin:calc(1.5rem * .75) 0 0;font-size:19.2px;line-height:1.83}
.public-grid .narrow-stack{margin-top:calc(2.15rem * 1.5);padding-top:1.5rem;border-top:1px solid #D6D3CD;font-size:19.2px}
.public-grid .narrow-stack p{margin:0}
.public-grid .narrow-stack a{text-decoration:underline;text-underline-offset:3px}
.public-grid .narrow-stack a:hover{}
@media(max-width:760px){.public-grid .compact-rail{flex-direction:column;gap:1.5rem}.public-grid .team-callout{flex:1 1 auto;min-width:0}}
.compact-service{--state-static:calc(1.5rem * 1.2);--state-active:calc(1660px / 3.05);padding:calc(1.5rem * 2.4) 1.64rem;background:#F4F2EE;color:#1B1C1E;}
.compact-service .soft-header{max-width:1660px;margin:0 auto;}
.compact-service h2,.compact-service h3,.compact-service p{margin:0;}
.compact-service h2{font-size:calc(19.2px * 2);line-height:1.12;}
.compact-service h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.compact-service p{font-size:19.2px;line-height:1.83;color:var(--surface-inverse);}
.compact-service a{color:#3B3F42;text-decoration:none;}
.compact-service a:hover{color:inherit;}
.compact-service img{display:block;width:100%;height:auto;border-radius:0.55rem;}
.compact-service .simple-menu{display:flex;flex-wrap:wrap;align-items:flex-end;gap:2.15rem;}
.compact-service .simple-menu h2{flex:1 1 calc(1660px / 3);min-width:0;}
.compact-service .simple-menu .strong-proof{flex:1 1 calc(1660px / 3);min-width:0;max-width:var(--state-active);}
.compact-service .steady-figure{display:flex;flex-wrap:wrap;gap:var(--state-static);margin-top:var(--state-static);}
.compact-service .team-callout{flex:1 1 calc(1660px / 3.4);min-width:0;display:flex;flex-direction:column;gap:calc(calc(1.5rem * .75) * .7);padding:calc(calc(1.5rem * .75) * .85);border-radius:0.83rem;background:#FFFFFF;color:#1B1C1E;border:1px solid #D6D3CD;}
.compact-service .team-callout p{color:var(--surface-inverse);}
.compact-service .wide-list{border-radius:0.55rem;overflow:hidden;}
.compact-service .narrow-stack{align-self:flex-start;margin-top:auto;padding-top:calc(calc(1.5rem * .75) * .4);font-size:calc(19.2px * .875);border-top:1px solid #D6D3CD;width:100%;}
.compact-service .featured-intro{margin-top:var(--state-static);font-size:calc(19.2px * .875);color:var(--surface-inverse);}
.compact-service .featured-intro a{text-decoration:underline;}
@media (max-width:720px){.compact-service .simple-menu h2,.compact-service .simple-menu .strong-proof{flex:1 1 100%;}.compact-service .team-callout{flex:1 1 100%;}
}
.direct-summary{
        padding: calc(calc(1.5rem * 2.4) * .78) 1.64rem;
        background: #F4F2EE;
        color: #1B1C1E;
    }
.direct-summary .clear-footer{max-width: 1660px;
        margin: 0 auto;
        display: flex;
        justify-content: center;}
.direct-summary .strong-proof{max-width: 46rem;
        text-align: left;
        border-left: 2px solid #B07A4A;
        padding-left: calc(1.5rem * .75);}
.direct-summary h1{margin: 0;
        font-size: clamp(1.9rem, 4.6vw, calc(19.2px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.01em;}
.direct-summary .content-brand{margin: calc(2.15rem * 1.5) 0 0;
        font-size: clamp(1rem, 1.25vw, 19.2px);
        line-height: 1.7;
        color: var(--surface-inverse, #3B3F42);
        max-width: 34rem;}
@media (max-width: 680px) {.direct-summary{
            padding-top: calc(calc(1.5rem * 2.4) * .58);
            padding-bottom: calc(calc(1.5rem * 2.4) * .58);
        }.direct-summary .strong-proof{
            padding-left: calc(2.15rem * 1.5);
        }
    }
.page-shell{padding:calc(1.5rem * 2.4) 1.64rem;background:linear-gradient(135deg, #2C2F31 0%, #3B3F42 55%, #4A4E51 100%);color:#F4F2EE;}
.page-shell .soft-header{max-width:1660px;margin:0 auto;}
.page-shell .simple-menu{margin-bottom:calc(2.15rem * 1.5);max-width:60ch;}
.page-shell .simple-menu p{margin:0;font-size:calc(19.2px * .875);font-weight:700;letter-spacing:.04em;text-transform:uppercase;opacity:.85;}
.page-shell .simple-menu h2{margin:1.64rem 0 0;font-size:calc(19.2px * 2);line-height:1.2;}
.page-shell .top-entries{display:flex;flex-direction:column;gap:calc(2.15rem * 1.5);}
.page-shell .strong-proof{max-width:72ch;}
.page-shell .strong-proof p{margin:0;font-size:19.2px;opacity:.92;}
.page-shell .steady-figure{display:flex;flex-wrap:wrap;gap:2.15rem;}
.page-shell .team-callout{flex:1 1 320px;min-width:280px;padding:calc(1.5rem * .75);border-radius:0.83rem;border:1px solid color-mix(in srgb, currentColor 14%, transparent);background:color-mix(in srgb, currentColor 10%, transparent);}
.page-shell .team-callout .main-headline{display:inline-block;font-size:calc(19.2px * .875);font-weight:700;letter-spacing:.03em;text-transform:uppercase;opacity:.8;}
.page-shell .team-callout h3{margin:1.64rem 0;font-size:calc(19.2px * 1.35);line-height:1.3;}
.page-shell .team-callout p{margin:0;font-size:19.2px;opacity:.92;}
.page-shell .team-callout a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.page-shell .team-callout a:hover{}
.page-shell .featured-intro{margin-top:calc(2.15rem * 1.5);padding-top:calc(2.15rem * 1.5);border-top:1px solid color-mix(in srgb, currentColor 18%, transparent);max-width:72ch;}
.page-shell .featured-intro p{margin:0 0 1.64rem;font-size:19.2px;opacity:.9;}
.page-shell .featured-intro .narrow-stack{margin:0;font-size:calc(19.2px * .875);}
.page-shell .featured-intro .narrow-stack a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.page-shell .featured-intro .narrow-stack a:hover{}
@media (max-width:640px){.page-shell .team-callout{flex:1 1 100%;}
    }
.primary-fields{--state-static:calc(1.5rem * 0.95);--state-active:calc(1660px / 2.70);padding:calc(1.5rem * 2.4) 1.64rem;background:#F4F2EE;color:#1B1C1E;}
.primary-fields .soft-header{max-width:1660px;margin:0 auto;}
.primary-fields h2,.primary-fields h3,.primary-fields p{margin:0;}
.primary-fields h2{font-size:calc(19.2px * 2);line-height:1.12;}
.primary-fields h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.primary-fields p{font-size:19.2px;line-height:1.83;}
.primary-fields .strong-proof{color:#1B1C1E;}
.primary-fields .featured-intro{margin-top:calc(2.15rem * 1.5);font-size:calc(19.2px * .875);color:var(--surface-inverse);background:var(--tone-panel);padding:calc(1.5rem * .75) 1.64rem;border-radius:0.55rem;}
.primary-fields .steady-figure{display:flex;flex-direction:column;gap:var(--state-static);margin-top:0;}
.primary-fields .team-callout{min-width:0;padding-left:1.64rem;border-left:2px solid #D6D3CD;}
.primary-fields .team-callout p{margin-top:calc(1.5rem / 3.2);color:var(--surface-inverse);}
.primary-fields .text-intro{display:flex;align-items:flex-start;gap:2.15rem;}
.primary-fields .text-intro>.clear-headline{flex:1 1 calc(1660px / 3);min-width:0;max-width:var(--state-active);}
.primary-fields .text-intro>.steady-figure{flex:2 1 calc(1660px / 2);}
.primary-fields .clear-headline .strong-proof{margin-top:1.5rem;}
@media(max-width:760px){.primary-fields .text-intro{flex-direction:column;}.primary-fields .text-intro>.steady-figure{margin-top:var(--state-static);}.primary-fields .text-intro>.clear-headline{max-width:none;}}
.direct-feature{--state-static:calc(1.5rem * 1.25);--state-active:calc(1660px / 2.40);--font-base:calc(1660px / 3.40);padding:calc(1.5rem * 2.4) 1.64rem;background:#B07A4A;color:#1B1C1E;}
.direct-feature .soft-header{max-width:1660px;margin:0 auto;}
.direct-feature h1,.direct-feature h2,.direct-feature h3,.direct-feature p{margin:0;}
.direct-feature h2{font-size:calc(19.2px * 2);line-height:1.14;}
.direct-feature h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.direct-feature p{font-size:19.2px;line-height:1.83;color:color-mix(in srgb, currentColor 78%, transparent);}
.direct-feature a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.direct-feature a:hover{}
.direct-feature img{display:block;width:100%;height:auto;border-radius:0.55rem;}
.direct-feature .strong-proof{margin-top:1.5rem;max-width:var(--state-active);}
.direct-feature .steady-figure{display:flex;flex-direction:column;gap:var(--state-static);}
.direct-feature .team-callout{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid color-mix(in srgb, currentColor 30%, transparent);}
.direct-feature .team-callout p{margin-top:calc(1.5rem / 3.2);}
.direct-feature .page-team{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.15rem;}
.direct-feature .page-team>.clear-headline{flex:1 1 calc(1660px / 3.2);min-width:0;}
.direct-feature .page-team>.steady-figure{flex:2 1 calc(1660px / 2.1);}
.direct-feature .page-team>img{margin-left:auto;max-width:var(--font-base);}
@media (max-width:900px){.direct-feature .page-team>img{margin-left:0;max-width:100%;}
}
.clear-details{
        padding: calc(calc(1.5rem * 2.4) * .68) 1.64rem;
        background: #F4F2EE;
        color: #1B1C1E;
    }
.clear-details .clear-footer{max-width: 1660px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;}
.clear-details h1{margin: 0;
        max-width: 46rem;
        font-size: clamp(1.95rem, 5vw, calc(19.2px * 2.65));
        line-height: 1.06;
        font-weight: 700;
        letter-spacing: -0.01em;
        text-align: center;}
.clear-details .visual-proof{max-width: 40rem;
        margin: calc(2.15rem * 1.5) auto 0;
        padding-top: calc(2.15rem * 1.5);
        border-top: 1px solid #D6D3CD;
        text-align: center;}
.clear-details p{margin: 0;
        font-size: clamp(1rem, 1.3vw, 19.2px);
        line-height: 1.74;
        color: var(--surface-inverse);}
@media (max-width: 680px) {.clear-details{
            padding-top: calc(calc(1.5rem * 2.4) * .5);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }.clear-details h1{
            max-width: 100%;
        }.clear-details .visual-proof{
            max-width: 100%;
        }
    }
.main-form{
  padding: calc(1.5rem * 2.4) 1.64rem;
  background: #3B3F42;
  color: #F4F2EE;
}
.main-form .soft-header{max-width: 1660px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(2.15rem * 1.5);
  align-items: flex-start;}
.main-form .clear-area{
  flex: 1 1 320px;
  padding: calc(1.5rem * .75);
  border-radius: 0.83rem;
  background: #F4F2EE;
  color: #1B1C1E;
}
.main-form .clear-area .strong-proof{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(19.2px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;}
.main-form h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(19.2px * 2);
  line-height: 1.12;}
.main-form .clear-area .clear-headline{margin: 0 0 calc(1.5rem * .75);
  font-size: 19.2px;
  line-height: 1.83;}
.main-form a{
  display: inline-flex;
  padding: calc(calc(1.5rem * .75) * .7) calc(1.5rem * .75);
  border-radius: 0.55rem;
  background: #B07A4A;
  color: #1B1C1E;
  text-decoration: none;
  font-size: 19.2px;
  transition: background 310ms var(--motion-nav);
}
.main-form a:hover{
  background: #96633A;color:#1B1C1E;}
.main-form .plain-footer{flex: 1 1 420px;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.main-form .plain-footer > p{margin: 0;
  font-size: calc(19.2px * 1.125);
  line-height: 1.4;}
.main-form .featured-list{
  padding: calc(1.5rem * .75);
  border-radius: 0.55rem;
  background: #2C2F31;
  color: #F4F2EE;
  display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * .35);
}
.main-form .featured-list strong{font-size: 19.2px;
  font-weight: 600;}
.main-form .featured-list span{font-size: calc(19.2px * .875);
  line-height: 1.55;
  opacity: .85;}
@media (max-width: 760px) {.main-form .soft-header{
    flex-direction: column;
  }
}
.strong-region{--state-static:calc(1.5rem * 1.25);--state-active:calc(1660px / 2.4);padding:calc(1.5rem * 2.4) 1.64rem;background:#F4F2EE;color:#1B1C1E;}
.strong-region .soft-header{max-width:1660px;margin:0 auto;}
.strong-region h1,.strong-region h2,.strong-region h3,.strong-region p{margin:0;}
.strong-region h2{font-size:calc(19.2px * 2);line-height:1.12;}
.strong-region h3{font-size:calc(19.2px * 1.35);line-height:1.24;}
.strong-region p{font-size:19.2px;line-height:1.83;color:var(--surface-inverse);}
.strong-region a{color:#3B3F42;text-decoration:none;border-bottom:1px solid #D6D3CD;transition:color 310ms var(--motion-nav),border-color 310ms var(--motion-nav);}
.strong-region a:hover{color:inherit;border-color:#B07A4A;}
.strong-region .compact-headline{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.15rem;}
.strong-region .clear-headline{flex:1 1 22rem;min-width:0;max-width:var(--state-active);}
.strong-region .clear-headline .strong-proof{margin-top:calc(2.15rem * 1.5);}
.strong-region .clear-area{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(calc(1.5rem * .75) * .85) 1.5rem;border-radius:0.24rem;background:#3B3F42;color:#F4F2EE;border-bottom:0;font-size:calc(19.2px * .875);letter-spacing:.02em;}
.strong-region .clear-area:hover{background:#2C2F31;color:#F4F2EE;}
.strong-region .quiet-actions{flex:1 1 100%;display:flex;flex-direction:column;gap:0;margin-top:calc(2.15rem * 1.5);border-top:1px solid #D6D3CD;}
.strong-region .team-callout{padding:calc(2.15rem * 1.5) 0;border-bottom:1px solid #D6D3CD;}
.strong-region .team-callout h3{max-width:calc(1660px / 1.9);}
.strong-region .team-callout p{margin-top:calc(1.5rem / 3);max-width:calc(1660px / 1.65);}
.strong-region .narrow-stack{margin-top:calc(2.15rem * 1.5);font-size:calc(19.2px * .875);}
@media (max-width:720px){.strong-region .clear-headline{max-width:none;}.strong-region .team-callout h3,.strong-region .team-callout p{max-width:none;}
}
.wide-menu{padding:calc(1.5rem * 2.4) 1.64rem;background:var(--tone-panel);color:var(--surface-inverse);}
.wide-menu .soft-header{max-width:1660px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.15rem * 1.5);}
.wide-menu .simple-menu{max-width:62ch;}
.wide-menu .simple-menu p{margin:0;font-size:calc(19.2px * .875);letter-spacing:.04em;text-transform:uppercase;opacity:.75;}
.wide-menu .simple-menu h2{margin:.4rem 0 0;font-size:calc(19.2px * 2);line-height:1.2;}
.wide-menu .text-shell{max-width:70ch;}
.wide-menu .text-shell p{margin:0;font-size:19.2px;}
.wide-menu .site-team{display:flex;flex-wrap:wrap;gap:2.15rem;}
.wide-menu .narrow-stack{flex:1 1 320px;background:#FFFFFF;color:#1B1C1E;border:1px solid #D6D3CD;border-radius:0.83rem;padding:calc(1.5rem * .75);box-shadow:0 2px 8px rgba(0,0,0,0.11);}
.wide-menu .narrow-stack .media-rail{display:inline-block;font-size:calc(19.2px * .875);padding:.15rem .55rem;border-radius:0.24rem;background:#B07A4A;color:#1B1C1E;}
.wide-menu .narrow-stack h3{margin:1.64rem 0 .5rem;font-size:calc(19.2px * 1.35);}
.wide-menu .narrow-stack p{margin:0;}
.wide-menu .narrow-stack a{text-decoration:underline;text-underline-offset:3px;}
.wide-menu .narrow-stack a:hover{}
.wide-menu .clear-wrap{max-width:78ch;border-top:1px solid #D6D3CD;padding-top:calc(2.15rem * 1.5);}
.wide-menu .clear-wrap p{margin:0;}
.wide-menu .clear-wrap a{text-decoration:underline;text-underline-offset:3px;}
.wide-menu .clear-wrap a:hover{}
.offer-content{
        padding: calc(calc(1.5rem * 2.4) * .68) 1.64rem;
        background: #F4F2EE;
        color: #1B1C1E;
    }
.offer-content .clear-footer{max-width: 1660px;
        margin: 0 auto;
        display: flex;
        justify-content: center;}
.offer-content .strong-proof{max-width: 60rem;
        text-align: center;}
.offer-content h1{margin: 0;
        font-size: clamp(1.95rem, 4.6vw, calc(19.2px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.01em;}
.offer-content .visual-proof{max-width: 42rem;
        margin: calc(2.15rem * 1.5) auto 0;}
.offer-content p{margin: 0;
        font-size: clamp(1rem, 1.2vw, 19.2px);
        line-height: 1.74;
        color: var(--surface-inverse, #3B3F42);}
@media (max-width: 680px) {.offer-content{
            padding-top: calc(calc(1.5rem * 2.4) * .5);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }.offer-content .visual-proof{
            margin-top: calc(1.5rem * .75);
        }
    }
.steady-entries{--state-static:calc(1.5rem * 1.2);--layer-control:calc(1660px / 3.3);padding:calc(1.5rem * 2.4) 1.64rem;background:#F4F2EE;color:#1B1C1E;}
.steady-entries .soft-header{max-width:1660px;margin:0 auto;}
.steady-entries h2,.steady-entries h3,.steady-entries p{margin:0;}
.steady-entries h2{font-size:calc(19.2px * 2);line-height:1.14;}
.steady-entries h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.steady-entries p{font-size:19.2px;line-height:1.83;}
.steady-entries img{display:block;width:100%;height:auto;border-radius:0.55rem;}
.steady-entries a{color:#3B3F42;text-decoration:underline;text-underline-offset:3px;}
.steady-entries a:hover{color:inherit;}
.steady-entries .text-shell{display:flex;flex-wrap:wrap;gap:2.15rem;align-items:flex-start;}
.steady-entries .text-shell>h2{flex:1 1 var(--layer-control);min-width:0;}
.steady-entries .text-shell>.strong-proof{flex:1 1 var(--layer-control);min-width:0;color:var(--surface-inverse);}
.steady-entries .steady-figure{display:flex;flex-wrap:wrap;gap:var(--state-static);margin-top:var(--state-static);}
.steady-entries .team-callout{flex:1 1 var(--layer-control);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(calc(1.5rem * .75) * .9);border:1px solid #D6D3CD;border-radius:0.83rem;background:#FFFFFF;color:#1B1C1E;}
.steady-entries .team-callout p{color:var(--surface-inverse);}
.steady-entries .team-callout a{margin-top:auto;font-size:calc(19.2px * .875);}
.steady-entries .narrow-stack{margin-top:var(--state-static);font-size:calc(19.2px * .875);color:var(--surface-inverse);}
@media (max-width:720px){.steady-entries .text-shell>h2,.steady-entries .text-shell>.strong-proof,.steady-entries .team-callout{flex:1 1 100%;}
}
.steady-proof{padding:calc(1.5rem * 2.4) 1.64rem;background:var(--tone-panel);color:var(--surface-inverse)}
.steady-proof .soft-header{max-width:1660px;margin:0 auto}
.steady-proof .service-steps{display:grid;grid-template-columns:minmax(0,0.9fr) minmax(0,1.4fr);gap:calc(2.15rem * 1.5);align-items:start}
.steady-proof .text-shell{min-width:0}
.steady-proof h2{margin:0;font-size:calc(19.2px * 2);line-height:1.1}
.steady-proof .text-shell p{margin:1.5rem 0 0;font-size:19.2px;line-height:1.83}
.steady-proof .team-frame{display:flex;flex-direction:column;gap:0;border-top:1px solid #D6D3CD}
.steady-proof .team-frame a{display:block;min-width:0;padding:1.5rem 0;border-bottom:1px solid #D6D3CD;text-decoration:none;color:inherit}
.steady-proof .team-frame a:hover strong{}
.steady-proof strong{display:block;font-size:calc(19.2px * 1.35);line-height:1.2;transition:color 310ms var(--motion-nav)}
.steady-proof span{display:block;margin-top:calc(1.5rem * .75);font-size:calc(19.2px * .875);line-height:1.83}
@media(max-width:780px){.steady-proof .service-steps{display:block}.steady-proof .team-frame{margin-top:calc(2.15rem * 1.5)}.steady-proof h2{font-size:calc(19.2px * 1.35)}}
.row---view-second-hero-block{
        padding: calc(calc(1.5rem * 2.4) * .68) 1.64rem calc(calc(1.5rem * 2.4) * .82);
        background: #F4F2EE;
        color: #1B1C1E;
    }
.row---view-second-hero-block .clear-footer{max-width: 1660px;
        margin: 0 auto;
        display: flex;
        justify-content: center;}
.row---view-second-hero-block .strong-proof{max-width: 46rem;
        padding-left: 1.64rem;
        border-left: 2px solid #B07A4A;}
.row---view-second-hero-block h1{margin: 0;
        font-size: clamp(2rem, 4.4vw, calc(19.2px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.01em;}
.row---view-second-hero-block p{margin: calc(2.15rem * 1.5) 0 0;
        font-size: clamp(1rem, 1.25vw, 19.2px);
        line-height: 1.78;
        color: var(--surface-inverse, #3B3F42);}
@media (max-width: 680px) {.row---view-second-hero-block{
            padding-top: calc(calc(1.5rem * 2.4) * .5);
            padding-bottom: calc(calc(1.5rem * 2.4) * .58);
        }.row---view-second-hero-block .strong-proof{
            padding-left: 1.64rem;
        }
    }
.media-quote{
  background: #F4F2EE;
  color: #1B1C1E;
  padding: calc(1.5rem * 2.4) 1.64rem;
}
.media-quote .soft-header{width: min(100%, 1660px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(15rem, .32fr) minmax(0, 1fr);
  gap: 2.15rem;}
.media-quote h2,
.media-quote h3,
.media-quote p,
.media-quote figure{margin: 0;}
.media-quote h2{font-size: calc(19.2px * 2); line-height: 1.1;}
.media-quote h3{font-size: calc(19.2px * 1.35); line-height: 1.18;}
.media-quote p{font-size: 19.2px; line-height: 1.83;}
.media-quote .wide-media{
  display: grid;
  gap: calc(2.15rem * 1.5);
  align-content: start;
  padding: calc(2.15rem * 1.5);
  border-radius: 1.28rem;
  background: #2C2F31;
  color: #F4F2EE;
}
.media-quote .main-figure{display: grid;
  gap: calc(1.5rem * .75);}
.media-quote .wide-headline{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 1.5rem;
  align-items: center;
  padding: 1.5rem;
  border-radius: 0.83rem;
  background: #FFFFFF;
  color: #1B1C1E;
  border: 1px solid #D6D3CD;
}
.media-quote .local-menu{
  overflow: hidden;
  border-radius: 0.55rem;
  background: var(--tone-panel);color:var(--surface-inverse);}
.media-quote .local-menu img{display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;}
.media-quote .clear-headline{display: grid;
  gap: calc(2.15rem * 1.5);
  align-content: start;}
.media-quote .clear-headline b{font-size: calc(19.2px * .875);
  letter-spacing: .04em;
  text-transform: uppercase;
  color: var(--surface-inverse);}
.media-quote .narrow-stack{width: fit-content;
  font-size: calc(19.2px * .875);
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: color 310ms var(--motion-nav);}
.media-quote .narrow-stack:hover{color:inherit;}
.media-quote .active-section{grid-column: 2;
  width: fit-content;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  transition: color 310ms var(--motion-nav);}
.media-quote .active-section:hover{color:inherit;}
@media (max-width: 900px) {.media-quote .soft-header{ grid-template-columns: 1fr; }.media-quote .active-section{ grid-column: auto; }
}
@media (max-width: 640px) {.media-quote .wide-headline{ grid-template-columns: 1fr; }
}
.compact-surface{
  background: #F4F2EE;
  color: #1B1C1E;
  padding: calc(1.5rem * 2.4) 1.64rem;
}
.compact-surface .soft-header{width: min(100%, 1660px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.15rem;
  align-items: flex-start;}
.compact-surface .local-menu{margin: 0;
  flex: 1 1 22rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.compact-surface .media-footer{display: block;
  width: 100%;
  height: 100%;
  min-height: 30rem;
  object-fit: cover;
  border-radius: 0.83rem;}
.compact-surface figcaption{font-size: calc(19.2px * .875);
  line-height: 1.5;}
.compact-surface .clear-headline{flex: 1 1 24rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: calc(2.15rem * 1.5);}
.compact-surface h2,
.compact-surface p{margin: 0;}
.compact-surface h2{font-size: calc(19.2px * 2);
  line-height: 1.12;}
.compact-surface .clear-headline > p{font-size: calc(19.2px * 1.125);
  line-height: 1.83;
  max-width: 46rem;}
.compact-surface .top-copy{display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: calc(1.5rem * .75);}
.compact-surface .team-callout{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #D6D3CD;}
.compact-surface .team-callout:first-child{border-top: none;
  padding-top: 0;}
.compact-surface strong{flex: 1 1 12rem;
  min-width: 0;
  font-size: calc(19.2px * 1.35);
  line-height: 1.2;}
.compact-surface .team-callout span{flex: 2 1 20rem;
  min-width: 0;
  line-height: 1.83;}
@media (max-width: 860px) {.compact-surface .media-footer{ min-height: 18rem; }.compact-surface h2{ font-size: calc(19.2px * 1.35); }
}
.featured-shell{--state-static:calc(1.5rem * 1.35);--state-active:calc(1660px / 2.45);padding:calc(1.5rem * 2.4) 1.64rem;background:var(--tone-panel);color:var(--surface-inverse);}
.featured-shell .soft-header{max-width:1660px;margin:0 auto;display:flex;flex-direction:column;gap:calc(2.15rem * 1.5);}
.featured-shell h2,.featured-shell h3,.featured-shell p{margin:0;}
.featured-shell h2{font-size:calc(19.2px * 2);line-height:1.12;max-width:var(--state-active);}
.featured-shell h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.featured-shell p{font-size:19.2px;line-height:1.83;}
.featured-shell .strong-proof{max-width:var(--state-active);}
.featured-shell .steady-figure{display:flex;flex-direction:column;gap:var(--state-static);border-top:1px solid #D6D3CD;padding-top:var(--state-static);}
.featured-shell .team-callout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:2.15rem;align-items:baseline;padding-bottom:var(--state-static);border-bottom:1px solid #D6D3CD;}
.featured-shell .team-callout:last-child{padding-bottom:0;border-bottom:0;}
.featured-shell .team-callout p{max-width:var(--state-active);}
.featured-shell .featured-intro{margin-top:calc(1.5rem / 2);font-size:calc(19.2px * .875);color:var(--surface-inverse);}
@media (max-width:760px){.featured-shell .team-callout{grid-template-columns:1fr;gap:calc(1.5rem / 3);}
}
.media-body{
        padding: calc(calc(1.5rem * 2.4) * .68) 1.64rem;
        background: #F4F2EE;
        color: #1B1C1E;
    }
.media-body .clear-footer{max-width: 1660px;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;}
.media-body .simple-menu{max-width: 46rem;}
.media-body h1{margin: 0;
        font-size: clamp(1.95rem, 4.6vw, calc(19.2px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.005em;}
.media-body .strong-proof{margin: calc(2.15rem * 1.5) 0 0;
        max-width: 40rem;
        font-size: clamp(1rem, 1.25vw, 19.2px);
        line-height: 1.78;
        color: var(--surface-inverse, #3B3F42);}
@media (max-width: 720px) {.media-body{
            padding-top: calc(calc(1.5rem * 2.4) * .5);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }.media-body .simple-menu{
            max-width: 100%;
        }
    }
.open-frame{--state-static:calc(1.5rem * 0.9);--state-active:calc(1660px / 3.1);--font-base:calc(1660px / 3.9);padding:calc(1.5rem * 2.4) 1.64rem;background:#3B3F42;color:#F4F2EE;}
.open-frame .contact-nav{max-width:1660px;margin:0 auto;}
.open-frame h2,.open-frame h3,.open-frame p{margin:0;}
.open-frame h2{font-size:calc(19.2px * 2);line-height:1.12;max-width:var(--state-active);}
.open-frame h3{font-size:calc(19.2px * 1.35);line-height:1.2;margin-top:calc(1.5rem / 2.4);}
.open-frame p{font-size:19.2px;line-height:1.83;color:color-mix(in srgb, currentColor 76%, transparent);}
.open-frame .strong-proof{margin-top:1.5rem;max-width:var(--state-active);}
.open-frame img{display:block;width:100%;max-width:var(--font-base);height:auto;border-radius:0.55rem;margin-top:var(--state-static);}
.open-frame .steady-figure{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2.15rem;margin-top:var(--state-static);}
.open-frame .team-callout{flex:1 1 calc(1660px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.open-frame .team-callout p{font-size:calc(19.2px * .875);}
.open-frame .page-story{display:block;margin-top:calc(1.5rem / 4);font-size:calc(19.2px * .875);color:color-mix(in srgb, currentColor 60%, transparent);}
@media (max-width:900px){.open-frame .team-callout{flex:1 1 100%;}.open-frame img{max-width:100%;}
}
.local-rail{
  background:#F4F2EE;
  color:#1B1C1E;
  padding:calc(1.5rem * 2.4) 1.64rem;
}
.local-rail .soft-header{max-width:1660px;
  margin:0 auto;}
.local-rail .text-shell{max-width:44rem;}
.local-rail h2{margin:0;
  font-size:calc(19.2px * 2);
  line-height:1.12;
  letter-spacing:0;}
.local-rail .text-shell p{margin:1.5rem 0 0;
  color:var(--surface-inverse);
  font-size:calc(19.2px * 1.125);
  line-height:1.83;}
.local-rail .offer-visual{margin-top:calc(2.15rem * 1.5);
  display:flex;
  flex-direction:column;}
.local-rail .team-callout{display:flex;
  gap:2.15rem;
  align-items:flex-start;
  padding:1.5rem 0;}
.local-rail .team-callout + .team-callout{border-top:1px solid #D6D3CD;}
.local-rail .team-callout strong{flex:0 0 15rem;
  min-width:0;
  font-size:19.2px;
  line-height:1.35;}
.local-rail .team-callout span{min-width:0;
  color:var(--surface-inverse);
  line-height:1.83;}
.local-rail .narrow-stack{margin:calc(2.15rem * 1.5) 0 0;
  font-size:calc(19.2px * .875);
  color:var(--surface-inverse);
  line-height:1.83;}
.local-rail .narrow-stack a{color:#3B3F42;
  text-decoration:underline;
  text-underline-offset:3px;}
.local-rail .narrow-stack a:hover{color:inherit;}
@media (max-width:720px){.local-rail .team-callout{
    display:block;
  }.local-rail .team-callout span{
    display:block;
    margin-top:.4rem;
  }
}
.card--brands{--state-static:calc(1.5rem * 1.15);--state-active:calc(1660px / 2.6);padding:calc(1.5rem * 2.4) 1.64rem;background:#F4F2EE;color:#1B1C1E;}
.card--brands .soft-header{max-width:1660px;margin:0 auto;}
.card--brands h2,.card--brands p,.card--brands ul,.card--brands li{margin:0;}
.card--brands h2{font-size:calc(19.2px * 2);line-height:1.12;}
.card--brands p{font-size:19.2px;line-height:1.83;}
.card--brands a{text-decoration:none;border-bottom:1px solid color-mix(in srgb, #3B3F42 40%, transparent);}
.card--brands a:hover{border-bottom-color:#B07A4A;}
.card--brands .text-shell{max-width:var(--state-active);}
.card--brands .text-shell .strong-proof{margin-top:calc(1.5rem / 2.4);}
.card--brands .compact-rail{list-style:none;padding:0;margin-top:var(--state-static);display:flex;flex-direction:column;border-top:1px solid #D6D3CD;}
.card--brands .bar{display:flex;flex-wrap:wrap;align-items:baseline;gap:calc(2.15rem / 2);padding:calc(calc(1.5rem * .75) * .9) 0;border-bottom:1px solid #D6D3CD;}
.card--brands .primary-team{flex:1 1 calc(1660px / 4);min-width:0;font-size:calc(19.2px * 1.125);font-weight:600;}
.card--brands .page-story{flex:0 1 auto;font-size:calc(19.2px * .875);letter-spacing:.04em;text-transform:uppercase;}
.card--brands .featured-intro{flex:1 1 100%;font-size:calc(19.2px * .875);}
.card--brands .clear-wrap{margin-top:var(--state-static);max-width:var(--state-active);font-size:calc(19.2px * .875);}
@media (min-width:900px){.card--brands .bar{flex-wrap:nowrap;}.card--brands .featured-intro{flex:1 1 auto;text-align:right;}
}
.stage{
        padding: calc(calc(1.5rem * 2.4) * .68) 1.64rem;
        background: #F4F2EE;
        color: #1B1C1E;
    }
.stage .clear-footer{max-width: 1660px;
        margin: 0 auto;}
.stage .strong-proof{max-width: 44rem;
        margin: 0 auto;
        text-align: center;}
.stage h1{margin: 0;
        font-size: clamp(1.95rem, 4.6vw, calc(19.2px * 2.65));
        line-height: 1.08;
        font-weight: 700;
        letter-spacing: -0.01em;}
.stage p{margin: calc(2.15rem * 1.5) auto 0;
        max-width: 36rem;
        font-size: clamp(1rem, 1.25vw, 19.2px);
        line-height: 1.7;
        color: var(--surface-inverse, #3B3F42);}
@media (max-width: 680px) {.stage{
            padding-top: calc(calc(1.5rem * 2.4) * .5);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }.stage .strong-proof{
            text-align: left;
        }.stage p{
            margin-left: 0;
            margin-right: 0;
        }
    }
.wide-flow{
  padding: calc(1.5rem * 2.4) 1.64rem;
  background: #2C2F31;
  color: #F4F2EE;
}
.wide-flow .soft-header{max-width: min(1660px, 72rem);
  margin: 0 auto;}
.wide-flow .text-shell{max-width: 46rem;
  margin-bottom: calc(2.15rem * 1.5);}
.wide-flow h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(19.2px * 2);
  line-height: 1.12;}
.wide-flow .team-body{margin: 0;
  font-size: calc(19.2px * 1.125);
  line-height: 1.83;
  color: #D6D3CD;}
.wide-flow .compact-rail{display: flex;
  flex-wrap: wrap;
  gap: 2.15rem;
  margin-bottom: calc(2.15rem * 1.5);}
.wide-flow .team-callout{flex: 1 1 min(100%, 20rem);
  margin: 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3B3F42;}
.wide-flow .contact-copy{margin: 0 0 calc(1.5rem * .75);
  font-size: 19.2px;
  line-height: 1.83;
  color: #F4F2EE;}
.wide-flow .public-rail{display: flex;
  flex-direction: column;
  gap: 0.2rem;}
.wide-flow .primary-team{font-weight: 700;
  font-size: 19.2px;}
.wide-flow .page-story{font-size: calc(19.2px * .875);color:inherit;}
.wide-flow .main-media{padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3B3F42;}
.wide-flow .public-quote{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(19.2px * .875);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #D6D3CD;}
.wide-flow .public-figure{list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2.15rem;}
.wide-flow .public-figure li{font-size: 19.2px;
  color: #F4F2EE;}
.wide-flow .featured-intro{margin: calc(2.15rem * 1.5) 0 0;
  max-width: 46rem;
  font-size: 19.2px;
  color: #D6D3CD;}
.wide-flow .featured-intro a{color:inherit;
  text-decoration: underline;}
.wide-flow .featured-intro a:hover{color:inherit;}
@media (max-width: 700px) {.wide-flow .compact-rail{
    display: block;
  }.wide-flow .team-callout + .team-callout{
    margin-top: 2.15rem;
  }.wide-flow .public-figure{
    display: block;
  }.wide-flow .public-figure li + li{
    margin-top: 0.5rem;
  }
}
.primary-links{--state-static:calc(1.5rem * 1.09);--state-active:calc(1660px / 2.95);--font-base:calc(1660px / 3.11);padding:calc(1.5rem * 2.4) 1.64rem;background:#3B3F42;color:#F4F2EE;}
.primary-links .soft-header{max-width:1660px;margin:0 auto;}
.primary-links h1,.primary-links h2,.primary-links h3,.primary-links p{margin:0;}
.primary-links h1{font-size:calc(19.2px * 2.65);line-height:1.08;}
.primary-links h2{font-size:calc(19.2px * 2);line-height:1.12;}
.primary-links h3{font-size:calc(19.2px * 1.35);line-height:1.2;}
.primary-links p{font-size:19.2px;line-height:1.83;color:color-mix(in srgb, currentColor 74%, transparent);}
.primary-links a{color:inherit;text-decoration:none;}
.primary-links img{display:block;width:min(28rem,100%);max-width:100%;height:auto;border-radius:0.55rem;flex:0 1 min(28rem,38vw);}
.primary-links .clear-area{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:#F4F2EE;color:#3B3F42;}
.primary-links .steady-shell{display:flex;align-items:center;justify-content:space-between;gap:2.15rem;flex-wrap:wrap;}
.primary-links .steady-shell .clear-headline{flex:1 1 24rem;min-width:0;}
.primary-links .steady-shell h1,.primary-links .steady-shell h2,.primary-links .steady-shell p,.primary-links .steady-shell .clear-area{margin-top:1.5rem;}
.primary-links .steady-shell img{margin-top:var(--state-static);}
.primary-links .narrow-stack{margin-top:calc(2.15rem * 1.5);font-size:calc(19.2px * .875);}
.primary-links .narrow-stack a{text-decoration:underline;text-underline-offset:0.18em;}
.primary-links .narrow-stack a:hover{}
.primary-links .clear-area:hover{background:#B07A4A;color:#1B1C1E;}
.narrow-copy{
        padding: calc(calc(1.5rem * 2.4) * .78) 1.64rem calc(calc(1.5rem * 2.4) * .62);
        background: #F4F2EE;
        color: #1B1C1E;
    }
.narrow-copy .clear-footer{max-width: 1660px;
        margin: 0 auto;}
.narrow-copy .strong-proof{max-width: 46rem;
        margin: 0 auto;
        text-align: center;}
.narrow-copy h1{margin: 0;
        font-size: clamp(2rem, 5.2vw, calc(19.2px * 2.65));
        line-height: 1.06;
        font-weight: 700;
        letter-spacing: -0.005em;}
.narrow-copy .content-brand{margin: calc(2.15rem * 1.5) auto 0;
        max-width: 38rem;
        font-size: clamp(1rem, 1.25vw, 19.2px);
        line-height: 1.7;
        color: var(--surface-inverse, #3B3F42);}
@media (max-width: 680px) {.narrow-copy{
            padding-top: calc(calc(1.5rem * 2.4) * .58);
            padding-bottom: calc(calc(1.5rem * 2.4) * .48);
        }.narrow-copy .strong-proof{
            text-align: left;
        }.narrow-copy .content-brand{
            margin-left: 0;
            margin-right: 0;
        }
    }
.secondary-intro{--state-static:calc(1.5rem * 1.09);--state-active:calc(1660px / 2.35);padding:calc(1.5rem * 2.4) 1.64rem;background:#3B3F42;color:#F4F2EE;}
.secondary-intro .soft-header{max-width:1660px;margin:0 auto;}
.secondary-intro h1,.secondary-intro h2,.secondary-intro h3,.secondary-intro p{margin:0;}
.secondary-intro h2{font-size:calc(19.2px * 2);line-height:1.12;max-width:var(--state-active);}
.secondary-intro h3{font-size:calc(19.2px * 1.35);line-height:1.2;}
.secondary-intro p{font-size:19.2px;line-height:1.83;}
.secondary-intro .featured-intro{font-size:calc(19.2px * .875);max-width:var(--state-active);color:color-mix(in srgb, currentColor 72%, transparent);}
.secondary-intro .strong-proof{margin-top:calc(1.5rem / 2);max-width:var(--state-active);color:color-mix(in srgb, currentColor 78%, transparent);}
.secondary-intro a{color:inherit;text-decoration:none;border-bottom:1px solid color-mix(in srgb, currentColor 35%, transparent);transition:border-color 310ms var(--motion-nav);}
.secondary-intro a:hover{border-bottom-color:currentColor;}
.secondary-intro img{display:block;width:100%;height:auto;border-radius:0.55rem;}
.secondary-intro .steady-figure{display:flex;flex-wrap:wrap;gap:var(--state-static);margin-top:var(--state-static);}
.secondary-intro .team-callout{flex:1 1 calc(1660px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .85);border-radius:0.55rem;background:color-mix(in srgb, currentColor 11%, transparent);}
.secondary-intro .team-callout p,.secondary-intro .team-callout a{margin-top:calc(1.5rem / 3);}
.secondary-intro .team-callout a{display:inline-block;font-size:calc(19.2px * .875);}
.secondary-intro .team-callout img{margin-bottom:calc(1.5rem / 2);max-width:100%;}
.secondary-intro .text-brand>.steady-figure{margin-top:var(--state-static);}
.secondary-intro .text-brand>h2{margin-top:var(--state-static);}
@media (max-width:720px){.secondary-intro .team-callout{flex:1 1 100%;}
}
.direct-panel{
        padding: calc(1.5rem * 2.4) 1.64rem;
        background: #F4F2EE;
        color: #1B1C1E
    }
.direct-panel .soft-header{max-width: 1660px;
        margin: 0 auto}
.direct-panel .team-method{display: flex;
        flex-direction: column;
        gap: calc(2.15rem * 1.5)}
.direct-panel .text-shell{max-width: 62rem}
.direct-panel h2{margin: 0;
        font-size: calc(19.2px * 2);
        line-height: 1.1}
.direct-panel .text-shell p{margin: 1.5rem 0 0;
        font-size: calc(19.2px * 1.125);
        line-height: 1.83;
        color: var(--surface-inverse)}
.direct-panel ul{list-style: none;
        margin: 0;
        padding: 0;
        border-top: 1px solid #D6D3CD}
.direct-panel li{display: flex;
        flex-wrap: wrap;
        gap: 2.15rem;
        align-items: baseline;
        padding: 1.5rem 0}
.direct-panel li + li{border-top: 1px solid #D6D3CD}
.direct-panel strong{flex: 0 1 20rem;
        min-width: 0;
        font-size: calc(19.2px * 1.35);
        line-height: 1.2}
.direct-panel span{flex: 1 1 30rem;
        min-width: 0;
        line-height: 1.83;
        color: var(--surface-inverse)}
@media (max-width: 760px) {.direct-panel li{
            display: block
        }.direct-panel span{
            display: block;
            margin-top: calc(1.5rem * .75)
        }
    }
.plain-rail{
  padding:calc(calc(1.5rem * 2.4) * 1.6) 1.64rem;
  background:#F4F2EE;
  color:#1B1C1E;
}
.plain-rail .contact-nav{max-width:1660px;
  margin:0 auto;
  display:grid;
  gap:calc(2.15rem * 1.5);}
.plain-rail .simple-menu{max-width:62ch;}
.plain-rail .offer-copy{margin:0 0 .6rem;
  font-size:calc(19.2px * .875);
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--surface-inverse);}
.plain-rail h1{margin:0;
  font-size:clamp(2rem,4.4vw,3.4rem);
  line-height:1.06;
  font-weight:600;}
.plain-rail .content-brand{margin:.9rem 0 0;
  font-size:calc(19.2px * 1.125);
  line-height:1.5;
  color:var(--surface-inverse);}
.plain-rail .text-region{margin:0;
  display:grid;
  gap:.7rem;}
.plain-rail .text-region img{display:block;
  width:100%;
  max-height:520px;
  object-fit:cover;
  border-radius:1.28rem;
  box-shadow:0 10px 16px rgba(0,0,0,0.14);}
.plain-rail .text-region figcaption{font-size:calc(19.2px * .875);
  color:var(--surface-inverse);}
.plain-rail .top-entries{display:grid;
  gap:calc(2.15rem * 1.5);
  max-width:78ch;}
.plain-rail .strong-proof{margin:0;
  font-size:calc(19.2px * 1.125);
  line-height:1.6;}
.plain-rail .visual-content h2{margin:0 0 .5rem;
  font-size:calc(19.2px * 1.35);
  line-height:1.2;
  font-weight:600;}
.plain-rail .visual-content p{margin:0 0 .7rem;
  line-height:1.65;}
.plain-rail .visual-content p:last-child{margin-bottom:0;}
.plain-rail .clear-area{border-top:1px solid #D6D3CD;
  padding-top:calc(2.15rem * 1.5);
  display:grid;
  gap:1rem;}
.plain-rail .featured-intro{margin:0;
  max-width:60ch;
  color:var(--surface-inverse);}
.plain-rail .narrow-stack{display:flex;
  flex-wrap:wrap;
  gap:.8rem 1.4rem;
  align-items:center;}
.plain-rail .active-section{
  display:inline-block;
  padding:.75rem 1.4rem;
  background:#3B3F42;
  color:#F4F2EE;
  border-radius:0.55rem;
  text-decoration:none;
  font-weight:600;
  transition:background 310ms var(--motion-nav);
}
.plain-rail .active-section:hover{
  background:#2C2F31;color:#1B1C1E;}
.plain-rail .site-frame{color:#3B3F42;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 310ms var(--motion-nav), border-color 310ms var(--motion-nav);}
.plain-rail .site-frame:hover{color:inherit;
  border-bottom-color:#B07A4A;}
@media (max-width:640px){.plain-rail{
    padding:calc(calc(1.5rem * 2.4) * 1.1) 1.64rem;
  }.plain-rail .text-region img{
    max-height:340px;
  }
}
.soft-media{--state-static:calc(1.5rem * 1.2);--state-active:calc(1660px / 2.6);padding:calc(1.5rem * 2.4) 1.64rem;background:#F4F2EE;color:#1B1C1E;}
.soft-media .soft-header{max-width:1660px;margin:0 auto;}
.soft-media h2,.soft-media h3,.soft-media p{margin:0;}
.soft-media h2{font-size:calc(19.2px * 2);line-height:1.14;max-width:var(--state-active);}
.soft-media h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.soft-media p{font-size:19.2px;line-height:1.83;}
.soft-media .featured-intro{font-size:calc(19.2px * .875);max-width:var(--state-active);}
.soft-media .strong-proof{margin-top:var(--state-static);max-width:var(--state-active);}
.soft-media a{text-decoration:none;border-bottom:1px solid #D6D3CD;padding-bottom:2px;transition:color 310ms var(--motion-nav),border-color 310ms var(--motion-nav);}
.soft-media a:hover{border-color:#B07A4A;}
.soft-media img{display:block;width:100%;height:auto;border-radius:0.55rem;}
.soft-media .steady-figure{display:flex;flex-wrap:wrap;gap:2.15rem;margin-top:var(--state-static);}
.soft-media .team-callout{flex:1 1 calc(1660px / 3.6);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(calc(1.5rem * .75) * .9);border-radius:0.83rem;background:#FFFFFF;color:#1B1C1E;border:1px solid #D6D3CD;}
.soft-media .team-callout p{}
.soft-media .team-callout a{align-self:flex-start;margin-top:auto;}
@media (max-width:720px){.soft-media .team-callout{flex:1 1 100%;}
}
.visual-stack{padding:calc(1.5rem*2.6) 1.64rem;background:#F4F2EE;color:#1B1C1E}
.visual-stack .simple-callout,.visual-stack .plain-tile{max-width:1660px;margin:0 auto}
.visual-stack h1{margin:0;font-size:clamp(2.1rem,4.6vw,3.8rem);line-height:1.05}
.visual-stack .contact-entries{margin:.9rem 0 0;max-width:62ch;font-size:calc(19.2px * 1.125);color:var(--surface-inverse);line-height:1.5}
.visual-stack .quiet-copy{display:flex;gap:.5rem;flex-wrap:wrap;margin:1.1rem 0 0;color:var(--surface-inverse)}
.visual-stack .quiet-copy span{background:var(--tone-panel);color:var(--surface-inverse);border:1px solid #D6D3CD;border-radius:0.24rem;padding:.38rem .68rem;font-size:calc(19.2px * .875)}
.visual-stack .local-block{display:block;width:min(100%,1180px);max-height:520px;object-fit:cover;border-radius:1.28rem;box-shadow:0 10px 16px rgba(0,0,0,0.14);margin:1.6rem auto 0}
.visual-stack .plain-tile{margin-top:1.6rem;background:#FFFFFF;color:#1B1C1E;border:1px solid #D6D3CD;border-radius:1.28rem;padding:calc(calc(1.5rem * .75)*1.4)}
.visual-stack .active-content{border-top:1px solid #D6D3CD;padding-top:1.2rem;margin-top:1.4rem}
.visual-stack .active-content:first-of-type{border-top:0;padding-top:0;margin-top:1.2rem}
.visual-stack .team-details{font-size:calc(19.2px * 1.125);line-height:1.6;margin:0}
.visual-stack p{margin:.85rem 0 0;line-height:1.65}
.visual-stack h2{margin:0 0 .3rem;font-size:clamp(1.3rem,2.6vw,1.85rem);line-height:1.2}
.visual-stack .local-proof{margin-top:1.1rem;color:var(--surface-inverse)}
.visual-stack .local-proof a{color:#3B3F42;text-decoration:underline;text-underline-offset:3px}
.visual-stack .local-proof a:hover{color:inherit;}
@media (max-width:640px){
  .visual-stack{padding:calc(1.5rem*1.6) 1.64rem}
  .visual-stack .plain-tile{padding:calc(1.5rem * .75)}
}
.open-panel{--state-static:calc(1.5rem * 1.15);--state-active:calc(1660px / 2.4);padding:calc(1.5rem * 2.4) 1.64rem;background:#F4F2EE;color:#1B1C1E;}
.open-panel .soft-header{max-width:1660px;margin:0 auto;}
.open-panel h2,.open-panel h3,.open-panel p{margin:0;}
.open-panel h2{font-size:calc(19.2px * 2);line-height:1.14;max-width:var(--state-active);}
.open-panel h3{font-size:calc(19.2px * 1.35);line-height:1.2;}
.open-panel p{font-size:19.2px;line-height:1.83;}
.open-panel a{color:inherit;text-decoration:none;}
.open-panel img{display:block;width:100%;height:auto;border-radius:0.55rem;object-fit:cover;}
.open-panel .text-shell{display:flex;flex-direction:column;gap:calc(2.15rem * 1.5);}
.open-panel .text-shell .featured-intro{font-size:calc(19.2px * .875);max-width:var(--state-active);}
.open-panel .text-shell .strong-proof{max-width:var(--state-active);}
.open-panel .offer-feature{display:flex;flex-wrap:wrap;gap:calc(2.15rem / 3);margin-top:var(--state-static);}
.open-panel .feature{padding:calc(calc(1.5rem * .75) / 2.4) calc(calc(1.5rem * .75) * .9);border-radius:0.24rem;background:var(--tone-panel);color:var(--surface-inverse);font-size:calc(19.2px * .875);border:1px solid #D6D3CD;}
.open-panel .steady-figure{display:flex;flex-wrap:wrap;gap:var(--state-static);margin-top:var(--state-static);}
.open-panel .team-callout{flex:1 1 calc(1660px / 3.4);min-width:0;display:flex;flex-direction:column;gap:calc(2.15rem * 1.5);padding:calc(calc(1.5rem * .75) * .9);border-radius:0.83rem;background:#FFFFFF;color:#1B1C1E;border:1px solid #D6D3CD;}
.open-panel .team-callout .top-entries{display:flex;flex-direction:column;gap:calc(calc(2.15rem * 1.5) / 1.6);}
.open-panel .team-callout .content-brand{font-size:calc(19.2px * .875);}
.open-panel .team-callout .local-contact{font-size:calc(19.2px * .875);}
.open-panel .team-callout .clear-area{align-self:flex-start;margin-top:calc(calc(2.15rem * 1.5) / 2);display:inline-flex;align-items:center;padding:calc(calc(1.5rem * .75) / 1.6) 1.5rem;border-radius:0.24rem;background:#3B3F42;color:#F4F2EE;font-size:calc(19.2px * .875);transition:background 310ms var(--motion-nav);}
.open-panel .team-callout .clear-area:hover{background:#2C2F31;color:#1B1C1E;}
@media (max-width:720px){.open-panel .team-callout{flex:1 1 100%;}
}
.steady-quote{
  padding:calc(1.5rem*2.6) 1.64rem;
  background:#F4F2EE;
  color:#1B1C1E;
}
.steady-quote .simple-callout,
.steady-quote .plain-tile{max-width:1660px;
  margin:0 auto;}
.steady-quote h1{margin:0;
  font-size:clamp(2.1rem,4.6vw,3.8rem);
  line-height:1.06;
  letter-spacing:-0.01em;}
.steady-quote .quiet-copy{display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  margin:1.1rem 0 0;}
.steady-quote .quiet-copy span{
  background:var(--tone-panel);
  color:var(--surface-inverse);
  border:1px solid #D6D3CD;
  border-radius:0.24rem;
  padding:.35rem .7rem;
  font-size:calc(19.2px * .875);
}
.steady-quote .local-block{display:block;
  width:min(100%,1180px);
  max-height:520px;
  object-fit:cover;
  border-radius:0.83rem;
  box-shadow:0 10px 16px rgba(0,0,0,0.14);
  margin:calc(calc(2.15rem * 1.5)*1.1) auto 0;}
.steady-quote .plain-tile{
  margin-top:calc(calc(2.15rem * 1.5)*1.2);
  background:#FFFFFF;
  color:#1B1C1E;
  border:1px solid #D6D3CD;
  border-radius:1.28rem;
  padding:calc(calc(1.5rem * .75)*1.1);
}
.steady-quote p{margin:.9rem 0 0;
  line-height:1.83;
  opacity:.88;}
.steady-quote .team-details{font-size:calc(19.2px * 1.125);
  opacity:1;
  margin-top:0;}
.steady-quote h2{margin:calc(calc(2.15rem * 1.5)*1.1) 0 0;
  font-size:clamp(1.35rem,2.6vw,1.85rem);
  line-height:1.18;}
.steady-quote .active-content:first-of-type h2{margin-top:0;}
.steady-quote a{color:#3B3F42;
  text-decoration:underline;
  text-underline-offset:3px;}
.steady-quote a:hover{color:inherit;}
@media (max-width:640px){.steady-quote{
    padding:calc(1.5rem*1.6) 1.64rem;
  }.steady-quote .plain-tile{
    padding:calc(1.5rem * .75);
  }
}
.content-note{
  --state-static:calc(1.5rem * 0.9);
  --state-active:calc(1660px / 3.2);
  padding:calc(1.5rem * 2.4) 1.64rem;
  background:#F4F2EE;
  color:#1B1C1E;
}
.content-note .soft-header{max-width:1660px;margin:0 auto;}
.content-note h2,.content-note h3,.content-note p,.content-note figure{margin:0;}
.content-note h2{font-size:calc(19.2px * 2);line-height:1.14;max-width:var(--state-active);}
.content-note h3{font-size:calc(19.2px * 1.35);line-height:1.22;}
.content-note p{font-size:19.2px;line-height:1.83;}
.content-note a{color:inherit;text-decoration:none;}
.content-note img{display:block;width:100%;height:auto;border-radius:0.55rem;object-fit:cover;}
.content-note .text-shell{display:flex;flex-wrap:wrap;gap:2.15rem;align-items:flex-end;justify-content:space-between;}
.content-note .text-shell .strong-proof{flex:1 1 calc(1660px / 2.4);min-width:0;color:color-mix(in srgb, currentColor 78%, transparent);}
.content-note .local-menu{margin-top:var(--state-static);}
.content-note .local-menu img{max-height:420px;}
.content-note .local-menu figcaption{margin-top:calc(1.5rem / 3);font-size:calc(19.2px * .875);color:color-mix(in srgb, currentColor 66%, transparent);}
.content-note .fresh-inner{display:flex;flex-wrap:wrap;gap:calc(2.15rem / 3);margin-top:var(--state-static);}
.content-note .feature{padding:calc(calc(1.5rem * .75) / 2.4) calc(1.5rem * .75);border:1px solid #D6D3CD;border-radius:0.24rem;background:#FFFFFF;color:#1B1C1E;font-size:calc(19.2px * .875);}
.content-note .feature.is-on{background:#B07A4A;color:#1B1C1E;border-color:#B07A4A;}
.content-note .steady-figure{display:flex;flex-wrap:wrap;gap:2.15rem;margin-top:var(--state-static);align-items:stretch;}
.content-note .team-callout{flex:1 1 calc(1660px / 4);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(1.5rem * .75);border:1px solid #D6D3CD;border-radius:0.83rem;background:#FFFFFF;color:#1B1C1E;}
.content-note .team-callout .wide-list{display:block;}
.content-note .team-callout .wide-list img{aspect-ratio:4 / 3;transition:transform 310ms var(--motion-nav);}
.content-note .team-callout .wide-list:hover img{transform:scale(1.02);}
.content-note .team-callout .contact-note{font-size:calc(19.2px * .875);color:color-mix(in srgb, currentColor 62%, transparent);}
.content-note .team-callout .site-frame{margin-top:auto;display:inline-flex;align-items:center;gap:calc(2.15rem / 4);padding-top:calc(1.5rem / 3);border-top:1px solid #D6D3CD;font-size:calc(19.2px * .875);}
.content-note .team-callout .site-frame:hover{}
.content-note .featured-intro{margin-top:var(--state-static);max-width:var(--state-active);font-size:calc(19.2px * .875);color:color-mix(in srgb, currentColor 66%, transparent);}
@media (max-width:900px){.content-note .team-callout{flex:1 1 calc(1660px / 2.6);}
}
@media (max-width:600px){.content-note .team-callout{flex:1 1 100%;}
}
.content-entries{
        padding: calc(calc(1.5rem * 2.4) * .68) 1.64rem;
        background: #F4F2EE;
        color: #1B1C1E;
    }
.content-entries .clear-footer{max-width: 1660px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;}
.content-entries h1{margin: 0;
        max-width: 46rem;
        font-size: clamp(1.95rem, 5vw, calc(19.2px * 2.65));
        line-height: 1.06;
        font-weight: 700;
        letter-spacing: -0.01em;
        text-align: center;}
.content-entries .visual-proof{max-width: 40rem;
        margin: calc(2.15rem * 1.5) auto 0;
        text-align: center;}
.content-entries p{margin: 0;
        font-size: clamp(1rem, 1.25vw, 19.2px);
        line-height: 1.74;
        color: var(--surface-inverse, #3B3F42);}
@media (max-width: 680px) {.content-entries{
            padding-top: calc(calc(1.5rem * 2.4) * .5);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }.content-entries h1{
            max-width: 100%;
            text-align: left;
        }.content-entries .visual-proof{
            text-align: left;
            margin-left: 0;
            margin-right: 0;
        }
    }
.content-media{padding:calc(1.5rem * 2.4) 1.64rem;background:#2C2F31;color:#F4F2EE}
.content-media .service-steps{max-width:1660px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2.15rem}
.content-media .strong-proof{align-self:start;max-width:34rem}
.content-media h2{margin:0;font-size:calc(19.2px * 2);line-height:1.1}
.content-media .strong-proof p{margin:calc(2.15rem * 1.5) 0 0;font-size:19.2px;opacity:.82}
.content-media .strong-proof .featured-intro{margin-top:calc(1.5rem * .75);font-size:calc(19.2px * .875);opacity:.7}
.content-media .narrow-stack{margin-top:calc(2.15rem * 1.5);display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.content-media .narrow-stack a{display:inline-block;padding:.7rem 1.1rem;border-radius:0.55rem;background:#B07A4A;color:#1B1C1E;text-decoration:none;font-size:calc(19.2px * .875);transition:background 310ms var(--motion-nav)}
.content-media .narrow-stack a:hover{background:#96633A;color:#1B1C1E;}
.content-media .compact-rail{display:flex;flex-direction:column;gap:1px;background:#D6D3CD;border:1px solid #D6D3CD;border-radius:0.83rem;overflow:hidden;color:#1B1C1E;}
.content-media .bar{display:flex;flex-direction:column;gap:.35rem;padding:calc(1.5rem * .75);background:#FFFFFF;color:#1B1C1E}
.content-media .bar span{font-size:calc(19.2px * .875);color:inherit;letter-spacing:.02em}
.content-media .bar strong{font-weight:600;font-size:19.2px;line-height:1.45}
.content-media .simple-fields{grid-column:1/-1;height:clamp(20rem,38vw,30rem);border-radius:1.28rem;overflow:hidden;border:1px solid #D6D3CD}
.content-media iframe{display:block;width:100%;height:100%;border:0}
@media (max-width:820px){.content-media .service-steps{grid-template-columns:1fr}.content-media .simple-fields{height:20rem}
}
.text-section{background:#B07A4A;color:#1B1C1E;padding:calc(1.5rem * 2.4) 1.64rem}
.text-section .soft-header{max-width:1660px;margin:0 auto}
.text-section .text-intro{display:flex;align-items:flex-start;gap:calc(2.15rem * 1.5)}
.text-section .clear-headline{flex:0 1 30rem;min-width:0}
.text-section h2{margin:0;font-size:clamp(calc(19.2px * 2),4.4vw,calc(19.2px * 2.65));line-height:1.08;letter-spacing:0}
.text-section p{margin:1.5rem 0 0;max-width:38rem;font-size:calc(19.2px * 1.125);line-height:1.6}
.text-section .clear-headline a{display:inline-flex;margin-top:1.5rem;padding:calc(1.5rem * .75) 2.15rem;border-radius:0.55rem;background:#1B1C1E;color:#B07A4A;text-decoration:none;font-weight:700}
.text-section .clear-headline a:hover{background:#96633A;color:#1B1C1E}
.text-section .primary-region{display:block;flex:0 1 17rem;min-width:11rem;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;border-radius:0.83rem}
.text-section .steady-figure{flex:1 1 28rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem}
.text-section .team-callout{padding-bottom:1.5rem;border-bottom:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.text-section .team-callout:last-child{border-bottom:0;padding-bottom:0}
.text-section strong,.text-section span{display:block}
.text-section strong{font-size:19.2px;letter-spacing:.01em}
.text-section span{margin-top:calc(calc(1.5rem * .75)*.5);line-height:1.6;font-size:calc(19.2px * .875)}
@media(max-width:820px){.text-section .text-intro{flex-direction:column}.text-section .primary-region{flex-basis:auto;min-width:0;aspect-ratio:16/9}.text-section .steady-figure{width:100%}
}
.soft-rail{padding:calc(1.5rem * 2.4) 1.64rem;background:#2C2F31;color:#F4F2EE}
.soft-rail .soft-header{max-width:1660px;margin:0 auto;display:flex;flex-wrap:wrap;gap:calc(2.15rem * 1.5)}
.soft-rail .text-shell{flex:1 1 22rem;align-self:flex-start;max-width:34rem}
.soft-rail h2{margin:0;font-size:calc(19.2px * 2);line-height:1.1}
.soft-rail .text-shell p{margin:1.5rem 0 0;line-height:1.83;opacity:.85}
.soft-rail .steady-figure{margin:1.5rem 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.soft-rail .steady-figure li{position:relative;padding-left:1.1rem;font-size:calc(19.2px * .875);line-height:1.55;opacity:.9}
.soft-rail .steady-figure li::before{content:"";position:absolute;left:0;top:.55em;width:.45rem;height:1px;background:currentColor}
.soft-rail form{flex:1 1 26rem;min-width:0}
.soft-rail fieldset{display:flex;flex-wrap:wrap;gap:2.15rem;margin:0;padding:0;border:0}
.soft-rail fieldset label{flex:1 1 14rem;min-width:0}
.soft-rail label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(19.2px * .875);letter-spacing:.02em}
.soft-rail input,.soft-rail textarea{width:100%;padding:calc(1.5rem * .75);border:1px solid #D6D3CD;border-radius:0.24rem;background:#F4F2EE;color:#1B1C1E;font:inherit}
.soft-rail input:focus,.soft-rail textarea:focus{outline:2px solid #B07A4A;outline-offset:1px}
.soft-rail .text-wrap{display:block;margin-top:1.5rem}
.soft-rail textarea{resize:vertical;min-height:7rem}
.soft-rail .featured-intro{margin:1.5rem 0;font-size:calc(19.2px * .875);line-height:1.55;opacity:.75}
.soft-rail button{padding:calc(1.5rem * .75) 1.5rem;border:1px solid #B07A4A;border-radius:0.24rem;background:#B07A4A;color:#1B1C1E;font:inherit;cursor:pointer;transition:background 310ms var(--motion-nav),border-color 310ms var(--motion-nav)}
.soft-rail button:hover{background:#96633A;border-color:#96633A;color:#1B1C1E;}
@media(max-width:720px){.soft-rail .soft-header{display:block}.soft-rail form{margin-top:calc(2.15rem * 1.5)}}
.local-inner{padding:calc(1.5rem * 2.4) 1.64rem;background:#3B3F42;color:#F4F2EE}
.local-inner .quiet-block{max-width:min(1660px,64rem);margin:0 auto}
.local-inner h2{margin:0;font-size:calc(19.2px * 2);line-height:1.15}
.local-inner .bottom-callout{margin:1.5rem 0 calc(2.15rem * 1.5);font-size:calc(19.2px * 1.125);max-width:52rem}
.local-inner .content-nav{display:flex;flex-direction:column;gap:0;border-top:1px solid color-mix(in srgb,currentColor 30%,transparent)}
.local-inner .featured-intro{padding:2.15rem 0;display:grid;grid-template-columns:minmax(0,18rem) minmax(0,1fr);gap:calc(1.5rem * .75);align-items:start}
.local-inner .featured-intro + .featured-intro{border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.local-inner h3{margin:0;font-size:calc(19.2px * 1.35);line-height:1.25}
.local-inner .featured-intro p{margin:0;font-size:19.2px}
@media (max-width:760px){.local-inner .featured-intro{grid-template-columns:1fr;gap:calc(1.5rem * .75)}
}
.active-form{padding:calc(1.5rem * 2.4) 1.64rem;background:#2C2F31;color:#F4F2EE}
.active-form .clear-headline{max-width:min(1660px,60rem);margin:0 auto}
.active-form h2{margin:0;font-size:calc(19.2px * 2.65);line-height:1.08;letter-spacing:-0.01em}
.active-form .text-shell{margin:1.5rem 0 calc(2.15rem * 1.5);font-size:calc(19.2px * 1.125);line-height:1.6;color:color-mix(in srgb,currentColor 74%,transparent)}
.active-form .text-menu{margin:0 0 2.15rem;padding-bottom:calc(1.5rem * .75);border-bottom:1px solid color-mix(in srgb,currentColor 14%,transparent)}
.active-form .text-menu:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}
.active-form h3{margin:0 0 calc(1.5rem * .75);font-size:calc(19.2px * 1.35);line-height:1.25;font-weight:600}
.active-form .text-menu p{margin:0;line-height:1.7;color:color-mix(in srgb,currentColor 76%,transparent)}
.active-form .text-menu a{color:inherit;text-decoration:underline;text-underline-offset:3px}
.active-form .text-menu a:hover{color:inherit;}
@media (max-width:720px){.active-form h2{font-size:calc(19.2px * 2)}.active-form .text-shell{font-size:19.2px}
}
.fresh-grid{
        padding: calc(calc(1.5rem * 2.4) * .68) 1.64rem;
        background: #F4F2EE;
        color: #1B1C1E;
    }
.fresh-grid .clear-footer{max-width: 1660px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;}
.fresh-grid .strong-proof{display: flex;
        flex-direction: column;
        align-items: center;
        gap: calc(2.15rem * 1.5);
        width: 100%;}
.fresh-grid h1{margin: 0;
        max-width: 46rem;
        font-size: clamp(2rem, 5.2vw, calc(19.2px * 2.65));
        line-height: 1.06;
        font-weight: 700;
        letter-spacing: -0.01em;
        text-align: center;}
.fresh-grid .clear-headline{max-width: 40rem;
        text-align: center;}
.fresh-grid p{margin: 0;
        font-size: clamp(1rem, 1.25vw, 19.2px);
        line-height: 1.75;
        color: var(--surface-inverse);}
@media (max-width: 680px) {.fresh-grid{
            padding-top: calc(calc(1.5rem * 2.4) * .5);
            padding-bottom: calc(calc(1.5rem * 2.4) * .5);
        }.fresh-grid .strong-proof{
            gap: calc(1.5rem * .75);
        }
    }
.page-brand{--state-static:calc(1.5rem * 0.9);--state-active:calc(1660px / 2.6);padding:calc(1.5rem * 2.4) 1.64rem;background:var(--tone-panel);color:var(--surface-inverse);}
.page-brand .soft-header{max-width:1660px;margin:0 auto;}
.page-brand h2,.page-brand p{margin:0;}
.page-brand h2{font-size:calc(19.2px * 2);line-height:1.14;max-width:var(--state-active);}
.page-brand p{font-size:19.2px;line-height:1.83;}
.page-brand .strong-proof{max-width:var(--state-active);}
.page-brand .featured-intro{max-width:var(--state-active);font-size:calc(19.2px * .875);color:color-mix(in srgb, var(--surface-inverse) 78%, transparent);}
.page-brand a{color:#3B3F42;text-decoration:none;}
.page-brand a:hover{color:inherit;}
.page-brand .clear-area{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.24rem;background:#3B3F42;color:#F4F2EE;font-size:19.2px;transition:background 310ms var(--motion-nav);}
.page-brand .clear-area:hover{background:#2C2F31;color:#F4F2EE;}
.page-brand .narrow-stack{font-size:calc(19.2px * .875);color:color-mix(in srgb, var(--surface-inverse) 82%, transparent);}
.page-brand .narrow-stack a{text-decoration:underline;text-underline-offset:3px;}
.page-brand .steady-shell>h2,.page-brand .steady-shell>p,.page-brand .steady-shell>.clear-area{margin-top:var(--state-static);}
.page-brand .steady-shell>h2{margin-top:0;}
.page-brand .steady-shell>.clear-area{margin-top:calc(var(--state-static) * 1.1);}
.page-brand .steady-shell>.narrow-stack{margin-top:calc(var(--state-static) * 0.7);}
.active-track{
  padding: calc(1.5rem * 2.4) 1.64rem;
  background: #F4F2EE;
  color: #1B1C1E;
}
.active-track .soft-header{max-width: 1660px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  grid-template-areas:
    "lead steps"
    "contact steps";
  gap: 2.15rem;
  align-items: start;}
.active-track .strong-proof{
  grid-area: lead;
  padding: calc(1.5rem * .75);
  border-radius: 0.83rem;
  background: #2C2F31;
  color: #F4F2EE;
}
.active-track .strong-proof h2{margin: 0;
  font-size: calc(19.2px * 2);
  line-height: 1.12;}
.active-track .strong-proof p{margin: calc(2.15rem * 1.5) 0 0;
  font-size: calc(19.2px * 1.125);
  line-height: 1.6;}
.active-track .strong-proof .featured-intro{font-size: calc(19.2px * .875);
  opacity: 0.82;}
.active-track .plain-footer{grid-area: steps;
  display: flex;
  flex-direction: column;
  gap: calc(2.15rem * 1.5);}
.active-track .plain-footer .bar{
  padding: calc(1.5rem * .75);
  border-radius: 0.55rem;
  background: #FFFFFF;
  color: #1B1C1E;
  border: 1px solid #D6D3CD;
}
.active-track .plain-footer strong{display: block;
  font-size: calc(19.2px * 1.35);
  margin-bottom: 0.4rem;}
.active-track .plain-footer p{margin: 0;
  font-size: 19.2px;}
.active-track .bottom-quote{
  grid-area: contact;
  padding: calc(1.5rem * .75);
  border-radius: 0.83rem;
  background: var(--tone-panel);
  color: var(--surface-inverse);
}
.active-track .bottom-quote > p{margin: 0 0 calc(2.15rem * 1.5);
  font-size: 19.2px;}
.active-track .narrow-stack{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  font-size: 19.2px;}
.active-track .narrow-stack a{text-decoration: none;
  border-bottom: 1px solid #D6D3CD;}
.active-track .narrow-stack a:hover{}
.active-track .offer-region{margin: calc(2.15rem * 1.5) 0 0;
  font-size: calc(19.2px * .875);}
.active-track .offer-region a{text-decoration: underline;}
.active-track .offer-region a:hover{}
@media (max-width: 820px) {.active-track .soft-header{
    grid-template-columns: 1fr;
    grid-template-areas:
      "lead"
      "steps"
      "contact";
  }
}
.strong-summary{
  background: #F4F2EE;
  color: #1B1C1E;
  padding: calc(1.5rem * 2.4) 1.64rem;
}
.strong-summary .soft-header{width: min(100%, 1660px);
  margin: 0 auto;}
.strong-summary .main-fields{display: flex;
  align-items: flex-start;
  gap: calc(2.15rem * 1.5);}
.strong-summary .local-region{flex: 0 0 200px;
  padding-top: 6px;}
.strong-summary .local-region a{
  display: inline-flex;
  padding: 12px 18px;
  border-radius: 0.55rem;
  background: #3B3F42;
  color: #F4F2EE;
  text-decoration: none;
  font-weight: 600;
  transition: background 310ms var(--motion-nav);
}
.strong-summary .local-region a:hover{
  background: #2C2F31;color:#1B1C1E;}
.strong-summary .strong-team{flex: 1 1 auto;
  min-width: 0;}
.strong-summary h1{margin: 0;
  font-size: clamp(calc(19.2px * 2), 6vw, calc(19.2px * 2.65));
  line-height: 1.05;}
.strong-summary p{margin: 1.5rem 0 0;
  max-width: 58ch;
  font-size: calc(19.2px * 1.125);
  line-height: 1.7;}
.strong-summary .narrow-stack{display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: calc(2.15rem * 1.5);}
.strong-summary .narrow-stack a{
  padding: 10px 16px;
  border-radius: 0.24rem;
  background: #FFFFFF;
  color: #1B1C1E;
  border: 1px solid #D6D3CD;
  text-decoration: none;
  font-size: calc(19.2px * .875);
  transition: border-color 310ms var(--motion-nav);
}
.strong-summary .narrow-stack a:hover{border-color: #B07A4A;}
.strong-summary .featured-intro{margin-top: calc(1.5rem * .75);
  font-size: calc(19.2px * .875);
  color: var(--surface-inverse);}
.strong-summary .featured-intro a{color: #3B3F42;
  text-decoration: underline;}
.strong-summary .featured-intro a:hover{color:inherit;}
@media (max-width: 720px) {.strong-summary .main-fields{
    flex-direction: column;
    gap: calc(1.5rem * .75);
  }.strong-summary .local-region{
    flex-basis: auto;
    padding-top: 0;
  }
}
