body{margin:0;padding:0;font-family:"Fredoka", sans-serif;}
*,*::before,*::after{box-sizing:border-box;}
:root {
  --delay-nav: ease;
}
.strong-brand {
    width: 100%;
    background: #f6ecdb;
    color: #241c14;
    border-bottom: 1px solid #e0cfb4;
    padding: 1.5rem 1.55rem;
  }
.featured-group {
    max-width: 1560px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1.75rem;
  }
.featured-lead {
    justify-self: center;
    font-size: calc(18.3px * 1.125);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #241c14;
    text-decoration: none;
    padding: calc(1.75rem * 1.5) calc(1.5rem * .75);
    border-radius: 0.49rem;
    background: #efe2cc;
    color: #3d3227;
    transition: background 370ms var(--delay-nav), color 370ms var(--delay-nav);
  }
.featured-lead:hover {
    background: #0f8a63;
    color: #fdf8ee;
  }
.nav-group {
    display: flex;
    align-items: center;
  }
.nav-group--left {
    justify-content: flex-start;
  }
.nav-group--right {
    justify-content: flex-end;
  }
.nav-list {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
.nav-link {
    display: inline-block;
    padding: calc(1.75rem * 1.5) calc(1.5rem * .75);
    font-size: 18.3px;
    color: #241c14;
    text-decoration: none;
    border-radius: 0.25rem;
    transition: background 370ms var(--delay-nav), color 370ms var(--delay-nav);
  }
.nav-link:hover {
    background: #efe2cc;
    color: #3d3227;
  }
.primary-rail {
    display: none;
    justify-self: end;
    width: 44px;
    height: 44px;
    padding: 10px;
    background: #efe2cc;
    color: #3d3227;
    border: 1px solid #e0cfb4;
    border-radius: 0.49rem;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    transition: background 370ms var(--delay-nav);
  }
.primary-rail:hover {
    background: #0f8a63;
    color: #fdf8ee;
  }
.content-fields {
    display: block;
    height: 2px;
    width: 100%;
    background: currentColor;
    border-radius: 2px;
  }
.main-team {
    max-width: 1560px;
    margin: 1.5rem auto 0;
    background: #fdf8ee;
    color: #241c14;
    border: 1px solid #e0cfb4;
    border-radius: 1rem;
    box-shadow: 0 6px 26px rgba(0,0,0,0.11);
    padding: calc(1.5rem * .75);
  }
.main-team[hidden]{display: none;}
.public-callout {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: calc(1.75rem * 1.5);
  }
.steady-fields {
    display: block;
    padding: calc(1.75rem * 1.5) calc(1.5rem * .75);
    font-size: calc(18.3px * 1.125);
    color: #241c14;
    text-decoration: none;
    border-radius: 0.49rem;
    background: #efe2cc;
    color: #3d3227;
    transition: background 370ms var(--delay-nav), color 370ms var(--delay-nav);
  }
.steady-fields:hover {
    background: #0f8a63;
    color: #fdf8ee;
  }
@media (max-width: 767px) {
    .featured-group {
      grid-template-columns: 1fr auto;
      gap: calc(1.75rem * 1.5);
    }

    .nav-group {
      display: none;
    }

    .featured-lead {
      justify-self: start;
      font-size: 18.3px;
    }

    .primary-rail {
      display: flex;
    }
  }
@media (min-width: 768px) {
    .main-team {
      display: none !important;
    }
  }
.secondary-visual{font-family:"Fredoka", sans-serif;font-size:18.3px;line-height:1.64;padding:0;background:#241c14;color:#fdf8ee;}
.focused-stack{max-width:1560px;margin:0 auto;padding:calc(1.5rem * 2.4) 1.55rem;display:flex;flex-direction:column;gap:calc(1.75rem * 1.5)}
.secondary-stack{display:grid;grid-template-columns:1fr;gap:1.75rem;padding:calc(1.5rem * .75);background:rgba(255, 255, 255, 0.06);border-radius:0}
.text-method{font-size:calc(18.3px * 1.35);line-height:1.64;margin:0 0 1.5rem;font-weight:600}
.narrow-stack{margin:0;font-size:18.3px;opacity:0.9}
.plain-stack{display:block;font-size:calc(18.3px * .875);margin-bottom:1.5rem;opacity:0.85}
.narrow-wrap{display:flex;flex-wrap:wrap;gap:1.75rem}
.service-form{flex:1 1 14rem;min-width:0;padding:0.7rem 0.9rem;font-family:inherit;font-size:18.3px;color:#fdf8ee;background:rgba(255, 255, 255, 0.1);border:1px solid rgba(255, 255, 255, 0.25);border-radius:0.25rem;outline:none}
.service-form::placeholder{opacity:0.8}
.service-form:focus{border-color:#a01e63;box-shadow:0 0 0 3px #0f8a63}
.soft-figure{flex:0 0 auto;padding:0.7rem 1.2rem;font-family:inherit;font-size:18.3px;font-weight:600;color:#fdf8ee;background:#0f8a63;border:none;border-radius:0.25rem;cursor:pointer;transition:background 370ms var(--delay-nav)}
.soft-figure:hover{background:#0b6e4f;color:#241c14;}
.quiet-headline{margin:1.5rem 0 0;font-size:calc(18.3px * .875);opacity:0.75}
.title{display:grid;grid-template-columns:1fr;gap:1.75rem}
.fresh-section{font-size:18.3px;font-weight:600;margin:0 0 1.5rem;letter-spacing:0.02em;text-transform:uppercase;opacity:0.85}
.soft-proof{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.4rem}
.soft-proof a{color:inherit;text-decoration:none;font-size:18.3px;transition:opacity 370ms var(--delay-nav)}
.soft-proof a:hover{opacity:0.7;text-decoration:underline;color:inherit}
.compact-headline{padding-top:1.5rem;border-top:1px solid rgba(255, 255, 255, 0.15)}
.top-panel{font-style:normal;display:flex;flex-direction:column;gap:0.35rem}
.clear-steps{margin:0;font-size:18.3px}
.clear-steps a{color:inherit;text-decoration:none}
.clear-steps a:hover{text-decoration:underline;color:inherit}
.secondary-proof{padding-top:1.5rem;border-top:1px solid rgba(255, 255, 255, 0.15);display:flex;flex-direction:column;gap:1.5rem;font-size:calc(18.3px * .875)}
.plain-rail{margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem}
.plain-rail a{color:inherit;text-decoration:none}
.plain-rail a:hover{text-decoration:underline;color:inherit}
.clear-team{opacity:0.6}
.active-steps{margin:0;opacity:0.8;max-width:60ch}
.steady-wrap{margin:0;opacity:0.7}
@media (min-width: 640px) {.secondary-stack{grid-template-columns:1fr 1fr;align-items:start}.title{grid-template-columns:repeat(3, 1fr)}
  }
@media (min-width: 960px) {.title{grid-template-columns:repeat(3, 1fr);gap:calc(1.75rem * 1.5)}.focused-stack{gap:calc(1.5rem * 2.4)}
  }
footer,footer *{border-radius:0!important;}
footer .main-quote{flex:1 1 100%;max-width:1560px;margin:1.5rem auto 0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb,currentColor 22%,transparent);font-size:calc(18.3px * .875);line-height:1.64;opacity:.82;overflow-wrap:anywhere;}
.cookies{position:fixed;left:1.55rem;right:1.55rem;bottom:1.5rem;z-index:1200}
.cookies .site-story{max-width:1560px;margin:0 auto;display:flex;flex-wrap:wrap;gap:1.75rem;align-items:center;padding:1.5rem;border:1px solid color-mix(in srgb,currentColor 24%,transparent);border-radius:1rem;background:linear-gradient(135deg, #f6ecdb 0%, #f0dfc4 55%, #e8d3b3 100%);color:#241c14;box-shadow:0 18px 46px rgba(0,0,0,0.13)}
.cookies .site-story>*{min-width:0;flex:1 1 12rem}
.cookies strong{display:block;font-size:calc(18.3px * 1.35);line-height:1.12}
.cookies p{margin:calc(1.5rem * .75) 0 0;line-height:1.64}
.cookies .simple-copy{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:calc(1.5rem * .75)}
.cookies .simple-copy>*{min-width:0;flex:1 1 10rem}
.cookies button{border:1px solid color-mix(in srgb,currentColor 28%,transparent);border-radius:0.25rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer}
.cookies button.cookie-accept{background:#0f8a63;color:#fdf8ee;border-color:#0f8a63}
@media(max-width:760px){.cookies .site-story{display:block}.cookies .simple-copy{justify-content:flex-start;margin-top:1.5rem}}
.focused-view{--mark-main:calc(1.5rem * 1.35);--layer-content:calc(1560px / 3.1);padding:calc(1.5rem * 2.4) 1.55rem;background:#f6ecdb;color:#241c14;}
.focused-view .team-body{max-width:1560px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.75rem;}
.focused-view h1,.focused-view p{margin:0;}
.focused-view h1{font-size:calc(18.3px * 2.65);line-height:1.08;margin-top:calc(1.5rem / 2.2);}
.focused-view p{font-size:18.3px;line-height:1.64;}
.focused-view a{color:inherit;text-decoration:none;}
.focused-view a:hover{color:#a01e63;}
.focused-view .media-body{flex:1 1 22rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.75rem * 1.5);}
.focused-view .open-details{font-size:calc(18.3px * .875);letter-spacing:0.06em;text-transform:uppercase;color:#3d3227;}
.focused-view .clear-copy{font-size:calc(18.3px * 1.125);}
.focused-view .quiet-form{display:flex;flex-wrap:wrap;align-items:center;gap:calc(1.5rem * .75);}
.focused-view .bottom-grid{display:inline-flex;align-items:center;justify-content:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.25rem;background:#0f8a63;color:#fdf8ee;}
.focused-view .bottom-grid:hover{background:#0b6e4f;color:#fdf8ee;}
.focused-view .mark{display:inline-flex;align-items:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.25rem;background:transparent;color:#241c14;}
.focused-view .mark:hover{background:color-mix(in srgb, currentColor 10%, transparent);color:#241c14;}
.focused-view .contact-inner{flex:0 1 var(--layer-content);min-width:0;display:flex;flex-direction:column;gap:calc(1.75rem * 1.5);padding:calc(1.5rem * .75);border-radius:1rem;background:#fdf8ee;color:#241c14;border:1px solid #e0cfb4;}
.focused-view .contact-inner .clear-method{font-size:calc(18.3px * .875);}
@media(max-width:820px){.focused-view .team-body{flex-direction:column;}.focused-view .contact-inner{flex:1 1 auto;}}
.open-grid{position:relative;overflow:hidden;isolation:isolate;}
.open-grid>*{position:relative;z-index:1;}
.open-grid::after{content:"";position:absolute;right:clamp(1rem,5vw,4rem);top:18%;width:clamp(5rem,13vw,9rem);aspect-ratio:1;border:1px solid color-mix(in srgb,currentColor 18%,transparent);border-radius:999px;opacity:.55;animation:wpAccentRing calc(18s + (1 * 5s)) var(--delay-nav) infinite alternate;pointer-events:none;}
@keyframes wpAccentRing{from{transform:scale(.96);}to{transform:scale(1.04) translateY(calc(1 * .4rem));}}
@media (prefers-reduced-motion: reduce){.open-grid::before,.open-grid::after{animation:none!important;}}
.local-copy{--mark-main:calc(1.5rem * 1.25);padding:calc(1.5rem * 2.4) 1.55rem;background:#0f8a63;color:#fdf8ee;}
.local-copy .team-body{max-width:1560px;margin:0 auto;}
.local-copy h2,.local-copy h3,.local-copy p{margin:0;}
.local-copy h2{font-size:calc(18.3px * 2);line-height:1.14;}
.local-copy h3{font-size:calc(18.3px * 1.35);line-height:1.22;}
.local-copy p{font-size:18.3px;line-height:1.64;}
.local-copy a{color:inherit;text-decoration:none;}
.local-copy .open-details{font-size:calc(18.3px * .875);letter-spacing:0.06em;text-transform:uppercase;opacity:0.72;}
.local-copy .clear-copy{margin-top:calc(1.5rem / 2);opacity:0.86;}
.local-copy .quiet-form{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.25rem;background:#fdf8ee;color:#0f8a63;font-size:calc(18.3px * .875);}
.local-copy .simple-body{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.75rem;}
.local-copy .simple-body>.media-body{flex:1 1 26rem;min-width:0;}
.local-copy .simple-body>.quiet-form{flex:0 0 auto;align-self:flex-end;}
.local-copy .service-team{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.75rem;margin-top:var(--mark-main);flex:1 1 100%;}
.local-copy .compact-region{flex:1 1 calc(1560px / 4);min-width:0;padding-top:calc(1.5rem * .75);border-top:1px solid color-mix(in srgb, currentColor 26%, transparent);}
.local-copy .compact-region p{margin-top:calc(1.5rem / 3);opacity:0.82;}
.local-copy .compact-region a{display:inline-block;margin-top:calc(1.5rem / 2.5);font-size:calc(18.3px * .875);text-decoration:underline;text-underline-offset:0.25em;}
.local-copy .compact-region a:hover{opacity:0.78;}
@media (max-width:720px){.local-copy .simple-body>.quiet-form{align-self:flex-start;}.local-copy .compact-region{flex:1 1 100%;}
}
.top-stack{
        padding: calc(1.5rem * 2.4) 1.55rem;
        background: #efe2cc;
        color: #3d3227;
    }
.top-stack .team-body{max-width: 1560px;
        margin: 0 auto;
        width: min(100%, 54rem);}
.top-stack .strong-unit{margin-bottom: calc(1.75rem * 1.5);}
.top-stack .clear-copy{margin: 0 0 1.5rem;
        font-size: 18.3px;
        line-height: 1.64;}
.top-stack h2{margin: 0;
        font-size: calc(18.3px * 2);
        line-height: 1.1;}
.top-stack .media-header{display: flex;
        flex-wrap: wrap;
        gap: 1.75rem;
        align-items: flex-start;}
.top-stack .open-details{
        flex: 1 1 16rem;
        padding: calc(1.5rem * .75);
        background: #fdf8ee;
        color: #241c14;
        border: 1px solid #e0cfb4;
        border-radius: 1rem;
        line-height: 1.64;
    }
.top-stack .open-details p{margin: 0 0 calc(1.5rem * .75);}
.top-stack .open-details p:last-child{margin-bottom: 0;}
.top-stack .bottom-footer a{color:inherit;
        text-decoration: underline;
        text-underline-offset: 3px;}
.top-stack .bottom-footer a:hover{color: #a01e63;}
.top-stack .service-team{flex: 2 1 22rem;
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.top-stack li{padding: calc(1.5rem * .75) 0;
        border-top: 1px solid #e0cfb4;}
.top-stack li:first-child{border-top: 0;
        padding-top: 0;}
.top-stack strong{display: block;
        font-size: calc(18.3px * 1.125);
        line-height: 1.2;
        margin-bottom: calc(1.5rem * .75);}
.top-stack span{display: block;
        font-size: 18.3px;
        line-height: 1.64;}
@media (max-width: 720px) {.top-stack .media-header{
            display: block;
        }.top-stack .open-details{
            margin-bottom: 1.5rem;
        }
    }
.offer-tile{--mark-main:calc(1.5rem * 0.91);--copy-nav:calc(1560px / 3.21);padding:calc(1.5rem * 2.4) 1.55rem;background:#0f8a63;color:#fdf8ee;}
.offer-tile .team-body{max-width:1560px;margin:0 auto;display:flex;flex-direction:column;row-gap:calc(1.75rem * 1.5);}
.offer-tile h2,.offer-tile h3,.offer-tile p{margin:0;}
.offer-tile h2{font-size:calc(18.3px * 2);line-height:1.12;}
.offer-tile h3{font-size:calc(18.3px * 1.35);line-height:1.2;}
.offer-tile p{font-size:18.3px;line-height:1.64;}
.offer-tile .clear-copy{max-width:calc(1560px / 2);}
.offer-tile .service-team{display:flex;flex-wrap:wrap;gap:var(--mark-main);}
.offer-tile .compact-region{flex:1 1 var(--copy-nav);min-width:0;padding:calc(var(--mark-main) * .75);border-radius:0.49rem;background:color-mix(in srgb, currentColor 10%, transparent);}
.offer-tile .compact-region p{margin-top:calc(1.5rem / 3);}
.offer-tile .bottom-footer{font-size:calc(18.3px * .875);}
.offer-tile .bottom-footer a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.offer-tile .bottom-footer a:hover{}
.controls{
  background: #f6ecdb;
  color: #241c14;
  padding: calc(1.5rem * 2.4) 1.55rem;
}
.controls .team-body{width: min(100%, 1560px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.75rem * 1.5);
  align-items: flex-start;}
.controls h2,
.controls h3,
.controls p{margin: 0;}
.controls .contact-inner{flex: 1 1 20rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.controls h2{font-size: calc(18.3px * 2);
  line-height: 1.08;}
.controls .contact-inner p{line-height: 1.64;}
.controls .contact-inner .open-details{
  font-size: calc(18.3px * .875);
  color: #3d3227;
  background: #efe2cc;
  padding: calc(1.5rem * .75);
  border-radius: 0.49rem;
}
.controls .top-section{flex: 1 1 30rem;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;}
.controls .contact-callout{font-size: calc(18.3px * 1.125);
  line-height: 1.64;}
.controls .steady-service{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: calc(1.5rem * .75) 0;
  border-top: 1px solid #e0cfb4;}
.controls .steady-service:first-of-type{border-top: none;
  padding-top: 0;}
.controls .steady-service h3{flex: 1 1 12rem;
  min-width: 0;
  font-size: calc(18.3px * 1.35);
  line-height: 1.18;}
.controls .steady-service p{flex: 2 1 18rem;
  min-width: 0;
  line-height: 1.64;}
@media (max-width: 640px) {.controls .steady-service h3,
  .controls .steady-service p{
    flex: 1 1 100%;
  }
}
.fresh-flow{
  --mark-main:calc(1.5rem * 1.10);
  --copy-nav:calc(1560px / 3.42);
  padding:calc(1.5rem * 2.4) 1.55rem;
  background:#a01e63;
  color:#fdf8ee;
}
.fresh-flow .team-body{max-width:1560px;
  margin:0 auto;}
.fresh-flow h2,
.fresh-flow h3,
.fresh-flow p{margin:0;}
.fresh-flow h2{font-size:calc(18.3px * 2);
  line-height:1.14;}
.fresh-flow h3{font-size:calc(18.3px * 1.35);
  line-height:1.22;}
.fresh-flow p{font-size:18.3px;
  line-height:1.64;
  color:color-mix(in srgb, currentColor 78%, transparent);}
.fresh-flow .clear-copy{margin-top:1.5rem;
  max-width:calc(1560px / 2);}
.fresh-flow .visual-plan{display:flex;
  flex-wrap:wrap;
  gap:var(--mark-main);
  margin-top:var(--mark-main);}
.fresh-flow .compact-region{
  flex:1 1 var(--copy-nav);
  min-width:0;
  padding:calc(var(--mark-main) * .75);
  border-radius:0.49rem;
  background:color-mix(in srgb, currentColor 10%, transparent);
}
.fresh-flow .compact-region p{margin-top:calc(1.5rem / 3);}
@media (max-width:720px){.fresh-flow .clear-copy{
    max-width:none;
  }
}
.contact-service{padding:calc(1.5rem * 2.4) 1.55rem;background:#241c14;color:#fdf8ee}
.contact-service .team-body{max-width:1560px;margin:0 auto}
.contact-service h2{margin:0;font-size:calc(18.3px * 2);line-height:1.08}
.contact-service .plain-grid{margin:1.5rem 0 calc(1.75rem * 1.5);color:#d9c9b2;line-height:1.64}
.contact-service ol{margin:0;padding:0;list-style:none;counter-reset:mission;display:flex;flex-direction:column;gap:calc(1.75rem * 1.5)}
.contact-service li{counter-increment:mission;display:grid;grid-template-columns:minmax(2.5rem,auto) minmax(0,1fr);column-gap:1.75rem;row-gap:calc(1.5rem * .75);padding-top:1.5rem;border-top:1px solid rgba(253,248,238,0.18)}
.contact-service li:before{content:counter(mission,decimal-leading-zero);grid-row:1 / span 3;font-size:calc(18.3px * .875);color:#d9c9b2;letter-spacing:0.08em}
.contact-service h3{margin:0;font-size:calc(18.3px * 1.35);line-height:1.2}
.contact-service li p{margin:0;color:#d9c9b2;line-height:1.64}
.contact-service li span{font-size:calc(18.3px * .875);color:#fdf8ee;background:#a01e63;padding:0.35rem 0.75rem;border-radius:0.25rem;justify-self:start}
@media(max-width:720px){.contact-service li{grid-template-columns:minmax(0,1fr)}.contact-service li:before{grid-row:auto}}
.content-contact{--mark-main:calc(1.5rem * 1.13);padding:calc(1.5rem * 2.4) 1.55rem;background:#f6ecdb;color:#241c14;}
.content-contact .team-body{max-width:1560px;margin:0 auto;}
.content-contact h2,.content-contact p{margin:0;}
.content-contact h2{font-size:calc(18.3px * 2);line-height:1.12;}
.content-contact p{font-size:18.3px;line-height:1.64;}
.content-contact a{text-decoration:none;border-bottom:1px solid color-mix(in srgb, #0f8a63 45%, transparent);}
.content-contact a:hover{border-bottom-color:#a01e63;}
.content-contact .primary-method{display:flex;align-items:flex-start;gap:1.75rem;}
.content-contact .fresh-brand{padding-block:calc(var(--mark-main) / 2);}
.content-contact .media-frame{row-gap:calc(var(--mark-main) * 1.2);}
.content-contact .media-body{flex:1 1 calc(1560px / 3);min-width:0;}
.content-contact .media-body p{margin-top:1.5rem;}
.content-contact .media-body .bottom-footer{margin-top:calc(1.5rem * .75);font-size:calc(18.3px * .875);}
.content-contact .clear-group{flex:2 1 calc(1560px / 2);display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.content-contact details{padding:calc(1.5rem * .75);border-radius:0.49rem;background:#fdf8ee;color:#241c14;border:1px solid #e0cfb4;}
.content-contact summary{cursor:pointer;font-weight:700;font-size:18.3px;}
.content-contact details p{margin-top:calc(1.5rem / 2);}
@media(max-width:720px){.content-contact .primary-method{flex-direction:column;}}
.top-view{padding:calc(1.5rem * 2.4) 1.55rem;background:#f6ecdb;color:#241c14;}
.primary-visual{max-width:1560px;margin:0 auto;}
.top-view h1{margin:0;font-size:calc(18.3px * 2.65);line-height:1.08;}
.open-tile{--mark-main:calc(1.5rem * 0.95);padding:calc(1.5rem * 2.4) 1.55rem;background:#f6ecdb;color:#241c14;}
.open-tile .team-body{max-width:1560px;margin:0 auto;}
.open-tile h2,.open-tile h3,.open-tile p{margin:0;}
.open-tile h2{font-size:calc(18.3px * 2);line-height:1.12;}
.open-tile h3{font-size:calc(18.3px * 1.35);line-height:1.2;}
.open-tile p{font-size:18.3px;line-height:1.64;}
.open-tile a{color:inherit;text-decoration:none;}
.open-tile a:hover{color:#a01e63;}
.open-tile .primary-tile{display:flex;flex-wrap:wrap;gap:1.75rem;align-items:flex-start;}
.open-tile .primary-tile>h2{flex:1 1 calc(1560px / 3.2);min-width:0;}
.open-tile .primary-tile>.clear-copy{flex:1 1 calc(1560px / 2.6);min-width:0;}
.open-tile .service-team{display:flex;flex-wrap:wrap;gap:var(--mark-main);margin-top:calc(var(--mark-main) * 1.15);}
.open-tile .compact-region{flex:1 1 calc(1560px / 3.6);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.49rem;background:#fdf8ee;color:#241c14;border:1px solid #e0cfb4;}
.open-tile .compact-region p{margin-top:calc(1.5rem / 3);}
.open-tile .bottom-footer{margin-top:calc(var(--mark-main) * 1.1);padding-top:calc(var(--mark-main) * .8);border-top:1px solid #e0cfb4;}
.open-tile .bottom-footer .open-details{font-size:calc(18.3px * .875);}
.simple-proof{
    padding:calc(1.5rem * 2.4) 1.55rem;
    background:#f6ecdb;
    color:#241c14;
}
.simple-proof .team-body{max-width:1560px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(1.75rem * 1.5);}
.simple-proof .clear-copy h2{margin:0 0 0.6rem;
    font-size:calc(18.3px * 2);
    line-height:1.2;}
.simple-proof .clear-copy p{margin:0;
    font-size:18.3px;
    line-height:1.64;}
.simple-proof .page-track{display:flex;
    flex-wrap:wrap;
    gap:1.75rem;}
.simple-proof .bottom-footer{
    flex:1 1 260px;
    background:#fdf8ee;
    color:#241c14;
    border:1px solid #e0cfb4;
    border-radius:1rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 5px rgba(0,0,0,0.08);
}
.simple-proof .bottom-footer h3{margin:0 0 0.5rem;
    font-size:calc(18.3px * 1.35);}
.simple-proof .bottom-footer p{margin:0;
    font-size:calc(18.3px * .875);
    line-height:1.64;}
.simple-proof .bottom-footer a{text-decoration:underline;
    text-underline-offset:2px;}
.simple-proof .bottom-footer a:hover{}
.simple-proof .open-details{border-top:1px solid #e0cfb4;
    padding-top:calc(1.75rem * 1.5);
    display:flex;
    flex-direction:column;
    gap:0.75rem;}
.simple-proof .open-details p{margin:0;
    font-size:calc(18.3px * .875);
    line-height:1.64;}
.simple-proof .open-details .mark a{text-decoration:underline;
    text-underline-offset:2px;}
.simple-proof .open-details .mark a:hover{}
@media (max-width:760px){.simple-proof .page-track{
        flex-direction:column;
    }
}
.soft-header{
        padding: calc(1.5rem * 2.4) 1.55rem;
        background: #efe2cc;
        color: #3d3227
    }
.soft-header .team-body{max-width: 1560px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
        gap: 1.55rem;
        align-items: start}
.soft-header .clear-copy h2{margin: 0 0 calc(1.75rem * 1.5);
        font-size: calc(18.3px * 2);
        line-height: 1.1}
.soft-header .strong-unit{margin: 0;
        font-size: 18.3px;
        line-height: 1.64}
.soft-header .secondary-tile{display: flex;
        flex-direction: column;
        gap: calc(1.75rem * 1.5)}
.soft-header .clear-method h3{margin: 0 0 calc(calc(1.5rem * .75) * .5);
        font-size: calc(18.3px * 1.35);
        line-height: 1.2}
.soft-header .clear-method p{margin: 0;
        font-size: 18.3px;
        line-height: 1.64}
.soft-header .content-intro{display: flex;
        flex-wrap: wrap;
        gap: calc(calc(1.5rem * .75) * .75);
        padding-top: calc(1.75rem * 1.5);
        border-top: 1px solid #e0cfb4}
.soft-header .content-intro span{
        border-radius: 0.25rem;
        background: #fdf8ee;
        color: #241c14;
        border: 1px solid #e0cfb4;
        padding: calc(calc(1.5rem * .75) * .5) calc(1.5rem * .75);
        font-size: calc(18.3px * .875)
    }
@media (max-width: 860px) {.soft-header .team-body{
            grid-template-columns: minmax(0, 1fr)
        }
    }
.team-proof{--mark-main:calc(1.5rem * 0.9);--mark-active:calc(1560px / 3.1);padding:calc(1.5rem * 2.4) 1.55rem;background:#f6ecdb;color:#241c14;}
.team-proof .team-body{max-width:1560px;margin:0 auto;}
.team-proof h2,.team-proof h3,.team-proof p{margin:0;}
.team-proof h2{font-size:calc(18.3px * 2);line-height:1.12;}
.team-proof h3{font-size:calc(18.3px * 1.35);line-height:1.22;}
.team-proof p{font-size:18.3px;line-height:1.64;}
.team-proof a{text-decoration:none;}
.team-proof a:hover{}
.team-proof .clear-copy{margin-top:1.5rem;}
.team-proof .open-details{margin-top:calc(1.75rem * 1.5);font-size:calc(18.3px * .875);}
.team-proof .open-details a{}
.team-proof .service-team{display:flex;flex-direction:column;gap:var(--mark-main);}
.team-proof .compact-region{min-width:0;padding-bottom:var(--mark-main);border-bottom:1px solid #e0cfb4;}
.team-proof .compact-region:last-child{padding-bottom:0;border-bottom:0;}
.team-proof .compact-region p{margin-top:calc(1.5rem / 3);}
.team-proof .compact-region .quiet-form{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;margin-top:calc(1.5rem * .75);padding:calc(calc(1.5rem * .75) * 0.7) 1.5rem;border-radius:0.25rem;background:#0f8a63;color:#fdf8ee;font-size:calc(18.3px * .875);}
.team-proof .compact-region .quiet-form:hover{background:#0b6e4f;color:#fdf8ee;}
.team-proof .primary-method{display:flex;align-items:flex-start;gap:calc(1.75rem * 1.4);}
.team-proof .primary-method>.media-body{flex:1 1 var(--mark-active);min-width:0;}
.team-proof .primary-method>.service-team{flex:2 1 var(--mark-active);min-width:0;}
@media(max-width:760px){.team-proof .primary-method{flex-direction:column;gap:1.75rem;}.team-proof .primary-method>.service-team{margin-top:var(--mark-main);}}
.media-brand{--mark-main:calc(1.5rem * 1.1);--state-main:calc(1560px / 2.6);padding:calc(1.5rem * 2.4) 1.55rem;background:#f6ecdb;color:#241c14;}
.media-brand .team-body{max-width:1560px;margin:0 auto;}
.media-brand h2,.media-brand h3,.media-brand p{margin:0;}
.media-brand h2{font-size:calc(18.3px * 2);line-height:1.14;}
.media-brand h3{font-size:calc(18.3px * 1.35);line-height:1.22;}
.media-brand p{font-size:18.3px;line-height:1.64;}
.media-brand .primary-method{display:flex;align-items:flex-start;gap:1.75rem;}
.media-brand .media-body{flex:1 1 var(--state-main);min-width:0;}
.media-brand .media-body .clear-copy{margin-top:1.5rem;}
.media-brand .media-body .open-details{margin-top:calc(1.75rem * 1.5);padding-top:calc(1.75rem * 1.5);border-top:1px solid #e0cfb4;font-size:calc(18.3px * .875);color:#3d3227;}
.media-brand .service-team{flex:2 1 var(--state-main);display:flex;flex-direction:column;gap:var(--mark-main);min-width:0;}
.media-brand .compact-region{padding-bottom:var(--mark-main);border-bottom:1px solid #e0cfb4;}
.media-brand .compact-region:last-child{padding-bottom:0;border-bottom:0;}
.media-brand .compact-region p{margin-top:calc(1.5rem / 3);color:#3d3227;}
@media(max-width:820px){.media-brand .primary-method{flex-direction:column;}.media-brand .media-body,.media-brand .service-team{flex:1 1 auto;width:100%;}}
.fresh-region{--mark-main:calc(1.5rem * 1.15);--state-strong:calc(1.5rem / 2.4);padding:calc(1.5rem * 2.4) 1.55rem;background:#f6ecdb;color:#241c14;}
.fresh-region .team-body{max-width:1560px;margin:0 auto;}
.fresh-region h1,.fresh-region h2,.fresh-region h3,.fresh-region p{margin:0;}
.fresh-region h2{font-size:calc(18.3px * 2);line-height:1.14;}
.fresh-region h3{font-size:calc(18.3px * 1.35);line-height:1.22;}
.fresh-region p{font-size:18.3px;line-height:1.64;}
.fresh-region .open-details{font-size:calc(18.3px * .875);letter-spacing:.04em;text-transform:uppercase;color:#3d3227;margin-bottom:var(--state-strong);}
.fresh-region .clear-copy{margin-top:1.5rem;}
.fresh-region .service-team{display:flex;flex-direction:column;gap:var(--mark-main);margin-top:var(--mark-main);}
.fresh-region .compact-region{min-width:0;padding-left:1.55rem;border-left:2px solid #e0cfb4;}
.fresh-region .compact-region p{margin-top:calc(1.5rem / 3.4);}
.fresh-region .bottom-footer{margin-top:var(--mark-main);font-size:calc(18.3px * .875);color:#3d3227;}
.fresh-region .bottom-footer a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.fresh-region .bottom-footer a:hover{color:#a01e63;}
@media (min-width:900px){.fresh-region .service-team{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--mark-main) 1.75rem;}.fresh-region .compact-region:last-child{grid-column:1 / -1;}
}
.text-view{
  --mark-main:calc(1.5rem * 1.32);
  --mark-active:calc(1560px / 2.45);
  padding:calc(1.5rem * 2.4) 1.55rem;
  background:#0f8a63;
  color:#fdf8ee;
}
.text-view .team-body{max-width:1560px;
  margin:0 auto;}
.text-view h1,
.text-view h2,
.text-view h3,
.text-view p{margin:0;}
.text-view h2{font-size:calc(18.3px * 2);
  line-height:1.12;}
.text-view p{font-size:18.3px;
  line-height:1.64;
  color:color-mix(in srgb, currentColor 78%, transparent);}
.text-view a{color:inherit;
  text-decoration:none;}
.text-view .open-details{font-size:calc(18.3px * .875);
  text-transform:uppercase;
  letter-spacing:0.04em;
  color:color-mix(in srgb, currentColor 62%, transparent);}
.text-view .clear-copy{max-width:var(--mark-active);}
.text-view .quiet-form{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  padding:calc(1.5rem * .75) 1.5rem;
  border-radius:0.25rem;
  background:#fdf8ee;
  color:#0f8a63;
  font-weight:600;
  transition:background 370ms var(--delay-nav), color 370ms var(--delay-nav);
}
.text-view .quiet-form:hover{
  background:#a01e63;
  color:#fdf8ee;
}
.text-view .bottom-footer{font-size:calc(18.3px * .875);
  color:color-mix(in srgb, currentColor 70%, transparent);}
.text-view .bottom-footer a{text-decoration:underline;
  text-underline-offset:3px;}
.text-view .bottom-footer a:hover{}
.text-view .plain-entries > h2,
.text-view .plain-entries > p,
.text-view .plain-entries > .quiet-form{margin-top:1.5rem;}
.text-view .plain-entries > .open-details{margin-top:0;}
.direct-story{
  padding: calc(1.5rem * 2.4) 1.55rem;
  background: #241c14;
  color: #fdf8ee;
}
.direct-story .team-body{max-width: min(1560px, 76rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.75rem * 1.5);
  align-items: flex-start;}
.direct-story .clear-copy{flex: 1 1 22rem;
  min-width: 0;}
.direct-story .clear-copy h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(18.3px * 2);
  line-height: 1.1;}
.direct-story .clear-copy p{margin: 0 0 calc(1.5rem * .75);
  font-size: 18.3px;
  line-height: 1.64;
  color: #d9c9b2;}
.direct-story .clear-copy a{
  display: inline-block;
  margin-top: calc(calc(1.5rem * .75) * .4);
  padding: calc(calc(1.5rem * .75) * .75) calc(1.5rem * .75);
  border-radius: 0.49rem;
  background: #0f8a63;
  color: #fdf8ee;
  text-decoration: none;
  font-size: 18.3px;
  transition: background 370ms var(--delay-nav);
}
.direct-story .clear-copy a:hover{
  background: #0b6e4f;color:#241c14;}
.direct-story .service-section{flex: 1 1 20rem;
  min-width: 0;}
.direct-story .service-team{
  list-style: none;
  margin: 0;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #fdf8ee;
  color: #241c14;
}
.direct-story .compact-region{padding: 0 0 calc(1.5rem * .75);
  margin: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid #e0cfb4;}
.direct-story .compact-region:last-child{padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;}
.direct-story .compact-region strong{display: block;
  font-size: 18.3px;
  margin-bottom: calc(calc(1.5rem * .75) * .3);}
.direct-story .compact-region span{display: block;
  font-size: calc(18.3px * .875);
  line-height: 1.64;color:inherit;}
.direct-story .open-details{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.3px * .875);
  line-height: 1.64;
  color: #d9c9b2;}
@media (max-width: 760px) {.direct-story .team-body{
    flex-direction: column;
  }
}
.plain-items{
        padding: calc(1.5rem * 2.4) 1.55rem;
        background: linear-gradient(135deg, #f6ecdb 0%, #f0dfc4 55%, #e8d3b3 100%);
        color: #241c14;
    }
.plain-items .team-body{max-width: 1560px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.75rem * 1.5);
        align-items: flex-start;}
.plain-items .clear-copy{flex: 1 1 20rem;
        position: sticky;
        top: 1.5rem;}
.plain-items h2{margin: 0;
        font-size: calc(18.3px * 2);
        line-height: 1.08;}
.plain-items .clear-copy p{margin: calc(1.5rem * .75) 0 0;
        font-size: 18.3px;
        line-height: 1.64;}
.plain-items .plain-headline{flex: 1 1 32rem;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.plain-items .top-headline{
        padding: calc(1.5rem * .75);
        border: 1px solid #e0cfb4;
        border-radius: 1rem;
        background: #fdf8ee;
        color: #241c14;
        box-shadow: 0 1px 5px rgba(0,0,0,0.08);
    }
.plain-items .top-headline:nth-child(even){
        background: #efe2cc;
        color: #3d3227;
    }
.plain-items .compact-inner{font-size: 18.3px;
        line-height: 1.64;}
.plain-items .text-footer{margin-top: calc(1.5rem * .75);
        display: flex;
        flex-wrap: wrap;
        gap: calc(1.5rem * .75);
        justify-content: space-between;
        align-items: baseline;}
.plain-items .text-footer strong{font-size: calc(18.3px * .875);}
.plain-items .text-footer span{font-size: calc(18.3px * .875);
        opacity: 0.85;}
@media (max-width: 760px) {.plain-items .clear-copy{
            position: static;
        }.plain-items .text-footer{
            flex-direction: column;
            align-items: flex-start;
        }
    }
.content-visual{
  --mark-main:calc(1.5rem * 0.9);
  --space-list:calc(calc(1.5rem * .75) * 0.9);
  padding:calc(1.5rem * 2.4) 1.55rem;
  background:#f6ecdb;
  color:#241c14;
}
.content-visual .team-body{max-width:1560px;margin:0 auto;}
.content-visual h1,.content-visual h2,.content-visual h3,.content-visual p{margin:0;}
.content-visual h1{font-size:calc(18.3px * 2.65);line-height:1.1;}
.content-visual h3{font-size:calc(18.3px * 1.35);line-height:1.22;}
.content-visual p{font-size:18.3px;line-height:1.64;}
.content-visual a{text-decoration:none;border-bottom:1px solid currentColor;}
.content-visual a:hover{}
.content-visual .strong-unit{display:flex;flex-direction:column;gap:calc(1.75rem * 1.5);}
.content-visual .strong-unit .clear-copy{font-size:calc(18.3px * 1.125);}
.content-visual .bottom-footer{list-style:none;
  margin:calc(1.75rem * 1.5) 0 0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:var(--mark-main);
  border-top:1px solid #e0cfb4;}
.content-visual .unit{display:flex;
  gap:1.75rem;
  align-items:flex-start;
  padding:var(--space-list) 0;
  border-bottom:1px solid #e0cfb4;}
.content-visual .unit .wide-links{flex:0 0 auto;
  min-width:2.4rem;
  font-size:calc(18.3px * 1.125);
  font-weight:600;
  line-height:1.1;}
.content-visual .unit .secondary-tile{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.content-visual .unit .secondary-tile p{}
.content-visual .contact-inner{
  margin-top:calc(1.75rem * 1.5);
  padding:calc(1.5rem * .75) 1.5rem;
  background:#efe2cc;
  color:#3d3227;
  border-radius:0.49rem;
}
.content-visual .contact-inner .open-details{font-size:calc(18.3px * .875);}
@media(max-width:640px){.content-visual .unit{flex-direction:column;gap:calc(1.5rem / 3);}.content-visual .unit .wide-links{min-width:0;}
}
.main-surface{--mark-main:calc(1.5rem * 0.9);padding:calc(1.5rem * 2.4) 1.55rem;background:#f6ecdb;color:#241c14;}
.main-surface .team-body{max-width:1560px;margin:0 auto;}
.main-surface h2,.main-surface h3,.main-surface p{margin:0;}
.main-surface h2{font-size:calc(18.3px * 2);line-height:1.14;}
.main-surface h3{font-size:calc(18.3px * 1.35);line-height:1.22;}
.main-surface p{font-size:18.3px;line-height:1.64;}
.main-surface .clear-copy{margin-top:1.5rem;color:#3d3227;}
.main-surface .service-team{display:flex;flex-direction:column;gap:var(--mark-main);margin-top:var(--mark-main);}
.main-surface .compact-region{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid #e0cfb4;}
.main-surface .compact-region p{margin-top:calc(1.5rem / 3);color:#3d3227;}
.main-surface .bottom-footer{margin-top:var(--mark-main);font-size:calc(18.3px * .875);color:#3d3227;}
.main-surface .bottom-footer a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.main-surface .bottom-footer a:hover{color:#a01e63;}
.main-surface .media-frame{row-gap:calc(var(--mark-main) * 1.15);}
.main-surface .text-entries{padding-inline-end:calc(calc(1.5rem * .75) / 2);}
@media (min-width:900px){.main-surface .service-team{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.75rem;}.main-surface .compact-region:last-child{grid-column:1 / -1;}
}
.content-menu{--mark-main:calc(1.5rem * 0.95);--mark-active:calc(1560px / 2.19);padding:calc(1.5rem * 2.4) 1.55rem;background:#f6ecdb;color:#241c14;}
.content-menu .team-body{max-width:1560px;margin:0 auto;}
.content-menu h2,.content-menu h3,.content-menu p{margin:0;}
.content-menu h2{font-size:calc(18.3px * 2);line-height:1.12;}
.content-menu h3{font-size:calc(18.3px * 1.35);line-height:1.2;}
.content-menu p{font-size:18.3px;line-height:1.64;}
.content-menu .plain-visual{padding-inline-start:calc(1.55rem / 2);}
.content-menu .media-frame{row-gap:calc(var(--mark-main) * 1.2);}
.content-menu .primary-method{display:flex;align-items:flex-start;gap:1.75rem;}
.content-menu .media-body{flex:1 1 calc(1560px / 3);min-width:0;}
.content-menu .media-body p{margin-top:1.5rem;}
.content-menu .local-tile{flex:2 1 calc(1560px / 2);display:flex;flex-direction:column;gap:var(--mark-main);}
.content-menu .compact-region{min-width:0;padding-inline-start:calc(1.5rem * .75);border-inline-start:2px solid #e0cfb4;}
.content-menu .compact-region p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.content-menu .primary-method{flex-direction:column;}.content-menu .local-tile{margin-top:1.5rem;}}
.bottom-feature{padding:calc(1.5rem * 2.4) 1.55rem;background:#f6ecdb;color:#241c14}
.bottom-feature .team-body{max-width:1560px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.75rem * 1.5)}
.bottom-feature .strong-unit h2{margin:0 0 calc(1.5rem * .75);font-size:calc(18.3px * 2);line-height:1.1}
.bottom-feature .strong-unit p{margin:0;font-size:18.3px;line-height:1.64}
.bottom-feature .service-section{display:flex;flex-direction:column;border-top:1px solid #e0cfb4}
.bottom-feature .service-intro{display:grid;grid-template-columns:minmax(9rem,14rem) 1fr;gap:calc(1.5rem * .75) 1.75rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #e0cfb4;align-items:baseline}
.bottom-feature .service-intro .simple-flow{font-size:calc(18.3px * .875);text-transform:uppercase;letter-spacing:0.06em;}
.bottom-feature .service-intro a,.bottom-feature .service-intro .top-flow{font-size:calc(18.3px * 1.125);text-decoration:none;overflow-wrap:anywhere}
.bottom-feature .service-intro a:hover{text-decoration:underline}
.bottom-feature .service-intro .top-flow{}
.bottom-feature .service-intro .open-details{grid-column:2;margin:0;font-size:calc(18.3px * .875);line-height:1.64}
.bottom-feature .clear-copy{margin:0;padding:calc(1.5rem * .75) 1.5rem;background:#efe2cc;color:#3d3227;border-radius:0.49rem;font-size:18.3px;line-height:1.64}
@media(max-width:720px){.bottom-feature .service-intro{grid-template-columns:1fr;gap:0.35rem}.bottom-feature .service-intro .open-details{grid-column:1}
}
.active-fields{padding:calc(1.5rem * 2.4) 1.55rem;background:#efe2cc;color:#3d3227;}
.active-fields .team-body{max-width:1560px;margin:0 auto;}
.active-fields .primary-tile{margin-bottom:calc(1.75rem * 1.5);}
.active-fields .primary-tile h2{margin:0;font-size:calc(18.3px * 2);}
.active-fields .primary-tile p{margin:1.5rem 0 0;font-size:18.3px;}
.active-fields .service-section{display:flex;flex-wrap:wrap;gap:1.75rem;}
.active-fields .compact-region{flex:1 1 260px;min-width:0;border-top:2px solid #e0cfb4;padding-top:calc(1.5rem * .75);}
.active-fields .compact-region h3{margin:0 0 1.5rem;font-size:calc(18.3px * 1.35);}
.active-fields .compact-region p{margin:0 0 1.5rem;}
.active-fields .compact-region a{display:inline-block;text-decoration:none;font-weight:600;color:inherit;transition:color 370ms var(--delay-nav);}
.active-fields .compact-region a:hover{color:#a01e63;}
.active-fields .open-details{margin:0;font-size:calc(18.3px * .875);}
.active-fields .focused-track{margin-top:calc(1.75rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid #e0cfb4;display:flex;flex-wrap:wrap;gap:1.75rem;align-items:baseline;justify-content:space-between;}
.active-fields .focused-track p{margin:0;flex:1 1 320px;}
.active-fields .bottom-footer{display:flex;flex-wrap:wrap;gap:1.5rem;}
.active-fields .bottom-footer a{text-decoration:none;font-weight:600;color:inherit;transition:color 370ms var(--delay-nav);}
.active-fields .bottom-footer a:hover{color:#a01e63;}
@media (max-width: 640px){.active-fields .focused-track{flex-direction:column;align-items:flex-start;}
    }
.simple-service{
        padding: calc(1.5rem * 2.4) 1.55rem;
        background: #f6ecdb;
        color: #241c14
    }
.simple-service .team-body{max-width: 1560px;
        margin: 0 auto}
.simple-service .plain-headline{display: flex;
        flex-direction: column;
        gap: calc(1.75rem * 1.5)}
.simple-service .strong-unit{min-width: 0;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #e0cfb4}
.simple-service h2{margin: 0;
        font-size: calc(18.3px * 2);
        line-height: 1.1}
.simple-service .strong-unit p{margin: 1.5rem 0 0;
        font-size: calc(18.3px * 1.125);
        line-height: 1.64}
.simple-service ul{list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
        gap: 1.75rem}
.simple-service li{
        background: #fdf8ee;
        color: #241c14;
        border: 1px solid #e0cfb4;
        border-radius: 1rem;
        padding: calc(1.5rem * .75);
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75)
    }
.simple-service strong{font-size: calc(18.3px * 1.35);
        line-height: 1.2}
.simple-service span{line-height: 1.64}
@media (max-width: 760px) {.simple-service ul{
            grid-template-columns: 1fr
        }
    }
.visual-menu{--mark-main:calc(1.5rem * 1.15);--mark-active:calc(1560px / 2.90);padding:calc(1.5rem * 2.4) 1.55rem;background:#efe2cc;color:#3d3227;}
.visual-menu .team-body{max-width:1560px;margin:0 auto;}
.visual-menu h1,.visual-menu h2,.visual-menu h3,.visual-menu p{margin:0;}
.visual-menu h2{font-size:calc(18.3px * 2);line-height:1.12;}
.visual-menu h3{font-size:calc(18.3px * 1.35);line-height:1.2;}
.visual-menu p{font-size:18.3px;line-height:1.64;}
.visual-menu .open-details{font-size:calc(18.3px * .875);}
.visual-menu .clear-copy{margin-top:calc(1.5rem / 2);}
.visual-menu a{text-decoration:none;}
.visual-menu a:hover{}
.visual-menu .service-team{display:flex;flex-wrap:wrap;gap:var(--mark-main);margin-top:var(--mark-main);}
.visual-menu .compact-region{flex:1 1 calc(1560px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.49rem;background:#fdf8ee;color:#241c14;border:1px solid #e0cfb4;}
.visual-menu .compact-region p{margin-top:calc(1.5rem / 3);}
.visual-menu .compact-region .bottom-footer{display:inline-block;margin-top:calc(1.5rem / 3);font-size:calc(18.3px * .875);}
.visual-menu .active-benefit>h2{margin-top:var(--mark-main);}
.fresh-items{
  --mark-main:calc(1.5rem * 0.93);
  --mark-active:calc(1560px / 2.17);
  padding:calc(1.5rem * 2.4) 1.55rem;
  background:#f6ecdb;
  color:#241c14;
}
.fresh-items .team-body{max-width:1560px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  row-gap:calc(var(--mark-main) * 1.2);}
.fresh-items h2,
.fresh-items h3,
.fresh-items p{margin:0;}
.fresh-items h2{font-size:calc(18.3px * 2);
  line-height:1.12;}
.fresh-items h3{font-size:18.3px;
  line-height:1.25;
  font-weight:600;}
.fresh-items p{font-size:18.3px;
  line-height:1.64;}
.fresh-items .clear-copy{font-size:calc(18.3px * 1.125);
  max-width:var(--mark-active);}
.fresh-items .service-team{display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid #e0cfb4;}
.fresh-items .compact-region{min-width:0;
  padding-block:calc(var(--mark-main) * 0.9);
  border-bottom:1px solid #e0cfb4;
  display:grid;
  grid-template-columns:minmax(0,1fr);
  row-gap:calc(1.5rem / 3);}
.fresh-items .compact-region p{}
.fresh-items .compact-region h3{font-size:calc(18.3px * .875);
  letter-spacing:0.01em;
  text-transform:none;}
@media (min-width:900px){.fresh-items .compact-region{
    grid-template-columns:minmax(0,2.1fr) minmax(0,1fr);
    column-gap:calc(1.75rem * 1.2);
    align-items:baseline;
  }.fresh-items .compact-region p{
    grid-column:1;
  }.fresh-items .compact-region h3{
    grid-column:2;
    text-align:right;
  }
}
.badge---signals{
  padding: calc(1.5rem * 2.4) 1.55rem;
  background: #241c14;
  color: #fdf8ee;
}
.badge---signals .team-body{max-width: min(1560px, 72rem);
  margin: 0 auto;}
.badge---signals .primary-tile{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  margin-bottom: calc(1.75rem * 1.5);}
.badge---signals h2{margin: 0;
  font-size: calc(18.3px * 2);
  line-height: 1.1;}
.badge---signals .site-feature{margin: 0;
  font-size: calc(18.3px * 1.125);
  color: #d9c9b2;}
.badge---signals .service-section{display: flex;
  flex-direction: column;
  gap: 1.75rem;
  border-top: 1px solid #3d3227;
  padding-top: calc(1.75rem * 1.5);}
.badge---signals .compact-region{display: grid;
  grid-template-columns: minmax(0, 14rem) minmax(0, 1fr);
  gap: calc(1.5rem * .75);
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #3d3227;}
.badge---signals .compact-region:last-of-type{border-bottom: 0;
  padding-bottom: 0;}
.badge---signals .fresh-summary{display: block;
  font-weight: 700;
  font-size: calc(18.3px * 1.35);
  line-height: 1.2;}
.badge---signals .compact-region p{margin: 0 0 calc(calc(1.5rem * .75) * .6);
  color: #d9c9b2;}
.badge---signals .compact-region small{display: block;
  font-size: calc(18.3px * .875);color:inherit;}
.badge---signals .open-details{margin: calc(1.75rem * 1.5) 0 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3d3227;
  font-size: calc(18.3px * .875);
  color: #d9c9b2;}
.badge---signals .open-details a{text-decoration: underline;}
.badge---signals .open-details a:hover{color:inherit;}
@media (max-width: 720px) {.badge---signals .compact-region{
    grid-template-columns: 1fr;
    gap: calc(calc(1.5rem * .75) * .5);
  }
}
.contact-view{--mark-main:calc(1.5rem * 1.1);--state-main:calc(1560px / 2.4);padding:calc(1.5rem * 2.4) 1.55rem;background:#f6ecdb;color:#241c14;}
.contact-view .team-body{max-width:1560px;margin:0 auto;}
.contact-view h2,.contact-view h3,.contact-view p{margin:0;}
.contact-view h2{font-size:calc(18.3px * 2);line-height:1.14;}
.contact-view h3{font-size:calc(18.3px * 1.35);line-height:1.22;}
.contact-view p{font-size:18.3px;line-height:1.64;}
.contact-view .clear-copy{margin-top:1.5rem;}
.contact-view .open-details{margin-top:calc(1.75rem * 1.5);font-size:calc(18.3px * .875);color:#3d3227;}
.contact-view .service-team{display:flex;flex-direction:column;gap:var(--mark-main);}
.contact-view .compact-region{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #e0cfb4;}
.contact-view .compact-region p{margin-top:calc(1.5rem / 3.2);}
.contact-view .primary-method{display:flex;align-items:flex-start;gap:1.75rem;}
.contact-view .primary-method>.media-body{flex:1 1 var(--state-main);min-width:0;}
.contact-view .primary-method>.service-team{flex:2 1 var(--state-main);}
@media(max-width:760px){.contact-view .primary-method{flex-direction:column;}.contact-view .primary-method>.service-team{margin-top:var(--mark-main);}
}
.secondary-body{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 1.55rem;background:linear-gradient(120deg, #0f8a63 0%, #a01e63 100%);color:#fdf8ee}
.secondary-body:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(96deg,transparent 0 17%,color-mix(in srgb,currentColor 6%,transparent) 17% 17.1%);animation:clarifyChapterBg calc(370ms*44) linear infinite alternate;pointer-events:none}
.secondary-body .team-body{position:relative;z-index:1;max-width:1560px;margin:0 auto}
.secondary-body .primary-tile{display:flex;flex-wrap:wrap;gap:calc(1.75rem * 1.5);align-items:flex-end;margin:0 0 calc(1.75rem * 1.5)}
.secondary-body h2{flex:1 1 22rem;margin:0;font-size:calc(18.3px * 2.65);line-height:1.02}
.secondary-body .strong-unit{flex:1 1 20rem;margin:0;font-size:18.3px;line-height:1.64}
.secondary-body .main-tile{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.secondary-body .compact-region{flex:1 1 20rem;padding:calc(1.5rem * .75);border:1px solid color-mix(in srgb,currentColor 22%,transparent);border-radius:0.49rem}
.secondary-body h3{margin:0;font-size:calc(18.3px * 1.35);line-height:1.15}
.secondary-body .compact-region p{margin:1.5rem 0 0;line-height:1.64}
.secondary-body .quiet-nav{margin:calc(1.75rem * 1.5) 0 0;font-size:calc(18.3px * 1.125);line-height:1.64}
@keyframes clarifyChapterBg{from{transform:translateX(-2%)}to{transform:translateX(2%)}}
@media(prefers-reduced-motion:reduce){.secondary-body:after{animation:none}}
.service-steps{--mark-main:calc(1.5rem * 0.86);--axis-active:calc(1560px / 14);padding:calc(1.5rem * 2.4) 1.55rem;background:#f6ecdb;color:#241c14;}
.service-steps .team-body{max-width:1560px;margin:0 auto;}
.service-steps h2,.service-steps h3,.service-steps p{margin:0;}
.service-steps h2{font-size:calc(18.3px * 2);line-height:1.14;}
.service-steps h3{font-size:calc(18.3px * 1.35);line-height:1.22;}
.service-steps p{font-size:18.3px;line-height:1.64;}
.service-steps .strong-unit{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.service-steps .open-details{font-size:calc(18.3px * .875);letter-spacing:.08em;text-transform:uppercase;color:#3d3227;}
.service-steps .clear-copy{margin-top:calc(1.5rem / 4);}
.service-steps .service-team{display:flex;flex-direction:column;gap:var(--mark-main);margin-top:calc(1.5rem * 1.4);border-top:1px solid #e0cfb4;padding-top:var(--mark-main);}
.service-steps .compact-region{display:flex;flex-wrap:wrap;gap:1.75rem;align-items:flex-start;padding-bottom:var(--mark-main);border-bottom:1px solid #e0cfb4;}
.service-steps .compact-region:last-child{border-bottom:0;padding-bottom:0;}
.service-steps .unit{flex:0 0 auto;min-width:var(--axis-active);font-size:calc(18.3px * .875);letter-spacing:.06em;text-transform:uppercase;color:#a01e63;padding-top:.35em;}
.service-steps .media-body{flex:1 1 22rem;min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 4);}
.service-steps .bottom-footer{margin-top:calc(1.5rem * 1.2);padding-top:1.5rem;border-top:1px solid #e0cfb4;}
.service-steps .bottom-footer p{font-size:calc(18.3px * .875);color:#3d3227;}
.service-steps .bottom-footer a{color:inherit;text-decoration:underline;text-underline-offset:.18em;}
.service-steps .bottom-footer a:hover{color:#a01e63;}
@media (max-width:640px){.service-steps .compact-region{flex-direction:column;gap:calc(1.75rem / 2);}.service-steps .unit{padding-top:0;}
}
.public-region{--mark-main:calc(1.5rem * 0.9);--state-main:calc(1560px / 2.4);padding:calc(1.5rem * 2.4) 1.55rem;background:#f6ecdb;color:#241c14;}
.public-region .team-body{max-width:1560px;margin:0 auto;}
.public-region h2,.public-region h3,.public-region p{margin:0;}
.public-region h2{font-size:calc(18.3px * 2);line-height:1.14;}
.public-region h3{font-size:calc(18.3px * 1.35);line-height:1.22;}
.public-region p{font-size:18.3px;line-height:1.64;color:color-mix(in srgb, currentColor 76%, transparent);}
.public-region .primary-method{display:flex;align-items:flex-start;gap:calc(1.75rem * 1.15);}
.public-region .media-body{flex:1 1 calc(1560px / 3.1);min-width:0;}
.public-region .media-body p{margin-top:1.5rem;}
.public-region .local-tile{flex:2 1 calc(1560px / 2);min-width:0;display:flex;flex-direction:column;gap:var(--mark-main);border-inline-start:1px solid #e0cfb4;padding-inline-start:calc(1.5rem * .75);}
.public-region .compact-region{min-width:0;padding-block-end:calc(var(--mark-main) / 1.4);border-block-end:1px solid color-mix(in srgb, #e0cfb4 70%, transparent);}
.public-region .compact-region:last-child{border-block-end:0;padding-block-end:0;}
.public-region .compact-region p{margin-top:calc(1.5rem / 3);}
.public-region .plain-visual{padding-inline-start:calc(1.55rem / 2);}
.public-region .media-frame{row-gap:calc(var(--mark-main) * 1.1);}
@media(max-width:760px){.public-region .primary-method{flex-direction:column;}.public-region .local-tile{border-inline-start:0;padding-inline-start:0;border-block-start:1px solid #e0cfb4;padding-block-start:calc(1.5rem * .75);}}
.narrow-area{--mark-main:calc(1.5rem * 1.15);--mark-active:calc(1560px / 2.20);padding:calc(1.5rem * 2.4) 1.55rem;background:#a01e63;color:#fdf8ee;}
.narrow-area .team-body{max-width:1560px;margin:0 auto;}
.narrow-area h1,.narrow-area h2,.narrow-area h3,.narrow-area p{margin:0;}
.narrow-area h1{font-size:calc(18.3px * 2.65);line-height:1.08;}
.narrow-area h2{font-size:calc(18.3px * 2);line-height:1.12;}
.narrow-area h3{font-size:calc(18.3px * 1.35);line-height:1.2;}
.narrow-area p{font-size:18.3px;line-height:1.64;color:color-mix(in srgb, currentColor 74%, transparent);}
.narrow-area a{color:inherit;text-decoration:none;}
.narrow-area .quiet-form{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.25rem;background:#fdf8ee;color:#a01e63;}
.narrow-area .service-team{display:flex;flex-wrap:wrap;align-items:flex-start;gap:1.75rem;margin-top:var(--mark-main);}
.narrow-area .compact-region{flex:1 1 calc(1560px / 4);min-width:0;}
.narrow-area .compact-region p{margin-top:calc(1.5rem / 3);}
.narrow-area .top-lead{display:flex;align-items:flex-start;gap:1.75rem;}
.narrow-area .top-lead>.service-team{flex:1 1 calc(1560px / 2);margin-top:0;}
.narrow-area .top-lead>.media-body{flex:1 1 calc(1560px / 3);min-width:0;}
.narrow-area .media-body .clear-copy{margin-top:1.5rem;}
@media(max-width:760px){.narrow-area .top-lead{flex-direction:column;}}
.contact-group{
  padding: calc(1.5rem * 2.4) 1.55rem;
  background: #241c14;
  color: #fdf8ee;
}
.contact-group .team-body{max-width: min(1560px, 72rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.75rem * 1.5);}
.contact-group .clear-copy h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(18.3px * 2);
  line-height: 1.1;}
.contact-group .media-body{margin: 0;
  font-size: calc(18.3px * 1.125);
  line-height: 1.64;
  color: #efe2cc;}
.contact-group .service-section{display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;}
.contact-group .compact-region{flex: 1 1 min(100%, 22rem);
  padding: calc(1.5rem * .75) 0 0;
  border-top: 1px solid #3d3227;}
.contact-group .compact-region h3{margin: 0 0 calc(calc(1.5rem * .75) * 0.6);
  font-size: calc(18.3px * 1.35);
  line-height: 1.2;}
.contact-group .compact-region p{margin: 0 0 calc(calc(1.5rem * .75) * 0.7);
  color: #efe2cc;}
.contact-group .compact-region small{display: block;
  font-size: calc(18.3px * .875);color:inherit;}
.contact-group .open-details{margin: 0;
  padding-top: calc(1.5rem * .75);
  border-top: 1px solid #3d3227;
  font-size: calc(18.3px * .875);
  color: #efe2cc;}
.contact-group .open-details a{color:inherit;
  text-decoration: underline;}
.contact-group .open-details a:hover{color:inherit;}
@media (max-width: 700px) {.contact-group .service-section{
    display: block;
  }.contact-group .compact-region + .compact-region{
    margin-top: 1.75rem;
  }
}
.top-summary{--mark-main:calc(1.5rem * 1.22);--mark-active:calc(1560px / 2.46);padding:calc(1.5rem * 2.4) 1.55rem;background:#f6ecdb;color:#241c14;}
.top-summary .team-body{max-width:1560px;margin:0 auto;}
.top-summary h2,.top-summary h3,.top-summary p{margin:0;}
.top-summary h2{font-size:calc(18.3px * 2);line-height:1.12;}
.top-summary h3{font-size:calc(18.3px * 1.35);line-height:1.2;}
.top-summary p{font-size:18.3px;line-height:1.64;}
.top-summary .media-body p + p{margin-top:1.5rem;}
.top-summary .primary-method{display:flex;align-items:flex-start;gap:1.75rem;}
.top-summary .media-body{flex:1 1 calc(1560px / 3);min-width:0;}
.top-summary .service-team{flex:2 1 calc(1560px / 2);display:flex;flex-direction:column;gap:var(--mark-main);min-width:0;}
.top-summary .compact-region{min-width:0;padding-block-end:calc(var(--mark-main) / 2);border-bottom:1px solid #e0cfb4;}
.top-summary .compact-region:last-child{border-bottom:0;padding-block-end:0;}
.top-summary .compact-region p{margin-top:calc(1.5rem / 3);color:#3d3227;}
.top-summary .bottom-footer{display:flex;flex-wrap:wrap;gap:1.75rem;margin-top:1.5rem;}
.top-summary .bottom-footer a{display:inline-flex;align-items:center;padding:calc(calc(1.5rem * .75) / 2) calc(1.5rem * .75);border-radius:0.25rem;background:#0f8a63;color:#fdf8ee;text-decoration:none;font-size:calc(18.3px * .875);transition:background 370ms var(--delay-nav);}
.top-summary .bottom-footer a:hover{background:#0b6e4f;color:#241c14;}
.top-summary .secondary-unit{padding-inline-start:calc(1.5rem * .75);}
@media(max-width:760px){.top-summary .primary-method{flex-direction:column;}.top-summary .service-team{margin-top:1.5rem;}}
.narrow-panel{--mark-main:calc(1.5rem * 0.95);--copy-nav:calc(1560px / 3.25);padding:calc(1.5rem * 2.4) 1.55rem;background:#0f8a63;color:#fdf8ee;}
.narrow-panel .team-body{max-width:1560px;margin:0 auto;}
.narrow-panel h1,.narrow-panel h2,.narrow-panel h3,.narrow-panel p,.narrow-panel ul{margin:0;}
.narrow-panel h2{font-size:calc(18.3px * 2);line-height:1.12;}
.narrow-panel h3{font-size:calc(18.3px * 1.35);line-height:1.2;}
.narrow-panel p{font-size:18.3px;line-height:1.64;color:color-mix(in srgb, currentColor 78%, transparent);}
.narrow-panel a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.narrow-panel .secondary-unit{padding-inline-start:calc(1.5rem * .75);}
.narrow-panel .media-frame{row-gap:calc(var(--mark-main) * 1.2);}
.narrow-panel .primary-method{display:flex;align-items:flex-start;gap:1.75rem;}
.narrow-panel .media-body{flex:1 1 calc(1560px / 3);min-width:0;}
.narrow-panel .media-body p{margin-top:1.5rem;}
.narrow-panel .media-body .bottom-footer{margin-top:calc(1.5rem * 0.7);font-size:calc(18.3px * .875);}
.narrow-panel .service-team{flex:2 1 calc(1560px / 2);display:flex;flex-direction:column;gap:var(--mark-main);}
.narrow-panel .compact-region{min-width:0;padding-block-end:calc(var(--mark-main) / 2);border-bottom:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.narrow-panel .compact-region:last-child{border-bottom:0;padding-block-end:0;}
.narrow-panel .compact-region p{margin-top:calc(1.5rem / 3);}
@media(max-width:760px){.narrow-panel .primary-method{flex-direction:column;}.narrow-panel .service-team{margin-top:1.5rem;}}
.simple-track{
    color:#241c14;
    background:#f6ecdb;
    padding:calc(1.5rem * 2.4) 1.55rem;
}
.simple-track .c{max-width:1560px;
    margin:0 auto;
    display:grid;
    gap:calc(1.75rem * 1.5);}
@media (min-width:1024px){.simple-track .c{
        grid-template-columns:minmax(0,1fr) 320px;
        align-items:start;
    }
}
.simple-track .top-menu{margin-bottom:calc(1.75rem * 1.5);
    padding-bottom:calc(1.75rem * 1.5);
    border-bottom:1px solid #e0cfb4;}
.simple-track h1{font-size:calc(18.3px * 2.65);
    line-height:1.2;
    margin:0 0 0.6rem;}
.simple-track .steady-stack{font-size:calc(18.3px * 1.125);
    margin:0 0 1rem;}
.simple-track .offer-brand{display:flex;
    flex-wrap:wrap;
    gap:1.25rem;
    font-size:calc(18.3px * .875);}
.simple-track .content-service{line-height:1.64;}
.simple-track .content-service p{margin:0 0 1.1rem;}
.simple-track .content-service h2{font-size:calc(18.3px * 1.35);
    margin:2rem 0 0.8rem;}
.simple-track .bottom-footer{margin-top:calc(1.75rem * 1.5);
    padding-top:calc(1.75rem * 1.5);
    border-top:1px solid #e0cfb4;
    display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:0.75rem 1.5rem;
    font-size:calc(18.3px * .875);}
.simple-track .fresh-actions{text-transform:uppercase;
    letter-spacing:0.06em;
    font-size:0.75rem;}
.simple-track .bottom-footer a{text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 370ms var(--delay-nav),border-color 370ms var(--delay-nav);}
.simple-track .bottom-footer a:hover{border-bottom-color:#a01e63;}
.simple-track .local-contact{
    background:#fdf8ee;
    color:#241c14;
    border:1px solid #e0cfb4;
    border-radius:1rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 5px rgba(0,0,0,0.08);
}
.simple-track .local-contact h3{margin:0 0 1.1rem;
    font-size:18.3px;}
.simple-track .service-tile{display:flex;
    flex-direction:column;
    gap:1.1rem;}
.simple-track .service-tile .compact-region{padding-bottom:1.1rem;
    border-bottom:1px solid #e0cfb4;}
.simple-track .service-tile .compact-region:last-child{padding-bottom:0;
    border-bottom:0;}
.simple-track .service-tile a{display:block;
    text-decoration:none;
    font-weight:500;
    margin-bottom:0.35rem;}
.simple-track .service-tile a:hover{text-decoration:underline;}
.simple-track .service-tile p{margin:0;
    font-size:calc(18.3px * .875);
    line-height:1.5;}
.offer-headline{padding:calc(1.5rem * 2.4) 1.55rem;background:#f6ecdb;color:#241c14}
.offer-headline .team-body{max-width:1560px;margin:0 auto}
.offer-headline .site-note{display:flex;gap:calc(1.75rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.offer-headline .strong-unit{flex:1 1 22rem;min-width:0}
.offer-headline h2{margin:0 0 calc(1.5rem * .75);font-size:calc(18.3px * 2);line-height:1.1}
.offer-headline .clear-copy{margin:0;font-size:18.3px;line-height:1.64;color:#3d3227}
.offer-headline .clear-track{flex:1 1 30rem;min-width:0}
.offer-headline .clear-track p{margin:0 0 calc(1.5rem * .75);font-size:18.3px;line-height:1.64}
.offer-headline .clear-track p:last-of-type{margin-bottom:0}
.offer-headline .simple-copy{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:1.5rem}
.offer-headline .simple-copy a{border-radius:0.49rem;background:#fdf8ee;color:#241c14;border:1px solid #e0cfb4;padding:calc(calc(1.5rem * .75) * 0.7) 1.5rem;text-decoration:none;font-size:calc(18.3px * .875)}
.offer-headline .simple-copy a:first-child{background:#a01e63;color:#fdf8ee;border-color:#a01e63}
.offer-headline .simple-copy a:hover{background:#7d1549;color:#fdf8ee;border-color:#7d1549}
.offer-headline .open-details{margin-top:1.5rem;font-size:calc(18.3px * .875);color:#3d3227}
.offer-headline .open-details a{color:inherit;text-decoration:underline}
.offer-headline .open-details a:hover{color:#a01e63}
@media(max-width:760px){.offer-headline .site-note{display:block}.offer-headline .clear-track{margin-top:1.5rem}.offer-headline h2{font-size:calc(18.3px * 1.35)}}
.plain-footer{padding:calc(1.5rem * 2.4) 1.55rem;background:#efe2cc;color:#3d3227}
.plain-footer .team-body{max-width:1560px;margin:0 auto}
.plain-footer .simple-panel{display:flex;flex-direction:column;gap:calc(1.75rem * 1.5)}
.plain-footer .strong-unit{display:flex;flex-wrap:wrap;gap:calc(1.75rem * 1.5);align-items:baseline}
.plain-footer h2{flex:1 1 22rem;min-width:0;margin:0;font-size:calc(18.3px * 2);line-height:1.1}
.plain-footer .clear-copy{flex:1 1 24rem;min-width:0;margin:0;font-size:18.3px;line-height:1.64}
.plain-footer .secondary-tile{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.plain-footer .open-details{flex:1 1 20rem;min-width:0;padding:calc(1.5rem * .75);border-radius:1rem;background:#fdf8ee;color:#241c14;border:1px solid #e0cfb4}
.plain-footer .open-details h3{margin:0 0 calc(calc(1.5rem * .75)*.5);font-size:18.3px;line-height:1.25}
.plain-footer .open-details p{margin:0;font-size:calc(18.3px * .875);line-height:1.64}
.plain-footer .plain-story{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75)}
.plain-footer .plain-story a{border-radius:0.49rem;background:#a01e63;color:#fdf8ee;padding:calc(calc(1.5rem * .75)*.7) calc(1.5rem * .75);text-decoration:none;font-size:calc(18.3px * .875);transition:background 370ms var(--delay-nav)}
.plain-footer .plain-story a:hover{background:#7d1549;color:#241c14;}
@media(max-width:760px){.plain-footer .strong-unit{display:block}.plain-footer .clear-copy{margin-top:calc(1.75rem * 1.5)}}
.answer{
  background:#f6ecdb;
  color:#241c14;
  padding:calc(1.5rem * 2.4) 1.55rem;
}
.answer .team-body{max-width:1560px;
  margin:0 auto;
  display:flex;
  gap:calc(1.75rem * 1.5);
  align-items:flex-start;}
.answer .open-details{flex:0 0 20rem;
  min-width:0;
  margin:0;
  color:#3d3227;
  line-height:1.64;}
.answer .content-service{flex:1 1 auto;
  min-width:0;}
.answer h2{margin:0;
  font-size:calc(18.3px * 2);
  line-height:1.12;
  letter-spacing:0;}
.answer .active-contact{margin-top:calc(1.75rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:.6rem;}
.answer .active-contact a{
  display:flex;
  gap:1.75rem;
  align-items:baseline;
  color:#241c14;
  text-decoration:none;
  background:#fdf8ee;
  border:1px solid #e0cfb4;
  border-radius:0.49rem;
  padding:1.5rem;
  transition:background 370ms var(--delay-nav);
}
.answer .active-contact a:hover{
  background:#efe2cc;color:#3d3227;}
.answer .active-contact span{flex:0 0 10rem;
  color:#3d3227;
  font-size:calc(18.3px * .875);}
.answer .active-contact strong{min-width:0;
  font-weight:400;}
.answer .clear-copy{margin-top:calc(1.75rem * 1.5);
  line-height:1.64;}
.answer .bottom-footer{margin-top:1.5rem;
  font-size:calc(18.3px * .875);
  color:#3d3227;}
.answer .bottom-footer a{color:inherit;
  text-decoration:underline;}
.answer .bottom-footer a:hover{color:#a01e63;}
@media (max-width:720px){.answer .team-body{display:block}.answer .content-service{margin-top:calc(1.75rem * 1.5)}.answer .active-contact a{display:block}.answer .active-contact strong{display:block;margin-top:.35rem}
}
.team-header{
    background:linear-gradient(135deg, #f6ecdb 0%, #f0dfc4 55%, #e8d3b3 100%);
    color:#241c14;
    padding:calc(1.5rem * 2.4) 1.55rem;
}
.team-header .c{max-width:1560px;
    margin:0 auto;
    display:grid;
    gap:calc(1.75rem * 1.5);}
@media (min-width:1024px){.team-header .c{
        grid-template-columns:minmax(0,1fr) 320px;
        align-items:start;
    }
}
.team-header .simple-footer{display:flex;
    flex-direction:column;
    gap:calc(1.75rem * 1.5);}
.team-header .primary-tile h1{font-size:calc(18.3px * 2.65);
    line-height:1.15;
    margin:0 0 0.5rem;}
.team-header .primary-tile .steady-stack{font-size:calc(18.3px * 1.125);
    margin:0 0 1rem;
    opacity:0.85;}
.team-header .offer-brand{display:flex;
    flex-wrap:wrap;
    gap:0.5rem 1.25rem;
    font-size:calc(18.3px * .875);
    padding-top:0.75rem;
    border-top:1px solid #e0cfb4;}
.team-header .content-service{display:flex;
    flex-direction:column;
    gap:1.1rem;
    font-size:18.3px;
    line-height:1.64;}
.team-header .content-service h2{font-size:calc(18.3px * 1.35);
    margin:0.75rem 0 0;}
.team-header .content-service p{margin:0;}
.team-header .content-service a{text-decoration:underline;
    text-underline-offset:3px;}
.team-header .content-service a:hover{}
.team-header .focused-track{padding-top:1rem;
    border-top:1px solid #e0cfb4;}
.team-header .focused-track .open-details{font-size:calc(18.3px * .875);
    opacity:0.8;}
.team-header .contact-inner{
    background:#fdf8ee;
    color:#241c14;
    border:1px solid #e0cfb4;
    border-radius:1rem;
    padding:calc(1.5rem * .75);
    box-shadow:0 1px 5px rgba(0,0,0,0.08);
}
.team-header .page-group{font-size:18.3px;
    margin:0 0 1rem;}
.team-header .bottom-footer{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:1rem;}
.team-header .bottom-footer li a{display:flex;
    flex-direction:column;
    gap:0.25rem;
    text-decoration:none;
    color:inherit;
    padding-bottom:0.75rem;
    border-bottom:1px solid #e0cfb4;}
.team-header .bottom-footer li:last-child a{border-bottom:none;
    padding-bottom:0;}
.team-header .bottom-footer .rt{font-weight:600;}
.team-header .bottom-footer li a:hover .rt{text-decoration:underline;}
.team-header .bottom-footer .rs{font-size:calc(18.3px * .875);
    opacity:0.8;}
.page-quote{
  padding:calc(1.5rem * 2.4) 1.55rem;
  background:#f6ecdb;
  color:#241c14;
}
.page-quote .team-body{max-width:1560px;
  margin:0 auto;}
.page-quote .plain-headline{display:flex;
  flex-direction:column;
  gap:calc(1.75rem * 1.5);}
.page-quote .plain-section{display:flex;
  flex-wrap:wrap;
  gap:1.75rem;
  align-items:flex-start;
  padding-bottom:calc(1.5rem * .75);
  border-bottom:1px solid #e0cfb4;}
.page-quote h2{flex:1 1 24rem;
  min-width:0;
  margin:0;
  font-size:calc(18.3px * 2);
  line-height:1.1;}
.page-quote .plain-section p{flex:1 1 26rem;
  min-width:0;
  margin:0;
  font-size:18.3px;
  line-height:1.64;}
.page-quote .active-contact{display:flex;
  flex-direction:column;
  gap:0;}
.page-quote .active-contact p{margin:0;
  display:flex;
  gap:1.75rem;
  align-items:flex-start;
  padding:1.5rem 0;
  border-bottom:1px solid #e0cfb4;}
.page-quote .active-contact p:last-child{border-bottom:0;}
.page-quote .active-contact strong{flex:0 1 16rem;
  min-width:0;
  font-size:calc(18.3px * 1.35);
  line-height:1.2;}
.page-quote .active-contact span{flex:1 1 28rem;
  min-width:0;
  line-height:1.64;}
.page-quote a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid #0f8a63;}
.page-quote a:hover{color:#a01e63;
  border-bottom-color:#a01e63;}
@media(max-width:720px){.page-quote .active-contact p{
    display:block;
  }.page-quote .active-contact span{
    display:block;
    margin-top:calc(1.5rem * .75);
  }
}
.team-media{padding:calc(1.5rem * 2.4) 1.55rem;background:linear-gradient(135deg, #f6ecdb 0%, #f0dfc4 55%, #e8d3b3 100%);color:#241c14}
.team-media .team-body{max-width:1560px;margin:0 auto}
.team-media .contact-visual{margin-bottom:calc(1.75rem * 1.5)}
.team-media h2{margin:0;font-size:calc(18.3px * 2.65);line-height:1.04}
.team-media .contact-visual p{margin:1.5rem 0 0;font-size:calc(18.3px * 1.125);line-height:1.64}
.team-media .details{display:flex;align-items:flex-start;gap:calc(1.75rem * 1.5);border-top:1px solid #e0cfb4;padding-top:calc(1.75rem * 1.5)}
.team-media .clear-group{flex:0 0 20rem;display:flex;flex-direction:column;align-items:flex-start;gap:calc(1.5rem * .75)}
.team-media button{max-width:100%;padding:0;border:0;background:none;color:inherit;font:inherit;text-align:left;cursor:pointer;opacity:.55;transition:opacity 370ms var(--delay-nav),transform 370ms var(--delay-nav)}
.team-media button:hover,.team-media button.is-active{opacity:1;transform:translateX(calc(calc(1.5rem * .75)*.4))}
.team-media .strong-surface{flex:1 1 30rem;align-self:start}
.team-media [data-response]{display:none}
.team-media [data-response].is-active{display:block;animation:clarifyFocusIn calc(370ms*1.8) var(--delay-nav) both}
.team-media h3{margin:0;font-size:calc(18.3px * 2);line-height:1.1}
.team-media [data-response] p{margin:1.5rem 0 0;font-size:calc(18.3px * 1.125);line-height:1.64}
@keyframes clarifyFocusIn{from{opacity:0;transform:translateY(calc(calc(1.75rem * 1)*.12))}to{opacity:1;transform:translateY(0)}}
@media(max-width:720px){.team-media .details{display:block}.team-media .clear-group{margin-bottom:calc(1.75rem * 1.5)}}
@media(prefers-reduced-motion:reduce){.team-media [data-response].is-active{animation:none}}
.contact-stack{
  background:#f6ecdb;
  color:#241c14;
  padding:calc(1.5rem * 2.4) 1.55rem;
}
.contact-stack .team-body{max-width:1560px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.75rem * 1.5);}
.contact-stack .primary-method{display:flex;
  flex-wrap:wrap;
  gap:1.75rem;
  align-items:flex-start;}
.contact-stack .text-entries{flex:1 1 34rem;
  min-width:0;}
.contact-stack h2{margin:0;
  font-size:calc(18.3px * 2);
  line-height:1.15;}
.contact-stack .text-entries p{margin:1.5rem 0 0;
  font-size:18.3px;
  line-height:1.64;}
.contact-stack .service-section{
  flex:0 1 20rem;
  min-width:0;
  background:#fdf8ee;
  color:#241c14;
  border:1px solid #e0cfb4;
  border-radius:1rem;
  padding:calc(1.5rem * .75);
}
.contact-stack .service-section .clear-method{margin:0 0 .6rem;
  font-size:calc(18.3px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;}
.contact-stack .service-team{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:.4rem;}
.contact-stack .service-team a{color:inherit;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color 370ms var(--delay-nav), border-color 370ms var(--delay-nav);}
.contact-stack .service-team a:hover{color:#a01e63;
  border-color:#a01e63;}
.contact-stack .open-details{margin:1.5rem 0 0;
  font-size:calc(18.3px * .875);
  color:#3d3227;}
.contact-stack .bottom-footer{display:flex;
  flex-wrap:wrap;
  gap:.7rem;
  align-items:center;}
.contact-stack .bottom-footer a{
  color:#241c14;
  text-decoration:none;
  border:1px solid #e0cfb4;
  border-radius:1.18rem;
  padding:.7rem 1rem;
  background:#fdf8ee;
  transition:background 370ms var(--delay-nav), color 370ms var(--delay-nav);
}
.contact-stack .bottom-footer a:hover{
  background:#efe2cc;color:#3d3227;}
.contact-stack .bottom-footer .main-note{
  background:#0f8a63;
  border-color:#0f8a63;
  color:#fdf8ee;
}
.contact-stack .bottom-footer .main-note:hover{
  background:#0b6e4f;
  border-color:#0b6e4f;color:#241c14;}
@media (max-width:640px){.contact-stack .bottom-footer a{width:100%;box-sizing:border-box;text-align:center}
}
.top-benefit{
    background: linear-gradient(135deg, #f6ecdb 0%, #f0dfc4 55%, #e8d3b3 100%);
    color: #241c14;
    padding: calc(1.5rem * 2.4) 1.55rem;
}
.top-benefit .c{max-width: 1560px;
    margin: 0 auto;
    display: grid;
    gap: 1.55rem;}
@media (min-width: 1024px) {.top-benefit .c{
        grid-template-columns: minmax(0, 1fr) 320px;
        align-items: start;
    }
}
.top-benefit .top-menu{margin-bottom: 1.5rem;}
.top-benefit h1{font-size: calc(18.3px * 2.65);
    line-height: 1.2;
    margin: 0 0 calc(1.75rem * 1.5);}
.top-benefit .offer-brand{display: flex;
    flex-wrap: wrap;
    gap: 1.75rem;
    font-size: calc(18.3px * .875);}
.top-benefit .content-service{line-height: 1.64;
    font-size: 18.3px;}
.top-benefit .content-service p{margin: 0 0 calc(1.75rem * 1.5);}
.top-benefit .content-service p:last-child{margin-bottom: 0;}
.top-benefit .local-contact{
    background: #fdf8ee;
    color: #241c14;
    border: 1px solid #e0cfb4;
    border-radius: 1rem;
    box-shadow: 0 1px 5px rgba(0,0,0,0.08);
    padding: calc(1.5rem * .75);
}
.top-benefit .local-contact h3{margin: 0 0 calc(1.75rem * 1.5);
    font-size: calc(18.3px * 1.35);}
.top-benefit .service-tile{display: flex;
    flex-direction: column;
    gap: calc(1.75rem * 1.5);}
.top-benefit .local-contact a{text-decoration: none;
    font-size: 18.3px;
    line-height: 1.4;
    transition: color 370ms var(--delay-nav);}
.top-benefit .local-contact a:hover{text-decoration: underline;}
.page-view{padding:calc(1.5rem * 2.4) 1.55rem;background:#f6ecdb;color:#241c14;}
.page-view .direct-actions{max-width:1560px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.75rem * 1.5);}
.page-view .strong-unit{display:flex;flex-direction:column;gap:0.35rem;}
.page-view .content-lead{margin:0;font-size:calc(18.3px * 1.35);}
.page-view .primary-steps{margin:0;font-size:calc(18.3px * .875);color:#3d3227;}
.page-view .media-body{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.page-view .clear-content{margin:0;font-size:18.3px;line-height:1.64;}
.page-view .open-details{margin:0;font-size:calc(18.3px * .875);}
.page-view a{color:inherit;text-decoration:none;}
.page-view a:hover{color:#a01e63;text-decoration:underline;}
.page-view .bottom-footer{display:flex;flex-wrap:wrap;gap:1.75rem;font-size:calc(18.3px * .875);}
@media (min-width:768px){.page-view .direct-actions{flex-direction:row;align-items:flex-start;}.page-view .strong-unit{flex:0 0 30%;}.page-view .media-body{flex:1 1 auto;}.page-view .bottom-footer{flex:0 0 100%;}
}
.quiet-summary{position:relative;padding:calc(1.5rem * 2.4) 1.55rem;background:#efe2cc;color:#3d3227}
.quiet-summary .team-body{max-width:1560px;margin:0 auto}
.quiet-summary h2{margin:0 0 calc(1.75rem * 1.5);font-size:calc(18.3px * 2);line-height:1.1}
.quiet-summary .main-tile{display:flex;flex-direction:column;gap:calc(1.75rem * 1.5)}
.quiet-summary .media-summary{border-top:1px solid #e0cfb4;padding-top:1.5rem}
.quiet-summary .media-summary:first-child{border-top:0;padding-top:0}
.quiet-summary h3{margin:0 0 1.5rem;font-size:calc(18.3px * 1.35);line-height:1.2}
.quiet-summary .media-summary p{margin:0;line-height:1.64}
.quiet-summary .quiet-nav{margin:calc(1.75rem * 1.5) 0 0;padding-top:1.5rem;border-top:1px solid #e0cfb4;font-size:calc(18.3px * 1.125);line-height:1.64}
@media(min-width:900px){.quiet-summary .main-tile{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:calc(1.75rem * 1.5) 1.55rem}.quiet-summary .media-summary:nth-child(2){border-top:0;padding-top:0}
}
.open-team{
  background:#efe2cc;
  color:#3d3227;
  padding:calc(1.5rem * 2.4) 1.55rem;
}
.open-team .team-body{max-width:1560px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,20rem) minmax(0,1fr);
  gap:calc(1.75rem * 1.5);
  align-items:start;}
.open-team .contact-inner{min-width:0;}
.open-team .open-details{margin:0 0 .6rem;
  font-size:calc(18.3px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#3d3227;
  opacity:.75;}
.open-team .clear-copy{margin:0;
  line-height:1.64;}
.open-team .content-service{min-width:0;}
.open-team h2{margin:0 0 calc(1.75rem * 1.5);
  font-size:calc(18.3px * 2);
  line-height:1.1;}
.open-team .active-contact{display:flex;
  flex-direction:column;
  gap:.6rem;}
.open-team .active-contact a{
  display:flex;
  gap:1.75rem;
  align-items:baseline;
  padding:1.5rem 1.55rem;
  background:#fdf8ee;
  color:#241c14;
  border:1px solid #e0cfb4;
  border-radius:0.49rem;
  text-decoration:none;
  transition:border-color 370ms var(--delay-nav);
}
.open-team .active-contact a:hover{border-color:#0f8a63;}
.open-team .active-contact span{flex:0 0 8rem;
  font-size:calc(18.3px * .875);
  opacity:.7;}
.open-team .active-contact strong{min-width:0;
  font-weight:500;}
.open-team .contact-area{margin-top:calc(1.75rem * 1.5);
  display:flex;
  flex-direction:column;
  gap:.5rem;}
.open-team .contact-area .clear-method{margin:0;
  line-height:1.64;}
.open-team .bottom-footer{margin:calc(1.75rem * 1.5) 0 0;
  font-size:calc(18.3px * .875);
  line-height:1.64;}
.open-team .bottom-footer a{color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;}
.open-team .bottom-footer a:hover{color:#a01e63;}
@media (max-width:820px){.open-team .team-body{
    grid-template-columns:1fr;
  }.open-team .active-contact a{
    flex-direction:column;
    gap:.25rem;
  }.open-team .active-contact span{
    flex:0 0 auto;
  }
}
.service-headline{
  background:linear-gradient(120deg, #0f8a63 0%, #a01e63 100%);
  color:#fdf8ee;
  padding:calc(1.5rem * 2.4) 1.55rem;
}
.service-headline .team-body{max-width:1560px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(1.75rem * 1.5);}
.service-headline .clear-copy h2{margin:0 0 calc(calc(1.75rem * 1.5) * .5);
  font-size:clamp(calc(18.3px * 2),4.4vw,calc(18.3px * 2.65));
  line-height:1.08;
  letter-spacing:0;}
.service-headline .clear-copy p{margin:0;
  font-size:calc(18.3px * 1.125);
  line-height:1.65;}
.service-headline .content-service{display:flex;
  flex-wrap:wrap;
  gap:calc(1.75rem * 1.5);
  align-items:flex-start;}
.service-headline .primary-area{flex:1 1 30rem;
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:1.5rem;}
.service-headline .service-intro{
  padding:calc(1.5rem * .75);
  border-radius:0.49rem;
  background:color-mix(in srgb,currentColor 12%,transparent);
}
.service-headline .simple-flow{display:block;
  font-size:calc(18.3px * .875);
  letter-spacing:.04em;
  text-transform:uppercase;
  opacity:.85;
  margin-bottom:calc(calc(1.5rem * .75) * .35);}
.service-headline .service-intro a,
.service-headline .service-intro address{display:block;
  font-style:normal;
  font-size:18.3px;
  color:inherit;
  text-decoration:none;
  word-break:break-word;}
.service-headline .service-intro a{text-decoration:underline;
  text-underline-offset:3px;}
.service-headline .service-intro a:hover{
  color:#fdf8ee;
  background:#a01e63;
  padding:0 .25rem;
  border-radius:0.25rem;
  text-decoration:none;
}
.service-headline .open-details{margin:calc(calc(1.5rem * .75) * .5) 0 0;
  font-size:calc(18.3px * .875);
  line-height:1.55;
  opacity:.92;}
.service-headline .contact-inner{
  flex:1 1 22rem;
  min-width:0;
  padding:calc(1.5rem * .75);
  border-radius:1rem;
  background:color-mix(in srgb,currentColor 8%,transparent);
}
.service-headline .contact-inner h3{margin:0 0 1.5rem;
  font-size:calc(18.3px * 1.35);
  line-height:1.2;}
.service-headline .service-team{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .6);}
.service-headline .service-team li{display:flex;
  flex-wrap:wrap;
  gap:.4rem 1rem;
  justify-content:space-between;
  padding-bottom:calc(1.5rem * .5);
  border-bottom:1px solid color-mix(in srgb,currentColor 25%,transparent);}
.service-headline .service-team li:last-child{border-bottom:0;
  padding-bottom:0;}
.service-headline .service-team strong{font-weight:600;}
.service-headline .service-team span{opacity:.9;}
.service-headline .quiet-form{
  display:inline-block;
  margin-top:1.5rem;
  padding:.6rem 1.1rem;
  border-radius:0.49rem;
  background:#a01e63;
  color:#fdf8ee;
  text-decoration:none;
  font-size:calc(18.3px * .875);
}
.service-headline .quiet-form:hover{
  background:#7d1549;color:#241c14;}
.service-headline .quiet-nav p{margin:0;
  font-size:18.3px;
  line-height:1.65;
  opacity:.95;}
@media(max-width:760px){.service-headline .content-service{
    flex-direction:column;
  }.service-headline .primary-area,
  .service-headline .contact-inner{
    flex-basis:auto;
    width:100%;
  }
}
.steady-menu{padding:calc(1.5rem * 2.4) 1.55rem;background:#241c14;color:#fdf8ee}
.steady-menu .secondary-panel{max-width:1560px;margin:0 auto;display:flex;flex-direction:column;gap:calc(1.75rem * 1.5)}
.steady-menu .clear-copy{display:grid;grid-template-columns:minmax(0,.42fr) minmax(0,.58fr);gap:1.75rem;align-items:end}
.steady-menu h2{margin:0;font-size:calc(18.3px * 2.65);line-height:1.05}
.steady-menu .clear-copy p{margin:0;font-size:calc(18.3px * 1.125);color:#d9c9b2}
.steady-menu .plain-callout{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:calc(1.5rem * .75)}
.steady-menu .direct-team{padding:calc(1.5rem * .75);border-radius:1rem;background:#fdf8ee;color:#241c14;border:1px solid #e0cfb4}
.steady-menu .direct-team span{display:block;font-size:calc(18.3px * .875);color:inherit;}
.steady-menu .direct-team strong{display:block;margin-top:calc(1.5rem * .75);font-size:18.3px;line-height:1.4}
.steady-menu .direct-team a{color:inherit;text-decoration:none}
.steady-menu .direct-team a:hover{color:inherit;}
.steady-menu .fresh-inner{height:clamp(20rem,38vw,30rem);border-radius:1.18rem;overflow:hidden;border:1px solid #e0cfb4}
.steady-menu iframe{display:block;width:100%;height:100%;border:0}
.steady-menu .open-details{padding:calc(1.5rem * .75) 0 0;border-top:1px solid rgba(253,248,238,0.18)}
.steady-menu .open-details p{margin:0;font-size:18.3px;color:#d9c9b2}
@media (max-width: 980px){.steady-menu .clear-copy{grid-template-columns:1fr;align-items:start}.steady-menu .plain-callout{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 620px){.steady-menu .plain-callout{grid-template-columns:1fr}.steady-menu .fresh-inner{height:20rem}
}
.secondary-shell{padding:calc(1.5rem * 2.4) 1.55rem;background:#0f8a63;color:#fdf8ee}
.secondary-shell .team-body{max-width:1560px;margin:0 auto}
.secondary-shell .clear-copy{max-width:56rem}
.secondary-shell h2{margin:0;font-size:calc(18.3px * 2.65);line-height:1.05}
.secondary-shell .clear-copy p{margin:1.5rem 0 0;font-size:calc(18.3px * 1.125);line-height:1.64}
.secondary-shell .content-service{margin-top:calc(1.75rem * 1.5);display:flex;flex-wrap:wrap;gap:1.75rem;align-items:flex-start}
.secondary-shell .contact-feature{flex:1 1 32rem;min-width:0;display:flex;flex-wrap:wrap;gap:1.5rem;align-content:flex-start;background:#fdf8ee;color:#241c14;border:1px solid #e0cfb4;border-radius:1rem;padding:1.75rem}
.secondary-shell .contact-feature label{flex:1 1 15rem;min-width:0}
.secondary-shell label span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(18.3px * .875);}
.secondary-shell input{width:100%;max-width:100%;border:1px solid #e0cfb4;border-radius:0.25rem;background:#efe2cc;color:#3d3227;font:inherit;padding:calc(1.5rem * .75);outline:none}
.secondary-shell input::placeholder{}
.secondary-shell input:focus{border-color:#0f8a63}
.secondary-shell button{flex:1 1 100%;border:0;border-radius:0.25rem;background:#a01e63;color:#fdf8ee;font:inherit;padding:calc(1.5rem * .75) 1.5rem;cursor:pointer;transition:background 370ms var(--delay-nav)}
.secondary-shell button:hover{background:#7d1549;color:#241c14;}
.secondary-shell .primary-surface{flex:1 1 22rem;min-width:0;display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem 0}
.secondary-shell .primary-surface p{margin:0;line-height:1.64}
.secondary-shell .primary-surface span{display:block;margin-bottom:calc(1.5rem * .75);font-size:calc(18.3px * .875);font-weight:700}
.secondary-shell .primary-surface a{text-decoration:underline;text-underline-offset:3px}
.secondary-shell .primary-surface a:hover{}
@media(max-width:760px){.secondary-shell .content-service{display:block}.secondary-shell .contact-feature{display:block;padding:1.5rem}.secondary-shell .contact-feature label+label,.secondary-shell button{margin-top:1.5rem}.secondary-shell .primary-surface{margin-top:calc(1.75rem * 1.5);padding:0}.secondary-shell h2{font-size:calc(18.3px * 2)}}
.wide-rail{
  padding: calc(1.5rem * 2.4) 1.55rem;
  background: #f6ecdb;
  color: #241c14;
}
.wide-rail .team-body{max-width: 1560px;
  margin: 0 auto;}
.wide-rail .strong-unit{margin-bottom: calc(1.75rem * 1.5);}
.wide-rail h2{margin: 0;
  font-size: calc(18.3px * 2);
  line-height: 1.1;}
.wide-rail .strong-unit p{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.3px * 1.125);
  color: #3d3227;}
.wide-rail .service-section{display: flex;
  flex-direction: column;
  gap: calc(1.75rem * 1.5);
  border-top: 1px solid #e0cfb4;}
.wide-rail .compact-region{padding-top: calc(1.5rem * .75);
  border-bottom: 1px solid #e0cfb4;
  padding-bottom: calc(1.5rem * .75);}
.wide-rail .compact-region .simple-flow{
  display: inline-block;
  padding: 0.2rem 0.6rem;
  border-radius: 0.25rem;
  background: #a01e63;
  color: #fdf8ee;
  font-size: calc(18.3px * .875);
}
.wide-rail .compact-region h3{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(18.3px * 1.35);}
.wide-rail .compact-region p{margin: calc(1.5rem * .75) 0 0;
  color: #3d3227;}
.wide-rail .open-details{
  margin-top: calc(1.75rem * 1.5);
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: #fdf8ee;
  color: #241c14;
  border: 1px solid #e0cfb4;
}
.wide-rail .open-details h3{margin: 0;
  font-size: calc(18.3px * 1.35);}
.wide-rail .open-details p{margin: calc(1.5rem * .75) 0 0;}
.wide-rail .steady-proof{list-style: none;
  margin: calc(1.5rem * .75) 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;}
.wide-rail .steady-proof li{display: flex;
  flex-direction: column;
  gap: 0.2rem;}
.wide-rail .steady-proof span{font-size: calc(18.3px * .875);
  color: #3d3227;}
.wide-rail .steady-proof a{color:inherit;
  text-decoration: none;}
.wide-rail .steady-proof a:hover{color: #a01e63;}
.wide-rail .clear-method{margin: calc(1.75rem * 1.5) 0 0;
  font-size: calc(18.3px * .875);
  color: #3d3227;}
@media (min-width: 780px) {.wide-rail .service-section{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: calc(1.75rem * 1.5);
  }
}
.simple-view{background:linear-gradient(120deg, #0f8a63 0%, #a01e63 100%);color:#fdf8ee;padding:calc(1.5rem * 2.4) 1.55rem}
.simple-view .team-body{max-width:1560px;margin:0 auto}
.simple-view .simple-panel{display:flex;flex-direction:column;gap:calc(1.75rem * 1.5)}
.simple-view h2{margin:0;max-width:22ch;font-size:clamp(calc(18.3px * 2),4.4vw,calc(18.3px * 2.65));line-height:1.08;letter-spacing:0}
.simple-view .content-service{display:flex;align-items:flex-start;gap:calc(1.75rem * 1.5)}
.simple-view p{flex:0 1 26rem;margin:0;min-width:0;font-size:18.3px;line-height:1.68}
.simple-view .narrow-footer{flex:1 1 34rem;min-width:0;display:flex;flex-wrap:wrap;gap:1.5rem}
.simple-view .narrow-footer a{flex:1 1 15rem;min-width:0;padding:calc(1.5rem * .75);border-radius:0.49rem;background:color-mix(in srgb,currentColor 12%,transparent);color:inherit;text-decoration:none;transition:background 370ms var(--delay-nav)}
.simple-view .narrow-footer a:hover{background:color-mix(in srgb,currentColor 20%,transparent)}
.simple-view strong,.simple-view span{display:block}
.simple-view strong{font-size:18.3px;line-height:1.3}
.simple-view span{margin-top:calc(calc(1.5rem * .75)*.5);font-size:calc(18.3px * .875);line-height:1.55}
@media(max-width:760px){.simple-view .content-service{flex-direction:column}.simple-view p{flex-basis:auto}.simple-view h2{max-width:none}}
.quiet-group{
  padding: calc(1.5rem * 2.4) 1.55rem;
  background: #241c14;
  color: #fdf8ee;
}
.quiet-group .team-body{max-width: min(1560px, 72rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: calc(1.75rem * 1.5);}
.quiet-group .site-feature{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  padding-bottom: calc(1.5rem * .75);
  border-bottom: 1px solid #3d3227;}
.quiet-group h2{margin: 0;
  font-size: calc(18.3px * 2);
  line-height: 1.1;}
.quiet-group .site-feature p{margin: 0;
  color: #d9c9b2;
  font-size: calc(18.3px * 1.125);}
.quiet-group .narrow-footer{display: flex;
  flex-direction: column;}
.quiet-group .compact-region{border-top: 1px solid #3d3227;
  padding: calc(1.5rem * .75) 0;}
.quiet-group .compact-region:first-child{border-top: 0;
  padding-top: 0;}
.quiet-group button{
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: calc(18.3px * 1.35);
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: calc(1.5rem * .75);
}
.quiet-group button::after{content: "+";
  font-size: calc(18.3px * 1.125);
  color: #d9c9b2;
  flex: 0 0 auto;}
.quiet-group .compact-region.is-open button::after{content: "\2212";}
.quiet-group .compact-region p{margin: calc(1.5rem * .75) 0 0;
  color: #d9c9b2;}
.quiet-group .compact-region:not(.is-open) p{display: none;}
@media (max-width: 760px) {.quiet-group .site-feature p{
    font-size: 18.3px;
  }
}
.clear-flow{
  padding: calc(1.5rem * 2.4) 1.55rem;
  background: #241c14;
  color: #fdf8ee;
}
.clear-flow .team-body{max-width: min(1560px, 68rem);
  margin: 0 auto;}
.clear-flow h2{margin: 0;
  font-size: calc(18.3px * 2);
  line-height: 1.1;}
.clear-flow .strong-unit{margin: calc(1.5rem * .75) 0 calc(1.75rem * 1.5);
  font-size: calc(18.3px * 1.125);
  color: #d9c9b2;}
.clear-flow .local-tile{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);
  border-top: 1px solid #3d3227;
  padding-top: calc(1.75rem * 1.5);}
.clear-flow .unit{display: flex;
  gap: 1.75rem;
  align-items: flex-start;}
.clear-flow .unit .wide-links{flex: 0 0 auto;
  font-size: calc(18.3px * .875);
  letter-spacing: 0.08em;
  color: #d9c9b2;
  padding-top: 0.35rem;}
.clear-flow .unit strong{display: block;
  font-size: calc(18.3px * 1.35);
  margin-bottom: 0.35rem;}
.clear-flow .unit p{margin: 0;
  color: #d9c9b2;}
.clear-flow .strong-service{
  margin-top: calc(1.75rem * 1.5);
  padding: calc(1.5rem * .75);
  border: 1px solid #3d3227;
  border-radius: 1rem;
  background: #241c14;color:#fdf8ee;}
.clear-flow .strong-service h3{margin: 0 0 0.5rem;
  font-size: calc(18.3px * 1.35);}
.clear-flow .strong-service p{margin: 0 0 calc(1.5rem * .75);
  color: #d9c9b2;}
.clear-flow .steady-proof{list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: calc(1.5rem * .75) calc(1.75rem * 1.5);}
.clear-flow .steady-proof li{display: flex;
  flex-direction: column;
  gap: 0.2rem;}
.clear-flow .steady-proof .public-group{font-size: calc(18.3px * .875);
  color: #d9c9b2;
  letter-spacing: 0.04em;}
.clear-flow .steady-proof a{text-decoration: underline;
  text-underline-offset: 3px;}
.clear-flow .steady-proof a:hover{}
.clear-flow .bottom-footer{margin: calc(1.75rem * 1.5) 0 0;
  color: #d9c9b2;
  font-size: 18.3px;}
.clear-flow .bottom-footer a{text-decoration: underline;
  text-underline-offset: 3px;}
.clear-flow .bottom-footer a:hover{}
@media (max-width: 640px) {.clear-flow .unit{
    flex-direction: column;
    gap: 0.35rem;
  }
}
.wide-method{--mark-main:calc(1.5rem * 1.02);--mark-active:calc(1560px / 3.15);padding:calc(1.5rem * 2.4) 1.55rem;background:#a01e63;color:#fdf8ee;}
.wide-method .team-body{max-width:1560px;margin:0 auto;}
.wide-method h1,.wide-method h2,.wide-method h3,.wide-method p{margin:0;}
.wide-method h2{font-size:calc(18.3px * 2);line-height:1.12;}
.wide-method p{font-size:18.3px;line-height:1.64;color:color-mix(in srgb, currentColor 78%, transparent);}
.wide-method a{color:inherit;text-decoration:none;}
.wide-method .quiet-form{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.25rem;background:#fdf8ee;color:#a01e63;font-weight:600;}
.wide-method .bottom-footer{font-size:calc(18.3px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
.wide-method .bottom-footer a{text-decoration:underline;text-underline-offset:3px;}
.wide-method .plain-entries>h2,.wide-method .plain-entries>p,.wide-method .plain-entries>.quiet-form,.wide-method .plain-entries>.bottom-footer{margin-top:1.5rem;}
.wide-method .plain-entries>.bottom-footer{margin-top:var(--mark-main);}
.fresh-block{padding:calc(1.5rem * 2.4) 1.55rem;background:#f6ecdb;color:#241c14}
.fresh-block .team-body{max-width:1560px;margin:0 auto}
.fresh-block .visual{display:flex;gap:calc(1.75rem * 1.5);align-items:flex-start;flex-wrap:wrap}
.fresh-block .clear-copy{flex:1 1 30rem;min-width:0}
.fresh-block .open-details{margin:0 0 calc(1.5rem * .75);font-size:calc(18.3px * .875);letter-spacing:0.04em;text-transform:uppercase;color:#3d3227}
.fresh-block h2{margin:0 0 1.5rem;font-size:calc(18.3px * 2.65);line-height:1.06}
.fresh-block .clear-copy .clear-track{margin:0;line-height:1.64}
.fresh-block .media-proof{flex:1 1 24rem;min-width:0;padding-top:calc(1.5rem * .75)}
.fresh-block .media-proof p{margin:0 0 calc(1.5rem * .75);line-height:1.64}
.fresh-block .bottom-footer{display:flex;flex-wrap:wrap;gap:calc(1.5rem * .75);margin-top:calc(1.75rem * 1.5)}
.fresh-block .bottom-footer a{display:inline-flex;align-items:center;padding:calc(1.5rem * .75) 1.5rem;border-radius:0.49rem;text-decoration:none;font-size:18.3px}
.fresh-block .bottom-footer .public-service{background:#0f8a63;color:#fdf8ee}
.fresh-block .bottom-footer .public-service:hover{background:#0b6e4f;color:#241c14;}
.fresh-block .bottom-footer .simple-header{background:#a01e63;color:#fdf8ee}
.fresh-block .bottom-footer .simple-header:hover{background:#7d1549;color:#241c14;}
.fresh-block .mark{list-style:none;margin:calc(1.75rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:0}
.fresh-block .mark li a{display:block;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #e0cfb4;color:inherit;text-decoration:none}
.fresh-block .mark li a:hover{color:#a01e63}
@media(max-width:760px){.fresh-block h2{font-size:calc(18.3px * 2)}.fresh-block .media-proof{padding-top:0}}
