body{margin:0;padding:0;font-family:"Source Serif 4", sans-serif;}
*,*::before,*::after{box-sizing:border-box;}
:root {
  --paint-inverse: #fffdf9;
  --speed-hover: cubic-bezier(0.4,0,0.2,1);
  --line-accent: #241b18;
  --tone-muted: #3a2e2a;
  --tone-extra-9: #c2185b;
}
.featured-details {
    width: 100%;
    background: #f7f1e8;
    color: #241b18;
    border-bottom: 1px solid #e0d3c2;
  }
.soft-menu {
    max-width: 980px;
    margin: 0 auto;
    padding: 1.5rem 2.04rem;
    display: flex;
    flex-direction: column;
    gap: calc(0.76rem * 1.5);
  }
.soft-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.76rem;
  }
.open-footer {
    font-size: calc(14.6px * 1.125);
    font-weight: 600;
    letter-spacing: 0.02em;
    color: inherit;
    text-decoration: none;
  }
.open-footer:hover {
    color: #0f8a8a;
  }
.media-track {
    display: none;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0.5rem;
    background: transparent;
    color: #241b18;
    border: 1px solid #e0d3c2;
    border-radius: 0.7rem;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
.media-track:hover{
    background: color-mix(in srgb, currentColor 10%, transparent);color:var(--line-accent);}
.media-note {
    display: block;
    height: 2px;
    background: currentColor;
    border-radius: 2px;
  }
.content-rail {
    display: block;
  }
.nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.76rem;
    align-items: center;
  }
.nav-link {
    display: inline-block;
    padding: 0.35rem 0.15rem;
    font-size: 14.6px;
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: color 640ms var(--speed-hover),
                border-color 640ms var(--speed-hover);
  }
.nav-link:hover {
    color: #0f8a8a;
    border-bottom-color: #0f8a8a;
  }
.nav-link.is-active {
    border-bottom-color: currentColor;
    font-weight: 600;
  }
@media (max-width: 767px) {
    .media-track {
      display: flex;
    }

    .content-rail {
      display: none;
    }

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

    .nav-list {
      flex-direction: column;
      align-items: flex-start;
      gap: calc(0.76rem * 1.5);
      padding-top: calc(0.76rem * 1.5);
      border-top: 1px solid #e0d3c2;
    }

    .nav-link {
      font-size: calc(14.6px * 1.125);
      padding: 0.25rem 0;
    }
  }
.fresh-story{font-family:"Source Serif 4", sans-serif;font-size:14.6px;line-height:2.02;padding:calc(1.5rem * 2.4) 2.04rem calc(0.76rem * 1.5);background:#241b18;color:#f7f1e8;}
.fresh-story *{border-radius:0}
.service-benefit{max-width:980px;margin:0 auto;display:grid;grid-template-columns:1.2fr 2.4fr 1.2fr;gap:calc(1.5rem * .75);align-items:start}
.focused-team{display:flex;flex-direction:column;gap:calc(0.76rem * 1.5)}
.visual-benefit{margin:0;font-size:calc(14.6px * 1.35);font-weight:700;letter-spacing:0.02em}
.page-team{margin:0;font-size:calc(14.6px * .875);line-height:2.02;max-width:32ch}
.primary-form{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:0.76rem}
.narrow-stack{display:flex;flex-direction:column;gap:calc(0.76rem * 1.5)}
.offer-track{margin:0;font-size:calc(14.6px * .875);font-weight:700;text-transform:uppercase;letter-spacing:0.08em}
.service-block{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.4rem}
.service-block a{color:inherit;text-decoration:none;font-size:calc(14.6px * .875);transition:opacity 640ms var(--speed-hover)}
.service-block a:hover,
  .service-block a:focus-visible{opacity:0.72;text-decoration:underline;color:inherit}
.fresh-section{display:flex;flex-direction:column;gap:calc(0.76rem * 1.5)}
.plain-fields{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:calc(0.76rem * 1.5)}
.plain-fields li{display:flex;flex-direction:column;gap:0.2rem}
.team-steps{font-size:calc(14.6px * .875);text-transform:uppercase;letter-spacing:0.06em;opacity:0.7}
.contact-header{font-size:calc(14.6px * .875);color:inherit;text-decoration:none;line-height:2.02}
a.footer-value:hover,
  a.footer-value:focus-visible{text-decoration:underline;color:inherit}
.focused-items{max-width:980px;margin:calc(1.5rem * .75) auto 0;padding-top:calc(0.76rem * 1.5);border-top:1px solid rgba(255, 255, 255, 0.18);display:flex;flex-direction:column;gap:calc(0.76rem * 1.5)}
.clear-form{margin:0;font-size:calc(14.6px * .875)}
.secondary-content{margin:0;font-size:calc(14.6px * .875);line-height:2.02;max-width:80ch;opacity:0.85}
@media (max-width: 960px) {.service-benefit{grid-template-columns:1fr 1fr}.focused-team{grid-column:1 / -1}.fresh-section{grid-column:1 / -1}
  }
@media (max-width: 640px) {.service-benefit{grid-template-columns:1fr}.primary-form{grid-template-columns:1fr 1fr}.fresh-story{padding:calc(1.5rem * 2.4) 2.04rem calc(0.76rem * 1.5);background:#241b18;color:#f7f1e8;}
  }
@media (max-width: 420px) {.primary-form{grid-template-columns:1fr}
  }
footer,footer *{border-radius:0!important;}
.cookies{position:fixed;left:clamp(14px,2vw,24px);right:clamp(14px,2vw,24px);bottom:clamp(14px,2vw,24px);z-index:1200}
.cookies .direct-block{max-width:760px;margin:0 auto;padding:14px 16px;border:1px solid #e0d3c2;border-radius:24px;background:var(--paint-inverse);color:var(--line-accent);box-shadow:0 10px 28px rgba(0,0,0,0.04);display:flex;align-items:flex-start;justify-content:space-between;gap:0.76rem}
.cookies .contact-section{max-width:48rem}
.cookies strong{display:block;font-size:calc(14.6px * 1.35)}
.cookies p{margin:6px 0 0;line-height:2.02}
.cookies .featured-benefit{display:flex;flex-wrap:wrap;gap:8px}
.cookies .featured-benefit button{border:1px solid #e0d3c2;background:#efe6d9;color:var(--tone-muted);border-radius:12px;padding:8px 12px;cursor:pointer;font-weight:700}
.cookies .featured-benefit button.cookie-accept{background:var(--tone-extra-9);color:#fff8f2;border-color:transparent}
@media(max-width:760px){.cookies .direct-block{display:block}.cookies .featured-benefit{margin-top:12px}}
.visual-contact{--mark-active:calc(1.5rem * 1.18);padding:calc(1.5rem * 2.4) 2.04rem;background:#0f8a8a;color:#f4fbfa;}
.visual-contact .team-fields{max-width:980px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:flex-start;gap:calc(0.76rem * 2.4);}
.visual-contact h1,.visual-contact p{margin:0;}
.visual-contact h1{font-size:calc(14.6px * 2.65);line-height:1.1;}
.visual-contact p{font-size:14.6px;line-height:2.02;}
.visual-contact a{color:inherit;text-decoration:none;}
.visual-contact .offer-region{flex:1 1 22rem;min-width:0;}
.visual-contact .narrow-headline{margin-top:calc(0.76rem * 1.5);}
.visual-contact .offer-wrap{flex:1 1 15rem;min-width:0;display:flex;flex-direction:column;gap:calc(0.76rem * 1.5);padding-top:calc(1.5rem * .75);}
.visual-contact .page-proof{font-size:calc(14.6px * .875);line-height:2.02;}
.visual-contact .quiet-media{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.37rem;background:#f4fbfa;color:#0f8a8a;font-weight:600;}
.visual-contact .top-body{font-size:calc(14.6px * .875);line-height:2.02;}
.visual-contact .top-body a{border-bottom:1px solid currentColor;}
@media(max-width:760px){.visual-contact .team-fields{flex-direction:column;gap:calc(0.76rem * 1.5);}}
.visual-section{--mark-active:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.04rem;background:#f7f1e8;color:#241b18;}
.visual-section .team-fields{max-width:980px;margin:0 auto;}
.visual-section h2,.visual-section h3,.visual-section p{margin:0;}
.visual-section h2{font-size:calc(14.6px * 2);line-height:1.14;}
.visual-section h3{font-size:calc(14.6px * 1.35);line-height:1.22;}
.visual-section p{font-size:14.6px;line-height:2.02;}
.visual-section .offer-region{display:flex;flex-direction:column;gap:calc(0.76rem * 1.5);}
.visual-section .narrow-headline{color:var(--tone-muted);}
.visual-section .main-headline{display:flex;flex-direction:column;gap:0.76rem;margin-top:var(--mark-active);}
.visual-section .public-region{padding:calc(1.5rem * .75);border-radius:0.7rem;background:var(--paint-inverse);color:var(--line-accent);border:1px solid #e0d3c2;}
.visual-section .public-region p{margin-top:calc(1.5rem / 3.2);color:var(--tone-muted);}
.visual-section .top-body{margin-top:var(--mark-active);font-size:calc(14.6px * .875);color:var(--tone-muted);}
.visual-section .top-body a{color:#c2185b;text-decoration:none;border-bottom:1px solid #c2185b;}
.visual-section .top-body a:hover{color:inherit;border-bottom-color:#0f8a8a;}
@media (min-width:760px){.visual-section .main-headline{display:grid;grid-template-columns:1fr 1fr;gap:calc(1.5rem * .75);}
}
.offer-steps{--mark-active:calc(1.5rem * 1.15);--field-strong:calc(980px / 2.4);padding:calc(1.5rem * 2.4) 2.04rem;background:#0f8a8a;color:#f4fbfa;}
.offer-steps .team-fields{max-width:980px;margin:0 auto;}
.offer-steps h2,.offer-steps p{margin:0;}
.offer-steps h2{font-size:calc(14.6px * 2);line-height:1.14;}
.offer-steps p{font-size:14.6px;line-height:2.02;}
.offer-steps .narrow-headline{color:color-mix(in srgb, currentColor 82%, transparent);}
.offer-steps .page-proof{color:color-mix(in srgb, currentColor 72%, transparent);font-size:calc(14.6px * .875);}
.offer-steps a{color:inherit;text-decoration:none;}
.offer-steps .page-proof a{text-decoration:underline;text-underline-offset:3px;}
.offer-steps .page-proof a:hover{opacity:0.85;}
.offer-steps .quiet-media{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.37rem;background:#f4fbfa;color:#0f8a8a;font-size:14.6px;}
.offer-steps .quiet-media:hover{background:#0b6f6f;color:#f4fbfa;}
.offer-steps .steady-media>h2,.offer-steps .steady-media>.narrow-headline,.offer-steps .steady-media>.quiet-media,.offer-steps .steady-media>.page-proof{margin-top:var(--mark-active);}
.offer-steps .steady-media>h2{margin-top:0;}
.grid-merits{--mark-active:calc(1.5rem * 1.19);--field-strong:calc(980px / 2.25);padding:calc(1.5rem * 2.4) 2.04rem;background:#f7f1e8;color:#241b18;}
.grid-merits .team-fields{max-width:980px;margin:0 auto;}
.grid-merits h1,.grid-merits h2,.grid-merits h3,.grid-merits p{margin:0;}
.grid-merits h1{font-size:calc(14.6px * 2.65);line-height:1.08;}
.grid-merits h2{font-size:calc(14.6px * 2);line-height:1.12;}
.grid-merits h3{font-size:calc(14.6px * 1.35);line-height:1.2;}
.grid-merits p{font-size:14.6px;line-height:2.02;}
.grid-merits a{color:#c2185b;text-decoration:none;}
.grid-merits a:hover{color:inherit;}
.grid-merits .page-proof{font-size:calc(14.6px * .875);color:var(--tone-muted);background:#efe6d9;padding:calc(calc(1.5rem * .75) * .7) calc(1.5rem * .75);border-radius:0.37rem;}
.grid-merits .secondary-header{display:flex;flex-wrap:wrap;gap:var(--mark-active);margin-top:var(--mark-active);}
.grid-merits .public-region{flex:1 1 calc(980px / 3.4);min-width:0;padding:calc(calc(1.5rem * .75) * .9);border-radius:0.7rem;background:var(--paint-inverse);color:var(--line-accent);border:1px solid #e0d3c2;}
.grid-merits .public-region p{margin-top:calc(1.5rem / 3);color:var(--tone-muted);}
.grid-merits .social>h2{margin-top:var(--mark-active);}
.grid-merits .top-body{margin-top:calc(1.5rem / 2);font-size:calc(14.6px * .875);}
.public-actions{
  padding: calc(1.5rem * 2.4) 2.04rem;
  background: #241b18;
  color: #f7f1e8;
}
.public-actions .team-fields{max-width: min(980px, 74rem);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: calc(0.76rem * 1.5);}
.public-actions .narrow-headline{flex: 1 1 22rem;
  min-width: 0;}
.public-actions .offer-wrap{
  flex: 1 1 20rem;
  min-width: 0;
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: var(--paint-inverse);
  color: var(--line-accent);
  border: 1px solid #e0d3c2;
}
.public-actions h2{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(14.6px * 2);
  line-height: 1.1;}
.public-actions .narrow-headline p{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(14.6px * 1.125);
  color: #d9cbbd;}
.public-actions .narrow-headline a{
  display: inline-flex;
  align-items: center;
  padding: calc(calc(1.5rem * .75) * .8) calc(1.5rem * .75);
  border-radius: 0.7rem;
  background: var(--tone-extra-9);
  color: #fff8f2;
  text-decoration: none;
  font-size: 14.6px;
}
.public-actions .narrow-headline a:hover{
  background: #a01349;color:var(--line-accent);}
.public-actions .page-proof{margin: 0 0 calc(1.5rem * .75);
  font-size: calc(14.6px * .875);color:inherit;}
.public-actions .secondary-header{list-style: none;
  margin: 0;
  padding: 0;}
.public-actions .secondary-header li{padding: 0 0 calc(1.5rem * .75);
  margin: 0 0 calc(1.5rem * .75);
  border-bottom: 1px solid #e0d3c2;}
.public-actions .secondary-header li:last-child{padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;}
.public-actions .secondary-header strong{display: block;
  font-size: 14.6px;}
.public-actions .secondary-header span{display: block;
  margin-top: calc(calc(1.5rem * .75) * .35);
  font-size: calc(14.6px * .875);color:inherit;}
.public-actions .steady-shell{margin: calc(1.5rem * .75) 0 0;
  font-size: calc(14.6px * .875);color:inherit;}
.public-actions .steady-shell a{color:inherit;
  text-decoration: underline;}
.public-actions .steady-shell a:hover{color:inherit;}
@media (max-width: 760px) {.public-actions .team-fields{
    flex-direction: column;
  }
}
.local-form{
    padding:calc(1.5rem * 2.4) 2.04rem;
    background:#efe6d9;
    color:var(--tone-muted);
}
.local-form .team-fields{max-width:980px;
    margin:0 auto;}
.local-form .secondary-headline{
    display:flex;
    flex-wrap:wrap;
    align-items:flex-start;
    justify-content:space-between;
    gap:calc(0.76rem * 1.5);
    padding:calc(1.5rem * .75);
    border:1px solid #e0d3c2;
    border-radius:1rem;
    background:var(--paint-inverse);
    color:var(--line-accent);
    box-shadow:0 0px 4px rgba(0,0,0,0.03);
}
.local-form .narrow-headline{flex:1 1 22rem;
    min-width:0;}
.local-form .narrow-headline h2{margin:0 0 0.76rem;
    font-size:calc(14.6px * 2);
    line-height:1.2;}
.local-form .narrow-headline p{margin:0 0 0.76rem;
    font-size:14.6px;
    line-height:2.02;}
.local-form .narrow-headline p:last-child{margin-bottom:0;}
.local-form .quiet-media{display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:0.76rem;
    flex:0 1 auto;}
.local-form .quiet-media a{display:inline-block;
    padding:0.6rem 1.1rem;
    border-radius:0.7rem;
    font-size:calc(14.6px * .875);
    font-weight:700;
    text-decoration:none;
    white-space:nowrap;}
.local-form .quiet-media .top-body{
    background:var(--tone-extra-9);
    color:#fff8f2;
}
.local-form .quiet-media .top-body:hover{
    background:#a01349;color:var(--line-accent);}
.local-form .quiet-media .public-headline{
    background:#0f8a8a;
    color:#f4fbfa;
}
.local-form .quiet-media .public-headline:hover{
    background:#0b6f6f;color:var(--line-accent);}
@media (max-width:760px){.local-form .secondary-headline{
        flex-direction:column;
    }.local-form .quiet-media{
        width:100%;
    }.local-form .quiet-media a{
        white-space:normal;
    }
}
.direct-section{padding:calc(1.5rem * 2.4) 2.04rem;background:#f7f1e8;color:#241b18;}
.direct-section .team-fields{max-width:980px;margin:0 auto;display:grid;gap:calc(0.76rem * 1.5);}
.direct-section .nav{display:grid;gap:.4rem;padding-bottom:calc(0.76rem * 1.5);border-bottom:1px solid #e0d3c2;}
.direct-section h2,.direct-section h3,.direct-section h4,.direct-section p{margin:0;}
.direct-section h2{font-size:calc(14.6px * 2);line-height:1.2;}
.direct-section h3{font-size:calc(14.6px * 1.125);line-height:2.02;color:var(--tone-muted);}
.direct-section .wide-feature{display:grid;grid-template-columns:minmax(0,.6fr) minmax(18rem,.4fr);gap:0.76rem;align-items:start;}
.direct-section .card{display:grid;gap:.7rem;}
.direct-section .wide-links{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.85rem;align-items:start;padding:calc(1.5rem * .75);border:1px solid #e0d3c2;border-radius:0.7rem;background:var(--paint-inverse);color:var(--line-accent);}
.direct-section .wide-links:nth-child(3n+2){margin-left:clamp(0rem,3vw,1.8rem);}
.direct-section .text-plan{width:2.5rem;height:2.5rem;border-radius:0.37rem;display:grid;place-items:center;background:#0f8a8a;color:#f4fbfa;font-weight:700;}
.direct-section .wide-links h4{font-size:14.6px;line-height:1.3;}
.direct-section .wide-links p{margin-top:.3rem;font-size:calc(14.6px * .875);line-height:2.02;color:var(--tone-muted);}
.direct-section time{font-size:calc(14.6px * .875);color:var(--tone-muted);white-space:nowrap;}
.direct-section .featured-quote{position:sticky;top:calc(1.5rem * .75);display:grid;gap:.75rem;padding:calc(1.5rem * .75);border:1px solid #e0d3c2;border-radius:1rem;background:#efe6d9;color:var(--tone-muted);}
.direct-section .narrow-menu{display:grid;gap:.65rem;}
.direct-section .plain-stack{padding:.8rem .9rem;border-radius:0.7rem;background:var(--paint-inverse);color:var(--line-accent);border:1px solid #e0d3c2;}
.direct-section .plain-stack:nth-child(2){background:var(--tone-extra-9);color:#fff8f2;border-color:var(--tone-extra-9);}
.direct-section .plain-stack p{font-size:calc(14.6px * .875);line-height:2.02;}
.direct-section .plain-stack time{display:block;margin-top:.35rem;color:inherit;opacity:.72;}
.direct-section .open-callout{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;padding-top:.75rem;border-top:1px solid #e0d3c2;}
.direct-section .open-callout input{min-width:0;border:1px solid #e0d3c2;border-radius:0.37rem;padding:.8rem .9rem;background:var(--paint-inverse);color:var(--line-accent);font:inherit;outline:none;}
.direct-section .open-callout input::placeholder{color:rgba(255,255,255,0.55);}
.direct-section .open-callout button{border:0;border-radius:0.37rem;padding:.8rem 1rem;background:#0f8a8a;color:#f4fbfa;font:inherit;font-weight:700;cursor:pointer;}
.direct-section .open-callout button:hover{background:#0b6f6f;color:var(--line-accent);}
@media (max-width:900px){.direct-section .wide-feature{grid-template-columns:1fr;}.direct-section .featured-quote{position:relative;top:auto;}.direct-section .wide-links:nth-child(3n+2){margin-left:0;}.direct-section .open-callout{grid-template-columns:1fr;}}
.strong-content{--mark-active:calc(1.5rem * 0.92);--layer-static:calc(980px / 3.20);padding:calc(1.5rem * 2.4) 2.04rem;background:#f7f1e8;color:#241b18;}
.strong-content .team-fields{max-width:980px;margin:0 auto;}
.strong-content h2,.strong-content h3,.strong-content p{margin:0;}
.strong-content h2{font-size:calc(14.6px * 2);line-height:1.12;}
.strong-content h3{font-size:calc(14.6px * 1.35);line-height:1.22;}
.strong-content p{font-size:14.6px;line-height:2.02;}
.strong-content .narrow-headline{margin-top:1.5rem;}
.strong-content .page-proof{margin-top:calc(0.76rem * 1.5);font-size:calc(14.6px * .875);color:var(--tone-muted);}
.strong-content .clear-headline{display:flex;align-items:flex-start;gap:0.76rem;}
.strong-content .clear-headline>.bottom-inner{flex:1 1 var(--layer-static);min-width:0;}
.strong-content .secondary-header{flex:2 1 calc(980px / 2);min-width:0;display:flex;flex-direction:column;gap:var(--mark-active);border-left:1px solid #e0d3c2;padding-left:1.5rem;}
.strong-content .public-region{position:relative;min-width:0;}
.strong-content .public-region::before{content:"";position:absolute;left:calc(1.5rem * -1 - 4px);top:0.55em;width:7px;height:7px;border-radius:50%;background:#0f8a8a;color:#f4fbfa;}
.strong-content .public-region p{margin-top:calc(1.5rem / 3.2);}
@media(max-width:760px){.strong-content .clear-headline{flex-direction:column;}.strong-content .secondary-header{border-left:0;padding-left:0;margin-top:var(--mark-active);}.strong-content .public-region::before{display:none;}}
.text-figure{--mark-active:calc(1.5rem * 1.35);--layer-static:calc(980px / 5.4);padding:calc(1.5rem * 2.4) 2.04rem;background:var(--tone-extra-9);color:#fff8f2;}
.text-figure .team-fields{max-width:980px;margin:0 auto;}
.text-figure h2,.text-figure h3,.text-figure p{margin:0;}
.text-figure h2{font-size:calc(14.6px * 2);line-height:1.14;}
.text-figure h3{font-size:calc(14.6px * 1.35);line-height:1.22;}
.text-figure p{font-size:14.6px;line-height:2.02;color:color-mix(in srgb, currentColor 78%, transparent);}
.text-figure a{color:inherit;text-decoration:underline;text-underline-offset:3px;}
.text-figure .secondary-header{display:flex;flex-direction:column;gap:var(--mark-active);margin-top:var(--mark-active);}
.text-figure .public-region{display:grid;grid-template-columns:var(--layer-static) 1fr;gap:0.76rem;align-items:start;padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
.text-figure .public-region h3{order:-1;font-size:calc(14.6px * .875);letter-spacing:.02em;text-transform:uppercase;color:color-mix(in srgb, currentColor 88%, transparent);}
.text-figure .public-region p{grid-column:2;}
.text-figure .page-proof{margin-top:var(--mark-active);padding-top:calc(1.5rem / 2);border-top:1px solid color-mix(in srgb, currentColor 22%, transparent);}
@media (max-width:640px){.text-figure .public-region{grid-template-columns:1fr;}.text-figure .public-region p{grid-column:1;}
}
.team-visual{padding:calc(1.5rem * 2.4) 2.04rem;background:#efe6d9;color:var(--tone-muted);}
.team-visual .team-fields{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.76rem * 1.5);}
.team-visual .public-list{border-bottom:1px solid #e0d3c2;padding-bottom:calc(0.76rem * 1.5);}
.team-visual .public-list p{margin:0;font-size:calc(14.6px * .875);letter-spacing:0.04em;text-transform:uppercase;}
.team-visual .public-list h2{margin:0.76rem 0 0;font-size:calc(14.6px * 2);line-height:1.15;}
.team-visual .offer-region{display:flex;flex-direction:column;gap:0.76rem;}
.team-visual .offer-region p{margin:0;font-size:14.6px;}
.team-visual .entries{display:flex;flex-direction:column;gap:calc(1.5rem * .75);}
.team-visual .public-region{border-left:3px solid #0f8a8a;padding:calc(1.5rem * .75) 0 calc(1.5rem * .75) calc(1.5rem * .75);background:var(--paint-inverse);color:var(--line-accent);border-radius:0 0.7rem 0.7rem 0;}
.team-visual .public-region h3{margin:0;font-size:calc(14.6px * 1.35);}
.team-visual .public-region strong{display:block;margin:0.76rem 0;font-size:calc(14.6px * .875);font-weight:600;}
.team-visual .public-region p{margin:0 0 0.76rem;}
.team-visual .public-region blockquote{margin:0;padding:0.76rem calc(1.5rem * .75);border-left:2px solid var(--tone-extra-9);background:#efe6d9;color:var(--tone-muted);font-style:italic;}
.team-visual .page-proof{display:flex;flex-wrap:wrap;align-items:baseline;gap:0.76rem;border-top:1px solid #e0d3c2;padding-top:calc(0.76rem * 1.5);}
.team-visual .page-proof p{margin:0;flex:1 1 320px;}
.team-visual .page-proof a{color:#c2185b;text-decoration:underline;font-weight:600;}
.team-visual .page-proof a:hover{color:inherit;}
@media (min-width:720px){.team-visual .entries{display:grid;grid-template-columns:repeat(2,1fr);gap:calc(1.5rem * .75);}
    }
.contact-list{--mark-active:calc(1.5rem * 0.92);--axis-public:1px solid #e0d3c2;padding:calc(1.5rem * 2.4) 2.04rem;background:#f7f1e8;color:#241b18;}
.contact-list .team-fields{max-width:980px;margin:0 auto;}
.contact-list h2,.contact-list h3,.contact-list p{margin:0;}
.contact-list h2{font-size:calc(14.6px * 2);line-height:1.12;}
.contact-list h3{font-size:calc(14.6px * 1.35);line-height:1.2;}
.contact-list p{font-size:14.6px;line-height:2.02;}
.contact-list .page-proof{font-size:calc(14.6px * .875);letter-spacing:0.04em;text-transform:uppercase;color:var(--tone-muted);margin-bottom:calc(1.5rem / 2);}
.contact-list .narrow-headline{margin-top:1.5rem;}
.contact-list .secondary-header{display:flex;flex-direction:column;margin-top:calc(var(--mark-active) * 1.1);border-top:var(--axis-public);}
.contact-list .public-region{display:flex;gap:0.76rem;padding:calc(0.76rem * 1.5) 0;border-bottom:var(--axis-public);}
.contact-list .bottom-inner{min-width:0;flex:1 1 auto;}
.contact-list .bottom-inner p{margin-top:calc(1.5rem / 3);}
.contact-list .top-body{margin-top:calc(0.76rem * 1.5);font-size:calc(14.6px * .875);color:var(--tone-muted);}
.contact-list .top-body a{color:#c2185b;text-decoration:underline;text-underline-offset:3px;}
.contact-list .top-body a:hover{color:inherit;}
@media (min-width:720px){.contact-list .public-region{gap:calc(0.76rem * 2);}
}
.narrow-intro{--mark-active:calc(1.5rem * 1.05);--label-small:calc(980px / 3.2);padding:calc(1.5rem * 2.4) 2.04rem;background:#f7f1e8;color:#241b18;}
.narrow-intro .team-fields{max-width:980px;margin:0 auto;}
.narrow-intro h2,.narrow-intro h3,.narrow-intro p{margin:0;}
.narrow-intro h2{font-size:calc(14.6px * 2);line-height:1.14;}
.narrow-intro h3{font-size:calc(14.6px * 1.35);line-height:1.22;}
.narrow-intro p{font-size:14.6px;line-height:2.02;}
.narrow-intro .row-title{display:flex;flex-wrap:wrap;gap:0.76rem;}
.narrow-intro .row-title h2{flex:1 1 calc(980px / 2.6);min-width:0;}
.narrow-intro .row-title>p{flex:1 1 calc(980px / 2.6);min-width:0;}
.narrow-intro .steady-tile{row-gap:calc(var(--mark-active) * 1.15);}
.narrow-intro .secondary-header{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-active);margin-top:var(--mark-active);}
.narrow-intro .public-region{flex:1 1 var(--label-small);min-width:0;padding-top:calc(calc(1.5rem * .75) / 1.4);border-top:1px solid #e0d3c2;}
.narrow-intro .public-region p{margin-top:calc(1.5rem / 3.2);}
.narrow-intro .top-body{flex:1 1 100%;margin-top:calc(var(--mark-active) / 1.6);padding-top:calc(calc(1.5rem * .75) / 1.4);border-top:1px solid #e0d3c2;font-size:calc(14.6px * .875);}
.narrow-intro .top-body a{text-decoration:none;border-bottom:1px solid #c2185b;}
.narrow-intro .top-body a:hover{border-bottom-color:#0f8a8a;}
@media (max-width:640px){.narrow-intro .row-title h2,.narrow-intro .row-title>p{flex:1 1 100%;}
}
.plain-frame{--mark-active:calc(1.5rem * 1.06);--field-strong:calc(980px / 2.30);padding:calc(1.5rem * 2.4) 2.04rem;background:#241b18;color:#f7f1e8;}
.plain-frame .team-fields{max-width:980px;margin:0 auto;}
.plain-frame h2,.plain-frame h3,.plain-frame p{margin:0;}
.plain-frame h2{font-size:calc(14.6px * 2);line-height:1.12;}
.plain-frame h3{font-size:calc(14.6px * 1.35);line-height:1.2;}
.plain-frame p{font-size:14.6px;line-height:2.02;opacity:.88;}
.plain-frame a{color:inherit;text-decoration:none;}
.plain-frame .narrow-headline{margin-top:1.5rem;max-width:calc(980px / 1.55);}
.plain-frame .main-shell{display:flex;flex-direction:column;gap:var(--mark-active);margin-top:var(--mark-active);}
.plain-frame .public-region{min-width:0;padding-block-start:calc(calc(1.5rem * .75) / 1.5);border-top:1px solid color-mix(in srgb, #f7f1e8 22%, transparent);}
.plain-frame .public-region p{margin-top:calc(1.5rem / 3);}
.plain-frame .public-region a{display:inline-flex;margin-top:calc(1.5rem / 2);padding:calc(calc(1.5rem * .75) / 1.6) 1.5rem;border-radius:0.37rem;background:#0f8a8a;color:#f4fbfa;font-size:calc(14.6px * .875);}
.plain-frame .public-region a:hover{background:#0b6f6f;color:var(--line-accent);}
.plain-frame .page-proof{margin-top:var(--mark-active);font-size:calc(14.6px * .875);opacity:.75;}
.plain-frame .top-body{display:flex;flex-wrap:wrap;gap:0.76rem;margin-top:calc(var(--mark-active) / 2);}
.plain-frame .top-body a{font-size:calc(14.6px * .875);border-bottom:1px solid color-mix(in srgb, #f7f1e8 40%, transparent);padding-bottom:2px;}
.plain-frame .top-body a:hover{border-bottom-color:#0f8a8a;}
@media (min-width:720px){.plain-frame .main-shell{flex-direction:row;flex-wrap:wrap;}.plain-frame .public-region{flex:1 1 calc(50% - 0.76rem);}
}
@media (min-width:980px){.plain-frame .public-region{flex:1 1 calc(33.333% - 0.76rem);}
}
.active-panel{--mark-active:calc(1.5rem * 1.12);padding:calc(1.5rem * 2.4) 2.04rem;background:#f7f1e8;color:#241b18;}
.active-panel .team-fields{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.76rem * 1.5);}
.active-panel h1,.active-panel h2,.active-panel h3,.active-panel p{margin:0;}
.active-panel h2{font-size:calc(14.6px * 2);line-height:1.14;}
.active-panel p{font-size:14.6px;line-height:2.02;}
.active-panel .offer-region{display:flex;flex-wrap:wrap;gap:0.76rem;align-items:flex-start;}
.active-panel .offer-region>h2{flex:1 1 calc(980px / 2.6);min-width:0;}
.active-panel .offer-region>.narrow-headline{flex:1 1 calc(980px / 2.6);min-width:0;}
.active-panel .secondary-header{display:flex;flex-direction:column;gap:0;border-top:1px solid #e0d3c2;}
.active-panel .public-region{padding:calc(calc(1.5rem * .75) * .9) 0;border-bottom:1px solid #e0d3c2;}
.active-panel .public-region .steady-shell{font-size:14.6px;line-height:2.02;}
.active-panel .top-body{margin-top:var(--mark-active);display:flex;flex-direction:column;gap:calc(0.76rem * .6);}
.active-panel .top-body .page-proof{font-size:calc(14.6px * .875);color:var(--tone-muted);}
.active-panel .top-body a{display:inline-block;width:max-content;max-width:100%;font-size:14.6px;color:#c2185b;text-decoration:none;border-bottom:1px solid #e0d3c2;padding-bottom:2px;}
.active-panel .top-body a:hover{color:inherit;border-bottom-color:#0f8a8a;}
@media (max-width:640px){.active-panel .offer-region>h2,.active-panel .offer-region>.narrow-headline{flex:1 1 100%;}
}
.fresh-method{
  --mark-active:calc(1.5rem * 1.19);
  --field-strong:calc(980px / 2.25);
  padding:calc(1.5rem * 2.4) 2.04rem;
  background:var(--tone-extra-9);
  color:#fff8f2;
}
.fresh-method .team-fields{max-width:980px;
  margin:0 auto;}
.fresh-method .primary-content{display:flex;
  flex-direction:column;
  gap:calc(0.76rem * 1.5);}
.fresh-method h2{margin:0;
  font-size:calc(14.6px * 2);
  line-height:1.14;}
.fresh-method p{margin:0;
  font-size:14.6px;
  line-height:2.02;}
.fresh-method .narrow-headline{color:color-mix(in srgb, currentColor 82%, transparent);}
.fresh-method .page-proof{color:color-mix(in srgb, currentColor 70%, transparent);
  font-size:calc(14.6px * .875);}
.fresh-method .top-body{display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:0.76rem calc(1.5rem * .75);
  margin-top:calc(1.5rem * .75);}
.fresh-method .quiet-media{
  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.37rem;
  background:#fff8f2;
  color:var(--tone-extra-9);
  font-size:14.6px;
  text-decoration:none;
}
.fresh-method .quiet-media:hover{
  background:#0f8a8a;
  color:#f4fbfa;
}
.fresh-method .strong-flow{color:inherit;
  font-size:calc(14.6px * .875);
  text-decoration:underline;
  text-underline-offset:3px;}
.fresh-method .strong-flow:hover{}
@media (max-width:640px){.fresh-method .top-body{
    flex-direction:column;
    align-items:flex-start;
  }.fresh-method .quiet-media{
    width:100%;
  }
}
.focused-proof{
        padding: calc(1.5rem * 2.4) 2.04rem;
        background: #efe6d9;
        color: var(--tone-muted)
    }
.focused-proof .team-fields{max-width: 980px;
        margin: 0 auto}
.focused-proof .compact-header{display: flex;
        flex-direction: column;
        gap: calc(0.76rem * 1.5)}
.focused-proof .offer-region{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75)}
.focused-proof h2{margin: 0;
        font-size: calc(14.6px * 2);
        line-height: 1.1}
.focused-proof .offer-region p{margin: 0;
        font-size: calc(14.6px * 1.125);
        line-height: 2.02}
.focused-proof ul{list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0.76rem}
.focused-proof li{display: flex;
        flex-wrap: wrap;
        gap: 0.76rem;
        align-items: baseline;
        padding: calc(1.5rem * .75) 0;
        border-top: 1px solid #e0d3c2}
.focused-proof li:last-child{border-bottom: 1px solid #e0d3c2}
.focused-proof strong{flex: 0 1 16rem;
        min-width: 0;
        font-size: calc(14.6px * 1.35);
        line-height: 1.18;
        color: var(--tone-extra-9)}
.focused-proof span{flex: 1 1 24rem;
        min-width: 0;
        line-height: 2.02}
@media (max-width: 720px) {.focused-proof li{
            display: block
        }.focused-proof strong{
            display: block;
            margin-bottom: calc(1.5rem * .75)
        }.focused-proof span{
            display: block
        }
    }
.compact-visual{padding:calc(1.5rem * 2.4) 2.04rem;background:#f7f1e8;color:#241b18;overflow:hidden}
.compact-visual .team-fields{max-width:980px;margin:0 auto}
.compact-visual .offer-region{display:flex;flex-direction:column;gap:calc(1.5rem * .75);margin-bottom:calc(0.76rem * 1.5);padding-bottom:calc(0.76rem * 1.5);border-bottom:1px solid #e0d3c2}
.compact-visual h2{margin:0;font-size:calc(14.6px * 2);line-height:1.1}
.compact-visual .offer-region p{margin:0;font-size:calc(14.6px * 1.125);line-height:2.02}
.compact-visual .narrow-section{display:flex;flex-wrap:wrap;gap:0.76rem}
.compact-visual .public-region{flex:1 1 18rem;padding:calc(1.5rem * .75) 0;border-top:1px solid #e0d3c2}
.compact-visual .public-region:nth-child(3n+2){border-top-color:#0f8a8a}
.compact-visual .public-region:nth-child(3n){border-top-color:var(--tone-extra-9)}
.compact-visual strong{display:block;font-size:calc(14.6px * 1.35);line-height:1.15;margin-bottom:var(--measure-wide,0.76rem)}
.compact-visual .public-region p{margin:0;line-height:2.02}
.compact-visual .top-body{margin:calc(0.76rem * 1.5) 0 0;font-size:calc(14.6px * .875);line-height:2.02}
.compact-visual .top-body a{text-decoration:underline;text-underline-offset:3px}
.compact-visual .top-body a:hover{}
.row--marker-line{--mark-active:calc(1.5rem * 1.05);padding:calc(1.5rem * 2.4) 2.04rem;background:#f7f1e8;color:#241b18;}
.row--marker-line .team-fields{max-width:980px;margin:0 auto;}
.row--marker-line h2,.row--marker-line h3,.row--marker-line p{margin:0;}
.row--marker-line h2{font-size:calc(14.6px * 2);line-height:1.12;}
.row--marker-line h3{font-size:calc(14.6px * 1.35);line-height:1.2;}
.row--marker-line p{font-size:14.6px;line-height:2.02;}
.row--marker-line .narrow-headline{margin-top:calc(1.5rem / 2);}
.row--marker-line .secondary-header{display:flex;flex-direction:column;gap:var(--mark-active);margin-top:var(--mark-active);}
.row--marker-line .public-region{min-width:0;padding-left:calc(1.5rem * .75);border-left:2px solid #e0d3c2;}
.row--marker-line .public-region p{margin-top:calc(1.5rem / 3);}
.row--marker-line .page-proof{margin-top:var(--mark-active);padding-top:calc(1.5rem * .75);border-top:1px solid #e0d3c2;}
@media (min-width:720px){.row--marker-line .secondary-header{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 2.04rem;}
}
.compact-fields{--mark-active:calc(1.5rem * 0.9);--axis-public:1px solid #e0d3c2;padding:calc(1.5rem * 2.4) 2.04rem;background:#f7f1e8;color:#241b18;}
.compact-fields .team-fields{max-width:980px;margin:0 auto;}
.compact-fields h2,.compact-fields h3,.compact-fields p{margin:0;}
.compact-fields h2{font-size:calc(14.6px * 2);line-height:1.14;letter-spacing:-0.01em;}
.compact-fields h3{font-size:calc(14.6px * 1.35);line-height:1.22;}
.compact-fields p{font-size:14.6px;line-height:2.02;}
.compact-fields .page-proof{margin-bottom:calc(0.76rem * 1.5);font-size:calc(14.6px * .875);text-transform:uppercase;letter-spacing:0.14em;color:var(--tone-muted);}
.compact-fields .narrow-headline{margin-top:calc(0.76rem * 1.5);max-width:100%;}
.compact-fields .secondary-header{display:flex;flex-direction:column;gap:0;margin-top:calc(1.5rem * 1.2);border-top:var(--axis-public);}
.compact-fields .public-region{min-width:0;padding:calc(1.5rem * 0.85) 0;border-bottom:var(--axis-public);}
.compact-fields .public-region .bottom-inner{display:flex;flex-direction:column;gap:calc(1.5rem / 3);}
.compact-fields .public-region p{color:var(--tone-muted);}
.compact-fields .top-body{margin-top:calc(1.5rem * 1.1);font-size:calc(14.6px * .875);color:var(--tone-muted);}
.compact-fields .top-body a{color:#c2185b;text-decoration:underline;text-underline-offset:3px;}
.compact-fields .top-body a:hover{color:inherit;}
@media (min-width:720px){.compact-fields .public-region{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);gap:2.04rem;align-items:start;}.compact-fields .public-region .bottom-inner{display:contents;}.compact-fields .public-region h3{margin:0;}
}
.quiet-block{
  padding: calc(1.5rem * 2.4) 2.04rem;
  background: #241b18;
  color: #f7f1e8;
}
.quiet-block .team-fields{max-width: min(980px, 76rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: calc(0.76rem * 1.5);
  align-items: start;}
.quiet-block h2{margin: 0;
  font-size: calc(14.6px * 2);
  line-height: 1.1;}
.quiet-block .narrow-headline p{margin: calc(1.5rem * .75) 0 0;
  color: #d9cbbd;
  font-size: 14.6px;
  line-height: 2.02;}
.quiet-block .narrow-headline .page-proof{color:inherit;
  font-size: calc(14.6px * .875);}
.quiet-block .top-body{
  margin-top: calc(0.76rem * 1.5);
  display: grid;
  gap: calc(1.5rem * .75);
  padding: calc(1.5rem * .75);
  border-radius: 1rem;
  background: var(--paint-inverse);
  color: var(--line-accent);
  border: 1px solid #e0d3c2;
}
.quiet-block .top-body label{font-size: calc(14.6px * .875);color:inherit;}
.quiet-block .top-body input,
.quiet-block .top-body select{
  width: 100%;
  padding: 0.6rem 0.7rem;
  border-radius: 0.37rem;
  border: 1px solid #e0d3c2;
  background: #f7f1e8;
  color: #241b18;
  font-family: inherit;
  font-size: calc(14.6px * .875);
}
.quiet-block .top-body input::placeholder{color: rgba(255,255,255,0.55);}
.quiet-block .top-body button{
  justify-self: start;
  padding: 0.65rem 1.1rem;
  border: 0;
  border-radius: 0.7rem;
  background: var(--tone-extra-9);
  color: #fff8f2;
  font-family: inherit;
  font-size: calc(14.6px * .875);
  cursor: pointer;
}
.quiet-block .top-body button:hover{
  background: #a01349;color:var(--line-accent);}
.quiet-block .narrow-shell{display: flex;
  flex-direction: column;
  gap: calc(1.5rem * .75);}
.quiet-block .narrow-shell a{
  display: grid;
  grid-template-columns: minmax(6rem, 0.35fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  column-gap: calc(1.5rem * .75);
  row-gap: 0.35rem;
  padding: calc(1.5rem * .75);
  border-radius: 0.7rem;
  background: #241b18;
  color: #f7f1e8;
  border: 1px solid #3a2e2a;
  text-decoration: none;
}
.quiet-block .narrow-shell a:hover{border-color: #0f8a8a;}
.quiet-block .narrow-shell span{grid-row: 1 / span 2;color:inherit;
  font-size: calc(14.6px * .875);
  letter-spacing: 0.02em;}
.quiet-block .narrow-shell strong{font-size: 14.6px;
  font-weight: 600;}
.quiet-block .narrow-shell em{font-style: normal;
  color: #d9cbbd;
  font-size: calc(14.6px * .875);
  line-height: 2.02;}
@media (max-width: 760px) {.quiet-block .team-fields{
    grid-template-columns: 1fr;
  }.quiet-block .narrow-shell a{
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }.quiet-block .narrow-shell span{
    grid-row: auto;
  }
}
.site-block{background:#241b18;color:#f7f1e8;padding:calc(1.5rem * 2.4) 2.04rem}
.site-block .team-fields{max-width:980px;margin:0 auto}
.site-block .entries{display:flex;align-items:flex-start;gap:calc(0.76rem * 1.5)}
.site-block .active-unit{flex:0 1 30rem;min-width:0}
.site-block h2{margin:0;font-size:clamp(calc(14.6px * 2),5vw,calc(14.6px * 2.65));line-height:1.08;letter-spacing:0}
.site-block p{margin:1.5rem 0 0;font-size:calc(14.6px * 1.125);line-height:1.7}
.site-block ul{flex:1 1 34rem;min-width:0;margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:0.76rem}
.site-block li{flex:1 1 16rem;min-width:0;padding-top:calc(calc(1.5rem * .75)*.6);border-top:1px solid rgba(247,241,232,0.22)}
.site-block strong{display:block;font-size:calc(14.6px * .875);letter-spacing:0.04em;text-transform:uppercase;opacity:0.72}
.site-block span,.site-block a{display:block;margin-top:calc(calc(1.5rem * .75)*.4);line-height:1.6}
.site-block a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(247,241,232,0.4);width:fit-content}
.site-block a:hover{border-bottom-color:#0f8a8a}
@media(max-width:760px){.site-block .entries{flex-direction:column}.site-block .active-unit{flex-basis:auto}}
.direct-steps{
        padding:calc(1.5rem * 2.4) 2.04rem;
        background:#efe6d9;
        color:var(--tone-muted);
    }
.direct-steps .team-fields{max-width:980px;
        margin:0 auto;}
.direct-steps .public-list{margin-bottom:calc(0.76rem * 1.5);}
.direct-steps .public-list h2{margin:0;
        font-size:calc(14.6px * 2);
        line-height:1.2;}
.direct-steps .public-list p{margin:0.76rem 0 0;
        font-size:14.6px;}
.direct-steps .entries{display:flex;
        flex-direction:column;
        gap:0.76rem;}
.direct-steps .wide-links{display:flex;
        flex-wrap:wrap;
        align-items:flex-start;
        justify-content:space-between;
        gap:calc(1.5rem * .75);
        padding:calc(1.5rem * .75) 0;
        border-top:1px solid #e0d3c2;}
.direct-steps .wide-links:last-child{border-bottom:1px solid #e0d3c2;}
.direct-steps .featured-callout{flex:1 1 22rem;
        min-width:0;}
.direct-steps .featured-callout h3{margin:0 0 0.4rem;
        font-size:calc(14.6px * 1.35);}
.direct-steps .featured-callout p{margin:0;
        font-size:14.6px;}
.direct-steps .page-proof{
        flex:0 0 auto;
        align-self:flex-start;
        padding:0.35rem 0.7rem;
        border-radius:0.37rem;
        background:#0f8a8a;
        color:#f4fbfa;
        font-size:calc(14.6px * .875);
    }
.direct-steps .page-proof .steady-shell{display:inline-block;
        white-space:nowrap;}
.direct-steps .quiet-media{
        margin-top:calc(0.76rem * 1.5);
        padding:calc(1.5rem * .75);
        border-radius:0.7rem;
        background:var(--paint-inverse);
        color:var(--line-accent);
        border:1px solid #e0d3c2;
    }
.direct-steps .quiet-media p{margin:0;
        font-size:14.6px;}
.direct-steps .quiet-media a{color:#c2185b;
        text-decoration:none;
        font-weight:600;}
.direct-steps .quiet-media a:hover{color:inherit;}
@media (max-width:640px){.direct-steps .wide-links{
            flex-direction:column;
        }.direct-steps .page-proof{
            align-self:flex-start;
        }
    }
.main-feature{
        --mark-active: calc(1.5rem * 1.2);
        --label-small: calc(980px / 3.4);
        padding: calc(1.5rem * 2.4) 2.04rem;
        background: #241b18;
        color: #f7f1e8;
    }
.main-feature .team-fields{max-width: 980px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: var(--mark-active);}
.main-feature h2,
    .main-feature h3,
    .main-feature p{margin: 0;}
.main-feature h2{font-size: calc(14.6px * 2);
        line-height: 1.14;}
.main-feature h3{font-size: calc(14.6px * 1.35);
        line-height: 1.22;}
.main-feature p{font-size: 14.6px;
        line-height: 2.02;}
.main-feature .row-title{display: flex;
        flex-wrap: wrap;
        align-items: baseline;
        gap: 0.76rem calc(1.5rem * .75);}
.main-feature .row-title h2{flex: 1 1 calc(980px / 2.6);
        min-width: 0;}
.main-feature .row-title p{flex: 1 1 calc(980px / 2.6);
        min-width: 0;
        opacity: .82;}
.main-feature .secondary-header{display: flex;
        flex-wrap: wrap;
        gap: var(--mark-active) calc(1.5rem * .75);}
.main-feature .public-region{flex: 1 1 var(--label-small);
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem / 3);
        padding-block-start: calc(1.5rem * .75);
        border-top: 1px solid rgba(247, 241, 232, 0.22);}
.main-feature .public-region p{opacity: .88;}
.main-feature .public-region a{margin-top: auto;
        align-self: flex-start;
        padding-block-end: 2px;
        font-size: calc(14.6px * .875);
        text-decoration: none;
        border-bottom: 1px solid rgba(247, 241, 232, 0.5);
        transition: border-color 640ms var(--speed-hover), color 640ms var(--speed-hover);}
.main-feature .public-region a:hover,
    .main-feature .public-region a:focus-visible{border-bottom-color: #0f8a8a;}
@media (max-width: 640px) {.main-feature .row-title h2,
        .main-feature .row-title p{
            flex-basis: 100%;
        }
    }
.content-tile{padding:calc(1.5rem * 2.4) 2.04rem;background:#0f8a8a;color:#f4fbfa}
.content-tile .team-fields{max-width:980px;margin:0 auto}
.content-tile .media-surface{display:flex;flex-direction:column;gap:calc(0.76rem * 1.5);align-items:flex-start}
.content-tile h2{margin:0;font-size:calc(14.6px * 2.65);line-height:1.05}
.content-tile .narrow-headline{margin:0;font-size:14.6px;line-height:1.5}
.content-tile .main-headline{width:100%;display:flex;flex-direction:column;gap:0.76rem}
.content-tile .public-region{display:grid;grid-template-columns:minmax(0,14rem) minmax(0,1fr);gap:1.5rem;align-items:baseline;padding:calc(1.5rem * .75) 0;border-top:1px solid color-mix(in srgb,#f4fbfa 28%,transparent)}
.content-tile .public-region:last-child{border-bottom:1px solid color-mix(in srgb,#f4fbfa 28%,transparent)}
.content-tile .public-region p{margin:0;font-size:calc(14.6px * .875);letter-spacing:0.01em}
.content-tile .public-region strong{display:block;font-size:14.6px;line-height:1.45;font-weight:400}
.content-tile .media-surface>a{align-self:flex-start;border-radius:0.37rem;background:var(--tone-extra-9);color:#fff8f2;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:calc(14.6px * .875)}
.content-tile .media-surface>a:hover{background:#a01349;color:var(--line-accent);}
@media(max-width:680px){.content-tile .public-region{grid-template-columns:1fr;gap:calc(1.5rem * .75)}.content-tile h2{font-size:calc(14.6px * 2)}}
.compact-entries{--mark-active:calc(1.5rem * 1.11);--label-small:calc(980px / 3.43);padding:calc(1.5rem * 2.4) 2.04rem;background:#241b18;color:#f7f1e8;}
.compact-entries .team-fields{max-width:980px;margin:0 auto;}
.compact-entries h2,.compact-entries h3,.compact-entries p{margin:0;}
.compact-entries h2{font-size:calc(14.6px * 2);line-height:1.12;}
.compact-entries h3{font-size:calc(14.6px * 1.35);line-height:1.2;}
.compact-entries p{font-size:14.6px;line-height:2.02;opacity:.82;}
.compact-entries .row-title{display:flex;flex-wrap:wrap;align-items:flex-start;gap:0.76rem;}
.compact-entries .row-title h2{flex:1 1 calc(980px / 3);min-width:0;}
.compact-entries .row-title>p{flex:1 1 calc(980px / 3);min-width:0;}
.compact-entries .primary-brand{padding-inline-start:calc(1.5rem * .75);}
.compact-entries .steady-tile{row-gap:calc(var(--mark-active) * 1.2);}
.compact-entries .narrow-surface{padding-block:calc(var(--mark-active) / 2);}
.compact-entries .steady-links{flex:1 1 100%;display:flex;flex-wrap:wrap;gap:var(--mark-active);margin-top:var(--mark-active);}
.compact-entries .public-region{flex:1 1 var(--label-small);min-width:0;padding-block-start:calc(calc(1.5rem * .75) / 2);border-top:1px solid rgba(247,241,232,0.18);}
.compact-entries .public-region p{margin-top:calc(1.5rem / 3);}
@media (max-width:640px){.compact-entries .row-title h2,.compact-entries .row-title>p{flex:1 1 100%;}
}
.visual-panel{
  padding:calc(1.5rem * 2.4) 2.04rem;
  background:var(--tone-extra-9);
  color:#fff8f2;
  overflow:hidden;
}
.visual-panel .team-fields{max-width:980px;
  margin:0 auto;}
.visual-panel .offer-region{max-width:44rem;
  margin:0 0 calc(0.76rem * 1.5);}
.visual-panel h2{margin:0;
  font-size:calc(14.6px * 2);
  line-height:1.1;
  letter-spacing:-0.01em;}
.visual-panel .offer-region p{margin:1.5rem 0 0;
  font-size:calc(14.6px * 1.125);
  line-height:2.02;}
.visual-panel .entries{display:flex;
  flex-direction:column;
  gap:0;
  border-top:1px solid rgba(255,248,242,0.22);}
.visual-panel .public-region{padding:calc(0.76rem * 1.5) 0;
  border-bottom:1px solid rgba(255,248,242,0.22);
  display:grid;
  grid-template-columns:minmax(0,1fr);
  gap:calc(1.5rem * .75);}
.visual-panel .public-region strong{display:block;
  font-size:calc(14.6px * 1.35);
  line-height:1.15;
  font-weight:600;}
.visual-panel .public-region p{margin:0;
  line-height:2.02;
  font-size:14.6px;}
.visual-panel .top-body{margin:calc(0.76rem * 1.5) 0 0;
  font-size:calc(14.6px * .875);
  line-height:2.02;}
.visual-panel .top-body a{text-decoration:underline;
  text-underline-offset:3px;
  text-decoration-thickness:1px;}
.visual-panel .top-body a:hover{text-decoration-color:#f4fbfa;}
@media (min-width:760px){.visual-panel .public-region{
    grid-template-columns:minmax(0,18rem) minmax(0,1fr);
    gap:calc(0.76rem * 1.5);
    align-items:start;
  }.visual-panel .public-region strong{
    padding-right:calc(1.5rem * .75);
  }
}
.active-note{
  --mark-active:calc(1.5rem * 1.1);
  --layer-soft:1px;
  padding:calc(1.5rem * 2.4) 2.04rem;
  background:#f7f1e8;
  color:#241b18;
}
.active-note .team-fields{max-width:980px;
  margin:0 auto;}
.active-note h2,
.active-note h3,
.active-note p{margin:0;}
.active-note h2{font-size:calc(14.6px * 2);
  line-height:1.14;}
.active-note h3{font-size:calc(14.6px * 1.35);
  line-height:1.22;}
.active-note p{font-size:14.6px;
  line-height:2.02;}
.active-note .offer-region{padding-bottom:calc(0.76rem * 1.5);
  border-bottom:var(--layer-soft) solid #e0d3c2;}
.active-note .offer-region .narrow-headline{margin-top:calc(1.5rem * .75);
  color:var(--tone-muted);}
.active-note .main-headline{display:flex;
  flex-direction:column;
  margin-top:calc(0.76rem * 1.5);}
.active-note .public-region{padding:calc(1.5rem * .75) 0;
  border-bottom:var(--layer-soft) solid #e0d3c2;}
.active-note .public-region:last-child{border-bottom:none;
  padding-bottom:0;}
.active-note .public-region p{margin-top:calc(calc(1.5rem * .75) * .6);
  color:var(--tone-muted);}
.active-note .top-body{display:flex;
  flex-wrap:wrap;
  gap:0.76rem;
  margin-top:calc(1.5rem * .75);}
.active-note .top-body a{
  display:inline-block;
  padding:calc(calc(1.5rem * .75) * .45) calc(1.5rem * .75);
  border-radius:0.37rem;
  background:#0f8a8a;
  color:#f4fbfa;
  font-size:calc(14.6px * .875);
  text-decoration:none;
  transition:background 640ms var(--speed-hover);
}
.active-note .top-body a:hover{
  background:#0b6f6f;color:var(--line-accent);}
@media (min-width:720px){.active-note .main-headline{
    display:grid;
    grid-template-columns:1fr 1fr;
    column-gap:2.04rem;
  }.active-note .public-region{
    padding:calc(1.5rem * .75) 0;
  }.active-note .public-region:nth-last-child(-n+2){
    border-bottom:none;
  }
}
.steady-items{
        background: #f7f1e8;
        color: #241b18;
        padding: calc(1.5rem * 2.4) 2.04rem;
    }
.steady-items .team-fields{width: min(100%, 980px);
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: calc(0.76rem * 1.5);}
.steady-items h2,
    .steady-items h3,
    .steady-items p{margin: 0;}
.steady-items .offer-region{display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.steady-items h2{font-size: calc(14.6px * 2);
        line-height: 1.12;}
.steady-items .narrow-headline{font-size: calc(14.6px * 1.125);
        line-height: 2.02;}
.steady-items .clear-region{display: flex;
        flex-direction: column;
        gap: 1.5rem;}
.steady-items .public-region{display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 2.04rem;
        padding: 1.5rem 0;
        border-top: 1px solid #e0d3c2;}
.steady-items .public-region:last-of-type{border-bottom: 1px solid #e0d3c2;}
.steady-items .content-note{flex: 0 0 auto;
        min-width: 2.4rem;
        font-size: calc(14.6px * .875);
        letter-spacing: 0.08em;color:inherit;}
.steady-items .main-callout{flex: 1 1 22rem;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: calc(1.5rem * .75);}
.steady-items h3{font-size: calc(14.6px * 1.35);
        line-height: 1.2;}
.steady-items .main-callout p{line-height: 2.02;}
.steady-items .page-proof{
        font-size: 14.6px;
        line-height: 2.02;
        padding: calc(1.5rem * .75) 2.04rem;
        border-left: 3px solid var(--tone-extra-9);
        background: #efe6d9;
        color: var(--tone-muted);
        border-radius: 0.37rem;
    }
@media (max-width: 640px) {.steady-items .public-region{
            gap: calc(1.5rem * .75);
        }.steady-items .content-note{
            min-width: 0;
        }
    }
.quiet-contact{position:relative;overflow:hidden;padding:calc(1.5rem * 2.4) 2.04rem;background:linear-gradient(120deg, #c2185b 0%, #0f8a8a 100%);color:#fff8f2}
.quiet-contact:before{content:"";position:absolute;inset:-20%;background:linear-gradient(110deg,transparent 40%,color-mix(in srgb,currentColor 8%,transparent) 50%,transparent 60%);animation:missionCauseDrift calc(640ms*38) var(--speed-hover) infinite alternate}
.quiet-contact .team-fields{position:relative;max-width:980px;margin:0 auto}
.quiet-contact h2{max-width:22ch;margin:0 0 calc(0.76rem * 1.5);font-size:calc(14.6px * 2.65);line-height:1.05}
.quiet-contact .top-grid,.quiet-contact .quiet-quote,.quiet-contact .site-menu{padding:1.5rem 0}
.quiet-contact .top-grid{width:min(100%,44rem)}
.quiet-contact .quiet-quote{width:min(100%,46rem);margin-left:auto;text-align:right;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.quiet-contact .site-menu{width:min(100%,42rem);margin:0 auto;border-top:1px solid color-mix(in srgb,currentColor 22%,transparent)}
.quiet-contact h3{margin:0;font-size:calc(14.6px * 1.35)}
.quiet-contact .team-fields p{margin:calc(1.5rem * .75) 0 0;line-height:2.02}
@keyframes missionCauseDrift{from{transform:translateX(-5%)}to{transform:translateX(5%)}}
@media(max-width:620px){.quiet-contact .quiet-quote{text-align:left}}
@media(prefers-reduced-motion:reduce){.quiet-contact:before{animation:none}}
.top-frame{padding:calc(1.5rem * 2.4) 2.04rem;background:#f7f1e8;color:#241b18;}
.top-frame .team-fields{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:calc(0.76rem * 1.5);}
.top-frame h2,.top-frame h3,.top-frame p{margin:0;}
.top-frame h2{font-size:calc(14.6px * 2);line-height:1.14;}
.top-frame h3{font-size:calc(14.6px * 1.35);line-height:1.24;}
.top-frame p{font-size:14.6px;line-height:2.02;}
.top-frame .offer-region{display:flex;flex-direction:column;gap:0.76rem;}
.top-frame .narrow-headline{color:var(--tone-muted);}
.top-frame .entries{display:flex;flex-direction:column;gap:0;border-top:1px solid #e0d3c2;}
.top-frame .public-region{display:flex;flex-wrap:wrap;gap:0.76rem;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #e0d3c2;}
.top-frame .local-inner{flex:0 0 auto;font-size:calc(14.6px * .875);letter-spacing:0.04em;text-transform:uppercase;color:inherit;padding-top:0.35rem;}
.top-frame .bottom-inner{flex:1 1 22rem;min-width:0;display:flex;flex-direction:column;gap:calc(0.76rem / 2);}
.top-frame .page-proof{font-size:calc(14.6px * .875);color:var(--tone-muted);border-left:2px solid #0f8a8a;padding-left:calc(1.5rem * .75);}
@media (max-width:640px){.top-frame .public-region{flex-direction:column;gap:calc(0.76rem / 2);}.top-frame .local-inner{padding-top:0;}
}
.open-frame{--mark-active:calc(1.5rem * 1.19);padding:calc(1.5rem * 2.4) 2.04rem;background:#f7f1e8;color:#241b18;}
.open-frame .team-fields{max-width:980px;margin:0 auto;display:flex;flex-direction:column;gap:var(--mark-active);}
.open-frame h2,.open-frame h3,.open-frame p{margin:0;}
.open-frame h2{font-size:calc(14.6px * 2);line-height:1.12;}
.open-frame h3{font-size:calc(14.6px * 1.35);line-height:1.2;}
.open-frame p{font-size:14.6px;line-height:2.02;}
.open-frame .entries{display:flex;flex-wrap:wrap;gap:0.76rem;align-items:flex-start;}
.open-frame .entries>h2{flex:1 1 calc(980px / 3);min-width:0;}
.open-frame .entries>.narrow-headline{flex:1 1 calc(980px / 3);min-width:0;color:var(--tone-muted);}
.open-frame .secondary-header{display:flex;flex-wrap:wrap;gap:0.76rem;}
.open-frame .public-region{flex:1 1 calc(980px / 3.4);min-width:0;display:flex;flex-direction:column;gap:calc(1.5rem / 3);padding:calc(calc(1.5rem * .75) * .95);border-radius:0.7rem;background:var(--paint-inverse);color:var(--line-accent);border:1px solid #e0d3c2;}
.open-frame .public-region p{color:var(--tone-muted);}
.open-frame .secondary-flow{align-self:flex-start;margin-top:auto;font-size:calc(14.6px * .875);color:#c2185b;text-decoration:none;border-bottom:1px solid #c2185b;padding-bottom:2px;}
.open-frame .secondary-flow:hover{color:inherit;border-bottom-color:#0f8a8a;}
.open-frame .page-proof{font-size:calc(14.6px * .875);color:var(--tone-muted);}
.open-frame .page-proof a{color:#c2185b;text-decoration:none;border-bottom:1px solid #c2185b;}
.open-frame .page-proof a:hover{color:inherit;border-bottom-color:#0f8a8a;}
@media (max-width:720px){.open-frame .entries>h2,.open-frame .entries>.narrow-headline{flex:1 1 100%;}.open-frame .public-region{flex:1 1 100%;}
}
.public-steps{padding:calc(1.5rem * 2.4) 2.04rem;background:var(--tone-extra-9);color:#fff8f2;overflow:hidden}
.public-steps .team-fields{max-width:980px;margin:0 auto}
.public-steps .narrow-headline{margin:0 0 calc(0.76rem * 1.5)}
.public-steps h2{margin:0;font-size:calc(14.6px * 2);line-height:1.1}
.public-steps .narrow-headline p{margin:1.5rem 0 0;font-size:calc(14.6px * 1.125);line-height:2.02}
.public-steps .entries{display:flex;flex-wrap:wrap;gap:0.76rem}
.public-steps .public-region{flex:1 1 16rem;padding:calc(1.5rem * .75) 0;border-top:1px solid rgba(255,248,242,0.28)}
.public-steps .public-region strong{display:block;font-size:calc(14.6px * 1.35);line-height:1.15}
.public-steps .public-region p{margin:calc(1.5rem * .75) 0 0;line-height:2.02}
.public-steps .top-body{margin-top:calc(0.76rem * 1.5);padding-top:calc(1.5rem * .75);border-top:1px solid rgba(255,248,242,0.28)}
.public-steps .top-body p{margin:0;font-size:calc(14.6px * .875);line-height:2.02}
.public-steps .top-body a{text-decoration:underline;text-underline-offset:3px}
.public-steps .top-body a:hover{}
@media (max-width:640px){.public-steps .public-region{flex:1 1 100%}
}
.media-flow{
    padding:calc(1.5rem * 2.4) 2.04rem;
    background:#f7f1e8;
    color:#241b18;
}
.media-flow .primary-content{max-width:980px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.76rem * 1.5);}
.media-flow .compact-callout{margin:0;
    font-size:calc(14.6px * .875);
    letter-spacing:0.04em;
    text-transform:uppercase;
    color:var(--tone-muted);}
.media-flow .secondary-grid{margin:0;
    font-size:calc(14.6px * 2.65);
    line-height:1.15;}
.media-flow .content-benefit{margin:0;
    font-size:calc(14.6px * 1.125);
    color:var(--tone-muted);
    line-height:1.4;}
.media-flow .narrow-headline{
    padding:calc(1.5rem * .75);
    background:#efe6d9;
    color:var(--tone-muted);
    border-radius:1rem;
}
.media-flow .narrow-headline p{margin:0;
    font-size:14.6px;
    line-height:2.02;}
.media-flow .main-callout{display:flex;
    flex-direction:column;
    gap:calc(0.76rem * 1.5);}
.media-flow .main-callout p{margin:0;
    font-size:14.6px;
    line-height:2.02;}
.media-flow .page-proof{
    padding:calc(1.5rem * .75);
    background:var(--paint-inverse);
    color:var(--line-accent);
    border:1px solid #e0d3c2;
    border-radius:0.7rem;
    display:flex;
    flex-direction:column;
    gap:0.76rem;
}
.media-flow .direct-entries{margin:0;
    font-size:calc(14.6px * .875);
    text-transform:uppercase;
    letter-spacing:0.05em;color:inherit;}
.media-flow .page-proof p{margin:0;
    font-size:14.6px;
    line-height:2.02;}
.media-flow .top-body{padding-top:calc(0.76rem * 1.5);
    border-top:1px solid #e0d3c2;}
.media-flow .top-body p{margin:0;
    font-size:14.6px;
    line-height:2.02;}
.media-flow .top-body a{color:#c2185b;
    text-decoration:underline;
    text-underline-offset:3px;}
.media-flow .top-body a:hover{color:inherit;}
@media (max-width:640px){.media-flow .secondary-grid{
        font-size:calc(14.6px * 2);
    }.media-flow .content-benefit{
        font-size:14.6px;
    }
}
.top-quote{
    padding:calc(1.5rem * 2.4) 2.04rem;
    background:#f7f1e8;
    color:#241b18;
}
.top-quote .primary-content{max-width:980px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.76rem * 1.5);}
.top-quote .media-unit{margin:0;
    font-size:calc(14.6px * .875);
    color:var(--tone-muted);
    letter-spacing:0.02em;}
.top-quote .secondary-grid{margin:0;
    font-size:calc(14.6px * 2.65);
    line-height:1.2;}
.top-quote .narrow-headline{margin:0;
    font-size:calc(14.6px * 1.125);
    color:var(--tone-muted);}
.top-quote .main-callout{display:flex;
    flex-direction:column;
    gap:calc(0.76rem * 1.5);}
.top-quote .contact-section{margin:0;
    font-size:14.6px;
    line-height:2.02;}
.top-quote .offer-wrap{display:flex;
    flex-direction:column;
    gap:0.76rem;
    padding-top:calc(0.76rem * 1.5);
    border-top:1px solid #e0d3c2;}
.top-quote .page-proof{margin:0;
    font-size:calc(14.6px * .875);
    color:var(--tone-muted);}
.top-quote .top-body{margin:0;
    font-size:calc(14.6px * .875);}
.top-quote .top-body a{color:#c2185b;
    text-decoration:underline;
    text-underline-offset:3px;}
.top-quote .top-body a:hover{color:inherit;}
@media (max-width:640px){.top-quote .secondary-grid{
        font-size:calc(14.6px * 2);
    }
}
.wide-shell{
    padding:calc(1.5rem * 2.4) 2.04rem;
    background:#f7f1e8;
    color:#241b18;
}
.wide-shell .primary-content{max-width:980px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:calc(0.76rem * 1.5);}
.wide-shell .public-list{display:flex;
    flex-direction:column;
    gap:0.76rem;
    padding-bottom:calc(0.76rem * 1.5);
    border-bottom:1px solid #e0d3c2;}
.wide-shell .secondary-grid{margin:0;
    font-size:calc(14.6px * 2.65);
    line-height:1.2;}
.wide-shell .media-unit{margin:0;
    font-size:calc(14.6px * .875);
    color:var(--tone-muted);}
.wide-shell .main-callout{display:flex;
    flex-direction:column;
    gap:calc(0.76rem * 1.5);}
.wide-shell .narrow-headline{margin:0;
    font-size:calc(14.6px * 1.125);
    line-height:1.55;}
.wide-shell .main-callout p{margin:0;
    font-size:14.6px;
    line-height:2.02;}
.wide-shell .offer-tile{margin:0;
    font-size:calc(14.6px * 1.35);
    line-height:1.3;}
.wide-shell .entries{
    margin-top:calc(0.76rem * 1.5);
    padding:calc(1.5rem * .75);
    background:#efe6d9;
    color:var(--tone-muted);
    border-radius:1rem;
    display:flex;
    flex-direction:column;
    gap:0.76rem;
}
.wide-shell .top-nav{margin:0;
    font-size:calc(14.6px * .875);
    text-transform:uppercase;
    letter-spacing:0.06em;}
.wide-shell .top-body{list-style:none;
    margin:0;
    padding:0;
    display:flex;
    flex-direction:column;
    gap:0.4rem;}
.wide-shell .top-body a{color:#c2185b;
    text-decoration:none;
    font-size:14.6px;
    border-bottom:1px solid transparent;
    transition:color 640ms var(--speed-hover), border-color 640ms var(--speed-hover);}
.wide-shell .top-body a:hover{color:inherit;
    border-bottom-color:#0f8a8a;}
.wide-shell .public-flow{margin:0;
    font-size:calc(14.6px * .875);}
.wide-shell .public-flow a{color:#c2185b;
    text-decoration:none;
    border-bottom:1px solid transparent;
    transition:color 640ms var(--speed-hover), border-color 640ms var(--speed-hover);}
.wide-shell .public-flow a:hover{color:inherit;
    border-bottom-color:#0f8a8a;}
@media (min-width:760px){.wide-shell .primary-content{
        display:grid;
        grid-template-columns:minmax(0,1fr) 260px;
        grid-template-areas:
            "head head"
            "body rail";
        column-gap:2.04rem;
        align-items:start;
    }.wide-shell .public-list{grid-area:head;}.wide-shell .main-callout{grid-area:body;}.wide-shell .entries{
        grid-area:rail;
        margin-top:0;
        position:sticky;
        top:1.5rem;
    }
}
.team-intro{
  background: #f7f1e8;
  color: #241b18;
  padding: calc(1.5rem * 2.4) 2.04rem;
}
.team-intro .team-fields{max-width: min(980px, 56rem);
  margin: 0 auto;}
.team-intro .content-copy{display: flex;
  flex-direction: column;
  gap: calc(0.76rem * 1.5);}
.team-intro h2{margin: 0;
  font-size: clamp(calc(14.6px * 2), 4.6vw, calc(14.6px * 2.65));
  line-height: 1.08;
  letter-spacing: 0;}
.team-intro p{margin: 0;
  color: var(--tone-muted);
  font-size: calc(14.6px * 1.125);
  line-height: 1.68;}
.team-intro .steady-rail{display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 0.76rem;
  padding-top: calc(0.76rem * 1.5);
  border-top: 1px solid #e0d3c2;}
.team-intro .featured-callout{display: flex;
  flex-direction: column;
  gap: calc(calc(1.5rem * .75) * 0.5);
  flex: 1 1 16rem;
  min-width: 0;}
.team-intro .primary-flow{flex-basis: 100%;}
.team-intro label{font-size: calc(14.6px * .875);
  color: var(--tone-muted);}
.team-intro input,
.team-intro select,
.team-intro textarea{
  width: 100%;
  min-width: 0;
  border: 1px solid #e0d3c2;
  border-radius: 0.7rem;
  background: var(--paint-inverse);
  color: var(--line-accent);
  padding: calc(1.5rem * .75) 0.76rem;
  font: inherit;
  line-height: 1.5;
}
.team-intro textarea{resize: vertical;}
.team-intro input::placeholder,
.team-intro textarea::placeholder{color: rgba(255,255,255,0.55);}
.team-intro input:focus,
.team-intro select:focus,
.team-intro textarea:focus{outline: 2px solid rgba(194, 24, 91, 0.35);
  outline-offset: 1px;}
.team-intro .bottom-stack{display: flex;
  align-items: flex-start;
  gap: 0.76rem;
  flex-basis: 100%;
  font-size: calc(14.6px * .875);
  color: var(--tone-muted);
  line-height: 1.55;}
.team-intro .bottom-stack input{width: auto;
  flex: 0 0 auto;
  margin-top: 0.35rem;}
.team-intro .bottom-stack a{color: #c2185b;
  text-decoration: underline;}
.team-intro .bottom-stack a:hover{color:inherit;}
.team-intro .open-surface{display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.76rem;
  flex-basis: 100%;
  padding-top: calc(0.76rem * 1.5);
  border-top: 1px solid #e0d3c2;}
.team-intro .open-surface span{flex: 1 1 18rem;
  color: var(--tone-muted);
  line-height: 1.6;}
.team-intro .open-surface a{color: #c2185b;
  text-decoration: underline;}
.team-intro .open-surface a:hover{color:inherit;}
.team-intro button{
  border: 0;
  border-radius: 0.7rem;
  background: var(--tone-extra-9);
  color: #fff8f2;
  padding: calc(1.5rem * .75) 0.76rem;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}
.team-intro button:hover{
  background: #a01349;color:var(--line-accent);}
@media (max-width: 640px) {.team-intro .open-surface{
    align-items: flex-start;
    flex-direction: column;
  }.team-intro button{
    width: 100%;
  }
}
.offer-view{padding:calc(1.5rem * 2.4) 2.04rem;background:#0f8a8a;color:#f4fbfa}
.offer-view .simple-quote{max-width:980px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.42fr) minmax(0,1fr);gap:0.76rem;align-items:start}
.offer-view .text-story{padding:calc(1.5rem * .75);border-radius:1.24rem;background:#f7f1e8;color:#241b18;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.offer-view .text-story span{font-size:calc(14.6px * .875);letter-spacing:.02em}
.offer-view h2{margin:0;font-size:calc(14.6px * 2);line-height:1.15}
.offer-view .text-story p{margin:0;font-size:14.6px;line-height:2.02}
.offer-view .clear-inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(15rem,.42fr);gap:calc(1.5rem * .75)}
.offer-view .secondary-headline{min-height:26rem;border-radius:1rem;overflow:hidden;border:1px solid color-mix(in srgb,currentColor 24%,transparent);background:var(--paint-inverse);color:var(--line-accent);}
.offer-view iframe{display:block;width:100%;height:100%;border:0}
.offer-view .secondary-header{display:flex;flex-direction:column;gap:0.76rem}
.offer-view .public-region{padding:calc(1.5rem * .75);border-radius:0.7rem;background:var(--paint-inverse);color:var(--line-accent);border:1px solid #e0d3c2}
.offer-view .public-region span{display:block;font-size:calc(14.6px * .875);}
.offer-view .public-region strong{display:block;margin-top:calc(0.76rem * .5);font-size:14.6px;font-weight:600;line-height:1.5}
.offer-view .public-region a{text-decoration:underline;text-underline-offset:2px}
.offer-view .public-region a:hover{}
@media (max-width:900px){.offer-view .simple-quote,.offer-view .clear-inner{grid-template-columns:1fr}.offer-view .secondary-headline{min-height:20rem}
}
.site-visual{padding:calc(1.5rem * 2.4) 2.04rem;background:#f7f1e8;color:#241b18}
.site-visual .team-fields{width:min(100%,calc(980px*.78));margin:0 auto;display:flex;flex-direction:column;gap:calc(0.76rem * 1.5)}
.site-visual .offer-region{display:flex;flex-wrap:wrap;gap:0.76rem;align-items:baseline}
.site-visual .offer-region h2{margin:0;font-size:calc(14.6px * 2);line-height:1.1;flex:1 1 14rem}
.site-visual .offer-region .narrow-headline{margin:0;flex:1 1 20rem;font-size:14.6px;line-height:2.02}
.site-visual .compact-header{display:flex;flex-direction:column;border-top:1px solid #e0d3c2}
.site-visual .compact-header>*{display:flex;flex-wrap:wrap;gap:0.76rem;padding:1.5rem 0;border-bottom:1px solid #e0d3c2;color:inherit;text-decoration:none;overflow-wrap:anywhere;line-height:2.02}
.site-visual .compact-header a:hover{color:inherit;}
.site-visual .compact-header>*>*{min-width:0;flex:1 1 16rem}
.site-visual .compact-header span{font-size:calc(14.6px * .875);color:var(--tone-muted)}
.site-visual .page-proof{background:var(--paint-inverse);color:var(--line-accent);border:1px solid #e0d3c2;border-radius:1rem;padding:calc(1.5rem * .75);display:flex;flex-direction:column;gap:0.76rem}
.site-visual .page-proof p{margin:0;line-height:2.02}
.site-visual .page-proof a{color:#c2185b}
.site-visual .page-proof a:hover{color:inherit;}
.site-visual .page-proof .quiet-media{font-size:calc(14.6px * .875);color:var(--tone-muted)}
@media(max-width:680px){.site-visual .offer-region{display:block}.site-visual .offer-region .narrow-headline{margin-top:calc(1.5rem * .75)}.site-visual .compact-header>*{display:block}.site-visual .compact-header span{display:block;margin-bottom:calc(1.5rem * .75)}
}
.service-steps{padding:calc(1.5rem * 2.4) 2.04rem;background:#241b18;color:#f7f1e8}
.service-steps .team-inner{max-width:min(980px,62rem);margin:0 auto}
.service-steps .offer-region{margin:0 0 calc(0.76rem * 1.5)}
.service-steps h2{margin:0 0 calc(1.5rem * .75);font-size:calc(14.6px * 2.65);line-height:1.08}
.service-steps .page-block{margin:0;font-size:calc(14.6px * 1.125);line-height:1.55;color:color-mix(in srgb,currentColor 76%,transparent)}
.service-steps .wide-headline{display:flex;flex-direction:column;gap:calc(0.76rem * 1.5)}
.service-steps .wide-links{padding:0 0 calc(0.76rem * 1.5);border-bottom:1px solid color-mix(in srgb,currentColor 18%,transparent)}
.service-steps .wide-links:last-child{border-bottom:0;padding-bottom:0}
.service-steps h3{margin:0 0 calc(1.5rem * .75);font-size:calc(14.6px * 1.35);line-height:1.25}
.service-steps .wide-links p{margin:0;line-height:1.7;color:color-mix(in srgb,currentColor 78%,transparent)}
@media (min-width:760px){.service-steps .wide-links{display:grid;grid-template-columns:minmax(0,14rem) minmax(0,1fr);gap:calc(0.76rem * 1.5);align-items:start}.service-steps h3{margin:0}
}
.team-section{
  padding:calc(1.5rem * 2.4) 2.04rem;
  background:#241b18;
  color:#f7f1e8;
}
.team-section .primary-content{max-width:min(980px,62rem);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:calc(0.76rem * 1.5);}
.team-section .narrow-headline h2{margin:0;
  font-size:calc(14.6px * 2.65);
  line-height:1.08;}
.team-section .narrow-headline .offer-region{margin:1.5rem 0 0;
  font-size:calc(14.6px * 1.125);
  line-height:1.55;
  color:color-mix(in srgb,currentColor 74%,transparent);}
.team-section .secondary-header{display:flex;
  flex-direction:column;
  gap:calc(1.5rem * .75);}
.team-section .public-region{padding:calc(1.5rem * .75) 0 0;
  border-top:1px solid color-mix(in srgb,currentColor 18%,transparent);}
.team-section .public-region:first-child{border-top:0;
  padding-top:0;}
.team-section .public-region h3{margin:0 0 0.76rem;
  font-size:calc(14.6px * 1.35);
  line-height:1.25;}
.team-section .public-region p{margin:0;
  line-height:1.7;
  color:color-mix(in srgb,currentColor 78%,transparent);}
.team-section .public-region a{text-decoration:underline;
  text-underline-offset:3px;}
.team-section .public-region a:hover{color:inherit;}
@media (min-width:760px){.team-section .secondary-header{
    gap:calc(0.76rem * 1.5);
  }.team-section .public-region{
    display:grid;
    grid-template-columns:minmax(14rem,20rem) 1fr;
    gap:2.04rem;
    align-items:start;
  }.team-section .public-region h3{
    margin:0;
  }
}
.public-story{
  background:#f7f1e8;
  color:#241b18;
  padding:calc(1.5rem * 2.4) 2.04rem;
}
.public-story .team-fields{max-width:min(980px,70rem);
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:1.5rem;}
.public-story .offer-region{display:flex;
  flex-direction:column;
  gap:calc(0.76rem * 1.5);
  padding-bottom:calc(0.76rem * 1.5);
  border-bottom:1px solid #e0d3c2;}
.public-story h2{margin:0;
  font-size:calc(14.6px * 2);
  line-height:1.18;}
.public-story .offer-region p{margin:0;
  font-size:calc(14.6px * 1.125);
  line-height:2.02;
  color:var(--tone-muted);}
.public-story .visual-list{display:flex;
  flex-direction:column;
  gap:0.76rem;}
.public-story .content-note{display:flex;
  gap:calc(1.5rem * .75);
  align-items:flex-start;
  padding:calc(1.5rem * .75) 0;
  border-bottom:1px dashed #e0d3c2;}
.public-story .content-note:last-child{border-bottom:0;}
.public-story .soft-panel{flex:0 0 auto;
  font-size:calc(14.6px * .875);
  letter-spacing:0.08em;color:inherit;
  padding-top:0.2rem;}
.public-story .public-view{display:flex;
  flex-direction:column;
  gap:0.35rem;}
.public-story h3{margin:0;
  font-size:14.6px;
  line-height:1.3;}
.public-story .public-view p{margin:0;
  font-size:14.6px;
  line-height:2.02;
  color:var(--tone-muted);}
.public-story .team-nav{
  background:#efe6d9;
  color:var(--tone-muted);
  border-radius:1rem;
  padding:calc(1.5rem * .75) 2.04rem;
  display:flex;
  flex-direction:column;
  gap:0.76rem;
}
.public-story .team-nav .narrow-headline{margin:0;
  font-size:14.6px;}
.public-story .page-contact{list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-wrap:wrap;
  gap:0.76rem 2.04rem;}
.public-story .page-contact li{display:flex;
  flex-direction:column;
  gap:0.15rem;
  font-size:14.6px;}
.public-story .page-contact .local-actions{font-size:calc(14.6px * .875);
  letter-spacing:0.06em;
  text-transform:uppercase;
  opacity:0.75;}
.public-story .page-contact a{color:#c2185b;
  text-decoration:none;}
.public-story .page-contact a:hover{color:inherit;
  text-decoration:underline;}
.public-story .top-body{display:flex;
  flex-wrap:wrap;
  gap:0.76rem 2.04rem;
  padding-top:calc(0.76rem * 1.5);
  border-top:1px solid #e0d3c2;}
.public-story .top-body a{color:#c2185b;
  text-decoration:none;
  font-size:14.6px;
  border-bottom:1px solid transparent;
  transition:color 640ms var(--speed-hover), border-color 640ms var(--speed-hover);}
.public-story .top-body a:hover{color:inherit;
  border-bottom-color:#0f8a8a;}
@media(max-width:700px){.public-story .content-note{
    flex-direction:column;
    gap:0.4rem;
  }.public-story .team-nav{
    padding:calc(1.5rem * .75) calc(1.5rem * .75);
  }
}
.bottom-frame{--mark-active:calc(1.5rem * 1.42);--field-strong:calc(980px / 2.90);padding:calc(1.5rem * 2.4) 2.04rem;background:var(--tone-extra-9);color:#fff8f2;}
.bottom-frame .team-fields{max-width:980px;margin:0 auto;}
.bottom-frame h1,.bottom-frame h2,.bottom-frame h3,.bottom-frame p{margin:0;}
.bottom-frame h2{font-size:calc(14.6px * 2);line-height:1.12;}
.bottom-frame p{font-size:14.6px;line-height:2.02;color:color-mix(in srgb, currentColor 78%, transparent);}
.bottom-frame a{color:inherit;text-decoration:none;}
.bottom-frame .quiet-media{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.37rem;background:#fff8f2;color:var(--tone-extra-9);}
.bottom-frame .page-proof{font-size:calc(14.6px * .875);letter-spacing:0.04em;text-transform:uppercase;color:color-mix(in srgb, currentColor 68%, transparent);}
.bottom-frame .top-body{font-size:calc(14.6px * .875);color:color-mix(in srgb, currentColor 72%, transparent);}
.bottom-frame .top-body a{text-decoration:underline;text-underline-offset:3px;}
.bottom-frame .steady-media>h2,.bottom-frame .steady-media>p,.bottom-frame .steady-media>.quiet-media{margin-top:1.5rem;}
.bottom-frame .steady-media>.top-body{margin-top:calc(1.5rem * 0.7);}
.visual-shell{padding:calc(1.5rem * 2.4) 2.04rem;background:#f7f1e8;color:#241b18}
.visual-shell .team-fields{max-width:980px;margin:0 auto}
.visual-shell .top-items{display:flex;flex-wrap:wrap;gap:calc(0.76rem * 1.5);align-items:flex-start}
.visual-shell .narrow-headline{flex:1 1 30rem;min-width:0}
.visual-shell .narrow-headline .page-proof{margin:0 0 1.5rem;font-size:calc(14.6px * .875);line-height:2.02;color:var(--tone-muted);letter-spacing:0.02em}
.visual-shell h2{margin:0;font-size:calc(14.6px * 2.65);line-height:1.06}
.visual-shell .public-section{flex:1 1 26rem;min-width:0;padding-top:calc(1.5rem * .75)}
.visual-shell .contact-section{margin:0;line-height:2.02}
.visual-shell .quiet-media{display:inline-flex;margin-top:1.5rem;border-radius:0.7rem;background:var(--tone-extra-9);color:#fff8f2;padding:calc(1.5rem * .75) 1.5rem;text-decoration:none;font-size:14.6px}
.visual-shell .quiet-media:hover{background:#a01349;color:var(--line-accent);}
.visual-shell .top-body{list-style:none;margin:calc(0.76rem * 1.5) 0 0;padding:0;display:flex;flex-direction:column;gap:calc(1.5rem * .75)}
.visual-shell .top-body li a{display:block;padding:calc(1.5rem * .75) 0;border-bottom:1px solid #e0d3c2;color:#c2185b;text-decoration:none;font-size:14.6px}
.visual-shell .top-body li a:hover{color:inherit;}
@media(max-width:760px){.visual-shell .top-items{display:block}.visual-shell h2{font-size:calc(14.6px * 2)}.visual-shell .public-section{margin-top:calc(0.76rem * 1.5);padding-top:0}
}
